You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@qpid.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2012/07/18 05:09:18 UTC

Build failed in Jenkins: Qpid-Python-Java-Test #284

See <https://builds.apache.org/job/Qpid-Python-Java-Test/284/changes>

Changes:

[aconway] QPID-4145: HA Minor fixes to recovery 

- Demote timed-out backups from ready to catch-up.
- Don't cancel connected backups on timeout, only disconnected ones.
- Don't allow promotion of a catch-up broker.
- Minor logging improvement.

[aconway] NO-JIRA: Added missing EXTERN statements causing build breakage.

[aconway] QPID-4144 HA broker deadlocks on broker::QueueRegistry lock and ha::Primary lock

Running tests repeatedly, the broker deadlocked with the attached stack trace.

The problem call sequences are:
1. QueueRegistry::destroy takes QueuerRegistry lock > ConfigurationObserver::queueDestroy > ha::Primary::queueDestroy takes Primary lock.
2. ConnectionObserver::opened cals Primary::opened lock> RemoteBackup>getQueues().eachQueue

This patch breaks the deadlock at both ends: QueueRegistry no longer holds the lock across the observer call and Primary does not hold the lock across eachQueue.

[kwall] QPID-4103: now getting test file paths as URIs instead of URLs so that they still work when the path contains spaces.

Applied patch from Philip Harvey <ph...@philharveyonline.com>.

[gsim] NO-JIRA: error in programming guide

[kwall] QPID-4103: [Java Performance Tests] modified test so that its success is no longer dependent on the order of the attributes in json2.js's JSON strings (this order varies between JDK 1.6 and 1.7, which caused a Jenkins test failure).

Applied patch from Philip Harvey <ph...@philharveyonline.com>.

