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/26 06:38:19 UTC

Build failed in Jenkins: Qpid-Python-Cpp-Test #219

See <https://builds.apache.org/job/Qpid-Python-Cpp-Test/219/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

[wprice] NO-JIRA:
    *Cleaned up JBoss7 configuration
    *Documentated cluster configuration for connection URL
    *Minor typo fixes

[aconway] NO-JIRA: Fix error in CMakeLists.txt to link ha library.

[tross] QPID-4061 - Added statistic: Number of unacknowledged messages in a session

[aconway] NO-JIRA: Fix errors in CMakeLists.txt for ha code.

[aconway] QPID-3603: HA bug fixes around transition to ready status

- Simplify QueueGuard::firstSafe calculation.
- Fix error in setting initial queues - was not checking if replicated.
- Send ready status to backups. Tests hang, deadlock in opened()->RemoteBackup on primary?
- Fix deadlock in QueueGuard.
- Don't start guards inside ConnectionObserver::opened.

------------------------------------------
[...truncated 4106 lines...]
libtool: link: g++ -Werror -pedantic -Wall -Wextra -Wno-shadow -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wvolatile-register-var -Winvalid-pch -Wno-system-headers -Woverloaded-virtual -Wno-unused-result -o .libs/declare_queues declare_queues.o  ../../../src/.libs/libqpidclient.so -lpython2.6
libtool: link: g++ -Werror -pedantic -Wall -Wextra -Wno-shadow -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wvolatile-register-var -Winvalid-pch -Wno-system-headers -Woverloaded-virtual -Wno-unused-result -o .libs/direct_producer direct_producer.o  ../../../src/.libs/libqpidclient.so -lpython2.6
make[3]: Leaving directory `/x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/cpp/examples/old_api/direct'
Making all in pub-sub
make[3]: Entering directory `/x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/cpp/examples/old_api/pub-sub'
depbase=`echo topic_listener.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++ -DHAVE_CONFIG_H -I. -I../../../src -I../../../include -I../../../include   -Werror -pedantic -Wall -Wextra -Wno-shadow -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wvolatile-register-var -Winvalid-pch -Wno-system-headers -Woverloaded-virtual -Wno-unused-result -MT topic_listener.o -MD -MP -MF $depbase.Tpo -c -o topic_listener.o topic_listener.cpp &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo topic_publisher.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++ -DHAVE_CONFIG_H -I. -I../../../src -I../../../include -I../../../include   -Werror -pedantic -Wall -Wextra -Wno-shadow -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wvolatile-register-var -Winvalid-pch -Wno-system-headers -Woverloaded-virtual -Wno-unused-result -MT topic_publisher.o -MD -MP -MF $depbase.Tpo -c -o topic_publisher.o topic_publisher.cpp &&\
	mv -f $depbase.Tpo $depbase.Po
mkdir -p .libs
/bin/bash ../../../libtool --tag=CXX   --mode=link g++ -Werror -pedantic -Wall -Wextra -Wno-shadow -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wvolatile-register-var -Winvalid-pch -Wno-system-headers -Woverloaded-virtual -Wno-unused-result   -o topic_publisher topic_publisher.o ../../../src/libqpidclient.la -lpython2.6 
/bin/bash ../../../libtool --tag=CXX   --mode=link g++ -Werror -pedantic -Wall -Wextra -Wno-shadow -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wvolatile-register-var -Winvalid-pch -Wno-system-headers -Woverloaded-virtual -Wno-unused-result   -o topic_listener topic_listener.o ../../../src/libqpidclient.la -lpython2.6 
libtool: link: g++ -Werror -pedantic -Wall -Wextra -Wno-shadow -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wvolatile-register-var -Winvalid-pch -Wno-system-headers -Woverloaded-virtual -Wno-unused-result -o .libs/topic_publisher topic_publisher.o  ../../../src/.libs/libqpidclient.so -lpython2.6
libtool: link: g++ -Werror -pedantic -Wall -Wextra -Wno-shadow -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wvolatile-register-var -Winvalid-pch -Wno-system-headers -Woverloaded-virtual -Wno-unused-result -o .libs/topic_listener topic_listener.o  ../../../src/.libs/libqpidclient.so -lpython2.6
make[3]: Leaving directory `/x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/cpp/examples/old_api/pub-sub'
Making all in fanout
make[3]: Entering directory `/x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/cpp/examples/old_api/fanout'
depbase=`echo fanout_producer.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++ -DHAVE_CONFIG_H -I. -I../../../src -I../../../include -I../../../include   -Werror -pedantic -Wall -Wextra -Wno-shadow -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wvolatile-register-var -Winvalid-pch -Wno-system-headers -Woverloaded-virtual -Wno-unused-result -MT fanout_producer.o -MD -MP -MF $depbase.Tpo -c -o fanout_producer.o fanout_producer.cpp &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo listener.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++ -DHAVE_CONFIG_H -I. -I../../../src -I../../../include -I../../../include   -Werror -pedantic -Wall -Wextra -Wno-shadow -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wvolatile-register-var -Winvalid-pch -Wno-system-headers -Woverloaded-virtual -Wno-unused-result -MT listener.o -MD -MP -MF $depbase.Tpo -c -o listener.o listener.cpp &&\
	mv -f $depbase.Tpo $depbase.Po
