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/10/25 09:28:30 UTC

Build failed in Jenkins: Qpid-Java-Java-DBY-TestMatrix » JDK 1.6 (latest),ubuntu,java-dby.0-9-1 #232

See <https://builds.apache.org/job/Qpid-Java-Java-DBY-TestMatrix/./jdk=JDK%201.6%20(latest),label=ubuntu,profile=java-dby.0-9-1/232/changes>

Changes:

[astitcher] NO-JIRA: removed all remaining traces of unused alloca.h

[tross] NO-JIRA - Fixed a make-dist bug by adding a missing file.

[aconway] Bug:868364 - QPID-4391: HA ignore stale responses.

Related issue discovered while fixing this bug:

The BrokerReplicater pulls management events and query responses from different
queues, there is no co-ordination between them. If a response is processed late,
after create and delete events, it will incorrectly re-create the deleted queue.

This patch ignores responses if we have already seen an event for the queue or
exchange.

[aconway] Bug-869420 - QPID-4393: BrokerReplicator should call queue->bind, not exchange->bind

In BrokerReplicator, there are a few places that it calls
exchange->bind(). We're seeing some incorrect behavior during failover testing
(e.g. an exchange shows that it has 5 bindings when there is really only 1) and
we think we've narrowed it down to this. Instead of calling exchange->bind(), it
should call queue->bind(). If you look at qpid::broker::Broker::createObject(),
you'll see that this method calls queue->bind() to bind a queue to an exchange.

[aconway] Bug 868364 - QPID-4391: HA replicating subscriptions should not auto-delete queues

When an auto-delete queue is replicated, the replicating subscription attempts
to auto-delete the queue after it has already been auto-deleted by the closing
of the last non-HA consumer.  An issue occurs if a new auto-delete queue with
the same name is created shortly after the deletion of the previously queue.
This can occur when a client subscribes to an auto-delete queue and is
temporarily disconnected from the broker.  It is possible for the cancelled HA
subscription to remove the newly created queue from the queue registry since the
old and new queues use the same names.  The HA replicating subscription should
not execute the auto-delete logic when the subscription is cancelled.

[astitcher] QPID-4272: Large amounts of code are duplicated between the SSL and TCP transports

Refactor SslMux support simplifying it and remove need for separate
SslHandler and SslIo code.

Refactored SSL client code to use the same connect and broker SSL to use the same
accept sequences as the TCP code. This also solves QPID-3565: IPv6 support for SSL
transport on Unix C++ client/broker

Remove now unneeded ssl files.

[astitcher] QPID-4272: Large amounts of code are duplicated between the SSL and TCP transports
Add the security related functions to the Socket/Asynch interfaces

[astitcher] QPID-4272: Large amounts of code are duplicated between the SSL and TCP transports
Lift Socket into an interface with concrete implementations
- BSDSocket, WinSocket and SslSocket
- As a side effect completely change the approach we use for platform
  specific handles: IOHandle now directly carries the platform handle
  but its real type is only exposed to platform specific code.
- Modified RDMA code for the new IOHandle approach

[astitcher] QPID-4272: Large amounts of code are duplicated between the SSL and TCP transports
Refactor to unify the various SSL and TCP interfaces:
- Make ssl listen have the same signature as regular sockets
- Give ssl connect same interface as tcp
- Unify the SSL and TCP IO interfaces some more

