You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@qpid.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2014/06/25 17:36:15 UTC

Build failed in Jenkins: Qpid-Java-Java-MMS-TestMatrix » JDK 1.7 (latest),Ubuntu,java-mms.0-9-1 #1843

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

Changes:

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

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

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

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

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

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

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

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

Applied patch from Dejan Bosanac

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

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

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

[gsim] QPID-5828: Drop expired incoming messages

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[astitcher] QPID-5807: Fix inconsistent DLL linkage

[astitcher] NO-JIRA: Fix some MSVC warnings

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

This addresses review comments from Alex Rudyy.

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

Addresses review comment from Alex Rudyy.

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

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

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

Addresses review comment from Alex Rudyy.

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

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

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

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

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

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

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

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

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

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

[astitcher] QPID-3650: Avoid unaligned memory access

[astitcher] QPID-3650: Avoid unaligned memory access

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[gsim] QPID-5788: delayed initiation of nss

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

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

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

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

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

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

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

[chug] QPID-5783: Share immutable state EXTERN

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[robbie] QPID-5048: assembly and dependency fixups

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

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

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

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

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

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

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

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

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

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

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

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

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

[robbie] QPID-5774: remove empty directories

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

[robbie] QPID-5774: remove client plugins dir

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

------------------------------------------
[...truncated 7335 lines...]
A         qpid/cpp/bindings/qpid/dotnet/test/messaging.test/messaging.test.duration.cs
A         qpid/cpp/bindings/qpid/dotnet/msvc9
AU        qpid/cpp/bindings/qpid/dotnet/msvc9/org.apache.qpid.messaging.sessionreceiver.sln
AU        qpid/cpp/bindings/qpid/dotnet/msvc9/org.apache.qpid.messaging.sln
A         qpid/cpp/bindings/qpid/dotnet/winsdk_sources
A         qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9
A         qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples
A         qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.example.client
A         qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.example.client/csharp.example.client.csproj
A         qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.direct.sender
A         qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.direct.sender/csharp.direct.sender.csproj
A         qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.map.callback.receiver
A         qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.map.callback.receiver/csharp.map.callback.receiver.csproj
A         qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.map.sender
A         qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.map.sender/csharp.map.sender.csproj
A         qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.direct.receiver
A         qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.direct.receiver/csharp.direct.receiver.csproj
A         qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.example.declare_queues
A         qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.example.declare_queues/csharp.example.declare_queues.csproj
A         qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.example.server
A         qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.example.server/csharp.example.server.csproj
A         qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.map.receiver
A         qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.map.receiver/csharp.map.receiver.csproj
A         qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.example.spout
A         qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.example.spout/csharp.example.spout.csproj
A         qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.example.helloworld
A         qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.example.helloworld/csharp.example.helloworld.csproj
A         qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.example.drain
A         qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.example.drain/csharp.example.drain.csproj
A         qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.map.callback.sender
A         qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/examples/csharp.map.callback.sender/csharp.map.callback.sender.csproj
A         qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc9/winsdk_dotnet_examples.sln
A         qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc10
A         qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc10/winsdk_dotnet_examples.sln
A         qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc10/examples
A         qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc10/examples/csharp.example.client
A         qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc10/examples/csharp.example.client/csharp.example.client.csproj
A         qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc10/examples/csharp.direct.sender
A         qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc10/examples/csharp.direct.sender/csharp.direct.sender.csproj
A         qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc10/examples/csharp.map.callback.receiver
A         qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc10/examples/csharp.map.callback.receiver/csharp.map.callback.receiver.csproj
A         qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc10/examples/csharp.map.sender
A         qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc10/examples/csharp.map.sender/csharp.map.sender.csproj
A         qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc10/examples/csharp.direct.receiver
A         qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc10/examples/csharp.direct.receiver/csharp.direct.receiver.csproj
A         qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc10/examples/csharp.example.declare_queues
A         qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc10/examples/csharp.example.declare_queues/csharp.example.declare_queues.csproj
A         qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc10/examples/csharp.example.server
A         qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc10/examples/csharp.example.server/csharp.example.server.csproj
A         qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc10/examples/csharp.map.receiver
A         qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc10/examples/csharp.map.receiver/csharp.map.receiver.csproj
A         qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc10/examples/csharp.example.spout
A         qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc10/examples/csharp.example.spout/csharp.example.spout.csproj
A         qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc10/examples/csharp.example.helloworld
A         qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc10/examples/csharp.example.helloworld/csharp.example.helloworld.csproj
A         qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc10/examples/csharp.example.drain
A         qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc10/examples/csharp.example.drain/csharp.example.drain.csproj
A         qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc10/examples/csharp.map.callback.sender
A         qpid/cpp/bindings/qpid/dotnet/winsdk_sources/msvc10/examples/csharp.map.callback.sender/csharp.map.callback.sender.csproj
A         qpid/cpp/bindings/qpid/dotnet/src
A         qpid/cpp/bindings/qpid/dotnet/src/Session.cpp
A         qpid/cpp/bindings/qpid/dotnet/src/Message.cpp
A         qpid/cpp/bindings/qpid/dotnet/src/Logger.h
A         qpid/cpp/bindings/qpid/dotnet/src/Address.cpp
A         qpid/cpp/bindings/qpid/dotnet/src/Sender.h
A         qpid/cpp/bindings/qpid/dotnet/src/sessionreceiver
A         qpid/cpp/bindings/qpid/dotnet/src/sessionreceiver/msvc9
A         qpid/cpp/bindings/qpid/dotnet/src/sessionreceiver/msvc9/org.apache.qpid.messaging.sessionreceiver.csproj
AU        qpid/cpp/bindings/qpid/dotnet/src/sessionreceiver/qpid.snk
A         qpid/cpp/bindings/qpid/dotnet/src/sessionreceiver/msvc10
A         qpid/cpp/bindings/qpid/dotnet/src/sessionreceiver/msvc10/org.apache.qpid.messaging.sessionreceiver.csproj
A         qpid/cpp/bindings/qpid/dotnet/src/sessionreceiver/Properties
A         qpid/cpp/bindings/qpid/dotnet/src/sessionreceiver/Properties/sessionreceiver-AssemblyInfo-template.cs
A         qpid/cpp/bindings/qpid/dotnet/src/sessionreceiver/sessionreceiver.cs
A         qpid/cpp/bindings/qpid/dotnet/src/Session.h
A         qpid/cpp/bindings/qpid/dotnet/src/msvc10
A         qpid/cpp/bindings/qpid/dotnet/src/msvc10/org.apache.qpid.messaging.vcxproj
A         qpid/cpp/bindings/qpid/dotnet/src/msvc10/org.apache.qpid.messaging.vcxproj.filters
A         qpid/cpp/bindings/qpid/dotnet/src/Message.h
A         qpid/cpp/bindings/qpid/dotnet/src/Address.h
A         qpid/cpp/bindings/qpid/dotnet/src/Duration.h
A         qpid/cpp/bindings/qpid/dotnet/src/ReadMe.txt
A         qpid/cpp/bindings/qpid/dotnet/src/TypeTranslator.cpp
A         qpid/cpp/bindings/qpid/dotnet/src/FailoverUpdates.cpp
A         qpid/cpp/bindings/qpid/dotnet/src/Connection.cpp
A         qpid/cpp/bindings/qpid/dotnet/src/TypeTranslator.h
A         qpid/cpp/bindings/qpid/dotnet/src/app.rc
A         qpid/cpp/bindings/qpid/dotnet/src/FailoverUpdates.h
A         qpid/cpp/bindings/qpid/dotnet/src/QpidTypeCheck.h
A         qpid/cpp/bindings/qpid/dotnet/src/Receiver.cpp
A         qpid/cpp/bindings/qpid/dotnet/src/AssemblyInfo-template.cpp
A         qpid/cpp/bindings/qpid/dotnet/src/Connection.h
AU        qpid/cpp/bindings/qpid/dotnet/src/qpid.snk
A         qpid/cpp/bindings/qpid/dotnet/src/Receiver.h
A         qpid/cpp/bindings/qpid/dotnet/src/QpidMarshal.h
A         qpid/cpp/bindings/qpid/dotnet/src/org.apache.qpid.messaging.template.rc
A         qpid/cpp/bindings/qpid/dotnet/src/resource1.h
A         qpid/cpp/bindings/qpid/dotnet/src/Logger.cpp
A         qpid/cpp/bindings/qpid/dotnet/src/Sender.cpp
A         qpid/cpp/bindings/qpid/dotnet/src/msvc9
A         qpid/cpp/bindings/qpid/dotnet/src/msvc9/org.apache.qpid.messaging.vcproj
A         qpid/cpp/bindings/qpid/dotnet/src/QpidException.h
A         qpid/cpp/bindings/qpid/dotnet/msvc10
A         qpid/cpp/bindings/qpid/dotnet/msvc10/org.apache.qpid.messaging.sln
A         qpid/cpp/bindings/qpid/dotnet/msvc10/org.apache.qpid.messaging.sessionreceiver.sln
A         qpid/cpp/bindings/qpid/dotnet/ReadMe.txt
A         qpid/cpp/bindings/qpid/dotnet/configure-windows.ps1
A         qpid/cpp/bindings/qpid/examples
A         qpid/cpp/bindings/qpid/examples/python
A         qpid/cpp/bindings/qpid/examples/python/statistics.py
AU        qpid/cpp/bindings/qpid/examples/python/console
AU        qpid/cpp/bindings/qpid/examples/python/hello
AU        qpid/cpp/bindings/qpid/examples/python/hello_xml
AU        qpid/cpp/bindings/qpid/examples/python/server
AU        qpid/cpp/bindings/qpid/examples/python/spout
AU        qpid/cpp/bindings/qpid/examples/python/drain
A         qpid/cpp/bindings/qpid/examples/perl
AU        qpid/cpp/bindings/qpid/examples/perl/server.pl
AU        qpid/cpp/bindings/qpid/examples/perl/hello_world.pl
AU        qpid/cpp/bindings/qpid/examples/perl/spout.pl
AU        qpid/cpp/bindings/qpid/examples/perl/drain.pl
AU        qpid/cpp/bindings/qpid/examples/perl/map_sender.pl
AU        qpid/cpp/bindings/qpid/examples/perl/client.pl
AU        qpid/cpp/bindings/qpid/examples/perl/map_receiver.pl
AU        qpid/cpp/bindings/qpid/examples/perl/hello_xml.pl
A         qpid/cpp/bindings/qpid/python
A         qpid/cpp/bindings/qpid/python/extra_dist
A         qpid/cpp/bindings/qpid/python/extra_dist/CMakeLists.txt
A         qpid/cpp/bindings/qpid/python/ChangeLog
A         qpid/cpp/bindings/qpid/python/CMakeLists.txt
A         qpid/cpp/bindings/qpid/python/README
A         qpid/cpp/bindings/qpid/python/qpid_messaging.i
A         qpid/cpp/bindings/qpid/python/LICENSE
A         qpid/cpp/bindings/qpid/ruby
A         qpid/cpp/bindings/qpid/ruby/CMakeLists.txt
A         qpid/cpp/bindings/qpid/ruby/examples
A         qpid/cpp/bindings/qpid/ruby/examples/hello_world.rb
A         qpid/cpp/bindings/qpid/ruby/examples/spout.rb
A         qpid/cpp/bindings/qpid/ruby/examples/drain.rb
A         qpid/cpp/bindings/qpid/ruby/examples/map_sender.rb
A         qpid/cpp/bindings/qpid/ruby/examples/client.rb
A         qpid/cpp/bindings/qpid/ruby/examples/map_receiver.rb
A         qpid/cpp/bindings/qpid/ruby/examples/server.rb
A         qpid/cpp/bindings/qpid/ruby/features
A         qpid/cpp/bindings/qpid/ruby/features/sending_a_message.feature
A         qpid/cpp/bindings/qpid/ruby/features/creating_a_sender.feature
A         qpid/cpp/bindings/qpid/ruby/features/sessions_have_names.feature
A         qpid/cpp/bindings/qpid/ruby/features/step_definitions
A         qpid/cpp/bindings/qpid/ruby/features/step_definitions/connection_steps.rb
A         qpid/cpp/bindings/qpid/ruby/features/step_definitions/sender_steps.rb
A         qpid/cpp/bindings/qpid/ruby/features/step_definitions/session_steps.rb
A         qpid/cpp/bindings/qpid/ruby/features/step_definitions/receiver_steps.rb
A         qpid/cpp/bindings/qpid/ruby/features/step_definitions/address_steps.rb
A         qpid/cpp/bindings/qpid/ruby/features/closing_a_connection.feature
A         qpid/cpp/bindings/qpid/ruby/features/connecting_to_a_broker.feature
A         qpid/cpp/bindings/qpid/ruby/features/creating_a_session.feature
A         qpid/cpp/bindings/qpid/ruby/features/receiving_a_message.feature
A         qpid/cpp/bindings/qpid/ruby/features/creating_a_receiver.feature
A         qpid/cpp/bindings/qpid/ruby/features/closing_a_session.feature
A         qpid/cpp/bindings/qpid/ruby/features/support
A         qpid/cpp/bindings/qpid/ruby/features/support/env.rb
A         qpid/cpp/bindings/qpid/ruby/features/session_returns_its_connection.feature
A         qpid/cpp/bindings/qpid/ruby/features/getting_the_connections_authenticated_username.feature
A         qpid/cpp/bindings/qpid/ruby/ext
A         qpid/cpp/bindings/qpid/ruby/ext/cqpid
A         qpid/cpp/bindings/qpid/ruby/ext/cqpid/extconf.rb
A         qpid/cpp/bindings/qpid/ruby/LICENSE
A         qpid/cpp/bindings/qpid/ruby/README.rdoc
A         qpid/cpp/bindings/qpid/ruby/.gitignore
A         qpid/cpp/bindings/qpid/ruby/TODO
A         qpid/cpp/bindings/qpid/ruby/lib
A         qpid/cpp/bindings/qpid/ruby/lib/qpid_messaging
A         qpid/cpp/bindings/qpid/ruby/lib/qpid_messaging/connection.rb
A         qpid/cpp/bindings/qpid/ruby/lib/qpid_messaging/sender.rb
A         qpid/cpp/bindings/qpid/ruby/lib/qpid_messaging/session.rb
A         qpid/cpp/bindings/qpid/ruby/lib/qpid_messaging/message.rb
A         qpid/cpp/bindings/qpid/ruby/lib/qpid_messaging/receiver.rb
A         qpid/cpp/bindings/qpid/ruby/lib/qpid_messaging/address.rb
A         qpid/cpp/bindings/qpid/ruby/lib/qpid_messaging/duration.rb
A         qpid/cpp/bindings/qpid/ruby/lib/qpid_messaging/encoding.rb
A         qpid/cpp/bindings/qpid/ruby/lib/qpid_messaging.rb
A         qpid/cpp/bindings/qpid/ruby/lib/qpid
A         qpid/cpp/bindings/qpid/ruby/ChangeLog
A         qpid/cpp/bindings/qpid/ruby/ruby.i
A         qpid/cpp/bindings/qpid/ruby/spec
A         qpid/cpp/bindings/qpid/ruby/spec/qpid_messaging
A         qpid/cpp/bindings/qpid/ruby/spec/qpid_messaging/connection_spec.rb
A         qpid/cpp/bindings/qpid/ruby/spec/qpid_messaging/sender_spec.rb
A         qpid/cpp/bindings/qpid/ruby/spec/qpid_messaging/session_spec.rb
A         qpid/cpp/bindings/qpid/ruby/spec/qpid_messaging/message_spec.rb
A         qpid/cpp/bindings/qpid/ruby/spec/qpid_messaging/receiver_spec.rb
A         qpid/cpp/bindings/qpid/ruby/spec/qpid_messaging/address_spec.rb
A         qpid/cpp/bindings/qpid/ruby/spec/qpid_messaging/duration_spec.rb
AU        qpid/cpp/bindings/qpid/ruby/spec/qpid_messaging/encoding_spec.rb
A         qpid/cpp/bindings/qpid/ruby/spec/spec_helper.rb
A         qpid/cpp/bindings/qpid/ruby/spec/qpid
A         qpid/cpp/bindings/qpid/ruby/qpid_messaging.gemspec
A         qpid/cpp/bindings/qpid/perl
A         qpid/cpp/bindings/qpid/perl/lib
A         qpid/cpp/bindings/qpid/perl/lib/qpid
A         qpid/cpp/bindings/qpid/perl/lib/qpid/messaging.pm
A         qpid/cpp/bindings/qpid/perl/lib/qpid/messaging
A         qpid/cpp/bindings/qpid/perl/lib/qpid/messaging/Connection.pm
A         qpid/cpp/bindings/qpid/perl/lib/qpid/messaging/Sender.pm
A         qpid/cpp/bindings/qpid/perl/lib/qpid/messaging/Session.pm
A         qpid/cpp/bindings/qpid/perl/lib/qpid/messaging/Message.pm
A         qpid/cpp/bindings/qpid/perl/lib/qpid/messaging/Receiver.pm
A         qpid/cpp/bindings/qpid/perl/lib/qpid/messaging/Address.pm
A         qpid/cpp/bindings/qpid/perl/lib/qpid/messaging/Duration.pm
A         qpid/cpp/bindings/qpid/perl/lib/qpid_messaging.pm
A         qpid/cpp/bindings/qpid/perl/lib/qpid.pm
A         qpid/cpp/bindings/qpid/perl/ChangeLog
A         qpid/cpp/bindings/qpid/perl/Makefile.PL
A         qpid/cpp/bindings/qpid/perl/perl.i
A         qpid/cpp/bindings/qpid/perl/Makefile.PL.in
A         qpid/cpp/bindings/qpid/perl/CMakeLists.txt
A         qpid/cpp/bindings/qpid/perl/README
A         qpid/cpp/bindings/qpid/perl/test
A         qpid/cpp/bindings/qpid/perl/LICENSE
A         qpid/cpp/bindings/qpid/perl/t
A         qpid/cpp/bindings/qpid/perl/t/Message.t
A         qpid/cpp/bindings/qpid/perl/t/Address.t
A         qpid/cpp/bindings/qpid/perl/t/Duration.t
A         qpid/cpp/bindings/qpid/perl/t/utils.pm
A         qpid/cpp/bindings/qmf
A         qpid/cpp/bindings/qmf/python
A         qpid/cpp/bindings/qmf/ruby
A         qpid/cpp/bindings/qmf/tests
A         qpid/cpp/cmake_uninstall.cmake.in
A         qpid/cpp/INSTALL-WINDOWS
A         qpid/cpp/bld-winsdk.ps1
A         qpid/packaging
A         qpid/packaging/windows
AU        qpid/packaging/windows/qpid-install-background.bmp
A         qpid/packaging/windows/LICENSE.rtf
AU        qpid/packaging/windows/qpid-icon.ico
A         qpid/packaging/windows/qpidc.wxs
A         qpid/packaging/windows/INSTALL_NOTES.html
A         qpid/packaging/windows/build_installer.bat
AU        qpid/packaging/windows/qpid-install-banner.bmp
AU        qpid/packaging/windows/installer.proj
 U        .
At revision 1605450
[locks-and-latches] Checking to see if we really have the locks
[locks-and-latches] Have all the locks, build can start
FATAL: Unable to find build script at <https://builds.apache.org/job/Qpid-Java-Java-MMS-TestMatrix/jdk=JDK%201.7%20(latest),label=Ubuntu,profile=java-mms.0-9-1/ws/trunk/qpid/java/build.xml>
Build step 'Invoke Ant' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released