mkdir -p .libs
/bin/bash ../../../libtool --tag=CXX   --mode=link g++ -Werror -pedantic -Wall -Wextra -Wno-shadow -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wvolatile-register-var -Winvalid-pch -Wno-system-headers -Woverloaded-virtual -Wno-unused-result   -o listener listener.o ../../../src/libqpidclient.la -lpython2.6 
/bin/bash ../../../libtool --tag=CXX   --mode=link g++ -Werror -pedantic -Wall -Wextra -Wno-shadow -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wvolatile-register-var -Winvalid-pch -Wno-system-headers -Woverloaded-virtual -Wno-unused-result   -o fanout_producer fanout_producer.o ../../../src/libqpidclient.la -lpython2.6 
libtool: link: g++ -Werror -pedantic -Wall -Wextra -Wno-shadow -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wvolatile-register-var -Winvalid-pch -Wno-system-headers -Woverloaded-virtual -Wno-unused-result -o .libs/listener listener.o  ../../../src/.libs/libqpidclient.so -lpython2.6
libtool: link: g++ -Werror -pedantic -Wall -Wextra -Wno-shadow -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wvolatile-register-var -Winvalid-pch -Wno-system-headers -Woverloaded-virtual -Wno-unused-result -o .libs/fanout_producer fanout_producer.o  ../../../src/.libs/libqpidclient.so -lpython2.6
make[3]: Leaving directory `/x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/cpp/examples/old_api/fanout'
Making all in request-response
make[3]: Entering directory `/x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/cpp/examples/old_api/request-response'
depbase=`echo client.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++ -DHAVE_CONFIG_H -I. -I../../../src -I../../../include -I../../../include   -Werror -pedantic -Wall -Wextra -Wno-shadow -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wvolatile-register-var -Winvalid-pch -Wno-system-headers -Woverloaded-virtual -Wno-unused-result -MT client.o -MD -MP -MF $depbase.Tpo -c -o client.o client.cpp &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo server.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++ -DHAVE_CONFIG_H -I. -I../../../src -I../../../include -I../../../include   -Werror -pedantic -Wall -Wextra -Wno-shadow -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wvolatile-register-var -Winvalid-pch -Wno-system-headers -Woverloaded-virtual -Wno-unused-result -MT server.o -MD -MP -MF $depbase.Tpo -c -o server.o server.cpp &&\
	mv -f $depbase.Tpo $depbase.Po
mkdir -p .libs
/bin/bash ../../../libtool --tag=CXX   --mode=link g++ -Werror -pedantic -Wall -Wextra -Wno-shadow -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wvolatile-register-var -Winvalid-pch -Wno-system-headers -Woverloaded-virtual -Wno-unused-result   -o client client.o ../../../src/libqpidclient.la -lpython2.6 
/bin/bash ../../../libtool --tag=CXX   --mode=link g++ -Werror -pedantic -Wall -Wextra -Wno-shadow -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wvolatile-register-var -Winvalid-pch -Wno-system-headers -Woverloaded-virtual -Wno-unused-result   -o server server.o ../../../src/libqpidclient.la -lpython2.6 
libtool: link: g++ -Werror -pedantic -Wall -Wextra -Wno-shadow -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wvolatile-register-var -Winvalid-pch -Wno-system-headers -Woverloaded-virtual -Wno-unused-result -o .libs/client client.o  ../../../src/.libs/libqpidclient.so -lpython2.6
libtool: link: g++ -Werror -pedantic -Wall -Wextra -Wno-shadow -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wvolatile-register-var -Winvalid-pch -Wno-system-headers -Woverloaded-virtual -Wno-unused-result -o .libs/server server.o  ../../../src/.libs/libqpidclient.so -lpython2.6
make[3]: Leaving directory `/x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/cpp/examples/old_api/request-response'
Making all in failover
make[3]: Entering directory `/x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/cpp/examples/old_api/failover'
depbase=`echo declare_queues.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++ -DHAVE_CONFIG_H -I. -I../../../src -I../../../include -I../../../include   -Werror -pedantic -Wall -Wextra -Wno-shadow -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wvolatile-register-var -Winvalid-pch -Wno-system-headers -Woverloaded-virtual -Wno-unused-result -MT declare_queues.o -MD -MP -MF $depbase.Tpo -c -o declare_queues.o declare_queues.cpp &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo resuming_receiver.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++ -DHAVE_CONFIG_H -I. -I../../../src -I../../../include -I../../../include   -Werror -pedantic -Wall -Wextra -Wno-shadow -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wvolatile-register-var -Winvalid-pch -Wno-system-headers -Woverloaded-virtual -Wno-unused-result -MT resuming_receiver.o -MD -MP -MF $depbase.Tpo -c -o resuming_receiver.o resuming_receiver.cpp &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo replaying_sender.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++ -DHAVE_CONFIG_H -I. -I../../../src -I../../../include -I../../../include   -Werror -pedantic -Wall -Wextra -Wno-shadow -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wvolatile-register-var -Winvalid-pch -Wno-system-headers -Woverloaded-virtual -Wno-unused-result -MT replaying_sender.o -MD -MP -MF $depbase.Tpo -c -o replaying_sender.o replaying_sender.cpp &&\
	mv -f $depbase.Tpo $depbase.Po
