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 07:13:06 UTC

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

See <https://builds.apache.org/job/Qpid-Java-Java-DBY-TestMatrix/./jdk=JDK%201.6%20(latest),label=ubuntu,profile=java-dby.0-10/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 2663 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.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.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.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.002 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: 18.563 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: 40.568 sec
    [junit] Running org.apache.qpid.systest.disttest.clientonly.ConsumerParticipantTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 38.383 sec
    [junit] Running org.apache.qpid.systest.disttest.clientonly.DistributedClientTest
    [junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 72.087 sec
    [junit] Running org.apache.qpid.systest.disttest.clientonly.MessageProviderTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 15.528 sec
    [junit] Running org.apache.qpid.systest.disttest.clientonly.ProducerParticipantTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 8.112 sec
    [junit] Running org.apache.qpid.systest.disttest.controllerandclient.ControllerAndClientTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 45.656 sec
    [junit] Running org.apache.qpid.systest.disttest.controlleronly.DistributedControllerTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 9.327 sec
    [junit] Running org.apache.qpid.systest.disttest.endtoend.EndToEndTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 8.098 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-10/ws/trunk/qpid/java/build/scratch/test-java-dby.0-10.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-10/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-10/ws/trunk/qpid/java/build/scratch/test-java-dby.0-10.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-10/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-10
    [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.024 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.023 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-10/ws/trunk/qpid/java/build/scratch/test-java-dby.0-10.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-10/ws/trunk/qpid/java/build/scratch/test-java-dby.0-10.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-10/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-10
    [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-10/ws/trunk/qpid/java/build/scratch/test-java-dby.0-10.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-10/ws/trunk/qpid/java/build/scratch/test-java-dby.0-10.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-10/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-10
    [junit] Running org.apache.qpid.server.jmx.JMXManagementFactoryTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.223 sec
    [junit] Running org.apache.qpid.server.jmx.ManagementLogActorTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.464 sec
    [junit] Running org.apache.qpid.server.jmx.mbeans.ConnectionMBeanTest
    [junit] Tests run: 16, Failures: 0, Errors: 0, Time elapsed: 0.173 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.068 sec
    [junit] Running org.apache.qpid.server.jmx.mbeans.QueueMBeanTest
    [junit] Tests run: 40, Failures: 0, Errors: 0, Time elapsed: 0.203 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.054 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-10/ws/trunk/qpid/java/build/scratch/test-java-dby.0-10.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-10/ws/trunk/qpid/java/build.xml>:100: TEST SUITE FAILED

Total time: 110 minutes 34 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-10 #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-10/233/changes>