[kwall] QPID-4143: tweaked topic test config to introduce a start delay on message production, allowing the consumers enough time to implicitly create the queues (unfortunately the Qpid client can't explicitly create topics).

Also improved error reporting and increased time outs to better cope with large scale tests.

Applied patch from Philip Harvey <ph...@philharveyonline.com>

------------------------------------------
[...truncated 1257 lines...]
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/broker-plugins/firewall/test/classes>
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/results/broker-plugins/firewall>

precompile:

compile:
     [echo] Targeting : 1.5
    [javac] Compiling 5 source files to <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/broker-plugins/firewall/classes>

copy-metainf-resources:
     [copy] Copying 3 files to <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/broker-plugins/firewall/META-INF>
     [copy] Copied 2 empty directories to 1 empty directory under <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/broker-plugins/firewall/META-INF>

copy-module-metainf:

jar.manifest:
      [jar] Building jar: <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/lib/plugins/qpid-broker-plugins-firewall-0.19.jar>

jar.nomanifest:

jar:

precompile-tests:

compile-tests:
    [javac] Compiling 2 source files to <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/broker-plugins/firewall/test/classes>

jar-tests:
      [jar] Building jar: <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/lib/qpid-broker-plugins-firewall-tests-0.19.jar>

jar-sources:
      [jar] Building jar: <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/lib/qpid-broker-plugins-firewall-0.19-sources.jar>

libs:

copy-bin:

copy-etc:

postbuild:

build:
     [echo] Running ant for module : broker-plugins/management-http
   [delete] Deleting: <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/test-java-mms.0-10.properties>

prepare:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/broker-plugins/management-http/classes>
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/broker-plugins/management-http/src>
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/api/broker-plugins/management-http>
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/test-api/broker-plugins/management-http>
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/broker-plugins/management-http/test/classes>
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/results/broker-plugins/management-http>

precompile:
    [unwar] Expanding: <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/lib/required/dojo-war-1.7.2.war> into <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/broker-plugins/management-http/classes/resources/dojo>

compile:
     [echo] Targeting : 1.5
    [javac] Compiling 16 source files to <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/broker-plugins/management-http/classes>
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
     [copy] Copying 39 files to <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/broker-plugins/management-http/classes>
     [copy] Copying <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/broker-plugins/management-http/src/main/java/resources/addBinding.html> to <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/broker-plugins/management-http/classes/resources/addBinding.html>
     [copy] Copying <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/broker-plugins/management-http/src/main/java/resources/addExchange.html> to <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/broker-plugins/management-http/classes/resources/addExchange.html>
     [copy] Copying <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/broker-plugins/management-http/src/main/java/resources/addQueue.html> to <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/broker-plugins/management-http/classes/resources/addQueue.html>
     [copy] Copying <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/broker-plugins/management-http/src/main/java/resources/authenticationprovider/addUser.html> to <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/broker-plugins/management-http/classes/resources/authenticationprovider/addUser.html>
     [copy] Copying <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/broker-plugins/management-http/src/main/java/resources/authenticationprovider/setPassword.html> to <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/broker-plugins/management-http/classes/resources/authenticationprovider/setPassword.html>
     [copy] Copying <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/broker-plugins/management-http/src/main/java/resources/authenticationprovider/showPrincipalDatabaseAuthenticationManager.html> to <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/broker-plugins/management-http/classes/resources/authenticationprovider/showPrincipalDatabaseAuthenticationManager.html>
     [copy] Copying <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/broker-plugins/management-http/src/main/java/resources/css/common.css> to <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/broker-plugins/management-http/classes/resources/css/common.css>
     [copy] Copying <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/broker-plugins/management-http/src/main/java/resources/footer.html> to <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/broker-plugins/management-http/classes/resources/footer.html>
     [copy] Copying <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/broker-plugins/management-http/src/main/java/resources/images/qpid-logo.png> to <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/broker-plugins/management-http/classes/resources/images/qpid-logo.png>
     [copy] Copying <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/broker-plugins/management-http/src/main/java/resources/js/qpid/authorization/sasl.js> to <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/broker-plugins/management-http/classes/resources/js/qpid/authorization/sasl.js>
     [copy] Copying <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/broker-plugins/management-http/src/main/java/resources/js/qpid/common/UpdatableStore.js> to <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/broker-plugins/management-http/classes/resources/js/qpid/common/UpdatableStore.js>
     [copy] Copying <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/broker-plugins/management-http/src/main/java/resources/js/qpid/common/footer.js> to <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/broker-plugins/management-http/classes/resources/js/qpid/common/footer.js>
     [copy] Copying <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/broker-plugins/management-http/src/main/java/resources/js/qpid/common/formatter.js> to <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/broker-plugins/management-http/classes/resources/js/qpid/common/formatter.js>
     [copy] Copying <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/broker-plugins/management-http/src/main/java/resources/js/qpid/common/properties.js> to <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/broker-plugins/management-http/classes/resources/js/qpid/common/properties.js>
     [copy] Copying <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/broker-plugins/management-http/src/main/java/resources/js/qpid/common/updater.js> to <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/broker-plugins/management-http/classes/resources/js/qpid/common/updater.js>
     [copy] Copying <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/broker-plugins/management-http/src/main/java/resources/js/qpid/common/util.js> to <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/broker-plugins/management-http/classes/resources/js/qpid/common/util.js>
     [copy] Copying <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/broker-plugins/management-http/src/main/java/resources/js/qpid/management/AuthenticationProvider.js> to <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/broker-plugins/management-http/classes/resources/js/qpid/management/AuthenticationProvider.js>
     [copy] Copying <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/broker-plugins/management-http/src/main/java/resources/js/qpid/management/Broker.js> to <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/broker-plugins/management-http/classes/resources/js/qpid/management/Broker.js>
     [copy] Copying <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/broker-plugins/management-http/src/main/java/resources/js/qpid/management/Connection.js> to <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/broker-plugins/management-http/classes/resources/js/qpid/management/Connection.js>
     [copy] Copying <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/broker-plugins/management-http/src/main/java/resources/js/qpid/management/Exchange.js> to <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/broker-plugins/management-http/classes/resources/js/qpid/management/Exchange.js>
     [copy] Copying <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/broker-plugins/management-http/src/main/java/resources/js/qpid/management/Queue.js> to <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/broker-plugins/management-http/classes/resources/js/qpid/management/Queue.js>
     [copy] Copying <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/broker-plugins/management-http/src/main/java/resources/js/qpid/management/VirtualHost.js> to <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/broker-plugins/management-http/classes/resources/js/qpid/management/VirtualHost.js>
     [copy] Copying <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/broker-plugins/management-http/src/main/java/resources/js/qpid/management/addBinding.js> to <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/broker-plugins/management-http/classes/resources/js/qpid/management/addBinding.js>
     [copy] Copying <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/broker-plugins/management-http/src/main/java/resources/js/qpid/management/addExchange.js> to <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/broker-plugins/management-http/classes/resources/js/qpid/management/addExchange.js>
     [copy] Copying <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/broker-plugins/management-http/src/main/java/resources/js/qpid/management/addQueue.js> to <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/broker-plugins/management-http/classes/resources/js/qpid/management/addQueue.js>
     [copy] Copying <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/broker-plugins/management-http/src/main/java/resources/js/qpid/management/authenticationprovider/PrincipalDatabaseAuthenticationManager.js> to <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/broker-plugins/management-http/classes/resources/js/qpid/management/authenticationprovider/PrincipalDatabaseAuthenticationManager.js>
     [copy] Copying <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/broker-plugins/management-http/src/main/java/resources/js/qpid/management/controller.js> to <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/broker-plugins/management-http/classes/resources/js/qpid/management/controller.js>
     [copy] Copying <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/broker-plugins/management-http/src/main/java/resources/js/qpid/management/moveCopyMessages.js> to <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/broker-plugins/management-http/classes/resources/js/qpid/management/moveCopyMessages.js>
     [copy] Copying <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/broker-plugins/management-http/src/main/java/resources/js/qpid/management/showMessage.js> to <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/broker-plugins/management-http/classes/resources/js/qpid/management/showMessage.js>
     [copy] Copying <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/broker-plugins/management-http/src/main/java/resources/js/qpid/management/treeView.js> to <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/broker-plugins/management-http/classes/resources/js/qpid/management/treeView.js>
     [copy] Copying <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/broker-plugins/management-http/src/main/java/resources/management.html> to <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/broker-plugins/management-http/classes/resources/management.html>
     [copy] Copying <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/broker-plugins/management-http/src/main/java/resources/moveCopyMessages.html> to <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/broker-plugins/management-http/classes/resources/moveCopyMessages.html>
     [copy] Copying <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/broker-plugins/management-http/src/main/java/resources/showAuthProvider.html> to <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/broker-plugins/management-http/classes/resources/showAuthProvider.html>
     [copy] Copying <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/broker-plugins/management-http/src/main/java/resources/showBroker.html> to <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/broker-plugins/management-http/classes/resources/showBroker.html>
     [copy] Copying <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/broker-plugins/management-http/src/main/java/resources/showConnection.html> to <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/broker-plugins/management-http/classes/resources/showConnection.html>
     [copy] Copying <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/broker-plugins/management-http/src/main/java/resources/showExchange.html> to <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/broker-plugins/management-http/classes/resources/showExchange.html>
     [copy] Copying <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/broker-plugins/management-http/src/main/java/resources/showMessage.html> to <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/broker-plugins/management-http/classes/resources/showMessage.html>
     [copy] Copying <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/broker-plugins/management-http/src/main/java/resources/showQueue.html> to <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/broker-plugins/management-http/classes/resources/showQueue.html>
     [copy] Copying <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/broker-plugins/management-http/src/main/java/resources/showVirtualHost.html> to <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/broker-plugins/management-http/classes/resources/showVirtualHost.html>

copy-metainf-resources:
     [copy] Copying 3 files to <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/broker-plugins/management-http/META-INF>
     [copy] Copied 2 empty directories to 1 empty directory under <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/broker-plugins/management-http/META-INF>

copy-module-metainf:

jar.manifest:
      [jar] Building jar: <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/lib/plugins/qpid-broker-plugins-management-http-0.19.jar>

jar.nomanifest:

jar:

precompile-tests:

compile-tests:
    [javac] Compiling 15 source files to <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/broker-plugins/management-http/test/classes>

jar-tests:
      [jar] Building jar: <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/lib/qpid-broker-plugins-management-http-tests-0.19.jar>

jar-sources:
      [jar] Building jar: <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/lib/qpid-broker-plugins-management-http-0.19-sources.jar>

libs:

copy-bin:

copy-etc:

postbuild:

build:
     [echo] Running ant for module : broker-plugins/management-jmx
   [delete] Deleting: <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/test-java-mms.0-10.properties>

prepare:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/broker-plugins/management-jmx/classes>
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/broker-plugins/management-jmx/src>
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/api/broker-plugins/management-jmx>
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/test-api/broker-plugins/management-jmx>
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/broker-plugins/management-jmx/test/classes>
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/results/broker-plugins/management-jmx>

precompile:

compile:
     [echo] Targeting : 1.5
    [javac] Compiling 24 source files to <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/broker-plugins/management-jmx/classes>
    [javac] Note: <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/broker-plugins/management-jmx/src/main/java/org/apache/qpid/server/jmx/mbeans/QueueMBean.java> uses or overrides a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

copy-metainf-resources:
     [copy] Copying 3 files to <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/broker-plugins/management-jmx/META-INF>
     [copy] Copied 2 empty directories to 1 empty directory under <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/broker-plugins/management-jmx/META-INF>

copy-module-metainf:

jar.manifest:
      [jar] Building jar: <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/lib/plugins/qpid-broker-plugins-management-jmx-0.19.jar>

jar.nomanifest:

jar:

precompile-tests:

compile-tests:
    [javac] Compiling 18 source files to <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/scratch/broker-plugins/management-jmx/test/classes>
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

jar-tests:
      [jar] Building jar: <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/lib/qpid-broker-plugins-management-jmx-tests-0.19.jar>

jar-sources:
      [jar] Building jar: <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/lib/qpid-broker-plugins-management-jmx-0.19-sources.jar>

libs:

copy-bin:

copy-etc:

postbuild:

build:

check-manifest:

manifest:
      [jar] Building jar: <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/java/build/lib/qpid-all.jar>

BUILD SUCCESSFUL
Total time: 1 minute 33 seconds
[Qpid-Python-Java-Test] $ /bin/bash -xe /tmp/hudson9163403870861748817.sh
++ ps -ef
++ grep org.apache.qpid.server.Main
++ grep -v grep
++ awk '{print $2}'
+ oldpid=
+ '[' '' ']'
+ pwd
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/>
+ cd trunk/qpid/python
+ ulimit -n
40000
+ ulimit -n 1024
+ ulimit -n
1024
+ ant -file qpid-python-test-ant.xml -Dqpid.executable=../java/build/bin/qpid-server -Dpython.test.ignore=-I../java/test-profiles/python_tests/Java010PythonExcludes '-Dpython.test.modules=-mqpid_tests.broker_0_10 -m qmf.console' -Dqpid.port=25672 '-Dqpid.executable.args=-p 25672 -m 25000' test
Buildfile: qpid-python-test-ant.xml

clean:
   [delete] Deleting directory <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/python/build/results>
   [delete] Deleting directory <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/python/build/work>

init:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/python/build/results>
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/python/build/work>

ensure-port-free:

start-broker:
     [echo] Starting Qpid with ../java/build/bin/qpid-server -p 25672 -m 25000

run-tests:
     [echo] Running test-suite
     [exec] Result: 1

stop-broker:
     [echo] Stopping Qpid 5783

kill-broker:

report:

BUILD FAILED
<https://builds.apache.org/job/Qpid-Python-Java-Test/ws/trunk/qpid/python/qpid-python-test-ant.xml>:113: Test(s) failed

Total time: 3 minutes 41 seconds
Build step 'Execute shell' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Jenkins build is back to normal : Qpid-Python-Java-Test #285

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Qpid-Python-Java-Test/285/changes>