mkdir -p .libs
/bin/bash ../../../libtool --tag=CXX   --mode=link g++ -Werror -pedantic -Wall -Wextra -Wno-shadow -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wvolatile-register-var -Winvalid-pch -Wno-system-headers -Woverloaded-virtual -Wno-unused-result   -o replaying_sender replaying_sender.o ../../../src/libqpidclient.la -lpython2.6 
/bin/bash ../../../libtool --tag=CXX   --mode=link g++ -Werror -pedantic -Wall -Wextra -Wno-shadow -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wvolatile-register-var -Winvalid-pch -Wno-system-headers -Woverloaded-virtual -Wno-unused-result   -o declare_queues declare_queues.o ../../../src/libqpidclient.la -lpython2.6 
/bin/bash ../../../libtool --tag=CXX   --mode=link g++ -Werror -pedantic -Wall -Wextra -Wno-shadow -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wvolatile-register-var -Winvalid-pch -Wno-system-headers -Woverloaded-virtual -Wno-unused-result   -o resuming_receiver resuming_receiver.o ../../../src/libqpidclient.la -lpython2.6 
libtool: link: g++ -Werror -pedantic -Wall -Wextra -Wno-shadow -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wvolatile-register-var -Winvalid-pch -Wno-system-headers -Woverloaded-virtual -Wno-unused-result -o .libs/replaying_sender replaying_sender.o  ../../../src/.libs/libqpidclient.so -lpython2.6
libtool: link: g++ -Werror -pedantic -Wall -Wextra -Wno-shadow -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wvolatile-register-var -Winvalid-pch -Wno-system-headers -Woverloaded-virtual -Wno-unused-result -o .libs/declare_queues declare_queues.o  ../../../src/.libs/libqpidclient.so -lpython2.6
libtool: link: g++ -Werror -pedantic -Wall -Wextra -Wno-shadow -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wvolatile-register-var -Winvalid-pch -Wno-system-headers -Woverloaded-virtual -Wno-unused-result -o .libs/resuming_receiver resuming_receiver.o  ../../../src/.libs/libqpidclient.so -lpython2.6
make[3]: Leaving directory `/x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/cpp/examples/old_api/failover'
Making all in tradedemo
make[3]: Entering directory `/x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/cpp/examples/old_api/tradedemo'
depbase=`echo topic_listener.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++ -DHAVE_CONFIG_H -I. -I../../../src -I../../../include -I../../../include   -Werror -pedantic -Wall -Wextra -Wno-shadow -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wvolatile-register-var -Winvalid-pch -Wno-system-headers -Woverloaded-virtual -Wno-unused-result -MT topic_listener.o -MD -MP -MF $depbase.Tpo -c -o topic_listener.o topic_listener.cpp &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo topic_publisher.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++ -DHAVE_CONFIG_H -I. -I../../../src -I../../../include -I../../../include   -Werror -pedantic -Wall -Wextra -Wno-shadow -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wvolatile-register-var -Winvalid-pch -Wno-system-headers -Woverloaded-virtual -Wno-unused-result -MT topic_publisher.o -MD -MP -MF $depbase.Tpo -c -o topic_publisher.o topic_publisher.cpp &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo declare_queues.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++ -DHAVE_CONFIG_H -I. -I../../../src -I../../../include -I../../../include   -Werror -pedantic -Wall -Wextra -Wno-shadow -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wvolatile-register-var -Winvalid-pch -Wno-system-headers -Woverloaded-virtual -Wno-unused-result -MT declare_queues.o -MD -MP -MF $depbase.Tpo -c -o declare_queues.o declare_queues.cpp &&\
	mv -f $depbase.Tpo $depbase.Po
mkdir -p .libs
/bin/bash ../../../libtool --tag=CXX   --mode=link g++ -Werror -pedantic -Wall -Wextra -Wno-shadow -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wvolatile-register-var -Winvalid-pch -Wno-system-headers -Woverloaded-virtual -Wno-unused-result   -o topic_listener topic_listener.o ../../../src/libqpidclient.la -lpython2.6 
/bin/bash ../../../libtool --tag=CXX   --mode=link g++ -Werror -pedantic -Wall -Wextra -Wno-shadow -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wvolatile-register-var -Winvalid-pch -Wno-system-headers -Woverloaded-virtual -Wno-unused-result   -o declare_queues declare_queues.o ../../../src/libqpidclient.la -lpython2.6 
/bin/bash ../../../libtool --tag=CXX   --mode=link g++ -Werror -pedantic -Wall -Wextra -Wno-shadow -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wvolatile-register-var -Winvalid-pch -Wno-system-headers -Woverloaded-virtual -Wno-unused-result   -o topic_publisher topic_publisher.o ../../../src/libqpidclient.la -lpython2.6 
libtool: link: g++ -Werror -pedantic -Wall -Wextra -Wno-shadow -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wvolatile-register-var -Winvalid-pch -Wno-system-headers -Woverloaded-virtual -Wno-unused-result -o .libs/topic_listener topic_listener.o  ../../../src/.libs/libqpidclient.so -lpython2.6
libtool: link: g++ -Werror -pedantic -Wall -Wextra -Wno-shadow -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wvolatile-register-var -Winvalid-pch -Wno-system-headers -Woverloaded-virtual -Wno-unused-result -o .libs/declare_queues declare_queues.o  ../../../src/.libs/libqpidclient.so -lpython2.6
libtool: link: g++ -Werror -pedantic -Wall -Wextra -Wno-shadow -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wvolatile-register-var -Winvalid-pch -Wno-system-headers -Woverloaded-virtual -Wno-unused-result -o .libs/topic_publisher topic_publisher.o  ../../../src/.libs/libqpidclient.so -lpython2.6
make[3]: Leaving directory `/x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/cpp/examples/old_api/tradedemo'
make[3]: Entering directory `/x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/cpp/examples/old_api'
mkdir -p .libs
make[3]: Leaving directory `/x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/cpp/examples/old_api'
make[2]: Leaving directory `/x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/cpp/examples/old_api'
make[2]: Entering directory `/x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/cpp/examples'
mkdir -p .libs
make[2]: Leaving directory `/x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/cpp/examples'
make[1]: Leaving directory `/x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/cpp/examples'
Making all in bindings/qmf
make[1]: Entering directory `/x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/cpp/bindings/qmf'
make[2]: Entering directory `/x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/cpp/bindings/qmf'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/cpp/bindings/qmf'
make[1]: Leaving directory `/x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/cpp/bindings/qmf'
Making all in bindings/qpid
make[1]: Entering directory `/x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/cpp/bindings/qpid'
make  all-recursive
make[2]: Entering directory `/x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/cpp/bindings/qpid'
Making all in dotnet
make[3]: Entering directory `/x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/cpp/bindings/qpid/dotnet'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/cpp/bindings/qpid/dotnet'
make[3]: Entering directory `/x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/cpp/bindings/qpid'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/cpp/bindings/qpid'
make[2]: Leaving directory `/x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/cpp/bindings/qpid'
make[1]: Leaving directory `/x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/cpp/bindings/qpid'
Making all in bindings/qmf2
make[1]: Entering directory `/x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/cpp/bindings/qmf2'
make[2]: Entering directory `/x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/cpp/bindings/qmf2'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/cpp/bindings/qmf2'
make[1]: Leaving directory `/x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/cpp/bindings/qmf2'
make[1]: Entering directory `/x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/cpp'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/cpp'
[Qpid-Python-Cpp-Test] $ /bin/bash -xe /tmp/hudson7451201651756022731.sh
+ cd trunk/qpid/python
+ ulimit -n 1024
+ ant -v -file qpid-python-test-ant.xml -Dqpid.executable=../cpp/src/qpidd '-Dpython.test.modules=-mqpid_tests.broker_0_10 -m qmf.console -v DEBUG' -Dqpid.port=35672 '-Dqpid.executable.args=--log-to-file build/results/qpidd.log -p 35672' test
Apache Ant version 1.7.1 compiled on September 8 2010
Buildfile: qpid-python-test-ant.xml
Detected Java version: 1.6 in: /x1/jenkins/tools/java/jdk1.6.0_32-32/jre
Detected OS: Linux
parsing buildfile /x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/python/qpid-python-test-ant.xml with URI = file:/x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/python/qpid-python-test-ant.xml
Project base dir set to: /x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/python
[antlib:org.apache.tools.ant] Could not load definitions from resource org/apache/tools/ant/antlib.xml. It could not be found.
Override ignored for property "qpid.port"
Override ignored for property "qpid.executable"
Override ignored for property "qpid.executable.args"
Override ignored for property "python.test.modules"
 [macrodef] creating macro  get-pid
 [macrodef] creating macro  kill-pid
 [macrodef] creating macro  await-port-free
 [macrodef] creating macro  await-port-bound
Build sequence for target(s) `test' is [clean, init, ensure-port-free, start-broker, run-tests, stop-broker, kill-broker, report, test]
Complete build sequence is [clean, init, ensure-port-free, start-broker, run-tests, stop-broker, kill-broker, report, test, ]