------------------------------------------
[...truncated 2679 lines...]
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.048 sec
    [junit] Running org.apache.qpid.disttest.controller.config.MessageProviderConfigTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.003 sec
    [junit] Running org.apache.qpid.disttest.controller.config.ParticipantConfigTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.009 sec
    [junit] Running org.apache.qpid.disttest.controller.config.ProducerConfigTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.003 sec
    [junit] Running org.apache.qpid.disttest.controller.config.SessionConfigTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.02 sec
    [junit] Running org.apache.qpid.disttest.controller.config.TestConfigTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.008 sec
    [junit] Running org.apache.qpid.disttest.controller.config.TestInstanceTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.007 sec
    [junit] Running org.apache.qpid.disttest.jms.JmsMessageAdaptorTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.003 sec
    [junit] Running org.apache.qpid.disttest.message.JsonHandlerTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.019 sec
    [junit] Running org.apache.qpid.disttest.message.ParticipantResultTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.042 sec
    [junit] Running org.apache.qpid.disttest.results.aggregation.AggregatorTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.01 sec
    [junit] Running org.apache.qpid.disttest.results.aggregation.ParticipantResultAggregatorTest
    [junit] Tests run: 14, Failures: 0, Errors: 0, Time elapsed: 0.017 sec
    [junit] Running org.apache.qpid.disttest.results.aggregation.SeriesStatisticsTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.002 sec
    [junit] Running org.apache.qpid.disttest.results.aggregation.TestResultAggregatorTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.005 sec
    [junit] Running org.apache.qpid.disttest.results.formatting.CSVFormatterTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.004 sec
    [junit] Running org.apache.qpid.disttest.results.formatting.CSVOrderParticipantResultComparatorTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.008 sec
    [junit] Running org.apache.qpid.systest.disttest.QpidQueueCreatorTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 31.38 sec
    [junit] Running org.apache.qpid.systest.disttest.clientonly.BasicDistributedClientTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 59.051 sec
    [junit] Running org.apache.qpid.systest.disttest.clientonly.ConsumerParticipantTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 41.859 sec
    [junit] Running org.apache.qpid.systest.disttest.clientonly.DistributedClientTest
    [junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 127.725 sec
    [junit] Running org.apache.qpid.systest.disttest.clientonly.MessageProviderTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 26.838 sec
    [junit] Running org.apache.qpid.systest.disttest.clientonly.ProducerParticipantTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 13.162 sec
    [junit] Running org.apache.qpid.systest.disttest.controllerandclient.ControllerAndClientTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 73.639 sec
    [junit] Running org.apache.qpid.systest.disttest.controlleronly.DistributedControllerTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 12.44 sec
    [junit] Running org.apache.qpid.systest.disttest.endtoend.EndToEndTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 15.18 sec
     [echo] Running ant for module : perftests
   [delete] Deleting: <https://builds.apache.org/job/Qpid-Java-Java-DBY-TestMatrix/./jdk=JDK%201.6%20(latest),label=ubuntu,profile=java-dby.0-9-1/ws/trunk/qpid/java/build/scratch/test-java-dby.0-9-1.properties>

touch-failed:
     [echo] Running ant for module : broker-plugins/access-control
   [delete] Deleting: <https://builds.apache.org/job/Qpid-Java-Java-DBY-TestMatrix/./jdk=JDK%201.6%20(latest),label=ubuntu,profile=java-dby.0-9-1/ws/trunk/qpid/java/build/scratch/test-java-dby.0-9-1.properties>

prepare:

compile_velocity:

check_velocity_deps:

gen_logging:

precompile:

compile:
     [echo] Targeting : 1.5

copy-metainf-resources:
     [copy] Warning: <https://builds.apache.org/job/Qpid-Java-Java-DBY-TestMatrix/./jdk=JDK%201.6%20(latest),label=ubuntu,profile=java-dby.0-9-1/ws/trunk/qpid/java/broker-plugins/access-control/resources> does not exist.

copy-module-metainf:

jar.manifest:

jar.nomanifest:

jar:

precompile-tests:

compile-tests:

jar-tests:

jar-sources:

libs:

copy-bin:

copy-etc:

postbuild:

build:

test:
     [echo] Using profile:java-dby.0-9-1
    [junit] Running org.apache.qpid.server.security.access.config.AclActionTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.231 sec
    [junit] Running org.apache.qpid.server.security.access.config.AclRulePredicatesTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.025 sec
    [junit] Running org.apache.qpid.server.security.access.config.ActionTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.026 sec
    [junit] Running org.apache.qpid.server.security.access.config.ClientActionTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.011 sec
    [junit] Running org.apache.qpid.server.security.access.config.PlainConfigurationTest
    [junit] Tests run: 22, Failures: 0, Errors: 0, Time elapsed: 0.041 sec
    [junit] Running org.apache.qpid.server.security.access.config.RuleTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.008 sec
    [junit] Running org.apache.qpid.server.security.access.firewall.HostnameFirewallRuleTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.022 sec
    [junit] Running org.apache.qpid.server.security.access.firewall.NetworkFirewallRuleTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.012 sec
    [junit] Running org.apache.qpid.server.security.access.plugins.DefaultAccessControlTest
    [junit] Tests run: 13, Failures: 0, Errors: 0, Time elapsed: 0.062 sec
    [junit] Running org.apache.qpid.server.security.access.plugins.RuleSetTest
    [junit] Tests run: 20, Failures: 0, Errors: 0, Time elapsed: 0.042 sec
     [echo] Running ant for module : broker-plugins/access-control
   [delete] Deleting: <https://builds.apache.org/job/Qpid-Java-Java-DBY-TestMatrix/./jdk=JDK%201.6%20(latest),label=ubuntu,profile=java-dby.0-9-1/ws/trunk/qpid/java/build/scratch/test-java-dby.0-9-1.properties>

touch-failed:
     [echo] Running ant for module : broker-plugins/management-http
   [delete] Deleting: <https://builds.apache.org/job/Qpid-Java-Java-DBY-TestMatrix/./jdk=JDK%201.6%20(latest),label=ubuntu,profile=java-dby.0-9-1/ws/trunk/qpid/java/build/scratch/test-java-dby.0-9-1.properties>

prepare:

unwardojo:

precompile:

compile:
     [echo] Targeting : 1.5

copy-metainf-resources:
     [copy] Warning: <https://builds.apache.org/job/Qpid-Java-Java-DBY-TestMatrix/./jdk=JDK%201.6%20(latest),label=ubuntu,profile=java-dby.0-9-1/ws/trunk/qpid/java/broker-plugins/management-http/resources> does not exist.

copy-module-metainf:

jar.manifest:

jar.nomanifest:

jar:

precompile-tests:

compile-tests:

jar-tests:

jar-sources:

libs:

copy-bin:

copy-etc:

postbuild:

build:

test:
     [echo] Using profile:java-dby.0-9-1
    [junit] Running org.apache.qpid.server.management.plugin.HttpManagementFactoryTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.065 sec
    [junit] Running org.apache.qpid.server.management.plugin.servlet.rest.ConfiguredObjectToMapConverterTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.035 sec
    [junit] Running org.apache.qpid.server.management.plugin.session.LoginLogoutReporterTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.03 sec
     [echo] Running ant for module : broker-plugins/management-http
   [delete] Deleting: <https://builds.apache.org/job/Qpid-Java-Java-DBY-TestMatrix/./jdk=JDK%201.6%20(latest),label=ubuntu,profile=java-dby.0-9-1/ws/trunk/qpid/java/build/scratch/test-java-dby.0-9-1.properties>

touch-failed:
     [echo] Running ant for module : broker-plugins/management-jmx
   [delete] Deleting: <https://builds.apache.org/job/Qpid-Java-Java-DBY-TestMatrix/./jdk=JDK%201.6%20(latest),label=ubuntu,profile=java-dby.0-9-1/ws/trunk/qpid/java/build/scratch/test-java-dby.0-9-1.properties>

prepare:

precompile:

compile:
     [echo] Targeting : 1.5

copy-metainf-resources:
     [copy] Warning: <https://builds.apache.org/job/Qpid-Java-Java-DBY-TestMatrix/./jdk=JDK%201.6%20(latest),label=ubuntu,profile=java-dby.0-9-1/ws/trunk/qpid/java/broker-plugins/management-jmx/resources> does not exist.

copy-module-metainf:

jar.manifest:

jar.nomanifest:

jar:

precompile-tests:

compile-tests:

jar-tests:

jar-sources:

libs:

copy-bin:

copy-etc:

postbuild:

build:

test:
     [echo] Using profile:java-dby.0-9-1
    [junit] Running org.apache.qpid.server.jmx.JMXManagementFactoryTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.062 sec
    [junit] Running org.apache.qpid.server.jmx.ManagementLogActorTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.616 sec
    [junit] Running org.apache.qpid.server.jmx.mbeans.ConnectionMBeanTest
    [junit] Tests run: 16, Failures: 0, Errors: 0, Time elapsed: 0.174 sec
    [junit] Running org.apache.qpid.server.jmx.mbeans.ExchangeMBeanTest
    [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.081 sec
    [junit] Running org.apache.qpid.server.jmx.mbeans.LoggingManagementMBeanTest
    [junit] Tests run: 20, Failures: 0, Errors: 0, Time elapsed: 0.065 sec
    [junit] Running org.apache.qpid.server.jmx.mbeans.QueueMBeanTest
    [junit] Tests run: 40, Failures: 0, Errors: 0, Time elapsed: 0.207 sec
    [junit] Running org.apache.qpid.server.jmx.mbeans.ServerInformationMBeanTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.019 sec
    [junit] Running org.apache.qpid.server.jmx.mbeans.UserManagementMBeanTest
    [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.043 sec
    [junit] Running org.apache.qpid.server.jmx.mbeans.VirtualHostManagerMBeanTest
    [junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 0.056 sec
     [echo] Running ant for module : broker-plugins/management-jmx
   [delete] Deleting: <https://builds.apache.org/job/Qpid-Java-Java-DBY-TestMatrix/./jdk=JDK%201.6%20(latest),label=ubuntu,profile=java-dby.0-9-1/ws/trunk/qpid/java/build/scratch/test-java-dby.0-9-1.properties>

touch-failed:

BUILD FAILED
<https://builds.apache.org/job/Qpid-Java-Java-DBY-TestMatrix/./jdk=JDK%201.6%20(latest),label=ubuntu,profile=java-dby.0-9-1/ws/trunk/qpid/java/build.xml>:100: TEST SUITE FAILED

Total time: 113 minutes 9 seconds
Build step 'Invoke Ant' 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-Java-Java-DBY-TestMatrix » JDK 1.6 (latest),ubuntu,java-dby.0-9-1 #237

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Qpid-Java-Java-DBY-TestMatrix/./jdk=JDK%201.6%20(latest),label=ubuntu,profile=java-dby.0-9-1/237/>


Build failed in Jenkins: Qpid-Java-Java-DBY-TestMatrix » JDK 1.6 (latest),ubuntu,java-dby.0-9-1 #236

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Qpid-Java-Java-DBY-TestMatrix/./jdk=JDK%201.6%20(latest),label=ubuntu,profile=java-dby.0-9-1/236/>

------------------------------------------
[...truncated 2707 lines...]
    [junit] Running org.apache.qpid.disttest.controller.config.ParticipantConfigTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.009 sec
    [junit] Running org.apache.qpid.disttest.controller.config.ProducerConfigTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.002 sec
    [junit] Running org.apache.qpid.disttest.controller.config.SessionConfigTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.02 sec
    [junit] Running org.apache.qpid.disttest.controller.config.TestConfigTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.008 sec
    [junit] Running org.apache.qpid.disttest.controller.config.TestInstanceTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.006 sec
    [junit] Running org.apache.qpid.disttest.jms.JmsMessageAdaptorTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.003 sec
    [junit] Running org.apache.qpid.disttest.message.JsonHandlerTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.036 sec
    [junit] Running org.apache.qpid.disttest.message.ParticipantResultTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.043 sec
    [junit] Running org.apache.qpid.disttest.results.aggregation.AggregatorTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.01 sec
    [junit] Running org.apache.qpid.disttest.results.aggregation.ParticipantResultAggregatorTest
    [junit] Tests run: 14, Failures: 0, Errors: 0, Time elapsed: 0.003 sec
    [junit] Running org.apache.qpid.disttest.results.aggregation.SeriesStatisticsTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.001 sec
    [junit] Running org.apache.qpid.disttest.results.aggregation.TestResultAggregatorTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.003 sec
    [junit] Running org.apache.qpid.disttest.results.formatting.CSVFormatterTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.003 sec
    [junit] Running org.apache.qpid.disttest.results.formatting.CSVOrderParticipantResultComparatorTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.008 sec
    [junit] Running org.apache.qpid.systest.disttest.QpidQueueCreatorTest
    [junit] Tests run: 3, Failures: 0, Errors: 1, Time elapsed: 17.844 sec
    [junit] TEST org.apache.qpid.systest.disttest.QpidQueueCreatorTest FAILED
    [junit] Running org.apache.qpid.systest.disttest.clientonly.BasicDistributedClientTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 38.027 sec
    [junit] Running org.apache.qpid.systest.disttest.clientonly.ConsumerParticipantTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 29.471 sec
    [junit] Running org.apache.qpid.systest.disttest.clientonly.DistributedClientTest
    [junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 70.045 sec
    [junit] Running org.apache.qpid.systest.disttest.clientonly.MessageProviderTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 15.003 sec
    [junit] Running org.apache.qpid.systest.disttest.clientonly.ProducerParticipantTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 8.985 sec
    [junit] Running org.apache.qpid.systest.disttest.controllerandclient.ControllerAndClientTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 72.224 sec
    [junit] Running org.apache.qpid.systest.disttest.controlleronly.DistributedControllerTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 13.567 sec
    [junit] Running org.apache.qpid.systest.disttest.endtoend.EndToEndTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 13.796 sec
    [junit] Tests FAILED
     [echo] Running ant for module : perftests
   [delete] Deleting: <https://builds.apache.org/job/Qpid-Java-Java-DBY-TestMatrix/./jdk=JDK%201.6%20(latest),label=ubuntu,profile=java-dby.0-9-1/ws/trunk/qpid/java/build/scratch/test-java-dby.0-9-1.properties>

touch-failed:
    [touch] Creating <https://builds.apache.org/job/Qpid-Java-Java-DBY-TestMatrix/./jdk=JDK%201.6%20(latest),label=ubuntu,profile=java-dby.0-9-1/ws/trunk/qpid/java/build/results/perftests/FAILED>
     [echo] Running ant for module : broker-plugins/access-control
   [delete] Deleting: <https://builds.apache.org/job/Qpid-Java-Java-DBY-TestMatrix/./jdk=JDK%201.6%20(latest),label=ubuntu,profile=java-dby.0-9-1/ws/trunk/qpid/java/build/scratch/test-java-dby.0-9-1.properties>

prepare:

compile_velocity:

check_velocity_deps:

gen_logging:

precompile:

compile:
     [echo] Targeting : 1.5

copy-metainf-resources:
     [copy] Warning: <https://builds.apache.org/job/Qpid-Java-Java-DBY-TestMatrix/./jdk=JDK%201.6%20(latest),label=ubuntu,profile=java-dby.0-9-1/ws/trunk/qpid/java/broker-plugins/access-control/resources> does not exist.

copy-module-metainf:

jar.manifest:

jar.nomanifest:

jar:

precompile-tests:

compile-tests:

jar-tests:

jar-sources:

libs:

copy-bin:

copy-etc:

postbuild:

build:

test:
     [echo] Using profile:java-dby.0-9-1
    [junit] Running org.apache.qpid.server.security.access.config.AclActionTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.227 sec
    [junit] Running org.apache.qpid.server.security.access.config.AclRulePredicatesTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.025 sec
    [junit] Running org.apache.qpid.server.security.access.config.ActionTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.025 sec
    [junit] Running org.apache.qpid.server.security.access.config.ClientActionTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.011 sec
    [junit] Running org.apache.qpid.server.security.access.config.PlainConfigurationTest
    [junit] Tests run: 22, Failures: 0, Errors: 0, Time elapsed: 0.041 sec
    [junit] Running org.apache.qpid.server.security.access.config.RuleTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.009 sec
    [junit] Running org.apache.qpid.server.security.access.firewall.HostnameFirewallRuleTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.024 sec
    [junit] Running org.apache.qpid.server.security.access.firewall.NetworkFirewallRuleTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.012 sec
    [junit] Running org.apache.qpid.server.security.access.plugins.DefaultAccessControlTest
    [junit] Tests run: 13, Failures: 0, Errors: 0, Time elapsed: 0.061 sec
    [junit] Running org.apache.qpid.server.security.access.plugins.RuleSetTest
    [junit] Tests run: 20, Failures: 0, Errors: 0, Time elapsed: 0.041 sec
     [echo] Running ant for module : broker-plugins/access-control
   [delete] Deleting: <https://builds.apache.org/job/Qpid-Java-Java-DBY-TestMatrix/./jdk=JDK%201.6%20(latest),label=ubuntu,profile=java-dby.0-9-1/ws/trunk/qpid/java/build/scratch/test-java-dby.0-9-1.properties>

touch-failed:
     [echo] Running ant for module : broker-plugins/management-http
   [delete] Deleting: <https://builds.apache.org/job/Qpid-Java-Java-DBY-TestMatrix/./jdk=JDK%201.6%20(latest),label=ubuntu,profile=java-dby.0-9-1/ws/trunk/qpid/java/build/scratch/test-java-dby.0-9-1.properties>

prepare:

unwardojo:

precompile:

compile:
     [echo] Targeting : 1.5

copy-metainf-resources:
     [copy] Warning: <https://builds.apache.org/job/Qpid-Java-Java-DBY-TestMatrix/./jdk=JDK%201.6%20(latest),label=ubuntu,profile=java-dby.0-9-1/ws/trunk/qpid/java/broker-plugins/management-http/resources> does not exist.

copy-module-metainf:

jar.manifest:

jar.nomanifest:

jar:

precompile-tests:

compile-tests:

jar-tests:

jar-sources:

libs:

copy-bin:

copy-etc:

postbuild:

build:

test:
     [echo] Using profile:java-dby.0-9-1
    [junit] Running org.apache.qpid.server.management.plugin.HttpManagementFactoryTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.063 sec
    [junit] Running org.apache.qpid.server.management.plugin.servlet.rest.ConfiguredObjectToMapConverterTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.034 sec
    [junit] Running org.apache.qpid.server.management.plugin.session.LoginLogoutReporterTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.029 sec
     [echo] Running ant for module : broker-plugins/management-http
   [delete] Deleting: <https://builds.apache.org/job/Qpid-Java-Java-DBY-TestMatrix/./jdk=JDK%201.6%20(latest),label=ubuntu,profile=java-dby.0-9-1/ws/trunk/qpid/java/build/scratch/test-java-dby.0-9-1.properties>

touch-failed:
     [echo] Running ant for module : broker-plugins/management-jmx
   [delete] Deleting: <https://builds.apache.org/job/Qpid-Java-Java-DBY-TestMatrix/./jdk=JDK%201.6%20(latest),label=ubuntu,profile=java-dby.0-9-1/ws/trunk/qpid/java/build/scratch/test-java-dby.0-9-1.properties>

prepare:

precompile:

compile:
     [echo] Targeting : 1.5

copy-metainf-resources:
     [copy] Warning: <https://builds.apache.org/job/Qpid-Java-Java-DBY-TestMatrix/./jdk=JDK%201.6%20(latest),label=ubuntu,profile=java-dby.0-9-1/ws/trunk/qpid/java/broker-plugins/management-jmx/resources> does not exist.

copy-module-metainf:

jar.manifest:

jar.nomanifest:

jar:

precompile-tests:

compile-tests:

jar-tests:

jar-sources:

libs:

copy-bin:

copy-etc:

postbuild:

build:

test:
     [echo] Using profile:java-dby.0-9-1
    [junit] Running org.apache.qpid.server.jmx.JMXManagementFactoryTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.061 sec
    [junit] Running org.apache.qpid.server.jmx.ManagementLogActorTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.437 sec
    [junit] Running org.apache.qpid.server.jmx.mbeans.ConnectionMBeanTest
    [junit] Tests run: 16, Failures: 0, Errors: 0, Time elapsed: 0.192 sec
    [junit] Running org.apache.qpid.server.jmx.mbeans.ExchangeMBeanTest
    [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.081 sec
    [junit] Running org.apache.qpid.server.jmx.mbeans.LoggingManagementMBeanTest
    [junit] Tests run: 20, Failures: 0, Errors: 0, Time elapsed: 0.066 sec
    [junit] Running org.apache.qpid.server.jmx.mbeans.QueueMBeanTest
    [junit] Tests run: 40, Failures: 0, Errors: 0, Time elapsed: 0.204 sec
    [junit] Running org.apache.qpid.server.jmx.mbeans.ServerInformationMBeanTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.019 sec
    [junit] Running org.apache.qpid.server.jmx.mbeans.UserManagementMBeanTest
    [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.044 sec
    [junit] Running org.apache.qpid.server.jmx.mbeans.VirtualHostManagerMBeanTest
    [junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 0.056 sec
     [echo] Running ant for module : broker-plugins/management-jmx
   [delete] Deleting: <https://builds.apache.org/job/Qpid-Java-Java-DBY-TestMatrix/./jdk=JDK%201.6%20(latest),label=ubuntu,profile=java-dby.0-9-1/ws/trunk/qpid/java/build/scratch/test-java-dby.0-9-1.properties>

touch-failed:

BUILD FAILED
<https://builds.apache.org/job/Qpid-Java-Java-DBY-TestMatrix/./jdk=JDK%201.6%20(latest),label=ubuntu,profile=java-dby.0-9-1/ws/trunk/qpid/java/build.xml>:100: TEST SUITE FAILED

Total time: 110 minutes 30 seconds
Build step 'Invoke Ant' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Java-DBY-TestMatrix » JDK 1.6 (latest),ubuntu,java-dby.0-9-1 #235

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Qpid-Java-Java-DBY-TestMatrix/./jdk=JDK%201.6%20(latest),label=ubuntu,profile=java-dby.0-9-1/235/>

------------------------------------------
[...truncated 2794 lines...]
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.089 sec
    [junit] Running org.apache.qpid.disttest.controller.config.MessageProviderConfigTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.003 sec
    [junit] Running org.apache.qpid.disttest.controller.config.ParticipantConfigTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.034 sec
    [junit] Running org.apache.qpid.disttest.controller.config.ProducerConfigTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.003 sec
    [junit] Running org.apache.qpid.disttest.controller.config.SessionConfigTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.03 sec
    [junit] Running org.apache.qpid.disttest.controller.config.TestConfigTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.008 sec
    [junit] Running org.apache.qpid.disttest.controller.config.TestInstanceTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.007 sec
    [junit] Running org.apache.qpid.disttest.jms.JmsMessageAdaptorTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.007 sec
    [junit] Running org.apache.qpid.disttest.message.JsonHandlerTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.025 sec
    [junit] Running org.apache.qpid.disttest.message.ParticipantResultTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.057 sec
    [junit] Running org.apache.qpid.disttest.results.aggregation.AggregatorTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.011 sec
    [junit] Running org.apache.qpid.disttest.results.aggregation.ParticipantResultAggregatorTest
    [junit] Tests run: 14, Failures: 0, Errors: 0, Time elapsed: 0.004 sec
    [junit] Running org.apache.qpid.disttest.results.aggregation.SeriesStatisticsTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.001 sec
    [junit] Running org.apache.qpid.disttest.results.aggregation.TestResultAggregatorTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.005 sec
    [junit] Running org.apache.qpid.disttest.results.formatting.CSVFormatterTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.003 sec
    [junit] Running org.apache.qpid.disttest.results.formatting.CSVOrderParticipantResultComparatorTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.009 sec
    [junit] Running org.apache.qpid.systest.disttest.QpidQueueCreatorTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 18.425 sec
    [junit] Running org.apache.qpid.systest.disttest.clientonly.BasicDistributedClientTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 38.79 sec
    [junit] Running org.apache.qpid.systest.disttest.clientonly.ConsumerParticipantTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 28.77 sec
    [junit] Running org.apache.qpid.systest.disttest.clientonly.DistributedClientTest
    [junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 70.538 sec
    [junit] Running org.apache.qpid.systest.disttest.clientonly.MessageProviderTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 15.043 sec
    [junit] Running org.apache.qpid.systest.disttest.clientonly.ProducerParticipantTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 9.043 sec
    [junit] Running org.apache.qpid.systest.disttest.controllerandclient.ControllerAndClientTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 42.065 sec
    [junit] Running org.apache.qpid.systest.disttest.controlleronly.DistributedControllerTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 8.787 sec
    [junit] Running org.apache.qpid.systest.disttest.endtoend.EndToEndTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 7.801 sec
     [echo] Running ant for module : perftests
   [delete] Deleting: <https://builds.apache.org/job/Qpid-Java-Java-DBY-TestMatrix/./jdk=JDK%201.6%20(latest),label=ubuntu,profile=java-dby.0-9-1/ws/trunk/qpid/java/build/scratch/test-java-dby.0-9-1.properties>

touch-failed:
     [echo] Running ant for module : broker-plugins/access-control
   [delete] Deleting: <https://builds.apache.org/job/Qpid-Java-Java-DBY-TestMatrix/./jdk=JDK%201.6%20(latest),label=ubuntu,profile=java-dby.0-9-1/ws/trunk/qpid/java/build/scratch/test-java-dby.0-9-1.properties>

prepare:

compile_velocity:

check_velocity_deps:

gen_logging:

precompile:

compile:
     [echo] Targeting : 1.5

copy-metainf-resources:
     [copy] Warning: <https://builds.apache.org/job/Qpid-Java-Java-DBY-TestMatrix/./jdk=JDK%201.6%20(latest),label=ubuntu,profile=java-dby.0-9-1/ws/trunk/qpid/java/broker-plugins/access-control/resources> does not exist.

copy-module-metainf:

jar.manifest:

jar.nomanifest:

jar:

precompile-tests:

compile-tests:

jar-tests:

jar-sources:

libs:

copy-bin:

copy-etc:

postbuild:

build:

test:
     [echo] Using profile:java-dby.0-9-1
    [junit] Running org.apache.qpid.server.security.access.config.AclActionTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.227 sec
    [junit] Running org.apache.qpid.server.security.access.config.AclRulePredicatesTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.025 sec
    [junit] Running org.apache.qpid.server.security.access.config.ActionTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.025 sec
    [junit] Running org.apache.qpid.server.security.access.config.ClientActionTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.011 sec
    [junit] Running org.apache.qpid.server.security.access.config.PlainConfigurationTest
    [junit] Tests run: 22, Failures: 0, Errors: 0, Time elapsed: 0.04 sec
    [junit] Running org.apache.qpid.server.security.access.config.RuleTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.008 sec
    [junit] Running org.apache.qpid.server.security.access.firewall.HostnameFirewallRuleTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.027 sec
    [junit] Running org.apache.qpid.server.security.access.firewall.NetworkFirewallRuleTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.013 sec
    [junit] Running org.apache.qpid.server.security.access.plugins.DefaultAccessControlTest
    [junit] Tests run: 13, Failures: 0, Errors: 0, Time elapsed: 0.061 sec
    [junit] Running org.apache.qpid.server.security.access.plugins.RuleSetTest
    [junit] Tests run: 20, Failures: 0, Errors: 0, Time elapsed: 0.041 sec
     [echo] Running ant for module : broker-plugins/access-control
   [delete] Deleting: <https://builds.apache.org/job/Qpid-Java-Java-DBY-TestMatrix/./jdk=JDK%201.6%20(latest),label=ubuntu,profile=java-dby.0-9-1/ws/trunk/qpid/java/build/scratch/test-java-dby.0-9-1.properties>

touch-failed:
     [echo] Running ant for module : broker-plugins/management-http
   [delete] Deleting: <https://builds.apache.org/job/Qpid-Java-Java-DBY-TestMatrix/./jdk=JDK%201.6%20(latest),label=ubuntu,profile=java-dby.0-9-1/ws/trunk/qpid/java/build/scratch/test-java-dby.0-9-1.properties>

prepare:

unwardojo:

precompile:

compile:
     [echo] Targeting : 1.5

copy-metainf-resources:
     [copy] Warning: <https://builds.apache.org/job/Qpid-Java-Java-DBY-TestMatrix/./jdk=JDK%201.6%20(latest),label=ubuntu,profile=java-dby.0-9-1/ws/trunk/qpid/java/broker-plugins/management-http/resources> does not exist.

copy-module-metainf:

jar.manifest:

jar.nomanifest:

jar:

precompile-tests:

compile-tests:

jar-tests:

jar-sources:

libs:

copy-bin:

copy-etc:

postbuild:

build:

test:
     [echo] Using profile:java-dby.0-9-1
    [junit] Running org.apache.qpid.server.management.plugin.HttpManagementFactoryTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.073 sec
    [junit] Running org.apache.qpid.server.management.plugin.servlet.rest.ConfiguredObjectToMapConverterTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.033 sec
    [junit] Running org.apache.qpid.server.management.plugin.session.LoginLogoutReporterTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.029 sec
     [echo] Running ant for module : broker-plugins/management-http
   [delete] Deleting: <https://builds.apache.org/job/Qpid-Java-Java-DBY-TestMatrix/./jdk=JDK%201.6%20(latest),label=ubuntu,profile=java-dby.0-9-1/ws/trunk/qpid/java/build/scratch/test-java-dby.0-9-1.properties>

touch-failed:
     [echo] Running ant for module : broker-plugins/management-jmx
   [delete] Deleting: <https://builds.apache.org/job/Qpid-Java-Java-DBY-TestMatrix/./jdk=JDK%201.6%20(latest),label=ubuntu,profile=java-dby.0-9-1/ws/trunk/qpid/java/build/scratch/test-java-dby.0-9-1.properties>

prepare:

precompile:

compile:
     [echo] Targeting : 1.5

copy-metainf-resources:
     [copy] Warning: <https://builds.apache.org/job/Qpid-Java-Java-DBY-TestMatrix/./jdk=JDK%201.6%20(latest),label=ubuntu,profile=java-dby.0-9-1/ws/trunk/qpid/java/broker-plugins/management-jmx/resources> does not exist.

copy-module-metainf:

jar.manifest:

jar.nomanifest:

jar:

precompile-tests:

compile-tests:

jar-tests:

jar-sources:

libs:

copy-bin:

copy-etc:

postbuild:

build:

test:
     [echo] Using profile:java-dby.0-9-1
    [junit] Running org.apache.qpid.server.jmx.JMXManagementFactoryTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.06 sec
    [junit] Running org.apache.qpid.server.jmx.ManagementLogActorTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.444 sec
    [junit] Running org.apache.qpid.server.jmx.mbeans.ConnectionMBeanTest
    [junit] Tests run: 16, Failures: 0, Errors: 0, Time elapsed: 0.178 sec
    [junit] Running org.apache.qpid.server.jmx.mbeans.ExchangeMBeanTest
    [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.08 sec
    [junit] Running org.apache.qpid.server.jmx.mbeans.LoggingManagementMBeanTest
    [junit] Tests run: 20, Failures: 0, Errors: 0, Time elapsed: 0.071 sec
    [junit] Running org.apache.qpid.server.jmx.mbeans.QueueMBeanTest
    [junit] Tests run: 40, Failures: 0, Errors: 0, Time elapsed: 0.204 sec
    [junit] Running org.apache.qpid.server.jmx.mbeans.ServerInformationMBeanTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.019 sec
    [junit] Running org.apache.qpid.server.jmx.mbeans.UserManagementMBeanTest
    [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.041 sec
    [junit] Running org.apache.qpid.server.jmx.mbeans.VirtualHostManagerMBeanTest
    [junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 0.055 sec
     [echo] Running ant for module : broker-plugins/management-jmx
   [delete] Deleting: <https://builds.apache.org/job/Qpid-Java-Java-DBY-TestMatrix/./jdk=JDK%201.6%20(latest),label=ubuntu,profile=java-dby.0-9-1/ws/trunk/qpid/java/build/scratch/test-java-dby.0-9-1.properties>

touch-failed:

BUILD FAILED
<https://builds.apache.org/job/Qpid-Java-Java-DBY-TestMatrix/./jdk=JDK%201.6%20(latest),label=ubuntu,profile=java-dby.0-9-1/ws/trunk/qpid/java/build.xml>:100: TEST SUITE FAILED

Total time: 110 minutes 22 seconds
Build step 'Invoke Ant' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Java-DBY-TestMatrix » JDK 1.6 (latest),ubuntu,java-dby.0-9-1 #234

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Qpid-Java-Java-DBY-TestMatrix/./jdk=JDK%201.6%20(latest),label=ubuntu,profile=java-dby.0-9-1/234/changes>

Changes:

[rgodfrey] QPID-4396 : [Java AMQP 1.0] move examples into sub-module

[rgodfrey] QPID-4395 : Fix client ack in onMessage in JMS AMQP 1.0 client

------------------------------------------
[...truncated 2858 lines...]
    [junit] Running org.apache.qpid.disttest.controller.config.ParticipantConfigTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.01 sec
    [junit] Running org.apache.qpid.disttest.controller.config.ProducerConfigTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.003 sec
    [junit] Running org.apache.qpid.disttest.controller.config.SessionConfigTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.019 sec
    [junit] Running org.apache.qpid.disttest.controller.config.TestConfigTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.008 sec
    [junit] Running org.apache.qpid.disttest.controller.config.TestInstanceTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.007 sec
    [junit] Running org.apache.qpid.disttest.jms.JmsMessageAdaptorTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.002 sec
    [junit] Running org.apache.qpid.disttest.message.JsonHandlerTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.019 sec
    [junit] Running org.apache.qpid.disttest.message.ParticipantResultTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.043 sec
    [junit] Running org.apache.qpid.disttest.results.aggregation.AggregatorTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.01 sec
    [junit] Running org.apache.qpid.disttest.results.aggregation.ParticipantResultAggregatorTest
    [junit] Tests run: 14, Failures: 0, Errors: 0, Time elapsed: 0.004 sec
    [junit] Running org.apache.qpid.disttest.results.aggregation.SeriesStatisticsTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.001 sec
    [junit] Running org.apache.qpid.disttest.results.aggregation.TestResultAggregatorTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.003 sec
    [junit] Running org.apache.qpid.disttest.results.formatting.CSVFormatterTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.003 sec
    [junit] Running org.apache.qpid.disttest.results.formatting.CSVOrderParticipantResultComparatorTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.008 sec
    [junit] Running org.apache.qpid.systest.disttest.QpidQueueCreatorTest
    [junit] Tests run: 3, Failures: 0, Errors: 1, Time elapsed: 23.895 sec
    [junit] TEST org.apache.qpid.systest.disttest.QpidQueueCreatorTest FAILED
    [junit] Running org.apache.qpid.systest.disttest.clientonly.BasicDistributedClientTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 50.999 sec
    [junit] Running org.apache.qpid.systest.disttest.clientonly.ConsumerParticipantTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 37.973 sec
    [junit] Running org.apache.qpid.systest.disttest.clientonly.DistributedClientTest
    [junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 94.055 sec
    [junit] Running org.apache.qpid.systest.disttest.clientonly.MessageProviderTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 20.442 sec
    [junit] Running org.apache.qpid.systest.disttest.clientonly.ProducerParticipantTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 11.219 sec
    [junit] Running org.apache.qpid.systest.disttest.controllerandclient.ControllerAndClientTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 58.829 sec
    [junit] Running org.apache.qpid.systest.disttest.controlleronly.DistributedControllerTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 11.705 sec
    [junit] Running org.apache.qpid.systest.disttest.endtoend.EndToEndTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 11.51 sec
    [junit] Tests FAILED
     [echo] Running ant for module : perftests
   [delete] Deleting: <https://builds.apache.org/job/Qpid-Java-Java-DBY-TestMatrix/./jdk=JDK%201.6%20(latest),label=ubuntu,profile=java-dby.0-9-1/ws/trunk/qpid/java/build/scratch/test-java-dby.0-9-1.properties>

touch-failed:
    [touch] Creating <https://builds.apache.org/job/Qpid-Java-Java-DBY-TestMatrix/./jdk=JDK%201.6%20(latest),label=ubuntu,profile=java-dby.0-9-1/ws/trunk/qpid/java/build/results/perftests/FAILED>
     [echo] Running ant for module : broker-plugins/access-control
   [delete] Deleting: <https://builds.apache.org/job/Qpid-Java-Java-DBY-TestMatrix/./jdk=JDK%201.6%20(latest),label=ubuntu,profile=java-dby.0-9-1/ws/trunk/qpid/java/build/scratch/test-java-dby.0-9-1.properties>

prepare:

compile_velocity:

check_velocity_deps:

gen_logging:

precompile:

compile:
     [echo] Targeting : 1.5

copy-metainf-resources:
     [copy] Warning: <https://builds.apache.org/job/Qpid-Java-Java-DBY-TestMatrix/./jdk=JDK%201.6%20(latest),label=ubuntu,profile=java-dby.0-9-1/ws/trunk/qpid/java/broker-plugins/access-control/resources> does not exist.

copy-module-metainf:

jar.manifest:

jar.nomanifest:

jar:

precompile-tests:

compile-tests:

jar-tests:

jar-sources:

libs:

copy-bin:

copy-etc:

postbuild:

build:

test:
     [echo] Using profile:java-dby.0-9-1
    [junit] Running org.apache.qpid.server.security.access.config.AclActionTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.239 sec
    [junit] Running org.apache.qpid.server.security.access.config.AclRulePredicatesTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.024 sec
    [junit] Running org.apache.qpid.server.security.access.config.ActionTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.026 sec
    [junit] Running org.apache.qpid.server.security.access.config.ClientActionTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.011 sec
    [junit] Running org.apache.qpid.server.security.access.config.PlainConfigurationTest
    [junit] Tests run: 22, Failures: 0, Errors: 0, Time elapsed: 0.135 sec
    [junit] Running org.apache.qpid.server.security.access.config.RuleTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.008 sec
    [junit] Running org.apache.qpid.server.security.access.firewall.HostnameFirewallRuleTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.022 sec
    [junit] Running org.apache.qpid.server.security.access.firewall.NetworkFirewallRuleTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.012 sec
    [junit] Running org.apache.qpid.server.security.access.plugins.DefaultAccessControlTest
    [junit] Tests run: 13, Failures: 0, Errors: 0, Time elapsed: 0.062 sec
    [junit] Running org.apache.qpid.server.security.access.plugins.RuleSetTest
    [junit] Tests run: 20, Failures: 0, Errors: 0, Time elapsed: 0.042 sec
     [echo] Running ant for module : broker-plugins/access-control
   [delete] Deleting: <https://builds.apache.org/job/Qpid-Java-Java-DBY-TestMatrix/./jdk=JDK%201.6%20(latest),label=ubuntu,profile=java-dby.0-9-1/ws/trunk/qpid/java/build/scratch/test-java-dby.0-9-1.properties>

touch-failed:
     [echo] Running ant for module : broker-plugins/management-http
   [delete] Deleting: <https://builds.apache.org/job/Qpid-Java-Java-DBY-TestMatrix/./jdk=JDK%201.6%20(latest),label=ubuntu,profile=java-dby.0-9-1/ws/trunk/qpid/java/build/scratch/test-java-dby.0-9-1.properties>

prepare:

unwardojo:

precompile:

compile:
     [echo] Targeting : 1.5

copy-metainf-resources:
     [copy] Warning: <https://builds.apache.org/job/Qpid-Java-Java-DBY-TestMatrix/./jdk=JDK%201.6%20(latest),label=ubuntu,profile=java-dby.0-9-1/ws/trunk/qpid/java/broker-plugins/management-http/resources> does not exist.

copy-module-metainf:

jar.manifest:

jar.nomanifest:

jar:

precompile-tests:

compile-tests:

jar-tests:

jar-sources:

libs:

copy-bin:

copy-etc:

postbuild:

build:

test:
     [echo] Using profile:java-dby.0-9-1
    [junit] Running org.apache.qpid.server.management.plugin.HttpManagementFactoryTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.086 sec
    [junit] Running org.apache.qpid.server.management.plugin.servlet.rest.ConfiguredObjectToMapConverterTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.034 sec
    [junit] Running org.apache.qpid.server.management.plugin.session.LoginLogoutReporterTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.03 sec
     [echo] Running ant for module : broker-plugins/management-http
   [delete] Deleting: <https://builds.apache.org/job/Qpid-Java-Java-DBY-TestMatrix/./jdk=JDK%201.6%20(latest),label=ubuntu,profile=java-dby.0-9-1/ws/trunk/qpid/java/build/scratch/test-java-dby.0-9-1.properties>

touch-failed:
     [echo] Running ant for module : broker-plugins/management-jmx
   [delete] Deleting: <https://builds.apache.org/job/Qpid-Java-Java-DBY-TestMatrix/./jdk=JDK%201.6%20(latest),label=ubuntu,profile=java-dby.0-9-1/ws/trunk/qpid/java/build/scratch/test-java-dby.0-9-1.properties>

prepare:

precompile:

compile:
     [echo] Targeting : 1.5

copy-metainf-resources:
     [copy] Warning: <https://builds.apache.org/job/Qpid-Java-Java-DBY-TestMatrix/./jdk=JDK%201.6%20(latest),label=ubuntu,profile=java-dby.0-9-1/ws/trunk/qpid/java/broker-plugins/management-jmx/resources> does not exist.

copy-module-metainf:

jar.manifest:

jar.nomanifest:

jar:

precompile-tests:

compile-tests:

jar-tests:

jar-sources:

libs:

copy-bin:

copy-etc:

postbuild:

build:

test:
     [echo] Using profile:java-dby.0-9-1
    [junit] Running org.apache.qpid.server.jmx.JMXManagementFactoryTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.061 sec
    [junit] Running org.apache.qpid.server.jmx.ManagementLogActorTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.452 sec
    [junit] Running org.apache.qpid.server.jmx.mbeans.ConnectionMBeanTest
    [junit] Tests run: 16, Failures: 0, Errors: 0, Time elapsed: 0.179 sec
    [junit] Running org.apache.qpid.server.jmx.mbeans.ExchangeMBeanTest
    [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.081 sec
    [junit] Running org.apache.qpid.server.jmx.mbeans.LoggingManagementMBeanTest
    [junit] Tests run: 20, Failures: 0, Errors: 0, Time elapsed: 0.066 sec
    [junit] Running org.apache.qpid.server.jmx.mbeans.QueueMBeanTest
    [junit] Tests run: 40, Failures: 0, Errors: 0, Time elapsed: 0.205 sec
    [junit] Running org.apache.qpid.server.jmx.mbeans.ServerInformationMBeanTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.019 sec
    [junit] Running org.apache.qpid.server.jmx.mbeans.UserManagementMBeanTest
    [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.041 sec
    [junit] Running org.apache.qpid.server.jmx.mbeans.VirtualHostManagerMBeanTest
    [junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 0.056 sec
     [echo] Running ant for module : broker-plugins/management-jmx
   [delete] Deleting: <https://builds.apache.org/job/Qpid-Java-Java-DBY-TestMatrix/./jdk=JDK%201.6%20(latest),label=ubuntu,profile=java-dby.0-9-1/ws/trunk/qpid/java/build/scratch/test-java-dby.0-9-1.properties>

touch-failed:

BUILD FAILED
<https://builds.apache.org/job/Qpid-Java-Java-DBY-TestMatrix/./jdk=JDK%201.6%20(latest),label=ubuntu,profile=java-dby.0-9-1/ws/trunk/qpid/java/build.xml>:100: TEST SUITE FAILED

Total time: 112 minutes 32 seconds
Build step 'Invoke Ant' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Java-DBY-TestMatrix » JDK 1.6 (latest),ubuntu,java-dby.0-9-1 #233

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Qpid-Java-Java-DBY-TestMatrix/./jdk=JDK%201.6%20(latest),label=ubuntu,profile=java-dby.0-9-1/233/changes>

Changes:

[aconway] NO-JIRA: Fix compile error on windows.

Using a private class typedef in a free function.

[chug] QPID-4392 C++ Broker link channel number wrap.
Maintain a pool of available channel numbers.

------------------------------------------
[...truncated 2729 lines...]
    [junit] Running org.apache.qpid.disttest.controller.config.ParticipantConfigTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.009 sec
    [junit] Running org.apache.qpid.disttest.controller.config.ProducerConfigTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.002 sec
    [junit] Running org.apache.qpid.disttest.controller.config.SessionConfigTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.019 sec
    [junit] Running org.apache.qpid.disttest.controller.config.TestConfigTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.007 sec
    [junit] Running org.apache.qpid.disttest.controller.config.TestInstanceTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.006 sec
    [junit] Running org.apache.qpid.disttest.jms.JmsMessageAdaptorTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.002 sec
    [junit] Running org.apache.qpid.disttest.message.JsonHandlerTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.019 sec
    [junit] Running org.apache.qpid.disttest.message.ParticipantResultTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.042 sec
    [junit] Running org.apache.qpid.disttest.results.aggregation.AggregatorTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.01 sec
    [junit] Running org.apache.qpid.disttest.results.aggregation.ParticipantResultAggregatorTest
    [junit] Tests run: 14, Failures: 0, Errors: 0, Time elapsed: 0.004 sec
    [junit] Running org.apache.qpid.disttest.results.aggregation.SeriesStatisticsTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.001 sec
    [junit] Running org.apache.qpid.disttest.results.aggregation.TestResultAggregatorTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.003 sec
    [junit] Running org.apache.qpid.disttest.results.formatting.CSVFormatterTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.003 sec
    [junit] Running org.apache.qpid.disttest.results.formatting.CSVOrderParticipantResultComparatorTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.008 sec
    [junit] Running org.apache.qpid.systest.disttest.QpidQueueCreatorTest
    [junit] Tests run: 3, Failures: 0, Errors: 1, Time elapsed: 20.32 sec
    [junit] TEST org.apache.qpid.systest.disttest.QpidQueueCreatorTest FAILED
    [junit] Running org.apache.qpid.systest.disttest.clientonly.BasicDistributedClientTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 42.621 sec
    [junit] Running org.apache.qpid.systest.disttest.clientonly.ConsumerParticipantTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 32.486 sec
    [junit] Running org.apache.qpid.systest.disttest.clientonly.DistributedClientTest
    [junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 76.871 sec
    [junit] Running org.apache.qpid.systest.disttest.clientonly.MessageProviderTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 16.757 sec
    [junit] Running org.apache.qpid.systest.disttest.clientonly.ProducerParticipantTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 9.299 sec
    [junit] Running org.apache.qpid.systest.disttest.controllerandclient.ControllerAndClientTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 46.211 sec
    [junit] Running org.apache.qpid.systest.disttest.controlleronly.DistributedControllerTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 9.549 sec
    [junit] Running org.apache.qpid.systest.disttest.endtoend.EndToEndTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 8.566 sec
    [junit] Tests FAILED
     [echo] Running ant for module : perftests
   [delete] Deleting: <https://builds.apache.org/job/Qpid-Java-Java-DBY-TestMatrix/./jdk=JDK%201.6%20(latest),label=ubuntu,profile=java-dby.0-9-1/ws/trunk/qpid/java/build/scratch/test-java-dby.0-9-1.properties>

touch-failed:
    [touch] Creating <https://builds.apache.org/job/Qpid-Java-Java-DBY-TestMatrix/./jdk=JDK%201.6%20(latest),label=ubuntu,profile=java-dby.0-9-1/ws/trunk/qpid/java/build/results/perftests/FAILED>
     [echo] Running ant for module : broker-plugins/access-control
   [delete] Deleting: <https://builds.apache.org/job/Qpid-Java-Java-DBY-TestMatrix/./jdk=JDK%201.6%20(latest),label=ubuntu,profile=java-dby.0-9-1/ws/trunk/qpid/java/build/scratch/test-java-dby.0-9-1.properties>

prepare:

compile_velocity:

check_velocity_deps:

gen_logging:

precompile:

compile:
     [echo] Targeting : 1.5

copy-metainf-resources:
     [copy] Warning: <https://builds.apache.org/job/Qpid-Java-Java-DBY-TestMatrix/./jdk=JDK%201.6%20(latest),label=ubuntu,profile=java-dby.0-9-1/ws/trunk/qpid/java/broker-plugins/access-control/resources> does not exist.

copy-module-metainf:

jar.manifest:

jar.nomanifest:

jar:

precompile-tests:

compile-tests:

jar-tests:

jar-sources:

libs:

copy-bin:

copy-etc:

postbuild:

build:

test:
     [echo] Using profile:java-dby.0-9-1
    [junit] Running org.apache.qpid.server.security.access.config.AclActionTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.229 sec
    [junit] Running org.apache.qpid.server.security.access.config.AclRulePredicatesTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.024 sec
    [junit] Running org.apache.qpid.server.security.access.config.ActionTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.026 sec
    [junit] Running org.apache.qpid.server.security.access.config.ClientActionTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.011 sec
    [junit] Running org.apache.qpid.server.security.access.config.PlainConfigurationTest
    [junit] Tests run: 22, Failures: 0, Errors: 0, Time elapsed: 0.041 sec
    [junit] Running org.apache.qpid.server.security.access.config.RuleTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.008 sec
    [junit] Running org.apache.qpid.server.security.access.firewall.HostnameFirewallRuleTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.021 sec
    [junit] Running org.apache.qpid.server.security.access.firewall.NetworkFirewallRuleTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.012 sec
    [junit] Running org.apache.qpid.server.security.access.plugins.DefaultAccessControlTest
    [junit] Tests run: 13, Failures: 0, Errors: 0, Time elapsed: 0.061 sec
    [junit] Running org.apache.qpid.server.security.access.plugins.RuleSetTest
    [junit] Tests run: 20, Failures: 0, Errors: 0, Time elapsed: 0.042 sec
     [echo] Running ant for module : broker-plugins/access-control
   [delete] Deleting: <https://builds.apache.org/job/Qpid-Java-Java-DBY-TestMatrix/./jdk=JDK%201.6%20(latest),label=ubuntu,profile=java-dby.0-9-1/ws/trunk/qpid/java/build/scratch/test-java-dby.0-9-1.properties>

touch-failed:
     [echo] Running ant for module : broker-plugins/management-http
   [delete] Deleting: <https://builds.apache.org/job/Qpid-Java-Java-DBY-TestMatrix/./jdk=JDK%201.6%20(latest),label=ubuntu,profile=java-dby.0-9-1/ws/trunk/qpid/java/build/scratch/test-java-dby.0-9-1.properties>

prepare:

unwardojo:

precompile:

compile:
     [echo] Targeting : 1.5

copy-metainf-resources:
     [copy] Warning: <https://builds.apache.org/job/Qpid-Java-Java-DBY-TestMatrix/./jdk=JDK%201.6%20(latest),label=ubuntu,profile=java-dby.0-9-1/ws/trunk/qpid/java/broker-plugins/management-http/resources> does not exist.

copy-module-metainf:

jar.manifest:

jar.nomanifest:

jar:

precompile-tests:

compile-tests:

jar-tests:

jar-sources:

libs:

copy-bin:

copy-etc:

postbuild:

build:

test:
     [echo] Using profile:java-dby.0-9-1
    [junit] Running org.apache.qpid.server.management.plugin.HttpManagementFactoryTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.064 sec
    [junit] Running org.apache.qpid.server.management.plugin.servlet.rest.ConfiguredObjectToMapConverterTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.034 sec
    [junit] Running org.apache.qpid.server.management.plugin.session.LoginLogoutReporterTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.03 sec
     [echo] Running ant for module : broker-plugins/management-http
   [delete] Deleting: <https://builds.apache.org/job/Qpid-Java-Java-DBY-TestMatrix/./jdk=JDK%201.6%20(latest),label=ubuntu,profile=java-dby.0-9-1/ws/trunk/qpid/java/build/scratch/test-java-dby.0-9-1.properties>

touch-failed:
     [echo] Running ant for module : broker-plugins/management-jmx
   [delete] Deleting: <https://builds.apache.org/job/Qpid-Java-Java-DBY-TestMatrix/./jdk=JDK%201.6%20(latest),label=ubuntu,profile=java-dby.0-9-1/ws/trunk/qpid/java/build/scratch/test-java-dby.0-9-1.properties>

prepare:

precompile:

compile:
     [echo] Targeting : 1.5

copy-metainf-resources:
     [copy] Warning: <https://builds.apache.org/job/Qpid-Java-Java-DBY-TestMatrix/./jdk=JDK%201.6%20(latest),label=ubuntu,profile=java-dby.0-9-1/ws/trunk/qpid/java/broker-plugins/management-jmx/resources> does not exist.

copy-module-metainf:

jar.manifest:

jar.nomanifest:

jar:

precompile-tests:

compile-tests:

jar-tests:

jar-sources:

libs:

copy-bin:

copy-etc:

postbuild:

build:

test:
     [echo] Using profile:java-dby.0-9-1
    [junit] Running org.apache.qpid.server.jmx.JMXManagementFactoryTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.061 sec
    [junit] Running org.apache.qpid.server.jmx.ManagementLogActorTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.439 sec
    [junit] Running org.apache.qpid.server.jmx.mbeans.ConnectionMBeanTest
    [junit] Tests run: 16, Failures: 0, Errors: 0, Time elapsed: 0.174 sec
    [junit] Running org.apache.qpid.server.jmx.mbeans.ExchangeMBeanTest
    [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.081 sec
    [junit] Running org.apache.qpid.server.jmx.mbeans.LoggingManagementMBeanTest
    [junit] Tests run: 20, Failures: 0, Errors: 0, Time elapsed: 0.062 sec
    [junit] Running org.apache.qpid.server.jmx.mbeans.QueueMBeanTest
    [junit] Tests run: 40, Failures: 0, Errors: 0, Time elapsed: 0.215 sec
    [junit] Running org.apache.qpid.server.jmx.mbeans.ServerInformationMBeanTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.031 sec
    [junit] Running org.apache.qpid.server.jmx.mbeans.UserManagementMBeanTest
    [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.033 sec
    [junit] Running org.apache.qpid.server.jmx.mbeans.VirtualHostManagerMBeanTest
    [junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 0.055 sec
     [echo] Running ant for module : broker-plugins/management-jmx
   [delete] Deleting: <https://builds.apache.org/job/Qpid-Java-Java-DBY-TestMatrix/./jdk=JDK%201.6%20(latest),label=ubuntu,profile=java-dby.0-9-1/ws/trunk/qpid/java/build/scratch/test-java-dby.0-9-1.properties>

touch-failed:

BUILD FAILED
<https://builds.apache.org/job/Qpid-Java-Java-DBY-TestMatrix/./jdk=JDK%201.6%20(latest),label=ubuntu,profile=java-dby.0-9-1/ws/trunk/qpid/java/build.xml>:100: TEST SUITE FAILED

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