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 2014/06/27 05:01:55 UTC

Build failed in Jenkins: Qpid-Java-Java-Test-IBMJDK1.7 #758

See <https://builds.apache.org/job/Qpid-Java-Java-Test-IBMJDK1.7/758/changes>

Changes:

[aconway] NO-JIRA: Error handling in swig_python_typemaps: don't core dump if qpid.datatypes is not found.

[aconway] NO-JIRA: Updated java/README.txt with instructions to run examples.

[robbie] QPID-5048: add pom to build the AMQP 0-x JMS client examples

[pmoravec] [QPID-5852]: [Python client] connection.opened() returns True after unsuccessful connection

[orudyy] QPID-5853: Use quotes in broker command line provided by maven profile in order to allow command line arguments with spaces

[macbean] NO-JIRA: [Java Tests] BDB tests - prevent sporadic test failure from quorum override test.

Work by Keith Wall <kw...@apache.org> and myself.

[macbean] QPID-5821: [Java Broker] Make JDBC username and password separate attributes within the model

Work done by Keith Wall <kw...@apache.org> and me.

[macbean] QPID-5821: Remove unused settings interface incorrectly committed

[macbean] QPID-5821: [Java Broker] Refactor MessageStore and DurableConfigurationStore interfaces to remove message store settings map.

VirtualHost model objects now have attributes.

Work done by Keith Wall <kw...@apache.org> and me.

[pmoravec] QPID-5836: [Python client] Report error when encountering unrecognized connection option

[pmoravec] [no JIRA]: brokertest to set connection option 'protocol' only for SWIG client on AMQP1.0

[orudyy] QPID-5851: [Java Broker] Introduce new test profiles for JSON configuration store and persistent message store

[pmoravec] [no JIRA]: mark flow-to-disk stats as deprecated

[aconway] QPID-5843: Producing to many queues locks I/O threads for new connections

This patch changes where the duration is calculated in
sys/posix/AsyncIO.cpp->readable(). This will prevent the loop from executing
past the threadMaxIoTimeNs. Doing this decreased the connection delay observed
by 19%.

[aconway] NO-JIRA: Fix tools/setup.py, was not respecting install prefix.

- Was installing into absolute /usr directories, changed to install relative to prefix.
- Was installing to non-standard "/usr/shared" directory, changed to Unix standard "<prefix>/share"

[aconway] NO-JIRA: Added README.txt to java directory.

[gsim] QPID-5849: set mechanism on management connection even if auth=no

[kwall] NO-JIRA: [Java Broker Tests] Add test checking the ability to delete (i.e. close) a messaging connection from the
management layer.

[gsim] QPID-5828: more consistent behaviour os send() when disconnected

[gsim] QPID-5848: update reference doc for connection options

[orudyy] QPID-5846: Fix NPE in org.apache.qpid.server.virtualhost.berkeleydb.BDBHAVirtualHostImpl.isCoalescingSync()

[gsim] QPID-5845: topic policy's auto delete delay should not be overridden by link specific timeout

[gsim] QPID-5841: allow SSL hostname verification failure to be ignored (with NSS)

[chug] PQID-5840: .NET Binding example.server confuses argument indexing
Don't require an unused argument just to keep connectionOptions as arg[2]

[kwall] NO-JIRA: [Java 0-8..0-9-1 Client Book] Add AMQAuthenticationException/AMQSecurityException to exception catalogue

[robbie] QPID-5792: add null check to avoid NPE during Destination decoding

Applied patch from Dejan Bosanac

[pmoravec] QPID-5839: [C++ broker] Broker does not set lifetime-policy in AMQP1.0 attach performative

[kwall] QPID-5834: [Java Broker] Move validation that prevents to deletion of default virtualhost to validate, in order that it can veto the proposed state change

* Added a unit test, improve other VH unit tests
* Removed MockVirtualHost

[gsim] QPID-5828: Drop expired incoming messages

[gsim] QPID-5828: Check and adjust ttl on resend attempt

[orudyy] QPID-5715: Set BDB message store durability only once on opening of virtual host. Restore original code of coalescing committer.

[macbean] NO-JIRA: added test exludes for transient profiles where the tests assume VH state after restart

[gsim] QPID-5828: Ensure that we don't try to check status of null completion handle

[pmoravec] QPID-5835: [C++ broker] Broker recovery forgets auto-delete flag on queues and exchanges

[kwall] QPID-5803: [Java Broker] Add a utilised flag to the VHN context after the blueprint has been used.

This prevents the virtualhost from being automatically recreated by the blueprint, should the user choose to the VH.
Strenghthen unit tests.

[kwall] QPID-5800: [Java Broker] Defect - prevent JDBC upgrader on throwing exception due to open transaction causing exception to log

[kwall] QPID-5819: Make JsonFileConfigStore#close idempotent, like other DCS implementations

[macbean] QPID-5825: Changes to address some review comments for initial commit

[kwall] QPID-5800: [Java Broker] Refactor BDB message store implementation to separate message and config store implementations.

* Message store implementations can now be used in isolation, which is useful when the user is using a JSON VirtualHostNode with
  a BDB virtual host.

[macbean] QPID-5831: Unexpected internal exception when closing JE Replicated environment

[macbean] QPID-5825: Broker tries to downgrade to the wrong amqp protocol version

[astitcher] QPID-5807: Fix inconsistent DLL linkage

[astitcher] NO-JIRA: Fix some MSVC warnings

[kwall] QPID-5822: [Java Broker] Replace low level BDB/JDBC attributes in fovour of context variables from the model

* BDB attributes environmentConfiguration/replicatedEnvironmentConfiguration removed.  User can now specify
  context variables with the configuration keys that are understood by JE itself.
* JDBC attributes bigIntType/bytesForBlob/varBinaryType/blobType are now context variables with names begining qpid.jdbcstore.