clean:
   [delete] Deleting directory /x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/python/build/results
   [delete] Deleting /x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/python/build/results/results.err
   [delete] Deleting /x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/python/build/results/results.out
   [delete] Deleting /x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/python/build/results/qpidd.log
   [delete] Deleting /x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/python/build/results/TEST-python.xml
   [delete] Deleting directory /x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/python/build/results
   [delete] Deleting directory /x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/python/build/work
   [delete] Deleting directory /x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/python/build/work

init:
    [mkdir] Created dir: /x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/python/build/results
    [mkdir] Created dir: /x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/python/build/work

ensure-port-free:
Checking for listener at localhost:35672
waitfor: condition was met

start-broker:
     [echo] Starting Qpid with ../cpp/src/qpidd --log-to-file build/results/qpidd.log -p 35672
     [exec] Current OS is Linux
     [exec] Setting environment variable: QPID_WORK=/x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/python/build/work
     [exec] Executing '../cpp/src/qpidd' with arguments:
     [exec] '--log-to-file'
     [exec] 'build/results/qpidd.log'
     [exec] '-p'
     [exec] '35672'
     [exec] 
     [exec] The ' characters around the executable and arguments are
     [exec] not part of the command.
spawned process java.lang.UNIXProcess@1cac6db
Checking for listener at localhost:35672
Checking for listener at localhost:35672
waitfor: condition was met

run-tests:
     [echo] Running test-suite
     [exec] Current OS is Linux
     [exec] Output redirected to /x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/python/build/results/results.out
     [exec] Error redirected to /x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/python/build/results/results.err
     [exec] Setting environment variable: PYTHONPATH=/x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/python/../tests/src/py:/x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/python/../extras/qmf/src/py:/x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/python/../tools/src/py
     [exec] Executing '/x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/python/qpid-python-test' with arguments:
     [exec] '-b'
     [exec] 'amqp://guest/guest@localhost:35672'
     [exec] '-x'
     [exec] '/x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/python/build/results/TEST-python.xml'
     [exec] '-mqpid_tests.broker_0_10'
     [exec] '-m'
     [exec] 'qmf.console'
     [exec] '-v'
     [exec] 'DEBUG'
     [exec] 
     [exec] The ' characters around the executable and arguments are
     [exec] not part of the command.
     [exec] Result: 1

stop-broker:
     [exec] Current OS is Linux
     [exec] Output redirected to property: pid
     [exec] Executing 'lsof' with arguments:
     [exec] '-t'
     [exec] '-i'
     [exec] ':35672'
     [exec] 
     [exec] The ' characters around the executable and arguments are
     [exec] not part of the command.
     [echo] Stopping Qpid 25119
     [exec] Current OS is Linux
     [exec] Executing 'kill' with arguments:
     [exec] '-15'
     [exec] '25119'
     [exec] 
     [exec] The ' characters around the executable and arguments are
     [exec] not part of the command.
Checking for listener at localhost:35672
Checking for listener at localhost:35672
waitfor: condition was met

kill-broker:
Skipped because property 'stop.timeout' not set.

report:

BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/python/qpid-python-test-ant.xml:113: Test(s) failed
	at org.apache.tools.ant.taskdefs.Exit.execute(Exit.java:142)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337)
	at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
	at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1189)
	at org.apache.tools.ant.Main.runBuild(Main.java:758)
	at org.apache.tools.ant.Main.startAnt(Main.java:217)
	at org.apache.tools.ant.launch.Launcher.run(Launcher.java:257)
	at org.apache.tools.ant.launch.Launcher.main(Launcher.java:104)

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

Jenkins build is back to normal : Qpid-Python-Cpp-Test #221

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


Build failed in Jenkins: Qpid-Python-Cpp-Test #220

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

------------------------------------------
[...truncated 4080 lines...]
/bin/bash ../../../libtool --tag=CXX   --mode=link g++ -Werror -pedantic -Wall -Wextra -Wno-shadow -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wvolatile-register-var -Winvalid-pch -Wno-system-headers -Woverloaded-virtual -Wno-unused-result   -o direct_producer direct_producer.o ../../../src/libqpidclient.la -lpython2.6 
libtool: link: g++ -Werror -pedantic -Wall -Wextra -Wno-shadow -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wvolatile-register-var -Winvalid-pch -Wno-system-headers -Woverloaded-virtual -Wno-unused-result -o .libs/direct_producer direct_producer.o  ../../../src/.libs/libqpidclient.so -lpython2.6
make[3]: Leaving directory `/x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/cpp/examples/old_api/direct'
Making all in pub-sub
make[3]: Entering directory `/x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/cpp/examples/old_api/pub-sub'
depbase=`echo topic_listener.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++ -DHAVE_CONFIG_H -I. -I../../../src -I../../../include -I../../../include   -Werror -pedantic -Wall -Wextra -Wno-shadow -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wvolatile-register-var -Winvalid-pch -Wno-system-headers -Woverloaded-virtual -Wno-unused-result -MT topic_listener.o -MD -MP -MF $depbase.Tpo -c -o topic_listener.o topic_listener.cpp &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo topic_publisher.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++ -DHAVE_CONFIG_H -I. -I../../../src -I../../../include -I../../../include   -Werror -pedantic -Wall -Wextra -Wno-shadow -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wvolatile-register-var -Winvalid-pch -Wno-system-headers -Woverloaded-virtual -Wno-unused-result -MT topic_publisher.o -MD -MP -MF $depbase.Tpo -c -o topic_publisher.o topic_publisher.cpp &&\
	mv -f $depbase.Tpo $depbase.Po
mkdir -p .libs
/bin/bash ../../../libtool --tag=CXX   --mode=link g++ -Werror -pedantic -Wall -Wextra -Wno-shadow -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wvolatile-register-var -Winvalid-pch -Wno-system-headers -Woverloaded-virtual -Wno-unused-result   -o topic_publisher topic_publisher.o ../../../src/libqpidclient.la -lpython2.6 
/bin/bash ../../../libtool --tag=CXX   --mode=link g++ -Werror -pedantic -Wall -Wextra -Wno-shadow -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wvolatile-register-var -Winvalid-pch -Wno-system-headers -Woverloaded-virtual -Wno-unused-result   -o topic_listener topic_listener.o ../../../src/libqpidclient.la -lpython2.6 
libtool: link: g++ -Werror -pedantic -Wall -Wextra -Wno-shadow -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wvolatile-register-var -Winvalid-pch -Wno-system-headers -Woverloaded-virtual -Wno-unused-result -o .libs/topic_publisher topic_publisher.o  ../../../src/.libs/libqpidclient.so -lpython2.6
libtool: link: g++ -Werror -pedantic -Wall -Wextra -Wno-shadow -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wvolatile-register-var -Winvalid-pch -Wno-system-headers -Woverloaded-virtual -Wno-unused-result -o .libs/topic_listener topic_listener.o  ../../../src/.libs/libqpidclient.so -lpython2.6
make[3]: Leaving directory `/x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/cpp/examples/old_api/pub-sub'
Making all in fanout
make[3]: Entering directory `/x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/cpp/examples/old_api/fanout'
depbase=`echo fanout_producer.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++ -DHAVE_CONFIG_H -I. -I../../../src -I../../../include -I../../../include   -Werror -pedantic -Wall -Wextra -Wno-shadow -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wvolatile-register-var -Winvalid-pch -Wno-system-headers -Woverloaded-virtual -Wno-unused-result -MT fanout_producer.o -MD -MP -MF $depbase.Tpo -c -o fanout_producer.o fanout_producer.cpp &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo listener.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++ -DHAVE_CONFIG_H -I. -I../../../src -I../../../include -I../../../include   -Werror -pedantic -Wall -Wextra -Wno-shadow -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wvolatile-register-var -Winvalid-pch -Wno-system-headers -Woverloaded-virtual -Wno-unused-result -MT listener.o -MD -MP -MF $depbase.Tpo -c -o listener.o listener.cpp &&\
	mv -f $depbase.Tpo $depbase.Po
