See <https://builds.apache.org/job/Qpid-Java-Cpp-Test/1064/changes>
Changes: [aconway] QPID-4410: Fix qpid-config argument parsing, broken by recent commit r1404836 Only the new --broker-addr option was working, the --broker option was being ignored. [aconway] Bug 874118 - HA Deadlock in backup broker after disconnecting from primary. The backup broker was running ExchangeRegistry::for_each to clean up connections, but this holds the ExchangeRegistry lock and hence the deadlock. Now we copy a list of exchanges with for_each and work on it without the lock. The issue showed up for 0 timeouts only because the queue schedules non-0 timeouts to a separate timer thread. [aconway] QPID-4430: HA QMF queue events do not propagate to backups under load (Jason Dillaman) In a stress tests QMF events were not being propagated to backups. Discovered that the inter-broker link had hundreds of thousands of enqueued OutputTasks -- representing only a few unique consumers. There should only be only a single output task for a given consumer. This appears to have stalled the delivery of QMF messages to the backup broker [jross] Reverting change 1404836, which was causing test failures [kwall] QPID-4422: removed tabs from the new test Applied patch from Philip Harvey <[email protected]> [chug] QPID-3067 moved old examples - repair winsdk script not to reference directories deleted by r1075883 [chug] QPID-4423 C++ Broker federated bridge creation should not declare named queues. Named queues are assumed to exist and should not be declared during bridge creation. [chug] QPID-4427 C++ Messaging Client .NET Binding failed to wrap receiver.close(). Also add exception handler to closing section of map callback receiver example. [chug] QPID-4426 Add exception callback to sessionreceiver callback server. This patch fixes the server and the csharp.map.callback.receiver.cs client example. [kwall] QPID-4422: Python Client (0-8..0-9) now allows "instance" client property to be passed in order to allow re-subscribing to durable subscriptions. Centralised the creation of client properties such that this is only done in one place across all protocols. Also increased Python Client (0-8..0-9)'s diagnostic logging. [astitcher] NO-JIRA: Remove unnecessary gcc conditionals [astitcher] NO-JIRA: Don't export non API symbols from libqpidmessaging when using gcc [tross] Added signing key [mcpierce] QPID-4417: Add minimum Swig version check to autotools and Cmake Any version of Swig < 1.3.32 results in errors in the Perl language bindings. This change forces both build systems to require at least version 1.3.32 of Swig in order to build those language bindings. [cliffjansen] QPID-4400: missing WriteEndElement in binary content writer [chug] QPID-4421 Issue with reusing link channel Id number too soon. Cycle through the entire pool of (32K) channel Id numbers to defer problem of references which are held for a little too long. This problem was exposed by QPID-4392 where a channel number wrap problem was repaired. [astitcher] NO-JIRA: Stop linking libpython with everything when doing autoconf builds for versions of python that do not have a pkg-config file. [robbie] QPID-4420: add documentation for SSL and the Anonymous + External AuthenticationManagers along with some general cleanup and expanded testing [robbie] QPID-4419: ensure the broker kills the 0-10 connection immediately for explicit reason that no sasl mech was chosen, instead of sending an incorrect ConnectionTune and then killing the connection as side effect of a subsequent NPE. [robbie] QPID-4289, QPID-4344: restore catching of TransportExceptions when trying to close the sender in CCMH. Add TransportException to the 'connection problem' types, and catch any exceptions when trying to close the network connection as a result. Patch from Philip Harvey <[email protected]> plus some additional modifications of my own. [chug] QPID-4403 review 7810 Too many 'task late and overran' messages Demote TimerWarning messages to debug level. Print them only once per minute. To enable only these messages when broker is otherwise at INFO log level: --log-enable debug+:Timer [shuston] Pick up LICENSE and NOTICE from correct place. Fixes QPID-4414. [chug] NO-JIRA Repair r1405147 for correctness. [chug] NO-JIRA repair r1404665 under windows [shuston] Put pkgconfig files in right place. Fixes QPID-4413. [rgodfrey] QPID-4411 : QPID JMS QueueBrowser should defer getting messages until getEnumeration() is called. [rgodfrey] QPID-4412 : ReceivingLinkEndpoint.isDrained [mcpierce] Revert "NO-JIRA: Bumped all soversions to match the official Fedora release." This reverts commit 750b661d428e76ab7b4a006beb799a03e2e9cbb5. [rgodfrey] QPID-4409 : [AMQP 1.0 JMS] QueueConnection createDurableConnectionConsumer() should throw IllegalStateException [jross] QPID-4410: Restore compatibility with pre-0.18 qpid-config command line options; this is a patch from Ernie Allen [aconway] NO-JIRA: Rename generated event PACKAGE_NAME, clashes with #defines. PACKAGE_NAME is a common name for #define macros in legacy code. Replaced public PACKAGE_NAME, EVENT_NAME with private camelCase members and added static getFullName() [aconway] QPID-4394: HA QMF events out of order QMF create/delete events for auto-delete queues can be generated out-of-order because they are not regulated by any lock. This creates problems for HA replication. This commit does 2 things: 1. Dispatch QMF events via a pollable queue. Events are encoded in the thread calling raiseEvent then put on a PollableQueue to be dispatched in a separate thread. This allows us to move the raiseEvent calls inside registry locks to ensure they are ordered. 2. Move queue create and delete raiseEvent calls inside the queue registry lock so they are executed in order. [rajith] QPID-4408 Applying patch from Dejan Bosanac. ------------------------------------------ [...truncated 9844 lines...] copying qpid/connection08.py -> build/lib.linux-x86_64-2.7/qpid copying qpid/spec08.py -> build/lib.linux-x86_64-2.7/qpid copying qpid/connection.py -> build/lib.linux-x86_64-2.7/qpid copying qpid/delegates.py -> build/lib.linux-x86_64-2.7/qpid copying qpid/util.py -> build/lib.linux-x86_64-2.7/qpid copying qpid/datatypes.py -> build/lib.linux-x86_64-2.7/qpid copying qpid/client.py -> build/lib.linux-x86_64-2.7/qpid copying qpid/generator.py -> build/lib.linux-x86_64-2.7/qpid copying qpid/compat.py -> build/lib.linux-x86_64-2.7/qpid copying qpid/disp.py -> build/lib.linux-x86_64-2.7/qpid copying qpid/lexer.py -> build/lib.linux-x86_64-2.7/qpid copying qpid/concurrency.py -> build/lib.linux-x86_64-2.7/qpid copying qpid/codec010.py -> build/lib.linux-x86_64-2.7/qpid copying qpid/codec.py -> build/lib.linux-x86_64-2.7/qpid copying qpid/debug.py -> build/lib.linux-x86_64-2.7/qpid copying qpid/message.py -> build/lib.linux-x86_64-2.7/qpid copying qpid/management.py -> build/lib.linux-x86_64-2.7/qpid copying qpid/peer.py -> build/lib.linux-x86_64-2.7/qpid copying qpid/queue.py -> build/lib.linux-x86_64-2.7/qpid copying qpid/delegate.py -> build/lib.linux-x86_64-2.7/qpid copying qpid/__init__.py -> build/lib.linux-x86_64-2.7/qpid copying qpid/content.py -> build/lib.linux-x86_64-2.7/qpid copying qpid/packer.py -> build/lib.linux-x86_64-2.7/qpid copying qpid/sasl.py -> build/lib.linux-x86_64-2.7/qpid copying qpid/managementdata.py -> build/lib.linux-x86_64-2.7/qpid copying qpid/selector.py -> build/lib.linux-x86_64-2.7/qpid copying qpid/validator.py -> build/lib.linux-x86_64-2.7/qpid copying qpid/specs_config.py -> build/lib.linux-x86_64-2.7/qpid copying qpid/mimetype.py -> build/lib.linux-x86_64-2.7/qpid creating build/lib.linux-x86_64-2.7/qpid/messaging copying qpid/messaging/endpoints.py -> build/lib.linux-x86_64-2.7/qpid/messaging copying qpid/messaging/transports.py -> build/lib.linux-x86_64-2.7/qpid/messaging copying qpid/messaging/exceptions.py -> build/lib.linux-x86_64-2.7/qpid/messaging copying qpid/messaging/constants.py -> build/lib.linux-x86_64-2.7/qpid/messaging copying qpid/messaging/util.py -> build/lib.linux-x86_64-2.7/qpid/messaging copying qpid/messaging/message.py -> build/lib.linux-x86_64-2.7/qpid/messaging copying qpid/messaging/__init__.py -> build/lib.linux-x86_64-2.7/qpid/messaging copying qpid/messaging/address.py -> build/lib.linux-x86_64-2.7/qpid/messaging copying qpid/messaging/driver.py -> build/lib.linux-x86_64-2.7/qpid/messaging creating build/lib.linux-x86_64-2.7/qpid/tests copying qpid/tests/framing.py -> build/lib.linux-x86_64-2.7/qpid/tests copying qpid/tests/spec010.py -> build/lib.linux-x86_64-2.7/qpid/tests copying qpid/tests/parser.py -> build/lib.linux-x86_64-2.7/qpid/tests copying qpid/tests/connection.py -> build/lib.linux-x86_64-2.7/qpid/tests copying qpid/tests/util.py -> build/lib.linux-x86_64-2.7/qpid/tests copying qpid/tests/datatypes.py -> build/lib.linux-x86_64-2.7/qpid/tests copying qpid/tests/codec010.py -> build/lib.linux-x86_64-2.7/qpid/tests copying qpid/tests/codec.py -> build/lib.linux-x86_64-2.7/qpid/tests copying qpid/tests/queue.py -> build/lib.linux-x86_64-2.7/qpid/tests copying qpid/tests/__init__.py -> build/lib.linux-x86_64-2.7/qpid/tests copying qpid/tests/mimetype.py -> build/lib.linux-x86_64-2.7/qpid/tests creating build/lib.linux-x86_64-2.7/qpid/tests/messaging copying qpid/tests/messaging/endpoints.py -> build/lib.linux-x86_64-2.7/qpid/tests/messaging copying qpid/tests/messaging/message.py -> build/lib.linux-x86_64-2.7/qpid/tests/messaging copying qpid/tests/messaging/__init__.py -> build/lib.linux-x86_64-2.7/qpid/tests/messaging copying qpid/tests/messaging/address.py -> build/lib.linux-x86_64-2.7/qpid/tests/messaging creating build/lib.linux-x86_64-2.7/qpid/specs copying qpid/specs/amqp-0-10.dtd -> build/lib.linux-x86_64-2.7/qpid/specs copying qpid/specs/amqp-0-8.xml -> build/lib.linux-x86_64-2.7/qpid/specs copying qpid/specs/amqp-0-10-qpid-errata.xml -> build/lib.linux-x86_64-2.7/qpid/specs copying qpid/specs/amqp-0-9.xml -> build/lib.linux-x86_64-2.7/qpid/specs running build_scripts creating build/scripts-2.7 copying and adjusting qpid-python-test -> build/scripts-2.7 changing mode of build/scripts-2.7/qpid-python-test from 644 to 755 running build_doc No module named epydoc.docbuilder -- skipping build_doc running install_lib creating <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python> creating <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/mllib> copying build/lib.linux-x86_64-2.7/mllib/__init__.py -> <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/mllib> copying build/lib.linux-x86_64-2.7/mllib/transforms.py -> <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/mllib> copying build/lib.linux-x86_64-2.7/mllib/parsers.py -> <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/mllib> copying build/lib.linux-x86_64-2.7/mllib/dom.py -> <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/mllib> creating <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid> copying build/lib.linux-x86_64-2.7/qpid/framing.py -> <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid> copying build/lib.linux-x86_64-2.7/qpid/ops.py -> <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid> copying build/lib.linux-x86_64-2.7/qpid/framer.py -> <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid> copying build/lib.linux-x86_64-2.7/qpid/session.py -> <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid> copying build/lib.linux-x86_64-2.7/qpid/exceptions.py -> <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid> copying build/lib.linux-x86_64-2.7/qpid/testlib.py -> <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid> copying build/lib.linux-x86_64-2.7/qpid/reference.py -> <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid> copying build/lib.linux-x86_64-2.7/qpid/harness.py -> <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid> creating <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/specs> copying build/lib.linux-x86_64-2.7/qpid/specs/amqp-0-8.xml -> <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/specs> copying build/lib.linux-x86_64-2.7/qpid/specs/amqp-0-10.dtd -> <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/specs> copying build/lib.linux-x86_64-2.7/qpid/specs/amqp-0-10-qpid-errata.xml -> <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/specs> copying build/lib.linux-x86_64-2.7/qpid/specs/amqp-0-9.xml -> <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/specs> copying build/lib.linux-x86_64-2.7/qpid/log.py -> <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid> copying build/lib.linux-x86_64-2.7/qpid/parser.py -> <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid> copying build/lib.linux-x86_64-2.7/qpid/connection08.py -> <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid> copying build/lib.linux-x86_64-2.7/qpid/spec08.py -> <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid> copying build/lib.linux-x86_64-2.7/qpid/connection.py -> <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid> copying build/lib.linux-x86_64-2.7/qpid/delegates.py -> <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid> creating <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/messaging> copying build/lib.linux-x86_64-2.7/qpid/messaging/endpoints.py -> <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/messaging> copying build/lib.linux-x86_64-2.7/qpid/messaging/transports.py -> <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/messaging> copying build/lib.linux-x86_64-2.7/qpid/messaging/exceptions.py -> <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/messaging> copying build/lib.linux-x86_64-2.7/qpid/messaging/constants.py -> <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/messaging> copying build/lib.linux-x86_64-2.7/qpid/messaging/util.py -> <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/messaging> copying build/lib.linux-x86_64-2.7/qpid/messaging/message.py -> <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/messaging> copying build/lib.linux-x86_64-2.7/qpid/messaging/__init__.py -> <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/messaging> copying build/lib.linux-x86_64-2.7/qpid/messaging/address.py -> <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/messaging> copying build/lib.linux-x86_64-2.7/qpid/messaging/driver.py -> <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/messaging> copying build/lib.linux-x86_64-2.7/qpid/util.py -> <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid> copying build/lib.linux-x86_64-2.7/qpid/datatypes.py -> <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid> copying build/lib.linux-x86_64-2.7/qpid/client.py -> <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid> copying build/lib.linux-x86_64-2.7/qpid/generator.py -> <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid> copying build/lib.linux-x86_64-2.7/qpid/compat.py -> <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid> copying build/lib.linux-x86_64-2.7/qpid/disp.py -> <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid> copying build/lib.linux-x86_64-2.7/qpid/lexer.py -> <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid> copying build/lib.linux-x86_64-2.7/qpid/concurrency.py -> <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid> copying build/lib.linux-x86_64-2.7/qpid/codec010.py -> <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid> copying build/lib.linux-x86_64-2.7/qpid/codec.py -> <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid> copying build/lib.linux-x86_64-2.7/qpid/debug.py -> <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid> creating <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/tests> copying build/lib.linux-x86_64-2.7/qpid/tests/framing.py -> <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/tests> copying build/lib.linux-x86_64-2.7/qpid/tests/spec010.py -> <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/tests> copying build/lib.linux-x86_64-2.7/qpid/tests/parser.py -> <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/tests> copying build/lib.linux-x86_64-2.7/qpid/tests/connection.py -> <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/tests> creating <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/tests/messaging> copying build/lib.linux-x86_64-2.7/qpid/tests/messaging/endpoints.py -> <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/tests/messaging> copying build/lib.linux-x86_64-2.7/qpid/tests/messaging/message.py -> <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/tests/messaging> copying build/lib.linux-x86_64-2.7/qpid/tests/messaging/__init__.py -> <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/tests/messaging> copying build/lib.linux-x86_64-2.7/qpid/tests/messaging/address.py -> <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/tests/messaging> copying build/lib.linux-x86_64-2.7/qpid/tests/util.py -> <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/tests> copying build/lib.linux-x86_64-2.7/qpid/tests/datatypes.py -> <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/tests> copying build/lib.linux-x86_64-2.7/qpid/tests/codec010.py -> <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/tests> copying build/lib.linux-x86_64-2.7/qpid/tests/codec.py -> <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/tests> copying build/lib.linux-x86_64-2.7/qpid/tests/queue.py -> <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/tests> copying build/lib.linux-x86_64-2.7/qpid/tests/__init__.py -> <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/tests> copying build/lib.linux-x86_64-2.7/qpid/tests/mimetype.py -> <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/tests> copying build/lib.linux-x86_64-2.7/qpid/message.py -> <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid> copying build/lib.linux-x86_64-2.7/qpid/management.py -> <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid> copying build/lib.linux-x86_64-2.7/qpid/peer.py -> <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid> copying build/lib.linux-x86_64-2.7/qpid/queue.py -> <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid> copying build/lib.linux-x86_64-2.7/qpid/delegate.py -> <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid> copying build/lib.linux-x86_64-2.7/qpid/__init__.py -> <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid> copying build/lib.linux-x86_64-2.7/qpid/content.py -> <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid> copying build/lib.linux-x86_64-2.7/qpid/packer.py -> <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid> copying build/lib.linux-x86_64-2.7/qpid/sasl.py -> <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid> copying build/lib.linux-x86_64-2.7/qpid/managementdata.py -> <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid> copying build/lib.linux-x86_64-2.7/qpid/selector.py -> <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid> copying build/lib.linux-x86_64-2.7/qpid/validator.py -> <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid> copying build/lib.linux-x86_64-2.7/qpid/specs_config.py -> <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid> copying build/lib.linux-x86_64-2.7/qpid/mimetype.py -> <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid> caching <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/specs/amqp-0-10-qpid-errata.xml> to amqp-0-10-qpid-errata.pcl /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 -DBOOST_TEST_DYN_LINK -Wno-unused-result -module -o test_store.la -rpath /usr/local/lib/qpid/tests test_store.lo <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/../libqpidbroker.la> /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 -DBOOST_TEST_DYN_LINK -Wno-unused-result -o receiver receiver.o <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/../libqpidclient.la> -lboost_program_options -lqpidcommon libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.6/crtbeginS.o .libs/test_store.o -Wl,-rpath -Wl,<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/../.libs> <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/../.libs/libqpidbroker.so> -L/usr/lib/gcc/x86_64-linux-gnu/4.6 -L/usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.6/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.6/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.6/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu/crtn.o -Wl,-soname -Wl,test_store.so.0 -o .libs/test_store.so.0.0.0 /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 -DBOOST_TEST_DYN_LINK -Wno-unused-result -o sender sender.o Statistics.o <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/../libqpidmessaging.la> -lboost_program_options -lqpidcommon -lqpidtypes -lqpidclient 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 -DBOOST_TEST_DYN_LINK -Wno-unused-result -o .libs/receiver receiver.o <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/../.libs/libqpidclient.so> -lboost_program_options <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/../.libs/libqpidcommon.so> libtool: link: (cd ".libs" && rm -f "test_store.so.0" && ln -s "test_store.so.0.0.0" "test_store.so.0") 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 -DBOOST_TEST_DYN_LINK -Wno-unused-result -o .libs/sender sender.o Statistics.o <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/../.libs/libqpidmessaging.so> -lboost_program_options <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/../.libs/libqpidcommon.so> <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/../.libs/libqpidtypes.so> <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/../.libs/libqpidclient.so> libtool: link: (cd ".libs" && rm -f "test_store.so" && ln -s "test_store.so.0.0.0" "test_store.so") libtool: link: ( cd ".libs" && rm -f "test_store.la" && ln -s "../test_store.la" "test_store.la" ) /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 -DBOOST_TEST_DYN_LINK -Wno-unused-result -o qpid-receive qpid-receive.o Statistics.o <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/../libqpidmessaging.la> -lboost_program_options -lqpidcommon -lqpidtypes /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 -DBOOST_TEST_DYN_LINK -Wno-unused-result -o qpid-send qpid-send.o Statistics.o <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/../libqpidmessaging.la> 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 -DBOOST_TEST_DYN_LINK -Wno-unused-result -o .libs/qpid-receive qpid-receive.o Statistics.o <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/../.libs/libqpidmessaging.so> -lboost_program_options <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/../.libs/libqpidcommon.so> <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/../.libs/libqpidtypes.so> 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 -DBOOST_TEST_DYN_LINK -Wno-unused-result -o .libs/qpid-send qpid-send.o Statistics.o <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/../.libs/libqpidmessaging.so> /usr/bin/ld: qpid-send.o: undefined reference to symbol 'qpid::types::Variant::~Variant()' /usr/bin/ld: note: 'qpid::types::Variant::~Variant()' is defined in DSO <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/.libs/libqpidtypes.so.1> so try adding it to the linker command line <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/.libs/libqpidtypes.so.1>: could not read symbols: Invalid operation collect2: ld returned 1 exit status make[3]: *** [qpid-send] Error 1 make[3]: *** Waiting for unfinished jobs.... byte-compiling <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/mllib/__init__.py> to __init__.pyc byte-compiling <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/mllib/transforms.py> to transforms.pyc byte-compiling <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/mllib/parsers.py> to parsers.pyc byte-compiling <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/mllib/dom.py> to dom.pyc byte-compiling <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/framing.py> to framing.pyc byte-compiling <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/ops.py> to ops.pyc byte-compiling <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/framer.py> to framer.pyc byte-compiling <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/session.py> to session.pyc byte-compiling <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/exceptions.py> to exceptions.pyc byte-compiling <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/testlib.py> to testlib.pyc byte-compiling <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/reference.py> to reference.pyc byte-compiling <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/harness.py> to harness.pyc byte-compiling <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/log.py> to log.pyc byte-compiling <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/parser.py> to parser.pyc byte-compiling <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/connection08.py> to connection08.pyc byte-compiling <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/spec08.py> to spec08.pyc byte-compiling <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/connection.py> to connection.pyc byte-compiling <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/delegates.py> to delegates.pyc byte-compiling <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/messaging/endpoints.py> to endpoints.pyc byte-compiling <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/messaging/transports.py> to transports.pyc byte-compiling <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/messaging/exceptions.py> to exceptions.pyc byte-compiling <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/messaging/constants.py> to constants.pyc byte-compiling <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/messaging/util.py> to util.pyc byte-compiling <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/messaging/message.py> to message.pyc byte-compiling <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/messaging/__init__.py> to __init__.pyc byte-compiling <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/messaging/address.py> to address.pyc byte-compiling <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/messaging/driver.py> to driver.pyc byte-compiling <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/util.py> to util.pyc byte-compiling <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/datatypes.py> to datatypes.pyc byte-compiling <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/client.py> to client.pyc byte-compiling <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/generator.py> to generator.pyc byte-compiling <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/compat.py> to compat.pyc byte-compiling <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/disp.py> to disp.pyc byte-compiling <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/lexer.py> to lexer.pyc byte-compiling <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/concurrency.py> to concurrency.pyc byte-compiling <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/codec010.py> to codec010.pyc byte-compiling <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/codec.py> to codec.pyc byte-compiling <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/debug.py> to debug.pyc byte-compiling <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/tests/framing.py> to framing.pyc byte-compiling <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/tests/spec010.py> to spec010.pyc byte-compiling <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/tests/parser.py> to parser.pyc byte-compiling <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/tests/connection.py> to connection.pyc byte-compiling <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/tests/messaging/endpoints.py> to endpoints.pyc byte-compiling <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/tests/messaging/message.py> to message.pyc byte-compiling <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/tests/messaging/__init__.py> to __init__.pyc byte-compiling <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/tests/messaging/address.py> to address.pyc byte-compiling <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/tests/util.py> to util.pyc byte-compiling <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/tests/datatypes.py> to datatypes.pyc byte-compiling <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/tests/codec010.py> to codec010.pyc byte-compiling <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/tests/codec.py> to codec.pyc byte-compiling <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/tests/queue.py> to queue.pyc byte-compiling <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/tests/__init__.py> to __init__.pyc byte-compiling <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/tests/mimetype.py> to mimetype.pyc byte-compiling <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/message.py> to message.pyc byte-compiling <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/management.py> to management.pyc byte-compiling <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/peer.py> to peer.pyc byte-compiling <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/queue.py> to queue.pyc byte-compiling <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/delegate.py> to delegate.pyc byte-compiling <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/__init__.py> to __init__.pyc byte-compiling <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/content.py> to content.pyc byte-compiling <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/packer.py> to packer.pyc byte-compiling <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/sasl.py> to sasl.pyc byte-compiling <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/managementdata.py> to managementdata.pyc byte-compiling <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/selector.py> to selector.pyc byte-compiling <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/validator.py> to validator.pyc byte-compiling <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/specs_config.py> to specs_config.pyc byte-compiling <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid/mimetype.py> to mimetype.pyc running install_scripts creating <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/commands> copying build/scripts-2.7/qpid-python-test -> <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/commands> changing mode of <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/commands/qpid-python-test> to 755 running install_egg_info Writing <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests/python/qpid_python-0.19-py2.7.egg-info> make[3]: Leaving directory `<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src/tests'> make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src'> make[1]: *** [all] Error 2 make[1]: Leaving directory `<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/src'> make: *** [all-recursive] Error 1 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
