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/06/23 01:16:13 UTC

Build failed in Jenkins: Qpid-Java-Java-BDB-TestMatrix » JDK 1.6 (latest),Ubuntu,java-bdb.0-9-1 #341

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

Changes:

[aconway] NO-JIRA: Trivial code cleanup, removing outdated FIXME comments.

[aconway] NO-JIRA: Simplify locking and remove member-update callback in HA code.

Get rid of the separate Membership lock and put HaBroker in control of
membership changes. Removes a potential deadlock which could explain
some observed failures in long-running failover tests.

[aconway] NO-JIRA: Cleanup in HA code.

- Better printed representation for queue ranges.
- Removed dead code in ha module related to activated/deactivated backups.
- Improved log messages in ha/BrokerReplicator.cpp

[aconway] QPID-4078: Fix primary self-connections in long running test.

Assert to detect self-connection were triggered in log runs of ha_tests.py
test_failover_send_receive. Fix:

- HaBroker close backup link before removing broker-info for outgoing link.
- HaBroker removes own address from failover addresses.
- Link.cpp: Skip ioThreadProcessing and maintenanceVisit on a link that is closed.
- Minor improvements to log messages and comments.

[aconway] QPID-3849: Client connection breaks broker-to-broker cluster SASL authentication 

Catch-up shadow connections were not being authenticated which caused two problems:
- new brokers failed to join the cluster if there was an authenticated session.
- possible security loophole that would allow an intruder to gain access to a catch-up broker.

All external connections are now fully authenticated, which solves both problems.

[gsim] QPID-4075: Added missing test file from last commit

[gsim] QPID-4075: Raise delete event for autodeleted queues also

[rgodfrey] QPID-4081: [Java Tests] Applied patch supplied by Alex Rudyy

[chug] NO-JIRA 0.18 release - add an EXTRA_DIST file required for windows builds

[aconway] QPID-4082: cluster de-sync after broker restart & queue replication

Having queue state replication between 2 clusters, restarting a broker in both
source+destination clusters sometimes leads to cluster de-sync. No QMF
communication is involved, though symptoms are similar to the bug caused by
missing propagation of QMF errors within a cluster.

The bug is caused by "deliveryCount" in SemanticState::ConsumerImpl
(qpid/broker/SemanticState.cpp) not being replicated to a joining cluster node
during catch-up. When the elder broker in src.cluster sends session.sync() after
sending 5 messages (per --ack 5 in qpid-route), the recently joiner node in
src.cluster does not do so, what leads to the cluster de-sync.

The patch:

 - adds to "consumer-state" method (see xml/cluster.xml file change) to update a new joi-ner a new property deliveryCount
 - updates cluster::Connection::consumerState to send deliveryCount to the method
 - updates cluster::Connection::consumerState to set the received deliveryCount
 - add two methods to broker::SemanticState::ConsumerImpl for getting and setting deliveryCount

[kwall] QPID-4080: [Java Broker] HA - Increase client connectdelay to allow test to be successful on slowe boxes

[gsim] QPID-3333: Patch 0015 from Anthony Foglia; better exception translation

[gsim] QPID-4076: Patch from Andy Goldstein, don't use infinite credit on bridges with explicit acknolwedgements

[chug] QPID-3902 log category - force log statement to be in test category and to display [Test] with no external processing.

[kgiusti] QPID-4063: remove spurious whitespace introduced in last commit.

[kgiusti] QPID-4063: allow configuration of source queue for exchange or dynamic routes

[aconway] NO-JIRA: Updates to HA documentation.

[aconway] QPID-4072: HA use backup messages in failover.

ReplicatingSubscription syncs the primary and backup queues, and does not
re-send messages that are already on the backup.

[aconway] NO-JIRA: Remove non-existing file windows/MemStat.cpp from ha.mk.

[aconway] QPID-3603: Fix & clean up in HA code.

- Fix fencepost error in getFirstSafe()
- QueueGuard::attach completes messages before the ReplicatingSubscription postion
- Fix minor test issues in brokertest.py and ha_test.py.
- ReplicatingSubscription check for ready in acknowledge not dispatch.
- HA test fix: retry wait_status retry on ConnectErrors, broker may not be up.

[aconway] QPID-3603: Minor cleanup and test improvements in HA code.

- Enabled 10 queue failover test
- Minor cleanup in types.h
- Rewording, adding comments.
- Detect and reject invalid replication values.
- Cleaned up some unnecessary #includes

[aconway] NO-JIRA: Remove non-existing file HeldQueue from ha.mk.

[gsim] QPID-4030: Check send rate actually achieved and report if it fails to match the desired rate

[tross] QPID-4060 - Fixed error in the help text.

[aconway] NO-JIRA: Added missing EXTERN declaration on broker::Link::getRemoteAddress

[cliffjansen] QPID-4071: basic porting changes for solaris native compiler

[chug] QPID-4022 C++ Broker connection limits corrections for cluster.
Never throw in event of shadow connection going over any limit and issue error messages describing cluster decisions.

[tross] QPID-4070 - Minor internal-api changes for LinkRegistry and Bridge (in qpid::broker)

[tross] QPID-4066 - Allow configuration to override the broker's federation tag

[kwall] QPID-4069: DistributedClientTest.testClientFailsToCreateProducerUsingInvalidSession occasionally seen to fail on CI

Test is seen to fail on slower CI boxes running persistent profiles.  From the logs, it can be seen that the
issue is timing. Extending receive timeout and sync'ing after the message ought to resolve the problem.

[kwall] QPID-4052: [Java Broker] Increase the number of retries that the client will use when trying to reconnect to the cluster.

[kwall] QPID-3977: ChartingUtil now generates chart-summary.html file to facilitate chart png browsing from CI server.

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

[kwall] QPID-3977: Add support for 3D bar/line charts; XY line charts, chart subtitles, and add Main-Class/Class-Path manifest entries to visualisation JAR to allow for convienient use from command line.

[kwall] QPID-4050: reduced verbosity of logging. Also removed unnecessary imports and casts in various perftests files.

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

[astitcher] QPID-4049: Linux C++ broker crashes when client connects SSL with expired certificate

[aconway] NO-JIRA: Fix build errors and warnings on windows in HA code.

[aconway] NO-JIRA: CMakeLists.txt: moved reference to pthread from HA link list to linux specific section.

[astitcher] NO-JIRA: Correct template to be strictly standards comformant (work with clang 3.1 & probably gcc 4.7)

[wprice] NO-JIRA: Simple fix to make JBoss7 compilation classpath generic

[aconway] QPID-3603: Bug fixes to HA code, passing test_failover_send_receive

- Updated HA logging messages to conform to new [Category] log format.
- QueueGuard fencepost error, set firstSafe correctly
- ReplicatingSubscription passing correct broker info to getGuard()
- Don't remove RemoteBackups on disconnect: fixes race where backup rejects connection but primary sees closed.

[tross] QPID-4065 - Remove the message's trace list during Queue::reRoute

------------------------------------------
[...truncated 2645 lines...]
prepare:

compile_velocity:

check_velocity_deps:

gen_logging:

precompile:

compile:
     [echo] Targeting : 1.5

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-bdb.0-9-1
    [junit] Running org.apache.qpid.server.security.access.plugins.AccessControlTest
    [junit] Tests run: 11, Failures: 0, Errors: 0, Time elapsed: 0.165 sec
    [junit] Running org.apache.qpid.server.security.access.plugins.PlainConfigurationTest
    [junit] Tests run: 19, Failures: 0, Errors: 0, Time elapsed: 0.059 sec
    [junit] Running org.apache.qpid.server.security.access.plugins.RuleSetTest
    [junit] Tests run: 21, Failures: 0, Errors: 0, Time elapsed: 0.042 sec
     [echo] Running ant for module : broker-plugins/access-control
   [delete] Deleting: /x1/jenkins/jenkins-slave/workspace/Qpid-Java-Java-BDB-TestMatrix/jdk/JDK 1.6 (latest)/label/Ubuntu/profile/java-bdb.0-9-1/trunk/qpid/java/build/scratch/test-java-bdb.0-9-1.properties

touch-failed:
     [echo] Running ant for module : broker-plugins/experimental/shutdown
   [delete] Deleting: /x1/jenkins/jenkins-slave/workspace/Qpid-Java-Java-BDB-TestMatrix/jdk/JDK 1.6 (latest)/label/Ubuntu/profile/java-bdb.0-9-1/trunk/qpid/java/build/scratch/test-java-bdb.0-9-1.properties

prepare:

precompile:

compile:
     [echo] Targeting : 1.5

jar.manifest:

jar.nomanifest:

jar:

precompile-tests:

compile-tests:

jar-tests:

jar-sources:

libs:

copy-bin:

copy-etc:

postbuild:

build:

test:
     [echo] Running ant for module : broker-plugins/firewall
   [delete] Deleting: /x1/jenkins/jenkins-slave/workspace/Qpid-Java-Java-BDB-TestMatrix/jdk/JDK 1.6 (latest)/label/Ubuntu/profile/java-bdb.0-9-1/trunk/qpid/java/build/scratch/test-java-bdb.0-9-1.properties

prepare:

precompile:

compile:
     [echo] Targeting : 1.5

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-bdb.0-9-1
    [junit] Running org.apache.qpid.server.security.access.FirewallConfigurationTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 1.04 sec
    [junit] Running org.apache.qpid.server.security.access.FirewallPluginTest
    [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 1.092 sec
     [echo] Running ant for module : broker-plugins/firewall
   [delete] Deleting: /x1/jenkins/jenkins-slave/workspace/Qpid-Java-Java-BDB-TestMatrix/jdk/JDK 1.6 (latest)/label/Ubuntu/profile/java-bdb.0-9-1/trunk/qpid/java/build/scratch/test-java-bdb.0-9-1.properties

touch-failed:
     [echo] Running ant for module : bdbstore
   [delete] Deleting: /x1/jenkins/jenkins-slave/workspace/Qpid-Java-Java-BDB-TestMatrix/jdk/JDK 1.6 (latest)/label/Ubuntu/profile/java-bdb.0-9-1/trunk/qpid/java/build/scratch/test-java-bdb.0-9-1.properties

check-request-props:
     [echo] Running ant for module : bdbstore
   [delete] Deleting: /x1/jenkins/jenkins-slave/workspace/Qpid-Java-Java-BDB-TestMatrix/jdk/JDK 1.6 (latest)/label/Ubuntu/profile/java-bdb.0-9-1/trunk/qpid/java/build/scratch/test-java-bdb.0-9-1.properties

bdb-licence-note:
     [echo] *NOTE* The BDB JE library required by this optional module is licensed under the Sleepycat Licence, which is not compatible with the Apache Licence v2.0.
     [echo] 
     [echo] For a copy of the Sleepycat Licence, please see:
     [echo] http://www.oracle.com/technetwork/database/berkeleydb/downloads/jeoslicense-086837.html

download-ivy:

load-ivy:

configure-ivy:
[ivy:configure] :: Ivy 2.2.0 - 20100923230623 :: http://ant.apache.org/ivy/ ::
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Qpid-Java-Java-BDB-TestMatrix/jdk/JDK 1.6 (latest)/label/Ubuntu/profile/java-bdb.0-9-1/trunk/qpid/java/ivysettings.retrieve.xml

download-bdb:
     [echo] Resolving and retrieving dependencies...
[ivy:resolve] :: resolving dependencies :: org/apache#qpid;0.17
[ivy:resolve] 	confs: [bdbje]
[ivy:resolve] 	found com.sleepycat#je;5.0.55 in oracle
[ivy:resolve] :: resolution report :: resolve 47ms :: artifacts dl 1ms
	---------------------------------------------------------------------
	|                  |            modules            ||   artifacts   |
	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
	---------------------------------------------------------------------
	|       bdbje      |   1   |   0   |   0   |   0   ||   1   |   0   |
	---------------------------------------------------------------------
[ivy:retrieve] :: retrieving :: org/apache#qpid [sync]
[ivy:retrieve] 	confs: [bdbje]
[ivy:retrieve] 	0 artifacts copied, 1 already retrieved (0kB/3ms)

check-bdb-jar:

bdb-licence-note-optional:

bdb-jar-required:

prepare:

precompile:

compile:
     [echo] Targeting : 1.5

jar.manifest:

jar.nomanifest:

jar:

precompile-tests:

compile-tests:

jar-tests:

jar-sources:

libs:

copy-bin:

copy-etc:

copy-store-to-upgrade:

postbuild:

module.build:

build:

test:
     [echo] Using profile:java-bdb.0-9-1
    [junit] Running org.apache.qpid.server.store.berkeleydb.AMQShortStringEncodingTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.115 sec
    [junit] Running org.apache.qpid.server.store.berkeleydb.BDBBackupTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.046 sec
    [junit] Running org.apache.qpid.server.store.berkeleydb.BDBHAMessageStoreManagerMBeanTest
    [junit] Tests run: 15, Failures: 0, Errors: 0, Time elapsed: 0.256 sec
    [junit] Running org.apache.qpid.server.store.berkeleydb.BDBHAMessageStoreTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.163 sec
    [junit] Running org.apache.qpid.server.store.berkeleydb.BDBMessageStoreConfigurationTest
    [junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 0.799 sec
    [junit] Running org.apache.qpid.server.store.berkeleydb.BDBMessageStoreQuotaEventsTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.273 sec
    [junit] Running org.apache.qpid.server.store.berkeleydb.BDBMessageStoreTest
    [junit] Tests run: 15, Failures: 0, Errors: 0, Time elapsed: 1.378 sec
    [junit] Running org.apache.qpid.server.store.berkeleydb.BDBUpgradeTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 6.598 sec
    [junit] Running org.apache.qpid.server.store.berkeleydb.HAClusterBlackboxTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 20.657 sec
    [junit] Running org.apache.qpid.server.store.berkeleydb.HAClusterManagementTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 72.95 sec
    [junit] Running org.apache.qpid.server.store.berkeleydb.HAClusterTwoNodeTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 129.807 sec
    [junit] Running org.apache.qpid.server.store.berkeleydb.HAClusterWhiteboxTest
    [junit] Running org.apache.qpid.server.store.berkeleydb.upgrade.Batch-With-Multiple-Tests
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
    [junit] Tests FAILED (timeout)
     [echo] Running ant for module : bdbstore
   [delete] Deleting: /x1/jenkins/jenkins-slave/workspace/Qpid-Java-Java-BDB-TestMatrix/jdk/JDK 1.6 (latest)/label/Ubuntu/profile/java-bdb.0-9-1/trunk/qpid/java/build/scratch/test-java-bdb.0-9-1.properties

touch-failed:
    [touch] Creating /x1/jenkins/jenkins-slave/workspace/Qpid-Java-Java-BDB-TestMatrix/jdk/JDK 1.6 (latest)/label/Ubuntu/profile/java-bdb.0-9-1/trunk/qpid/java/build/results/bdbstore/FAILED
    [touch] Creating /x1/jenkins/jenkins-slave/workspace/Qpid-Java-Java-BDB-TestMatrix/jdk/JDK 1.6 (latest)/label/Ubuntu/profile/java-bdb.0-9-1/trunk/qpid/java/build/results/FAILED

BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Qpid-Java-Java-BDB-TestMatrix/jdk/JDK 1.6 (latest)/label/Ubuntu/profile/java-bdb.0-9-1/trunk/qpid/java/build.xml:99: TEST SUITE FAILED

Total time: 116 minutes 24 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-BDB-TestMatrix » JDK 1.6 (latest),Ubuntu,java-bdb.0-9-1 #345

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

------------------------------------------
[...truncated 2568 lines...]
prepare:

compile_velocity:

check_velocity_deps:

gen_logging:

precompile:

compile:
     [echo] Targeting : 1.5

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-bdb.0-9-1
    [junit] Running org.apache.qpid.server.security.access.plugins.AccessControlTest
    [junit] Tests run: 11, Failures: 0, Errors: 0, Time elapsed: 0.162 sec
    [junit] Running org.apache.qpid.server.security.access.plugins.PlainConfigurationTest
    [junit] Tests run: 19, Failures: 0, Errors: 0, Time elapsed: 0.056 sec
    [junit] Running org.apache.qpid.server.security.access.plugins.RuleSetTest
    [junit] Tests run: 21, Failures: 0, Errors: 0, Time elapsed: 0.048 sec
     [echo] Running ant for module : broker-plugins/access-control
   [delete] Deleting: /x1/jenkins/jenkins-slave/workspace/Qpid-Java-Java-BDB-TestMatrix/jdk/JDK 1.6 (latest)/label/Ubuntu/profile/java-bdb.0-9-1/trunk/qpid/java/build/scratch/test-java-bdb.0-9-1.properties

touch-failed:
     [echo] Running ant for module : broker-plugins/experimental/shutdown
   [delete] Deleting: /x1/jenkins/jenkins-slave/workspace/Qpid-Java-Java-BDB-TestMatrix/jdk/JDK 1.6 (latest)/label/Ubuntu/profile/java-bdb.0-9-1/trunk/qpid/java/build/scratch/test-java-bdb.0-9-1.properties

prepare:

precompile:

compile:
     [echo] Targeting : 1.5

jar.manifest:

jar.nomanifest:

jar:

precompile-tests:

compile-tests:

jar-tests:

jar-sources:

libs:

copy-bin:

copy-etc:

postbuild:

build:

test:
     [echo] Running ant for module : broker-plugins/firewall
   [delete] Deleting: /x1/jenkins/jenkins-slave/workspace/Qpid-Java-Java-BDB-TestMatrix/jdk/JDK 1.6 (latest)/label/Ubuntu/profile/java-bdb.0-9-1/trunk/qpid/java/build/scratch/test-java-bdb.0-9-1.properties

prepare:

precompile:

compile:
     [echo] Targeting : 1.5

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-bdb.0-9-1
    [junit] Running org.apache.qpid.server.security.access.FirewallConfigurationTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 1.054 sec
    [junit] Running org.apache.qpid.server.security.access.FirewallPluginTest
    [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.53 sec
     [echo] Running ant for module : broker-plugins/firewall
   [delete] Deleting: /x1/jenkins/jenkins-slave/workspace/Qpid-Java-Java-BDB-TestMatrix/jdk/JDK 1.6 (latest)/label/Ubuntu/profile/java-bdb.0-9-1/trunk/qpid/java/build/scratch/test-java-bdb.0-9-1.properties

touch-failed:
     [echo] Running ant for module : bdbstore
   [delete] Deleting: /x1/jenkins/jenkins-slave/workspace/Qpid-Java-Java-BDB-TestMatrix/jdk/JDK 1.6 (latest)/label/Ubuntu/profile/java-bdb.0-9-1/trunk/qpid/java/build/scratch/test-java-bdb.0-9-1.properties

check-request-props:
     [echo] Running ant for module : bdbstore
   [delete] Deleting: /x1/jenkins/jenkins-slave/workspace/Qpid-Java-Java-BDB-TestMatrix/jdk/JDK 1.6 (latest)/label/Ubuntu/profile/java-bdb.0-9-1/trunk/qpid/java/build/scratch/test-java-bdb.0-9-1.properties

bdb-licence-note:
     [echo] *NOTE* The BDB JE library required by this optional module is licensed under the Sleepycat Licence, which is not compatible with the Apache Licence v2.0.
     [echo] 
     [echo] For a copy of the Sleepycat Licence, please see:
     [echo] http://www.oracle.com/technetwork/database/berkeleydb/downloads/jeoslicense-086837.html

download-ivy:

load-ivy:

configure-ivy:
[ivy:configure] :: Ivy 2.2.0 - 20100923230623 :: http://ant.apache.org/ivy/ ::
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Qpid-Java-Java-BDB-TestMatrix/jdk/JDK 1.6 (latest)/label/Ubuntu/profile/java-bdb.0-9-1/trunk/qpid/java/ivysettings.retrieve.xml

download-bdb:
     [echo] Resolving and retrieving dependencies...
[ivy:resolve] :: resolving dependencies :: org/apache#qpid;0.17
[ivy:resolve] 	confs: [bdbje]
[ivy:resolve] 	found com.sleepycat#je;5.0.55 in oracle
[ivy:resolve] :: resolution report :: resolve 47ms :: artifacts dl 2ms
	---------------------------------------------------------------------
	|                  |            modules            ||   artifacts   |
	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
	---------------------------------------------------------------------
	|       bdbje      |   1   |   0   |   0   |   0   ||   1   |   0   |
	---------------------------------------------------------------------
[ivy:retrieve] :: retrieving :: org/apache#qpid [sync]
[ivy:retrieve] 	confs: [bdbje]
[ivy:retrieve] 	0 artifacts copied, 1 already retrieved (0kB/3ms)

check-bdb-jar:

bdb-licence-note-optional:

bdb-jar-required:

prepare:

precompile:

compile:
     [echo] Targeting : 1.5

jar.manifest:

jar.nomanifest:

jar:

precompile-tests:

compile-tests:

jar-tests:

jar-sources:

libs:

copy-bin:

copy-etc:

copy-store-to-upgrade:

postbuild:

module.build:

build:

test:
     [echo] Using profile:java-bdb.0-9-1
    [junit] Running org.apache.qpid.server.store.berkeleydb.AMQShortStringEncodingTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.178 sec
    [junit] Running org.apache.qpid.server.store.berkeleydb.BDBBackupTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.187 sec
    [junit] Running org.apache.qpid.server.store.berkeleydb.BDBHAMessageStoreManagerMBeanTest
    [junit] Tests run: 15, Failures: 0, Errors: 0, Time elapsed: 0.268 sec
    [junit] Running org.apache.qpid.server.store.berkeleydb.BDBHAMessageStoreTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.163 sec
    [junit] Running org.apache.qpid.server.store.berkeleydb.BDBMessageStoreConfigurationTest
    [junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 0.607 sec
    [junit] Running org.apache.qpid.server.store.berkeleydb.BDBMessageStoreQuotaEventsTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.246 sec
    [junit] Running org.apache.qpid.server.store.berkeleydb.BDBMessageStoreTest
    [junit] Tests run: 15, Failures: 0, Errors: 0, Time elapsed: 1.58 sec
    [junit] Running org.apache.qpid.server.store.berkeleydb.BDBUpgradeTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 7.006 sec
    [junit] Running org.apache.qpid.server.store.berkeleydb.HAClusterBlackboxTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 20.757 sec
    [junit] Running org.apache.qpid.server.store.berkeleydb.HAClusterManagementTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 72.503 sec
    [junit] Running org.apache.qpid.server.store.berkeleydb.HAClusterTwoNodeTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 130.294 sec
    [junit] Running org.apache.qpid.server.store.berkeleydb.HAClusterWhiteboxTest
    [junit] Running org.apache.qpid.server.store.berkeleydb.upgrade.Batch-With-Multiple-Tests
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
    [junit] Tests FAILED (timeout)
     [echo] Running ant for module : bdbstore
   [delete] Deleting: /x1/jenkins/jenkins-slave/workspace/Qpid-Java-Java-BDB-TestMatrix/jdk/JDK 1.6 (latest)/label/Ubuntu/profile/java-bdb.0-9-1/trunk/qpid/java/build/scratch/test-java-bdb.0-9-1.properties

touch-failed:
    [touch] Creating /x1/jenkins/jenkins-slave/workspace/Qpid-Java-Java-BDB-TestMatrix/jdk/JDK 1.6 (latest)/label/Ubuntu/profile/java-bdb.0-9-1/trunk/qpid/java/build/results/bdbstore/FAILED
    [touch] Creating /x1/jenkins/jenkins-slave/workspace/Qpid-Java-Java-BDB-TestMatrix/jdk/JDK 1.6 (latest)/label/Ubuntu/profile/java-bdb.0-9-1/trunk/qpid/java/build/results/FAILED

BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Qpid-Java-Java-BDB-TestMatrix/jdk/JDK 1.6 (latest)/label/Ubuntu/profile/java-bdb.0-9-1/trunk/qpid/java/build.xml:99: TEST SUITE FAILED

Total time: 116 minutes 31 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-BDB-TestMatrix » JDK 1.6 (latest),Ubuntu,java-bdb.0-9-1 #344

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

Changes:

[aconway] NO-JIRA: Trivial code cleanup, removing outdated FIXME comments.

[aconway] NO-JIRA: Simplify locking and remove member-update callback in HA code.

Get rid of the separate Membership lock and put HaBroker in control of
membership changes. Removes a potential deadlock which could explain
some observed failures in long-running failover tests.

[aconway] NO-JIRA: Cleanup in HA code.

- Better printed representation for queue ranges.
- Removed dead code in ha module related to activated/deactivated backups.
- Improved log messages in ha/BrokerReplicator.cpp

[aconway] QPID-4078: Fix primary self-connections in long running test.

Assert to detect self-connection were triggered in log runs of ha_tests.py
test_failover_send_receive. Fix:

- HaBroker close backup link before removing broker-info for outgoing link.
- HaBroker removes own address from failover addresses.
- Link.cpp: Skip ioThreadProcessing and maintenanceVisit on a link that is closed.
- Minor improvements to log messages and comments.

[aconway] QPID-3849: Client connection breaks broker-to-broker cluster SASL authentication 

Catch-up shadow connections were not being authenticated which caused two problems:
- new brokers failed to join the cluster if there was an authenticated session.
- possible security loophole that would allow an intruder to gain access to a catch-up broker.

All external connections are now fully authenticated, which solves both problems.

[gsim] QPID-4075: Added missing test file from last commit

[gsim] QPID-4075: Raise delete event for autodeleted queues also

[rgodfrey] QPID-4081: [Java Tests] Applied patch supplied by Alex Rudyy

[chug] NO-JIRA 0.18 release - add an EXTRA_DIST file required for windows builds

[aconway] QPID-4082: cluster de-sync after broker restart & queue replication

Having queue state replication between 2 clusters, restarting a broker in both
source+destination clusters sometimes leads to cluster de-sync. No QMF
communication is involved, though symptoms are similar to the bug caused by
missing propagation of QMF errors within a cluster.

The bug is caused by "deliveryCount" in SemanticState::ConsumerImpl
(qpid/broker/SemanticState.cpp) not being replicated to a joining cluster node
during catch-up. When the elder broker in src.cluster sends session.sync() after
sending 5 messages (per --ack 5 in qpid-route), the recently joiner node in
src.cluster does not do so, what leads to the cluster de-sync.

The patch:

 - adds to "consumer-state" method (see xml/cluster.xml file change) to update a new joi-ner a new property deliveryCount
 - updates cluster::Connection::consumerState to send deliveryCount to the method
 - updates cluster::Connection::consumerState to set the received deliveryCount
 - add two methods to broker::SemanticState::ConsumerImpl for getting and setting deliveryCount

[kwall] QPID-4080: [Java Broker] HA - Increase client connectdelay to allow test to be successful on slowe boxes

[gsim] QPID-3333: Patch 0015 from Anthony Foglia; better exception translation

[gsim] QPID-4076: Patch from Andy Goldstein, don't use infinite credit on bridges with explicit acknolwedgements

[chug] QPID-3902 log category - force log statement to be in test category and to display [Test] with no external processing.

[kgiusti] QPID-4063: remove spurious whitespace introduced in last commit.

[kgiusti] QPID-4063: allow configuration of source queue for exchange or dynamic routes

[aconway] NO-JIRA: Updates to HA documentation.

[aconway] QPID-4072: HA use backup messages in failover.

ReplicatingSubscription syncs the primary and backup queues, and does not
re-send messages that are already on the backup.

[aconway] NO-JIRA: Remove non-existing file windows/MemStat.cpp from ha.mk.

[aconway] QPID-3603: Fix & clean up in HA code.

- Fix fencepost error in getFirstSafe()
- QueueGuard::attach completes messages before the ReplicatingSubscription postion
- Fix minor test issues in brokertest.py and ha_test.py.
- ReplicatingSubscription check for ready in acknowledge not dispatch.
- HA test fix: retry wait_status retry on ConnectErrors, broker may not be up.

[aconway] QPID-3603: Minor cleanup and test improvements in HA code.

- Enabled 10 queue failover test
- Minor cleanup in types.h
- Rewording, adding comments.
- Detect and reject invalid replication values.
- Cleaned up some unnecessary #includes

[aconway] NO-JIRA: Remove non-existing file HeldQueue from ha.mk.

[gsim] QPID-4030: Check send rate actually achieved and report if it fails to match the desired rate

[tross] QPID-4060 - Fixed error in the help text.

[aconway] NO-JIRA: Added missing EXTERN declaration on broker::Link::getRemoteAddress

[cliffjansen] QPID-4071: basic porting changes for solaris native compiler

[chug] QPID-4022 C++ Broker connection limits corrections for cluster.
Never throw in event of shadow connection going over any limit and issue error messages describing cluster decisions.

[tross] QPID-4070 - Minor internal-api changes for LinkRegistry and Bridge (in qpid::broker)

[tross] QPID-4066 - Allow configuration to override the broker's federation tag

[kwall] QPID-4069: DistributedClientTest.testClientFailsToCreateProducerUsingInvalidSession occasionally seen to fail on CI

Test is seen to fail on slower CI boxes running persistent profiles.  From the logs, it can be seen that the
issue is timing. Extending receive timeout and sync'ing after the message ought to resolve the problem.

[kwall] QPID-4052: [Java Broker] Increase the number of retries that the client will use when trying to reconnect to the cluster.

[kwall] QPID-3977: ChartingUtil now generates chart-summary.html file to facilitate chart png browsing from CI server.

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

[kwall] QPID-3977: Add support for 3D bar/line charts; XY line charts, chart subtitles, and add Main-Class/Class-Path manifest entries to visualisation JAR to allow for convienient use from command line.

[kwall] QPID-4050: reduced verbosity of logging. Also removed unnecessary imports and casts in various perftests files.

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

------------------------------------------
[...truncated 2623 lines...]
prepare:

compile_velocity:

check_velocity_deps:

gen_logging:

precompile:

compile:
     [echo] Targeting : 1.5

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-bdb.0-9-1
    [junit] Running org.apache.qpid.server.security.access.plugins.AccessControlTest
    [junit] Tests run: 11, Failures: 0, Errors: 0, Time elapsed: 0.231 sec
    [junit] Running org.apache.qpid.server.security.access.plugins.PlainConfigurationTest
    [junit] Tests run: 19, Failures: 0, Errors: 0, Time elapsed: 0.043 sec
    [junit] Running org.apache.qpid.server.security.access.plugins.RuleSetTest
    [junit] Tests run: 21, Failures: 0, Errors: 0, Time elapsed: 0.047 sec
     [echo] Running ant for module : broker-plugins/access-control
   [delete] Deleting: <https://builds.apache.org/job/Qpid-Java-Java-BDB-TestMatrix/./jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-bdb.0-9-1/ws/trunk/qpid/java/build/scratch/test-java-bdb.0-9-1.properties>

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

prepare:

precompile:

compile:
     [echo] Targeting : 1.5

jar.manifest:

jar.nomanifest:

jar:

precompile-tests:

compile-tests:

jar-tests:

jar-sources:

libs:

copy-bin:

copy-etc:

postbuild:

build:

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

prepare:

precompile:

compile:
     [echo] Targeting : 1.5

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-bdb.0-9-1
    [junit] Running org.apache.qpid.server.security.access.FirewallConfigurationTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 1.238 sec
    [junit] Running org.apache.qpid.server.security.access.FirewallPluginTest
    [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.452 sec
     [echo] Running ant for module : broker-plugins/firewall
   [delete] Deleting: <https://builds.apache.org/job/Qpid-Java-Java-BDB-TestMatrix/./jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-bdb.0-9-1/ws/trunk/qpid/java/build/scratch/test-java-bdb.0-9-1.properties>

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

check-request-props:
     [echo] Running ant for module : bdbstore
   [delete] Deleting: <https://builds.apache.org/job/Qpid-Java-Java-BDB-TestMatrix/./jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-bdb.0-9-1/ws/trunk/qpid/java/build/scratch/test-java-bdb.0-9-1.properties>

bdb-licence-note:
     [echo] *NOTE* The BDB JE library required by this optional module is licensed under the Sleepycat Licence, which is not compatible with the Apache Licence v2.0.
     [echo] 
     [echo] For a copy of the Sleepycat Licence, please see:
     [echo] http://www.oracle.com/technetwork/database/berkeleydb/downloads/jeoslicense-086837.html

download-ivy:

load-ivy:

configure-ivy:
[ivy:configure] :: Ivy 2.2.0 - 20100923230623 :: http://ant.apache.org/ivy/ ::
[ivy:configure] :: loading settings :: file = <https://builds.apache.org/job/Qpid-Java-Java-BDB-TestMatrix/./jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-bdb.0-9-1/ws/trunk/qpid/java/ivysettings.retrieve.xml>

download-bdb:
     [echo] Resolving and retrieving dependencies...
[ivy:resolve] :: resolving dependencies :: org/apache#qpid;0.17
[ivy:resolve] 	confs: [bdbje]
[ivy:resolve] 	found com.sleepycat#je;5.0.55 in oracle
[ivy:resolve] :: resolution report :: resolve 62ms :: artifacts dl 2ms
	---------------------------------------------------------------------
	|                  |            modules            ||   artifacts   |
	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
	---------------------------------------------------------------------
	|       bdbje      |   1   |   0   |   0   |   0   ||   1   |   0   |
	---------------------------------------------------------------------
[ivy:retrieve] :: retrieving :: org/apache#qpid [sync]
[ivy:retrieve] 	confs: [bdbje]
[ivy:retrieve] 	0 artifacts copied, 1 already retrieved (0kB/3ms)

check-bdb-jar:

bdb-licence-note-optional:

bdb-jar-required:

prepare:

precompile:

compile:
     [echo] Targeting : 1.5

jar.manifest:

jar.nomanifest:

jar:

precompile-tests:

compile-tests:

jar-tests:

jar-sources:

libs:

copy-bin:

copy-etc:

copy-store-to-upgrade:

postbuild:

module.build:

build:

test:
     [echo] Using profile:java-bdb.0-9-1
    [junit] Running org.apache.qpid.server.store.berkeleydb.AMQShortStringEncodingTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.167 sec
    [junit] Running org.apache.qpid.server.store.berkeleydb.BDBBackupTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.447 sec
    [junit] Running org.apache.qpid.server.store.berkeleydb.BDBHAMessageStoreManagerMBeanTest
    [junit] Tests run: 15, Failures: 0, Errors: 0, Time elapsed: 0.235 sec
    [junit] Running org.apache.qpid.server.store.berkeleydb.BDBHAMessageStoreTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.236 sec
    [junit] Running org.apache.qpid.server.store.berkeleydb.BDBMessageStoreConfigurationTest
    [junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 0.654 sec
    [junit] Running org.apache.qpid.server.store.berkeleydb.BDBMessageStoreQuotaEventsTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.464 sec
    [junit] Running org.apache.qpid.server.store.berkeleydb.BDBMessageStoreTest
    [junit] Tests run: 15, Failures: 0, Errors: 0, Time elapsed: 1.421 sec
    [junit] Running org.apache.qpid.server.store.berkeleydb.BDBUpgradeTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 6.66 sec
    [junit] Running org.apache.qpid.server.store.berkeleydb.HAClusterBlackboxTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 22.548 sec
    [junit] Running org.apache.qpid.server.store.berkeleydb.HAClusterManagementTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 81.488 sec
    [junit] Running org.apache.qpid.server.store.berkeleydb.HAClusterTwoNodeTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 134.44 sec
    [junit] Running org.apache.qpid.server.store.berkeleydb.HAClusterWhiteboxTest
    [junit] Running org.apache.qpid.server.store.berkeleydb.upgrade.Batch-With-Multiple-Tests
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
    [junit] Tests FAILED (timeout)
     [echo] Running ant for module : bdbstore
   [delete] Deleting: <https://builds.apache.org/job/Qpid-Java-Java-BDB-TestMatrix/./jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-bdb.0-9-1/ws/trunk/qpid/java/build/scratch/test-java-bdb.0-9-1.properties>

touch-failed:
    [touch] Creating <https://builds.apache.org/job/Qpid-Java-Java-BDB-TestMatrix/./jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-bdb.0-9-1/ws/trunk/qpid/java/build/results/bdbstore/FAILED>
    [touch] Creating <https://builds.apache.org/job/Qpid-Java-Java-BDB-TestMatrix/./jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-bdb.0-9-1/ws/trunk/qpid/java/build/results/FAILED>

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

Total time: 116 minutes 46 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-BDB-TestMatrix » JDK 1.6 (latest),Ubuntu,java-bdb.0-9-1 #343

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

Changes:

[aconway] NO-JIRA: Trivial code cleanup, removing outdated FIXME comments.

[aconway] NO-JIRA: Simplify locking and remove member-update callback in HA code.

Get rid of the separate Membership lock and put HaBroker in control of
membership changes. Removes a potential deadlock which could explain
some observed failures in long-running failover tests.

[aconway] NO-JIRA: Cleanup in HA code.

- Better printed representation for queue ranges.
- Removed dead code in ha module related to activated/deactivated backups.
- Improved log messages in ha/BrokerReplicator.cpp

[aconway] QPID-4078: Fix primary self-connections in long running test.

Assert to detect self-connection were triggered in log runs of ha_tests.py
test_failover_send_receive. Fix:

- HaBroker close backup link before removing broker-info for outgoing link.
- HaBroker removes own address from failover addresses.
- Link.cpp: Skip ioThreadProcessing and maintenanceVisit on a link that is closed.
- Minor improvements to log messages and comments.

[aconway] QPID-3849: Client connection breaks broker-to-broker cluster SASL authentication 

Catch-up shadow connections were not being authenticated which caused two problems:
- new brokers failed to join the cluster if there was an authenticated session.
- possible security loophole that would allow an intruder to gain access to a catch-up broker.

All external connections are now fully authenticated, which solves both problems.

[gsim] QPID-4075: Added missing test file from last commit

[gsim] QPID-4075: Raise delete event for autodeleted queues also

[rgodfrey] QPID-4081: [Java Tests] Applied patch supplied by Alex Rudyy

[chug] NO-JIRA 0.18 release - add an EXTRA_DIST file required for windows builds

[aconway] QPID-4082: cluster de-sync after broker restart & queue replication

Having queue state replication between 2 clusters, restarting a broker in both
source+destination clusters sometimes leads to cluster de-sync. No QMF
communication is involved, though symptoms are similar to the bug caused by
missing propagation of QMF errors within a cluster.

The bug is caused by "deliveryCount" in SemanticState::ConsumerImpl
(qpid/broker/SemanticState.cpp) not being replicated to a joining cluster node
during catch-up. When the elder broker in src.cluster sends session.sync() after
sending 5 messages (per --ack 5 in qpid-route), the recently joiner node in
src.cluster does not do so, what leads to the cluster de-sync.

The patch:

 - adds to "consumer-state" method (see xml/cluster.xml file change) to update a new joi-ner a new property deliveryCount
 - updates cluster::Connection::consumerState to send deliveryCount to the method
 - updates cluster::Connection::consumerState to set the received deliveryCount
 - add two methods to broker::SemanticState::ConsumerImpl for getting and setting deliveryCount

[kwall] QPID-4080: [Java Broker] HA - Increase client connectdelay to allow test to be successful on slowe boxes

[gsim] QPID-3333: Patch 0015 from Anthony Foglia; better exception translation

[gsim] QPID-4076: Patch from Andy Goldstein, don't use infinite credit on bridges with explicit acknolwedgements

[chug] QPID-3902 log category - force log statement to be in test category and to display [Test] with no external processing.

[kgiusti] QPID-4063: remove spurious whitespace introduced in last commit.

[kgiusti] QPID-4063: allow configuration of source queue for exchange or dynamic routes

[aconway] NO-JIRA: Updates to HA documentation.

[aconway] QPID-4072: HA use backup messages in failover.

ReplicatingSubscription syncs the primary and backup queues, and does not
re-send messages that are already on the backup.

[aconway] NO-JIRA: Remove non-existing file windows/MemStat.cpp from ha.mk.

[aconway] QPID-3603: Fix & clean up in HA code.

- Fix fencepost error in getFirstSafe()
- QueueGuard::attach completes messages before the ReplicatingSubscription postion
- Fix minor test issues in brokertest.py and ha_test.py.
- ReplicatingSubscription check for ready in acknowledge not dispatch.
- HA test fix: retry wait_status retry on ConnectErrors, broker may not be up.

[aconway] QPID-3603: Minor cleanup and test improvements in HA code.

- Enabled 10 queue failover test
- Minor cleanup in types.h
- Rewording, adding comments.
- Detect and reject invalid replication values.
- Cleaned up some unnecessary #includes

[aconway] NO-JIRA: Remove non-existing file HeldQueue from ha.mk.

[gsim] QPID-4030: Check send rate actually achieved and report if it fails to match the desired rate

[tross] QPID-4060 - Fixed error in the help text.

[aconway] NO-JIRA: Added missing EXTERN declaration on broker::Link::getRemoteAddress

[cliffjansen] QPID-4071: basic porting changes for solaris native compiler

[chug] QPID-4022 C++ Broker connection limits corrections for cluster.
Never throw in event of shadow connection going over any limit and issue error messages describing cluster decisions.

[tross] QPID-4070 - Minor internal-api changes for LinkRegistry and Bridge (in qpid::broker)

[tross] QPID-4066 - Allow configuration to override the broker's federation tag

[kwall] QPID-4069: DistributedClientTest.testClientFailsToCreateProducerUsingInvalidSession occasionally seen to fail on CI

Test is seen to fail on slower CI boxes running persistent profiles.  From the logs, it can be seen that the
issue is timing. Extending receive timeout and sync'ing after the message ought to resolve the problem.

[kwall] QPID-4052: [Java Broker] Increase the number of retries that the client will use when trying to reconnect to the cluster.

[kwall] QPID-3977: ChartingUtil now generates chart-summary.html file to facilitate chart png browsing from CI server.

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

[kwall] QPID-3977: Add support for 3D bar/line charts; XY line charts, chart subtitles, and add Main-Class/Class-Path manifest entries to visualisation JAR to allow for convienient use from command line.

[kwall] QPID-4050: reduced verbosity of logging. Also removed unnecessary imports and casts in various perftests files.

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

[astitcher] QPID-4049: Linux C++ broker crashes when client connects SSL with expired certificate

------------------------------------------
[...truncated 2611 lines...]
prepare:

compile_velocity:

check_velocity_deps:

gen_logging:

precompile:

compile:
     [echo] Targeting : 1.5

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-bdb.0-9-1
    [junit] Running org.apache.qpid.server.security.access.plugins.AccessControlTest
    [junit] Tests run: 11, Failures: 0, Errors: 0, Time elapsed: 0.22 sec
    [junit] Running org.apache.qpid.server.security.access.plugins.PlainConfigurationTest
    [junit] Tests run: 19, Failures: 0, Errors: 0, Time elapsed: 0.037 sec
    [junit] Running org.apache.qpid.server.security.access.plugins.RuleSetTest
    [junit] Tests run: 21, Failures: 0, Errors: 0, Time elapsed: 0.047 sec
     [echo] Running ant for module : broker-plugins/access-control
   [delete] Deleting: <https://builds.apache.org/job/Qpid-Java-Java-BDB-TestMatrix/./jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-bdb.0-9-1/ws/trunk/qpid/java/build/scratch/test-java-bdb.0-9-1.properties>

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

prepare:

precompile:

compile:
     [echo] Targeting : 1.5

jar.manifest:

jar.nomanifest:

jar:

precompile-tests:

compile-tests:

jar-tests:

jar-sources:

libs:

copy-bin:

copy-etc:

postbuild:

build:

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

prepare:

precompile:

compile:
     [echo] Targeting : 1.5

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-bdb.0-9-1
    [junit] Running org.apache.qpid.server.security.access.FirewallConfigurationTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 1.198 sec
    [junit] Running org.apache.qpid.server.security.access.FirewallPluginTest
    [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.448 sec
     [echo] Running ant for module : broker-plugins/firewall
   [delete] Deleting: <https://builds.apache.org/job/Qpid-Java-Java-BDB-TestMatrix/./jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-bdb.0-9-1/ws/trunk/qpid/java/build/scratch/test-java-bdb.0-9-1.properties>

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

check-request-props:
     [echo] Running ant for module : bdbstore
   [delete] Deleting: <https://builds.apache.org/job/Qpid-Java-Java-BDB-TestMatrix/./jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-bdb.0-9-1/ws/trunk/qpid/java/build/scratch/test-java-bdb.0-9-1.properties>

bdb-licence-note:
     [echo] *NOTE* The BDB JE library required by this optional module is licensed under the Sleepycat Licence, which is not compatible with the Apache Licence v2.0.
     [echo] 
     [echo] For a copy of the Sleepycat Licence, please see:
     [echo] http://www.oracle.com/technetwork/database/berkeleydb/downloads/jeoslicense-086837.html

download-ivy:

load-ivy:

configure-ivy:
[ivy:configure] :: Ivy 2.2.0 - 20100923230623 :: http://ant.apache.org/ivy/ ::
[ivy:configure] :: loading settings :: file = <https://builds.apache.org/job/Qpid-Java-Java-BDB-TestMatrix/./jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-bdb.0-9-1/ws/trunk/qpid/java/ivysettings.retrieve.xml>

download-bdb:
     [echo] Resolving and retrieving dependencies...
[ivy:resolve] :: resolving dependencies :: org/apache#qpid;0.17
[ivy:resolve] 	confs: [bdbje]
[ivy:resolve] 	found com.sleepycat#je;5.0.55 in oracle
[ivy:resolve] :: resolution report :: resolve 61ms :: artifacts dl 2ms
	---------------------------------------------------------------------
	|                  |            modules            ||   artifacts   |
	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
	---------------------------------------------------------------------
	|       bdbje      |   1   |   0   |   0   |   0   ||   1   |   0   |
	---------------------------------------------------------------------
[ivy:retrieve] :: retrieving :: org/apache#qpid [sync]
[ivy:retrieve] 	confs: [bdbje]
[ivy:retrieve] 	0 artifacts copied, 1 already retrieved (0kB/3ms)

check-bdb-jar:

bdb-licence-note-optional:

bdb-jar-required:

prepare:

precompile:

compile:
     [echo] Targeting : 1.5

jar.manifest:

jar.nomanifest:

jar:

precompile-tests:

compile-tests:

jar-tests:

jar-sources:

libs:

copy-bin:

copy-etc:

copy-store-to-upgrade:

postbuild:

module.build:

build:

test:
     [echo] Using profile:java-bdb.0-9-1
    [junit] Running org.apache.qpid.server.store.berkeleydb.AMQShortStringEncodingTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.159 sec
    [junit] Running org.apache.qpid.server.store.berkeleydb.BDBBackupTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 4.328 sec
    [junit] Running org.apache.qpid.server.store.berkeleydb.BDBHAMessageStoreManagerMBeanTest
    [junit] Tests run: 15, Failures: 0, Errors: 0, Time elapsed: 0.21 sec
    [junit] Running org.apache.qpid.server.store.berkeleydb.BDBHAMessageStoreTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.315 sec
    [junit] Running org.apache.qpid.server.store.berkeleydb.BDBMessageStoreConfigurationTest
    [junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 1.829 sec
    [junit] Running org.apache.qpid.server.store.berkeleydb.BDBMessageStoreQuotaEventsTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.096 sec
    [junit] Running org.apache.qpid.server.store.berkeleydb.BDBMessageStoreTest
    [junit] Tests run: 15, Failures: 0, Errors: 0, Time elapsed: 4.688 sec
    [junit] Running org.apache.qpid.server.store.berkeleydb.BDBUpgradeTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 16.97 sec
    [junit] Running org.apache.qpid.server.store.berkeleydb.HAClusterBlackboxTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 24.515 sec
    [junit] Running org.apache.qpid.server.store.berkeleydb.HAClusterManagementTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 91.486 sec
    [junit] Running org.apache.qpid.server.store.berkeleydb.HAClusterTwoNodeTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 140.994 sec
    [junit] Running org.apache.qpid.server.store.berkeleydb.HAClusterWhiteboxTest
    [junit] Running org.apache.qpid.server.store.berkeleydb.upgrade.Batch-With-Multiple-Tests
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
    [junit] Tests FAILED (timeout)
     [echo] Running ant for module : bdbstore
   [delete] Deleting: <https://builds.apache.org/job/Qpid-Java-Java-BDB-TestMatrix/./jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-bdb.0-9-1/ws/trunk/qpid/java/build/scratch/test-java-bdb.0-9-1.properties>

touch-failed:
    [touch] Creating <https://builds.apache.org/job/Qpid-Java-Java-BDB-TestMatrix/./jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-bdb.0-9-1/ws/trunk/qpid/java/build/results/bdbstore/FAILED>
    [touch] Creating <https://builds.apache.org/job/Qpid-Java-Java-BDB-TestMatrix/./jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-bdb.0-9-1/ws/trunk/qpid/java/build/results/FAILED>

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

Total time: 124 minutes 48 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-BDB-TestMatrix » JDK 1.6 (latest),Ubuntu,java-bdb.0-9-1 #342

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

------------------------------------------
[...truncated 8507 lines...]
prepare:

compile_velocity:

check_velocity_deps:

gen_logging:

precompile:

compile:
     [echo] Targeting : 1.5

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-bdb.0-9-1
    [junit] Running org.apache.qpid.server.security.access.plugins.AccessControlTest
    [junit] Tests run: 11, Failures: 0, Errors: 0, Time elapsed: 0.226 sec
    [junit] Running org.apache.qpid.server.security.access.plugins.PlainConfigurationTest
    [junit] Tests run: 19, Failures: 0, Errors: 0, Time elapsed: 0.046 sec
    [junit] Running org.apache.qpid.server.security.access.plugins.RuleSetTest
    [junit] Tests run: 21, Failures: 0, Errors: 0, Time elapsed: 0.046 sec
     [echo] Running ant for module : broker-plugins/access-control
   [delete] Deleting: <https://builds.apache.org/job/Qpid-Java-Java-BDB-TestMatrix/./jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-bdb.0-9-1/ws/trunk/qpid/java/build/scratch/test-java-bdb.0-9-1.properties>

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

prepare:

precompile:

compile:
     [echo] Targeting : 1.5

jar.manifest:

jar.nomanifest:

jar:

precompile-tests:

compile-tests:

jar-tests:

jar-sources:

libs:

copy-bin:

copy-etc:

postbuild:

build:

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

prepare:

precompile:

compile:
     [echo] Targeting : 1.5

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-bdb.0-9-1
    [junit] Running org.apache.qpid.server.security.access.FirewallConfigurationTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 1.24 sec
    [junit] Running org.apache.qpid.server.security.access.FirewallPluginTest
    [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.482 sec
     [echo] Running ant for module : broker-plugins/firewall
   [delete] Deleting: <https://builds.apache.org/job/Qpid-Java-Java-BDB-TestMatrix/./jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-bdb.0-9-1/ws/trunk/qpid/java/build/scratch/test-java-bdb.0-9-1.properties>

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

check-request-props:
     [echo] Running ant for module : bdbstore
   [delete] Deleting: <https://builds.apache.org/job/Qpid-Java-Java-BDB-TestMatrix/./jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-bdb.0-9-1/ws/trunk/qpid/java/build/scratch/test-java-bdb.0-9-1.properties>

bdb-licence-note:
     [echo] *NOTE* The BDB JE library required by this optional module is licensed under the Sleepycat Licence, which is not compatible with the Apache Licence v2.0.
     [echo] 
     [echo] For a copy of the Sleepycat Licence, please see:
     [echo] http://www.oracle.com/technetwork/database/berkeleydb/downloads/jeoslicense-086837.html

download-ivy:

load-ivy:

configure-ivy:
[ivy:configure] :: Ivy 2.2.0 - 20100923230623 :: http://ant.apache.org/ivy/ ::
[ivy:configure] :: loading settings :: file = <https://builds.apache.org/job/Qpid-Java-Java-BDB-TestMatrix/./jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-bdb.0-9-1/ws/trunk/qpid/java/ivysettings.retrieve.xml>

download-bdb:
     [echo] Resolving and retrieving dependencies...
[ivy:resolve] :: resolving dependencies :: org/apache#qpid;0.17
[ivy:resolve] 	confs: [bdbje]
[ivy:resolve] 	found com.sleepycat#je;5.0.55 in oracle
[ivy:resolve] :: resolution report :: resolve 67ms :: artifacts dl 2ms
	---------------------------------------------------------------------
	|                  |            modules            ||   artifacts   |
	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
	---------------------------------------------------------------------
	|       bdbje      |   1   |   0   |   0   |   0   ||   1   |   0   |
	---------------------------------------------------------------------
[ivy:retrieve] :: retrieving :: org/apache#qpid [sync]
[ivy:retrieve] 	confs: [bdbje]
[ivy:retrieve] 	0 artifacts copied, 1 already retrieved (0kB/3ms)

check-bdb-jar:

bdb-licence-note-optional:

bdb-jar-required:

prepare:

precompile:

compile:
     [echo] Targeting : 1.5

jar.manifest:

jar.nomanifest:

jar:

precompile-tests:

compile-tests:

jar-tests:

jar-sources:

libs:

copy-bin:

copy-etc:

copy-store-to-upgrade:

postbuild:

module.build:

build:

test:
     [echo] Using profile:java-bdb.0-9-1
    [junit] Running org.apache.qpid.server.store.berkeleydb.AMQShortStringEncodingTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.2 sec
    [junit] Running org.apache.qpid.server.store.berkeleydb.BDBBackupTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.565 sec
    [junit] Running org.apache.qpid.server.store.berkeleydb.BDBHAMessageStoreManagerMBeanTest
    [junit] Tests run: 15, Failures: 0, Errors: 0, Time elapsed: 0.25 sec
    [junit] Running org.apache.qpid.server.store.berkeleydb.BDBHAMessageStoreTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.229 sec
    [junit] Running org.apache.qpid.server.store.berkeleydb.BDBMessageStoreConfigurationTest
    [junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 0.837 sec
    [junit] Running org.apache.qpid.server.store.berkeleydb.BDBMessageStoreQuotaEventsTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.527 sec
    [junit] Running org.apache.qpid.server.store.berkeleydb.BDBMessageStoreTest
    [junit] Tests run: 15, Failures: 0, Errors: 0, Time elapsed: 2.309 sec
    [junit] Running org.apache.qpid.server.store.berkeleydb.BDBUpgradeTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 7.852 sec
    [junit] Running org.apache.qpid.server.store.berkeleydb.HAClusterBlackboxTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 23.034 sec
    [junit] Running org.apache.qpid.server.store.berkeleydb.HAClusterManagementTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 101.247 sec
    [junit] Running org.apache.qpid.server.store.berkeleydb.HAClusterTwoNodeTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 134.704 sec
    [junit] Running org.apache.qpid.server.store.berkeleydb.HAClusterWhiteboxTest
    [junit] Running org.apache.qpid.server.store.berkeleydb.upgrade.Batch-With-Multiple-Tests
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
    [junit] Tests FAILED (timeout)
     [echo] Running ant for module : bdbstore
   [delete] Deleting: <https://builds.apache.org/job/Qpid-Java-Java-BDB-TestMatrix/./jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-bdb.0-9-1/ws/trunk/qpid/java/build/scratch/test-java-bdb.0-9-1.properties>

touch-failed:
    [touch] Creating <https://builds.apache.org/job/Qpid-Java-Java-BDB-TestMatrix/./jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-bdb.0-9-1/ws/trunk/qpid/java/build/results/bdbstore/FAILED>
    [touch] Creating <https://builds.apache.org/job/Qpid-Java-Java-BDB-TestMatrix/./jdk=JDK%201.6%20(latest),label=Ubuntu,profile=java-bdb.0-9-1/ws/trunk/qpid/java/build/results/FAILED>

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

Total time: 117 minutes 14 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