mkdir -p .libs
/bin/bash ../../../libtool --tag=CXX   --mode=link g++ -Werror -pedantic -Wall -Wextra -Wno-shadow -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wvolatile-register-var -Winvalid-pch -Wno-system-headers -Woverloaded-virtual -Wno-unused-result   -o fanout_producer fanout_producer.o ../../../src/libqpidclient.la -lpython2.6 
/bin/bash ../../../libtool --tag=CXX   --mode=link g++ -Werror -pedantic -Wall -Wextra -Wno-shadow -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wvolatile-register-var -Winvalid-pch -Wno-system-headers -Woverloaded-virtual -Wno-unused-result   -o listener listener.o ../../../src/libqpidclient.la -lpython2.6 
libtool: link: g++ -Werror -pedantic -Wall -Wextra -Wno-shadow -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wvolatile-register-var -Winvalid-pch -Wno-system-headers -Woverloaded-virtual -Wno-unused-result -o .libs/fanout_producer fanout_producer.o  ../../../src/.libs/libqpidclient.so -lpython2.6
libtool: link: g++ -Werror -pedantic -Wall -Wextra -Wno-shadow -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wvolatile-register-var -Winvalid-pch -Wno-system-headers -Woverloaded-virtual -Wno-unused-result -o .libs/listener listener.o  ../../../src/.libs/libqpidclient.so -lpython2.6
make[3]: Leaving directory `/x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/cpp/examples/old_api/fanout'
Making all in request-response
make[3]: Entering directory `/x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/cpp/examples/old_api/request-response'
depbase=`echo client.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++ -DHAVE_CONFIG_H -I. -I../../../src -I../../../include -I../../../include   -Werror -pedantic -Wall -Wextra -Wno-shadow -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wvolatile-register-var -Winvalid-pch -Wno-system-headers -Woverloaded-virtual -Wno-unused-result -MT client.o -MD -MP -MF $depbase.Tpo -c -o client.o client.cpp &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo server.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++ -DHAVE_CONFIG_H -I. -I../../../src -I../../../include -I../../../include   -Werror -pedantic -Wall -Wextra -Wno-shadow -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wvolatile-register-var -Winvalid-pch -Wno-system-headers -Woverloaded-virtual -Wno-unused-result -MT server.o -MD -MP -MF $depbase.Tpo -c -o server.o server.cpp &&\
	mv -f $depbase.Tpo $depbase.Po
mkdir -p .libs
/bin/bash ../../../libtool --tag=CXX   --mode=link g++ -Werror -pedantic -Wall -Wextra -Wno-shadow -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wvolatile-register-var -Winvalid-pch -Wno-system-headers -Woverloaded-virtual -Wno-unused-result   -o client client.o ../../../src/libqpidclient.la -lpython2.6 
/bin/bash ../../../libtool --tag=CXX   --mode=link g++ -Werror -pedantic -Wall -Wextra -Wno-shadow -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wvolatile-register-var -Winvalid-pch -Wno-system-headers -Woverloaded-virtual -Wno-unused-result   -o server server.o ../../../src/libqpidclient.la -lpython2.6 
libtool: link: g++ -Werror -pedantic -Wall -Wextra -Wno-shadow -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wvolatile-register-var -Winvalid-pch -Wno-system-headers -Woverloaded-virtual -Wno-unused-result -o .libs/client client.o  ../../../src/.libs/libqpidclient.so -lpython2.6
libtool: link: g++ -Werror -pedantic -Wall -Wextra -Wno-shadow -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wvolatile-register-var -Winvalid-pch -Wno-system-headers -Woverloaded-virtual -Wno-unused-result -o .libs/server server.o  ../../../src/.libs/libqpidclient.so -lpython2.6
make[3]: Leaving directory `/x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/cpp/examples/old_api/request-response'
Making all in failover
make[3]: Entering directory `/x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/cpp/examples/old_api/failover'
depbase=`echo declare_queues.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++ -DHAVE_CONFIG_H -I. -I../../../src -I../../../include -I../../../include   -Werror -pedantic -Wall -Wextra -Wno-shadow -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wvolatile-register-var -Winvalid-pch -Wno-system-headers -Woverloaded-virtual -Wno-unused-result -MT declare_queues.o -MD -MP -MF $depbase.Tpo -c -o declare_queues.o declare_queues.cpp &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo resuming_receiver.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++ -DHAVE_CONFIG_H -I. -I../../../src -I../../../include -I../../../include   -Werror -pedantic -Wall -Wextra -Wno-shadow -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wvolatile-register-var -Winvalid-pch -Wno-system-headers -Woverloaded-virtual -Wno-unused-result -MT resuming_receiver.o -MD -MP -MF $depbase.Tpo -c -o resuming_receiver.o resuming_receiver.cpp &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo replaying_sender.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++ -DHAVE_CONFIG_H -I. -I../../../src -I../../../include -I../../../include   -Werror -pedantic -Wall -Wextra -Wno-shadow -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wvolatile-register-var -Winvalid-pch -Wno-system-headers -Woverloaded-virtual -Wno-unused-result -MT replaying_sender.o -MD -MP -MF $depbase.Tpo -c -o replaying_sender.o replaying_sender.cpp &&\
	mv -f $depbase.Tpo $depbase.Po