[astitcher] QPID-5829: This rearrangement is really it...

[kwall] QPID-5800: [Java Broker] Refactor Derby/JDBC message store implementations - Address review comments from Alex Rudyy

[kwall] QPID-5800: [Java Broker] Refactor Derby/JDBC message store implementations to separate message and config store implementations.

* Message store implementations can now be used in isolation, which is useful when the user is using a JSON VirtualHostNode with
  another persistent store implementation.

[astitcher] QPID-5829: One more CMake rearrangement and all will be good...

[chug] QPID-5829: Rearrange CMake - repair original commit that breaks the .NET binding
r1603064 fails to define some CMake version variables before using them for template processing.

[pmoravec] QPID-5830: [Python client] Unable to create bindings on already existing broker objects using addressing

[pmoravec] QPID-5817: [C++ broker] Improve ACL authorisation of QMF methods and queries

[astitcher] NO-JIRA: Make bindings install on windows

[kwall] QPID-5785: [Java Broker] Fix NPE when a topic exchange is closed after a message filter has been added to an existing binding.

This corrects a regression introduced by QPID-5709 that was causing a NPE to appear in the test log for QueueBindingTest.

[astitcher] QPID-5829: Properly fix the CMake conditional

[astitcher] QPID-5829: Oops - fix mistaken change to actually work on Windows

[astitcher] QPID-5829: Rearrange CMake files to centralise some flags
- This means they can be used in the bindings.
- It also means that individual modules do not have to specify
  to catch undefined symbols as this is the default beahviour now.

[pmoravec] QPID-5823: (reverting commit r1602820) Python client should create a node with name starting '\#'

[pmoravec] QPID-5823: Python client should create a node with name starting '\#'

[kwall] QPID-5802: [Java Broker] Refactor VH implementations to avoid duplicated message store/message store subject code.

This addresses review comments from Alex Rudyy.

[kwall] QPID-5801: [Java Broker] BDB HA - ensure that replication exceptions when reading the message id sequence cause the environment to restart

Addresses review comment from Alex Rudyy.

[kwall] NO-JIRA: [Java Broker Documentation] Fix typo in operational message codes in appendix

[kwall] NO-JIRA: [Java Broker Test] Derby tests profile should exclude BDB replication tests

[kwall] QPID-5800: [Java Broker] Refactor BDBConfigurationStore, move methods/fields associated with only BDBMessageStore to the inner class.

Addresses review comment from Alex Rudyy.

[gsim] QPID-5814: default to utf8 in Variant::parse()

[astitcher] QPID-3921: Don't leak use qpid/Options.h header unnecessarily.

[astitcher] NO-JIRA: We never want to accidentally convert a string to an Options object

[astitcher] NO-JIRA: Removed obsolete/unused store code

[astitcher] Revert "QPID-5812: python high level API client receiver.fetch(timeout=N) blocks forever in select() if broker is stopped (kill -STOP)"

This reverts commit r1602221 As it breaks the C++ tests:
- python_tests
- federation_sys_tests
- legacystore_python_tests

[pmoravec] QPID-5812: python high level API client receiver.fetch(timeout=N) blocks forever in select() if broker is stopped (kill -STOP)

[kwall] QPID-5721: Improve exception message used when String operand cannot be interpreted as JSON

* Also made AVC consistently return unmodifiable when converting from a JSON string

[astitcher] QPID-5807: Remove boost::program_options as a header file dependency of qpid/Options.h
- The intent here is to remove the necessity for things using qpid::Options to
  need to link boost::program_options directly.

[astitcher] QPID-3650: Avoid unaligned memory access

[astitcher] QPID-3650: Avoid unaligned memory access

[macbean] QPID-5811: logging to assist investigation of test failure

[kgiusti] QPID-5808: framer should consume only header bytes

[orudyy] QPID-5715: Move coalescing commiters into environment facades. Flush logs for not completed commit futures if commit task is stopped

[astitcher] QPID-5805: Disallow % and _ characters as escapes in selector LIKE expression

[astitcher] QPID-5804: Fix broken selector parsing of unary '+'

[kwall] QPID-5801: [Java Broker] BDB: Cache the sequence handler used for message sequence number

[kwall] QPID-5801: [Java Broker] BDB: Simply restore algorithm to efficiently calculate utilised disk space.

[orudyy] QPID-5715: Close committer on message store close

[orudyy] QPID-5715: Unregister children MBeans on Virtual Host Node stop

[kwall] QPID-5803: [Java Broker] Add ability for the virtualhostnode to create a virtualhost using a blueprint supplied by context variable

* This commit reenables the SplitStoreTest.
* The UI has not been refactored by this commit, so it will not be possible to create a non-HA virtualhost from the UI
  (the UI will create only a virtualhostnode).. REST API is okay.

[kwall] QPID-5800: [Java Broker] Remove the now redundant MessageStore/DurableConfigurationStore factories

[kwall] QPID-5802: [Java Broker] Introduce separate VirtualHost types

[kwall] QPID-5801: [Java Broker] Elimination of the BDB facade's initialisation tasks

[kwall] QPID-5802: [Java Broker] Temporarily remove the slow message store and quota message store
test implementations and the tests that rely on them.

[kwall] QPID-5800: [Java Broker] Add DurableConfigurationStore#onDelete method to allow an implementation to
delete the files/tables/databases underlying the store.

[kwall] QPID-5800: [Java Broker} Refactor MessageStore implementations extracting a MessageStoreProvider interface.

[orudyy] QPID-5715: Fix various issues with configuration upgrader to model 2 and store upgraders to version 8

[kwall] QPID-5721: [Java Broker] Improve test coverage for default attributes, and attributes whose values are computed from context variables.

Also fixed defect so that a context attributes are resolved first, so that other attribute values may be calculated from context variables
set on the same object.