mkdir -p .libs
/bin/bash ../../../libtool --tag=CXX   --mode=link g++ -Werror -pedantic -Wall -Wextra -Wno-shadow -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wvolatile-register-var -Winvalid-pch -Wno-system-headers -Woverloaded-virtual -Wno-unused-result   -o replaying_sender replaying_sender.o ../../../src/libqpidclient.la -lpython2.6 
/bin/bash ../../../libtool --tag=CXX   --mode=link g++ -Werror -pedantic -Wall -Wextra -Wno-shadow -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wvolatile-register-var -Winvalid-pch -Wno-system-headers -Woverloaded-virtual -Wno-unused-result   -o declare_queues declare_queues.o ../../../src/libqpidclient.la -lpython2.6 
/bin/bash ../../../libtool --tag=CXX   --mode=link g++ -Werror -pedantic -Wall -Wextra -Wno-shadow -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wvolatile-register-var -Winvalid-pch -Wno-system-headers -Woverloaded-virtual -Wno-unused-result   -o resuming_receiver resuming_receiver.o ../../../src/libqpidclient.la -lpython2.6 
libtool: link: g++ -Werror -pedantic -Wall -Wextra -Wno-shadow -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wvolatile-register-var -Winvalid-pch -Wno-system-headers -Woverloaded-virtual -Wno-unused-result -o .libs/replaying_sender replaying_sender.o  ../../../src/.libs/libqpidclient.so -lpython2.6
libtool: link: g++ -Werror -pedantic -Wall -Wextra -Wno-shadow -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wvolatile-register-var -Winvalid-pch -Wno-system-headers -Woverloaded-virtual -Wno-unused-result -o .libs/declare_queues declare_queues.o  ../../../src/.libs/libqpidclient.so -lpython2.6
libtool: link: g++ -Werror -pedantic -Wall -Wextra -Wno-shadow -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wvolatile-register-var -Winvalid-pch -Wno-system-headers -Woverloaded-virtual -Wno-unused-result -o .libs/resuming_receiver resuming_receiver.o  ../../../src/.libs/libqpidclient.so -lpython2.6
make[3]: Leaving directory `/x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/cpp/examples/old_api/failover'
Making all in tradedemo
make[3]: Entering directory `/x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/cpp/examples/old_api/tradedemo'
depbase=`echo topic_listener.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++ -DHAVE_CONFIG_H -I. -I../../../src -I../../../include -I../../../include   -Werror -pedantic -Wall -Wextra -Wno-shadow -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wvolatile-register-var -Winvalid-pch -Wno-system-headers -Woverloaded-virtual -Wno-unused-result -MT topic_listener.o -MD -MP -MF $depbase.Tpo -c -o topic_listener.o topic_listener.cpp &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo topic_publisher.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++ -DHAVE_CONFIG_H -I. -I../../../src -I../../../include -I../../../include   -Werror -pedantic -Wall -Wextra -Wno-shadow -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wvolatile-register-var -Winvalid-pch -Wno-system-headers -Woverloaded-virtual -Wno-unused-result -MT topic_publisher.o -MD -MP -MF $depbase.Tpo -c -o topic_publisher.o topic_publisher.cpp &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo declare_queues.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	g++ -DHAVE_CONFIG_H -I. -I../../../src -I../../../include -I../../../include   -Werror -pedantic -Wall -Wextra -Wno-shadow -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wvolatile-register-var -Winvalid-pch -Wno-system-headers -Woverloaded-virtual -Wno-unused-result -MT declare_queues.o -MD -MP -MF $depbase.Tpo -c -o declare_queues.o declare_queues.cpp &&\
	mv -f $depbase.Tpo $depbase.Po
mkdir -p .libs
/bin/bash ../../../libtool --tag=CXX   --mode=link g++ -Werror -pedantic -Wall -Wextra -Wno-shadow -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wvolatile-register-var -Winvalid-pch -Wno-system-headers -Woverloaded-virtual -Wno-unused-result   -o topic_publisher topic_publisher.o ../../../src/libqpidclient.la -lpython2.6 
/bin/bash ../../../libtool --tag=CXX   --mode=link g++ -Werror -pedantic -Wall -Wextra -Wno-shadow -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wvolatile-register-var -Winvalid-pch -Wno-system-headers -Woverloaded-virtual -Wno-unused-result   -o declare_queues declare_queues.o ../../../src/libqpidclient.la -lpython2.6 
/bin/bash ../../../libtool --tag=CXX   --mode=link g++ -Werror -pedantic -Wall -Wextra -Wno-shadow -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wvolatile-register-var -Winvalid-pch -Wno-system-headers -Woverloaded-virtual -Wno-unused-result   -o topic_listener topic_listener.o ../../../src/libqpidclient.la -lpython2.6 
libtool: link: g++ -Werror -pedantic -Wall -Wextra -Wno-shadow -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wvolatile-register-var -Winvalid-pch -Wno-system-headers -Woverloaded-virtual -Wno-unused-result -o .libs/topic_listener topic_listener.o  ../../../src/.libs/libqpidclient.so -lpython2.6
libtool: link: g++ -Werror -pedantic -Wall -Wextra -Wno-shadow -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wvolatile-register-var -Winvalid-pch -Wno-system-headers -Woverloaded-virtual -Wno-unused-result -o .libs/declare_queues declare_queues.o  ../../../src/.libs/libqpidclient.so -lpython2.6
libtool: link: g++ -Werror -pedantic -Wall -Wextra -Wno-shadow -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wvolatile-register-var -Winvalid-pch -Wno-system-headers -Woverloaded-virtual -Wno-unused-result -o .libs/topic_publisher topic_publisher.o  ../../../src/.libs/libqpidclient.so -lpython2.6
make[3]: Leaving directory `/x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/cpp/examples/old_api/tradedemo'
make[3]: Entering directory `/x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/cpp/examples/old_api'
mkdir -p .libs
make[3]: Leaving directory `/x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/cpp/examples/old_api'
make[2]: Leaving directory `/x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/cpp/examples/old_api'
make[2]: Entering directory `/x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/cpp/examples'
mkdir -p .libs
make[2]: Leaving directory `/x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/cpp/examples'
make[1]: Leaving directory `/x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/cpp/examples'
Making all in bindings/qmf
make[1]: Entering directory `/x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/cpp/bindings/qmf'
make[2]: Entering directory `/x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/cpp/bindings/qmf'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/cpp/bindings/qmf'
make[1]: Leaving directory `/x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/cpp/bindings/qmf'
Making all in bindings/qpid
make[1]: Entering directory `/x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/cpp/bindings/qpid'
make  all-recursive
make[2]: Entering directory `/x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/cpp/bindings/qpid'
Making all in dotnet
make[3]: Entering directory `/x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/cpp/bindings/qpid/dotnet'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/cpp/bindings/qpid/dotnet'
make[3]: Entering directory `/x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/cpp/bindings/qpid'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/cpp/bindings/qpid'
make[2]: Leaving directory `/x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/cpp/bindings/qpid'
make[1]: Leaving directory `/x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/cpp/bindings/qpid'
Making all in bindings/qmf2
make[1]: Entering directory `/x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/cpp/bindings/qmf2'
make[2]: Entering directory `/x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/cpp/bindings/qmf2'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/cpp/bindings/qmf2'
make[1]: Leaving directory `/x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/cpp/bindings/qmf2'
make[1]: Entering directory `/x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/cpp'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/cpp'
[Qpid-Python-Cpp-Test] $ /bin/bash -xe /tmp/hudson7741057540606383448.sh
+ cd trunk/qpid/python
+ ulimit -n 1024
+ ant -v -file qpid-python-test-ant.xml -Dqpid.executable=../cpp/src/qpidd '-Dpython.test.modules=-mqpid_tests.broker_0_10 -m qmf.console -v DEBUG' -Dqpid.port=35672 '-Dqpid.executable.args=--log-to-file build/results/qpidd.log -p 35672' test
Apache Ant version 1.7.1 compiled on September 8 2010
Buildfile: qpid-python-test-ant.xml
Detected Java version: 1.6 in: /x1/jenkins/tools/java/jdk1.6.0_32-32/jre
Detected OS: Linux
parsing buildfile /x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/python/qpid-python-test-ant.xml with URI = file:/x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/python/qpid-python-test-ant.xml
Project base dir set to: /x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/python
[antlib:org.apache.tools.ant] Could not load definitions from resource org/apache/tools/ant/antlib.xml. It could not be found.
Override ignored for property "qpid.port"
Override ignored for property "qpid.executable"
Override ignored for property "qpid.executable.args"
Override ignored for property "python.test.modules"
 [macrodef] creating macro  get-pid
 [macrodef] creating macro  kill-pid
 [macrodef] creating macro  await-port-free
 [macrodef] creating macro  await-port-bound
Build sequence for target(s) `test' is [clean, init, ensure-port-free, start-broker, run-tests, stop-broker, kill-broker, report, test]
Complete build sequence is [clean, init, ensure-port-free, start-broker, run-tests, stop-broker, kill-broker, report, test, ]

clean:
   [delete] Deleting directory /x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/python/build/results
   [delete] Deleting /x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/python/build/results/results.err
   [delete] Deleting /x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/python/build/results/results.out
   [delete] Deleting /x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/python/build/results/qpidd.log
   [delete] Deleting /x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/python/build/results/TEST-python.xml
   [delete] Deleting directory /x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/python/build/results
   [delete] Deleting directory /x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/python/build/work
   [delete] Deleting directory /x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/python/build/work

init:
    [mkdir] Created dir: /x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/python/build/results
    [mkdir] Created dir: /x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/python/build/work

ensure-port-free:
Checking for listener at localhost:35672
waitfor: condition was met

start-broker:
     [echo] Starting Qpid with ../cpp/src/qpidd --log-to-file build/results/qpidd.log -p 35672
     [exec] Current OS is Linux
     [exec] Setting environment variable: QPID_WORK=/x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/python/build/work
     [exec] Executing '../cpp/src/qpidd' with arguments:
     [exec] '--log-to-file'
     [exec] 'build/results/qpidd.log'
     [exec] '-p'
     [exec] '35672'
     [exec] 
     [exec] The ' characters around the executable and arguments are
     [exec] not part of the command.
spawned process java.lang.UNIXProcess@1cac6db
Checking for listener at localhost:35672
Checking for listener at localhost:35672
waitfor: condition was met

run-tests:
     [echo] Running test-suite
     [exec] Current OS is Linux
     [exec] Output redirected to /x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/python/build/results/results.out
     [exec] Error redirected to /x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/python/build/results/results.err
     [exec] Setting environment variable: PYTHONPATH=/x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/python/../tests/src/py:/x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/python/../extras/qmf/src/py:/x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/python/../tools/src/py
     [exec] Executing '/x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/python/qpid-python-test' with arguments:
     [exec] '-b'
     [exec] 'amqp://guest/guest@localhost:35672'
     [exec] '-x'
     [exec] '/x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/python/build/results/TEST-python.xml'
     [exec] '-mqpid_tests.broker_0_10'
     [exec] '-m'
     [exec] 'qmf.console'
     [exec] '-v'
     [exec] 'DEBUG'
     [exec] 
     [exec] The ' characters around the executable and arguments are
     [exec] not part of the command.
     [exec] Result: 1

stop-broker:
     [exec] Current OS is Linux
     [exec] Output redirected to property: pid
     [exec] Executing 'lsof' with arguments:
     [exec] '-t'
     [exec] '-i'
     [exec] ':35672'
     [exec] 
     [exec] The ' characters around the executable and arguments are
     [exec] not part of the command.
     [echo] Stopping Qpid 19636
     [exec] Current OS is Linux
     [exec] Executing 'kill' with arguments:
     [exec] '-15'
     [exec] '19636'
     [exec] 
     [exec] The ' characters around the executable and arguments are
     [exec] not part of the command.
Checking for listener at localhost:35672
Checking for listener at localhost:35672
waitfor: condition was met

kill-broker:
Skipped because property 'stop.timeout' not set.

report:

BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Qpid-Python-Cpp-Test/trunk/qpid/python/qpid-python-test-ant.xml:113: Test(s) failed
	at org.apache.tools.ant.taskdefs.Exit.execute(Exit.java:142)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337)
	at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
	at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1189)
	at org.apache.tools.ant.Main.runBuild(Main.java:758)
	at org.apache.tools.ant.Main.startAnt(Main.java:217)
	at org.apache.tools.ant.launch.Launcher.run(Launcher.java:257)
	at org.apache.tools.ant.launch.Launcher.main(Launcher.java:104)

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