[gsim] NO-JIRA: Fix incorrectly named transport option. Add description for protocol option.

[gsim] QPID-5788: delayed initiation of nss

[kwall] QPID-5798: [Java Broker Tests] Intermittent failure of FailoverBehaviourTest due to race condition within test

Work by Andrew MacBean <an...@gmail.com>

[gsim] QPID-5793: prevent leak due to concurrent bind and delete

[gsim] QPID-5793: prevent deadlock between timer and consume

[orudyy] QPID-5715: Use coalescing sync committer for message store transactions only when syncronization policy SYNC is set for local transactions in BDB HA virtual host

[kpvdr] QPID-5767: [linearstore] broker segfaults when recovering journal file with damaged header

[pmoravec] QPID-5797: [qpid-tools]: inability to call some QMF methods (queueMoveMessages / setLogLevel or so)

[chug] QPID-5783: Share immutable state EXTERN

[kwall] QPID-5795: [Java Broker] Prevent ConnectionAdapter leak when closing a messaging connection

The leak was due to the fact that nothing was telling the virtualhost to unregister the connection child (#unregisterChild)
when the connection was closed.

* Made ConnectionAdapter responsible for causing its own deletion (when the underlying connection is closed).  The call to #deleted() causes the child
 to be unregistered from its parent (preventing the leak)
* Removed the now unnecessary _connectionAdapters map from the VH.  This needlessly duplicated information already held more generally by the ACO.
* Refactored SessionAdapter in sympathy with CA changes.  SessionsAdapters where _not_ being leaked as the session implementation were already telling the model to delete.

[mcpierce] QPID-5794: Fix the regex in spout.rb

In Ruby > 1.8 the regular expression worked as is. But in 1.8 it
requires that the braces be escaped.

[kgiusti] QPID-5790: avoid use of poll if select is monkey-patched by Eventlet/Greenthreads

[kgiusti] QPID-5773: back out non-functional recv path change from QPID-4872

[aconway] NO-JIRA: HA documentation: security configuration troubleshooting

Common issue for new users is cluster failing to start due to incorrect
security configuration. Added some notes to highlight the need for
security configuration and updated the troubleshooting section.

[kwall] QPID-5782: [Java Broker] Prevent VH housekeeper trying to check the state of queues that are not active

[orudyy] QPID-5413: [Java Broker-Web Management] Allow stopping and starting of virtual host node from the virtual host node tab

[orudyy] QPID-5413: [Java Broker-Web Management] Allow stopping and starting of virtual host nodes and virtual hosts from the broker tab

[kwall] QPID-5791: [Java Broker] Json store should synchronise on update too

[pmoravec] QPID-5748:  [C++ broker] Make Queue::purgeExpired more efficient; remove ExpiryPolicy

[orudyy] QPID-5715: Add new attributes for transaction sync policies into BDB HA virtual host,
           remove 'coalescingSync' attribute from BDB HA virtual host node and always use coalescingSync with replicated environment,
           change attribute 'durability' of  BDB HA virtual host node into derived attribute,
           delegate bdb je transaction creation to EnvironmentFacade,
           with ReplicatedEnvironmentFacade crate transactions with durability having virtual host transaction sync policies
           and ack mode 'SIMPLE_MAJORITY'.

[kwall] NO-JIRA: [Java Broker Tests] Fix race condition in TransactionTimeoutTests meaning observations of test members could yield NPE

* Reordered so that the exception listener's latch is decremented only after members for linked exception message and linked exception code.

[orudyy] QPID-5715: [Java Broker] Fix test BDBHAVirtualHostNodeTest.testTransferMasterToRemoteReplica

[kwall] QPID-5715: [Java Broker] Address review comments from Alex Rudyy

[kwall] QPID-5715: [Java Broker] Added extra logging when transfering master to a remote replica in order to understand sporadic test failure

[orudyy] QPID-5715: On virtual host node deletion delete virtual host first, in order to allow listeners to hear virtual host deletion. JMX Management needs to unregister virtual host MBean on host deletion

[kwall] QPID-5784: [Java Broker] Prevent NPE possibility from BDB store\'s coalescing committer on shutdown

[gsim] QPID-5783: Share immutable state between copies of a message. Avoid using memory for annotations unless actually required.

[robbie] QPID-5048: assembly and dependency fixups

[kwall] QPID-5715: [Java Broker] Prevent sporadic failure of BDB HA REST test testNewMasterElectedWhenVirtualHostIsStopped

* VHN role attribute now mutated after the completion of onMaster/onReplica event
* Made BDBHAReplicaVirtualHost a type (BDB_HA_REPLICA) within the VirtualHost category.  This no-op vhost represents the virtualhost
  when the node is replica (and the mastership is elsewhere within the group).

Work by Andrew MacBean <an...@gmail.com> and me.

[robbie] QPID-5048: restore some config that was erroneously removed previously, update to match current build

[robbie] QPID-5048: make the clients logging test deps explicit rather than just transitive

[robbie] QPID-5781: remove connection from the registry upon exception while closing, ensure we dont loop retrying it

[robbie] QPID-5771: ensure the closed event is passed to the listener even if closing the endpoint input throws something, ensure the connection is unregistered from the connection registry

[kwall] QPID-5779: [Java Broker] JMX plugin Remove debug logging from socket factories

[kwall] QPID-5779:  Workaround sporadic test failure.

It seems sometimes the JMX Plugin's RMI sockets are closed (by the RMI TCP Accept thread) *after* the Broker has stopped.  I can't find a way to avoid this issue. Work around by awaiting the ports to become free within the test.

[kwall] QPID-5779: Add more logging to help understand sporadic test failure.

[kpvdr] NO_JIRA: [linearstore] Update to ISSUES; whitespace fix from last checkin

[kwall] QPID-5779: [Java Broker] JMX plugin's server sockets should set the SO_REUSEADDR socket option - defect fix - set socket option *before* port is bound

[robbie] QPID-5774: remove empty directories

[robbie] NO-JIRA: add a file recording the tests using spawned brokers

[robbie] QPID-5774: remove client plugins dir

[robbie] QPID-5774: remove dependency stubs used for the old pom generation the Ant build did

[robbie] QPID-5774: remove test profile files, custom Ant tasks, resources files specific to the ant build

[robbie] QPID-5774: first main swipe, remove the Ant builds main build.xml and associated files

[kwall] QPID-5779: [Java Broker] JMX plugin's server sockets should set the SO_REUSEADDR socket option

* Plugin now passes correctly configured ServerSocketFactory to JMX for both the registry and connector servers.
* Manually retested SSL connections to JMX.

[pmoravec] no JIRA: [C++ broker] have more descriptive error on parse error of SASL config file

[kwall] QPID-5715: [Java Broker] Make virtualhosts respect the states ACTIVE and STOPPED

* Add state transition tests for BDBHA virtualhostnode / virtualhost
* Prevent the BDBVHN activating the VH (this is now a responsibility of attain desired state)
* BDBHARemoteReplicationNode use state UNAVAILABLE in the case where the remote node is not MASTER or REPLICA.

Work by Andrew MacBean <an...@gmail.com> and me.

[robbie] QPID-5777: delete stale 'doc' directory

[pmoravec] QPID-5767: [C++ broker][linearstore] broker segfaults when recovering journal file with damaged header (Kim's patch)

[kgiusti] QPID-5637: reset Selector singleton across fork.

[kwall] QPID-5715: [Java Broker] Make virtualhosts respect the states ACTIVE and STOPPED

* Changes in virtualhost state are now persisted to store.
* VirtualHostState eliminated.  The PASSIVE state used when a BDB HA Virtualhost is in replica is replaced by UNAVAILABLE.

Work by me and Andrew MacBean <an...@gmail.com>.

[orudyy] QPID-5715: On BDB HA virtual host node deletion invoke ReplicationGroupAdmin#removeMember to remove node from the group

[kwall] NO-JIRA: [Java Broker] Add extra assertions to PortRestTest to help investigate sporadic test failure on some CI environments

[robbie] QPID-5762: log a warning but allow the model processing to continue when there are unsatisfied dependencies, enabling startup if the associated pluggable services are not being used

[kwall] NO-JIRA: Make java-mms test profile ignore org.apache.qpid.server.store.berkeleydb.replication/upgrader sub-packages

[orudyy] QPID-5413: Improve virtual host node and virtual host UI

[kwall] QPID-5766: Intitialisation of StatisticsCounter objects can lead to NPE.

Patch Supplied by Andrew MacBean <an...@gmail.com>.

[kwall] QPID-5554: [Java Broker Documentation] Add logging overview and appendix describing queue alerts

[orudyy] QPID-5715: Fix Virtual Host MBean creation in JMX management plugin

[kwall] QPID-5715: [Java Broker] Make virtualhostnode respect states ACTIVE and STOPPED

* Added test to ensure that the VHN can transit between ACTIVE <=> STOPPED
* Fixed defect whereby the VHN could not be recovered in the STOPPED state.  Added test case.
* Fixed defct whereby on stopping a VHN, the DurableConfigurationStore would be left open.

Work by me and Andrew MacBean <an...@gmail.com>.

[gsim] QPID-5765: don't invoke on dangling pointer

Strictly speaking comparing anything against the old pointer isn't correct either,
but this is harder to change and the only negative effect is that in the event that
a new connection has the same pointer value, it would be incorrectly interpreted
as 'local'.

[kwall] QPID-5715: BDB HA's remote replication nodes were using wrong value for lastKnownReplicationId property

[gsim] QPID-5747: create codec for outgoing connections on establishing the connection, so that any disconnect before we try to write can still be communicated to upper layers

[orudyy] QPID-5744: Add support for REST URIs containing the major version in addition to latest

[orudyy] QPID-5413: Add UI for creation of virtual host nodes

[gsim] QPID-5758: Move purging of expired messages from timer thread to worker thread

[kpvdr] QPID-5750: [linearstore] Broker fails with JERR__AIO: AIO error. (AIO write operation failed: Invalid argument (-22)

[robbie] QPID-5764: update note to reflect the trunk maven build no longer requiring flag to enable

[robbie] QPID-5764: add note detaling the move to the maven build for future releases, to be merged to 0.28 branch

[orudyy] QPID-5761: Fix BDBHAVirtualHostNodeRestTest test failure caused by premature call to virtual host rest service before opening of virtual host

Patch Supplied by Andrew MacBean <an...@gmail.com>.

[robbie] QPID-5746, QPID-5610: fix compilation for QMF2 broker plugin

[rgodfrey] QPID-5574 : [Java Broker] remove redundant state transitions

[rgodfrey] QPID-5759 : [Java Broker] add annotation validation

[orudyy] QPID-5409 : Change BDB HA MBean to delegate operations to BDB HA node instance

------------------------------------------
[...truncated 16324 lines...]
main 2014-06-27 03:00:56,627 INFO [qpid.test.utils.QpidTestCase] ========== tearDown SeriesDefinitionCreatorTest.testSeriesDirectoryAndNameSubstitution ==========
main 2014-06-27 03:00:56,627 DEBUG [qpid.test.utils.QpidTestCase] reverting 1 test properties
main 2014-06-27 03:00:56,628 INFO [qpid.test.utils.QpidTestCase] ========== start SeriesDefinitionCreatorTest.testTwoSeriesDefinitions ==========
main 2014-06-27 03:00:56,630 INFO [qpid.test.utils.QpidTestCase] ========== tearDown SeriesDefinitionCreatorTest.testTwoSeriesDefinitions ==========
main 2014-06-27 03:00:56,631 INFO [qpid.test.utils.QpidTestCase] ========== start SeriesDefinitionCreatorTest.testOneSeriesDefinition ==========
main 2014-06-27 03:00:56,632 INFO [qpid.test.utils.QpidTestCase] ========== tearDown SeriesDefinitionCreatorTest.testOneSeriesDefinition ==========
main 2014-06-27 03:00:56,633 INFO [qpid.test.utils.QpidTestCase] ========== start SeriesDefinitionCreatorTest.testNonSequentialSeriesDefinitionsIgnored ==========
main 2014-06-27 03:00:56,634 INFO [qpid.test.utils.QpidTestCase] ========== tearDown SeriesDefinitionCreatorTest.testNonSequentialSeriesDefinitionsIgnored ==========
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.writer.ChartWriterTest
main 2014-06-27 03:00:57,013 INFO [disttest.charting.writer.ChartWriter] Set chart directory: /tmp/TestFileUtils-testDir-1403838057003
main 2014-06-27 03:00:58,672 INFO [disttest.charting.writer.ChartWriter] Written /tmp/TestFileUtils-testDir-1403838057003/chart1.png chart
main 2014-06-27 03:00:58,672 INFO [disttest.charting.writer.ChartWriter] Only 1 chart image(s) have been written so no HTML summary file will be produced
main 2014-06-27 03:00:58,672 INFO [qpid.test.utils.QpidTestCase] ========== tearDown null ==========
main 2014-06-27 03:00:58,674 INFO [disttest.charting.writer.ChartWriter] Set chart directory: /tmp/TestFileUtils-testDir-1403838058673
main 2014-06-27 03:00:58,744 INFO [disttest.charting.writer.ChartWriter] Written /tmp/TestFileUtils-testDir-1403838058673/chart1.png chart
main 2014-06-27 03:00:58,744 INFO [qpid.test.utils.QpidTestCase] ========== tearDown null ==========
main 2014-06-27 03:00:58,746 INFO [disttest.charting.writer.ChartWriter] Set chart directory: /tmp/TestFileUtils-testDir-1403838058746
main 2014-06-27 03:00:58,818 INFO [disttest.charting.writer.ChartWriter] Written /tmp/TestFileUtils-testDir-1403838058746/chart2.png chart
main 2014-06-27 03:00:58,888 INFO [disttest.charting.writer.ChartWriter] Written /tmp/TestFileUtils-testDir-1403838058746/chart1.png chart
main 2014-06-27 03:00:58,899 INFO [qpid.test.utils.QpidTestCase] ========== tearDown null ==========
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.265 sec - in org.apache.qpid.disttest.charting.writer.ChartWriterTest
Running org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
main 2014-06-27 03:00:58,902 INFO [qpid.test.utils.QpidTestCase] ========== start ColorFactoryTest.testDarkBlue ==========
main 2014-06-27 03:00:58,903 INFO [qpid.test.utils.QpidTestCase] ========== tearDown ColorFactoryTest.testDarkBlue ==========
main 2014-06-27 03:00:58,903 INFO [qpid.test.utils.QpidTestCase] ========== start ColorFactoryTest.testBlue ==========
main 2014-06-27 03:00:58,903 INFO [qpid.test.utils.QpidTestCase] ========== tearDown ColorFactoryTest.testBlue ==========
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
main 2014-06-27 03:00:58,943 INFO [qpid.test.utils.QpidTestCase] ========== start BaseChartBuilderTest.testBuildChart ==========
main 2014-06-27 03:00:58,959 INFO [qpid.test.utils.QpidTestCase] ========== tearDown BaseChartBuilderTest.testBuildChart ==========
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec - in org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Running org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
main 2014-06-27 03:00:58,961 INFO [qpid.test.utils.QpidTestCase] ========== start TimeSeriesBuilderCallbackTest.testAddPointToSeries ==========
main 2014-06-27 03:00:58,980 INFO [qpid.test.utils.QpidTestCase] ========== tearDown TimeSeriesBuilderCallbackTest.testAddPointToSeries ==========
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
main 2014-06-27 03:00:58,983 INFO [qpid.test.utils.QpidTestCase] ========== start ChartBuilderFactoryTest.testXYLineChart ==========
main 2014-06-27 03:00:58,985 INFO [qpid.test.utils.QpidTestCase] ========== tearDown ChartBuilderFactoryTest.testXYLineChart ==========
main 2014-06-27 03:00:58,986 INFO [qpid.test.utils.QpidTestCase] ========== start ChartBuilderFactoryTest.testLineChart ==========
main 2014-06-27 03:00:58,986 INFO [qpid.test.utils.QpidTestCase] ========== tearDown ChartBuilderFactoryTest.testLineChart ==========
main 2014-06-27 03:00:58,987 INFO [qpid.test.utils.QpidTestCase] ========== start ChartBuilderFactoryTest.testBarChart ==========
main 2014-06-27 03:00:58,987 INFO [qpid.test.utils.QpidTestCase] ========== tearDown ChartBuilderFactoryTest.testBarChart ==========
main 2014-06-27 03:00:58,988 INFO [qpid.test.utils.QpidTestCase] ========== start ChartBuilderFactoryTest.testTimeSeriesLineChart ==========
main 2014-06-27 03:00:58,988 INFO [qpid.test.utils.QpidTestCase] ========== tearDown ChartBuilderFactoryTest.testTimeSeriesLineChart ==========
main 2014-06-27 03:00:58,989 INFO [qpid.test.utils.QpidTestCase] ========== start ChartBuilderFactoryTest.testLineChart3D ==========
main 2014-06-27 03:00:58,989 INFO [qpid.test.utils.QpidTestCase] ========== tearDown ChartBuilderFactoryTest.testLineChart3D ==========
main 2014-06-27 03:00:58,990 INFO [qpid.test.utils.QpidTestCase] ========== start ChartBuilderFactoryTest.testBarChart3D ==========
main 2014-06-27 03:00:58,990 INFO [qpid.test.utils.QpidTestCase] ========== tearDown ChartBuilderFactoryTest.testBarChart3D ==========
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
main 2014-06-27 03:00:58,994 INFO [qpid.test.utils.QpidTestCase] ========== start ChartProductionTest.testLine3DChart ==========
main 2014-06-27 03:00:58,996 INFO [disttest.charting.writer.ChartWriter] Set chart directory: /tmp/charts-1403838058996
main 2014-06-27 03:00:59,126 INFO [disttest.charting.writer.ChartWriter] Written /tmp/charts-1403838058996/testLine3DChart.png chart
main 2014-06-27 03:00:59,126 INFO [qpid.test.utils.QpidTestCase] ========== tearDown ChartProductionTest.testLine3DChart ==========
main 2014-06-27 03:00:59,126 INFO [qpid.test.utils.QpidTestCase] ========== start ChartProductionTest.testXYLineChart ==========
main 2014-06-27 03:00:59,127 INFO [disttest.charting.writer.ChartWriter] Set chart directory: /tmp/charts-1403838059127
main 2014-06-27 03:00:59,224 INFO [disttest.charting.writer.ChartWriter] Written /tmp/charts-1403838059127/testXYLineChart.png chart
main 2014-06-27 03:00:59,224 INFO [qpid.test.utils.QpidTestCase] ========== tearDown ChartProductionTest.testXYLineChart ==========
main 2014-06-27 03:00:59,224 INFO [qpid.test.utils.QpidTestCase] ========== start ChartProductionTest.testStatisticalBarChart ==========
main 2014-06-27 03:00:59,226 INFO [disttest.charting.writer.ChartWriter] Set chart directory: /tmp/charts-1403838059226
main 2014-06-27 03:00:59,312 INFO [disttest.charting.writer.ChartWriter] Written /tmp/charts-1403838059226/testStatisticalBarChart.png chart
main 2014-06-27 03:00:59,312 INFO [qpid.test.utils.QpidTestCase] ========== tearDown ChartProductionTest.testStatisticalBarChart ==========
main 2014-06-27 03:00:59,312 INFO [qpid.test.utils.QpidTestCase] ========== start ChartProductionTest.testLineChart ==========
main 2014-06-27 03:00:59,313 INFO [disttest.charting.writer.ChartWriter] Set chart directory: /tmp/charts-1403838059313
main 2014-06-27 03:00:59,387 INFO [disttest.charting.writer.ChartWriter] Written /tmp/charts-1403838059313/testLineChart.png chart
main 2014-06-27 03:00:59,387 INFO [qpid.test.utils.QpidTestCase] ========== tearDown ChartProductionTest.testLineChart ==========
main 2014-06-27 03:00:59,387 INFO [qpid.test.utils.QpidTestCase] ========== start ChartProductionTest.testBarChart ==========
main 2014-06-27 03:00:59,388 INFO [disttest.charting.writer.ChartWriter] Set chart directory: /tmp/charts-1403838059388
main 2014-06-27 03:00:59,474 INFO [disttest.charting.writer.ChartWriter] Written /tmp/charts-1403838059388/testBarChart.png chart
main 2014-06-27 03:00:59,474 INFO [qpid.test.utils.QpidTestCase] ========== tearDown ChartProductionTest.testBarChart ==========
main 2014-06-27 03:00:59,474 INFO [qpid.test.utils.QpidTestCase] ========== start ChartProductionTest.testBar3DChart ==========
main 2014-06-27 03:00:59,475 INFO [disttest.charting.writer.ChartWriter] Set chart directory: /tmp/charts-1403838059475
main 2014-06-27 03:00:59,543 INFO [disttest.charting.writer.ChartWriter] Written /tmp/charts-1403838059475/testBar3DChart.png chart
main 2014-06-27 03:00:59,544 INFO [qpid.test.utils.QpidTestCase] ========== tearDown ChartProductionTest.testBar3DChart ==========
main 2014-06-27 03:00:59,544 INFO [qpid.test.utils.QpidTestCase] ========== start ChartProductionTest.testTimeSeriesLineChart ==========
main 2014-06-27 03:00:59,545 INFO [disttest.charting.writer.ChartWriter] Set chart directory: /tmp/charts-1403838059545
main 2014-06-27 03:00:59,627 INFO [disttest.charting.writer.ChartWriter] Written /tmp/charts-1403838059545/testTimeSeriesLineChart.png chart
main 2014-06-27 03:00:59,627 INFO [qpid.test.utils.QpidTestCase] ========== tearDown ChartProductionTest.testTimeSeriesLineChart ==========
main 2014-06-27 03:00:59,627 INFO [qpid.test.utils.QpidTestCase] ========== start ChartProductionTest.testXYLineChartWithColourAndWidth ==========
main 2014-06-27 03:00:59,628 INFO [disttest.charting.writer.ChartWriter] Set chart directory: /tmp/charts-1403838059628
main 2014-06-27 03:00:59,702 INFO [disttest.charting.writer.ChartWriter] Written /tmp/charts-1403838059628/testXYLineChartWithColourAndWidth.png chart
main 2014-06-27 03:00:59,702 INFO [qpid.test.utils.QpidTestCase] ========== tearDown ChartProductionTest.testXYLineChartWithColourAndWidth ==========
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.711 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
main 2014-06-27 03:00:59,704 INFO [qpid.test.utils.QpidTestCase] ========== start JdbcSeriesBuilderTest.testBuildOneSeries ==========
main 2014-06-27 03:00:59,735 INFO [disttest.charting.seriesbuilder.JdbcSeriesBuilder] Loaded JDBC driver class org.relique.jdbc.csv.CsvDriver
main 2014-06-27 03:00:59,748 INFO [disttest.charting.seriesbuilder.JdbcSeriesBuilder] Created: JdbcSeriesBuilder[jdbcUrlGenerator=JdbcUrlGenerator[providedJdbdUrl=<null>]]
main 2014-06-27 03:00:59,796 INFO [qpid.test.utils.QpidTestCase] ========== tearDown JdbcSeriesBuilderTest.testBuildOneSeries ==========
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
main 2014-06-27 03:00:59,799 INFO [qpid.test.utils.QpidTestCase] ========== start JdbcUrlGeneratorTest.testGetJdbcUrlWithoutProvidingAUrlReturnsCsvUrlWithCorrectDirectory ==========
main 2014-06-27 03:00:59,799 INFO [qpid.test.utils.QpidTestCase] ========== tearDown JdbcUrlGeneratorTest.testGetJdbcUrlWithoutProvidingAUrlReturnsCsvUrlWithCorrectDirectory ==========
main 2014-06-27 03:00:59,800 INFO [qpid.test.utils.QpidTestCase] ========== start JdbcUrlGeneratorTest.testGetJdbcUrlThrowsExceptionWithoutAProvidedUrlOrSeriesDirectory ==========
main 2014-06-27 03:00:59,800 INFO [qpid.test.utils.QpidTestCase] ========== tearDown JdbcUrlGeneratorTest.testGetJdbcUrlThrowsExceptionWithoutAProvidedUrlOrSeriesDirectory ==========
main 2014-06-27 03:00:59,801 INFO [qpid.test.utils.QpidTestCase] ========== start JdbcUrlGeneratorTest.testGetJdbcUrlThrowsExceptionIfUrlProvidedAndSeriesDirectorySpecified ==========
main 2014-06-27 03:00:59,801 INFO [qpid.test.utils.QpidTestCase] ========== tearDown JdbcUrlGeneratorTest.testGetJdbcUrlThrowsExceptionIfUrlProvidedAndSeriesDirectorySpecified ==========
main 2014-06-27 03:00:59,802 INFO [qpid.test.utils.QpidTestCase] ========== start JdbcUrlGeneratorTest.testGetJdbcUrlReturnsProvidedUrl ==========
main 2014-06-27 03:00:59,802 INFO [qpid.test.utils.QpidTestCase] ========== tearDown JdbcUrlGeneratorTest.testGetJdbcUrlReturnsProvidedUrl ==========
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Running org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
main 2014-06-27 03:00:59,805 INFO [qpid.test.utils.QpidTestCase] ========== start SeriesRowTest.testValidSeriesRowThrowsExceptionIfArrayTooSmall ==========
main 2014-06-27 03:00:59,805 INFO [qpid.test.utils.QpidTestCase] ========== tearDown SeriesRowTest.testValidSeriesRowThrowsExceptionIfArrayTooSmall ==========
main 2014-06-27 03:00:59,805 INFO [qpid.test.utils.QpidTestCase] ========== start SeriesRowTest.testDimension ==========
main 2014-06-27 03:00:59,805 INFO [qpid.test.utils.QpidTestCase] ========== tearDown SeriesRowTest.testDimension ==========
main 2014-06-27 03:00:59,807 INFO [qpid.test.utils.QpidTestCase] ========== start SeriesRowTest.testDimensionAsDouble ==========
main 2014-06-27 03:00:59,807 INFO [qpid.test.utils.QpidTestCase] ========== tearDown SeriesRowTest.testDimensionAsDouble ==========
main 2014-06-27 03:00:59,808 INFO [qpid.test.utils.QpidTestCase] ========== start SeriesRowTest.testDimensionAsString ==========
main 2014-06-27 03:00:59,808 INFO [qpid.test.utils.QpidTestCase] ========== tearDown SeriesRowTest.testDimensionAsString ==========
main 2014-06-27 03:00:59,808 INFO [qpid.test.utils.QpidTestCase] ========== start SeriesRowTest.testValidSeriesRow ==========
main 2014-06-27 03:00:59,810 INFO [qpid.test.utils.QpidTestCase] ========== tearDown SeriesRowTest.testValidSeriesRow ==========
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest

Results :

Tests run: 39, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests-visualisation-jfc ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Java-Test-IBMJDK1.7/ws/trunk/qpid/java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-0.30-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Java-Test-IBMJDK1.7/ws/trunk/qpid/java/perftests/visualisation-jfc/target/qbtc-output>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-site-plugin:3.3:site (default-site) @ qpid-perftests-visualisation-jfc ---
[INFO] configuring report plugin org.apache.maven.plugins:maven-project-info-reports-plugin:2.7
[INFO] configuring report plugin org.codehaus.mojo:license-maven-plugin:1.6
[INFO] configuring report plugin org.apache.maven.plugins:maven-surefire-report-plugin:2.16
[INFO] configuring report plugin org.apache.maven.plugins:maven-jxr-plugin:2.3
[INFO] configuring report plugin org.jacoco:jacoco-maven-plugin:0.7.0.201403182114
[INFO] Skipping JaCoCo execution due to missing execution data <https://builds.apache.org/job/Qpid-Java-Java-Test-IBMJDK1.7/ws/trunk/qpid/java/perftests/visualisation-jfc/target/jacoco-it.exec>
[INFO] Skipping JaCoCo execution due to missing execution data <https://builds.apache.org/job/Qpid-Java-Java-Test-IBMJDK1.7/ws/trunk/qpid/java/perftests/visualisation-jfc/target/jacoco.exec>
[INFO] configuring report plugin org.apache.rat:apache-rat-plugin:0.10
[INFO] Parent project loaded from repository: org.apache.qpid:qpid-parent:pom:1.0
[INFO] Parent project loaded from repository: org.apache:apache:pom:14
[INFO] Relativizing decoration links with respect to project URL: http://qpid.apache.org/qpid-java-build/perftests/qpid-perftests-visualisation-jfc
[INFO] Rendering site with org.apache.maven.skins:maven-default-skin:jar:1.0 skin.
[INFO] Generating "About" report    --- maven-project-info-reports-plugin:2.7
[INFO] Generating "Plugin Management" report    --- maven-project-info-reports-plugin:2.7
[INFO] Generating "Distribution Management" report    --- maven-project-info-reports-plugin:2.7
[INFO] Generating "Dependency Information" report    --- maven-project-info-reports-plugin:2.7
[INFO] Generating "Dependency Convergence" report    --- maven-project-info-reports-plugin:2.7
[INFO] Generating "Source Repository" report    --- maven-project-info-reports-plugin:2.7
[INFO] Generating "Mailing Lists" report    --- maven-project-info-reports-plugin:2.7
[INFO] Generating "Issue Tracking" report    --- maven-project-info-reports-plugin:2.7
[INFO] Generating "Continuous Integration" report    --- maven-project-info-reports-plugin:2.7
[INFO] Generating "Project Plugins" report    --- maven-project-info-reports-plugin:2.7
[INFO] Generating "Project License" report    --- maven-project-info-reports-plugin:2.7
[INFO] Generating "Dependency Management" report    --- maven-project-info-reports-plugin:2.7
[INFO] Generating "Project Team" report    --- maven-project-info-reports-plugin:2.7
[INFO] Generating "Project Summary" report    --- maven-project-info-reports-plugin:2.7
[INFO] Generating "Dependencies" report    --- maven-project-info-reports-plugin:2.7
[INFO] Generating "Third Parties" report    --- license-maven-plugin:1.6
[INFO] Generating "Surefire Report" report    --- maven-surefire-report-plugin:2.16
[INFO] Generating "Source Xref" report    --- maven-jxr-plugin:2.3
[INFO] Generating "Test Source Xref" report    --- maven-jxr-plugin:2.3
[INFO] Generating "Rat Report" report    --- apache-rat-plugin:0.10
[INFO] 51 implicit excludes (use -debug for more details).
[INFO] Exclude: build/**
[INFO] Exclude: lib/**
[INFO] Exclude: test-profiles/test_resources/ssl/**
[INFO] 43 resources included (use -debug for more details)
[INFO] 
[INFO] --- maven-site-plugin:3.3:stage (default-cli) @ qpid-perftests-visualisation-jfc ---
[INFO] Using this base directory for staging: <https://builds.apache.org/job/Qpid-Java-Java-Test-IBMJDK1.7/ws/trunk/qpid/java/target/staging>
[INFO] Parent project loaded from repository: org.apache.qpid:qpid-parent:pom:1.0
file://<https://builds.apache.org/job/Qpid-Java-Java-Test-IBMJDK1.7/ws/trunk/qpid/java/target/staging/> - Session: Opened  
[INFO] Pushing <https://builds.apache.org/job/Qpid-Java-Java-Test-IBMJDK1.7/ws/trunk/qpid/java/perftests/visualisation-jfc/target/site>
[INFO]    >>> to file://<https://builds.apache.org/job/Qpid-Java-Java-Test-IBMJDK1.7/ws/trunk/qpid/java/target/staging/perftests/visualisation-jfc/perftests/qpid-perftests-visualisation-jfc>
file://<https://builds.apache.org/job/Qpid-Java-Java-Test-IBMJDK1.7/ws/trunk/qpid/java/target/staging/> - Session: Disconnecting  
file://<https://builds.apache.org/job/Qpid-Java-Java-Test-IBMJDK1.7/ws/trunk/qpid/java/target/staging/> - Session: Disconnected
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid BDB Store System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [38.415s]
[INFO] Qpid AMQP 1.0 Common .............................. SUCCESS [10.423s]
[INFO] Qpid AMQP 1.0 Client .............................. SUCCESS [3.154s]
[INFO] Qpid AMQP 1.0 Client JMS .......................... SUCCESS [4.732s]
[INFO] Qpid AMQP 1.0 Client WebSocket .................... SUCCESS [3.541s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [2.581s]
[INFO] Qpid Test Utilities ............................... SUCCESS [2.825s]
[INFO] Qpid Common ....................................... SUCCESS [28.563s]
[INFO] Qpid Management Common ............................ SUCCESS [4.268s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:09.686s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [5.634s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. SUCCESS [22.304s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [5.477s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [2.990s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SUCCESS [3.059s]
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SUCCESS [2.778s]
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [2.668s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [13.859s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [2.494s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.204s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [6.749s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [5.269s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [2.632s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [10.890s]
[INFO] Qpid BDB Message Store ............................ SUCCESS [6.893s]
[INFO] Qpid BDB Message Store JMX ........................ SUCCESS [3.737s]
[INFO] Qpid Java Broker .................................. SUCCESS [7.636s]
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [2.434s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [2.585s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [2.425s]
[INFO] Qpid JCA .......................................... SUCCESS [4.275s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [2.547s]
[INFO] Qpid Tools ........................................ SUCCESS [2.446s]
[INFO] Qpid Management Examples .......................... SUCCESS [2.182s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [3.215s]
[INFO] Qpid System Tests ................................. FAILURE [13:15.982s]
[INFO] Qpid Performance Tests ............................ SUCCESS [19.047s]
[INFO] Qpid Performance Test System Tests ................ SKIPPED
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [6.889s]
[INFO] Qpid BDB Store System Tests ....................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 18:47.950s
[INFO] Finished at: Fri Jun 27 03:01:02 UTC 2014
[INFO] Final Memory: 98M/271M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (integration-test) on project qpid-systests: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Java-Test-IBMJDK1.7/ws/trunk/qpid/java/systests/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-systests
Build step 'Invoke top-level Maven targets' 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-Test-IBMJDK1.7 #759

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