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 2015/08/20 13:11:14 UTC

Build failed in Jenkins: Qpid-Java-Cpp-Test #2800

See <https://builds.apache.org/job/Qpid-Java-Cpp-Test/2800/changes>

Changes:

[orudyy] QPID-6705: [Java Broker] Add logging to RestServlet to report URL, method and user of each REST call (at debug)

work by Lorenz Quack <qu...@gmail.com> and Alex Rudyy <or...@apache.org>

------------------------------------------
[...truncated 7319 lines...]
AU        broker-core/src/main/java/org/apache/qpid/server/protocol/ConnectionClosingTicker.java
A         broker-core/src/main/java/org/apache/qpid/server/protocol/ConsumerListener.java
A         broker-core/src/main/java/org/apache/qpid/server/protocol/CapacityChecker.java
A         broker-core/src/main/java/org/apache/qpid/server/Broker.java
A         broker-core/src/main/java/org/apache/qpid/server/security
AU        broker-core/src/main/java/org/apache/qpid/server/security/AuthorizationHolder.java
A         broker-core/src/main/java/org/apache/qpid/server/security/FileTrustStore.java
A         broker-core/src/main/java/org/apache/qpid/server/security/ManagedPeerCertificateTrustsStoreImpl.java
A         broker-core/src/main/java/org/apache/qpid/server/security/AccessControl.java
AU        broker-core/src/main/java/org/apache/qpid/server/security/SecurityManager.java
AU        broker-core/src/main/java/org/apache/qpid/server/security/AutoGeneratedSelfSignedKeyStoreImpl.java
A         broker-core/src/main/java/org/apache/qpid/server/security/NonJavaKeyStoreImpl.java
AU        broker-core/src/main/java/org/apache/qpid/server/security/TrustStoreMessageSourceCreator.java
A         broker-core/src/main/java/org/apache/qpid/server/security/FileKeyStore.java
A         broker-core/src/main/java/org/apache/qpid/server/security/encryption
A         broker-core/src/main/java/org/apache/qpid/server/security/encryption/ConfigurationSecretEncrypter.java
A         broker-core/src/main/java/org/apache/qpid/server/security/encryption/AESKeyFileEncrypter.java
A         broker-core/src/main/java/org/apache/qpid/server/security/encryption/AESKeyFileEncrypterFactory.java
A         broker-core/src/main/java/org/apache/qpid/server/security/NonJavaTrustStore.java
A         broker-core/src/main/java/org/apache/qpid/server/security/SiteSpecificTrustStoreImpl.java
A         broker-core/src/main/java/org/apache/qpid/server/security/group
AU        broker-core/src/main/java/org/apache/qpid/server/security/group/GroupMemberImpl.java
A         broker-core/src/main/java/org/apache/qpid/server/security/group/GroupManager.java
AU        broker-core/src/main/java/org/apache/qpid/server/security/group/GroupProviderImpl.java
AU        broker-core/src/main/java/org/apache/qpid/server/security/group/GroupImpl.java
A         broker-core/src/main/java/org/apache/qpid/server/security/group/GroupPrincipal.java
A         broker-core/src/main/java/org/apache/qpid/server/security/group/FileGroupDatabase.java
A         broker-core/src/main/java/org/apache/qpid/server/security/group/GroupDatabase.java
AU        broker-core/src/main/java/org/apache/qpid/server/security/Result.java
A         broker-core/src/main/java/org/apache/qpid/server/security/SubjectCreator.java
A         broker-core/src/main/java/org/apache/qpid/server/security/FileTrustStoreImpl.java
A         broker-core/src/main/java/org/apache/qpid/server/security/auth
AU        broker-core/src/main/java/org/apache/qpid/server/security/auth/UsernamePrincipal.java
A         broker-core/src/main/java/org/apache/qpid/server/security/auth/sasl
AU        broker-core/src/main/java/org/apache/qpid/server/security/auth/sasl/UsernamePasswordInitialiser.java
A         broker-core/src/main/java/org/apache/qpid/server/security/auth/sasl/external
AU        broker-core/src/main/java/org/apache/qpid/server/security/auth/sasl/external/ExternalSaslServer.java
A         broker-core/src/main/java/org/apache/qpid/server/security/auth/sasl/plain
AU        broker-core/src/main/java/org/apache/qpid/server/security/auth/sasl/plain/PlainAdapterSaslServer.java
AU        broker-core/src/main/java/org/apache/qpid/server/security/auth/sasl/plain/PlainInitialiser.java
A         broker-core/src/main/java/org/apache/qpid/server/security/auth/sasl/plain/PlainPasswordCallback.java
AU        broker-core/src/main/java/org/apache/qpid/server/security/auth/sasl/plain/PlainSaslServerFactory.java
AU        broker-core/src/main/java/org/apache/qpid/server/security/auth/sasl/plain/PlainSaslServer.java
A         broker-core/src/main/java/org/apache/qpid/server/security/auth/sasl/scram
A         broker-core/src/main/java/org/apache/qpid/server/security/auth/sasl/scram/ScramSaslServer.java
AU        broker-core/src/main/java/org/apache/qpid/server/security/auth/sasl/AuthenticationProviderInitialiser.java
A         broker-core/src/main/java/org/apache/qpid/server/security/auth/sasl/anonymous
AU        broker-core/src/main/java/org/apache/qpid/server/security/auth/sasl/anonymous/AnonymousSaslServerFactory.java
AU        broker-core/src/main/java/org/apache/qpid/server/security/auth/sasl/anonymous/AnonymousSaslServer.java
A         broker-core/src/main/java/org/apache/qpid/server/security/auth/sasl/crammd5
A         broker-core/src/main/java/org/apache/qpid/server/security/auth/sasl/crammd5/CRAMMD5HexInitialiser.java
A         broker-core/src/main/java/org/apache/qpid/server/security/auth/sasl/crammd5/CRAMMD5HexServerFactory.java
AU        broker-core/src/main/java/org/apache/qpid/server/security/auth/sasl/crammd5/CRAMMD5HashedSaslServer.java
AU        broker-core/src/main/java/org/apache/qpid/server/security/auth/sasl/crammd5/CRAMMD5HashedInitialiser.java
AU        broker-core/src/main/java/org/apache/qpid/server/security/auth/sasl/crammd5/CRAMMD5HashedServerFactory.java
AU        broker-core/src/main/java/org/apache/qpid/server/security/auth/sasl/crammd5/CRAMMD5Initialiser.java
A         broker-core/src/main/java/org/apache/qpid/server/security/auth/sasl/crammd5/CRAMMD5HexSaslServer.java
A         broker-core/src/main/java/org/apache/qpid/server/security/auth/AuthenticatedPrincipal.java
A         broker-core/src/main/java/org/apache/qpid/server/security/auth/TaskPrincipal.java
A         broker-core/src/main/java/org/apache/qpid/server/security/auth/database
A         broker-core/src/main/java/org/apache/qpid/server/security/auth/database/HashedUser.java
A         broker-core/src/main/java/org/apache/qpid/server/security/auth/database/AbstractPasswordFilePrincipalDatabase.java
AU        broker-core/src/main/java/org/apache/qpid/server/security/auth/database/PlainPasswordFilePrincipalDatabase.java
A         broker-core/src/main/java/org/apache/qpid/server/security/auth/database/PlainUser.java
AU        broker-core/src/main/java/org/apache/qpid/server/security/auth/database/Base64MD5PasswordFilePrincipalDatabase.java
A         broker-core/src/main/java/org/apache/qpid/server/security/auth/database/PasswordPrincipal.java
AU        broker-core/src/main/java/org/apache/qpid/server/security/auth/database/PrincipalDatabase.java
A         broker-core/src/main/java/org/apache/qpid/server/security/auth/SocketConnectionPrincipal.java
A         broker-core/src/main/java/org/apache/qpid/server/security/auth/manager
A         broker-core/src/main/java/org/apache/qpid/server/security/auth/manager/ExternalAuthenticationManager.java
A         broker-core/src/main/java/org/apache/qpid/server/security/auth/manager/ScramSHA1AuthenticationManager.java
AU        broker-core/src/main/java/org/apache/qpid/server/security/auth/manager/PlainAuthenticationProvider.java
A         broker-core/src/main/java/org/apache/qpid/server/security/auth/manager/AnonymousAuthenticationManager.java
A         broker-core/src/main/java/org/apache/qpid/server/security/auth/manager/SimpleAuthenticationManager.java
A         broker-core/src/main/java/org/apache/qpid/server/security/auth/manager/AbstractScramAuthenticationManager.java
A         broker-core/src/main/java/org/apache/qpid/server/security/auth/manager/SimpleLDAPAuthenticationManager.java
AU        broker-core/src/main/java/org/apache/qpid/server/security/auth/manager/ConfigModelPasswordManagingAuthenticationProvider.java
A         broker-core/src/main/java/org/apache/qpid/server/security/auth/manager/ScramSHA256AuthenticationManager.java
A         broker-core/src/main/java/org/apache/qpid/server/security/auth/manager/ManagedUser.java
A         broker-core/src/main/java/org/apache/qpid/server/security/auth/manager/Base64MD5PasswordDatabaseAuthenticationManager.java
A         broker-core/src/main/java/org/apache/qpid/server/security/auth/manager/AbstractAuthenticationManager.java
A         broker-core/src/main/java/org/apache/qpid/server/security/auth/manager/ExternalAuthenticationManagerImpl.java
A         broker-core/src/main/java/org/apache/qpid/server/security/auth/manager/ldap
A         broker-core/src/main/java/org/apache/qpid/server/security/auth/manager/ldap/AbstractLDAPSSLSocketFactory.java
A         broker-core/src/main/java/org/apache/qpid/server/security/auth/manager/ldap/LDAPSSLSocketFactoryGenerator.java
AU        broker-core/src/main/java/org/apache/qpid/server/security/auth/manager/MD5AuthenticationProvider.java
AU        broker-core/src/main/java/org/apache/qpid/server/security/auth/manager/PrincipalDatabaseAuthenticationManager.java
A         broker-core/src/main/java/org/apache/qpid/server/security/auth/manager/PlainPasswordDatabaseAuthenticationManager.java
A         broker-core/src/main/java/org/apache/qpid/server/security/auth/manager/SimpleLDAPAuthenticationManagerImpl.java
A         broker-core/src/main/java/org/apache/qpid/server/security/auth/manager/KerberosAuthenticationManager.java
AU        broker-core/src/main/java/org/apache/qpid/server/security/auth/AuthenticationResult.java
A         broker-core/src/main/java/org/apache/qpid/server/security/auth/ManagementConnectionPrincipal.java
A         broker-core/src/main/java/org/apache/qpid/server/security/auth/SubjectAuthenticationResult.java
A         broker-core/src/main/java/org/apache/qpid/server/security/auth/jmx
A         broker-core/src/main/java/org/apache/qpid/server/security/auth/jmx/JMXPasswordAuthenticator.java
A         broker-core/src/main/java/org/apache/qpid/server/security/auth/jmx/JMXConnectionPrincipal.java
A         broker-core/src/main/java/org/apache/qpid/server/security/access
A         broker-core/src/main/java/org/apache/qpid/server/security/access/ObjectType.java
AU        broker-core/src/main/java/org/apache/qpid/server/security/access/Permission.java
A         broker-core/src/main/java/org/apache/qpid/server/security/access/FileAccessControlProviderConstants.java
A         broker-core/src/main/java/org/apache/qpid/server/security/access/OperationLoggingDetails.java
AU        broker-core/src/main/java/org/apache/qpid/server/security/access/Operation.java
A         broker-core/src/main/java/org/apache/qpid/server/security/access/ObjectProperties.java
AU        broker-core/src/main/java/org/apache/qpid/server/security/AutoGeneratedSelfSignedKeyStore.java
A         broker-core/src/main/java/org/apache/qpid/server/security/NonJavaKeyStore.java
AU        broker-core/src/main/java/org/apache/qpid/server/security/TrustStoreMessageSource.java
A         broker-core/src/main/java/org/apache/qpid/server/security/FileKeyStoreImpl.java
A         broker-core/src/main/java/org/apache/qpid/server/security/SiteSpecificTrustStore.java
AU        broker-core/src/main/java/org/apache/qpid/server/security/ManagedPeerCertificateTrustStore.java
A         broker-core/src/main/java/org/apache/qpid/server/security/NonJavaTrustStoreImpl.java
A         broker-core/src/main/java/org/apache/qpid/server/configuration
A         broker-core/src/main/java/org/apache/qpid/server/configuration/IllegalConfigurationException.java
A         broker-core/src/main/java/org/apache/qpid/server/configuration/BrokerProperties.java
A         broker-core/src/main/java/org/apache/qpid/server/configuration/updater
A         broker-core/src/main/java/org/apache/qpid/server/configuration/updater/TaskExecutorImpl.java
A         broker-core/src/main/java/org/apache/qpid/server/configuration/updater/TaskWithException.java
A         broker-core/src/main/java/org/apache/qpid/server/configuration/updater/TaskExecutor.java
A         broker-core/src/main/java/org/apache/qpid/server/configuration/updater/Task.java
A         broker-core/src/main/java/org/apache/qpid/server/configuration/store
A         broker-core/src/main/java/org/apache/qpid/server/configuration/store/StoreConfigurationChangeListener.java
A         broker-core/src/main/java/org/apache/qpid/server/configuration/store/ManagementModeStoreHandler.java
A         broker-core/src/main/java/org/apache/qpid/server/flow
A         broker-core/src/main/java/org/apache/qpid/server/flow/FlowCreditManager.java
A         broker-core/src/main/java/org/apache/qpid/server/flow/AbstractFlowCreditManager.java
A         broker-core/src/main/java/org/apache/qpid/server/registry
A         broker-core/src/main/java/org/apache/qpid/server/txn
A         broker-core/src/main/java/org/apache/qpid/server/txn/RollbackOnlyDtxException.java
A         broker-core/src/main/java/org/apache/qpid/server/txn/AlreadyKnownDtxException.java
A         broker-core/src/main/java/org/apache/qpid/server/txn/NotAssociatedDtxException.java
A         broker-core/src/main/java/org/apache/qpid/server/txn/SuspendAndFailDtxException.java
AU        broker-core/src/main/java/org/apache/qpid/server/txn/LocalTransaction.java
A         broker-core/src/main/java/org/apache/qpid/server/txn/JoinAndResumeDtxException.java
A         broker-core/src/main/java/org/apache/qpid/server/txn/DtxNotSelectedException.java
A         broker-core/src/main/java/org/apache/qpid/server/txn/UnknownDtxBranchException.java
AU        broker-core/src/main/java/org/apache/qpid/server/txn/ServerTransaction.java
A         broker-core/src/main/java/org/apache/qpid/server/txn/DtxBranch.java
A         broker-core/src/main/java/org/apache/qpid/server/txn/DtxException.java
A         broker-core/src/main/java/org/apache/qpid/server/txn/TimeoutDtxException.java
AU        broker-core/src/main/java/org/apache/qpid/server/txn/AsyncAutoCommitTransaction.java
AU        broker-core/src/main/java/org/apache/qpid/server/txn/AutoCommitTransaction.java
A         broker-core/src/main/java/org/apache/qpid/server/txn/DistributedTransaction.java
A         broker-core/src/main/java/org/apache/qpid/server/txn/DtxRegistry.java
A         broker-core/src/main/java/org/apache/qpid/server/txn/IncorrectDtxStateException.java
A         broker-core/src/main/java/org/apache/qpid/server/binding
A         broker-core/src/main/java/org/apache/qpid/server/binding/BindingImpl.java
A         broker-core/src/main/java/org/apache/qpid/server/binding/BindingFactory.java
A         broker-core/src/main/java/org/apache/qpid/server/TransactionTimeoutHelper.java
A         broker-core/src/main/java/org/apache/qpid/server/util
AU        broker-core/src/main/java/org/apache/qpid/server/util/StringUtil.java
A         broker-core/src/main/java/org/apache/qpid/server/util/BaseAction.java
A         broker-core/src/main/java/org/apache/qpid/server/util/FutureResult.java
A         broker-core/src/main/java/org/apache/qpid/server/util/Action.java
A         broker-core/src/main/java/org/apache/qpid/server/util/FileHelper.java
A         broker-core/src/main/java/org/apache/qpid/server/util/ConnectionScopedRuntimeException.java
A         broker-core/src/main/java/org/apache/qpid/server/util/ParameterizedTypeImpl.java
A         broker-core/src/main/java/org/apache/qpid/server/util/Deletable.java
A         broker-core/src/main/java/org/apache/qpid/server/util/PortUtil.java
AU        broker-core/src/main/java/org/apache/qpid/server/util/DaemonThreadFactory.java
A         broker-core/src/main/java/org/apache/qpid/server/util/ServerScopedRuntimeException.java
A         broker-core/src/main/java/org/apache/qpid/server/util/ByteBufferOutputStream.java
A         broker-core/src/main/java/org/apache/qpid/server/util/urlstreamhandler
A         broker-core/src/main/java/org/apache/qpid/server/util/urlstreamhandler/data
A         broker-core/src/main/java/org/apache/qpid/server/util/urlstreamhandler/data/Handler.java
A         broker-core/src/main/java/org/apache/qpid/server/util/QpidByteBufferUtils.java
A         broker-core/src/main/java/org/apache/qpid/server/util/StateChangeListener.java
A         broker-core/src/main/java/org/apache/qpid/server/util/MapJsonSerializer.java
A         broker-core/src/main/java/org/apache/qpid/server/util/MapValueConverter.java
A         broker-core/src/main/resources
A         broker-core/src/main/resources/META-INF
A         broker-core/src/main/resources/META-INF/services
A         broker-core/src/main/resources/META-INF/services/ch.qos.logback.classic.spi.Configurator
A         broker-core/src/main/resources/initial-config.json
A         broker-core/src/xsl
A         broker-core/src/xsl/qmf.xsl
A         broker-core/src/velocity
A         broker-core/src/velocity/java
A         broker-core/src/velocity/java/org
A         broker-core/src/velocity/java/org/apache
A         broker-core/src/velocity/java/org/apache/qpid
A         broker-core/src/velocity/java/org/apache/qpid/server
A         broker-core/src/velocity/java/org/apache/qpid/server/logging
A         broker-core/src/velocity/java/org/apache/qpid/server/logging/GenerateLogMessages.java
A         broker-core/src/velocity/templates
A         broker-core/src/velocity/templates/org
A         broker-core/src/velocity/templates/org/apache
A         broker-core/src/velocity/templates/org/apache/qpid
A         broker-core/src/velocity/templates/org/apache/qpid/server
A         broker-core/src/velocity/templates/org/apache/qpid/server/logging
A         broker-core/src/velocity/templates/org/apache/qpid/server/logging/messages
A         broker-core/src/velocity/templates/org/apache/qpid/server/logging/messages/LogMessages.vm
A         broker-core/pom.xml
 U        .
At revision 1696756
no change for http://svn.apache.org/repos/asf/qpid/trunk since the previous build
[locks-and-latches] Checking to see if we really have the locks
[locks-and-latches] Have all the locks, build can start
[Qpid-Java-Cpp-Test] $ /bin/sh /tmp/hudson6859374256913560380.sh
-- The C compiler identification is GNU 4.8.2
-- The CXX compiler identification is GNU 4.8.2
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Found PythonInterp: /usr/bin/python (found version "2.7.6") 
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.26") 
-- Found Ruby: /usr/bin/ruby (found version "1.9.1") 
-- Could NOT find Doxygen (missing:  DOXYGEN_EXECUTABLE) 
-- Could NOT find VALGRIND (missing:  VALGRIND_EXECUTABLE) 
-- Looking for sasl_checkpass in sasl2
-- Looking for sasl_checkpass in sasl2 - found
-- Looking for include file sasl/sasl.h
-- Looking for include file sasl/sasl.h - found
-- Found SASL: 1  
-- Regenerating AMQP protocol sources
-- <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/qpid/cpp/src/qpid/broker/management-schema.xml> is newer
-- <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/qpid/cpp/src/qpid/acl/management-schema.xml> is newer
-- <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/qpid/cpp/src/qpid/ha/management-schema.xml> is newer
-- <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/qpid/cpp/src/qpid/legacystore/management-schema.xml> is newer
-- <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/qpid/cpp/src/qpid/linearstore/management-schema.xml> is newer
-- Regenerating Qpid Management Framework sources
-- Can't locate the doxygen command; user documentation cannot be generated
-- Boost version: 1.54.0
-- Found the following Boost libraries:
--   program_options
--   system
-- Looking for uuid_generate
-- Looking for uuid_generate - not found
-- Looking for uuid_generate in uuid
-- Looking for uuid_generate in uuid - not found
-- Looking for uuid_create
-- Looking for uuid_create - not found
-- Looking for UuidToString
-- Looking for UuidToString - not found
CMake Error at src/CMakeLists.txt:306 (message):
  No Uuid API found


-- Configuring incomplete, errors occurred!
See also "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/CMakeFiles/CMakeOutput.log".>
See also "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/CMakeFiles/CMakeError.log".>
make: *** No targets specified and no makefile found.  Stop.
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-Java-Cpp-Test #2889

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


Build failed in Jenkins: Qpid-Java-Cpp-Test #2888

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

Changes:

[orudyy] NO-JIRA: Add missing Apache licenses

[orudyy] NO-JIRA: Add RAT excludes

[orudyy] NO-JIRA: Remove specs/MOVED_FILE

------------------------------------------
[...truncated 9184 lines...]

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid Performance Test System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Qpid Performance Tests Visualisation JFC 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
     [echo] Qpid Test Profile Properties
     [echo] [profile] cpp
     [echo] [profile.broker.language] cpp
     [echo] [profile.broker.type] spawned
     [echo] [profile.broker.command] "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/src/qpidd"> -p @PORT --data-dir "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/QPID_WORK/@PORT"> -t --auth no --no-module-dir
     [echo] [profile.specific.excludes] CPPPrefetchExcludes CPPTransientExcludes
     [echo] [profile.test.excludes] Excludes CPPExcludes cpp.excludes CPPPrefetchExcludes CPPTransientExcludes cpp.excludes
     [echo] [profile.broker.version] v0_10
     [echo] [profile.test.amqp_port_protocols] ["AMQP_0_8","AMQP_0_9","AMQP_0_9_1","AMQP_0_10"]
     [echo] [profile.broker.persistent] false
     [echo] [profile.virtualhostnode.type] Memory
     [echo] [profile.virtualhostnode.context.blueprint] ${profile.virtualhostnode.context.blueprint}
     [echo] [profile.test_receive_timeout] 1000
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ qpid-perftests-visualisation-jfc ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/main/resources>
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ qpid-perftests-visualisation-jfc ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.099 sec - in org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.989 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 sec - in org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Running org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Running org.apache.qpid.disttest.charting.writer.ChartWriterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.301 sec - in org.apache.qpid.disttest.charting.writer.ChartWriterTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Running org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Running org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests-visualisation-jfc ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests-visualisation-jfc ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-visualisation-jfc-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests-visualisation-jfc/6.0.0-SNAPSHOT/lib/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid BDB Store System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building joramtests 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ joramtests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ joramtests ---
[INFO] Executing tasks

main:
     [echo] Joram Integration Tests: To run define system property -Djoramtests to a name of a JMS client e.g. qpid-jms-client
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ joramtests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ joramtests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ joramtests ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ joramtests ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ joramtests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ joramtests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/src/main/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ joramtests ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/classes>
[WARNING] <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/src/main/java/org/apache/qpid/joramtests/admin/JavaBrokerAdmin.java>:[258,52] authenticate(org.apache.http.auth.Credentials,org.apache.http.HttpRequest) in org.apache.http.impl.auth.BasicScheme has been deprecated
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ joramtests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ joramtests ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ joramtests ---
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ joramtests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/joramtests-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ joramtests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ joramtests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:integration-test (default) @ joramtests ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:verify (default) @ joramtests ---
[INFO] Tests are skipped.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.491s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [2.197s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.639s]
[INFO] Qpid Common ....................................... SUCCESS [3:46.785s]
[INFO] Qpid Management Common ............................ SUCCESS [1.993s]
[INFO] Qpid Java Broker Core ............................. FAILURE [1:06.661s]
[INFO] Qpid Access Control Broker Plug-in ................ SKIPPED
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. SKIPPED
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SKIPPED
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SKIPPED
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid Derby Message Store .......................... SKIPPED
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SKIPPED
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SKIPPED
[INFO] Qpid HTTP Management Broker Plug-in ............... SKIPPED
[INFO] Qpid JMX Management Broker Plug-in ................ SKIPPED
[INFO] Qpid Memory Message Store Broker Plug-in .......... SKIPPED
[INFO] Qpid WebSocket Broker Plug-in ..................... SKIPPED
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [9.307s]
[INFO] Qpid BDB Message Store ............................ SKIPPED
[INFO] Qpid BDB Message Store JMX ........................ SKIPPED
[INFO] Qpid Java Broker .................................. SKIPPED
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SKIPPED
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.173s]
[INFO] Qpid JCA .......................................... SUCCESS [2.488s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.494s]
[INFO] Qpid Tools ........................................ SUCCESS [0.459s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.173s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [19.160s]
[INFO] Qpid System Tests ................................. SKIPPED
[INFO] Qpid Performance Tests ............................ SUCCESS [13.656s]
[INFO] Qpid Performance Test System Tests ................ SKIPPED
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [5.757s]
[INFO] Qpid BDB Store System Tests ....................... SKIPPED
[INFO] joramtests ........................................ SUCCESS [1.194s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5:54.655s
[INFO] Finished at: Sat Sep 26 13:06:28 UTC 2015
[INFO] Final Memory: 49M/354M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (default-test) on project qpid-broker-core: Execution default-test of goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test failed: The forked VM terminated without saying properly goodbye. VM crash or System.exit called ?
[ERROR] Command was/bin/sh -c cd <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/broker-core/..> && /home/jenkins/tools/java/jdk1.7.0_25-32/jre/bin/java -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/broker-core/target/jacoco.exec> -Xmx512m -jar <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/broker-core/target/surefire/surefirebooter2138765941021517182.jar> <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/broker-core/target/surefire/surefire6836375636070088023tmp> <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/broker-core/target/surefire/surefire_27919213059111251890tmp>
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-broker-core
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Archiving artifacts
No prior successful build to compare, so performing full copy of artifacts
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2887

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

Changes:

[orudyy] QPID-6695: Log sensible information for tasks in TaskExecutor

           work by Lorenz Quack <qu...@gmail.com> and Alex Rudyy <or...@apache.org>

[kpvdr] QPID-6765 [linearstore] Add qpid-txtest mode to qpid-qls-analyze which extracts message number from message body

------------------------------------------
[...truncated 2871 lines...]

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid Performance Test System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Qpid Performance Tests Visualisation JFC 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
     [echo] Qpid Test Profile Properties
     [echo] [profile] cpp
     [echo] [profile.broker.language] cpp
     [echo] [profile.broker.type] spawned
     [echo] [profile.broker.command] "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/src/qpidd"> -p @PORT --data-dir "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/QPID_WORK/@PORT"> -t --auth no --no-module-dir
     [echo] [profile.specific.excludes] CPPPrefetchExcludes CPPTransientExcludes
     [echo] [profile.test.excludes] Excludes CPPExcludes cpp.excludes CPPPrefetchExcludes CPPTransientExcludes cpp.excludes
     [echo] [profile.broker.version] v0_10
     [echo] [profile.test.amqp_port_protocols] ["AMQP_0_8","AMQP_0_9","AMQP_0_9_1","AMQP_0_10"]
     [echo] [profile.broker.persistent] false
     [echo] [profile.virtualhostnode.type] Memory
     [echo] [profile.virtualhostnode.context.blueprint] ${profile.virtualhostnode.context.blueprint}
     [echo] [profile.test_receive_timeout] 1000
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ qpid-perftests-visualisation-jfc ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/main/resources>
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ qpid-perftests-visualisation-jfc ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.118 sec - in org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.74 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec - in org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Running org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Running org.apache.qpid.disttest.charting.writer.ChartWriterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.3 sec - in org.apache.qpid.disttest.charting.writer.ChartWriterTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Running org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Running org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests-visualisation-jfc ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests-visualisation-jfc ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-visualisation-jfc-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests-visualisation-jfc/6.0.0-SNAPSHOT/lib/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid BDB Store System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building joramtests 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ joramtests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ joramtests ---
[INFO] Executing tasks

main:
     [echo] Joram Integration Tests: To run define system property -Djoramtests to a name of a JMS client e.g. qpid-jms-client
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ joramtests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ joramtests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ joramtests ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ joramtests ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ joramtests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ joramtests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/src/main/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ joramtests ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/classes>
[WARNING] <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/src/main/java/org/apache/qpid/joramtests/admin/JavaBrokerAdmin.java>:[258,52] authenticate(org.apache.http.auth.Credentials,org.apache.http.HttpRequest) in org.apache.http.impl.auth.BasicScheme has been deprecated
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ joramtests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ joramtests ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ joramtests ---
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ joramtests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/joramtests-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ joramtests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ joramtests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:integration-test (default) @ joramtests ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:verify (default) @ joramtests ---
[INFO] Tests are skipped.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.730s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [2.175s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.457s]
[INFO] Qpid Common ....................................... SUCCESS [3:39.269s]
[INFO] Qpid Management Common ............................ SUCCESS [1.826s]
[INFO] Qpid Java Broker Core ............................. FAILURE [1:04.989s]
[INFO] Qpid Access Control Broker Plug-in ................ SKIPPED
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. SKIPPED
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SKIPPED
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SKIPPED
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid Derby Message Store .......................... SKIPPED
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SKIPPED
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SKIPPED
[INFO] Qpid HTTP Management Broker Plug-in ............... SKIPPED
[INFO] Qpid JMX Management Broker Plug-in ................ SKIPPED
[INFO] Qpid Memory Message Store Broker Plug-in .......... SKIPPED
[INFO] Qpid WebSocket Broker Plug-in ..................... SKIPPED
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [9.247s]
[INFO] Qpid BDB Message Store ............................ SKIPPED
[INFO] Qpid BDB Message Store JMX ........................ SKIPPED
[INFO] Qpid Java Broker .................................. SKIPPED
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SKIPPED
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.173s]
[INFO] Qpid JCA .......................................... SUCCESS [1.987s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.428s]
[INFO] Qpid Tools ........................................ SUCCESS [0.409s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.166s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [0.900s]
[INFO] Qpid System Tests ................................. SKIPPED
[INFO] Qpid Performance Tests ............................ SUCCESS [12.722s]
[INFO] Qpid Performance Test System Tests ................ SKIPPED
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [5.227s]
[INFO] Qpid BDB Store System Tests ....................... SKIPPED
[INFO] joramtests ........................................ SUCCESS [0.883s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5:24.519s
[INFO] Finished at: Fri Sep 25 15:39:41 UTC 2015
[INFO] Final Memory: 48M/364M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (default-test) on project qpid-broker-core: Execution default-test of goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test failed: The forked VM terminated without saying properly goodbye. VM crash or System.exit called ?
[ERROR] Command was/bin/sh -c cd <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/broker-core/..> && /home/jenkins/tools/java/jdk1.7.0_25-32/jre/bin/java -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/broker-core/target/jacoco.exec> -Xmx512m -jar <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/broker-core/target/surefire/surefirebooter2359295980423198010.jar> <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/broker-core/target/surefire/surefire98810957486660274tmp> <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/broker-core/target/surefire/surefire_27173535153158345891tmp>
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-broker-core
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Archiving artifacts
No prior successful build to compare, so performing full copy of artifacts
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2886

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

Changes:

[rgodfrey] QPID-6756 : Allow a connection to use a pre-opened socket

------------------------------------------
[...truncated 8808 lines...]

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid Performance Test System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Qpid Performance Tests Visualisation JFC 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
     [echo] Qpid Test Profile Properties
     [echo] [profile] cpp
     [echo] [profile.broker.language] cpp
     [echo] [profile.broker.type] spawned
     [echo] [profile.broker.command] "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/src/qpidd"> -p @PORT --data-dir "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/QPID_WORK/@PORT"> -t --auth no --no-module-dir
     [echo] [profile.specific.excludes] CPPPrefetchExcludes CPPTransientExcludes
     [echo] [profile.test.excludes] Excludes CPPExcludes cpp.excludes CPPPrefetchExcludes CPPTransientExcludes cpp.excludes
     [echo] [profile.broker.version] v0_10
     [echo] [profile.test.amqp_port_protocols] ["AMQP_0_8","AMQP_0_9","AMQP_0_9_1","AMQP_0_10"]
     [echo] [profile.broker.persistent] false
     [echo] [profile.virtualhostnode.type] Memory
     [echo] [profile.virtualhostnode.context.blueprint] ${profile.virtualhostnode.context.blueprint}
     [echo] [profile.test_receive_timeout] 1000
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ qpid-perftests-visualisation-jfc ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/main/resources>
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ qpid-perftests-visualisation-jfc ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.079 sec - in org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.376 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 sec - in org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Running org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Running org.apache.qpid.disttest.charting.writer.ChartWriterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.307 sec - in org.apache.qpid.disttest.charting.writer.ChartWriterTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Running org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Running org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests-visualisation-jfc ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests-visualisation-jfc ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-visualisation-jfc-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests-visualisation-jfc/6.0.0-SNAPSHOT/lib/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid BDB Store System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building joramtests 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ joramtests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ joramtests ---
[INFO] Executing tasks

main:
     [echo] Joram Integration Tests: To run define system property -Djoramtests to a name of a JMS client e.g. qpid-jms-client
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ joramtests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ joramtests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ joramtests ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ joramtests ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ joramtests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ joramtests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/src/main/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ joramtests ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/classes>
[WARNING] <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/src/main/java/org/apache/qpid/joramtests/admin/JavaBrokerAdmin.java>:[258,52] authenticate(org.apache.http.auth.Credentials,org.apache.http.HttpRequest) in org.apache.http.impl.auth.BasicScheme has been deprecated
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ joramtests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ joramtests ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ joramtests ---
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ joramtests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/joramtests-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ joramtests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ joramtests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:integration-test (default) @ joramtests ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:verify (default) @ joramtests ---
[INFO] Tests are skipped.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [3.172s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [2.384s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.637s]
[INFO] Qpid Common ....................................... SUCCESS [3:47.651s]
[INFO] Qpid Management Common ............................ SUCCESS [1.877s]
[INFO] Qpid Java Broker Core ............................. FAILURE [1:06.479s]
[INFO] Qpid Access Control Broker Plug-in ................ SKIPPED
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. SKIPPED
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SKIPPED
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SKIPPED
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid Derby Message Store .......................... SKIPPED
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SKIPPED
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SKIPPED
[INFO] Qpid HTTP Management Broker Plug-in ............... SKIPPED
[INFO] Qpid JMX Management Broker Plug-in ................ SKIPPED
[INFO] Qpid Memory Message Store Broker Plug-in .......... SKIPPED
[INFO] Qpid WebSocket Broker Plug-in ..................... SKIPPED
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [10.114s]
[INFO] Qpid BDB Message Store ............................ SKIPPED
[INFO] Qpid BDB Message Store JMX ........................ SKIPPED
[INFO] Qpid Java Broker .................................. SKIPPED
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SKIPPED
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.171s]
[INFO] Qpid JCA .......................................... SUCCESS [2.203s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.470s]
[INFO] Qpid Tools ........................................ SUCCESS [0.804s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.186s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [3.434s]
[INFO] Qpid System Tests ................................. SKIPPED
[INFO] Qpid Performance Tests ............................ SUCCESS [12.961s]
[INFO] Qpid Performance Test System Tests ................ SKIPPED
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [5.999s]
[INFO] Qpid BDB Store System Tests ....................... SKIPPED
[INFO] joramtests ........................................ SUCCESS [1.364s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5:41.054s
[INFO] Finished at: Fri Sep 25 13:37:22 UTC 2015
[INFO] Final Memory: 49M/354M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (default-test) on project qpid-broker-core: Execution default-test of goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test failed: The forked VM terminated without saying properly goodbye. VM crash or System.exit called ?
[ERROR] Command was/bin/sh -c cd <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/broker-core/..> && /home/jenkins/tools/java/jdk1.7.0_25-32/jre/bin/java -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/broker-core/target/jacoco.exec> -Xmx512m -jar <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/broker-core/target/surefire/surefirebooter8428839991518694718.jar> <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/broker-core/target/surefire/surefire3141804626691276460tmp> <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/broker-core/target/surefire/surefire_21864146645434751311tmp>
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-broker-core
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Archiving artifacts
No prior successful build to compare, so performing full copy of artifacts
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2885

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

------------------------------------------
[...truncated 5036 lines...]
main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid Performance Test System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Qpid Performance Tests Visualisation JFC 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
     [echo] Qpid Test Profile Properties
     [echo] [profile] cpp
     [echo] [profile.broker.language] cpp
     [echo] [profile.broker.type] spawned
     [echo] [profile.broker.command] "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/src/qpidd"> -p @PORT --data-dir "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/QPID_WORK/@PORT"> -t --auth no --no-module-dir
     [echo] [profile.specific.excludes] CPPPrefetchExcludes CPPTransientExcludes
     [echo] [profile.test.excludes] Excludes CPPExcludes cpp.excludes CPPPrefetchExcludes CPPTransientExcludes cpp.excludes
     [echo] [profile.broker.version] v0_10
     [echo] [profile.test.amqp_port_protocols] ["AMQP_0_8","AMQP_0_9","AMQP_0_9_1","AMQP_0_10"]
     [echo] [profile.broker.persistent] false
     [echo] [profile.virtualhostnode.type] Memory
     [echo] [profile.virtualhostnode.context.blueprint] ${profile.virtualhostnode.context.blueprint}
     [echo] [profile.test_receive_timeout] 1000
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ qpid-perftests-visualisation-jfc ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/main/resources>
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ qpid-perftests-visualisation-jfc ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.qpid.disttest.charting.writer.ChartWriterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.163 sec - in org.apache.qpid.disttest.charting.writer.ChartWriterTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Running org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Running org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec - in org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.89 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Running org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 sec - in org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Running org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests-visualisation-jfc ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests-visualisation-jfc ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-visualisation-jfc-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests-visualisation-jfc/6.0.0-SNAPSHOT/lib/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid BDB Store System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building joramtests 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ joramtests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ joramtests ---
[INFO] Executing tasks

main:
     [echo] Joram Integration Tests: To run define system property -Djoramtests to a name of a JMS client e.g. qpid-jms-client
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ joramtests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ joramtests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ joramtests ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ joramtests ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ joramtests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ joramtests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/src/main/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ joramtests ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/classes>
[WARNING] <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/src/main/java/org/apache/qpid/joramtests/admin/JavaBrokerAdmin.java>:[258,52] authenticate(org.apache.http.auth.Credentials,org.apache.http.HttpRequest) in org.apache.http.impl.auth.BasicScheme has been deprecated
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ joramtests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ joramtests ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ joramtests ---
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ joramtests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/joramtests-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ joramtests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ joramtests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:integration-test (default) @ joramtests ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:verify (default) @ joramtests ---
[INFO] Tests are skipped.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [3.071s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [2.372s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.537s]
[INFO] Qpid Common ....................................... SUCCESS [3:37.198s]
[INFO] Qpid Management Common ............................ SUCCESS [1.837s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:30.745s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [4.930s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. SUCCESS [2.186s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [5.431s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [5.394s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SUCCESS [0.318s]
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.236s]
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.267s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [16.177s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.336s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [10.177s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [6.242s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [2.989s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.476s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.307s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [8.849s]
[INFO] Qpid BDB Message Store ............................ SUCCESS [39.428s]
[INFO] Qpid BDB Message Store JMX ........................ SUCCESS [2.289s]
[INFO] Qpid Java Broker .................................. SUCCESS [5.313s]
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.289s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.149s]
[INFO] Qpid JCA .......................................... SUCCESS [2.224s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.438s]
[INFO] Qpid Tools ........................................ SUCCESS [0.460s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.165s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [0.921s]
[INFO] Qpid System Tests ................................. FAILURE [5:52.460s]
[INFO] Qpid Performance Tests ............................ SUCCESS [14.519s]
[INFO] Qpid Performance Test System Tests ................ SKIPPED
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [6.171s]
[INFO] Qpid BDB Store System Tests ....................... SKIPPED
[INFO] joramtests ........................................ SUCCESS [0.472s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13:26.522s
[INFO] Finished at: Thu Sep 24 11:18:25 UTC 2015
[INFO] Final Memory: 75M/398M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (integration-test) on project qpid-systests: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/systests/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-systests
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Archiving artifacts
No prior successful build to compare, so performing full copy of artifacts
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2884

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

Changes:

[kwall] NO-JIRA: IntelliJ code style file

[orudyy] QPID-6752: [Java Broker] Downgrade log level for BDB log message 'Average cleaner backlog has grown...' from ERROR to INFO

           work done by Lorenz Quack <qu...@gmail.com> and Alex Rudyy <or...@gmail.com>

------------------------------------------
[...truncated 5148 lines...]
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests-visualisation-jfc ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-visualisation-jfc-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests-visualisation-jfc/6.0.0-SNAPSHOT/lib/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Qpid BDB Store System Tests 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qpid-bdbstore-systests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ qpid-bdbstore-systests ---
[INFO] Executing tasks

main:
     [echo] Qpid Test Profile Properties
     [echo] [profile] cpp
     [echo] [profile.broker.language] cpp
     [echo] [profile.broker.type] spawned
     [echo] [profile.broker.command] "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/src/qpidd"> -p @PORT --data-dir "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target/QPID_WORK/@PORT"> -t --auth no --no-module-dir
     [echo] [profile.specific.excludes] CPPPrefetchExcludes CPPTransientExcludes
     [echo] [profile.test.excludes] Excludes CPPExcludes cpp.excludes CPPPrefetchExcludes CPPTransientExcludes cpp.excludes
     [echo] [profile.broker.version] v0_10
     [echo] [profile.test.amqp_port_protocols] ["AMQP_0_8","AMQP_0_9","AMQP_0_9_1","AMQP_0_10"]
     [echo] [profile.broker.persistent] false
     [echo] [profile.virtualhostnode.type] Memory
     [echo] [profile.virtualhostnode.context.blueprint] ${profile.virtualhostnode.context.blueprint}
     [echo] [profile.test_receive_timeout] 1000
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ qpid-bdbstore-systests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ qpid-bdbstore-systests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ qpid-bdbstore-systests ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ qpid-bdbstore-systests ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ qpid-bdbstore-systests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-systests-etc-resources) @ qpid-bdbstore-systests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-test-profile-resources) @ qpid-bdbstore-systests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 46 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-bdbstore-bin-resources) @ qpid-bdbstore-systests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qpid-bdbstore-systests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/src/main/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ qpid-bdbstore-systests ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qpid-bdbstore-systests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ qpid-bdbstore-systests ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ qpid-bdbstore-systests ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-bdbstore-systests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target/qpid-bdbstore-systests-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-bdbstore-systests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (fix-bdb-script-permissions) @ qpid-bdbstore-systests ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-bdbstore-systests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target/qpid-broker/6.0.0-SNAPSHOT/qbtc-test-config>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:unpack (extract-broker-distribution) @ qpid-bdbstore-systests ---
[INFO] Configured Artifact: org.apache.qpid:qpid-broker:bin:6.0.0-SNAPSHOT:tar.gz
[INFO] Unpacking <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/broker/target/qpid-broker-6.0.0-SNAPSHOT-bin.tar.gz> to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target> with includes "" and excludes ""
[INFO] Expanding: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/broker/target/qpid-broker-6.0.0-SNAPSHOT-bin.tar.gz> into <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target>
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:copy (copy-sleepycat-jar-for-bdb-tests) @ qpid-bdbstore-systests ---
[INFO] Configured Artifact: com.sleepycat:je:5.0.104:jar
[INFO] Copying je-5.0.104.jar to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target/qpid-broker/6.0.0-SNAPSHOT/lib/je-5.0.104.jar>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (integration-test) @ qpid-bdbstore-systests ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.qpid.server.store.berkeleydb.BDBUpgradeTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.407 sec - in org.apache.qpid.server.store.berkeleydb.BDBUpgradeTest
Running org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 sec - in org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest
Running org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 sec - in org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest
Running org.apache.qpid.server.store.berkeleydb.replication.JMXManagementTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec - in org.apache.qpid.server.store.berkeleydb.replication.JMXManagementTest
Running org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest
Running org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest
Running org.apache.qpid.server.store.berkeleydb.BDBBackupTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.qpid.server.store.berkeleydb.BDBBackupTest

Results :

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

[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building joramtests 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ joramtests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ joramtests ---
[INFO] Executing tasks

main:
     [echo] Joram Integration Tests: To run define system property -Djoramtests to a name of a JMS client e.g. qpid-jms-client
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ joramtests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ joramtests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ joramtests ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ joramtests ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ joramtests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ joramtests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/src/main/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ joramtests ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/classes>
[WARNING] <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/src/main/java/org/apache/qpid/joramtests/admin/JavaBrokerAdmin.java>:[258,52] authenticate(org.apache.http.auth.Credentials,org.apache.http.HttpRequest) in org.apache.http.impl.auth.BasicScheme has been deprecated
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ joramtests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ joramtests ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ joramtests ---
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ joramtests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/joramtests-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ joramtests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ joramtests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:integration-test (default) @ joramtests ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:verify (default) @ joramtests ---
[INFO] Tests are skipped.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [3.323s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [2.160s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.630s]
[INFO] Qpid Common ....................................... SUCCESS [3:39.567s]
[INFO] Qpid Management Common ............................ SUCCESS [1.890s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:32.126s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [4.925s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. SUCCESS [2.293s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [5.315s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [5.845s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SUCCESS [0.322s]
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.254s]
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.285s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [18.621s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.509s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.956s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [6.559s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [2.902s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.417s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.447s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [9.451s]
[INFO] Qpid BDB Message Store ............................ SUCCESS [40.362s]
[INFO] Qpid BDB Message Store JMX ........................ SUCCESS [2.422s]
[INFO] Qpid Java Broker .................................. SUCCESS [5.519s]
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.410s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.151s]
[INFO] Qpid JCA .......................................... SUCCESS [2.570s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.464s]
[INFO] Qpid Tools ........................................ SUCCESS [0.437s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.176s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [0.929s]
[INFO] Qpid System Tests ................................. SUCCESS [5:51.469s]
[INFO] Qpid Performance Tests ............................ SUCCESS [12.827s]
[INFO] Qpid Performance Test System Tests ................ SUCCESS [16.921s]
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [5.486s]
[INFO] Qpid BDB Store System Tests ....................... SUCCESS [2.264s]
[INFO] joramtests ........................................ SUCCESS [0.808s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13:52.113s
[INFO] Finished at: Thu Sep 24 09:40:05 UTC 2015
[INFO] Final Memory: 74M/266M
[INFO] ------------------------------------------------------------------------
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results
No test report files were found. Configuration error?
Build step 'Publish JUnit test result report' changed build result to FAILURE

Build failed in Jenkins: Qpid-Java-Cpp-Test #2883

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

Changes:

[orudyy] QPID-6751: [Java Broker] Set adequate JE cache sizes for multiple JE evironments created in Broker BDB virtual host nodes and virtual hosts

           work done by Lorenz Quack <qu...@gmail.com> and Alex Rudyy <or...@gmail.com>

------------------------------------------
[...truncated 5195 lines...]
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests-visualisation-jfc ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-visualisation-jfc-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests-visualisation-jfc/6.0.0-SNAPSHOT/lib/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Qpid BDB Store System Tests 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qpid-bdbstore-systests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ qpid-bdbstore-systests ---
[INFO] Executing tasks

main:
     [echo] Qpid Test Profile Properties
     [echo] [profile] cpp
     [echo] [profile.broker.language] cpp
     [echo] [profile.broker.type] spawned
     [echo] [profile.broker.command] "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/src/qpidd"> -p @PORT --data-dir "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target/QPID_WORK/@PORT"> -t --auth no --no-module-dir
     [echo] [profile.specific.excludes] CPPPrefetchExcludes CPPTransientExcludes
     [echo] [profile.test.excludes] Excludes CPPExcludes cpp.excludes CPPPrefetchExcludes CPPTransientExcludes cpp.excludes
     [echo] [profile.broker.version] v0_10
     [echo] [profile.test.amqp_port_protocols] ["AMQP_0_8","AMQP_0_9","AMQP_0_9_1","AMQP_0_10"]
     [echo] [profile.broker.persistent] false
     [echo] [profile.virtualhostnode.type] Memory
     [echo] [profile.virtualhostnode.context.blueprint] ${profile.virtualhostnode.context.blueprint}
     [echo] [profile.test_receive_timeout] 1000
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ qpid-bdbstore-systests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ qpid-bdbstore-systests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ qpid-bdbstore-systests ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ qpid-bdbstore-systests ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ qpid-bdbstore-systests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-systests-etc-resources) @ qpid-bdbstore-systests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-test-profile-resources) @ qpid-bdbstore-systests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 46 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-bdbstore-bin-resources) @ qpid-bdbstore-systests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qpid-bdbstore-systests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/src/main/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ qpid-bdbstore-systests ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qpid-bdbstore-systests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ qpid-bdbstore-systests ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ qpid-bdbstore-systests ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-bdbstore-systests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target/qpid-bdbstore-systests-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-bdbstore-systests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (fix-bdb-script-permissions) @ qpid-bdbstore-systests ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-bdbstore-systests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target/qpid-broker/6.0.0-SNAPSHOT/qbtc-test-config>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:unpack (extract-broker-distribution) @ qpid-bdbstore-systests ---
[INFO] Configured Artifact: org.apache.qpid:qpid-broker:bin:6.0.0-SNAPSHOT:tar.gz
[INFO] Unpacking <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/broker/target/qpid-broker-6.0.0-SNAPSHOT-bin.tar.gz> to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target> with includes "" and excludes ""
[INFO] Expanding: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/broker/target/qpid-broker-6.0.0-SNAPSHOT-bin.tar.gz> into <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target>
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:copy (copy-sleepycat-jar-for-bdb-tests) @ qpid-bdbstore-systests ---
[INFO] Configured Artifact: com.sleepycat:je:5.0.104:jar
[INFO] Copying je-5.0.104.jar to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target/qpid-broker/6.0.0-SNAPSHOT/lib/je-5.0.104.jar>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (integration-test) @ qpid-bdbstore-systests ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.qpid.server.store.berkeleydb.BDBUpgradeTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.41 sec - in org.apache.qpid.server.store.berkeleydb.BDBUpgradeTest
Running org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 sec - in org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest
Running org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 sec - in org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest
Running org.apache.qpid.server.store.berkeleydb.replication.JMXManagementTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec - in org.apache.qpid.server.store.berkeleydb.replication.JMXManagementTest
Running org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest
Running org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest
Running org.apache.qpid.server.store.berkeleydb.BDBBackupTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.qpid.server.store.berkeleydb.BDBBackupTest

Results :

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

[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building joramtests 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ joramtests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ joramtests ---
[INFO] Executing tasks

main:
     [echo] Joram Integration Tests: To run define system property -Djoramtests to a name of a JMS client e.g. qpid-jms-client
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ joramtests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ joramtests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ joramtests ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ joramtests ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ joramtests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ joramtests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/src/main/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ joramtests ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/classes>
[WARNING] <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/src/main/java/org/apache/qpid/joramtests/admin/JavaBrokerAdmin.java>:[258,52] authenticate(org.apache.http.auth.Credentials,org.apache.http.HttpRequest) in org.apache.http.impl.auth.BasicScheme has been deprecated
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ joramtests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ joramtests ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ joramtests ---
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ joramtests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/joramtests-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ joramtests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ joramtests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:integration-test (default) @ joramtests ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:verify (default) @ joramtests ---
[INFO] Tests are skipped.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.409s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [2.080s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.516s]
[INFO] Qpid Common ....................................... SUCCESS [3:45.623s]
[INFO] Qpid Management Common ............................ SUCCESS [2.032s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:31.329s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [4.665s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. SUCCESS [2.310s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [5.540s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [5.884s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SUCCESS [0.292s]
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.238s]
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.245s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [16.631s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.307s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.575s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [5.739s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [2.893s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.393s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.351s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [8.732s]
[INFO] Qpid BDB Message Store ............................ SUCCESS [40.044s]
[INFO] Qpid BDB Message Store JMX ........................ SUCCESS [2.466s]
[INFO] Qpid Java Broker .................................. SUCCESS [5.009s]
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.282s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.146s]
[INFO] Qpid JCA .......................................... SUCCESS [1.921s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.377s]
[INFO] Qpid Tools ........................................ SUCCESS [0.422s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.161s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [0.750s]
[INFO] Qpid System Tests ................................. SUCCESS [5:51.843s]
[INFO] Qpid Performance Tests ............................ SUCCESS [13.278s]
[INFO] Qpid Performance Test System Tests ................ SUCCESS [18.982s]
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [5.370s]
[INFO] Qpid BDB Store System Tests ....................... SUCCESS [2.324s]
[INFO] joramtests ........................................ SUCCESS [0.405s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13:52.387s
[INFO] Finished at: Wed Sep 23 18:48:01 UTC 2015
[INFO] Final Memory: 77M/362M
[INFO] ------------------------------------------------------------------------
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results
No test report files were found. Configuration error?
Build step 'Publish JUnit test result report' changed build result to FAILURE

Build failed in Jenkins: Qpid-Java-Cpp-Test #2882

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

Changes:

[kwall] NO-JIRA: Exclude ResultsXmlWriterTest owing to difference in IBM JDK XML Transfomer.

(This test tests a perf test utility)

[kwall] QPID-6262 : [Java Broker] fix defect that meant we required a read of zero bytes before AMQP data would be processed.

------------------------------------------
[...truncated 5182 lines...]
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests-visualisation-jfc ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-visualisation-jfc-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests-visualisation-jfc/6.0.0-SNAPSHOT/lib/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Qpid BDB Store System Tests 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qpid-bdbstore-systests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ qpid-bdbstore-systests ---
[INFO] Executing tasks

main:
     [echo] Qpid Test Profile Properties
     [echo] [profile] cpp
     [echo] [profile.broker.language] cpp
     [echo] [profile.broker.type] spawned
     [echo] [profile.broker.command] "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/src/qpidd"> -p @PORT --data-dir "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target/QPID_WORK/@PORT"> -t --auth no --no-module-dir
     [echo] [profile.specific.excludes] CPPPrefetchExcludes CPPTransientExcludes
     [echo] [profile.test.excludes] Excludes CPPExcludes cpp.excludes CPPPrefetchExcludes CPPTransientExcludes cpp.excludes
     [echo] [profile.broker.version] v0_10
     [echo] [profile.test.amqp_port_protocols] ["AMQP_0_8","AMQP_0_9","AMQP_0_9_1","AMQP_0_10"]
     [echo] [profile.broker.persistent] false
     [echo] [profile.virtualhostnode.type] Memory
     [echo] [profile.virtualhostnode.context.blueprint] ${profile.virtualhostnode.context.blueprint}
     [echo] [profile.test_receive_timeout] 1000
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ qpid-bdbstore-systests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ qpid-bdbstore-systests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ qpid-bdbstore-systests ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ qpid-bdbstore-systests ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ qpid-bdbstore-systests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-systests-etc-resources) @ qpid-bdbstore-systests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-test-profile-resources) @ qpid-bdbstore-systests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 46 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-bdbstore-bin-resources) @ qpid-bdbstore-systests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qpid-bdbstore-systests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/src/main/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ qpid-bdbstore-systests ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qpid-bdbstore-systests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ qpid-bdbstore-systests ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ qpid-bdbstore-systests ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-bdbstore-systests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target/qpid-bdbstore-systests-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-bdbstore-systests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (fix-bdb-script-permissions) @ qpid-bdbstore-systests ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-bdbstore-systests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target/qpid-broker/6.0.0-SNAPSHOT/qbtc-test-config>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:unpack (extract-broker-distribution) @ qpid-bdbstore-systests ---
[INFO] Configured Artifact: org.apache.qpid:qpid-broker:bin:6.0.0-SNAPSHOT:tar.gz
[INFO] Unpacking <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/broker/target/qpid-broker-6.0.0-SNAPSHOT-bin.tar.gz> to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target> with includes "" and excludes ""
[INFO] Expanding: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/broker/target/qpid-broker-6.0.0-SNAPSHOT-bin.tar.gz> into <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target>
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:copy (copy-sleepycat-jar-for-bdb-tests) @ qpid-bdbstore-systests ---
[INFO] Configured Artifact: com.sleepycat:je:5.0.104:jar
[INFO] Copying je-5.0.104.jar to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target/qpid-broker/6.0.0-SNAPSHOT/lib/je-5.0.104.jar>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (integration-test) @ qpid-bdbstore-systests ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.qpid.server.store.berkeleydb.BDBUpgradeTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.413 sec - in org.apache.qpid.server.store.berkeleydb.BDBUpgradeTest
Running org.apache.qpid.server.store.berkeleydb.BDBBackupTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.qpid.server.store.berkeleydb.BDBBackupTest
Running org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest
Running org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec - in org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest
Running org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 sec - in org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest
Running org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec - in org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest
Running org.apache.qpid.server.store.berkeleydb.replication.JMXManagementTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec - in org.apache.qpid.server.store.berkeleydb.replication.JMXManagementTest

Results :

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

[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building joramtests 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ joramtests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ joramtests ---
[INFO] Executing tasks

main:
     [echo] Joram Integration Tests: To run define system property -Djoramtests to a name of a JMS client e.g. qpid-jms-client
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ joramtests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ joramtests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ joramtests ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ joramtests ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ joramtests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ joramtests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/src/main/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ joramtests ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/classes>
[WARNING] <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/src/main/java/org/apache/qpid/joramtests/admin/JavaBrokerAdmin.java>:[258,52] authenticate(org.apache.http.auth.Credentials,org.apache.http.HttpRequest) in org.apache.http.impl.auth.BasicScheme has been deprecated
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ joramtests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ joramtests ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ joramtests ---
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ joramtests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/joramtests-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ joramtests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ joramtests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:integration-test (default) @ joramtests ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:verify (default) @ joramtests ---
[INFO] Tests are skipped.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.310s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [1.730s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.477s]
[INFO] Qpid Common ....................................... SUCCESS [3:40.262s]
[INFO] Qpid Management Common ............................ SUCCESS [1.794s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:30.658s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [4.567s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. SUCCESS [2.102s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [4.989s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [5.523s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SUCCESS [0.242s]
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.239s]
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.227s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [18.783s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.250s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.410s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [5.351s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [2.832s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.288s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.263s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [8.550s]
[INFO] Qpid BDB Message Store ............................ SUCCESS [40.283s]
[INFO] Qpid BDB Message Store JMX ........................ SUCCESS [2.470s]
[INFO] Qpid Java Broker .................................. SUCCESS [4.874s]
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.229s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.158s]
[INFO] Qpid JCA .......................................... SUCCESS [1.972s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.376s]
[INFO] Qpid Tools ........................................ SUCCESS [0.331s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.123s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [0.762s]
[INFO] Qpid System Tests ................................. SUCCESS [5:53.027s]
[INFO] Qpid Performance Tests ............................ SUCCESS [12.647s]
[INFO] Qpid Performance Test System Tests ................ SUCCESS [16.553s]
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [5.328s]
[INFO] Qpid BDB Store System Tests ....................... SUCCESS [2.307s]
[INFO] joramtests ........................................ SUCCESS [0.364s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13:43.484s
[INFO] Finished at: Wed Sep 23 17:03:52 UTC 2015
[INFO] Final Memory: 74M/220M
[INFO] ------------------------------------------------------------------------
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results
No test report files were found. Configuration error?
Build step 'Publish JUnit test result report' changed build result to FAILURE

Build failed in Jenkins: Qpid-Java-Cpp-Test #2881

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

Changes:

[rgodfrey] QPID-6262 : Remove redundant empty writes and ensure that TLS encryption optimizes its use of buffers

[kwall] QPID-6746: [Java Broker] Fix quoting of the environment variable JAVA_MEM

[kwall] QPID-6732: [Java Perf Tests] Enchance perf tests to store JMS provider version and AMQP Protocol to allow for performance charts comparing versions

[rgodfrey] QPID-6750 : Use ListenableFuture instead of FutureResult

[rgodfrey] QPID-6749 : Direct bdb logging to correctly named loggers

------------------------------------------
[...truncated 7266 lines...]
A         perftests/src/main/java/org/apache/qpid/disttest/controller/config/ConnectionConfig.java
A         perftests/src/main/java/org/apache/qpid/disttest/controller/config/MessageProviderConfig.java
A         perftests/src/main/java/org/apache/qpid/disttest/controller/config/TestConfig.java
A         perftests/src/main/java/org/apache/qpid/disttest/controller/config/ConfigReader.java
A         perftests/src/main/java/org/apache/qpid/disttest/controller/HillClimber.java
A         perftests/src/main/java/org/apache/qpid/disttest/controller/ClientRegistry.java
A         perftests/src/main/java/org/apache/qpid/disttest/controller/HillClimbingTestRunner.java
A         perftests/src/main/java/org/apache/qpid/disttest/controller/AbstractTestRunner.java
A         perftests/src/main/java/org/apache/qpid/disttest/controller/TestResult.java
A         perftests/src/main/java/org/apache/qpid/disttest/message
A         perftests/src/main/java/org/apache/qpid/disttest/message/ParticipantResult.java
A         perftests/src/main/java/org/apache/qpid/disttest/message/Command.java
A         perftests/src/main/java/org/apache/qpid/disttest/message/CreateConsumerCommand.java
A         perftests/src/main/java/org/apache/qpid/disttest/message/CommandType.java
A         perftests/src/main/java/org/apache/qpid/disttest/message/ProducerParticipantResult.java
A         perftests/src/main/java/org/apache/qpid/disttest/message/TearDownTestCommand.java
A         perftests/src/main/java/org/apache/qpid/disttest/message/RegisterClientCommand.java
A         perftests/src/main/java/org/apache/qpid/disttest/message/CreateConnectionCommand.java
A         perftests/src/main/java/org/apache/qpid/disttest/message/CreateMessageProviderCommand.java
A         perftests/src/main/java/org/apache/qpid/disttest/message/StopClientCommand.java
A         perftests/src/main/java/org/apache/qpid/disttest/message/CreateResponderCommand.java
A         perftests/src/main/java/org/apache/qpid/disttest/message/OutputAttribute.java
A         perftests/src/main/java/org/apache/qpid/disttest/message/ConsumerParticipantResult.java
A         perftests/src/main/java/org/apache/qpid/disttest/message/StartTestCommand.java
A         perftests/src/main/java/org/apache/qpid/disttest/message/ParticipantAttributeExtractor.java
A         perftests/src/main/java/org/apache/qpid/disttest/message/Response.java
A         perftests/src/main/java/org/apache/qpid/disttest/message/CreateParticipantCommand.java
A         perftests/src/main/java/org/apache/qpid/disttest/message/ParticipantAttribute.java
A         perftests/src/main/java/org/apache/qpid/disttest/message/StartDataCollectionCommand.java
A         perftests/src/main/java/org/apache/qpid/disttest/message/CreateProducerCommand.java
A         perftests/src/main/java/org/apache/qpid/disttest/message/CreateSessionCommand.java
A         perftests/src/main/java/org/apache/qpid/disttest/message/NoOpCommand.java
A         perftests/src/main/java/org/apache/qpid/disttest/ConfigFileHelper.java
A         perftests/src/main/java/org/apache/qpid/disttest/db
A         perftests/src/main/java/org/apache/qpid/disttest/db/ResultsDbWriter.java
A         perftests/src/main/java/test-utils.js
A         perftests/pom.xml
A         perftests/visualisation-jfc
A         perftests/visualisation-jfc/src
A         perftests/visualisation-jfc/src/main
A         perftests/visualisation-jfc/src/main/assembly
A         perftests/visualisation-jfc/src/main/assembly/qpid-perftests-visualisation-jfc-bin.xml
A         perftests/visualisation-jfc/src/main/java
A         perftests/visualisation-jfc/src/main/java/org
A         perftests/visualisation-jfc/src/main/java/org/apache
A         perftests/visualisation-jfc/src/main/java/org/apache/qpid
A         perftests/visualisation-jfc/src/main/java/org/apache/qpid/disttest
A         perftests/visualisation-jfc/src/main/java/org/apache/qpid/disttest/charting
A         perftests/visualisation-jfc/src/main/java/org/apache/qpid/disttest/charting/chartbuilder
A         perftests/visualisation-jfc/src/main/java/org/apache/qpid/disttest/charting/chartbuilder/TimeSeriesLineChartBuilder.java
A         perftests/visualisation-jfc/src/main/java/org/apache/qpid/disttest/charting/chartbuilder/CategoryDataSetBasedChartBuilder.java
A         perftests/visualisation-jfc/src/main/java/org/apache/qpid/disttest/charting/chartbuilder/SeriesPainter.java
A         perftests/visualisation-jfc/src/main/java/org/apache/qpid/disttest/charting/chartbuilder/SeriesStrokeAndPaintApplier.java
A         perftests/visualisation-jfc/src/main/java/org/apache/qpid/disttest/charting/chartbuilder/LineChartBuilder.java
A         perftests/visualisation-jfc/src/main/java/org/apache/qpid/disttest/charting/chartbuilder/BarChart3DBuilder.java
A         perftests/visualisation-jfc/src/main/java/org/apache/qpid/disttest/charting/chartbuilder/BarChartBuilder.java
A         perftests/visualisation-jfc/src/main/java/org/apache/qpid/disttest/charting/chartbuilder/XYDataSetBasedChartBuilder.java
A         perftests/visualisation-jfc/src/main/java/org/apache/qpid/disttest/charting/chartbuilder/ChartBuilderFactory.java
A         perftests/visualisation-jfc/src/main/java/org/apache/qpid/disttest/charting/chartbuilder/XYLineChartBuilder.java
A         perftests/visualisation-jfc/src/main/java/org/apache/qpid/disttest/charting/chartbuilder/CategoryStrokeAndPaintApplier.java
A         perftests/visualisation-jfc/src/main/java/org/apache/qpid/disttest/charting/chartbuilder/StatisticalBarChartBuilder.java
A         perftests/visualisation-jfc/src/main/java/org/apache/qpid/disttest/charting/chartbuilder/BaseChartBuilder.java
A         perftests/visualisation-jfc/src/main/java/org/apache/qpid/disttest/charting/chartbuilder/ColorFactory.java
A         perftests/visualisation-jfc/src/main/java/org/apache/qpid/disttest/charting/chartbuilder/LineChart3DBuilder.java
A         perftests/visualisation-jfc/src/main/java/org/apache/qpid/disttest/charting/chartbuilder/TimeSeriesHolder.java
A         perftests/visualisation-jfc/src/main/java/org/apache/qpid/disttest/charting/chartbuilder/ChartBuilder.java
A         perftests/visualisation-jfc/src/main/java/org/apache/qpid/disttest/charting/definition
A         perftests/visualisation-jfc/src/main/java/org/apache/qpid/disttest/charting/definition/SeriesDefinition.java
A         perftests/visualisation-jfc/src/main/java/org/apache/qpid/disttest/charting/definition/SeriesDefinitionCreator.java
A         perftests/visualisation-jfc/src/main/java/org/apache/qpid/disttest/charting/definition/ChartingDefinition.java
A         perftests/visualisation-jfc/src/main/java/org/apache/qpid/disttest/charting/definition/ChartingDefinitionCreator.java
A         perftests/visualisation-jfc/src/main/java/org/apache/qpid/disttest/charting/writer
A         perftests/visualisation-jfc/src/main/java/org/apache/qpid/disttest/charting/writer/ChartWriter.java
A         perftests/visualisation-jfc/src/main/java/org/apache/qpid/disttest/charting/ChartingUtil.java
A         perftests/visualisation-jfc/src/main/java/org/apache/qpid/disttest/charting/ChartingException.java
A         perftests/visualisation-jfc/src/main/java/org/apache/qpid/disttest/charting/seriesbuilder
A         perftests/visualisation-jfc/src/main/java/org/apache/qpid/disttest/charting/seriesbuilder/JdbcUrlGenerator.java
A         perftests/visualisation-jfc/src/main/java/org/apache/qpid/disttest/charting/seriesbuilder/SeriesBuilder.java
A         perftests/visualisation-jfc/src/main/java/org/apache/qpid/disttest/charting/seriesbuilder/SeriesRow.java
A         perftests/visualisation-jfc/src/main/java/org/apache/qpid/disttest/charting/seriesbuilder/DatasetHolder.java
A         perftests/visualisation-jfc/src/main/java/org/apache/qpid/disttest/charting/seriesbuilder/JdbcSeriesBuilder.java
A         perftests/visualisation-jfc/src/main/java/org/apache/qpid/disttest/charting/ChartType.java
A         perftests/visualisation-jfc/src/test
A         perftests/visualisation-jfc/src/test/java
A         perftests/visualisation-jfc/src/test/java/org
A         perftests/visualisation-jfc/src/test/java/org/apache
A         perftests/visualisation-jfc/src/test/java/org/apache/qpid
A         perftests/visualisation-jfc/src/test/java/org/apache/qpid/disttest
A         perftests/visualisation-jfc/src/test/java/org/apache/qpid/disttest/charting
A         perftests/visualisation-jfc/src/test/java/org/apache/qpid/disttest/charting/chartbuilder
A         perftests/visualisation-jfc/src/test/java/org/apache/qpid/disttest/charting/chartbuilder/BaseChartBuilderTest.java
A         perftests/visualisation-jfc/src/test/java/org/apache/qpid/disttest/charting/chartbuilder/ColorFactoryTest.java
A         perftests/visualisation-jfc/src/test/java/org/apache/qpid/disttest/charting/chartbuilder/ChartProductionTest.java
A         perftests/visualisation-jfc/src/test/java/org/apache/qpid/disttest/charting/chartbuilder/TimeSeriesBuilderCallbackTest.java
A         perftests/visualisation-jfc/src/test/java/org/apache/qpid/disttest/charting/chartbuilder/ChartBuilderFactoryTest.java
A         perftests/visualisation-jfc/src/test/java/org/apache/qpid/disttest/charting/definition
A         perftests/visualisation-jfc/src/test/java/org/apache/qpid/disttest/charting/definition/SeriesDefinitionCreatorTest.java
A         perftests/visualisation-jfc/src/test/java/org/apache/qpid/disttest/charting/definition/ChartingDefinitionCreatorTest.java
A         perftests/visualisation-jfc/src/test/java/org/apache/qpid/disttest/charting/writer
A         perftests/visualisation-jfc/src/test/java/org/apache/qpid/disttest/charting/writer/ChartWriterTest.java
AU        perftests/visualisation-jfc/src/test/java/org/apache/qpid/disttest/charting/writer/expected-chart-summary.html
A         perftests/visualisation-jfc/src/test/java/org/apache/qpid/disttest/charting/seriesbuilder
A         perftests/visualisation-jfc/src/test/java/org/apache/qpid/disttest/charting/seriesbuilder/JdbcUrlGeneratorTest.java
A         perftests/visualisation-jfc/src/test/java/org/apache/qpid/disttest/charting/seriesbuilder/SeriesRowTest.java
A         perftests/visualisation-jfc/src/test/java/org/apache/qpid/disttest/charting/seriesbuilder/JdbcSeriesBuilderTest.java
A         perftests/visualisation-jfc/pom.xml
A         perftests/etc
A         perftests/etc/testdefs
A         perftests/etc/testdefs/defaultTests.js
AU        perftests/etc/json_config_tool.py
A         perftests/etc/chartdefs
A         perftests/etc/chartdefs/timeseries
A         perftests/etc/chartdefs/timeseries/persistent_transaction.chartdef
A         perftests/etc/chartdefs/timeseries/transient_autoack.chartdef
A         perftests/etc/ha
A         perftests/etc/ha/chardefs
A         perftests/etc/ha/testdefs
A         perftests/etc/perftests-jndi.properties
A         perftests/example
A         perftests/example/brokerconfig
AU        NOTICE
AU        LICENSE
A         qpid-systests-parent
A         qpid-systests-parent/pom.xml
A         broker
A         broker/scripts
A         broker/scripts/resetAlerting.sh
A         broker/src
A         broker/src/main
A         broker/src/main/assembly
A         broker/src/main/assembly/README.txt
A         broker/src/main/assembly/dependency-verification
A         broker/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE
A         broker/src/main/assembly/NOTICE
A         broker/src/main/assembly/LICENSE
A         broker/src/main/assembly/qpid-broker-bin.xml
A         broker/src/main/java
A         broker/src/main/java/org
A         broker/src/main/java/org/apache
A         broker/src/main/java/org/apache/qpid
A         broker/src/main/java/org/apache/qpid/server
AU        broker/src/main/java/org/apache/qpid/server/Main.java
A         broker/src/test
A         broker/src/test/java
A         broker/src/test/java/org
A         broker/src/test/java/org/apache
A         broker/src/test/java/org/apache/qpid
A         broker/src/test/java/org/apache/qpid/server
A         broker/src/test/java/org/apache/qpid/server/MainTest.java
A         broker/bin
AU        broker/bin/qpid-server.bat
AU        broker/bin/qpid.stopall
AU        broker/bin/qpid-server
AU        broker/bin/qpid.stop
A         broker/pom.xml
A         broker/etc
A         broker/etc/md5passwd
A         broker/etc/broker_example.acl
A         broker/etc/groups
A         broker/etc/passwd
A         broker/python-test.xml
A         broker-codegen
A         broker-codegen/pom.xml
A         broker-codegen/src
A         broker-codegen/src/main
A         broker-codegen/src/main/java
A         broker-codegen/src/main/java/org
A         broker-codegen/src/main/java/org/apache
A         broker-codegen/src/main/java/org/apache/qpid
A         broker-codegen/src/main/java/org/apache/qpid/server
A         broker-codegen/src/main/java/org/apache/qpid/server/plugin
A         broker-codegen/src/main/java/org/apache/qpid/server/plugin/PluggableProcessor.java
A         broker-codegen/src/main/java/org/apache/qpid/server/plugin/PluggableService.java
A         broker-codegen/src/main/java/org/apache/qpid/server/model
A         broker-codegen/src/main/java/org/apache/qpid/server/model/ConfiguredObjectRegistrationGenerator.java
A         broker-codegen/src/main/java/org/apache/qpid/server/model/ManagedObjectFactoryConstructor.java
A         broker-codegen/src/main/java/org/apache/qpid/server/model/SystemConfigFactoryConstructor.java
A         broker-codegen/src/main/java/org/apache/qpid/server/model/SystemConfigFactoryGenerator.java
A         broker-codegen/src/main/java/org/apache/qpid/server/model/validation
A         broker-codegen/src/main/java/org/apache/qpid/server/model/validation/OperationAnnotationValidator.java
A         broker-codegen/src/main/java/org/apache/qpid/server/model/validation/AttributeFieldValidation.java
A         broker-codegen/src/main/java/org/apache/qpid/server/model/validation/AttributeAnnotationValidator.java
A         broker-codegen/src/main/java/org/apache/qpid/server/model/validation/ContentHeaderAnnotationValidator.java
AU        broker-codegen/src/main/java/org/apache/qpid/server/model/validation/ManagedAttributeValueTypeValidator.java
AU        broker-codegen/src/main/java/org/apache/qpid/server/model/validation/ManagedAnnotationValidator.java
A         broker-codegen/src/main/java/org/apache/qpid/server/model/ConfiguredObjectFactoryGenerator.java
A         broker-codegen/src/main/java/org/apache/qpid/server/License.java
A         broker-codegen/src/main/resources
A         broker-codegen/src/main/resources/META-INF
A         broker-codegen/src/main/resources/META-INF/services
A         broker-codegen/src/main/resources/META-INF/services/javax.annotation.processing.Processor
 U        .
At revision 1704818
no change for http://svn.apache.org/repos/asf/qpid/trunk since the previous build
[locks-and-latches] Checking to see if we really have the locks
[locks-and-latches] Have all the locks, build can start
[Qpid-Java-Cpp-Test] $ /bin/sh /tmp/hudson8738298548662494268.sh
-- The C compiler identification is GNU 4.8.2
-- The CXX compiler identification is GNU 4.8.2
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Found PythonInterp: /usr/bin/python (found version "2.7.6") 
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.26") 
-- Found Ruby: /usr/bin/ruby (found version "1.9.1") 
-- Could NOT find Doxygen (missing:  DOXYGEN_EXECUTABLE) 
-- Could NOT find VALGRIND (missing:  VALGRIND_EXECUTABLE) 
-- Looking for sasl_checkpass in sasl2
-- Looking for sasl_checkpass in sasl2 - found
-- Looking for include file sasl/sasl.h
-- Looking for include file sasl/sasl.h - found
-- Found SASL: 1  
-- Regenerating AMQP protocol sources
-- <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/qpid/cpp/src/qpid/broker/management-schema.xml> is newer
-- <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/qpid/cpp/src/qpid/acl/management-schema.xml> is newer
-- <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/qpid/cpp/src/qpid/ha/management-schema.xml> is newer
-- <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/qpid/cpp/src/qpid/legacystore/management-schema.xml> is newer
-- <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/qpid/cpp/src/qpid/linearstore/management-schema.xml> is newer
-- Regenerating Qpid Management Framework sources
-- Can't locate the doxygen command; user documentation cannot be generated
-- Boost version: 1.54.0
-- Found the following Boost libraries:
--   program_options
--   system
-- Looking for uuid_generate
-- Looking for uuid_generate - not found
-- Looking for uuid_generate in uuid
-- Looking for uuid_generate in uuid - not found
-- Looking for uuid_create
-- Looking for uuid_create - not found
-- Looking for UuidToString
-- Looking for UuidToString - not found
CMake Error at src/CMakeLists.txt:306 (message):
  No Uuid API found


-- Configuring incomplete, errors occurred!
See also "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/CMakeFiles/CMakeOutput.log".>
See also "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/CMakeFiles/CMakeError.log".>
make: *** No targets specified and no makefile found.  Stop.
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

Build failed in Jenkins: Qpid-Java-Cpp-Test #2880

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

Changes:

[kwall] QPID-6701: [Java Client/Java Broker] Remove unused variable

------------------------------------------
[...truncated 4958 lines...]
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid Performance Test System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Qpid Performance Tests Visualisation JFC 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
     [echo] Qpid Test Profile Properties
     [echo] [profile] cpp
     [echo] [profile.broker.language] cpp
     [echo] [profile.broker.type] spawned
     [echo] [profile.broker.command] "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/src/qpidd"> -p @PORT --data-dir "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/QPID_WORK/@PORT"> -t --auth no --no-module-dir
     [echo] [profile.specific.excludes] CPPPrefetchExcludes CPPTransientExcludes
     [echo] [profile.test.excludes] Excludes CPPExcludes cpp.excludes CPPPrefetchExcludes CPPTransientExcludes cpp.excludes
     [echo] [profile.broker.version] v0_10
     [echo] [profile.test.amqp_port_protocols] ["AMQP_0_8","AMQP_0_9","AMQP_0_9_1","AMQP_0_10"]
     [echo] [profile.broker.persistent] false
     [echo] [profile.virtualhostnode.type] Memory
     [echo] [profile.virtualhostnode.context.blueprint] ${profile.virtualhostnode.context.blueprint}
     [echo] [profile.test_receive_timeout] 1000
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ qpid-perftests-visualisation-jfc ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/main/resources>
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ qpid-perftests-visualisation-jfc ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.155 sec - in org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.122 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 sec - in org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Running org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Running org.apache.qpid.disttest.charting.writer.ChartWriterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.317 sec - in org.apache.qpid.disttest.charting.writer.ChartWriterTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Running org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Running org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests-visualisation-jfc ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests-visualisation-jfc ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-visualisation-jfc-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests-visualisation-jfc/6.0.0-SNAPSHOT/lib/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid BDB Store System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building joramtests 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ joramtests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ joramtests ---
[INFO] Executing tasks

main:
     [echo] Joram Integration Tests: To run define system property -Djoramtests to a name of a JMS client e.g. qpid-jms-client
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ joramtests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ joramtests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ joramtests ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ joramtests ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ joramtests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ joramtests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/src/main/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ joramtests ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/classes>
[WARNING] <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/src/main/java/org/apache/qpid/joramtests/admin/JavaBrokerAdmin.java>:[258,52] authenticate(org.apache.http.auth.Credentials,org.apache.http.HttpRequest) in org.apache.http.impl.auth.BasicScheme has been deprecated
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ joramtests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ joramtests ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ joramtests ---
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ joramtests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/joramtests-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ joramtests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ joramtests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:integration-test (default) @ joramtests ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:verify (default) @ joramtests ---
[INFO] Tests are skipped.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.630s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [2.138s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.608s]
[INFO] Qpid Common ....................................... SUCCESS [3:43.694s]
[INFO] Qpid Management Common ............................ SUCCESS [1.895s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:32.074s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [4.727s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. SUCCESS [2.330s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [5.180s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [5.858s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SUCCESS [0.361s]
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.307s]
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.295s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [17.897s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.448s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.453s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [6.582s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [2.914s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.410s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.476s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [8.688s]
[INFO] Qpid BDB Message Store ............................ SUCCESS [40.106s]
[INFO] Qpid BDB Message Store JMX ........................ SUCCESS [2.386s]
[INFO] Qpid Java Broker .................................. SUCCESS [5.567s]
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.281s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.154s]
[INFO] Qpid JCA .......................................... SUCCESS [2.120s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.449s]
[INFO] Qpid Tools ........................................ SUCCESS [0.463s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.259s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [0.897s]
[INFO] Qpid System Tests ................................. FAILURE [6:02.349s]
[INFO] Qpid Performance Tests ............................ SUCCESS [13.111s]
[INFO] Qpid Performance Test System Tests ................ SKIPPED
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [5.742s]
[INFO] Qpid BDB Store System Tests ....................... SKIPPED
[INFO] joramtests ........................................ SUCCESS [0.610s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13:44.653s
[INFO] Finished at: Wed Sep 23 09:39:49 UTC 2015
[INFO] Final Memory: 72M/211M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (integration-test) on project qpid-systests: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/systests/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-systests
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2879

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

Changes:

[kwall] QPID-6701: [Java Client/Java Broker] Ensure that an unknown node is detected when JMS MessageProducer is created

------------------------------------------
[...truncated 4956 lines...]
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid Performance Test System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Qpid Performance Tests Visualisation JFC 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
     [echo] Qpid Test Profile Properties
     [echo] [profile] cpp
     [echo] [profile.broker.language] cpp
     [echo] [profile.broker.type] spawned
     [echo] [profile.broker.command] "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/src/qpidd"> -p @PORT --data-dir "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/QPID_WORK/@PORT"> -t --auth no --no-module-dir
     [echo] [profile.specific.excludes] CPPPrefetchExcludes CPPTransientExcludes
     [echo] [profile.test.excludes] Excludes CPPExcludes cpp.excludes CPPPrefetchExcludes CPPTransientExcludes cpp.excludes
     [echo] [profile.broker.version] v0_10
     [echo] [profile.test.amqp_port_protocols] ["AMQP_0_8","AMQP_0_9","AMQP_0_9_1","AMQP_0_10"]
     [echo] [profile.broker.persistent] false
     [echo] [profile.virtualhostnode.type] Memory
     [echo] [profile.virtualhostnode.context.blueprint] ${profile.virtualhostnode.context.blueprint}
     [echo] [profile.test_receive_timeout] 1000
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ qpid-perftests-visualisation-jfc ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/main/resources>
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ qpid-perftests-visualisation-jfc ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.qpid.disttest.charting.writer.ChartWriterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.219 sec - in org.apache.qpid.disttest.charting.writer.ChartWriterTest
Running org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec - in org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.914 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Running org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 sec - in org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Running org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Running org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests-visualisation-jfc ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests-visualisation-jfc ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-visualisation-jfc-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests-visualisation-jfc/6.0.0-SNAPSHOT/lib/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid BDB Store System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building joramtests 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ joramtests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ joramtests ---
[INFO] Executing tasks

main:
     [echo] Joram Integration Tests: To run define system property -Djoramtests to a name of a JMS client e.g. qpid-jms-client
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ joramtests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ joramtests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ joramtests ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ joramtests ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ joramtests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ joramtests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/src/main/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ joramtests ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/classes>
[WARNING] <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/src/main/java/org/apache/qpid/joramtests/admin/JavaBrokerAdmin.java>:[258,52] authenticate(org.apache.http.auth.Credentials,org.apache.http.HttpRequest) in org.apache.http.impl.auth.BasicScheme has been deprecated
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ joramtests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ joramtests ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ joramtests ---
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ joramtests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/joramtests-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ joramtests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ joramtests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:integration-test (default) @ joramtests ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:verify (default) @ joramtests ---
[INFO] Tests are skipped.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.207s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [2.241s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.596s]
[INFO] Qpid Common ....................................... SUCCESS [3:48.395s]
[INFO] Qpid Management Common ............................ SUCCESS [1.704s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:31.701s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [4.571s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. SUCCESS [2.071s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [4.912s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [5.360s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SUCCESS [0.232s]
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.213s]
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.204s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [17.486s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.198s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.598s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [5.227s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [2.779s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.256s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.273s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [8.313s]
[INFO] Qpid BDB Message Store ............................ SUCCESS [39.894s]
[INFO] Qpid BDB Message Store JMX ........................ SUCCESS [2.513s]
[INFO] Qpid Java Broker .................................. SUCCESS [4.876s]
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.202s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.166s]
[INFO] Qpid JCA .......................................... SUCCESS [1.843s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.367s]
[INFO] Qpid Tools ........................................ SUCCESS [0.325s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.104s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [0.786s]
[INFO] Qpid System Tests ................................. FAILURE [5:58.810s]
[INFO] Qpid Performance Tests ............................ SUCCESS [12.253s]
[INFO] Qpid Performance Test System Tests ................ SKIPPED
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [5.119s]
[INFO] Qpid BDB Store System Tests ....................... SKIPPED
[INFO] joramtests ........................................ SUCCESS [0.518s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13:37.117s
[INFO] Finished at: Wed Sep 23 06:58:33 UTC 2015
[INFO] Final Memory: 74M/309M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (integration-test) on project qpid-systests: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/systests/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-systests
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2878

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

Changes:

[kwall] QPID-6732: [Java Perf Tests] Fix failing unit test on IBM JDK

------------------------------------------
[...truncated 12339 lines...]
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid Performance Test System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Qpid Performance Tests Visualisation JFC 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
     [echo] Qpid Test Profile Properties
     [echo] [profile] cpp
     [echo] [profile.broker.language] cpp
     [echo] [profile.broker.type] spawned
     [echo] [profile.broker.command] "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/src/qpidd"> -p @PORT --data-dir "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/QPID_WORK/@PORT"> -t --auth no --no-module-dir
     [echo] [profile.specific.excludes] CPPPrefetchExcludes CPPTransientExcludes
     [echo] [profile.test.excludes] Excludes CPPExcludes cpp.excludes CPPPrefetchExcludes CPPTransientExcludes cpp.excludes
     [echo] [profile.broker.version] v0_10
     [echo] [profile.test.amqp_port_protocols] ["AMQP_0_8","AMQP_0_9","AMQP_0_9_1","AMQP_0_10"]
     [echo] [profile.broker.persistent] false
     [echo] [profile.virtualhostnode.type] Memory
     [echo] [profile.virtualhostnode.context.blueprint] ${profile.virtualhostnode.context.blueprint}
     [echo] [profile.test_receive_timeout] 1000
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ qpid-perftests-visualisation-jfc ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/main/resources>
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ qpid-perftests-visualisation-jfc ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.qpid.disttest.charting.writer.ChartWriterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.212 sec - in org.apache.qpid.disttest.charting.writer.ChartWriterTest
Running org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.888 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Running org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec - in org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Running org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Running org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests-visualisation-jfc ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests-visualisation-jfc ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-visualisation-jfc-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests-visualisation-jfc/6.0.0-SNAPSHOT/lib/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid BDB Store System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building joramtests 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ joramtests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ joramtests ---
[INFO] Executing tasks

main:
     [echo] Joram Integration Tests: To run define system property -Djoramtests to a name of a JMS client e.g. qpid-jms-client
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ joramtests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ joramtests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ joramtests ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ joramtests ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ joramtests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ joramtests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/src/main/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ joramtests ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/classes>
[WARNING] <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/src/main/java/org/apache/qpid/joramtests/admin/JavaBrokerAdmin.java>:[258,52] authenticate(org.apache.http.auth.Credentials,org.apache.http.HttpRequest) in org.apache.http.impl.auth.BasicScheme has been deprecated
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ joramtests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ joramtests ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ joramtests ---
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ joramtests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/joramtests-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ joramtests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ joramtests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:integration-test (default) @ joramtests ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:verify (default) @ joramtests ---
[INFO] Tests are skipped.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.202s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [2.066s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.486s]
[INFO] Qpid Common ....................................... SUCCESS [3:47.228s]
[INFO] Qpid Management Common ............................ SUCCESS [1.695s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:30.811s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [4.593s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. SUCCESS [2.112s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [4.942s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [5.554s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SUCCESS [0.228s]
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.210s]
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.202s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [17.952s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.194s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.532s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [5.179s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [2.792s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.251s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.303s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [8.360s]
[INFO] Qpid BDB Message Store ............................ SUCCESS [39.881s]
[INFO] Qpid BDB Message Store JMX ........................ SUCCESS [2.511s]
[INFO] Qpid Java Broker .................................. SUCCESS [4.861s]
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.202s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.174s]
[INFO] Qpid JCA .......................................... SUCCESS [1.866s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.367s]
[INFO] Qpid Tools ........................................ SUCCESS [0.330s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.104s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [0.717s]
[INFO] Qpid System Tests ................................. FAILURE [6:01.532s]
[INFO] Qpid Performance Tests ............................ SUCCESS [12.195s]
[INFO] Qpid Performance Test System Tests ................ SKIPPED
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [5.042s]
[INFO] Qpid BDB Store System Tests ....................... SKIPPED
[INFO] joramtests ........................................ SUCCESS [0.290s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13:37.773s
[INFO] Finished at: Tue Sep 22 19:18:07 UTC 2015
[INFO] Final Memory: 74M/310M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (integration-test) on project qpid-systests: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/systests/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-systests
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2877

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

Changes:

[kwall] QPID-6732: [Java Perf Tests] Add ability to mark data-point with shapes on line/xy/time series graphs (to help distinguish the data points in the generated charts)

[kwall] QPID-6732: [Java Perf Tests] Address review comments from Lorenz Quack <qu...@gmail.com>

------------------------------------------
[...truncated 5430 lines...]
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid Performance Test System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Qpid Performance Tests Visualisation JFC 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
     [echo] Qpid Test Profile Properties
     [echo] [profile] cpp
     [echo] [profile.broker.language] cpp
     [echo] [profile.broker.type] spawned
     [echo] [profile.broker.command] "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/src/qpidd"> -p @PORT --data-dir "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/QPID_WORK/@PORT"> -t --auth no --no-module-dir
     [echo] [profile.specific.excludes] CPPPrefetchExcludes CPPTransientExcludes
     [echo] [profile.test.excludes] Excludes CPPExcludes cpp.excludes CPPPrefetchExcludes CPPTransientExcludes cpp.excludes
     [echo] [profile.broker.version] v0_10
     [echo] [profile.test.amqp_port_protocols] ["AMQP_0_8","AMQP_0_9","AMQP_0_9_1","AMQP_0_10"]
     [echo] [profile.broker.persistent] false
     [echo] [profile.virtualhostnode.type] Memory
     [echo] [profile.virtualhostnode.context.blueprint] ${profile.virtualhostnode.context.blueprint}
     [echo] [profile.test_receive_timeout] 1000
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ qpid-perftests-visualisation-jfc ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/main/resources>
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ qpid-perftests-visualisation-jfc ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.075 sec - in org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.774 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 sec - in org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Running org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Running org.apache.qpid.disttest.charting.writer.ChartWriterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.315 sec - in org.apache.qpid.disttest.charting.writer.ChartWriterTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Running org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Running org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests-visualisation-jfc ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests-visualisation-jfc ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-visualisation-jfc-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests-visualisation-jfc/6.0.0-SNAPSHOT/lib/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid BDB Store System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building joramtests 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ joramtests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ joramtests ---
[INFO] Executing tasks

main:
     [echo] Joram Integration Tests: To run define system property -Djoramtests to a name of a JMS client e.g. qpid-jms-client
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ joramtests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ joramtests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ joramtests ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ joramtests ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ joramtests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ joramtests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/src/main/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ joramtests ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/classes>
[WARNING] <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/src/main/java/org/apache/qpid/joramtests/admin/JavaBrokerAdmin.java>:[258,52] authenticate(org.apache.http.auth.Credentials,org.apache.http.HttpRequest) in org.apache.http.impl.auth.BasicScheme has been deprecated
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ joramtests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ joramtests ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ joramtests ---
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ joramtests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/joramtests-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ joramtests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ joramtests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:integration-test (default) @ joramtests ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:verify (default) @ joramtests ---
[INFO] Tests are skipped.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [4.072s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [2.479s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.687s]
[INFO] Qpid Common ....................................... SUCCESS [3:41.569s]
[INFO] Qpid Management Common ............................ SUCCESS [2.060s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:32.168s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [4.995s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. SUCCESS [2.327s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [5.564s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [5.860s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SUCCESS [0.365s]
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.271s]
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.286s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [18.593s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.493s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.567s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [17.517s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [2.950s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.439s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [1.521s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [9.066s]
[INFO] Qpid BDB Message Store ............................ SUCCESS [40.271s]
[INFO] Qpid BDB Message Store JMX ........................ SUCCESS [2.429s]
[INFO] Qpid Java Broker .................................. SUCCESS [5.203s]
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.633s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.144s]
[INFO] Qpid JCA .......................................... SUCCESS [2.724s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.509s]
[INFO] Qpid Tools ........................................ SUCCESS [0.435s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.180s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [1.061s]
[INFO] Qpid System Tests ................................. FAILURE [6:03.221s]
[INFO] Qpid Performance Tests ............................ SUCCESS [13.865s]
[INFO] Qpid Performance Test System Tests ................ SKIPPED
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [5.382s]
[INFO] Qpid BDB Store System Tests ....................... SKIPPED
[INFO] joramtests ........................................ SUCCESS [0.849s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14:00.801s
[INFO] Finished at: Tue Sep 22 15:43:54 UTC 2015
[INFO] Final Memory: 73M/209M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (integration-test) on project qpid-systests: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/systests/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-systests
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2876

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

Changes:

[kwall] QPID-6747: [Java Broker] Change BRK-1011 operation log message to log direct memory too

[kwall] QPID-6746: [Java Broker] Default direct memory settings in Java Broker's start scripts

[orudyy] QPID-6742: Fix memory usage estimation formula in plot.pl

------------------------------------------
[...truncated 12758 lines...]
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid Performance Test System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Qpid Performance Tests Visualisation JFC 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
     [echo] Qpid Test Profile Properties
     [echo] [profile] cpp
     [echo] [profile.broker.language] cpp
     [echo] [profile.broker.type] spawned
     [echo] [profile.broker.command] "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/src/qpidd"> -p @PORT --data-dir "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/QPID_WORK/@PORT"> -t --auth no --no-module-dir
     [echo] [profile.specific.excludes] CPPPrefetchExcludes CPPTransientExcludes
     [echo] [profile.test.excludes] Excludes CPPExcludes cpp.excludes CPPPrefetchExcludes CPPTransientExcludes cpp.excludes
     [echo] [profile.broker.version] v0_10
     [echo] [profile.test.amqp_port_protocols] ["AMQP_0_8","AMQP_0_9","AMQP_0_9_1","AMQP_0_10"]
     [echo] [profile.broker.persistent] false
     [echo] [profile.virtualhostnode.type] Memory
     [echo] [profile.virtualhostnode.context.blueprint] ${profile.virtualhostnode.context.blueprint}
     [echo] [profile.test_receive_timeout] 1000
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ qpid-perftests-visualisation-jfc ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/main/resources>
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ qpid-perftests-visualisation-jfc ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.qpid.disttest.charting.writer.ChartWriterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.088 sec - in org.apache.qpid.disttest.charting.writer.ChartWriterTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.143 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Running org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Running org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.933 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Running org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 sec - in org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Running org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests-visualisation-jfc ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests-visualisation-jfc ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-visualisation-jfc-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests-visualisation-jfc/6.0.0-SNAPSHOT/lib/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid BDB Store System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building joramtests 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ joramtests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ joramtests ---
[INFO] Executing tasks

main:
     [echo] Joram Integration Tests: To run define system property -Djoramtests to a name of a JMS client e.g. qpid-jms-client
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ joramtests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ joramtests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ joramtests ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ joramtests ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ joramtests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ joramtests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/src/main/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ joramtests ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/classes>
[WARNING] <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/src/main/java/org/apache/qpid/joramtests/admin/JavaBrokerAdmin.java>:[258,52] authenticate(org.apache.http.auth.Credentials,org.apache.http.HttpRequest) in org.apache.http.impl.auth.BasicScheme has been deprecated
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ joramtests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ joramtests ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ joramtests ---
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ joramtests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/joramtests-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ joramtests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ joramtests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:integration-test (default) @ joramtests ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:verify (default) @ joramtests ---
[INFO] Tests are skipped.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.235s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [1.942s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.528s]
[INFO] Qpid Common ....................................... SUCCESS [3:42.435s]
[INFO] Qpid Management Common ............................ SUCCESS [1.711s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:33.170s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [4.527s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. SUCCESS [2.130s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [4.960s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [5.328s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SUCCESS [0.226s]
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.215s]
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.207s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [3:35.089s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.267s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.429s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [14.103s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [2.898s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.268s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [2.278s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [8.445s]
[INFO] Qpid BDB Message Store ............................ SUCCESS [47.611s]
[INFO] Qpid BDB Message Store JMX ........................ SUCCESS [2.288s]
[INFO] Qpid Java Broker .................................. SUCCESS [4.938s]
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.191s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.152s]
[INFO] Qpid JCA .......................................... SUCCESS [1.948s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.460s]
[INFO] Qpid Tools ........................................ SUCCESS [0.356s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.108s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [0.763s]
[INFO] Qpid System Tests ................................. FAILURE [6:06.730s]
[INFO] Qpid Performance Tests ............................ SUCCESS [19.537s]
[INFO] Qpid Performance Test System Tests ................ SKIPPED
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [5.118s]
[INFO] Qpid BDB Store System Tests ....................... SKIPPED
[INFO] joramtests ........................................ SUCCESS [0.438s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 17:23.846s
[INFO] Finished at: Mon Sep 21 17:34:21 UTC 2015
[INFO] Final Memory: 71M/253M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (integration-test) on project qpid-systests: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/systests/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-systests
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2875

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

Changes:

[kwall] QPID-6745: [Java Broker] Upgrade Jetty dependency to 8.1.17.v20150415

------------------------------------------
[...truncated 5416 lines...]
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid Performance Test System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Qpid Performance Tests Visualisation JFC 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
     [echo] Qpid Test Profile Properties
     [echo] [profile] cpp
     [echo] [profile.broker.language] cpp
     [echo] [profile.broker.type] spawned
     [echo] [profile.broker.command] "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/src/qpidd"> -p @PORT --data-dir "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/QPID_WORK/@PORT"> -t --auth no --no-module-dir
     [echo] [profile.specific.excludes] CPPPrefetchExcludes CPPTransientExcludes
     [echo] [profile.test.excludes] Excludes CPPExcludes cpp.excludes CPPPrefetchExcludes CPPTransientExcludes cpp.excludes
     [echo] [profile.broker.version] v0_10
     [echo] [profile.test.amqp_port_protocols] ["AMQP_0_8","AMQP_0_9","AMQP_0_9_1","AMQP_0_10"]
     [echo] [profile.broker.persistent] false
     [echo] [profile.virtualhostnode.type] Memory
     [echo] [profile.virtualhostnode.context.blueprint] ${profile.virtualhostnode.context.blueprint}
     [echo] [profile.test_receive_timeout] 1000
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ qpid-perftests-visualisation-jfc ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/main/resources>
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ qpid-perftests-visualisation-jfc ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.qpid.disttest.charting.writer.ChartWriterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.373 sec - in org.apache.qpid.disttest.charting.writer.ChartWriterTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Running org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Running org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec - in org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.883 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Running org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec - in org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Running org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests-visualisation-jfc ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests-visualisation-jfc ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-visualisation-jfc-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests-visualisation-jfc/6.0.0-SNAPSHOT/lib/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid BDB Store System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building joramtests 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ joramtests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ joramtests ---
[INFO] Executing tasks

main:
     [echo] Joram Integration Tests: To run define system property -Djoramtests to a name of a JMS client e.g. qpid-jms-client
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ joramtests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ joramtests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ joramtests ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ joramtests ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ joramtests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ joramtests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/src/main/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ joramtests ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/classes>
[WARNING] <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/src/main/java/org/apache/qpid/joramtests/admin/JavaBrokerAdmin.java>:[258,52] authenticate(org.apache.http.auth.Credentials,org.apache.http.HttpRequest) in org.apache.http.impl.auth.BasicScheme has been deprecated
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ joramtests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ joramtests ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ joramtests ---
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ joramtests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/joramtests-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ joramtests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ joramtests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:integration-test (default) @ joramtests ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:verify (default) @ joramtests ---
[INFO] Tests are skipped.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.458s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [2.040s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.844s]
[INFO] Qpid Common ....................................... SUCCESS [3:42.567s]
[INFO] Qpid Management Common ............................ SUCCESS [2.045s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:32.069s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [4.616s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. SUCCESS [2.234s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [5.149s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [5.651s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SUCCESS [0.334s]
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.246s]
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.337s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [19.478s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.406s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.705s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [13.519s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [2.943s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.476s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [1.910s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [9.068s]
[INFO] Qpid BDB Message Store ............................ SUCCESS [40.490s]
[INFO] Qpid BDB Message Store JMX ........................ SUCCESS [2.431s]
[INFO] Qpid Java Broker .................................. SUCCESS [5.213s]
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.270s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.148s]
[INFO] Qpid JCA .......................................... SUCCESS [2.074s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.469s]
[INFO] Qpid Tools ........................................ SUCCESS [0.467s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.155s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [0.797s]
[INFO] Qpid System Tests ................................. FAILURE [5:58.972s]
[INFO] Qpid Performance Tests ............................ SUCCESS [13.660s]
[INFO] Qpid Performance Test System Tests ................ SKIPPED
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [5.472s]
[INFO] Qpid BDB Store System Tests ....................... SKIPPED
[INFO] joramtests ........................................ SUCCESS [0.534s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13:50.409s
[INFO] Finished at: Mon Sep 21 14:59:15 UTC 2015
[INFO] Final Memory: 74M/212M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (integration-test) on project qpid-systests: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/systests/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-systests
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2874

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

Changes:

[orudyy] QPID-6742: Add script to plot memory usage graphs from results collected with memory-test

------------------------------------------
[...truncated 5151 lines...]
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests-visualisation-jfc ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-visualisation-jfc-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests-visualisation-jfc/6.0.0-SNAPSHOT/lib/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Qpid BDB Store System Tests 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qpid-bdbstore-systests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ qpid-bdbstore-systests ---
[INFO] Executing tasks

main:
     [echo] Qpid Test Profile Properties
     [echo] [profile] cpp
     [echo] [profile.broker.language] cpp
     [echo] [profile.broker.type] spawned
     [echo] [profile.broker.command] "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/src/qpidd"> -p @PORT --data-dir "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target/QPID_WORK/@PORT"> -t --auth no --no-module-dir
     [echo] [profile.specific.excludes] CPPPrefetchExcludes CPPTransientExcludes
     [echo] [profile.test.excludes] Excludes CPPExcludes cpp.excludes CPPPrefetchExcludes CPPTransientExcludes cpp.excludes
     [echo] [profile.broker.version] v0_10
     [echo] [profile.test.amqp_port_protocols] ["AMQP_0_8","AMQP_0_9","AMQP_0_9_1","AMQP_0_10"]
     [echo] [profile.broker.persistent] false
     [echo] [profile.virtualhostnode.type] Memory
     [echo] [profile.virtualhostnode.context.blueprint] ${profile.virtualhostnode.context.blueprint}
     [echo] [profile.test_receive_timeout] 1000
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ qpid-bdbstore-systests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ qpid-bdbstore-systests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ qpid-bdbstore-systests ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ qpid-bdbstore-systests ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ qpid-bdbstore-systests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-systests-etc-resources) @ qpid-bdbstore-systests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-test-profile-resources) @ qpid-bdbstore-systests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 46 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-bdbstore-bin-resources) @ qpid-bdbstore-systests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qpid-bdbstore-systests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/src/main/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ qpid-bdbstore-systests ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qpid-bdbstore-systests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ qpid-bdbstore-systests ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ qpid-bdbstore-systests ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-bdbstore-systests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target/qpid-bdbstore-systests-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-bdbstore-systests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (fix-bdb-script-permissions) @ qpid-bdbstore-systests ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-bdbstore-systests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target/qpid-broker/6.0.0-SNAPSHOT/qbtc-test-config>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:unpack (extract-broker-distribution) @ qpid-bdbstore-systests ---
[INFO] Configured Artifact: org.apache.qpid:qpid-broker:bin:6.0.0-SNAPSHOT:tar.gz
[INFO] Unpacking <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/broker/target/qpid-broker-6.0.0-SNAPSHOT-bin.tar.gz> to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target> with includes "" and excludes ""
[INFO] Expanding: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/broker/target/qpid-broker-6.0.0-SNAPSHOT-bin.tar.gz> into <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target>
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:copy (copy-sleepycat-jar-for-bdb-tests) @ qpid-bdbstore-systests ---
[INFO] Configured Artifact: com.sleepycat:je:5.0.104:jar
[INFO] Copying je-5.0.104.jar to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target/qpid-broker/6.0.0-SNAPSHOT/lib/je-5.0.104.jar>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (integration-test) @ qpid-bdbstore-systests ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.qpid.server.store.berkeleydb.replication.JMXManagementTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.453 sec - in org.apache.qpid.server.store.berkeleydb.replication.JMXManagementTest
Running org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest
Running org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec - in org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest
Running org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 sec - in org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest
Running org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec - in org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest
Running org.apache.qpid.server.store.berkeleydb.BDBBackupTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.qpid.server.store.berkeleydb.BDBBackupTest
Running org.apache.qpid.server.store.berkeleydb.BDBUpgradeTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec - in org.apache.qpid.server.store.berkeleydb.BDBUpgradeTest

Results :

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

[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building joramtests 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ joramtests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ joramtests ---
[INFO] Executing tasks

main:
     [echo] Joram Integration Tests: To run define system property -Djoramtests to a name of a JMS client e.g. qpid-jms-client
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ joramtests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ joramtests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ joramtests ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ joramtests ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ joramtests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ joramtests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/src/main/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ joramtests ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/classes>
[WARNING] <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/src/main/java/org/apache/qpid/joramtests/admin/JavaBrokerAdmin.java>:[258,52] authenticate(org.apache.http.auth.Credentials,org.apache.http.HttpRequest) in org.apache.http.impl.auth.BasicScheme has been deprecated
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ joramtests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ joramtests ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ joramtests ---
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ joramtests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/joramtests-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ joramtests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ joramtests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:integration-test (default) @ joramtests ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:verify (default) @ joramtests ---
[INFO] Tests are skipped.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.392s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [2.045s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.526s]
[INFO] Qpid Common ....................................... SUCCESS [3:38.708s]
[INFO] Qpid Management Common ............................ SUCCESS [2.060s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:31.235s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [4.736s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. SUCCESS [2.165s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [5.086s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [5.872s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SUCCESS [0.292s]
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.514s]
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.218s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [18.390s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.327s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.498s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [7.533s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [2.997s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.486s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.336s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [9.379s]
[INFO] Qpid BDB Message Store ............................ SUCCESS [40.034s]
[INFO] Qpid BDB Message Store JMX ........................ SUCCESS [2.408s]
[INFO] Qpid Java Broker .................................. SUCCESS [5.210s]
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.271s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.149s]
[INFO] Qpid JCA .......................................... SUCCESS [2.028s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.411s]
[INFO] Qpid Tools ........................................ SUCCESS [0.321s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.106s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [0.729s]
[INFO] Qpid System Tests ................................. SUCCESS [5:54.659s]
[INFO] Qpid Performance Tests ............................ SUCCESS [12.914s]
[INFO] Qpid Performance Test System Tests ................ SUCCESS [18.900s]
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [5.355s]
[INFO] Qpid BDB Store System Tests ....................... SUCCESS [2.387s]
[INFO] joramtests ........................................ SUCCESS [0.750s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13:52.269s
[INFO] Finished at: Mon Sep 21 09:13:20 UTC 2015
[INFO] Final Memory: 76M/352M
[INFO] ------------------------------------------------------------------------
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results
No test report files were found. Configuration error?
Build step 'Publish JUnit test result report' changed build result to FAILURE

Build failed in Jenkins: Qpid-Java-Cpp-Test #2873

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

Changes:

[kwall] QPID-6732: [Java Perf Tests] Ensure that performance test framework reports failure during test setup/test execution back to the caller

* Added simple junit style xml for better integration into Jenkins

------------------------------------------
[...truncated 4984 lines...]
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid Performance Test System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Qpid Performance Tests Visualisation JFC 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
     [echo] Qpid Test Profile Properties
     [echo] [profile] cpp
     [echo] [profile.broker.language] cpp
     [echo] [profile.broker.type] spawned
     [echo] [profile.broker.command] "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/src/qpidd"> -p @PORT --data-dir "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/QPID_WORK/@PORT"> -t --auth no --no-module-dir
     [echo] [profile.specific.excludes] CPPPrefetchExcludes CPPTransientExcludes
     [echo] [profile.test.excludes] Excludes CPPExcludes cpp.excludes CPPPrefetchExcludes CPPTransientExcludes cpp.excludes
     [echo] [profile.broker.version] v0_10
     [echo] [profile.test.amqp_port_protocols] ["AMQP_0_8","AMQP_0_9","AMQP_0_9_1","AMQP_0_10"]
     [echo] [profile.broker.persistent] false
     [echo] [profile.virtualhostnode.type] Memory
     [echo] [profile.virtualhostnode.context.blueprint] ${profile.virtualhostnode.context.blueprint}
     [echo] [profile.test_receive_timeout] 1000
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ qpid-perftests-visualisation-jfc ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/main/resources>
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ qpid-perftests-visualisation-jfc ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.467 sec - in org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Running org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec - in org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.457 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Running org.apache.qpid.disttest.charting.writer.ChartWriterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.316 sec - in org.apache.qpid.disttest.charting.writer.ChartWriterTest
Running org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.1 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Running org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests-visualisation-jfc ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests-visualisation-jfc ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-visualisation-jfc-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests-visualisation-jfc/6.0.0-SNAPSHOT/lib/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid BDB Store System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building joramtests 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ joramtests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ joramtests ---
[INFO] Executing tasks

main:
     [echo] Joram Integration Tests: To run define system property -Djoramtests to a name of a JMS client e.g. qpid-jms-client
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ joramtests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ joramtests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ joramtests ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ joramtests ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ joramtests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ joramtests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/src/main/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ joramtests ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/classes>
[WARNING] <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/src/main/java/org/apache/qpid/joramtests/admin/JavaBrokerAdmin.java>:[258,52] authenticate(org.apache.http.auth.Credentials,org.apache.http.HttpRequest) in org.apache.http.impl.auth.BasicScheme has been deprecated
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ joramtests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ joramtests ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ joramtests ---
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ joramtests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/joramtests-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ joramtests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ joramtests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:integration-test (default) @ joramtests ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:verify (default) @ joramtests ---
[INFO] Tests are skipped.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.469s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [2.232s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.698s]
[INFO] Qpid Common ....................................... SUCCESS [3:40.611s]
[INFO] Qpid Management Common ............................ SUCCESS [2.040s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:31.840s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [4.774s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. SUCCESS [2.201s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [5.065s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [5.937s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SUCCESS [0.277s]
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.553s]
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.271s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [18.932s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.437s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.556s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [7.157s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [2.994s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.620s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.559s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [9.336s]
[INFO] Qpid BDB Message Store ............................ SUCCESS [40.786s]
[INFO] Qpid BDB Message Store JMX ........................ SUCCESS [2.522s]
[INFO] Qpid Java Broker .................................. SUCCESS [5.209s]
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.287s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.148s]
[INFO] Qpid JCA .......................................... SUCCESS [2.120s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.435s]
[INFO] Qpid Tools ........................................ SUCCESS [0.336s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.149s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [0.878s]
[INFO] Qpid System Tests ................................. FAILURE [6:04.265s]
[INFO] Qpid Performance Tests ............................ SUCCESS [13.064s]
[INFO] Qpid Performance Test System Tests ................ SKIPPED
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [5.300s]
[INFO] Qpid BDB Store System Tests ....................... SKIPPED
[INFO] joramtests ........................................ SUCCESS [0.731s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13:45.880s
[INFO] Finished at: Sat Sep 19 19:39:42 UTC 2015
[INFO] Final Memory: 73M/348M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (integration-test) on project qpid-systests: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/systests/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-systests
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2872

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

Changes:

[kwall] QPID-6743: [Java Client] Avoid premature attempt to verify peer hostname

------------------------------------------
[...truncated 5160 lines...]
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests-visualisation-jfc ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-visualisation-jfc-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests-visualisation-jfc/6.0.0-SNAPSHOT/lib/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Qpid BDB Store System Tests 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qpid-bdbstore-systests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ qpid-bdbstore-systests ---
[INFO] Executing tasks

main:
     [echo] Qpid Test Profile Properties
     [echo] [profile] cpp
     [echo] [profile.broker.language] cpp
     [echo] [profile.broker.type] spawned
     [echo] [profile.broker.command] "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/src/qpidd"> -p @PORT --data-dir "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target/QPID_WORK/@PORT"> -t --auth no --no-module-dir
     [echo] [profile.specific.excludes] CPPPrefetchExcludes CPPTransientExcludes
     [echo] [profile.test.excludes] Excludes CPPExcludes cpp.excludes CPPPrefetchExcludes CPPTransientExcludes cpp.excludes
     [echo] [profile.broker.version] v0_10
     [echo] [profile.test.amqp_port_protocols] ["AMQP_0_8","AMQP_0_9","AMQP_0_9_1","AMQP_0_10"]
     [echo] [profile.broker.persistent] false
     [echo] [profile.virtualhostnode.type] Memory
     [echo] [profile.virtualhostnode.context.blueprint] ${profile.virtualhostnode.context.blueprint}
     [echo] [profile.test_receive_timeout] 1000
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ qpid-bdbstore-systests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ qpid-bdbstore-systests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ qpid-bdbstore-systests ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ qpid-bdbstore-systests ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ qpid-bdbstore-systests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-systests-etc-resources) @ qpid-bdbstore-systests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-test-profile-resources) @ qpid-bdbstore-systests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 46 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-bdbstore-bin-resources) @ qpid-bdbstore-systests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qpid-bdbstore-systests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/src/main/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ qpid-bdbstore-systests ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qpid-bdbstore-systests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ qpid-bdbstore-systests ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ qpid-bdbstore-systests ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-bdbstore-systests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target/qpid-bdbstore-systests-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-bdbstore-systests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (fix-bdb-script-permissions) @ qpid-bdbstore-systests ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-bdbstore-systests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target/qpid-broker/6.0.0-SNAPSHOT/qbtc-test-config>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:unpack (extract-broker-distribution) @ qpid-bdbstore-systests ---
[INFO] Configured Artifact: org.apache.qpid:qpid-broker:bin:6.0.0-SNAPSHOT:tar.gz
[INFO] Unpacking <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/broker/target/qpid-broker-6.0.0-SNAPSHOT-bin.tar.gz> to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target> with includes "" and excludes ""
[INFO] Expanding: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/broker/target/qpid-broker-6.0.0-SNAPSHOT-bin.tar.gz> into <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target>
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:copy (copy-sleepycat-jar-for-bdb-tests) @ qpid-bdbstore-systests ---
[INFO] Configured Artifact: com.sleepycat:je:5.0.104:jar
[INFO] Copying je-5.0.104.jar to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target/qpid-broker/6.0.0-SNAPSHOT/lib/je-5.0.104.jar>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (integration-test) @ qpid-bdbstore-systests ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.qpid.server.store.berkeleydb.BDBUpgradeTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.425 sec - in org.apache.qpid.server.store.berkeleydb.BDBUpgradeTest
Running org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 sec - in org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest
Running org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 sec - in org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest
Running org.apache.qpid.server.store.berkeleydb.replication.JMXManagementTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec - in org.apache.qpid.server.store.berkeleydb.replication.JMXManagementTest
Running org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest
Running org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest
Running org.apache.qpid.server.store.berkeleydb.BDBBackupTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.qpid.server.store.berkeleydb.BDBBackupTest

Results :

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

[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building joramtests 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ joramtests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ joramtests ---
[INFO] Executing tasks

main:
     [echo] Joram Integration Tests: To run define system property -Djoramtests to a name of a JMS client e.g. qpid-jms-client
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ joramtests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ joramtests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ joramtests ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ joramtests ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ joramtests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ joramtests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/src/main/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ joramtests ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/classes>
[WARNING] <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/src/main/java/org/apache/qpid/joramtests/admin/JavaBrokerAdmin.java>:[258,52] authenticate(org.apache.http.auth.Credentials,org.apache.http.HttpRequest) in org.apache.http.impl.auth.BasicScheme has been deprecated
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ joramtests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ joramtests ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ joramtests ---
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ joramtests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/joramtests-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ joramtests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ joramtests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:integration-test (default) @ joramtests ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:verify (default) @ joramtests ---
[INFO] Tests are skipped.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.230s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [2.052s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.480s]
[INFO] Qpid Common ....................................... SUCCESS [3:40.946s]
[INFO] Qpid Management Common ............................ SUCCESS [3.144s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:31.004s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [5.598s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. SUCCESS [2.280s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [5.896s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [6.702s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SUCCESS [0.459s]
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.303s]
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.289s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [17.798s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.758s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.691s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [6.519s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [3.215s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [1.110s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.639s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [9.338s]
[INFO] Qpid BDB Message Store ............................ SUCCESS [40.173s]
[INFO] Qpid BDB Message Store JMX ........................ SUCCESS [2.462s]
[INFO] Qpid Java Broker .................................. SUCCESS [5.279s]
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.307s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.144s]
[INFO] Qpid JCA .......................................... SUCCESS [2.021s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.384s]
[INFO] Qpid Tools ........................................ SUCCESS [0.457s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.154s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [0.755s]
[INFO] Qpid System Tests ................................. SUCCESS [5:44.230s]
[INFO] Qpid Performance Tests ............................ SUCCESS [13.487s]
[INFO] Qpid Performance Test System Tests ................ SUCCESS [16.850s]
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [4.861s]
[INFO] Qpid BDB Store System Tests ....................... SUCCESS [2.285s]
[INFO] joramtests ........................................ SUCCESS [0.410s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13:45.663s
[INFO] Finished at: Fri Sep 18 19:38:28 UTC 2015
[INFO] Final Memory: 74M/259M
[INFO] ------------------------------------------------------------------------
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results
No test report files were found. Configuration error?
Build step 'Publish JUnit test result report' changed build result to FAILURE

Build failed in Jenkins: Qpid-Java-Cpp-Test #2871

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

Changes:

[orudyy] QPID-6742: Saves Qpid Broker version and build revision in test results

------------------------------------------
[...truncated 4957 lines...]
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid Performance Test System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Qpid Performance Tests Visualisation JFC 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
     [echo] Qpid Test Profile Properties
     [echo] [profile] cpp
     [echo] [profile.broker.language] cpp
     [echo] [profile.broker.type] spawned
     [echo] [profile.broker.command] "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/src/qpidd"> -p @PORT --data-dir "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/QPID_WORK/@PORT"> -t --auth no --no-module-dir
     [echo] [profile.specific.excludes] CPPPrefetchExcludes CPPTransientExcludes
     [echo] [profile.test.excludes] Excludes CPPExcludes cpp.excludes CPPPrefetchExcludes CPPTransientExcludes cpp.excludes
     [echo] [profile.broker.version] v0_10
     [echo] [profile.test.amqp_port_protocols] ["AMQP_0_8","AMQP_0_9","AMQP_0_9_1","AMQP_0_10"]
     [echo] [profile.broker.persistent] false
     [echo] [profile.virtualhostnode.type] Memory
     [echo] [profile.virtualhostnode.context.blueprint] ${profile.virtualhostnode.context.blueprint}
     [echo] [profile.test_receive_timeout] 1000
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ qpid-perftests-visualisation-jfc ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/main/resources>
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ qpid-perftests-visualisation-jfc ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.303 sec - in org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Running org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec - in org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.198 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Running org.apache.qpid.disttest.charting.writer.ChartWriterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.324 sec - in org.apache.qpid.disttest.charting.writer.ChartWriterTest
Running org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Running org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests-visualisation-jfc ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests-visualisation-jfc ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-visualisation-jfc-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests-visualisation-jfc/6.0.0-SNAPSHOT/lib/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid BDB Store System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building joramtests 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ joramtests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ joramtests ---
[INFO] Executing tasks

main:
     [echo] Joram Integration Tests: To run define system property -Djoramtests to a name of a JMS client e.g. qpid-jms-client
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ joramtests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ joramtests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ joramtests ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ joramtests ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ joramtests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ joramtests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/src/main/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ joramtests ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/classes>
[WARNING] <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/src/main/java/org/apache/qpid/joramtests/admin/JavaBrokerAdmin.java>:[258,52] authenticate(org.apache.http.auth.Credentials,org.apache.http.HttpRequest) in org.apache.http.impl.auth.BasicScheme has been deprecated
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ joramtests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ joramtests ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ joramtests ---
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ joramtests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/joramtests-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ joramtests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ joramtests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:integration-test (default) @ joramtests ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:verify (default) @ joramtests ---
[INFO] Tests are skipped.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.188s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [1.923s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.442s]
[INFO] Qpid Common ....................................... SUCCESS [3:38.111s]
[INFO] Qpid Management Common ............................ SUCCESS [1.700s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:31.137s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [4.555s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. SUCCESS [2.135s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [4.993s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [5.579s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SUCCESS [0.259s]
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.220s]
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.211s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [19.051s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.244s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.644s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [5.312s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [2.847s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.302s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.315s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [8.465s]
[INFO] Qpid BDB Message Store ............................ SUCCESS [39.749s]
[INFO] Qpid BDB Message Store JMX ........................ SUCCESS [2.409s]
[INFO] Qpid Java Broker .................................. SUCCESS [5.308s]
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.235s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.152s]
[INFO] Qpid JCA .......................................... SUCCESS [1.864s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.369s]
[INFO] Qpid Tools ........................................ SUCCESS [0.333s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.107s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [0.737s]
[INFO] Qpid System Tests ................................. FAILURE [5:49.801s]
[INFO] Qpid Performance Tests ............................ SUCCESS [12.577s]
[INFO] Qpid Performance Test System Tests ................ SKIPPED
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [4.754s]
[INFO] Qpid BDB Store System Tests ....................... SKIPPED
[INFO] joramtests ........................................ SUCCESS [0.356s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13:19.170s
[INFO] Finished at: Fri Sep 18 16:54:44 UTC 2015
[INFO] Final Memory: 72M/247M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (integration-test) on project qpid-systests: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/systests/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-systests
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2870

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

Changes:

[kwall] QPID-6732: [Java Perf Tests] Add Apache Derby to perftests-visualisation artefact and improve generated HTML

------------------------------------------
[...truncated 4961 lines...]
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid Performance Test System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Qpid Performance Tests Visualisation JFC 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
     [echo] Qpid Test Profile Properties
     [echo] [profile] cpp
     [echo] [profile.broker.language] cpp
     [echo] [profile.broker.type] spawned
     [echo] [profile.broker.command] "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/src/qpidd"> -p @PORT --data-dir "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/QPID_WORK/@PORT"> -t --auth no --no-module-dir
     [echo] [profile.specific.excludes] CPPPrefetchExcludes CPPTransientExcludes
     [echo] [profile.test.excludes] Excludes CPPExcludes cpp.excludes CPPPrefetchExcludes CPPTransientExcludes cpp.excludes
     [echo] [profile.broker.version] v0_10
     [echo] [profile.test.amqp_port_protocols] ["AMQP_0_8","AMQP_0_9","AMQP_0_9_1","AMQP_0_10"]
     [echo] [profile.broker.persistent] false
     [echo] [profile.virtualhostnode.type] Memory
     [echo] [profile.virtualhostnode.context.blueprint] ${profile.virtualhostnode.context.blueprint}
     [echo] [profile.test_receive_timeout] 1000
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ qpid-perftests-visualisation-jfc ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/main/resources>
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ qpid-perftests-visualisation-jfc ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.59 sec - in org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Running org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 sec - in org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.17 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Running org.apache.qpid.disttest.charting.writer.ChartWriterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.312 sec - in org.apache.qpid.disttest.charting.writer.ChartWriterTest
Running org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Running org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests-visualisation-jfc ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests-visualisation-jfc ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-visualisation-jfc-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests-visualisation-jfc/6.0.0-SNAPSHOT/lib/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid BDB Store System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building joramtests 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ joramtests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ joramtests ---
[INFO] Executing tasks

main:
     [echo] Joram Integration Tests: To run define system property -Djoramtests to a name of a JMS client e.g. qpid-jms-client
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ joramtests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ joramtests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ joramtests ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ joramtests ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ joramtests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ joramtests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/src/main/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ joramtests ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/classes>
[WARNING] <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/src/main/java/org/apache/qpid/joramtests/admin/JavaBrokerAdmin.java>:[258,52] authenticate(org.apache.http.auth.Credentials,org.apache.http.HttpRequest) in org.apache.http.impl.auth.BasicScheme has been deprecated
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ joramtests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ joramtests ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ joramtests ---
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ joramtests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/joramtests-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ joramtests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ joramtests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:integration-test (default) @ joramtests ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:verify (default) @ joramtests ---
[INFO] Tests are skipped.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.193s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [1.937s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.427s]
[INFO] Qpid Common ....................................... SUCCESS [3:38.676s]
[INFO] Qpid Management Common ............................ SUCCESS [1.672s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:31.046s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [4.672s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. SUCCESS [2.084s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [4.876s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [5.325s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SUCCESS [0.230s]
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.451s]
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.203s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [17.371s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.192s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.442s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [5.092s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [2.759s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.247s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.275s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [8.194s]
[INFO] Qpid BDB Message Store ............................ SUCCESS [39.678s]
[INFO] Qpid BDB Message Store JMX ........................ SUCCESS [2.348s]
[INFO] Qpid Java Broker .................................. SUCCESS [4.821s]
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.174s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.142s]
[INFO] Qpid JCA .......................................... SUCCESS [1.870s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.367s]
[INFO] Qpid Tools ........................................ SUCCESS [0.298s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.104s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [0.730s]
[INFO] Qpid System Tests ................................. FAILURE [6:02.008s]
[INFO] Qpid Performance Tests ............................ SUCCESS [12.243s]
[INFO] Qpid Performance Test System Tests ................ SKIPPED
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [4.947s]
[INFO] Qpid BDB Store System Tests ....................... SKIPPED
[INFO] joramtests ........................................ SUCCESS [0.332s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13:28.225s
[INFO] Finished at: Fri Sep 18 14:49:37 UTC 2015
[INFO] Final Memory: 73M/348M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (integration-test) on project qpid-systests: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/systests/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-systests
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2869

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

Changes:

[orudyy] QPID-6742: Use low prefetch on consumer session for purging the queue

------------------------------------------
[...truncated 5150 lines...]
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests-visualisation-jfc ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-visualisation-jfc-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests-visualisation-jfc/6.0.0-SNAPSHOT/lib/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Qpid BDB Store System Tests 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qpid-bdbstore-systests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ qpid-bdbstore-systests ---
[INFO] Executing tasks

main:
     [echo] Qpid Test Profile Properties
     [echo] [profile] cpp
     [echo] [profile.broker.language] cpp
     [echo] [profile.broker.type] spawned
     [echo] [profile.broker.command] "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/src/qpidd"> -p @PORT --data-dir "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target/QPID_WORK/@PORT"> -t --auth no --no-module-dir
     [echo] [profile.specific.excludes] CPPPrefetchExcludes CPPTransientExcludes
     [echo] [profile.test.excludes] Excludes CPPExcludes cpp.excludes CPPPrefetchExcludes CPPTransientExcludes cpp.excludes
     [echo] [profile.broker.version] v0_10
     [echo] [profile.test.amqp_port_protocols] ["AMQP_0_8","AMQP_0_9","AMQP_0_9_1","AMQP_0_10"]
     [echo] [profile.broker.persistent] false
     [echo] [profile.virtualhostnode.type] Memory
     [echo] [profile.virtualhostnode.context.blueprint] ${profile.virtualhostnode.context.blueprint}
     [echo] [profile.test_receive_timeout] 1000
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ qpid-bdbstore-systests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ qpid-bdbstore-systests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ qpid-bdbstore-systests ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ qpid-bdbstore-systests ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ qpid-bdbstore-systests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-systests-etc-resources) @ qpid-bdbstore-systests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-test-profile-resources) @ qpid-bdbstore-systests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 46 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-bdbstore-bin-resources) @ qpid-bdbstore-systests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qpid-bdbstore-systests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/src/main/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ qpid-bdbstore-systests ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qpid-bdbstore-systests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ qpid-bdbstore-systests ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ qpid-bdbstore-systests ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-bdbstore-systests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target/qpid-bdbstore-systests-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-bdbstore-systests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (fix-bdb-script-permissions) @ qpid-bdbstore-systests ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-bdbstore-systests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target/qpid-broker/6.0.0-SNAPSHOT/qbtc-test-config>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:unpack (extract-broker-distribution) @ qpid-bdbstore-systests ---
[INFO] Configured Artifact: org.apache.qpid:qpid-broker:bin:6.0.0-SNAPSHOT:tar.gz
[INFO] Unpacking <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/broker/target/qpid-broker-6.0.0-SNAPSHOT-bin.tar.gz> to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target> with includes "" and excludes ""
[INFO] Expanding: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/broker/target/qpid-broker-6.0.0-SNAPSHOT-bin.tar.gz> into <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target>
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:copy (copy-sleepycat-jar-for-bdb-tests) @ qpid-bdbstore-systests ---
[INFO] Configured Artifact: com.sleepycat:je:5.0.104:jar
[INFO] Copying je-5.0.104.jar to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target/qpid-broker/6.0.0-SNAPSHOT/lib/je-5.0.104.jar>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (integration-test) @ qpid-bdbstore-systests ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.qpid.server.store.berkeleydb.replication.JMXManagementTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.45 sec - in org.apache.qpid.server.store.berkeleydb.replication.JMXManagementTest
Running org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest
Running org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec - in org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest
Running org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 sec - in org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest
Running org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec - in org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest
Running org.apache.qpid.server.store.berkeleydb.BDBBackupTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.qpid.server.store.berkeleydb.BDBBackupTest
Running org.apache.qpid.server.store.berkeleydb.BDBUpgradeTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec - in org.apache.qpid.server.store.berkeleydb.BDBUpgradeTest

Results :

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

[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building joramtests 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ joramtests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ joramtests ---
[INFO] Executing tasks

main:
     [echo] Joram Integration Tests: To run define system property -Djoramtests to a name of a JMS client e.g. qpid-jms-client
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ joramtests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ joramtests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ joramtests ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ joramtests ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ joramtests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ joramtests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/src/main/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ joramtests ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/classes>
[WARNING] <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/src/main/java/org/apache/qpid/joramtests/admin/JavaBrokerAdmin.java>:[258,52] authenticate(org.apache.http.auth.Credentials,org.apache.http.HttpRequest) in org.apache.http.impl.auth.BasicScheme has been deprecated
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ joramtests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ joramtests ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ joramtests ---
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ joramtests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/joramtests-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ joramtests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ joramtests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:integration-test (default) @ joramtests ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:verify (default) @ joramtests ---
[INFO] Tests are skipped.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.273s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [1.979s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.527s]
[INFO] Qpid Common ....................................... SUCCESS [3:38.660s]
[INFO] Qpid Management Common ............................ SUCCESS [1.686s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:30.982s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [4.455s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. SUCCESS [2.102s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [4.919s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [5.344s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SUCCESS [0.225s]
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.210s]
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.203s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [19.282s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.192s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.677s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [5.163s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [2.781s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.253s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.263s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [8.201s]
[INFO] Qpid BDB Message Store ............................ SUCCESS [39.732s]
[INFO] Qpid BDB Message Store JMX ........................ SUCCESS [2.349s]
[INFO] Qpid Java Broker .................................. SUCCESS [5.087s]
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.196s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.147s]
[INFO] Qpid JCA .......................................... SUCCESS [1.855s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.362s]
[INFO] Qpid Tools ........................................ SUCCESS [0.298s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.102s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [0.731s]
[INFO] Qpid System Tests ................................. SUCCESS [5:52.086s]
[INFO] Qpid Performance Tests ............................ SUCCESS [12.256s]
[INFO] Qpid Performance Test System Tests ................ SUCCESS [19.021s]
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [4.458s]
[INFO] Qpid BDB Store System Tests ....................... SUCCESS [2.172s]
[INFO] joramtests ........................................ SUCCESS [0.289s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13:41.315s
[INFO] Finished at: Fri Sep 18 12:23:21 UTC 2015
[INFO] Final Memory: 74M/237M
[INFO] ------------------------------------------------------------------------
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results
No test report files were found. Configuration error?
Build step 'Publish JUnit test result report' changed build result to FAILURE

Build failed in Jenkins: Qpid-Java-Cpp-Test #2868

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

Changes:

[kwall] QPID-6732: [Java Perf Tests] Add Apache Derby to perftest artefact so that results may be conveniently gathered in a database

------------------------------------------
[...truncated 5154 lines...]
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests-visualisation-jfc ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-visualisation-jfc-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests-visualisation-jfc/6.0.0-SNAPSHOT/lib/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Qpid BDB Store System Tests 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qpid-bdbstore-systests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ qpid-bdbstore-systests ---
[INFO] Executing tasks

main:
     [echo] Qpid Test Profile Properties
     [echo] [profile] cpp
     [echo] [profile.broker.language] cpp
     [echo] [profile.broker.type] spawned
     [echo] [profile.broker.command] "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/src/qpidd"> -p @PORT --data-dir "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target/QPID_WORK/@PORT"> -t --auth no --no-module-dir
     [echo] [profile.specific.excludes] CPPPrefetchExcludes CPPTransientExcludes
     [echo] [profile.test.excludes] Excludes CPPExcludes cpp.excludes CPPPrefetchExcludes CPPTransientExcludes cpp.excludes
     [echo] [profile.broker.version] v0_10
     [echo] [profile.test.amqp_port_protocols] ["AMQP_0_8","AMQP_0_9","AMQP_0_9_1","AMQP_0_10"]
     [echo] [profile.broker.persistent] false
     [echo] [profile.virtualhostnode.type] Memory
     [echo] [profile.virtualhostnode.context.blueprint] ${profile.virtualhostnode.context.blueprint}
     [echo] [profile.test_receive_timeout] 1000
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ qpid-bdbstore-systests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ qpid-bdbstore-systests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ qpid-bdbstore-systests ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ qpid-bdbstore-systests ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ qpid-bdbstore-systests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-systests-etc-resources) @ qpid-bdbstore-systests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-test-profile-resources) @ qpid-bdbstore-systests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 46 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-bdbstore-bin-resources) @ qpid-bdbstore-systests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qpid-bdbstore-systests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/src/main/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ qpid-bdbstore-systests ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qpid-bdbstore-systests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ qpid-bdbstore-systests ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ qpid-bdbstore-systests ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-bdbstore-systests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target/qpid-bdbstore-systests-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-bdbstore-systests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (fix-bdb-script-permissions) @ qpid-bdbstore-systests ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-bdbstore-systests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target/qpid-broker/6.0.0-SNAPSHOT/qbtc-test-config>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:unpack (extract-broker-distribution) @ qpid-bdbstore-systests ---
[INFO] Configured Artifact: org.apache.qpid:qpid-broker:bin:6.0.0-SNAPSHOT:tar.gz
[INFO] Unpacking <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/broker/target/qpid-broker-6.0.0-SNAPSHOT-bin.tar.gz> to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target> with includes "" and excludes ""
[INFO] Expanding: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/broker/target/qpid-broker-6.0.0-SNAPSHOT-bin.tar.gz> into <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target>
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:copy (copy-sleepycat-jar-for-bdb-tests) @ qpid-bdbstore-systests ---
[INFO] Configured Artifact: com.sleepycat:je:5.0.104:jar
[INFO] Copying je-5.0.104.jar to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target/qpid-broker/6.0.0-SNAPSHOT/lib/je-5.0.104.jar>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (integration-test) @ qpid-bdbstore-systests ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.qpid.server.store.berkeleydb.replication.JMXManagementTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.455 sec - in org.apache.qpid.server.store.berkeleydb.replication.JMXManagementTest
Running org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest
Running org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec - in org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest
Running org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 sec - in org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest
Running org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec - in org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest
Running org.apache.qpid.server.store.berkeleydb.BDBBackupTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.qpid.server.store.berkeleydb.BDBBackupTest
Running org.apache.qpid.server.store.berkeleydb.BDBUpgradeTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec - in org.apache.qpid.server.store.berkeleydb.BDBUpgradeTest

Results :

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

[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building joramtests 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ joramtests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ joramtests ---
[INFO] Executing tasks

main:
     [echo] Joram Integration Tests: To run define system property -Djoramtests to a name of a JMS client e.g. qpid-jms-client
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ joramtests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ joramtests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ joramtests ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ joramtests ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ joramtests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ joramtests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/src/main/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ joramtests ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/classes>
[WARNING] <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/src/main/java/org/apache/qpid/joramtests/admin/JavaBrokerAdmin.java>:[258,52] authenticate(org.apache.http.auth.Credentials,org.apache.http.HttpRequest) in org.apache.http.impl.auth.BasicScheme has been deprecated
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ joramtests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ joramtests ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ joramtests ---
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ joramtests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/joramtests-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ joramtests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ joramtests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:integration-test (default) @ joramtests ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:verify (default) @ joramtests ---
[INFO] Tests are skipped.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.274s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [1.687s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.540s]
[INFO] Qpid Common ....................................... SUCCESS [3:39.144s]
[INFO] Qpid Management Common ............................ SUCCESS [1.812s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:30.882s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [4.615s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. SUCCESS [2.190s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [5.066s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [7.151s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SUCCESS [0.264s]
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.229s]
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.252s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [18.701s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.547s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.634s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [5.730s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [3.216s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.419s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.330s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [9.248s]
[INFO] Qpid BDB Message Store ............................ SUCCESS [40.083s]
[INFO] Qpid BDB Message Store JMX ........................ SUCCESS [2.430s]
[INFO] Qpid Java Broker .................................. SUCCESS [5.111s]
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.290s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.145s]
[INFO] Qpid JCA .......................................... SUCCESS [2.023s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.402s]
[INFO] Qpid Tools ........................................ SUCCESS [0.361s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.143s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [0.757s]
[INFO] Qpid System Tests ................................. SUCCESS [5:54.820s]
[INFO] Qpid Performance Tests ............................ SUCCESS [12.636s]
[INFO] Qpid Performance Test System Tests ................ SUCCESS [18.693s]
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [5.179s]
[INFO] Qpid BDB Store System Tests ....................... SUCCESS [2.277s]
[INFO] joramtests ........................................ SUCCESS [0.674s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13:50.916s
[INFO] Finished at: Fri Sep 18 10:43:21 UTC 2015
[INFO] Final Memory: 77M/414M
[INFO] ------------------------------------------------------------------------
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results
No test report files were found. Configuration error?
Build step 'Publish JUnit test result report' changed build result to FAILURE

Build failed in Jenkins: Qpid-Java-Cpp-Test #2867

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

Changes:

[kwall] QPID-6741: [Java Broker] Address comments from Rob Godfrey <rg...@apache.org>

[orudyy] QPID-6742: Fix typo

------------------------------------------
[...truncated 7262 lines...]
A         bdbstore/jmx/src/test/java/org/apache/qpid/server/store
A         bdbstore/jmx/src/test/java/org/apache/qpid/server/store/berkeleydb
A         bdbstore/jmx/src/test/java/org/apache/qpid/server/store/berkeleydb/jmx
A         bdbstore/jmx/src/test/java/org/apache/qpid/server/store/berkeleydb/jmx/BDBHAMessageStoreManagerMBeanTest.java
A         bdbstore/jmx/src/main
A         bdbstore/jmx/src/main/java
A         bdbstore/jmx/src/main/java/org
A         bdbstore/jmx/src/main/java/org/apache
A         bdbstore/jmx/src/main/java/org/apache/qpid
A         bdbstore/jmx/src/main/java/org/apache/qpid/server
A         bdbstore/jmx/src/main/java/org/apache/qpid/server/store
A         bdbstore/jmx/src/main/java/org/apache/qpid/server/store/berkeleydb
A         bdbstore/jmx/src/main/java/org/apache/qpid/server/store/berkeleydb/jmx
A         bdbstore/jmx/src/main/java/org/apache/qpid/server/store/berkeleydb/jmx/BDBHAMessageStoreManagerMBeanProvider.java
A         bdbstore/jmx/src/main/java/org/apache/qpid/server/store/berkeleydb/jmx/ManagedBDBHAMessageStore.java
A         bdbstore/jmx/src/main/java/org/apache/qpid/server/store/berkeleydb/jmx/BDBHAMessageStoreManagerMBean.java
A         bdbstore/jmx/src/main/resources
A         bdbstore/jmx/src/main/resources/META-INF
A         bdbstore/jmx/src/main/resources/META-INF/services
A         bdbstore/jmx/src/main/resources/META-INF/services/org.apache.qpid.server.jmx.MBeanProvider
A         bdbstore/jmx/pom.xml
A         bdbstore/systests
A         bdbstore/systests/src
A         bdbstore/systests/src/test
A         bdbstore/systests/src/test/java
A         bdbstore/systests/src/test/java/org
A         bdbstore/systests/src/test/java/org/apache
A         bdbstore/systests/src/test/java/org/apache/qpid
A         bdbstore/systests/src/test/java/org/apache/qpid/server
A         bdbstore/systests/src/test/java/org/apache/qpid/server/store
A         bdbstore/systests/src/test/java/org/apache/qpid/server/store/berkeleydb
A         bdbstore/systests/src/test/java/org/apache/qpid/server/store/berkeleydb/BDBBackupTest.java
A         bdbstore/systests/src/test/java/org/apache/qpid/server/store/berkeleydb/BDBUpgradeTest.java
A         bdbstore/systests/src/test/java/org/apache/qpid/server/store/berkeleydb/replication
A         bdbstore/systests/src/test/java/org/apache/qpid/server/store/berkeleydb/replication/TwoNodeTest.java
A         bdbstore/systests/src/test/java/org/apache/qpid/server/store/berkeleydb/replication/MultiNodeTest.java
A         bdbstore/systests/src/test/java/org/apache/qpid/server/store/berkeleydb/replication/BDBHAVirtualHostRestTest.java
A         bdbstore/systests/src/test/java/org/apache/qpid/server/store/berkeleydb/replication/BDBHAVirtualHostNodeRestTest.java
A         bdbstore/systests/src/test/java/org/apache/qpid/server/store/berkeleydb/replication/JMXManagementTest.java
A         bdbstore/systests/src/test/java/org/apache/qpid/server/store/berkeleydb/replication/GroupCreator.java
A         bdbstore/systests/pom.xml
A         doc
A         doc/book
AU        doc/book/Makefile
A         doc/book/xsl
A         doc/book/xsl/html-custom.xsl
A         doc/book/src
A         doc/book/src/java-broker
A         doc/book/src/java-broker/Java-Broker-Installation.xml
A         doc/book/src/java-broker/Java-Broker-Runtime-Log-Files.xml
A         doc/book/src/java-broker/Java-Broker-Runtime-Message-Compression.xml
A         doc/book/src/java-broker/images
AU        doc/book/src/java-broker/images/Exchange-Topic.svg
A         doc/book/src/java-broker/images/Exchange-Topic-Hierarchical.png
A         doc/book/src/java-broker/images/Exchange-Fanout.png
A         doc/book/src/java-broker/images/JMX-Connect-Remote.png
A         doc/book/src/java-broker/images/Broker-PortAuthFlow.png
A         doc/book/src/java-broker/images/VirtualHost-Model.png
A         doc/book/src/java-broker/images/Management-Web-ContextVar.png
A         doc/book/src/java-broker/images/Broker-Model.png
AU        doc/book/src/java-broker/images/Exchange-Topic-Hierarchical.svg
A         doc/book/src/java-broker/images/Management-Web-Auth.png
A         doc/book/src/java-broker/images/Exchange-Topic-JMSSelector.png
A         doc/book/src/java-broker/images/Management-Web-Console.png
AU        doc/book/src/java-broker/images/Exchange-Fanout.svg
A         doc/book/src/java-broker/images/HA-Create-1.png
A         doc/book/src/java-broker/images/HA-Create-2.png
A         doc/book/src/java-broker/images/JMX-Connect-MBeans.png
A         doc/book/src/java-broker/images/HA-Create-3.png
A         doc/book/src/java-broker/images/Exchange-Direct.png
A         doc/book/src/java-broker/images/Management-Web-Tab.png
A         doc/book/src/java-broker/images/HA-Overview.png
A         doc/book/src/java-broker/images/Exchange-Topic.png
A         doc/book/src/java-broker/images/Broker-MessageFlow.png
AU        doc/book/src/java-broker/images/Exchange-Topic-JMSSelector.svg
A         doc/book/src/java-broker/images/Management-Web-Edit-Dialogue.png
A         doc/book/src/java-broker/images/HA-BDBHAMessageStore-MBean-jconsole.png
A         doc/book/src/java-broker/images/Management-Web-Add-Dialogue.png
AU        doc/book/src/java-broker/images/Exchange-Direct.svg
A         doc/book/src/java-broker/Java-Broker-Getting-Started.xml
A         doc/book/src/java-broker/Java-Broker-Appendix-Miscellaneous.xml
A         doc/book/src/java-broker/Java-Broker-Appendix-Operational-Logging-Messages.xml
A         doc/book/src/java-broker/Makefile
A         doc/book/src/java-broker/Java-Broker-Management-Managing-Entities.xml
A         doc/book/src/java-broker/concepts
A         doc/book/src/java-broker/concepts/Java-Broker-Concepts-Authentication-Providers.xml
A         doc/book/src/java-broker/concepts/Java-Broker-Concepts-Virtualhost-Nodes.xml
A         doc/book/src/java-broker/concepts/Java-Broker-Concepts-RemoteReplicationNodes.xml
A         doc/book/src/java-broker/concepts/Java-Broker-Concepts-Other-Services.xml
A         doc/book/src/java-broker/concepts/Java-Broker-Concepts-Broker.xml
A         doc/book/src/java-broker/concepts/Java-Broker-Concepts-Exchanges.xml
A         doc/book/src/java-broker/concepts/Java-Broker-Concepts-Overview.xml
A         doc/book/src/java-broker/concepts/Java-Broker-Concepts-Ports.xml
A         doc/book/src/java-broker/concepts/Java-Broker-Concepts-Queues.xml
A         doc/book/src/java-broker/concepts/Java-Broker-Concepts-Virtualhosts.xml
A         doc/book/src/java-broker/Java-Broker-Runtime-Disk-Space-Management.xml
A         doc/book/src/java-broker/Java-Broker-Concepts.xml
A         doc/book/src/java-broker/Java-Broker-Appendix-Environment-Variables.xml
A         doc/book/src/java-broker/Java-Broker-Introduction.xml
A         doc/book/src/java-broker/Java-Broker-Appendix-Queue-Alerts.xml
A         doc/book/src/java-broker/Java-Broker-Runtime-Disk-Space-Management-Producer-Flow-Control.xml
A         doc/book/src/java-broker/Java-Broker-Appendix-System-Properties.xml
A         doc/book/src/java-broker/Java-Broker-Close-On-No-Route.xml
A         doc/book/src/java-broker/Java-Broker-Runtime-Handling-Undeliverable-Messages.xml
AU        doc/book/src/java-broker/Java-Broker-Runtime-Connection-Limit.xml
A         doc/book/src/java-broker/Java-Broker-Runtime-Flow-To-Disk.xml
A         doc/book/src/java-broker/Java-Broker-Backup-And-Recovery.xml
A         doc/book/src/java-broker/AMQP-Messaging-Broker-Java-Book.xml
A         doc/book/src/java-broker/Java-Broker-Management-Channels.xml
A         doc/book/src/java-broker/security
A         doc/book/src/java-broker/security/Java-Broker-Security-Authentication-Providers-ScramSha.xml
A         doc/book/src/java-broker/security/Java-Broker-Security-Authentication-Providers-External.xml
A         doc/book/src/java-broker/security/Java-Broker-Security-Authentication-Providers.xml
A         doc/book/src/java-broker/security/Java-Broker-Security-Authentication-Providers-Plain.xml
A         doc/book/src/java-broker/security/Java-Broker-Security-Authentication-Providers-MD5.xml
A         doc/book/src/java-broker/security/Java-Broker-Security-Authentication-Providers-PlainPasswordFile.xml
A         doc/book/src/java-broker/security/Java-Broker-Security-Configuration-Encryption.xml
A         doc/book/src/java-broker/security/Java-Broker-Security-Authentication-Providers-Anonymous.xml
A         doc/book/src/java-broker/security/Java-Broker-Security-Authentication-Providers-MD5PasswordFile.xml
A         doc/book/src/java-broker/security/Java-Broker-Security-ACLs.xml
A         doc/book/src/java-broker/security/Java-Broker-Security-Authentication-Providers-Kerberos.xml
A         doc/book/src/java-broker/security/Java-Broker-Security-Authentication-Providers-Base64MD5PasswordFile.xml
A         doc/book/src/java-broker/security/Java-Broker-Security-Group-Providers.xml
A         doc/book/src/java-broker/security/Java-Broker-Security-Authentication-Providers-LDAP.xml
A         doc/book/src/java-broker/Java-Broker-Security.xml
A         doc/book/src/java-broker/Java-Broker-Runtime-Producer-Transaction-Timeout.xml
A         doc/book/src/java-broker/management
A         doc/book/src/java-broker/management/managing
A         doc/book/src/java-broker/management/managing/Java-Broker-Management-Managing-Exchanges.xml
A         doc/book/src/java-broker/management/managing/Java-Broker-Management-Managing-Group-Providers.xml
A         doc/book/src/java-broker/management/managing/Java-Broker-Management-Managing-Ports.xml
A         doc/book/src/java-broker/management/managing/Java-Broker-Management-Managing-Queues.xml
A         doc/book/src/java-broker/management/managing/Java-Broker-Management-Managing-Virtualhosts.xml
A         doc/book/src/java-broker/management/managing/Java-Broker-Management-Managing-Plugins-JMX.xml
A         doc/book/src/java-broker/management/managing/Java-Broker-Management-Managing-VirtualhostNodes.xml
A         doc/book/src/java-broker/management/managing/Java-Broker-Management-Managing-Consumers.xml
A         doc/book/src/java-broker/management/managing/Java-Broker-Management-Managing-RemoteReplicationNodes.xml
A         doc/book/src/java-broker/management/managing/Java-Broker-Management-Managing-Truststores.xml
A         doc/book/src/java-broker/management/managing/Java-Broker-Management-Managing-Broker.xml
A         doc/book/src/java-broker/management/managing/Java-Broker-Management-Managing-Entities-Matrix.xml
A         doc/book/src/java-broker/management/managing/Java-Broker-Management-Managing-Keystores.xml
A         doc/book/src/java-broker/management/managing/Java-Broker-Management-Managing-Access-Control-Providers.xml
A         doc/book/src/java-broker/management/managing/Java-Broker-Management-Managing-Authentication-Providers.xml
A         doc/book/src/java-broker/management/managing/Java-Broker-Management-Managing-Plugins-HTTP.xml
A         doc/book/src/java-broker/management/channels
A         doc/book/src/java-broker/management/channels/Java-Broker-Management-Channel-Web-Console.xml
A         doc/book/src/java-broker/management/channels/Java-Broker-Management-Channel-AMQP-Intrinsic.xml
A         doc/book/src/java-broker/management/channels/Java-Broker-Management-Channel-JMX.xml
A         doc/book/src/java-broker/management/channels/Java-Broker-Management-Channel-HTTP.xml
A         doc/book/src/java-broker/management/channels/Java-Broker-Management-Channel-QMF.xml
A         doc/book/src/java-broker/management/channels/Java-Broker-Management-Channel-REST-API.xml
A         doc/book/src/java-broker/Java-Broker-Exchanges-Binding-Arguments.xml
A         doc/book/src/java-broker/Java-Broker-Runtime.xml
A         doc/book/src/java-broker/Java-Broker-High-Availability.xml
A         doc/book/src/java-broker/commonEntities.xml
A         doc/book/src/java-broker/Java-Broker-Runtime-Background-Recovery.xml
A         doc/book/src/java-broker/Java-Broker-Initial-Configuration.xml
AU        doc/book/src/Makefile.inc
A         doc/book/src/images
AU        doc/book/src/images/qpid-logo.png
A         doc/book/src/jms-client-0-8
A         doc/book/src/jms-client-0-8/images
A         doc/book/src/jms-client-0-8/images/JndiOverview.svg
A         doc/book/src/jms-client-0-8/images/QpidJmsOverview.svg
A         doc/book/src/jms-client-0-8/images/JndiOverview.png
A         doc/book/src/jms-client-0-8/images/QpidJmsOverview.png
A         doc/book/src/jms-client-0-8/JMS-Client-JNDI-Properties-Format.xml
A         doc/book/src/jms-client-0-8/JMS-Client-Understanding.xml
A         doc/book/src/jms-client-0-8/JMS-Client-Binding-URL.xml
A         doc/book/src/jms-client-0-8/Makefile
A         doc/book/src/jms-client-0-8/JMS-Client-Appendix-Maven.xml
A         doc/book/src/jms-client-0-8/JMS-Client-Examples.xml
A         doc/book/src/jms-client-0-8/JMS-Client-System-Properties.xml
A         doc/book/src/jms-client-0-8/JMS-Client-Introduction.xml
A         doc/book/src/jms-client-0-8/JMS-Client-Getting-And-Dependencies.xml
A         doc/book/src/jms-client-0-8/JMS-Client-JMS-Extensions.xml
A         doc/book/src/jms-client-0-8/JMS-Client-Logging.xml
A         doc/book/src/jms-client-0-8/JMS-Client-Appendix-Exceptions.xml
A         doc/book/src/jms-client-0-8/JMS-Client-Document-Scope-And-Intended-Audience.xml
A         doc/book/src/jms-client-0-8/commonEntities.xml
A         doc/book/src/jms-client-0-8/JMS-Client-Book.xml
A         doc/book/src/jms-client-0-8/JMS-Client-Connection-URL.xml
A         doc/book/src/jms-client-0-8/JMS-Client-Appendix-Tomcat-JNDI-Integration.xml
A         doc/book/src/jms-client-0-8/JMS-Client-Appendix-PooledConnectionFactory.xml
A         doc/book/src/common
A         doc/book/src/common/css
A         doc/book/src/common/css/style.css
A         doc/book/src/java-perftests
A         doc/book/src/java-perftests/Makefile
A         doc/book/src/java-perftests/JMS-Performance-Test-Framework.xml
A         .gitignore
 U        .
At revision 1703749
no change for http://svn.apache.org/repos/asf/qpid/trunk since the previous build
[locks-and-latches] Checking to see if we really have the locks
[locks-and-latches] Have all the locks, build can start
[Qpid-Java-Cpp-Test] $ /bin/sh /tmp/hudson4819530880922219374.sh
-- The C compiler identification is GNU 4.8.2
-- The CXX compiler identification is GNU 4.8.2
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Found PythonInterp: /usr/bin/python (found version "2.7.6") 
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.26") 
-- Found Ruby: /usr/bin/ruby (found version "1.9.1") 
-- Could NOT find Doxygen (missing:  DOXYGEN_EXECUTABLE) 
-- Could NOT find VALGRIND (missing:  VALGRIND_EXECUTABLE) 
-- Looking for sasl_checkpass in sasl2
-- Looking for sasl_checkpass in sasl2 - found
-- Looking for include file sasl/sasl.h
-- Looking for include file sasl/sasl.h - found
-- Found SASL: 1  
-- Regenerating AMQP protocol sources
-- <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/qpid/cpp/src/qpid/broker/management-schema.xml> is newer
-- <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/qpid/cpp/src/qpid/acl/management-schema.xml> is newer
-- <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/qpid/cpp/src/qpid/ha/management-schema.xml> is newer
-- <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/qpid/cpp/src/qpid/legacystore/management-schema.xml> is newer
-- <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/qpid/cpp/src/qpid/linearstore/management-schema.xml> is newer
-- Regenerating Qpid Management Framework sources
-- Can't locate the doxygen command; user documentation cannot be generated
-- Boost version: 1.54.0
-- Found the following Boost libraries:
--   program_options
--   system
-- Looking for uuid_generate
-- Looking for uuid_generate - not found
-- Looking for uuid_generate in uuid
-- Looking for uuid_generate in uuid - not found
-- Looking for uuid_create
-- Looking for uuid_create - not found
-- Looking for UuidToString
-- Looking for UuidToString - not found
CMake Error at src/CMakeLists.txt:306 (message):
  No Uuid API found


-- Configuring incomplete, errors occurred!
See also "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/CMakeFiles/CMakeOutput.log".>
See also "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/CMakeFiles/CMakeError.log".>
make: *** No targets specified and no makefile found.  Stop.
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

Build failed in Jenkins: Qpid-Java-Cpp-Test #2866

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

Changes:

[orudyy] QPID-6742: Add utility to measure memory consumption on publishing

           work done by Lorenz Quack <qu...@gmail.com> and Alex Rudyy <or...@apache.org>

------------------------------------------
[...truncated 7262 lines...]
A         common/src/main/java/org/apache/qpid/framing/QueueBindBody.java
AU        common/src/main/java/org/apache/qpid/framing/BasicContentHeaderProperties.java
A         common/src/main/java/org/apache/qpid/framing/ConnectionCloseBody.java
AU        common/src/main/java/org/apache/qpid/framing/EncodingUtils.java
AU        common/src/main/java/org/apache/qpid/framing/ClientChannelMethodProcessor.java
A         common/src/main/java/org/apache/qpid/framing/ChannelFlowOkBody.java
A         common/src/main/java/org/apache/qpid/framing/ConfirmSelectBody.java
A         common/src/main/java/org/apache/qpid/framing/ConnectionSecureOkBody.java
AU        common/src/main/java/org/apache/qpid/framing/ClientMethodProcessor.java
AU        common/src/main/java/org/apache/qpid/framing/AMQMethodBodyImpl.java
A         common/src/main/java/org/apache/qpid/framing/BasicQosBody.java
AU        common/src/main/java/org/apache/qpid/framing/AMQDataBlock.java
AU        common/src/main/java/org/apache/qpid/framing/AMQProtocolVersionException.java
A         common/src/main/java/org/apache/qpid/framing/ClientMethodDispatcher.java
A         common/src/main/java/org/apache/qpid/framing/MethodDispatcher.java
A         common/src/main/java/org/apache/qpid/framing/AccessRequestBody.java
AU        common/src/main/java/org/apache/qpid/framing/ContentBody.java
A         common/src/main/java/org/apache/qpid/framing/BasicConsumeBody.java
A         common/src/main/java/org/apache/qpid/framing/ConnectionOpenOkBody.java
A         common/src/main/java/org/apache/qpid/framing/BasicNackBody.java
AU        common/src/main/java/org/apache/qpid/framing/AMQMethodBody.java
AU        common/src/main/java/org/apache/qpid/framing/ServerChannelMethodProcessor.java
A         common/src/main/java/org/apache/qpid/framing/QueueUnbindBody.java
A         common/src/main/java/org/apache/qpid/framing/ConnectionTuneOkBody.java
A         common/src/main/java/org/apache/qpid/framing/BasicCancelBody.java
AU        common/src/main/java/org/apache/qpid/framing/AMQFrameDecodingException.java
AU        common/src/main/java/org/apache/qpid/framing/AMQProtocolClassException.java
A         common/src/main/java/org/apache/qpid/framing/ByteBufferDataInput.java
AU        common/src/main/java/org/apache/qpid/framing/ServerMethodProcessor.java
A         common/src/main/java/org/apache/qpid/framing/MethodRegistry.java
A         common/src/main/java/org/apache/qpid/framing/BasicDeliverBody.java
A         common/src/main/java/org/apache/qpid/framing/ChannelCloseBody.java
A         common/src/main/java/org/apache/qpid/framing/BasicQosOkBody.java
A         common/src/main/java/org/apache/qpid/framing/TxRollbackOkBody.java
A         common/src/main/java/org/apache/qpid/framing/ServerMethodDispatcher.java
A         common/src/main/java/org/apache/qpid/framing/QueueDeleteOkBody.java
AU        common/src/main/java/org/apache/qpid/framing/AMQType.java
A         common/src/main/java/org/apache/qpid/framing/ExchangeDeclareBody.java
A         common/src/main/java/org/apache/qpid/framing/AccessRequestOkBody.java
A         common/src/main/java/org/apache/qpid/framing/BasicRecoverSyncBody.java
A         common/src/main/java/org/apache/qpid/framing/FieldArray.java
A         common/src/main/java/org/apache/qpid/framing/TxCommitBody.java
AU        common/src/main/java/org/apache/qpid/framing/FieldTableFactory.java
AU        common/src/main/java/org/apache/qpid/framing/AMQShortString.java
A         common/src/main/java/org/apache/qpid/framing/ExchangeBoundBody.java
AU        common/src/main/java/org/apache/qpid/framing/ContentHeaderPropertiesFactory.java
AU        common/src/main/java/org/apache/qpid/framing/AMQProtocolHeaderException.java
A         common/src/main/java/org/apache/qpid/framing/BasicGetOkBody.java
AU        common/src/main/java/org/apache/qpid/framing/FieldTable.java
A         common/src/main/java/org/apache/qpid/framing/QueueUnbindOkBody.java
A         common/src/main/java/org/apache/qpid/framing/BasicRejectBody.java
A         common/src/main/java/org/apache/qpid/framing/QueuePurgeOkBody.java
A         common/src/main/java/org/apache/qpid/framing/ConnectionOpenBody.java
AU        common/src/main/java/org/apache/qpid/framing/ContentHeaderBody.java
A         common/src/main/java/org/apache/qpid/framing/TxSelectOkBody.java
A         common/src/main/java/org/apache/qpid/framing/ChannelCloseOkBody.java
A         common/src/main/java/org/apache/qpid/framing/ChannelOpenBody.java
AU        common/src/main/java/org/apache/qpid/framing/ChannelMethodProcessor.java
A         common/src/main/java/org/apache/qpid/framing/ConnectionTuneBody.java
A         common/src/main/java/org/apache/qpid/framing/ExchangeDeclareOkBody.java
A         common/src/main/java/org/apache/qpid/framing/TxCommitOkBody.java
A         common/src/main/java/org/apache/qpid/framing/BasicRecoverSyncOkBody.java
A         common/src/main/java/org/apache/qpid/framing/ByteArrayDataInput.java
AU        common/src/main/java/org/apache/qpid/framing/HeartbeatBody.java
A         common/src/main/java/org/apache/qpid/framing/ExchangeDeleteOkBody.java
AU        common/src/main/java/org/apache/qpid/framing/AMQTypeMap.java
A         common/src/main/java/org/apache/qpid/framing/ChannelAlertBody.java
A         common/src/main/java/org/apache/qpid/framing/QueueDeclareBody.java
A         common/src/main/java/org/apache/qpid/framing/ExchangeBoundOkBody.java
A         common/src/main/java/org/apache/qpid/framing/TxRollbackBody.java
A         common/src/main/java/org/apache/qpid/framing/QueueDeleteBody.java
A         common/src/main/java/org/apache/qpid/framing/BasicRecoverBody.java
A         common/src/main/java/org/apache/qpid/framing/ConnectionStartOkBody.java
A         common/src/main/java/org/apache/qpid/framing/BasicPublishBody.java
AU        common/src/main/java/org/apache/qpid/framing/AMQFrame.java
A         common/src/main/java/org/apache/qpid/framing/QueueBindOkBody.java
AU        common/src/main/java/org/apache/qpid/framing/AMQBody.java
A         common/src/main/java/org/apache/qpid/framing/ConnectionCloseOkBody.java
A         common/src/main/java/org/apache/qpid/framing/BasicReturnBody.java
A         common/src/main/java/org/apache/qpid/framing/BasicGetBody.java
A         common/src/main/java/org/apache/qpid/framing/ChannelOpenOkBody.java
A         common/src/main/java/org/apache/qpid/framing/ByteBufferListDataInput.java
AU        common/src/main/java/org/apache/qpid/framing/AMQProtocolInstanceException.java
A         common/src/main/java/org/apache/qpid/framing/ConfirmSelectOkBody.java
A         common/src/main/java/org/apache/qpid/framing/QueuePurgeBody.java
AU        common/src/main/java/org/apache/qpid/framing/CompositeAMQDataBlock.java
A         common/src/main/java/org/apache/qpid/filter
AU        common/src/main/java/org/apache/qpid/filter/ArithmeticExpression.java
AU        common/src/main/java/org/apache/qpid/filter/ConstantExpression.java
AU        common/src/main/java/org/apache/qpid/filter/ComparisonExpression.java
AU        common/src/main/java/org/apache/qpid/filter/LogicExpression.java
A         common/src/main/java/org/apache/qpid/filter/FilterableMessage.java
AU        common/src/main/java/org/apache/qpid/filter/UnaryExpression.java
AU        common/src/main/java/org/apache/qpid/filter/BooleanExpression.java
AU        common/src/main/java/org/apache/qpid/filter/Expression.java
A         common/src/main/java/org/apache/qpid/filter/selector
A         common/src/main/java/org/apache/qpid/filter/selector/ParseException.java
A         common/src/main/java/org/apache/qpid/filter/selector/SelectorParserTokenManager.java
A         common/src/main/java/org/apache/qpid/filter/selector/SelectorParserConstants.java
A         common/src/main/java/org/apache/qpid/filter/selector/SelectorParser.java
A         common/src/main/java/org/apache/qpid/filter/selector/Token.java
A         common/src/main/java/org/apache/qpid/filter/selector/TokenMgrError.java
A         common/src/main/java/org/apache/qpid/filter/selector/SimpleCharStream.java
A         common/src/main/java/org/apache/qpid/filter/SelectorParsingException.java
AU        common/src/main/java/org/apache/qpid/filter/BinaryExpression.java
AU        common/src/main/java/org/apache/qpid/filter/PropertyExpression.java
AU        common/src/main/java/org/apache/qpid/AMQConnectionClosedException.java
AU        common/src/main/java/org/apache/qpid/AMQInvalidArgumentException.java
A         common/src/main/java/org/apache/qpid/common
AU        common/src/main/java/org/apache/qpid/common/AMQPFilterTypes.java
A         common/src/main/java/org/apache/qpid/common/ServerPropertyNames.java
A         common/src/main/java/org/apache/qpid/typedmessage
A         common/src/main/java/org/apache/qpid/typedmessage/TypedBytesContentWriter.java
A         common/src/main/java/org/apache/qpid/typedmessage/TypedBytesFormatException.java
A         common/src/main/java/org/apache/qpid/typedmessage/TypedBytesCodes.java
A         common/src/main/java/org/apache/qpid/typedmessage/TypedBytesContentReader.java
A         common/src/main/java/org/apache/qpid/properties
A         common/src/main/java/org/apache/qpid/properties/ConnectionStartProperties.java
AU        common/src/main/java/org/apache/qpid/QpidException.java
AU        common/src/main/java/org/apache/qpid/AMQConnectionException.java
A         common/src/main/java/org/apache/qpid/dtx
AU        common/src/main/java/org/apache/qpid/dtx/XidImpl.java
AU        common/src/main/java/org/apache/qpid/AMQProtocolException.java
A         common/src/main/java/org/apache/qpid/url
AU        common/src/main/java/org/apache/qpid/url/URLSyntaxException.java
AU        common/src/main/java/org/apache/qpid/url/BindingURLParser.java
AU        common/src/main/java/org/apache/qpid/url/AMQBindingURL.java
AU        common/src/main/java/org/apache/qpid/url/BindingURL.java
AU        common/src/main/java/org/apache/qpid/url/URLHelper.java
AU        common/src/main/java/org/apache/qpid/AMQUndeliveredException.java
A         common/src/main/java/org/apache/qpid/configuration
A         common/src/main/java/org/apache/qpid/configuration/ClientProperties.java
A         common/src/main/java/org/apache/qpid/configuration/Accessor.java
A         common/src/main/java/org/apache/qpid/configuration/QpidProperty.java
A         common/src/main/java/org/apache/qpid/configuration/CommonProperties.java
AU        common/src/main/java/org/apache/qpid/configuration/Configured.java
A         common/src/main/java/org/apache/qpid/configuration/Validator.java
AU        common/src/main/java/common.bnd
A         common/src/main/grammar
A         common/src/main/grammar/SelectorParser.jj
A         common/src/main/resources
A         common/src/main/resources/qpidversion.properties
A         common/Constant.tpl
A         common/pom.xml
AU        common/templating.py
A         common/templates
A         common/templates/method
A         common/templates/method/version
A         common/templates/method/version/MethodBodyClass.vm
A         common/templates/method/MethodBodyInterface.vm
A         common/templates/model
A         common/templates/model/MethodRegistryClass.vm
A         common/templates/model/ServerMethodDispatcherInterface.vm
A         common/templates/model/version
A         common/templates/model/version/MethodRegistryClass.vm
A         common/templates/model/version/ServerMethodDispatcherInterface.vm
A         common/templates/model/version/ClientMethodDispatcherInterface.vm
A         common/templates/model/version/MethodDispatcherInterface.vm
A         common/templates/model/ClientMethodDispatcherInterface.vm
A         common/templates/model/MethodDispatcherInterface.vm
A         common/templates/model/ProtocolVersionListClass.vm
AU        common/genutil.py
A         common/mllib
AU        common/mllib/transforms.py
AU        common/mllib/__init__.py
AU        common/mllib/dom.py
AU        common/mllib/parsers.py
A         common/Composite.tpl
A         pom.xml
A         joramtests
A         joramtests/src
A         joramtests/src/main
A         joramtests/src/main/java
A         joramtests/src/main/java/org
A         joramtests/src/main/java/org/apache
A         joramtests/src/main/java/org/apache/qpid
A         joramtests/src/main/java/org/apache/qpid/joramtests
A         joramtests/src/main/java/org/apache/qpid/joramtests/admin
A         joramtests/src/main/java/org/apache/qpid/joramtests/admin/JavaBrokerAdmin.java
A         joramtests/src/test
A         joramtests/src/test/resources
A         joramtests/src/test/resources/jms-client
A         joramtests/src/test/resources/jms-client/jndi.properties
A         joramtests/src/test/resources/provider.properties
A         joramtests/src/test/resources/qpid-amqp-1-0-client-jms
A         joramtests/src/test/resources/qpid-amqp-1-0-client-jms/jndi.properties
A         joramtests/src/test/resources/test.properties
A         joramtests/src/test/resources/logback-test.xml
A         joramtests/src/test/resources/qpid-jms-client
A         joramtests/src/test/resources/qpid-jms-client/jndi.properties
A         joramtests/pom.xml
 U        .
At revision 1703725
no change for http://svn.apache.org/repos/asf/qpid/trunk since the previous build
[locks-and-latches] Checking to see if we really have the locks
[locks-and-latches] Have all the locks, build can start
[Qpid-Java-Cpp-Test] $ /bin/sh /tmp/hudson3409129458424738572.sh
-- The C compiler identification is GNU 4.8.2
-- The CXX compiler identification is GNU 4.8.2
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Found PythonInterp: /usr/bin/python (found version "2.7.6") 
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.26") 
-- Found Ruby: /usr/bin/ruby (found version "1.9.1") 
-- Could NOT find Doxygen (missing:  DOXYGEN_EXECUTABLE) 
-- Could NOT find VALGRIND (missing:  VALGRIND_EXECUTABLE) 
-- Looking for sasl_checkpass in sasl2
-- Looking for sasl_checkpass in sasl2 - found
-- Looking for include file sasl/sasl.h
-- Looking for include file sasl/sasl.h - found
-- Found SASL: 1  
-- Regenerating AMQP protocol sources
-- <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/qpid/cpp/src/qpid/broker/management-schema.xml> is newer
-- <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/qpid/cpp/src/qpid/acl/management-schema.xml> is newer
-- <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/qpid/cpp/src/qpid/ha/management-schema.xml> is newer
-- <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/qpid/cpp/src/qpid/legacystore/management-schema.xml> is newer
-- <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/qpid/cpp/src/qpid/linearstore/management-schema.xml> is newer
-- Regenerating Qpid Management Framework sources
-- Can't locate the doxygen command; user documentation cannot be generated
-- Boost version: 1.54.0
-- Found the following Boost libraries:
--   program_options
--   system
-- Looking for uuid_generate
-- Looking for uuid_generate - not found
-- Looking for uuid_generate in uuid
-- Looking for uuid_generate in uuid - not found
-- Looking for uuid_create
-- Looking for uuid_create - not found
-- Looking for UuidToString
-- Looking for UuidToString - not found
CMake Error at src/CMakeLists.txt:306 (message):
  No Uuid API found


-- Configuring incomplete, errors occurred!
See also "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/CMakeFiles/CMakeOutput.log".>
See also "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/CMakeFiles/CMakeError.log".>
make: *** No targets specified and no makefile found.  Stop.
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

Build failed in Jenkins: Qpid-Java-Cpp-Test #2865

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

Changes:

[kwall] QPID-6732: [Java Perf Tests] Add timeserties charts to visualise Java Broker Performance over time

Also change perftest framework to include message throughput/s in the results table

------------------------------------------
[...truncated 5177 lines...]
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid Performance Test System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Qpid Performance Tests Visualisation JFC 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
     [echo] Qpid Test Profile Properties
     [echo] [profile] cpp
     [echo] [profile.broker.language] cpp
     [echo] [profile.broker.type] spawned
     [echo] [profile.broker.command] "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/src/qpidd"> -p @PORT --data-dir "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/QPID_WORK/@PORT"> -t --auth no --no-module-dir
     [echo] [profile.specific.excludes] CPPPrefetchExcludes CPPTransientExcludes
     [echo] [profile.test.excludes] Excludes CPPExcludes cpp.excludes CPPPrefetchExcludes CPPTransientExcludes cpp.excludes
     [echo] [profile.broker.version] v0_10
     [echo] [profile.test.amqp_port_protocols] ["AMQP_0_8","AMQP_0_9","AMQP_0_9_1","AMQP_0_10"]
     [echo] [profile.broker.persistent] false
     [echo] [profile.virtualhostnode.type] Memory
     [echo] [profile.virtualhostnode.context.blueprint] ${profile.virtualhostnode.context.blueprint}
     [echo] [profile.test_receive_timeout] 1000
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ qpid-perftests-visualisation-jfc ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/main/resources>
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ qpid-perftests-visualisation-jfc ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.383 sec - in org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Running org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 sec - in org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.475 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Running org.apache.qpid.disttest.charting.writer.ChartWriterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.31 sec - in org.apache.qpid.disttest.charting.writer.ChartWriterTest
Running org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Running org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests-visualisation-jfc ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests-visualisation-jfc ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-visualisation-jfc-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests-visualisation-jfc/6.0.0-SNAPSHOT/lib/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid BDB Store System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building joramtests 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ joramtests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ joramtests ---
[INFO] Executing tasks

main:
     [echo] Joram Integration Tests: To run define system property -Djoramtests to a name of a JMS client e.g. qpid-jms-client
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ joramtests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ joramtests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ joramtests ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ joramtests ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ joramtests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ joramtests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/src/main/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ joramtests ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/classes>
[WARNING] <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/src/main/java/org/apache/qpid/joramtests/admin/JavaBrokerAdmin.java>:[258,52] authenticate(org.apache.http.auth.Credentials,org.apache.http.HttpRequest) in org.apache.http.impl.auth.BasicScheme has been deprecated
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ joramtests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ joramtests ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ joramtests ---
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ joramtests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/joramtests-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ joramtests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ joramtests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:integration-test (default) @ joramtests ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:verify (default) @ joramtests ---
[INFO] Tests are skipped.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.298s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [2.149s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.521s]
[INFO] Qpid Common ....................................... SUCCESS [3:39.853s]
[INFO] Qpid Management Common ............................ SUCCESS [1.916s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:32.181s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [5.580s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. SUCCESS [2.268s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [5.102s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [5.860s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SUCCESS [0.311s]
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.331s]
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.287s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [19.023s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.419s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.632s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [6.311s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [2.994s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.502s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.339s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [8.993s]
[INFO] Qpid BDB Message Store ............................ SUCCESS [40.257s]
[INFO] Qpid BDB Message Store JMX ........................ SUCCESS [2.397s]
[INFO] Qpid Java Broker .................................. SUCCESS [5.223s]
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.312s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.152s]
[INFO] Qpid JCA .......................................... SUCCESS [2.015s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.380s]
[INFO] Qpid Tools ........................................ SUCCESS [0.337s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.178s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [0.832s]
[INFO] Qpid System Tests ................................. FAILURE [6:03.946s]
[INFO] Qpid Performance Tests ............................ SUCCESS [12.673s]
[INFO] Qpid Performance Test System Tests ................ SKIPPED
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [4.942s]
[INFO] Qpid BDB Store System Tests ....................... SKIPPED
[INFO] joramtests ........................................ SUCCESS [0.413s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13:41.931s
[INFO] Finished at: Thu Sep 17 21:43:31 UTC 2015
[INFO] Final Memory: 74M/375M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (integration-test) on project qpid-systests: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/systests/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-systests
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2864

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

Changes:

[kwall] QPID-6741: [Java Broker] Make NCS scale the number of connections in the pool until pool size reaches the maximum

* Also set connection timeout to 1h for all threads.

Note that core pool size will currently not shrink.

------------------------------------------
[...truncated 5149 lines...]
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests-visualisation-jfc ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-visualisation-jfc-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests-visualisation-jfc/6.0.0-SNAPSHOT/lib/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Qpid BDB Store System Tests 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qpid-bdbstore-systests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ qpid-bdbstore-systests ---
[INFO] Executing tasks

main:
     [echo] Qpid Test Profile Properties
     [echo] [profile] cpp
     [echo] [profile.broker.language] cpp
     [echo] [profile.broker.type] spawned
     [echo] [profile.broker.command] "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/src/qpidd"> -p @PORT --data-dir "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target/QPID_WORK/@PORT"> -t --auth no --no-module-dir
     [echo] [profile.specific.excludes] CPPPrefetchExcludes CPPTransientExcludes
     [echo] [profile.test.excludes] Excludes CPPExcludes cpp.excludes CPPPrefetchExcludes CPPTransientExcludes cpp.excludes
     [echo] [profile.broker.version] v0_10
     [echo] [profile.test.amqp_port_protocols] ["AMQP_0_8","AMQP_0_9","AMQP_0_9_1","AMQP_0_10"]
     [echo] [profile.broker.persistent] false
     [echo] [profile.virtualhostnode.type] Memory
     [echo] [profile.virtualhostnode.context.blueprint] ${profile.virtualhostnode.context.blueprint}
     [echo] [profile.test_receive_timeout] 1000
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ qpid-bdbstore-systests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ qpid-bdbstore-systests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ qpid-bdbstore-systests ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ qpid-bdbstore-systests ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ qpid-bdbstore-systests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-systests-etc-resources) @ qpid-bdbstore-systests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-test-profile-resources) @ qpid-bdbstore-systests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 46 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-bdbstore-bin-resources) @ qpid-bdbstore-systests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qpid-bdbstore-systests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/src/main/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ qpid-bdbstore-systests ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qpid-bdbstore-systests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ qpid-bdbstore-systests ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ qpid-bdbstore-systests ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-bdbstore-systests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target/qpid-bdbstore-systests-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-bdbstore-systests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (fix-bdb-script-permissions) @ qpid-bdbstore-systests ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-bdbstore-systests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target/qpid-broker/6.0.0-SNAPSHOT/qbtc-test-config>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:unpack (extract-broker-distribution) @ qpid-bdbstore-systests ---
[INFO] Configured Artifact: org.apache.qpid:qpid-broker:bin:6.0.0-SNAPSHOT:tar.gz
[INFO] Unpacking <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/broker/target/qpid-broker-6.0.0-SNAPSHOT-bin.tar.gz> to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target> with includes "" and excludes ""
[INFO] Expanding: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/broker/target/qpid-broker-6.0.0-SNAPSHOT-bin.tar.gz> into <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target>
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:copy (copy-sleepycat-jar-for-bdb-tests) @ qpid-bdbstore-systests ---
[INFO] Configured Artifact: com.sleepycat:je:5.0.104:jar
[INFO] Copying je-5.0.104.jar to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target/qpid-broker/6.0.0-SNAPSHOT/lib/je-5.0.104.jar>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (integration-test) @ qpid-bdbstore-systests ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.qpid.server.store.berkeleydb.BDBUpgradeTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.418 sec - in org.apache.qpid.server.store.berkeleydb.BDBUpgradeTest
Running org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 sec - in org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest
Running org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 sec - in org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest
Running org.apache.qpid.server.store.berkeleydb.replication.JMXManagementTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec - in org.apache.qpid.server.store.berkeleydb.replication.JMXManagementTest
Running org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest
Running org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest
Running org.apache.qpid.server.store.berkeleydb.BDBBackupTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.qpid.server.store.berkeleydb.BDBBackupTest

Results :

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

[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building joramtests 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ joramtests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ joramtests ---
[INFO] Executing tasks

main:
     [echo] Joram Integration Tests: To run define system property -Djoramtests to a name of a JMS client e.g. qpid-jms-client
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ joramtests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ joramtests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ joramtests ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ joramtests ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ joramtests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ joramtests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/src/main/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ joramtests ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/classes>
[WARNING] <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/src/main/java/org/apache/qpid/joramtests/admin/JavaBrokerAdmin.java>:[258,52] authenticate(org.apache.http.auth.Credentials,org.apache.http.HttpRequest) in org.apache.http.impl.auth.BasicScheme has been deprecated
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ joramtests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ joramtests ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ joramtests ---
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ joramtests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/joramtests-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ joramtests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ joramtests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:integration-test (default) @ joramtests ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:verify (default) @ joramtests ---
[INFO] Tests are skipped.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.393s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [2.135s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.612s]
[INFO] Qpid Common ....................................... SUCCESS [3:48.971s]
[INFO] Qpid Management Common ............................ SUCCESS [1.885s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:31.796s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [4.992s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. SUCCESS [2.324s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [5.503s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [5.903s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SUCCESS [0.382s]
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.278s]
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.456s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [17.954s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.432s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.749s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [7.023s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [3.050s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.465s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.369s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [9.130s]
[INFO] Qpid BDB Message Store ............................ SUCCESS [40.126s]
[INFO] Qpid BDB Message Store JMX ........................ SUCCESS [2.478s]
[INFO] Qpid Java Broker .................................. SUCCESS [5.502s]
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.292s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.143s]
[INFO] Qpid JCA .......................................... SUCCESS [2.114s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.445s]
[INFO] Qpid Tools ........................................ SUCCESS [0.396s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.187s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [0.826s]
[INFO] Qpid System Tests ................................. SUCCESS [5:41.704s]
[INFO] Qpid Performance Tests ............................ SUCCESS [13.097s]
[INFO] Qpid Performance Test System Tests ................ SUCCESS [17.524s]
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [5.601s]
[INFO] Qpid BDB Store System Tests ....................... SUCCESS [2.333s]
[INFO] joramtests ........................................ SUCCESS [0.797s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13:50.369s
[INFO] Finished at: Thu Sep 17 15:13:50 UTC 2015
[INFO] Final Memory: 74M/245M
[INFO] ------------------------------------------------------------------------
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results
No test report files were found. Configuration error?
Build step 'Publish JUnit test result report' changed build result to FAILURE

Build failed in Jenkins: Qpid-Java-Cpp-Test #2863

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

Changes:

[kwall] QPID-6678: [Java Broker] Ensure that a caller (awaiting an child to attain state) gets the child after change listeners have fired

------------------------------------------
[...truncated 5332 lines...]
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests-visualisation-jfc ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-visualisation-jfc-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests-visualisation-jfc/6.0.0-SNAPSHOT/lib/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Qpid BDB Store System Tests 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qpid-bdbstore-systests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ qpid-bdbstore-systests ---
[INFO] Executing tasks

main:
     [echo] Qpid Test Profile Properties
     [echo] [profile] cpp
     [echo] [profile.broker.language] cpp
     [echo] [profile.broker.type] spawned
     [echo] [profile.broker.command] "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/src/qpidd"> -p @PORT --data-dir "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target/QPID_WORK/@PORT"> -t --auth no --no-module-dir
     [echo] [profile.specific.excludes] CPPPrefetchExcludes CPPTransientExcludes
     [echo] [profile.test.excludes] Excludes CPPExcludes cpp.excludes CPPPrefetchExcludes CPPTransientExcludes cpp.excludes
     [echo] [profile.broker.version] v0_10
     [echo] [profile.test.amqp_port_protocols] ["AMQP_0_8","AMQP_0_9","AMQP_0_9_1","AMQP_0_10"]
     [echo] [profile.broker.persistent] false
     [echo] [profile.virtualhostnode.type] Memory
     [echo] [profile.virtualhostnode.context.blueprint] ${profile.virtualhostnode.context.blueprint}
     [echo] [profile.test_receive_timeout] 1000
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ qpid-bdbstore-systests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ qpid-bdbstore-systests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ qpid-bdbstore-systests ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ qpid-bdbstore-systests ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ qpid-bdbstore-systests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-systests-etc-resources) @ qpid-bdbstore-systests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-test-profile-resources) @ qpid-bdbstore-systests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 46 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-bdbstore-bin-resources) @ qpid-bdbstore-systests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qpid-bdbstore-systests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/src/main/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ qpid-bdbstore-systests ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qpid-bdbstore-systests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ qpid-bdbstore-systests ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ qpid-bdbstore-systests ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-bdbstore-systests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target/qpid-bdbstore-systests-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-bdbstore-systests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (fix-bdb-script-permissions) @ qpid-bdbstore-systests ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-bdbstore-systests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target/qpid-broker/6.0.0-SNAPSHOT/qbtc-test-config>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:unpack (extract-broker-distribution) @ qpid-bdbstore-systests ---
[INFO] Configured Artifact: org.apache.qpid:qpid-broker:bin:6.0.0-SNAPSHOT:tar.gz
[INFO] Unpacking <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/broker/target/qpid-broker-6.0.0-SNAPSHOT-bin.tar.gz> to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target> with includes "" and excludes ""
[INFO] Expanding: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/broker/target/qpid-broker-6.0.0-SNAPSHOT-bin.tar.gz> into <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target>
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:copy (copy-sleepycat-jar-for-bdb-tests) @ qpid-bdbstore-systests ---
[INFO] Configured Artifact: com.sleepycat:je:5.0.104:jar
[INFO] Copying je-5.0.104.jar to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target/qpid-broker/6.0.0-SNAPSHOT/lib/je-5.0.104.jar>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (integration-test) @ qpid-bdbstore-systests ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.qpid.server.store.berkeleydb.BDBUpgradeTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.411 sec - in org.apache.qpid.server.store.berkeleydb.BDBUpgradeTest
Running org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec - in org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest
Running org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest
Running org.apache.qpid.server.store.berkeleydb.replication.JMXManagementTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 sec - in org.apache.qpid.server.store.berkeleydb.replication.JMXManagementTest
Running org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 sec - in org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest
Running org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec - in org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest
Running org.apache.qpid.server.store.berkeleydb.BDBBackupTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.qpid.server.store.berkeleydb.BDBBackupTest

Results :

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

[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building joramtests 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ joramtests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ joramtests ---
[INFO] Executing tasks

main:
     [echo] Joram Integration Tests: To run define system property -Djoramtests to a name of a JMS client e.g. qpid-jms-client
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ joramtests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ joramtests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ joramtests ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ joramtests ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ joramtests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ joramtests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/src/main/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ joramtests ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/classes>
[WARNING] <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/src/main/java/org/apache/qpid/joramtests/admin/JavaBrokerAdmin.java>:[258,52] authenticate(org.apache.http.auth.Credentials,org.apache.http.HttpRequest) in org.apache.http.impl.auth.BasicScheme has been deprecated
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ joramtests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ joramtests ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ joramtests ---
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ joramtests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/joramtests-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ joramtests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ joramtests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:integration-test (default) @ joramtests ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:verify (default) @ joramtests ---
[INFO] Tests are skipped.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [3.041s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [2.308s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.773s]
[INFO] Qpid Common ....................................... SUCCESS [3:43.411s]
[INFO] Qpid Management Common ............................ SUCCESS [1.985s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:31.455s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [4.648s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. SUCCESS [2.424s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [5.160s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [5.850s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SUCCESS [0.336s]
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.249s]
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.323s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [18.269s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.436s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.552s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [6.276s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [2.901s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.400s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.332s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [9.319s]
[INFO] Qpid BDB Message Store ............................ SUCCESS [40.150s]
[INFO] Qpid BDB Message Store JMX ........................ SUCCESS [2.385s]
[INFO] Qpid Java Broker .................................. SUCCESS [5.174s]
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.365s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.145s]
[INFO] Qpid JCA .......................................... SUCCESS [2.651s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.504s]
[INFO] Qpid Tools ........................................ SUCCESS [0.441s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.165s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [0.922s]
[INFO] Qpid System Tests ................................. SUCCESS [5:54.553s]
[INFO] Qpid Performance Tests ............................ SUCCESS [13.032s]
[INFO] Qpid Performance Test System Tests ................ SUCCESS [17.505s]
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [5.549s]
[INFO] Qpid BDB Store System Tests ....................... SUCCESS [2.278s]
[INFO] joramtests ........................................ SUCCESS [0.738s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13:57.111s
[INFO] Finished at: Thu Sep 17 10:14:10 UTC 2015
[INFO] Final Memory: 74M/245M
[INFO] ------------------------------------------------------------------------
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results
No test report files were found. Configuration error?
Build step 'Publish JUnit test result report' changed build result to FAILURE

Build failed in Jenkins: Qpid-Java-Cpp-Test #2862

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

Changes:

[kwall] QPID-6732: [Java Perf Tests] Use variables in perftests-jndi.properties in order to allow remote broker host to be conveniently injected

Remove redundant examples scripts/config etc

------------------------------------------
[...truncated 5158 lines...]
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid Performance Test System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Qpid Performance Tests Visualisation JFC 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
     [echo] Qpid Test Profile Properties
     [echo] [profile] cpp
     [echo] [profile.broker.language] cpp
     [echo] [profile.broker.type] spawned
     [echo] [profile.broker.command] "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/src/qpidd"> -p @PORT --data-dir "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/QPID_WORK/@PORT"> -t --auth no --no-module-dir
     [echo] [profile.specific.excludes] CPPPrefetchExcludes CPPTransientExcludes
     [echo] [profile.test.excludes] Excludes CPPExcludes cpp.excludes CPPPrefetchExcludes CPPTransientExcludes cpp.excludes
     [echo] [profile.broker.version] v0_10
     [echo] [profile.test.amqp_port_protocols] ["AMQP_0_8","AMQP_0_9","AMQP_0_9_1","AMQP_0_10"]
     [echo] [profile.broker.persistent] false
     [echo] [profile.virtualhostnode.type] Memory
     [echo] [profile.virtualhostnode.context.blueprint] ${profile.virtualhostnode.context.blueprint}
     [echo] [profile.test_receive_timeout] 1000
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ qpid-perftests-visualisation-jfc ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/main/resources>
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ qpid-perftests-visualisation-jfc ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.088 sec - in org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.128 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec - in org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Running org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Running org.apache.qpid.disttest.charting.writer.ChartWriterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.32 sec - in org.apache.qpid.disttest.charting.writer.ChartWriterTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.1 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Running org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Running org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests-visualisation-jfc ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests-visualisation-jfc ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-visualisation-jfc-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests-visualisation-jfc/6.0.0-SNAPSHOT/lib/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid BDB Store System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building joramtests 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ joramtests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ joramtests ---
[INFO] Executing tasks

main:
     [echo] Joram Integration Tests: To run define system property -Djoramtests to a name of a JMS client e.g. qpid-jms-client
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ joramtests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ joramtests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ joramtests ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ joramtests ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ joramtests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ joramtests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/src/main/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ joramtests ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/classes>
[WARNING] <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/src/main/java/org/apache/qpid/joramtests/admin/JavaBrokerAdmin.java>:[258,52] authenticate(org.apache.http.auth.Credentials,org.apache.http.HttpRequest) in org.apache.http.impl.auth.BasicScheme has been deprecated
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ joramtests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ joramtests ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ joramtests ---
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ joramtests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/joramtests-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ joramtests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ joramtests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:integration-test (default) @ joramtests ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:verify (default) @ joramtests ---
[INFO] Tests are skipped.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [3.199s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [2.231s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.639s]
[INFO] Qpid Common ....................................... SUCCESS [3:39.802s]
[INFO] Qpid Management Common ............................ SUCCESS [1.961s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:31.974s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [4.763s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. SUCCESS [2.294s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [5.540s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [6.956s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SUCCESS [0.322s]
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.270s]
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.266s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [17.172s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.418s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.616s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [6.702s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [2.919s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.429s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.512s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [10.123s]
[INFO] Qpid BDB Message Store ............................ SUCCESS [40.426s]
[INFO] Qpid BDB Message Store JMX ........................ SUCCESS [2.364s]
[INFO] Qpid Java Broker .................................. SUCCESS [5.341s]
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.287s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.143s]
[INFO] Qpid JCA .......................................... SUCCESS [2.022s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.436s]
[INFO] Qpid Tools ........................................ SUCCESS [0.413s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.211s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [0.867s]
[INFO] Qpid System Tests ................................. FAILURE [6:03.238s]
[INFO] Qpid Performance Tests ............................ SUCCESS [12.708s]
[INFO] Qpid Performance Test System Tests ................ SKIPPED
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [5.773s]
[INFO] Qpid BDB Store System Tests ....................... SKIPPED
[INFO] joramtests ........................................ SUCCESS [0.649s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13:44.004s
[INFO] Finished at: Wed Sep 16 13:07:33 UTC 2015
[INFO] Final Memory: 72M/253M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (integration-test) on project qpid-systests: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/systests/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-systests
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2861

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

Changes:

[kwall] QPID-6732: [Java PerfTests] Invoke queue creation/deletion methods with reflection to maintain compatibility with Qpid Client <= 0.32

Required owing to the AMQShortString removal in the private API of AMQSession [QPID-6545]

------------------------------------------
[...truncated 12807 lines...]
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid Performance Test System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Qpid Performance Tests Visualisation JFC 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
     [echo] Qpid Test Profile Properties
     [echo] [profile] cpp
     [echo] [profile.broker.language] cpp
     [echo] [profile.broker.type] spawned
     [echo] [profile.broker.command] "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/src/qpidd"> -p @PORT --data-dir "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/QPID_WORK/@PORT"> -t --auth no --no-module-dir
     [echo] [profile.specific.excludes] CPPPrefetchExcludes CPPTransientExcludes
     [echo] [profile.test.excludes] Excludes CPPExcludes cpp.excludes CPPPrefetchExcludes CPPTransientExcludes cpp.excludes
     [echo] [profile.broker.version] v0_10
     [echo] [profile.test.amqp_port_protocols] ["AMQP_0_8","AMQP_0_9","AMQP_0_9_1","AMQP_0_10"]
     [echo] [profile.broker.persistent] false
     [echo] [profile.virtualhostnode.type] Memory
     [echo] [profile.virtualhostnode.context.blueprint] ${profile.virtualhostnode.context.blueprint}
     [echo] [profile.test_receive_timeout] 1000
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ qpid-perftests-visualisation-jfc ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/main/resources>
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ qpid-perftests-visualisation-jfc ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.52 sec - in org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.417 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Running org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.359 sec - in org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 sec - in org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.074 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Running org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.writer.ChartWriterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.281 sec - in org.apache.qpid.disttest.charting.writer.ChartWriterTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests-visualisation-jfc ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests-visualisation-jfc ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-visualisation-jfc-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests-visualisation-jfc/6.0.0-SNAPSHOT/lib/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid BDB Store System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building joramtests 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ joramtests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ joramtests ---
[INFO] Executing tasks

main:
     [echo] Joram Integration Tests: To run define system property -Djoramtests to a name of a JMS client e.g. qpid-jms-client
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ joramtests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ joramtests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ joramtests ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ joramtests ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ joramtests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ joramtests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/src/main/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ joramtests ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/classes>
[WARNING] <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/src/main/java/org/apache/qpid/joramtests/admin/JavaBrokerAdmin.java>:[258,52] authenticate(org.apache.http.auth.Credentials,org.apache.http.HttpRequest) in org.apache.http.impl.auth.BasicScheme has been deprecated
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ joramtests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ joramtests ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ joramtests ---
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ joramtests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/joramtests-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ joramtests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ joramtests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:integration-test (default) @ joramtests ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:verify (default) @ joramtests ---
[INFO] Tests are skipped.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [7.967s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [2.732s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.896s]
[INFO] Qpid Common ....................................... SUCCESS [3:04.100s]
[INFO] Qpid Management Common ............................ SUCCESS [1.825s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:32.682s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [4.994s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. SUCCESS [2.239s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [4.393s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [4.997s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SUCCESS [0.273s]
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.271s]
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.229s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [1:47.724s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.559s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [8.277s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [6.458s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [2.896s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.521s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.372s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [9.539s]
[INFO] Qpid BDB Message Store ............................ SUCCESS [43.999s]
[INFO] Qpid BDB Message Store JMX ........................ SUCCESS [2.281s]
[INFO] Qpid Java Broker .................................. SUCCESS [4.711s]
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.251s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.124s]
[INFO] Qpid JCA .......................................... SUCCESS [2.362s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.638s]
[INFO] Qpid Tools ........................................ SUCCESS [0.522s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.180s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [1.401s]
[INFO] Qpid System Tests ................................. FAILURE [9.446s]
[INFO] Qpid Performance Tests ............................ SUCCESS [15.687s]
[INFO] Qpid Performance Test System Tests ................ SKIPPED
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [5.858s]
[INFO] Qpid BDB Store System Tests ....................... SKIPPED
[INFO] joramtests ........................................ SUCCESS [1.025s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 8:53.387s
[INFO] Finished at: Wed Sep 16 10:36:26 UTC 2015
[INFO] Final Memory: 73M/300M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (integration-test) on project qpid-systests: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/systests/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-systests
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2860

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

Changes:

[orudyy] QPID-6678: Address review comments from Keith Wall

           Remove a number of redundant methods for exchange deletion and replace invocation of deleted methods with Exchange#delete
           ExchangeExistsException, QueueExistsException, ExchangeIsAlternateException, RequiredExchangeException extends IntegrityViolationException to simplify exception handling in management layers
           Set attain state future even when state transition method invocation results in exception

[kwall] QPID-6732: [Java PerfTests] correct the calculation of the target production rate

Work by Lorenz Quack <qu...@gmail.com>

[orudyy] QPID-6739: Allow setting and overriding Qpid client version suffix in qpid-common.properties

[kwall] QPID-6732: [Java PerfTests] new default perf test exploiting the new hill climbing abilities

Work by Lorenz Quack <qu...@gmail.com> and Keith Wall

------------------------------------------
[...truncated 7268 lines...]
A         perftests/src/test/java/org/apache/qpid/disttest/controller/config
A         perftests/src/test/java/org/apache/qpid/disttest/controller/config/ConnectionConfigTest.java
A         perftests/src/test/java/org/apache/qpid/disttest/controller/config/MessageProviderConfigTest.java
A         perftests/src/test/java/org/apache/qpid/disttest/controller/config/ConfigTestUtils.java
A         perftests/src/test/java/org/apache/qpid/disttest/controller/config/ConfigReaderTest.java
A         perftests/src/test/java/org/apache/qpid/disttest/controller/config/JavaScriptConfigEvaluatorTest-test-config.js
A         perftests/src/test/java/org/apache/qpid/disttest/controller/config/IterationValueTest.java
A         perftests/src/test/java/org/apache/qpid/disttest/controller/config/sampleConfig.json
A         perftests/src/test/java/org/apache/qpid/disttest/controller/config/ConfigReaderTest-test-config.js
A         perftests/src/test/java/org/apache/qpid/disttest/controller/config/ClientConfigTest.java
A         perftests/src/test/java/org/apache/qpid/disttest/controller/config/TestInstanceTest.java
A         perftests/src/test/java/org/apache/qpid/disttest/controller/config/ConfigTest.java
A         perftests/src/test/java/org/apache/qpid/disttest/controller/config/TestConfigTest.java
A         perftests/src/test/java/org/apache/qpid/disttest/controller/config/ProducerConfigTest.java
A         perftests/src/test/java/org/apache/qpid/disttest/controller/config/SessionConfigTest.java
A         perftests/src/test/java/org/apache/qpid/disttest/controller/config/JavaScriptConfigEvaluatorTest.java
A         perftests/src/test/java/org/apache/qpid/disttest/controller/config/ConsumerConfigTest.java
A         perftests/src/test/java/org/apache/qpid/disttest/controller/HillClimberTest.java
A         perftests/src/test/java/org/apache/qpid/disttest/controller/ClientRegistryTest.java
A         perftests/src/test/java/org/apache/qpid/disttest/controller/TestRunnerTest.java
A         perftests/src/test/java/org/apache/qpid/disttest/controller/ParticipatingClientsTest.java
A         perftests/src/test/java/org/apache/qpid/disttest/message
A         perftests/src/test/java/org/apache/qpid/disttest/message/JsonHandlerTest.java
A         perftests/src/test/java/org/apache/qpid/disttest/message/ParticipantResultTest.java
A         perftests/src/test/java/org/apache/qpid/disttest/ConfigFileHelperTest.java
A         perftests/src/test/java/org/apache/qpid/disttest/ConfigFileTestHelper.java
A         perftests/src/test/java/org/apache/qpid/disttest/db
A         perftests/src/test/java/org/apache/qpid/disttest/db/ResultsDbWriterTest.java
A         perftests/pom.xml
A         perftests/visualisation-jfc
A         perftests/visualisation-jfc/src
A         perftests/visualisation-jfc/src/main
A         perftests/visualisation-jfc/src/main/assembly
A         perftests/visualisation-jfc/src/main/assembly/qpid-perftests-visualisation-jfc-bin.xml
A         perftests/visualisation-jfc/src/main/java
A         perftests/visualisation-jfc/src/main/java/org
A         perftests/visualisation-jfc/src/main/java/org/apache
A         perftests/visualisation-jfc/src/main/java/org/apache/qpid
A         perftests/visualisation-jfc/src/main/java/org/apache/qpid/disttest
A         perftests/visualisation-jfc/src/main/java/org/apache/qpid/disttest/charting
A         perftests/visualisation-jfc/src/main/java/org/apache/qpid/disttest/charting/writer
A         perftests/visualisation-jfc/src/main/java/org/apache/qpid/disttest/charting/writer/ChartWriter.java
A         perftests/visualisation-jfc/src/main/java/org/apache/qpid/disttest/charting/ChartingUtil.java
A         perftests/visualisation-jfc/src/main/java/org/apache/qpid/disttest/charting/ChartingException.java
A         perftests/visualisation-jfc/src/main/java/org/apache/qpid/disttest/charting/seriesbuilder
A         perftests/visualisation-jfc/src/main/java/org/apache/qpid/disttest/charting/seriesbuilder/JdbcSeriesBuilder.java
A         perftests/visualisation-jfc/src/main/java/org/apache/qpid/disttest/charting/seriesbuilder/JdbcUrlGenerator.java
A         perftests/visualisation-jfc/src/main/java/org/apache/qpid/disttest/charting/seriesbuilder/SeriesBuilder.java
A         perftests/visualisation-jfc/src/main/java/org/apache/qpid/disttest/charting/seriesbuilder/SeriesRow.java
A         perftests/visualisation-jfc/src/main/java/org/apache/qpid/disttest/charting/seriesbuilder/DatasetHolder.java
A         perftests/visualisation-jfc/src/main/java/org/apache/qpid/disttest/charting/ChartType.java
A         perftests/visualisation-jfc/src/main/java/org/apache/qpid/disttest/charting/chartbuilder
A         perftests/visualisation-jfc/src/main/java/org/apache/qpid/disttest/charting/chartbuilder/BarChartBuilder.java
A         perftests/visualisation-jfc/src/main/java/org/apache/qpid/disttest/charting/chartbuilder/XYDataSetBasedChartBuilder.java
A         perftests/visualisation-jfc/src/main/java/org/apache/qpid/disttest/charting/chartbuilder/ChartBuilderFactory.java
A         perftests/visualisation-jfc/src/main/java/org/apache/qpid/disttest/charting/chartbuilder/XYLineChartBuilder.java
A         perftests/visualisation-jfc/src/main/java/org/apache/qpid/disttest/charting/chartbuilder/CategoryStrokeAndPaintApplier.java
A         perftests/visualisation-jfc/src/main/java/org/apache/qpid/disttest/charting/chartbuilder/StatisticalBarChartBuilder.java
A         perftests/visualisation-jfc/src/main/java/org/apache/qpid/disttest/charting/chartbuilder/BaseChartBuilder.java
A         perftests/visualisation-jfc/src/main/java/org/apache/qpid/disttest/charting/chartbuilder/ColorFactory.java
A         perftests/visualisation-jfc/src/main/java/org/apache/qpid/disttest/charting/chartbuilder/LineChart3DBuilder.java
A         perftests/visualisation-jfc/src/main/java/org/apache/qpid/disttest/charting/chartbuilder/TimeSeriesHolder.java
A         perftests/visualisation-jfc/src/main/java/org/apache/qpid/disttest/charting/chartbuilder/ChartBuilder.java
A         perftests/visualisation-jfc/src/main/java/org/apache/qpid/disttest/charting/chartbuilder/TimeSeriesLineChartBuilder.java
A         perftests/visualisation-jfc/src/main/java/org/apache/qpid/disttest/charting/chartbuilder/CategoryDataSetBasedChartBuilder.java
A         perftests/visualisation-jfc/src/main/java/org/apache/qpid/disttest/charting/chartbuilder/SeriesPainter.java
A         perftests/visualisation-jfc/src/main/java/org/apache/qpid/disttest/charting/chartbuilder/SeriesStrokeAndPaintApplier.java
A         perftests/visualisation-jfc/src/main/java/org/apache/qpid/disttest/charting/chartbuilder/LineChartBuilder.java
A         perftests/visualisation-jfc/src/main/java/org/apache/qpid/disttest/charting/chartbuilder/BarChart3DBuilder.java
A         perftests/visualisation-jfc/src/main/java/org/apache/qpid/disttest/charting/definition
A         perftests/visualisation-jfc/src/main/java/org/apache/qpid/disttest/charting/definition/SeriesDefinition.java
A         perftests/visualisation-jfc/src/main/java/org/apache/qpid/disttest/charting/definition/SeriesDefinitionCreator.java
A         perftests/visualisation-jfc/src/main/java/org/apache/qpid/disttest/charting/definition/ChartingDefinition.java
A         perftests/visualisation-jfc/src/main/java/org/apache/qpid/disttest/charting/definition/ChartingDefinitionCreator.java
A         perftests/visualisation-jfc/src/test
A         perftests/visualisation-jfc/src/test/java
A         perftests/visualisation-jfc/src/test/java/org
A         perftests/visualisation-jfc/src/test/java/org/apache
A         perftests/visualisation-jfc/src/test/java/org/apache/qpid
A         perftests/visualisation-jfc/src/test/java/org/apache/qpid/disttest
A         perftests/visualisation-jfc/src/test/java/org/apache/qpid/disttest/charting
A         perftests/visualisation-jfc/src/test/java/org/apache/qpid/disttest/charting/writer
A         perftests/visualisation-jfc/src/test/java/org/apache/qpid/disttest/charting/writer/ChartWriterTest.java
AU        perftests/visualisation-jfc/src/test/java/org/apache/qpid/disttest/charting/writer/expected-chart-summary.html
A         perftests/visualisation-jfc/src/test/java/org/apache/qpid/disttest/charting/seriesbuilder
A         perftests/visualisation-jfc/src/test/java/org/apache/qpid/disttest/charting/seriesbuilder/JdbcUrlGeneratorTest.java
A         perftests/visualisation-jfc/src/test/java/org/apache/qpid/disttest/charting/seriesbuilder/SeriesRowTest.java
A         perftests/visualisation-jfc/src/test/java/org/apache/qpid/disttest/charting/seriesbuilder/JdbcSeriesBuilderTest.java
A         perftests/visualisation-jfc/src/test/java/org/apache/qpid/disttest/charting/chartbuilder
A         perftests/visualisation-jfc/src/test/java/org/apache/qpid/disttest/charting/chartbuilder/TimeSeriesBuilderCallbackTest.java
A         perftests/visualisation-jfc/src/test/java/org/apache/qpid/disttest/charting/chartbuilder/ChartBuilderFactoryTest.java
A         perftests/visualisation-jfc/src/test/java/org/apache/qpid/disttest/charting/chartbuilder/BaseChartBuilderTest.java
A         perftests/visualisation-jfc/src/test/java/org/apache/qpid/disttest/charting/chartbuilder/ColorFactoryTest.java
A         perftests/visualisation-jfc/src/test/java/org/apache/qpid/disttest/charting/chartbuilder/ChartProductionTest.java
A         perftests/visualisation-jfc/src/test/java/org/apache/qpid/disttest/charting/definition
A         perftests/visualisation-jfc/src/test/java/org/apache/qpid/disttest/charting/definition/ChartingDefinitionCreatorTest.java
A         perftests/visualisation-jfc/src/test/java/org/apache/qpid/disttest/charting/definition/SeriesDefinitionCreatorTest.java
A         perftests/visualisation-jfc/pom.xml
A         perftests/etc
A         perftests/etc/chartdefs
A         perftests/etc/chartdefs/timeseries
A         perftests/etc/ha
A         perftests/etc/ha/chardefs
A         perftests/etc/ha/testdefs
A         perftests/etc/perftests-jndi.properties
A         perftests/etc/testdefs
A         perftests/etc/testdefs/defaultTests.js
AU        perftests/etc/json_config_tool.py
A         perftests/example
A         perftests/example/config-two-tests.json
A         perftests/example/config-one-test.json
A         perftests/example/config-stress-testing.json
AU        perftests/example/run-client.sh
A         perftests/example/brokerconfig
AU        perftests/example/brokerconfig/logback.xml
A         perftests/example/brokerconfig/passwd
A         perftests/example/perftests.js
A         perftests/example/perftests-jndi.properties
AU        perftests/example/run.sh
A         perftests/example/config-stress-testing-manyp-c1-with-psfc.json
AU        NOTICE
AU        LICENSE
A         qpid-systests-parent
A         qpid-systests-parent/pom.xml
A         broker
A         broker/scripts
A         broker/scripts/resetAlerting.sh
A         broker/src
A         broker/src/main
A         broker/src/main/assembly
A         broker/src/main/assembly/qpid-broker-bin.xml
A         broker/src/main/assembly/README.txt
A         broker/src/main/assembly/dependency-verification
A         broker/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE
A         broker/src/main/assembly/NOTICE
A         broker/src/main/assembly/LICENSE
A         broker/src/main/java
A         broker/src/main/java/org
A         broker/src/main/java/org/apache
A         broker/src/main/java/org/apache/qpid
A         broker/src/main/java/org/apache/qpid/server
AU        broker/src/main/java/org/apache/qpid/server/Main.java
A         broker/src/test
A         broker/src/test/java
A         broker/src/test/java/org
A         broker/src/test/java/org/apache
A         broker/src/test/java/org/apache/qpid
A         broker/src/test/java/org/apache/qpid/server
A         broker/src/test/java/org/apache/qpid/server/MainTest.java
A         broker/bin
AU        broker/bin/qpid-server.bat
AU        broker/bin/qpid.stopall
AU        broker/bin/qpid-server
AU        broker/bin/qpid.stop
A         broker/pom.xml
A         broker/etc
A         broker/etc/passwd
A         broker/etc/md5passwd
A         broker/etc/broker_example.acl
A         broker/etc/groups
A         broker/python-test.xml
A         broker-codegen
A         broker-codegen/src
A         broker-codegen/src/main
A         broker-codegen/src/main/java
A         broker-codegen/src/main/java/org
A         broker-codegen/src/main/java/org/apache
A         broker-codegen/src/main/java/org/apache/qpid
A         broker-codegen/src/main/java/org/apache/qpid/server
A         broker-codegen/src/main/java/org/apache/qpid/server/plugin
A         broker-codegen/src/main/java/org/apache/qpid/server/plugin/PluggableProcessor.java
A         broker-codegen/src/main/java/org/apache/qpid/server/plugin/PluggableService.java
A         broker-codegen/src/main/java/org/apache/qpid/server/model
A         broker-codegen/src/main/java/org/apache/qpid/server/model/ManagedObjectFactoryConstructor.java
A         broker-codegen/src/main/java/org/apache/qpid/server/model/SystemConfigFactoryConstructor.java
A         broker-codegen/src/main/java/org/apache/qpid/server/model/SystemConfigFactoryGenerator.java
A         broker-codegen/src/main/java/org/apache/qpid/server/model/validation
AU        broker-codegen/src/main/java/org/apache/qpid/server/model/validation/ManagedAnnotationValidator.java
A         broker-codegen/src/main/java/org/apache/qpid/server/model/validation/OperationAnnotationValidator.java
A         broker-codegen/src/main/java/org/apache/qpid/server/model/validation/AttributeFieldValidation.java
A         broker-codegen/src/main/java/org/apache/qpid/server/model/validation/AttributeAnnotationValidator.java
A         broker-codegen/src/main/java/org/apache/qpid/server/model/validation/ContentHeaderAnnotationValidator.java
AU        broker-codegen/src/main/java/org/apache/qpid/server/model/validation/ManagedAttributeValueTypeValidator.java
A         broker-codegen/src/main/java/org/apache/qpid/server/model/ConfiguredObjectFactoryGenerator.java
A         broker-codegen/src/main/java/org/apache/qpid/server/model/ConfiguredObjectRegistrationGenerator.java
A         broker-codegen/src/main/java/org/apache/qpid/server/License.java
A         broker-codegen/src/main/resources
A         broker-codegen/src/main/resources/META-INF
A         broker-codegen/src/main/resources/META-INF/services
A         broker-codegen/src/main/resources/META-INF/services/javax.annotation.processing.Processor
A         broker-codegen/pom.xml
 U        .
At revision 1703250
no change for http://svn.apache.org/repos/asf/qpid/trunk since the previous build
[locks-and-latches] Checking to see if we really have the locks
[locks-and-latches] Have all the locks, build can start
[Qpid-Java-Cpp-Test] $ /bin/sh /tmp/hudson4251613906538376455.sh
-- The C compiler identification is GNU 4.8.2
-- The CXX compiler identification is GNU 4.8.2
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Found PythonInterp: /usr/bin/python (found version "2.7.6") 
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.26") 
-- Found Ruby: /usr/bin/ruby (found version "1.9.1") 
-- Could NOT find Doxygen (missing:  DOXYGEN_EXECUTABLE) 
-- Could NOT find VALGRIND (missing:  VALGRIND_EXECUTABLE) 
-- Looking for sasl_checkpass in sasl2
-- Looking for sasl_checkpass in sasl2 - found
-- Looking for include file sasl/sasl.h
-- Looking for include file sasl/sasl.h - found
-- Found SASL: 1  
-- Regenerating AMQP protocol sources
-- <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/qpid/cpp/src/qpid/broker/management-schema.xml> is newer
-- <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/qpid/cpp/src/qpid/acl/management-schema.xml> is newer
-- <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/qpid/cpp/src/qpid/ha/management-schema.xml> is newer
-- <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/qpid/cpp/src/qpid/legacystore/management-schema.xml> is newer
-- <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/qpid/cpp/src/qpid/linearstore/management-schema.xml> is newer
-- Regenerating Qpid Management Framework sources
-- Can't locate the doxygen command; user documentation cannot be generated
-- Boost version: 1.54.0
-- Found the following Boost libraries:
--   program_options
--   system
-- Looking for uuid_generate
-- Looking for uuid_generate - not found
-- Looking for uuid_generate in uuid
-- Looking for uuid_generate in uuid - not found
-- Looking for uuid_create
-- Looking for uuid_create - not found
-- Looking for UuidToString
-- Looking for UuidToString - not found
CMake Error at src/CMakeLists.txt:306 (message):
  No Uuid API found


-- Configuring incomplete, errors occurred!
See also "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/CMakeFiles/CMakeOutput.log".>
See also "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/CMakeFiles/CMakeError.log".>
make: *** No targets specified and no makefile found.  Stop.
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

Build failed in Jenkins: Qpid-Java-Cpp-Test #2859

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

Changes:

[kwall] QPID-6732: [Java Perf Tests] Make hill climbing default to off (to suite existing interversion tests that rely on the same framework).

[kwall] QPID-6732: [Java Perf Tests] Remove old perf test definitions and related charts

[kwall] QPID-6732: [Java Perf Tests] Change PerfTestFrame to use hill climbing algorithm to discover the a maximum sustainable throughput for a given test-case

Work by Lorenz Quack <qu...@gmail.com> and Keith Wall

------------------------------------------
[...truncated 7269 lines...]
A         broker-core/src/main/java/org/apache/qpid/server/store/UnresolvedConfiguredObject.java
A         broker-core/src/main/java/org/apache/qpid/server/store/Xid.java
AU        broker-core/src/main/java/org/apache/qpid/server/store/EventListener.java
A         broker-core/src/main/java/org/apache/qpid/server/store/GenericRecoverer.java
AU        broker-core/src/main/java/org/apache/qpid/server/store/MemoryMessageStore.java
AU        broker-core/src/main/java/org/apache/qpid/server/store/BrokerStoreUpgraderAndRecoverer.java
A         broker-core/src/main/java/org/apache/qpid/server/store/AbstractJDBCConfigurationStore.java
A         broker-core/src/main/java/org/apache/qpid/server/store/VirtualHostStoreUpgraderAndRecoverer.java
AU        broker-core/src/main/java/org/apache/qpid/server/store/TransactionLogResource.java
AU        broker-core/src/main/java/org/apache/qpid/server/store/SizeMonitoringSettings.java
A         broker-core/src/main/java/org/apache/qpid/server/store/NullUpgrader.java
A         broker-core/src/main/java/org/apache/qpid/server/store/StoreUpgraderPhase.java
A         broker-core/src/main/java/org/apache/qpid/server/store/AbstractMemoryStore.java
A         broker-core/src/main/java/org/apache/qpid/server/store/ResolvedObject.java
A         broker-core/src/main/java/org/apache/qpid/server/store/EventManager.java
A         broker-core/src/main/java/org/apache/qpid/server/store/JsonFileConfigStore.java
A         broker-core/src/main/java/org/apache/qpid/server/store/MessageDurability.java
A         broker-core/src/main/java/org/apache/qpid/server/store/DurableConfigurationStoreUpgrader.java
AU        broker-core/src/main/java/org/apache/qpid/server/store/Event.java
A         broker-core/src/main/java/org/apache/qpid/server/store/jdbc
A         broker-core/src/main/java/org/apache/qpid/server/store/jdbc/ConnectionProvider.java
A         broker-core/src/main/java/org/apache/qpid/server/store/GenericStoreUpgrader.java
AU        broker-core/src/main/java/org/apache/qpid/server/store/DurableConfigurationStore.java
A         broker-core/src/main/java/org/apache/qpid/server/store/Transaction.java
AU        broker-core/src/main/java/org/apache/qpid/server/store/TransactionLog.java
A         broker-core/src/main/java/org/apache/qpid/server/store/ConfiguredObjectIdDependency.java
A         broker-core/src/main/java/org/apache/qpid/server/virtualhostalias
A         broker-core/src/main/java/org/apache/qpid/server/virtualhostalias/PatternMatchingAliasImpl.java
A         broker-core/src/main/java/org/apache/qpid/server/virtualhostalias/DefaultVirtualHostAliasImpl.java
A         broker-core/src/main/java/org/apache/qpid/server/virtualhostalias/AbstractFixedVirtualHostNodeAlias.java
A         broker-core/src/main/java/org/apache/qpid/server/virtualhostalias/HostNameAliasImpl.java
A         broker-core/src/main/java/org/apache/qpid/server/virtualhostalias/VirtualHostNameAliasImpl.java
A         broker-core/src/main/java/org/apache/qpid/server/virtualhostalias/AbstractVirtualHostAlias.java
A         broker-core/src/main/java/org/apache/qpid/server/stats
A         broker-core/src/main/java/org/apache/qpid/server/stats/StatisticsCounter.java
A         broker-core/src/main/java/org/apache/qpid/server/stats/StatisticsGatherer.java
A         broker-core/src/main/java/org/apache/qpid/server/plugin
A         broker-core/src/main/java/org/apache/qpid/server/plugin/ConfiguredObjectRegistration.java
AU        broker-core/src/main/java/org/apache/qpid/server/plugin/ProtocolEngineCreator.java
AU        broker-core/src/main/java/org/apache/qpid/server/plugin/ConditionallyAvailable.java
A         broker-core/src/main/java/org/apache/qpid/server/plugin/SystemNodeCreator.java
A         broker-core/src/main/java/org/apache/qpid/server/plugin/MessageConverter.java
A         broker-core/src/main/java/org/apache/qpid/server/plugin/PluggableFactoryLoader.java
AU        broker-core/src/main/java/org/apache/qpid/server/plugin/MessageFilterFactory.java
AU        broker-core/src/main/java/org/apache/qpid/server/plugin/JDBCConnectionProviderFactory.java
A         broker-core/src/main/java/org/apache/qpid/server/plugin/AMQPProtocolVersionWrapper.java
A         broker-core/src/main/java/org/apache/qpid/server/plugin/MessageMetaDataType.java
A         broker-core/src/main/java/org/apache/qpid/server/plugin/TransportProviderFactory.java
A         broker-core/src/main/java/org/apache/qpid/server/plugin/ProtocolEngineCreatorComparator.java
A         broker-core/src/main/java/org/apache/qpid/server/plugin/ConfigurationSecretEncrypterFactory.java
A         broker-core/src/main/java/org/apache/qpid/server/plugin/SystemConfigFactory.java
A         broker-core/src/main/java/org/apache/qpid/server/plugin/Pluggable.java
AU        broker-core/src/main/java/org/apache/qpid/server/plugin/ConnectionValidator.java
A         broker-core/src/main/java/org/apache/qpid/server/plugin/QpidServiceLoader.java
A         broker-core/src/main/java/org/apache/qpid/server/plugin/ConfiguredObjectTypeFactory.java
A         broker-core/src/main/java/org/apache/qpid/server/connection
AU        broker-core/src/main/java/org/apache/qpid/server/connection/ConnectionVersionValidator.java
A         broker-core/src/main/java/org/apache/qpid/server/connection/ConnectionPrincipal.java
A         broker-core/src/main/java/org/apache/qpid/server/connection/SessionPrincipal.java
A         broker-core/src/main/java/org/apache/qpid/server/model
A         broker-core/src/main/java/org/apache/qpid/server/model/ManagedAnnotation.java
A         broker-core/src/main/java/org/apache/qpid/server/model/VirtualHostAlias.java
A         broker-core/src/main/java/org/apache/qpid/server/model/Connection.java
AU        broker-core/src/main/java/org/apache/qpid/server/model/CloseFuture.java
A         broker-core/src/main/java/org/apache/qpid/server/model/KeyStore.java
A         broker-core/src/main/java/org/apache/qpid/server/model/ExclusivityPolicy.java
A         broker-core/src/main/java/org/apache/qpid/server/model/PasswordCredentialManagingAuthenticationProvider.java
A         broker-core/src/main/java/org/apache/qpid/server/model/UnknownConfiguredObjectException.java
A         broker-core/src/main/java/org/apache/qpid/server/model/ExternalFileBasedAuthenticationManager.java
A         broker-core/src/main/java/org/apache/qpid/server/model/ConfiguredObject.java
A         broker-core/src/main/java/org/apache/qpid/server/model/UUIDGenerator.java
A         broker-core/src/main/java/org/apache/qpid/server/model/ManagedOperation.java
A         broker-core/src/main/java/org/apache/qpid/server/model/ManagedInterface.java
A         broker-core/src/main/java/org/apache/qpid/server/model/ManagedAttribute.java
AU        broker-core/src/main/java/org/apache/qpid/server/model/RestContentHeader.java
A         broker-core/src/main/java/org/apache/qpid/server/model/IntegrityViolationException.java
A         broker-core/src/main/java/org/apache/qpid/server/model/Exchange.java
A         broker-core/src/main/java/org/apache/qpid/server/model/Session.java
A         broker-core/src/main/java/org/apache/qpid/server/model/GroupMember.java
A         broker-core/src/main/java/org/apache/qpid/server/model/JsonSystemConfigImpl.java
A         broker-core/src/main/java/org/apache/qpid/server/model/NoFactoryForCategoryException.java
A         broker-core/src/main/java/org/apache/qpid/server/model/ConfiguredObjectAttributeOrStatistic.java
A         broker-core/src/main/java/org/apache/qpid/server/model/VirtualHostNode.java
A         broker-core/src/main/java/org/apache/qpid/server/model/AbstractConfiguredObjectTypeFactory.java
A         broker-core/src/main/java/org/apache/qpid/server/model/StateTransition.java
AU        broker-core/src/main/java/org/apache/qpid/server/model/ConfiguredObjectOperation.java
A         broker-core/src/main/java/org/apache/qpid/server/model/Publisher.java
A         broker-core/src/main/java/org/apache/qpid/server/model/Plugin.java
A         broker-core/src/main/java/org/apache/qpid/server/model/ConfiguredObjectAttribute.java
AU        broker-core/src/main/java/org/apache/qpid/server/model/Param.java
A         broker-core/src/main/java/org/apache/qpid/server/model/PatternMatchingAlias.java
A         broker-core/src/main/java/org/apache/qpid/server/model/DefaultVirtualHostAlias.java
A         broker-core/src/main/java/org/apache/qpid/server/model/JsonSystemConfig.java
A         broker-core/src/main/java/org/apache/qpid/server/model/IllegalStateTransitionException.java
A         broker-core/src/main/java/org/apache/qpid/server/model/DerivedAttribute.java
A         broker-core/src/main/java/org/apache/qpid/server/model/ManagedContextDefault.java
A         broker-core/src/main/java/org/apache/qpid/server/model/ConfiguredDerivedAttribute.java
A         broker-core/src/main/java/org/apache/qpid/server/model/ManagedObject.java
A         broker-core/src/main/java/org/apache/qpid/server/model/ManagedAttributeField.java
A         broker-core/src/main/java/org/apache/qpid/server/model/AttributeValueConverter.java
A         broker-core/src/main/java/org/apache/qpid/server/model/HostNameAlias.java
A         broker-core/src/main/java/org/apache/qpid/server/model/Consumer.java
AU        broker-core/src/main/java/org/apache/qpid/server/model/ConfiguredObjectJacksonModule.java
A         broker-core/src/main/java/org/apache/qpid/server/model/RemoteReplicationNode.java
A         broker-core/src/main/java/org/apache/qpid/server/model/NoFactoryForTypeException.java
A         broker-core/src/main/java/org/apache/qpid/server/model/Transport.java
A         broker-core/src/main/java/org/apache/qpid/server/model/AbstractSystemConfig.java
A         broker-core/src/main/java/org/apache/qpid/server/model/TrustStore.java
A         broker-core/src/main/java/org/apache/qpid/server/model/adapter
A         broker-core/src/main/java/org/apache/qpid/server/model/adapter/FileSystemPreferencesProvider.java
A         broker-core/src/main/java/org/apache/qpid/server/model/adapter/AbstractPluginAdapter.java
A         broker-core/src/main/java/org/apache/qpid/server/model/adapter/FileSystemPreferencesProviderImpl.java
A         broker-core/src/main/java/org/apache/qpid/server/model/adapter/SessionAdapter.java
A         broker-core/src/main/java/org/apache/qpid/server/model/adapter/BrokerAdapter.java
A         broker-core/src/main/java/org/apache/qpid/server/model/adapter/FileBasedGroupProvider.java
A         broker-core/src/main/java/org/apache/qpid/server/model/adapter/FileBasedGroupProviderImpl.java
A         broker-core/src/main/java/org/apache/qpid/server/model/AbstractUnresolvedObject.java
A         broker-core/src/main/java/org/apache/qpid/server/model/Protocol.java
A         broker-core/src/main/java/org/apache/qpid/server/model/port
A         broker-core/src/main/java/org/apache/qpid/server/model/port/HttpPortImpl.java
A         broker-core/src/main/java/org/apache/qpid/server/model/port/AbstractPort.java
A         broker-core/src/main/java/org/apache/qpid/server/model/port/PortFactory.java
A         broker-core/src/main/java/org/apache/qpid/server/model/port/ClientAuthCapablePort.java
AU        broker-core/src/main/java/org/apache/qpid/server/model/port/PortWithAuthProvider.java
A         broker-core/src/main/java/org/apache/qpid/server/model/port/RmiPortImpl.java
A         broker-core/src/main/java/org/apache/qpid/server/model/port/PortManager.java
A         broker-core/src/main/java/org/apache/qpid/server/model/port/HttpPort.java
A         broker-core/src/main/java/org/apache/qpid/server/model/port/AmqpPortImpl.java
A         broker-core/src/main/java/org/apache/qpid/server/model/port/JmxPortImpl.java
A         broker-core/src/main/java/org/apache/qpid/server/model/port/AbstractClientAuthCapablePortWithAuthProvider.java
A         broker-core/src/main/java/org/apache/qpid/server/model/port/RmiPort.java
A         broker-core/src/main/java/org/apache/qpid/server/model/port/AbstractPortWithAuthProvider.java
A         broker-core/src/main/java/org/apache/qpid/server/model/port/PortWithThreadPool.java
A         broker-core/src/main/java/org/apache/qpid/server/model/port/AmqpPort.java
A         broker-core/src/main/java/org/apache/qpid/server/model/port/JmxPort.java
AU        broker-core/src/main/java/org/apache/qpid/server/model/CustomRestHeaders.java
A         broker-core/src/main/java/org/apache/qpid/server/model/BrokerModel.java
A         broker-core/src/main/java/org/apache/qpid/server/model/PreferencesSupportingAuthenticationProvider.java
A         broker-core/src/main/java/org/apache/qpid/server/model/Binding.java
A         broker-core/src/main/java/org/apache/qpid/server/model/AccessControlProvider.java
AU        broker-core/src/main/java/org/apache/qpid/server/model/ManagedAttributeValue.java
A         broker-core/src/main/java/org/apache/qpid/server/model/User.java
A         broker-core/src/main/java/org/apache/qpid/server/model/LifetimePolicy.java
A         broker-core/src/main/java/org/apache/qpid/server/model/NoopConfigurationChangeListener.java
AU        broker-core/src/main/java/org/apache/qpid/server/model/AuthenticationMethod.java
A         broker-core/src/main/java/org/apache/qpid/server/model/ConfigurationChangeListener.java
A         broker-core/src/main/java/org/apache/qpid/server/model/VirtualHost.java
A         broker-core/src/main/java/org/apache/qpid/server/model/Port.java
A         broker-core/src/main/java/org/apache/qpid/server/model/ManagedStatistic.java
A         broker-core/src/main/java/org/apache/qpid/server/model/AncestorAttributeResolver.java
A         broker-core/src/main/java/org/apache/qpid/server/model/Broker.java
A         broker-core/src/main/java/org/apache/qpid/server/model/ConfiguredObjectFactoryImpl.java
A         broker-core/src/main/java/org/apache/qpid/server/model/AuthenticationProvider.java
A         broker-core/src/main/java/org/apache/qpid/server/model/Group.java
A         broker-core/src/main/java/org/apache/qpid/server/model/VirtualHostNameAlias.java
A         broker-core/src/main/java/org/apache/qpid/server/model/AbstractConfiguredObject.java
A         broker-core/src/main/java/org/apache/qpid/server/model/Model.java
AU        broker-core/src/main/java/org/apache/qpid/server/model/OperationParameter.java
A         broker-core/src/main/java/org/apache/qpid/server/model/QueueNotificationListener.java
AU        broker-core/src/main/java/org/apache/qpid/server/model/BrokerLogInclusionRule.java
AU        broker-core/src/main/java/org/apache/qpid/server/model/VirtualHostLogInclusionRule.java
A         broker-core/src/main/java/org/apache/qpid/server/model/ConfiguredObjectStatistic.java
A         broker-core/src/main/java/org/apache/qpid/server/model/ConfiguredObjectFactory.java
A         broker-core/src/main/java/org/apache/qpid/server/model/ConfiguredObjectTypeRegistry.java
A         broker-core/src/main/java/org/apache/qpid/server/model/GroupProvider.java
AU        broker-core/src/main/java/org/apache/qpid/server/model/StatisticUnit.java
A         broker-core/src/main/java/org/apache/qpid/server/model/OwnAttributeResolver.java
AU        broker-core/src/main/java/org/apache/qpid/server/model/StatisticType.java
A         broker-core/src/main/java/org/apache/qpid/server/model/SystemConfig.java
AU        broker-core/src/main/java/org/apache/qpid/server/model/Content.java
A         broker-core/src/main/java/org/apache/qpid/server/model/PreferencesProvider.java
A         broker-core/src/main/java/org/apache/qpid/server/model/ConfiguredAutomatedAttribute.java
AU        broker-core/src/main/java/org/apache/qpid/server/model/ManagedAttributeValueType.java
A         broker-core/src/main/java/org/apache/qpid/server/model/State.java
AU        broker-core/src/main/java/org/apache/qpid/server/model/BrokerLogger.java
AU        broker-core/src/main/java/org/apache/qpid/server/model/VirtualHostLogger.java
A         broker-core/src/main/java/org/apache/qpid/server/model/Queue.java
A         broker-core/src/main/java/org/apache/qpid/server/model/FixedVirtualHostNodeAlias.java
A         broker-core/src/main/java/org/apache/qpid/server/model/GroupManagingGroupProvider.java
A         broker-core/src/main/java/org/apache/qpid/server/protocol
AU        broker-core/src/main/java/org/apache/qpid/server/protocol/LinkModel.java
AU        broker-core/src/main/java/org/apache/qpid/server/protocol/ConnectionClosingTicker.java
A         broker-core/src/main/java/org/apache/qpid/server/protocol/ConsumerListener.java
A         broker-core/src/main/java/org/apache/qpid/server/protocol/CapacityChecker.java
A         broker-core/src/main/java/org/apache/qpid/server/protocol/AMQSessionModel.java
A         broker-core/src/main/java/org/apache/qpid/server/protocol/MessageConverterRegistry.java
A         broker-core/src/main/java/org/apache/qpid/server/protocol/LinkRegistry.java
A         broker-core/src/main/java/org/apache/qpid/server/Broker.java
A         broker-core/src/xsl
A         broker-core/src/xsl/qmf.xsl
A         broker-core/pom.xml
 U        .
At revision 1703038
no change for http://svn.apache.org/repos/asf/qpid/trunk since the previous build
[locks-and-latches] Checking to see if we really have the locks
[locks-and-latches] Have all the locks, build can start
[Qpid-Java-Cpp-Test] $ /bin/sh /tmp/hudson2819029267382045554.sh
-- The C compiler identification is GNU 4.8.2
-- The CXX compiler identification is GNU 4.8.2
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Found PythonInterp: /usr/bin/python (found version "2.7.6") 
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.26") 
-- Found Ruby: /usr/bin/ruby (found version "1.9.1") 
-- Could NOT find Doxygen (missing:  DOXYGEN_EXECUTABLE) 
-- Could NOT find VALGRIND (missing:  VALGRIND_EXECUTABLE) 
-- Looking for sasl_checkpass in sasl2
-- Looking for sasl_checkpass in sasl2 - found
-- Looking for include file sasl/sasl.h
-- Looking for include file sasl/sasl.h - found
-- Found SASL: 1  
-- Regenerating AMQP protocol sources
-- <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/qpid/cpp/src/qpid/broker/management-schema.xml> is newer
-- <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/qpid/cpp/src/qpid/acl/management-schema.xml> is newer
-- <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/qpid/cpp/src/qpid/ha/management-schema.xml> is newer
-- <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/qpid/cpp/src/qpid/legacystore/management-schema.xml> is newer
-- <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/qpid/cpp/src/qpid/linearstore/management-schema.xml> is newer
-- Regenerating Qpid Management Framework sources
-- Can't locate the doxygen command; user documentation cannot be generated
-- Boost version: 1.54.0
-- Found the following Boost libraries:
--   program_options
--   system
-- Looking for uuid_generate
-- Looking for uuid_generate - not found
-- Looking for uuid_generate in uuid
-- Looking for uuid_generate in uuid - not found
-- Looking for uuid_create
-- Looking for uuid_create - not found
-- Looking for UuidToString
-- Looking for UuidToString - not found
CMake Error at src/CMakeLists.txt:306 (message):
  No Uuid API found


-- Configuring incomplete, errors occurred!
See also "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/CMakeFiles/CMakeOutput.log".>
See also "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/CMakeFiles/CMakeError.log".>
make: *** No targets specified and no makefile found.  Stop.
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

Build failed in Jenkins: Qpid-Java-Cpp-Test #2858

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

Changes:

[kwall] QPID-6736/QPID-6737:  [Java Broker/Java Broker Tests]  Rewrite [0-8..0-91] connection and session unit tests. Make qpid.broker_msg_auth a context var.

------------------------------------------
[...truncated 5200 lines...]
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests-visualisation-jfc ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-visualisation-jfc-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests-visualisation-jfc/6.0.0-SNAPSHOT/lib/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Qpid BDB Store System Tests 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qpid-bdbstore-systests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ qpid-bdbstore-systests ---
[INFO] Executing tasks

main:
     [echo] Qpid Test Profile Properties
     [echo] [profile] cpp
     [echo] [profile.broker.language] cpp
     [echo] [profile.broker.type] spawned
     [echo] [profile.broker.command] "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/src/qpidd"> -p @PORT --data-dir "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target/QPID_WORK/@PORT"> -t --auth no --no-module-dir
     [echo] [profile.specific.excludes] CPPPrefetchExcludes CPPTransientExcludes
     [echo] [profile.test.excludes] Excludes CPPExcludes cpp.excludes CPPPrefetchExcludes CPPTransientExcludes cpp.excludes
     [echo] [profile.broker.version] v0_10
     [echo] [profile.test.amqp_port_protocols] ["AMQP_0_8","AMQP_0_9","AMQP_0_9_1","AMQP_0_10"]
     [echo] [profile.broker.persistent] false
     [echo] [profile.virtualhostnode.type] Memory
     [echo] [profile.virtualhostnode.context.blueprint] ${profile.virtualhostnode.context.blueprint}
     [echo] [profile.test_receive_timeout] 1000
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ qpid-bdbstore-systests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ qpid-bdbstore-systests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ qpid-bdbstore-systests ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ qpid-bdbstore-systests ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ qpid-bdbstore-systests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-systests-etc-resources) @ qpid-bdbstore-systests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-test-profile-resources) @ qpid-bdbstore-systests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 46 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-bdbstore-bin-resources) @ qpid-bdbstore-systests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qpid-bdbstore-systests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/src/main/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ qpid-bdbstore-systests ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qpid-bdbstore-systests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ qpid-bdbstore-systests ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ qpid-bdbstore-systests ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-bdbstore-systests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target/qpid-bdbstore-systests-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-bdbstore-systests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (fix-bdb-script-permissions) @ qpid-bdbstore-systests ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-bdbstore-systests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target/qpid-broker/6.0.0-SNAPSHOT/qbtc-test-config>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:unpack (extract-broker-distribution) @ qpid-bdbstore-systests ---
[INFO] Configured Artifact: org.apache.qpid:qpid-broker:bin:6.0.0-SNAPSHOT:tar.gz
[INFO] Unpacking <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/broker/target/qpid-broker-6.0.0-SNAPSHOT-bin.tar.gz> to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target> with includes "" and excludes ""
[INFO] Expanding: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/broker/target/qpid-broker-6.0.0-SNAPSHOT-bin.tar.gz> into <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target>
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:copy (copy-sleepycat-jar-for-bdb-tests) @ qpid-bdbstore-systests ---
[INFO] Configured Artifact: com.sleepycat:je:5.0.104:jar
[INFO] Copying je-5.0.104.jar to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target/qpid-broker/6.0.0-SNAPSHOT/lib/je-5.0.104.jar>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (integration-test) @ qpid-bdbstore-systests ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.qpid.server.store.berkeleydb.BDBUpgradeTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.426 sec - in org.apache.qpid.server.store.berkeleydb.BDBUpgradeTest
Running org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec - in org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest
Running org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest
Running org.apache.qpid.server.store.berkeleydb.replication.JMXManagementTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 sec - in org.apache.qpid.server.store.berkeleydb.replication.JMXManagementTest
Running org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 sec - in org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest
Running org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec - in org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest
Running org.apache.qpid.server.store.berkeleydb.BDBBackupTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.qpid.server.store.berkeleydb.BDBBackupTest

Results :

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

[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building joramtests 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ joramtests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ joramtests ---
[INFO] Executing tasks

main:
     [echo] Joram Integration Tests: To run define system property -Djoramtests to a name of a JMS client e.g. qpid-jms-client
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ joramtests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ joramtests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ joramtests ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ joramtests ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ joramtests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ joramtests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/src/main/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ joramtests ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/classes>
[WARNING] <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/src/main/java/org/apache/qpid/joramtests/admin/JavaBrokerAdmin.java>:[258,52] authenticate(org.apache.http.auth.Credentials,org.apache.http.HttpRequest) in org.apache.http.impl.auth.BasicScheme has been deprecated
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ joramtests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ joramtests ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ joramtests ---
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ joramtests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/joramtests-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ joramtests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ joramtests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:integration-test (default) @ joramtests ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:verify (default) @ joramtests ---
[INFO] Tests are skipped.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.386s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [2.213s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.547s]
[INFO] Qpid Common ....................................... SUCCESS [3:45.023s]
[INFO] Qpid Management Common ............................ SUCCESS [1.928s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:33.722s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [4.860s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. SUCCESS [2.272s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [5.375s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [6.798s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SUCCESS [0.460s]
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.284s]
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.338s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [18.110s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.383s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [10.083s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [6.599s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [3.017s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.408s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.361s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [9.522s]
[INFO] Qpid BDB Message Store ............................ SUCCESS [40.525s]
[INFO] Qpid BDB Message Store JMX ........................ SUCCESS [2.531s]
[INFO] Qpid Java Broker .................................. SUCCESS [5.488s]
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.312s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.149s]
[INFO] Qpid JCA .......................................... SUCCESS [2.313s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.436s]
[INFO] Qpid Tools ........................................ SUCCESS [0.448s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.165s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [0.808s]
[INFO] Qpid System Tests ................................. SUCCESS [5:41.152s]
[INFO] Qpid Performance Tests ............................ SUCCESS [14.696s]
[INFO] Qpid Performance Test System Tests ................ SUCCESS [17.597s]
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [5.911s]
[INFO] Qpid BDB Store System Tests ....................... SUCCESS [2.278s]
[INFO] joramtests ........................................ SUCCESS [0.407s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13:51.003s
[INFO] Finished at: Sun Sep 13 23:11:28 UTC 2015
[INFO] Final Memory: 77M/411M
[INFO] ------------------------------------------------------------------------
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results
No test report files were found. Configuration error?
Build step 'Publish JUnit test result report' changed build result to FAILURE

Build failed in Jenkins: Qpid-Java-Cpp-Test #2857

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

Changes:

[orudyy] QPID-6678: Deletion of exchanges set as alternate exchanges should not be allowed and deletion operation should not change state to DELETED for such exchanges

Add support for 'if-unused' flag in exchage.delete methods for 0.9.x and 0.10

------------------------------------------
[...truncated 12665 lines...]
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid Performance Test System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Qpid Performance Tests Visualisation JFC 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
     [echo] Qpid Test Profile Properties
     [echo] [profile] cpp
     [echo] [profile.broker.language] cpp
     [echo] [profile.broker.type] spawned
     [echo] [profile.broker.command] "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/src/qpidd"> -p @PORT --data-dir "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/QPID_WORK/@PORT"> -t --auth no --no-module-dir
     [echo] [profile.specific.excludes] CPPPrefetchExcludes CPPTransientExcludes
     [echo] [profile.test.excludes] Excludes CPPExcludes cpp.excludes CPPPrefetchExcludes CPPTransientExcludes cpp.excludes
     [echo] [profile.broker.version] v0_10
     [echo] [profile.test.amqp_port_protocols] ["AMQP_0_8","AMQP_0_9","AMQP_0_9_1","AMQP_0_10"]
     [echo] [profile.broker.persistent] false
     [echo] [profile.virtualhostnode.type] Memory
     [echo] [profile.virtualhostnode.context.blueprint] ${profile.virtualhostnode.context.blueprint}
     [echo] [profile.test_receive_timeout] 1000
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ qpid-perftests-visualisation-jfc ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/main/resources>
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ qpid-perftests-visualisation-jfc ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.592 sec - in org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.616 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Running org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 sec - in org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.778 sec - in org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 sec - in org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.234 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Running org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.writer.ChartWriterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.313 sec - in org.apache.qpid.disttest.charting.writer.ChartWriterTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests-visualisation-jfc ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests-visualisation-jfc ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-visualisation-jfc-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests-visualisation-jfc/6.0.0-SNAPSHOT/lib/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid BDB Store System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building joramtests 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ joramtests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ joramtests ---
[INFO] Executing tasks

main:
     [echo] Joram Integration Tests: To run define system property -Djoramtests to a name of a JMS client e.g. qpid-jms-client
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ joramtests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ joramtests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ joramtests ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ joramtests ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ joramtests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ joramtests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/src/main/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ joramtests ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/classes>
[WARNING] <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/src/main/java/org/apache/qpid/joramtests/admin/JavaBrokerAdmin.java>:[258,52] authenticate(org.apache.http.auth.Credentials,org.apache.http.HttpRequest) in org.apache.http.impl.auth.BasicScheme has been deprecated
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ joramtests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ joramtests ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ joramtests ---
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ joramtests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/joramtests-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ joramtests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ joramtests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:integration-test (default) @ joramtests ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:verify (default) @ joramtests ---
[INFO] Tests are skipped.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [5.074s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [3.441s]
[INFO] Qpid Test Utilities ............................... SUCCESS [1.030s]
[INFO] Qpid Common ....................................... SUCCESS [3:10.081s]
[INFO] Qpid Management Common ............................ SUCCESS [2.146s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:42.456s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [4.506s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. SUCCESS [3.359s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [5.096s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [6.035s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SUCCESS [0.607s]
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.516s]
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.472s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [2:00.192s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.755s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [10.219s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [7.428s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [3.058s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.628s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.439s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [10.225s]
[INFO] Qpid BDB Message Store ............................ SUCCESS [48.672s]
[INFO] Qpid BDB Message Store JMX ........................ SUCCESS [3.958s]
[INFO] Qpid Java Broker .................................. SUCCESS [10.138s]
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.489s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.144s]
[INFO] Qpid JCA .......................................... SUCCESS [2.825s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.747s]
[INFO] Qpid Tools ........................................ SUCCESS [0.515s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.361s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [1.170s]
[INFO] Qpid System Tests ................................. FAILURE [10.162s]
[INFO] Qpid Performance Tests ............................ SUCCESS [18.322s]
[INFO] Qpid Performance Test System Tests ................ SKIPPED
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [12.986s]
[INFO] Qpid BDB Store System Tests ....................... SKIPPED
[INFO] joramtests ........................................ SUCCESS [1.799s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 9:51.680s
[INFO] Finished at: Sat Sep 12 07:26:20 UTC 2015
[INFO] Final Memory: 73M/364M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (integration-test) on project qpid-systests: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/systests/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-systests
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2856

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

Changes:

[orudyy] QPID-6733: [Java Broker] Improve exception handling in BDB HA

[kwall] NO-JIRA: [Java Perf Tests] Rollback exec-maven-plugin to 1.3.2

[kwall] QPID-6637: [Java Perf Tests] Ensure that synch receive timeout gets applied to consumer participants calling #receive

* Regression due to difference in serialisation behaviour difference between GSON/jackson

------------------------------------------
[...truncated 4865 lines...]
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid Performance Test System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Qpid Performance Tests Visualisation JFC 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
     [echo] Qpid Test Profile Properties
     [echo] [profile] cpp
     [echo] [profile.broker.language] cpp
     [echo] [profile.broker.type] spawned
     [echo] [profile.broker.command] "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/src/qpidd"> -p @PORT --data-dir "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/QPID_WORK/@PORT"> -t --auth no --no-module-dir
     [echo] [profile.specific.excludes] CPPPrefetchExcludes CPPTransientExcludes
     [echo] [profile.test.excludes] Excludes CPPExcludes cpp.excludes CPPPrefetchExcludes CPPTransientExcludes cpp.excludes
     [echo] [profile.broker.version] v0_10
     [echo] [profile.test.amqp_port_protocols] ["AMQP_0_8","AMQP_0_9","AMQP_0_9_1","AMQP_0_10"]
     [echo] [profile.broker.persistent] false
     [echo] [profile.virtualhostnode.type] Memory
     [echo] [profile.virtualhostnode.context.blueprint] ${profile.virtualhostnode.context.blueprint}
     [echo] [profile.test_receive_timeout] 1000
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ qpid-perftests-visualisation-jfc ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/main/resources>
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ qpid-perftests-visualisation-jfc ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.qpid.disttest.charting.writer.ChartWriterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.531 sec - in org.apache.qpid.disttest.charting.writer.ChartWriterTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.133 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Running org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Running org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec - in org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec - in org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.862 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Running org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 sec - in org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Running org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests-visualisation-jfc ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests-visualisation-jfc ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-visualisation-jfc-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests-visualisation-jfc/6.0.0-SNAPSHOT/lib/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid BDB Store System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building joramtests 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ joramtests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ joramtests ---
[INFO] Executing tasks

main:
     [echo] Joram Integration Tests: To run define system property -Djoramtests to a name of a JMS client e.g. qpid-jms-client
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ joramtests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ joramtests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ joramtests ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ joramtests ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ joramtests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ joramtests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/src/main/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ joramtests ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/classes>
[WARNING] <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/src/main/java/org/apache/qpid/joramtests/admin/JavaBrokerAdmin.java>:[258,52] authenticate(org.apache.http.auth.Credentials,org.apache.http.HttpRequest) in org.apache.http.impl.auth.BasicScheme has been deprecated
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ joramtests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ joramtests ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ joramtests ---
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ joramtests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/joramtests-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ joramtests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ joramtests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:integration-test (default) @ joramtests ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:verify (default) @ joramtests ---
[INFO] Tests are skipped.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.288s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [1.924s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.471s]
[INFO] Qpid Common ....................................... SUCCESS [3:53.886s]
[INFO] Qpid Management Common ............................ SUCCESS [2.135s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:31.884s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [4.780s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. SUCCESS [2.655s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [5.133s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [5.958s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SUCCESS [0.343s]
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.242s]
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.316s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [17.463s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.707s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.582s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [6.571s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [3.063s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.494s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.328s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [9.019s]
[INFO] Qpid BDB Message Store ............................ SUCCESS [40.295s]
[INFO] Qpid BDB Message Store JMX ........................ SUCCESS [2.500s]
[INFO] Qpid Java Broker .................................. SUCCESS [5.435s]
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.277s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.143s]
[INFO] Qpid JCA .......................................... SUCCESS [2.109s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.377s]
[INFO] Qpid Tools ........................................ SUCCESS [0.562s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.175s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [0.779s]
[INFO] Qpid System Tests ................................. FAILURE [1:26.273s]
[INFO] Qpid Performance Tests ............................ SUCCESS [14.751s]
[INFO] Qpid Performance Test System Tests ................ SKIPPED
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [5.574s]
[INFO] Qpid BDB Store System Tests ....................... SKIPPED
[INFO] joramtests ........................................ SUCCESS [0.471s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 9:20.041s
[INFO] Finished at: Thu Sep 10 18:52:29 UTC 2015
[INFO] Final Memory: 73M/246M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (integration-test) on project qpid-systests: Execution integration-test of goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test failed: The forked VM terminated without saying properly goodbye. VM crash or System.exit called ?
[ERROR] Command was/bin/sh -c cd <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/systests/..> && /home/jenkins/tools/java/jdk1.7.0_25-32/jre/bin/java -jar <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/systests/target/surefire/surefirebooter5839963862544402075.jar> <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/systests/target/surefire/surefire235141729121494168tmp> <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/systests/target/surefire/surefire_165031655032599623545tmp>
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-systests
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2855

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

Changes:

[kwall] NO-JIRA: Change exec-plugin config so that geronimo is included when running perftests from Maven.

Also exposed system properties as maven variables so that they may be conveniently controlled on the command line.

[kpvdr] NO_JIRA: Updates to ISSUES file

------------------------------------------
[...truncated 4975 lines...]
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid Performance Test System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Qpid Performance Tests Visualisation JFC 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
     [echo] Qpid Test Profile Properties
     [echo] [profile] cpp
     [echo] [profile.broker.language] cpp
     [echo] [profile.broker.type] spawned
     [echo] [profile.broker.command] "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/src/qpidd"> -p @PORT --data-dir "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/QPID_WORK/@PORT"> -t --auth no --no-module-dir
     [echo] [profile.specific.excludes] CPPPrefetchExcludes CPPTransientExcludes
     [echo] [profile.test.excludes] Excludes CPPExcludes cpp.excludes CPPPrefetchExcludes CPPTransientExcludes cpp.excludes
     [echo] [profile.broker.version] v0_10
     [echo] [profile.test.amqp_port_protocols] ["AMQP_0_8","AMQP_0_9","AMQP_0_9_1","AMQP_0_10"]
     [echo] [profile.broker.persistent] false
     [echo] [profile.virtualhostnode.type] Memory
     [echo] [profile.virtualhostnode.context.blueprint] ${profile.virtualhostnode.context.blueprint}
     [echo] [profile.test_receive_timeout] 1000
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ qpid-perftests-visualisation-jfc ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/main/resources>
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ qpid-perftests-visualisation-jfc ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.103 sec - in org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.635 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec - in org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Running org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Running org.apache.qpid.disttest.charting.writer.ChartWriterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.304 sec - in org.apache.qpid.disttest.charting.writer.ChartWriterTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Running org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Running org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec - in org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests-visualisation-jfc ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests-visualisation-jfc ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-visualisation-jfc-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests-visualisation-jfc/6.0.0-SNAPSHOT/lib/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid BDB Store System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building joramtests 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ joramtests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ joramtests ---
[INFO] Executing tasks

main:
     [echo] Joram Integration Tests: To run define system property -Djoramtests to a name of a JMS client e.g. qpid-jms-client
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ joramtests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ joramtests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ joramtests ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ joramtests ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ joramtests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ joramtests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/src/main/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ joramtests ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/classes>
[WARNING] <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/src/main/java/org/apache/qpid/joramtests/admin/JavaBrokerAdmin.java>:[258,52] authenticate(org.apache.http.auth.Credentials,org.apache.http.HttpRequest) in org.apache.http.impl.auth.BasicScheme has been deprecated
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ joramtests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ joramtests ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ joramtests ---
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ joramtests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/joramtests-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ joramtests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ joramtests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:integration-test (default) @ joramtests ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:verify (default) @ joramtests ---
[INFO] Tests are skipped.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.274s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [1.838s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.427s]
[INFO] Qpid Common ....................................... SUCCESS [3:42.480s]
[INFO] Qpid Management Common ............................ SUCCESS [2.033s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:32.472s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [4.730s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. SUCCESS [2.389s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [5.164s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [5.585s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SUCCESS [0.317s]
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.261s]
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.271s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [17.851s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.634s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.995s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [5.739s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [2.953s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.667s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.845s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [9.465s]
[INFO] Qpid BDB Message Store ............................ SUCCESS [40.049s]
[INFO] Qpid BDB Message Store JMX ........................ SUCCESS [2.420s]
[INFO] Qpid Java Broker .................................. SUCCESS [5.001s]
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.295s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.166s]
[INFO] Qpid JCA .......................................... SUCCESS [1.872s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.392s]
[INFO] Qpid Tools ........................................ SUCCESS [0.360s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.234s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [0.742s]
[INFO] Qpid System Tests ................................. FAILURE [6:00.503s]
[INFO] Qpid Performance Tests ............................ SUCCESS [14.062s]
[INFO] Qpid Performance Test System Tests ................ SKIPPED
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [5.072s]
[INFO] Qpid BDB Store System Tests ....................... SKIPPED
[INFO] joramtests ........................................ SUCCESS [0.364s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13:40.714s
[INFO] Finished at: Thu Sep 10 16:27:41 UTC 2015
[INFO] Final Memory: 73M/224M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (integration-test) on project qpid-systests: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/systests/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-systests
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2854

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

Changes:

[kpvdr] NO-JIRA: Improve iostreams error reporting by passing errno to the function that checks the outcome of iostream operations. It is hard to find the value of errno in a core trace, but trivial to print it out at the time the error is detected.

[kwall] QPID-6728: Refactoring - SLF4J - replace Object arrays in logging statements with the shorter varargs form

------------------------------------------
[...truncated 5241 lines...]
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests-visualisation-jfc ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-visualisation-jfc-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests-visualisation-jfc/6.0.0-SNAPSHOT/lib/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Qpid BDB Store System Tests 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qpid-bdbstore-systests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ qpid-bdbstore-systests ---
[INFO] Executing tasks

main:
     [echo] Qpid Test Profile Properties
     [echo] [profile] cpp
     [echo] [profile.broker.language] cpp
     [echo] [profile.broker.type] spawned
     [echo] [profile.broker.command] "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/src/qpidd"> -p @PORT --data-dir "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target/QPID_WORK/@PORT"> -t --auth no --no-module-dir
     [echo] [profile.specific.excludes] CPPPrefetchExcludes CPPTransientExcludes
     [echo] [profile.test.excludes] Excludes CPPExcludes cpp.excludes CPPPrefetchExcludes CPPTransientExcludes cpp.excludes
     [echo] [profile.broker.version] v0_10
     [echo] [profile.test.amqp_port_protocols] ["AMQP_0_8","AMQP_0_9","AMQP_0_9_1","AMQP_0_10"]
     [echo] [profile.broker.persistent] false
     [echo] [profile.virtualhostnode.type] Memory
     [echo] [profile.virtualhostnode.context.blueprint] ${profile.virtualhostnode.context.blueprint}
     [echo] [profile.test_receive_timeout] 1000
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ qpid-bdbstore-systests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ qpid-bdbstore-systests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ qpid-bdbstore-systests ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ qpid-bdbstore-systests ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ qpid-bdbstore-systests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-systests-etc-resources) @ qpid-bdbstore-systests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-test-profile-resources) @ qpid-bdbstore-systests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 46 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-bdbstore-bin-resources) @ qpid-bdbstore-systests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qpid-bdbstore-systests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/src/main/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ qpid-bdbstore-systests ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qpid-bdbstore-systests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ qpid-bdbstore-systests ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ qpid-bdbstore-systests ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-bdbstore-systests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target/qpid-bdbstore-systests-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-bdbstore-systests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (fix-bdb-script-permissions) @ qpid-bdbstore-systests ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-bdbstore-systests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target/qpid-broker/6.0.0-SNAPSHOT/qbtc-test-config>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:unpack (extract-broker-distribution) @ qpid-bdbstore-systests ---
[INFO] Configured Artifact: org.apache.qpid:qpid-broker:bin:6.0.0-SNAPSHOT:tar.gz
[INFO] Unpacking <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/broker/target/qpid-broker-6.0.0-SNAPSHOT-bin.tar.gz> to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target> with includes "" and excludes ""
[INFO] Expanding: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/broker/target/qpid-broker-6.0.0-SNAPSHOT-bin.tar.gz> into <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target>
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:copy (copy-sleepycat-jar-for-bdb-tests) @ qpid-bdbstore-systests ---
[INFO] Configured Artifact: com.sleepycat:je:5.0.104:jar
[INFO] Copying je-5.0.104.jar to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target/qpid-broker/6.0.0-SNAPSHOT/lib/je-5.0.104.jar>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (integration-test) @ qpid-bdbstore-systests ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.qpid.server.store.berkeleydb.replication.JMXManagementTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.457 sec - in org.apache.qpid.server.store.berkeleydb.replication.JMXManagementTest
Running org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest
Running org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec - in org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest
Running org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 sec - in org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest
Running org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec - in org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest
Running org.apache.qpid.server.store.berkeleydb.BDBBackupTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.qpid.server.store.berkeleydb.BDBBackupTest
Running org.apache.qpid.server.store.berkeleydb.BDBUpgradeTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec - in org.apache.qpid.server.store.berkeleydb.BDBUpgradeTest

Results :

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

[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building joramtests 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ joramtests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ joramtests ---
[INFO] Executing tasks

main:
     [echo] Joram Integration Tests: To run define system property -Djoramtests to a name of a JMS client e.g. qpid-jms-client
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ joramtests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ joramtests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ joramtests ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ joramtests ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ joramtests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ joramtests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/src/main/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ joramtests ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/classes>
[WARNING] <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/src/main/java/org/apache/qpid/joramtests/admin/JavaBrokerAdmin.java>:[258,52] authenticate(org.apache.http.auth.Credentials,org.apache.http.HttpRequest) in org.apache.http.impl.auth.BasicScheme has been deprecated
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ joramtests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ joramtests ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ joramtests ---
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ joramtests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/joramtests-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ joramtests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ joramtests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:integration-test (default) @ joramtests ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:verify (default) @ joramtests ---
[INFO] Tests are skipped.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.215s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [1.987s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.497s]
[INFO] Qpid Common ....................................... SUCCESS [3:39.927s]
[INFO] Qpid Management Common ............................ SUCCESS [1.801s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:30.789s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [4.568s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. SUCCESS [2.395s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [4.869s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [6.312s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SUCCESS [0.486s]
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.325s]
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.329s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [19.124s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.385s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.527s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [6.396s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [2.954s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.499s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.303s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [8.888s]
[INFO] Qpid BDB Message Store ............................ SUCCESS [40.236s]
[INFO] Qpid BDB Message Store JMX ........................ SUCCESS [2.424s]
[INFO] Qpid Java Broker .................................. SUCCESS [5.074s]
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.368s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.226s]
[INFO] Qpid JCA .......................................... SUCCESS [2.061s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.367s]
[INFO] Qpid Tools ........................................ SUCCESS [0.334s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.145s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [0.735s]
[INFO] Qpid System Tests ................................. SUCCESS [5:53.088s]
[INFO] Qpid Performance Tests ............................ SUCCESS [14.373s]
[INFO] Qpid Performance Test System Tests ................ SUCCESS [17.567s]
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [5.936s]
[INFO] Qpid BDB Store System Tests ....................... SUCCESS [2.268s]
[INFO] joramtests ........................................ SUCCESS [0.396s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13:51.189s
[INFO] Finished at: Thu Sep 10 14:58:30 UTC 2015
[INFO] Final Memory: 74M/232M
[INFO] ------------------------------------------------------------------------
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results
No test report files were found. Configuration error?
Build step 'Publish JUnit test result report' changed build result to FAILURE

Build failed in Jenkins: Qpid-Java-Cpp-Test #2853

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

Changes:

[rgodfrey] QPID-6734 : Use EVICT_LN cache mode for BDB sote

------------------------------------------
[...truncated 5237 lines...]
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests-visualisation-jfc ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-visualisation-jfc-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests-visualisation-jfc/6.0.0-SNAPSHOT/lib/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Qpid BDB Store System Tests 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qpid-bdbstore-systests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ qpid-bdbstore-systests ---
[INFO] Executing tasks

main:
     [echo] Qpid Test Profile Properties
     [echo] [profile] cpp
     [echo] [profile.broker.language] cpp
     [echo] [profile.broker.type] spawned
     [echo] [profile.broker.command] "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/src/qpidd"> -p @PORT --data-dir "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target/QPID_WORK/@PORT"> -t --auth no --no-module-dir
     [echo] [profile.specific.excludes] CPPPrefetchExcludes CPPTransientExcludes
     [echo] [profile.test.excludes] Excludes CPPExcludes cpp.excludes CPPPrefetchExcludes CPPTransientExcludes cpp.excludes
     [echo] [profile.broker.version] v0_10
     [echo] [profile.test.amqp_port_protocols] ["AMQP_0_8","AMQP_0_9","AMQP_0_9_1","AMQP_0_10"]
     [echo] [profile.broker.persistent] false
     [echo] [profile.virtualhostnode.type] Memory
     [echo] [profile.virtualhostnode.context.blueprint] ${profile.virtualhostnode.context.blueprint}
     [echo] [profile.test_receive_timeout] 1000
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ qpid-bdbstore-systests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ qpid-bdbstore-systests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ qpid-bdbstore-systests ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ qpid-bdbstore-systests ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ qpid-bdbstore-systests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-systests-etc-resources) @ qpid-bdbstore-systests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-test-profile-resources) @ qpid-bdbstore-systests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 46 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-bdbstore-bin-resources) @ qpid-bdbstore-systests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qpid-bdbstore-systests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/src/main/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ qpid-bdbstore-systests ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qpid-bdbstore-systests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ qpid-bdbstore-systests ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ qpid-bdbstore-systests ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-bdbstore-systests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target/qpid-bdbstore-systests-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-bdbstore-systests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (fix-bdb-script-permissions) @ qpid-bdbstore-systests ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-bdbstore-systests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target/qpid-broker/6.0.0-SNAPSHOT/qbtc-test-config>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:unpack (extract-broker-distribution) @ qpid-bdbstore-systests ---
[INFO] Configured Artifact: org.apache.qpid:qpid-broker:bin:6.0.0-SNAPSHOT:tar.gz
[INFO] Unpacking <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/broker/target/qpid-broker-6.0.0-SNAPSHOT-bin.tar.gz> to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target> with includes "" and excludes ""
[INFO] Expanding: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/broker/target/qpid-broker-6.0.0-SNAPSHOT-bin.tar.gz> into <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target>
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:copy (copy-sleepycat-jar-for-bdb-tests) @ qpid-bdbstore-systests ---
[INFO] Configured Artifact: com.sleepycat:je:5.0.104:jar
[INFO] Copying je-5.0.104.jar to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target/qpid-broker/6.0.0-SNAPSHOT/lib/je-5.0.104.jar>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (integration-test) @ qpid-bdbstore-systests ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.qpid.server.store.berkeleydb.BDBUpgradeTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.411 sec - in org.apache.qpid.server.store.berkeleydb.BDBUpgradeTest
Running org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 sec - in org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest
Running org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 sec - in org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest
Running org.apache.qpid.server.store.berkeleydb.replication.JMXManagementTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec - in org.apache.qpid.server.store.berkeleydb.replication.JMXManagementTest
Running org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest
Running org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest
Running org.apache.qpid.server.store.berkeleydb.BDBBackupTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.qpid.server.store.berkeleydb.BDBBackupTest

Results :

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

[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building joramtests 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ joramtests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ joramtests ---
[INFO] Executing tasks

main:
     [echo] Joram Integration Tests: To run define system property -Djoramtests to a name of a JMS client e.g. qpid-jms-client
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ joramtests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ joramtests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ joramtests ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ joramtests ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ joramtests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ joramtests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/src/main/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ joramtests ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/classes>
[WARNING] <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/src/main/java/org/apache/qpid/joramtests/admin/JavaBrokerAdmin.java>:[258,52] authenticate(org.apache.http.auth.Credentials,org.apache.http.HttpRequest) in org.apache.http.impl.auth.BasicScheme has been deprecated
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ joramtests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ joramtests ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ joramtests ---
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ joramtests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/joramtests-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ joramtests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ joramtests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:integration-test (default) @ joramtests ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:verify (default) @ joramtests ---
[INFO] Tests are skipped.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.266s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [2.053s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.532s]
[INFO] Qpid Common ....................................... SUCCESS [3:41.741s]
[INFO] Qpid Management Common ............................ SUCCESS [1.884s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:33.296s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [4.833s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. SUCCESS [2.672s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [5.171s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [5.901s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SUCCESS [0.323s]
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.286s]
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.262s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [17.896s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.349s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [10.156s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [6.170s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [3.038s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.445s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.395s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [8.952s]
[INFO] Qpid BDB Message Store ............................ SUCCESS [40.686s]
[INFO] Qpid BDB Message Store JMX ........................ SUCCESS [2.568s]
[INFO] Qpid Java Broker .................................. SUCCESS [5.200s]
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.267s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.161s]
[INFO] Qpid JCA .......................................... SUCCESS [2.076s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.416s]
[INFO] Qpid Tools ........................................ SUCCESS [0.422s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.171s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [0.765s]
[INFO] Qpid System Tests ................................. SUCCESS [5:55.313s]
[INFO] Qpid Performance Tests ............................ SUCCESS [14.437s]
[INFO] Qpid Performance Test System Tests ................ SUCCESS [17.694s]
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [5.196s]
[INFO] Qpid BDB Store System Tests ....................... SUCCESS [2.294s]
[INFO] joramtests ........................................ SUCCESS [0.417s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13:57.675s
[INFO] Finished at: Thu Sep 10 13:02:51 UTC 2015
[INFO] Final Memory: 74M/233M
[INFO] ------------------------------------------------------------------------
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results
No test report files were found. Configuration error?
Build step 'Publish JUnit test result report' changed build result to FAILURE

Build failed in Jenkins: Qpid-Java-Cpp-Test #2852

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

Changes:

[astitcher] QPID-6730: Make the linearstore journal timeout configurable

[kwall] NO-JIRA: Exclude all Java Broker BDB HA system tests from CPP profile

------------------------------------------
[...truncated 12781 lines...]
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid Performance Test System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Qpid Performance Tests Visualisation JFC 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
     [echo] Qpid Test Profile Properties
     [echo] [profile] cpp
     [echo] [profile.broker.language] cpp
     [echo] [profile.broker.type] spawned
     [echo] [profile.broker.command] "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/src/qpidd"> -p @PORT --data-dir "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/QPID_WORK/@PORT"> -t --auth no --no-module-dir
     [echo] [profile.specific.excludes] CPPPrefetchExcludes CPPTransientExcludes
     [echo] [profile.test.excludes] Excludes CPPExcludes cpp.excludes CPPPrefetchExcludes CPPTransientExcludes cpp.excludes
     [echo] [profile.broker.version] v0_10
     [echo] [profile.test.amqp_port_protocols] ["AMQP_0_8","AMQP_0_9","AMQP_0_9_1","AMQP_0_10"]
     [echo] [profile.broker.persistent] false
     [echo] [profile.virtualhostnode.type] Memory
     [echo] [profile.virtualhostnode.context.blueprint] ${profile.virtualhostnode.context.blueprint}
     [echo] [profile.test_receive_timeout] 1000
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ qpid-perftests-visualisation-jfc ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/main/resources>
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ qpid-perftests-visualisation-jfc ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.889 sec - in org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.497 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Running org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 sec - in org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.822 sec - in org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec - in org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.471 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Running org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.writer.ChartWriterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.463 sec - in org.apache.qpid.disttest.charting.writer.ChartWriterTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests-visualisation-jfc ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests-visualisation-jfc ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-visualisation-jfc-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests-visualisation-jfc/6.0.0-SNAPSHOT/lib/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid BDB Store System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building joramtests 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ joramtests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ joramtests ---
[INFO] Executing tasks

main:
     [echo] Joram Integration Tests: To run define system property -Djoramtests to a name of a JMS client e.g. qpid-jms-client
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ joramtests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ joramtests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ joramtests ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ joramtests ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ joramtests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ joramtests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/src/main/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ joramtests ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/classes>
[WARNING] <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/src/main/java/org/apache/qpid/joramtests/admin/JavaBrokerAdmin.java>:[258,52] authenticate(org.apache.http.auth.Credentials,org.apache.http.HttpRequest) in org.apache.http.impl.auth.BasicScheme has been deprecated
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ joramtests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ joramtests ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ joramtests ---
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ joramtests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/joramtests-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ joramtests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ joramtests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:integration-test (default) @ joramtests ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:verify (default) @ joramtests ---
[INFO] Tests are skipped.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [4.347s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [2.598s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.887s]
[INFO] Qpid Common ....................................... SUCCESS [3:16.258s]
[INFO] Qpid Management Common ............................ SUCCESS [2.737s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:49.007s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [5.181s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. SUCCESS [3.181s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [5.223s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [6.479s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SUCCESS [0.412s]
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.597s]
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.370s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [1:50.028s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.582s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.514s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [9.359s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [6.133s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [1.063s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [1.192s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [11.333s]
[INFO] Qpid BDB Message Store ............................ SUCCESS [51.473s]
[INFO] Qpid BDB Message Store JMX ........................ SUCCESS [2.592s]
[INFO] Qpid Java Broker .................................. SUCCESS [6.412s]
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.366s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.231s]
[INFO] Qpid JCA .......................................... SUCCESS [2.637s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.462s]
[INFO] Qpid Tools ........................................ SUCCESS [0.431s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.217s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [2.271s]
[INFO] Qpid System Tests ................................. FAILURE [12.790s]
[INFO] Qpid Performance Tests ............................ SUCCESS [25.477s]
[INFO] Qpid Performance Test System Tests ................ SKIPPED
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [10.174s]
[INFO] Qpid BDB Store System Tests ....................... SKIPPED
[INFO] joramtests ........................................ SUCCESS [0.748s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10:03.812s
[INFO] Finished at: Wed Sep 09 23:34:00 UTC 2015
[INFO] Final Memory: 73M/329M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (integration-test) on project qpid-systests: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/systests/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-systests
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2851

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

Changes:

[kwall] QPID-6637: [Java Performance Tests] Replace GSON with Jackson

* Also fixed malformed Json in test scripts.

------------------------------------------
[...truncated 6123 lines...]
	at junit.framework.Assert.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest.setUp(MultiNodeTest.java:83)

testLossOfReplicaNodeDoesNotCauseClientToFailover(org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest)  Time elapsed: 0.001 sec  <<< FAILURE!
junit.framework.AssertionFailedError: null
	at junit.framework.Assert.fail(Assert.java:55)
	at junit.framework.Assert.assertTrue(Assert.java:22)
	at junit.framework.Assert.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest.setUp(MultiNodeTest.java:83)

testPersistentMessagesAvailableAfterFailover(org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest)  Time elapsed: 0.002 sec  <<< FAILURE!
junit.framework.AssertionFailedError: null
	at junit.framework.Assert.fail(Assert.java:55)
	at junit.framework.Assert.assertTrue(Assert.java:22)
	at junit.framework.Assert.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest.setUp(MultiNodeTest.java:83)

Running org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest
Tests run: 7, Failures: 7, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec <<< FAILURE! - in org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest
testMasterDesignatedPrimaryCanBeRestartedWithoutReplica(org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest)  Time elapsed: 0 sec  <<< FAILURE!
junit.framework.AssertionFailedError: null
	at junit.framework.Assert.fail(Assert.java:55)
	at junit.framework.Assert.assertTrue(Assert.java:22)
	at junit.framework.Assert.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest.setUp(TwoNodeTest.java:53)

testSecondaryDesignatedAsPrimaryAfterOriginalPrimaryStopped(org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest)  Time elapsed: 0 sec  <<< FAILURE!
junit.framework.AssertionFailedError: null
	at junit.framework.Assert.fail(Assert.java:55)
	at junit.framework.Assert.assertTrue(Assert.java:22)
	at junit.framework.Assert.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest.setUp(TwoNodeTest.java:53)

testClusterRestartWithoutDesignatedPrimary(org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest)  Time elapsed: 0.009 sec  <<< FAILURE!
junit.framework.AssertionFailedError: null
	at junit.framework.Assert.fail(Assert.java:55)
	at junit.framework.Assert.assertTrue(Assert.java:22)
	at junit.framework.Assert.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest.setUp(TwoNodeTest.java:53)

testDesignatedPrimaryContinuesAfterSecondaryStopped(org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest)  Time elapsed: 0.003 sec  <<< FAILURE!
junit.framework.AssertionFailedError: null
	at junit.framework.Assert.fail(Assert.java:55)
	at junit.framework.Assert.assertTrue(Assert.java:22)
	at junit.framework.Assert.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest.setUp(TwoNodeTest.java:53)

testPersistentOperationsFailOnNonDesignatedPrimaryAfterSecondaryStopped(org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest)  Time elapsed: 0.005 sec  <<< FAILURE!
junit.framework.AssertionFailedError: null
	at junit.framework.Assert.fail(Assert.java:55)
	at junit.framework.Assert.assertTrue(Assert.java:22)
	at junit.framework.Assert.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest.setUp(TwoNodeTest.java:53)

testInitialDesignatedPrimaryStateOfNodes(org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest)  Time elapsed: 0.002 sec  <<< FAILURE!
junit.framework.AssertionFailedError: null
	at junit.framework.Assert.fail(Assert.java:55)
	at junit.framework.Assert.assertTrue(Assert.java:22)
	at junit.framework.Assert.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest.setUp(TwoNodeTest.java:53)

testSecondaryDoesNotBecomePrimaryWhenDesignatedPrimaryStopped(org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest)  Time elapsed: 0.002 sec  <<< FAILURE!
junit.framework.AssertionFailedError: null
	at junit.framework.Assert.fail(Assert.java:55)
	at junit.framework.Assert.assertTrue(Assert.java:22)
	at junit.framework.Assert.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest.setUp(TwoNodeTest.java:53)

Running org.apache.qpid.server.store.berkeleydb.BDBBackupTest
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.qpid.server.store.berkeleydb.BDBBackupTest

Results :

Failed tests: 
  MultiNodeTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->setUp:83 null
  MultiNodeTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->setUp:83 null
  MultiNodeTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->setUp:83 null
  MultiNodeTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->setUp:83 null
  MultiNodeTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->setUp:83 null
  MultiNodeTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->setUp:83 null
  MultiNodeTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->setUp:83 null
  MultiNodeTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->setUp:83 null
  MultiNodeTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->setUp:83 null
  MultiNodeTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->setUp:83 null
  TwoNodeTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->setUp:53 null
  TwoNodeTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->setUp:53 null
  TwoNodeTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->setUp:53 null
  TwoNodeTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->setUp:53 null
  TwoNodeTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->setUp:53 null
  TwoNodeTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->setUp:53 null
  TwoNodeTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->setUp:53 null

Tests in error: 
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->QpidTestCase.runTest:171->testNewMasterElectedWhenVirtualHostIsStopped:143->createHANode:325 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->QpidTestCase.runTest:171->testMutateStateOfOneNode:103->createHANode:325 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->QpidTestCase.runTest:171->testIntruderProtection:260->createHANode:325 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->QpidTestCase.runTest:171->testDeleteMasterNode:200->createHANode:325 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->QpidTestCase.runTest:171->testCreate3NodeGroup:92->createHANode:325 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->QpidTestCase.runTest:171->testDeleteReplicaNode:174->createHANode:325 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->QpidTestCase.runTest:171->testIntruderBDBHAVHNNotAllowedToConnect:240->createHANode:325 » Connect
  BDBHAVirtualHostRestTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->QpidTestCase.runTest:171->testSetLocalTransactionSynchronizationPolicy:115->QpidRestTestCase.waitForAttributeChanged:108->QpidRestTestCase.getAttributesIgnoringNotFound:126 » Connect
  BDBHAVirtualHostRestTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->QpidTestCase.runTest:171->testMutateState:139->QpidRestTestCase.waitForAttributeChanged:108->QpidRestTestCase.getAttributesIgnoringNotFound:126 » Connect
  BDBHAVirtualHostRestTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->QpidTestCase.runTest:171->testSetRemoteTransactionSynchronizationPolicy:127->QpidRestTestCase.waitForAttributeChanged:108->QpidRestTestCase.getAttributesIgnoringNotFound:126 » Connect
  JMXManagementTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->QpidTestCase.runTest:171->testRemoveRemoteNodeFromGroup:165->getStoreBeanForNodeAtBrokerPort:286 » IO
  JMXManagementTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->QpidTestCase.runTest:171->testVirtualHostOperationsDeniedForNonMasterNode:188->getManagedBrokerBeanForNodeAtBrokerPort:293 » IO
  JMXManagementTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->QpidTestCase.runTest:171->testStateOfNonActiveBrokerIsNotMaster:134->getStoreBeanForNodeAtBrokerPort:286 » IO
  JMXManagementTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->QpidTestCase.runTest:171->testStateOfActiveBrokerIsMaster:126->getStoreBeanForNodeAtBrokerPort:286 » IO
  JMXManagementTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->QpidTestCase.runTest:171->testVirtualHostMbeanOnMasterTransfer:226->getManagedBrokerBeanForNodeAtBrokerPort:293 » IO
  JMXManagementTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->QpidTestCase.runTest:171->testGroupMembers:143->getStoreBeanForNodeAtBrokerPort:286 » IO
  JMXManagementTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->QpidTestCase.runTest:171->testReadonlyMBeanAttributes:112->getStoreBeanForNodeAtBrokerPort:286 » IO

Tests run: 42, Failures: 17, Errors: 17, Skipped: 0

[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building joramtests 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ joramtests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ joramtests ---
[INFO] Executing tasks

main:
     [echo] Joram Integration Tests: To run define system property -Djoramtests to a name of a JMS client e.g. qpid-jms-client
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ joramtests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ joramtests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ joramtests ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ joramtests ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ joramtests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ joramtests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/src/main/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ joramtests ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/classes>
[WARNING] <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/src/main/java/org/apache/qpid/joramtests/admin/JavaBrokerAdmin.java>:[258,52] authenticate(org.apache.http.auth.Credentials,org.apache.http.HttpRequest) in org.apache.http.impl.auth.BasicScheme has been deprecated
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ joramtests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ joramtests ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ joramtests ---
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ joramtests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/joramtests-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ joramtests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ joramtests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:integration-test (default) @ joramtests ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:verify (default) @ joramtests ---
[INFO] Tests are skipped.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.352s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [2.170s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.497s]
[INFO] Qpid Common ....................................... SUCCESS [3:56.662s]
[INFO] Qpid Management Common ............................ SUCCESS [2.392s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:43.267s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [6.440s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. SUCCESS [3.492s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [6.667s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [7.825s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SUCCESS [0.344s]
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.295s]
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.270s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [19.885s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.925s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.607s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [5.749s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [2.833s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.405s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.363s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [9.734s]
[INFO] Qpid BDB Message Store ............................ SUCCESS [2:15.794s]
[INFO] Qpid BDB Message Store JMX ........................ SUCCESS [3.338s]
[INFO] Qpid Java Broker .................................. SUCCESS [7.319s]
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.340s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.220s]
[INFO] Qpid JCA .......................................... SUCCESS [2.834s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.653s]
[INFO] Qpid Tools ........................................ SUCCESS [0.568s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.211s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [1.049s]
[INFO] Qpid System Tests ................................. SUCCESS [6:02.072s]
[INFO] Qpid Performance Tests ............................ SUCCESS [14.427s]
[INFO] Qpid Performance Test System Tests ................ SUCCESS [17.142s]
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [5.166s]
[INFO] Qpid BDB Store System Tests ....................... FAILURE [5.709s]
[INFO] joramtests ........................................ SUCCESS [0.598s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 16:20.660s
[INFO] Finished at: Wed Sep 09 15:49:01 UTC 2015
[INFO] Final Memory: 74M/412M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (integration-test) on project qpid-bdbstore-systests: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-bdbstore-systests
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2850

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

Changes:

[orudyy] QPID-6719: Make sure qpid-client.properties and qpid-common.properties are loaded on initialization of classes AMQDestination, AMQConnection, AMQConnectionFactory and PropertiesFileInitialContextFactory

           work done by Lorenz Quack <qu...@gmail.com> and Alex Rudyy <or...@apache.org>

[kwall] NO-JIRA: Exclude all Java Broker BDB system tests from CPP profile

------------------------------------------
[...truncated 16336 lines...]
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid Performance Test System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Qpid Performance Tests Visualisation JFC 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
     [echo] Qpid Test Profile Properties
     [echo] [profile] cpp
     [echo] [profile.broker.language] cpp
     [echo] [profile.broker.type] spawned
     [echo] [profile.broker.command] "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/src/qpidd"> -p @PORT --data-dir "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/QPID_WORK/@PORT"> -t --auth no --no-module-dir
     [echo] [profile.specific.excludes] CPPPrefetchExcludes CPPTransientExcludes
     [echo] [profile.test.excludes] Excludes CPPExcludes cpp.excludes CPPPrefetchExcludes CPPTransientExcludes cpp.excludes
     [echo] [profile.broker.version] v0_10
     [echo] [profile.test.amqp_port_protocols] ["AMQP_0_8","AMQP_0_9","AMQP_0_9_1","AMQP_0_10"]
     [echo] [profile.broker.persistent] false
     [echo] [profile.virtualhostnode.type] Memory
     [echo] [profile.virtualhostnode.context.blueprint] ${profile.virtualhostnode.context.blueprint}
     [echo] [profile.test_receive_timeout] 1000
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ qpid-perftests-visualisation-jfc ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/main/resources>
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ qpid-perftests-visualisation-jfc ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.876 sec - in org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec - in org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.writer.ChartWriterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.828 sec - in org.apache.qpid.disttest.charting.writer.ChartWriterTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.919 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Running org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 sec - in org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Running org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Running org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests-visualisation-jfc ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests-visualisation-jfc ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-visualisation-jfc-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests-visualisation-jfc/6.0.0-SNAPSHOT/lib/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid BDB Store System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building joramtests 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ joramtests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ joramtests ---
[INFO] Executing tasks

main:
     [echo] Joram Integration Tests: To run define system property -Djoramtests to a name of a JMS client e.g. qpid-jms-client
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ joramtests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ joramtests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ joramtests ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ joramtests ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ joramtests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ joramtests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/src/main/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ joramtests ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/classes>
[WARNING] <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/src/main/java/org/apache/qpid/joramtests/admin/JavaBrokerAdmin.java>:[258,52] authenticate(org.apache.http.auth.Credentials,org.apache.http.HttpRequest) in org.apache.http.impl.auth.BasicScheme has been deprecated
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ joramtests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ joramtests ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ joramtests ---
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ joramtests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/joramtests-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ joramtests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ joramtests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:integration-test (default) @ joramtests ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:verify (default) @ joramtests ---
[INFO] Tests are skipped.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.160s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [1.947s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.437s]
[INFO] Qpid Common ....................................... SUCCESS [3:41.059s]
[INFO] Qpid Management Common ............................ SUCCESS [1.675s]
[INFO] Qpid Java Broker Core ............................. FAILURE [16.741s]
[INFO] Qpid Access Control Broker Plug-in ................ SKIPPED
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. SKIPPED
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SKIPPED
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SKIPPED
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid Derby Message Store .......................... SKIPPED
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SKIPPED
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SKIPPED
[INFO] Qpid HTTP Management Broker Plug-in ............... SKIPPED
[INFO] Qpid JMX Management Broker Plug-in ................ SKIPPED
[INFO] Qpid Memory Message Store Broker Plug-in .......... SKIPPED
[INFO] Qpid WebSocket Broker Plug-in ..................... SKIPPED
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [8.545s]
[INFO] Qpid BDB Message Store ............................ SKIPPED
[INFO] Qpid BDB Message Store JMX ........................ SKIPPED
[INFO] Qpid Java Broker .................................. SKIPPED
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SKIPPED
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.177s]
[INFO] Qpid JCA .......................................... SUCCESS [1.896s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.401s]
[INFO] Qpid Tools ........................................ SUCCESS [0.322s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.125s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [4.443s]
[INFO] Qpid System Tests ................................. SKIPPED
[INFO] Qpid Performance Tests ............................ SUCCESS [13.287s]
[INFO] Qpid Performance Test System Tests ................ SKIPPED
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [5.521s]
[INFO] Qpid BDB Store System Tests ....................... SKIPPED
[INFO] joramtests ........................................ SUCCESS [0.324s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4:39.852s
[INFO] Finished at: Wed Sep 09 11:32:47 UTC 2015
[INFO] Final Memory: 49M/399M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (default-test) on project qpid-broker-core: Execution default-test of goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test failed: The forked VM terminated without saying properly goodbye. VM crash or System.exit called ?
[ERROR] Command was/bin/sh -c cd <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/broker-core/..> && /home/jenkins/tools/java/jdk1.7.0_25-32/jre/bin/java -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/broker-core/target/jacoco.exec> -Xmx512m -jar <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/broker-core/target/surefire/surefirebooter1603573450319147787.jar> <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/broker-core/target/surefire/surefire1059109905220883776tmp> <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/broker-core/target/surefire/surefire_24009088316015785071tmp>
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-broker-core
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2849

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

Changes:

[kwall] QPID-4446: [Joram Test] Use maven resource filtering to inject broker host/port to be injected into the JNDI to allow for use of a dynammically assigned broker port

[kwall] QPID-6731: [Java Broker] Ensure the HttpManagement plugin logs the bound port number when port zero is used

------------------------------------------
[...truncated 13520 lines...]
	at org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest.setUp(MultiNodeTest.java:83)

testLossOfReplicaNodeDoesNotCauseClientToFailover(org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest)  Time elapsed: 0.002 sec  <<< FAILURE!
junit.framework.AssertionFailedError: null
	at junit.framework.Assert.fail(Assert.java:55)
	at junit.framework.Assert.assertTrue(Assert.java:22)
	at junit.framework.Assert.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest.setUp(MultiNodeTest.java:83)

testPersistentMessagesAvailableAfterFailover(org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest)  Time elapsed: 0.002 sec  <<< FAILURE!
junit.framework.AssertionFailedError: null
	at junit.framework.Assert.fail(Assert.java:55)
	at junit.framework.Assert.assertTrue(Assert.java:22)
	at junit.framework.Assert.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest.setUp(MultiNodeTest.java:83)

Running org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest
Tests run: 7, Failures: 7, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec <<< FAILURE! - in org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest
testMasterDesignatedPrimaryCanBeRestartedWithoutReplica(org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest)  Time elapsed: 0.002 sec  <<< FAILURE!
junit.framework.AssertionFailedError: null
	at junit.framework.Assert.fail(Assert.java:55)
	at junit.framework.Assert.assertTrue(Assert.java:22)
	at junit.framework.Assert.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest.setUp(TwoNodeTest.java:53)

testSecondaryDesignatedAsPrimaryAfterOriginalPrimaryStopped(org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest)  Time elapsed: 0.002 sec  <<< FAILURE!
junit.framework.AssertionFailedError: null
	at junit.framework.Assert.fail(Assert.java:55)
	at junit.framework.Assert.assertTrue(Assert.java:22)
	at junit.framework.Assert.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest.setUp(TwoNodeTest.java:53)

testClusterRestartWithoutDesignatedPrimary(org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest)  Time elapsed: 0.002 sec  <<< FAILURE!
junit.framework.AssertionFailedError: null
	at junit.framework.Assert.fail(Assert.java:55)
	at junit.framework.Assert.assertTrue(Assert.java:22)
	at junit.framework.Assert.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest.setUp(TwoNodeTest.java:53)

testDesignatedPrimaryContinuesAfterSecondaryStopped(org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest)  Time elapsed: 0.002 sec  <<< FAILURE!
junit.framework.AssertionFailedError: null
	at junit.framework.Assert.fail(Assert.java:55)
	at junit.framework.Assert.assertTrue(Assert.java:22)
	at junit.framework.Assert.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest.setUp(TwoNodeTest.java:53)

testPersistentOperationsFailOnNonDesignatedPrimaryAfterSecondaryStopped(org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest)  Time elapsed: 0.002 sec  <<< FAILURE!
junit.framework.AssertionFailedError: null
	at junit.framework.Assert.fail(Assert.java:55)
	at junit.framework.Assert.assertTrue(Assert.java:22)
	at junit.framework.Assert.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest.setUp(TwoNodeTest.java:53)

testInitialDesignatedPrimaryStateOfNodes(org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest)  Time elapsed: 0.001 sec  <<< FAILURE!
junit.framework.AssertionFailedError: null
	at junit.framework.Assert.fail(Assert.java:55)
	at junit.framework.Assert.assertTrue(Assert.java:22)
	at junit.framework.Assert.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest.setUp(TwoNodeTest.java:53)

testSecondaryDoesNotBecomePrimaryWhenDesignatedPrimaryStopped(org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest)  Time elapsed: 0.001 sec  <<< FAILURE!
junit.framework.AssertionFailedError: null
	at junit.framework.Assert.fail(Assert.java:55)
	at junit.framework.Assert.assertTrue(Assert.java:22)
	at junit.framework.Assert.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest.setUp(TwoNodeTest.java:53)

Running org.apache.qpid.server.store.berkeleydb.BDBBackupTest
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.qpid.server.store.berkeleydb.BDBBackupTest
Running org.apache.qpid.server.store.berkeleydb.BDBUpgradeTest
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.apache.qpid.server.store.berkeleydb.BDBUpgradeTest

Results :

Failed tests: 
  MultiNodeTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->setUp:83 null
  MultiNodeTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->setUp:83 null
  MultiNodeTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->setUp:83 null
  MultiNodeTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->setUp:83 null
  MultiNodeTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->setUp:83 null
  MultiNodeTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->setUp:83 null
  MultiNodeTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->setUp:83 null
  MultiNodeTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->setUp:83 null
  MultiNodeTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->setUp:83 null
  MultiNodeTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->setUp:83 null
  TwoNodeTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->setUp:53 null
  TwoNodeTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->setUp:53 null
  TwoNodeTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->setUp:53 null
  TwoNodeTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->setUp:53 null
  TwoNodeTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->setUp:53 null
  TwoNodeTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->setUp:53 null
  TwoNodeTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->setUp:53 null

Tests in error: 
  JMXManagementTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->QpidTestCase.runTest:171->testRemoveRemoteNodeFromGroup:165->getStoreBeanForNodeAtBrokerPort:286 » IO
  JMXManagementTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->QpidTestCase.runTest:171->testVirtualHostOperationsDeniedForNonMasterNode:188->getManagedBrokerBeanForNodeAtBrokerPort:293 » IO
  JMXManagementTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->QpidTestCase.runTest:171->testStateOfNonActiveBrokerIsNotMaster:134->getStoreBeanForNodeAtBrokerPort:286 » IO
  JMXManagementTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->QpidTestCase.runTest:171->testStateOfActiveBrokerIsMaster:126->getStoreBeanForNodeAtBrokerPort:286 » IO
  JMXManagementTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->QpidTestCase.runTest:171->testVirtualHostMbeanOnMasterTransfer:226->getManagedBrokerBeanForNodeAtBrokerPort:293 » IO
  JMXManagementTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->QpidTestCase.runTest:171->testGroupMembers:143->getStoreBeanForNodeAtBrokerPort:286 » IO
  JMXManagementTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->QpidTestCase.runTest:171->testReadonlyMBeanAttributes:112->getStoreBeanForNodeAtBrokerPort:286 » IO
  BDBHAVirtualHostRestTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->QpidTestCase.runTest:171->testSetLocalTransactionSynchronizationPolicy:115->QpidRestTestCase.waitForAttributeChanged:108->QpidRestTestCase.getAttributesIgnoringNotFound:126 » Connect
  BDBHAVirtualHostRestTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->QpidTestCase.runTest:171->testMutateState:139->QpidRestTestCase.waitForAttributeChanged:108->QpidRestTestCase.getAttributesIgnoringNotFound:126 » Connect
  BDBHAVirtualHostRestTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->QpidTestCase.runTest:171->testSetRemoteTransactionSynchronizationPolicy:127->QpidRestTestCase.waitForAttributeChanged:108->QpidRestTestCase.getAttributesIgnoringNotFound:126 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->QpidTestCase.runTest:171->testNewMasterElectedWhenVirtualHostIsStopped:143->createHANode:325 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->QpidTestCase.runTest:171->testMutateStateOfOneNode:103->createHANode:325 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->QpidTestCase.runTest:171->testIntruderProtection:260->createHANode:325 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->QpidTestCase.runTest:171->testDeleteMasterNode:200->createHANode:325 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->QpidTestCase.runTest:171->testCreate3NodeGroup:92->createHANode:325 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->QpidTestCase.runTest:171->testDeleteReplicaNode:174->createHANode:325 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->QpidTestCase.runTest:171->testIntruderBDBHAVHNNotAllowedToConnect:240->createHANode:325 » Connect

Tests run: 34, Failures: 17, Errors: 17, Skipped: 0

[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building joramtests 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ joramtests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ joramtests ---
[INFO] Executing tasks

main:
     [echo] Joram Integration Tests: To run define system property -Djoramtests to a name of a JMS client e.g. qpid-jms-client
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ joramtests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ joramtests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ joramtests ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ joramtests ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ joramtests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ joramtests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/src/main/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ joramtests ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/classes>
[WARNING] <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/src/main/java/org/apache/qpid/joramtests/admin/JavaBrokerAdmin.java>:[258,52] authenticate(org.apache.http.auth.Credentials,org.apache.http.HttpRequest) in org.apache.http.impl.auth.BasicScheme has been deprecated
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ joramtests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ joramtests ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ joramtests ---
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ joramtests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/joramtests-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ joramtests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ joramtests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:integration-test (default) @ joramtests ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:verify (default) @ joramtests ---
[INFO] Tests are skipped.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.213s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [1.941s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.445s]
[INFO] Qpid Common ....................................... SUCCESS [3:39.188s]
[INFO] Qpid Management Common ............................ SUCCESS [1.703s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:31.393s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [4.492s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. SUCCESS [2.326s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [4.702s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [5.296s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SUCCESS [0.231s]
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.256s]
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.202s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [19.314s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.190s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.582s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [5.282s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [2.759s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.252s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.294s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [8.183s]
[INFO] Qpid BDB Message Store ............................ SUCCESS [2:18.630s]
[INFO] Qpid BDB Message Store JMX ........................ SUCCESS [2.515s]
[INFO] Qpid Java Broker .................................. SUCCESS [4.889s]
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.196s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.190s]
[INFO] Qpid JCA .......................................... SUCCESS [1.844s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.360s]
[INFO] Qpid Tools ........................................ SUCCESS [0.316s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.105s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [0.712s]
[INFO] Qpid System Tests ................................. SUCCESS [5:51.989s]
[INFO] Qpid Performance Tests ............................ SUCCESS [13.036s]
[INFO] Qpid Performance Test System Tests ................ SUCCESS [16.897s]
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [4.710s]
[INFO] Qpid BDB Store System Tests ....................... FAILURE [5.388s]
[INFO] joramtests ........................................ SUCCESS [0.280s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 15:23.128s
[INFO] Finished at: Wed Sep 09 06:50:24 UTC 2015
[INFO] Final Memory: 75M/373M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (integration-test) on project qpid-bdbstore-systests: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-bdbstore-systests
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2848

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

Changes:

[kwall] NO-JIRA: Exclude two Java Broker specific tests

------------------------------------------
[...truncated 6046 lines...]
	at org.apache.qpid.systest.rest.RestTestHelper.writeJsonRequest(RestTestHelper.java:255)
	at org.apache.qpid.systest.rest.RestTestHelper.submitRequest(RestTestHelper.java:550)
	at org.apache.qpid.systest.rest.RestTestHelper.submitRequest(RestTestHelper.java:569)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest.createHANode(BDBHAVirtualHostNodeRestTest.java:325)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest.testDeleteMasterNode(BDBHAVirtualHostNodeRestTest.java:200)

testCreate3NodeGroup(org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest)  Time elapsed: 0.037 sec  <<< ERROR!
java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:378)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:473)
	at sun.net.www.http.HttpClient.<init>(HttpClient.java:203)
	at sun.net.www.http.HttpClient.New(HttpClient.java:290)
	at sun.net.www.http.HttpClient.New(HttpClient.java:306)
	at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:995)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:931)
	at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:849)
	at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1090)
	at org.apache.qpid.systest.rest.RestTestHelper.writeJsonRequest(RestTestHelper.java:255)
	at org.apache.qpid.systest.rest.RestTestHelper.submitRequest(RestTestHelper.java:550)
	at org.apache.qpid.systest.rest.RestTestHelper.submitRequest(RestTestHelper.java:569)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest.createHANode(BDBHAVirtualHostNodeRestTest.java:325)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest.testCreate3NodeGroup(BDBHAVirtualHostNodeRestTest.java:92)

testDeleteReplicaNode(org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest)  Time elapsed: 0.041 sec  <<< ERROR!
java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:378)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:473)
	at sun.net.www.http.HttpClient.<init>(HttpClient.java:203)
	at sun.net.www.http.HttpClient.New(HttpClient.java:290)
	at sun.net.www.http.HttpClient.New(HttpClient.java:306)
	at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:995)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:931)
	at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:849)
	at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1090)
	at org.apache.qpid.systest.rest.RestTestHelper.writeJsonRequest(RestTestHelper.java:255)
	at org.apache.qpid.systest.rest.RestTestHelper.submitRequest(RestTestHelper.java:550)
	at org.apache.qpid.systest.rest.RestTestHelper.submitRequest(RestTestHelper.java:569)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest.createHANode(BDBHAVirtualHostNodeRestTest.java:325)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest.testDeleteReplicaNode(BDBHAVirtualHostNodeRestTest.java:174)

testIntruderBDBHAVHNNotAllowedToConnect(org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest)  Time elapsed: 0.04 sec  <<< ERROR!
java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:378)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:473)
	at sun.net.www.http.HttpClient.<init>(HttpClient.java:203)
	at sun.net.www.http.HttpClient.New(HttpClient.java:290)
	at sun.net.www.http.HttpClient.New(HttpClient.java:306)
	at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:995)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:931)
	at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:849)
	at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1090)
	at org.apache.qpid.systest.rest.RestTestHelper.writeJsonRequest(RestTestHelper.java:255)
	at org.apache.qpid.systest.rest.RestTestHelper.submitRequest(RestTestHelper.java:550)
	at org.apache.qpid.systest.rest.RestTestHelper.submitRequest(RestTestHelper.java:569)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest.createHANode(BDBHAVirtualHostNodeRestTest.java:325)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest.testIntruderBDBHAVHNNotAllowedToConnect(BDBHAVirtualHostNodeRestTest.java:240)

Running org.apache.qpid.server.store.berkeleydb.BDBBackupTest
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.qpid.server.store.berkeleydb.BDBBackupTest

Results :

Failed tests: 
  TwoNodeTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->setUp:53 null
  TwoNodeTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->setUp:53 null
  TwoNodeTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->setUp:53 null
  TwoNodeTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->setUp:53 null
  TwoNodeTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->setUp:53 null
  TwoNodeTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->setUp:53 null
  TwoNodeTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->setUp:53 null
  MultiNodeTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->setUp:83 null
  MultiNodeTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->setUp:83 null
  MultiNodeTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->setUp:83 null
  MultiNodeTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->setUp:83 null
  MultiNodeTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->setUp:83 null
  MultiNodeTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->setUp:83 null
  MultiNodeTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->setUp:83 null
  MultiNodeTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->setUp:83 null
  MultiNodeTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->setUp:83 null
  MultiNodeTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->setUp:83 null

Tests in error: 
  JMXManagementTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->QpidTestCase.runTest:171->testRemoveRemoteNodeFromGroup:165->getStoreBeanForNodeAtBrokerPort:286 » IO
  JMXManagementTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->QpidTestCase.runTest:171->testVirtualHostOperationsDeniedForNonMasterNode:188->getManagedBrokerBeanForNodeAtBrokerPort:293 » IO
  JMXManagementTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->QpidTestCase.runTest:171->testStateOfNonActiveBrokerIsNotMaster:134->getStoreBeanForNodeAtBrokerPort:286 » IO
  JMXManagementTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->QpidTestCase.runTest:171->testStateOfActiveBrokerIsMaster:126->getStoreBeanForNodeAtBrokerPort:286 » IO
  JMXManagementTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->QpidTestCase.runTest:171->testVirtualHostMbeanOnMasterTransfer:226->getManagedBrokerBeanForNodeAtBrokerPort:293 » IO
  JMXManagementTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->QpidTestCase.runTest:171->testGroupMembers:143->getStoreBeanForNodeAtBrokerPort:286 » IO
  JMXManagementTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->QpidTestCase.runTest:171->testReadonlyMBeanAttributes:112->getStoreBeanForNodeAtBrokerPort:286 » IO
  BDBHAVirtualHostRestTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->QpidTestCase.runTest:171->testSetLocalTransactionSynchronizationPolicy:115->QpidRestTestCase.waitForAttributeChanged:108->QpidRestTestCase.getAttributesIgnoringNotFound:126 » Connect
  BDBHAVirtualHostRestTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->QpidTestCase.runTest:171->testMutateState:139->QpidRestTestCase.waitForAttributeChanged:108->QpidRestTestCase.getAttributesIgnoringNotFound:126 » Connect
  BDBHAVirtualHostRestTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->QpidTestCase.runTest:171->testSetRemoteTransactionSynchronizationPolicy:127->QpidRestTestCase.waitForAttributeChanged:108->QpidRestTestCase.getAttributesIgnoringNotFound:126 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->QpidTestCase.runTest:171->testNewMasterElectedWhenVirtualHostIsStopped:143->createHANode:325 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->QpidTestCase.runTest:171->testMutateStateOfOneNode:103->createHANode:325 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->QpidTestCase.runTest:171->testIntruderProtection:260->createHANode:325 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->QpidTestCase.runTest:171->testDeleteMasterNode:200->createHANode:325 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->QpidTestCase.runTest:171->testCreate3NodeGroup:92->createHANode:325 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->QpidTestCase.runTest:171->testDeleteReplicaNode:174->createHANode:325 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:156->QpidBrokerTestCase.runBare:332->QpidTestCase.runTest:171->testIntruderBDBHAVHNNotAllowedToConnect:240->createHANode:325 » Connect

Tests run: 42, Failures: 17, Errors: 17, Skipped: 0

[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building joramtests 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ joramtests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ joramtests ---
[INFO] Executing tasks

main:
     [echo] Joram Integration Tests: To run define system property -Djoramtests to a name of a JMS client e.g. qpid-jms-client
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ joramtests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ joramtests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ joramtests ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ joramtests ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ joramtests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ joramtests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/src/main/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ joramtests ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/classes>
[WARNING] <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/src/main/java/org/apache/qpid/joramtests/admin/JavaBrokerAdmin.java>:[258,52] authenticate(org.apache.http.auth.Credentials,org.apache.http.HttpRequest) in org.apache.http.impl.auth.BasicScheme has been deprecated
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ joramtests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ joramtests ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ joramtests ---
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ joramtests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/joramtests-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ joramtests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ joramtests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:integration-test (default) @ joramtests ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:verify (default) @ joramtests ---
[INFO] Tests are skipped.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.684s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [2.470s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.918s]
[INFO] Qpid Common ....................................... SUCCESS [4:19.496s]
[INFO] Qpid Management Common ............................ SUCCESS [2.955s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:44.799s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [6.129s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. SUCCESS [4.270s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [8.766s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [10.751s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SUCCESS [0.770s]
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.397s]
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.446s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [19.641s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.438s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [12.097s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [8.630s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [3.507s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.569s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.611s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [10.089s]
[INFO] Qpid BDB Message Store ............................ SUCCESS [2:18.198s]
[INFO] Qpid BDB Message Store JMX ........................ SUCCESS [3.280s]
[INFO] Qpid Java Broker .................................. SUCCESS [5.924s]
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.262s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.172s]
[INFO] Qpid JCA .......................................... SUCCESS [2.285s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.384s]
[INFO] Qpid Tools ........................................ SUCCESS [0.395s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.142s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [0.847s]
[INFO] Qpid System Tests ................................. SUCCESS [5:43.835s]
[INFO] Qpid Performance Tests ............................ SUCCESS [15.025s]
[INFO] Qpid Performance Test System Tests ................ SUCCESS [17.929s]
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [5.778s]
[INFO] Qpid BDB Store System Tests ....................... FAILURE [6.221s]
[INFO] joramtests ........................................ SUCCESS [0.877s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 16:43.005s
[INFO] Finished at: Tue Sep 08 21:32:47 UTC 2015
[INFO] Final Memory: 75M/385M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (integration-test) on project qpid-bdbstore-systests: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/bdbstore/systests/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-bdbstore-systests
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2847

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

Changes:

[orudyy] QPID-6727, QPID-6726: Fix failing test MaxTestFrame with 0.9 protocol and correct the exception message

[kwall] NO-JIRA: Exclude Java Broker specific 0-8 tests on the CPP profile

------------------------------------------
[...truncated 5027 lines...]
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid Performance Test System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Qpid Performance Tests Visualisation JFC 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
     [echo] Qpid Test Profile Properties
     [echo] [profile] cpp
     [echo] [profile.broker.language] cpp
     [echo] [profile.broker.type] spawned
     [echo] [profile.broker.command] "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/src/qpidd"> -p @PORT --data-dir "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/QPID_WORK/@PORT"> -t --auth no --no-module-dir
     [echo] [profile.specific.excludes] CPPPrefetchExcludes CPPTransientExcludes
     [echo] [profile.test.excludes] Excludes CPPExcludes cpp.excludes CPPPrefetchExcludes CPPTransientExcludes cpp.excludes
     [echo] [profile.broker.version] v0_10
     [echo] [profile.test.amqp_port_protocols] ["AMQP_0_8","AMQP_0_9","AMQP_0_9_1","AMQP_0_10"]
     [echo] [profile.broker.persistent] false
     [echo] [profile.virtualhostnode.type] Memory
     [echo] [profile.virtualhostnode.context.blueprint] ${profile.virtualhostnode.context.blueprint}
     [echo] [profile.test_receive_timeout] 1000
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ qpid-perftests-visualisation-jfc ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/main/resources>
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ qpid-perftests-visualisation-jfc ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.144 sec - in org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Running org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.291 sec - in org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.304 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Running org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Running org.apache.qpid.disttest.charting.writer.ChartWriterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.306 sec - in org.apache.qpid.disttest.charting.writer.ChartWriterTest
Running org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec - in org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests-visualisation-jfc ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests-visualisation-jfc ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-visualisation-jfc-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests-visualisation-jfc/6.0.0-SNAPSHOT/lib/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid BDB Store System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building joramtests 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ joramtests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ joramtests ---
[INFO] Executing tasks

main:
     [echo] Joram Integration Tests: To run define system property -Djoramtests to a name of a JMS client e.g. qpid-jms-client
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ joramtests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ joramtests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ joramtests ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ joramtests ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ joramtests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ joramtests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/src/main/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ joramtests ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/classes>
[WARNING] <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/src/main/java/org/apache/qpid/joramtests/admin/JavaBrokerAdmin.java>:[258,52] authenticate(org.apache.http.auth.Credentials,org.apache.http.HttpRequest) in org.apache.http.impl.auth.BasicScheme has been deprecated
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ joramtests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ joramtests ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ joramtests ---
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ joramtests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/joramtests-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ joramtests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ joramtests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:integration-test (default) @ joramtests ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:verify (default) @ joramtests ---
[INFO] Tests are skipped.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.299s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [2.084s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.496s]
[INFO] Qpid Common ....................................... SUCCESS [3:39.601s]
[INFO] Qpid Management Common ............................ SUCCESS [1.800s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:32.548s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [4.671s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. SUCCESS [2.481s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [4.912s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [6.056s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SUCCESS [0.274s]
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.271s]
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.276s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [3:38.129s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.398s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [10.062s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [6.262s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [2.845s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.398s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.340s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [8.752s]
[INFO] Qpid BDB Message Store ............................ SUCCESS [2:32.026s]
[INFO] Qpid BDB Message Store JMX ........................ SUCCESS [2.489s]
[INFO] Qpid Java Broker .................................. SUCCESS [5.334s]
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.255s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.154s]
[INFO] Qpid JCA .......................................... SUCCESS [2.086s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.381s]
[INFO] Qpid Tools ........................................ SUCCESS [0.389s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.185s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [0.755s]
[INFO] Qpid System Tests ................................. FAILURE [6:04.544s]
[INFO] Qpid Performance Tests ............................ SUCCESS [20.893s]
[INFO] Qpid Performance Test System Tests ................ SKIPPED
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [5.047s]
[INFO] Qpid BDB Store System Tests ....................... SKIPPED
[INFO] joramtests ........................................ SUCCESS [0.278s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 19:00.681s
[INFO] Finished at: Tue Sep 08 15:59:38 UTC 2015
[INFO] Final Memory: 69M/236M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (integration-test) on project qpid-systests: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/systests/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-systests
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2846

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

Changes:

[kwall] QPID-4446: [Joram Test] Remove accidentally duplicated maven-deploy plugin override (siliencing the build warning)

[kwall] NO-JIRA: Remove QueueType perftests test script and associated chart def

[kwall] QPID-6728: Refactoring - SLF4J - replace Object arrays in logging statements with the shorter varargs form

[orudyy] QPID-6726: [Java Broker] Use reflection for getting maxDirectmemorySize with HotSpotDiagnosticMXBean and fall back to evaluation of maxDirectmemorySize from command line arguments when HotSpotDiagnosticMXBean is not not available in JVM

work by Lorenz Quack <qu...@gmail.com> and Alex Rudyy <or...@apache.org>

[orudyy] QPID-6727: [Java Broker] throw exception if initialising the QpidByteBuffer pool twice.

work by Lorenz Quack <qu...@gmail.com> and Alex Rudyy <or...@apache.org>

------------------------------------------
[...truncated 4341 lines...]
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid Performance Test System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Qpid Performance Tests Visualisation JFC 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
     [echo] Qpid Test Profile Properties
     [echo] [profile] cpp
     [echo] [profile.broker.language] cpp
     [echo] [profile.broker.type] spawned
     [echo] [profile.broker.command] "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/src/qpidd"> -p @PORT --data-dir "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/QPID_WORK/@PORT"> -t --auth no --no-module-dir
     [echo] [profile.specific.excludes] CPPPrefetchExcludes CPPTransientExcludes
     [echo] [profile.test.excludes] Excludes CPPExcludes cpp.excludes CPPPrefetchExcludes CPPTransientExcludes cpp.excludes
     [echo] [profile.broker.version] v0_10
     [echo] [profile.test.amqp_port_protocols] ["AMQP_0_8","AMQP_0_9","AMQP_0_9_1","AMQP_0_10"]
     [echo] [profile.broker.persistent] false
     [echo] [profile.virtualhostnode.type] Memory
     [echo] [profile.virtualhostnode.context.blueprint] ${profile.virtualhostnode.context.blueprint}
     [echo] [profile.test_receive_timeout] 1000
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ qpid-perftests-visualisation-jfc ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/main/resources>
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ qpid-perftests-visualisation-jfc ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.197 sec - in org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.533 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec - in org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Running org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Running org.apache.qpid.disttest.charting.writer.ChartWriterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.328 sec - in org.apache.qpid.disttest.charting.writer.ChartWriterTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Running org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Running org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec - in org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests-visualisation-jfc ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests-visualisation-jfc ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-visualisation-jfc-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests-visualisation-jfc/6.0.0-SNAPSHOT/lib/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid BDB Store System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building joramtests 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ joramtests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ joramtests ---
[INFO] Executing tasks

main:
     [echo] Joram Integration Tests: To run define system property -Djoramtests to a name of a JMS client e.g. qpid-jms-client
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ joramtests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ joramtests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ joramtests ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ joramtests ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ joramtests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ joramtests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/src/main/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ joramtests ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/classes>
[WARNING] <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/src/main/java/org/apache/qpid/joramtests/admin/JavaBrokerAdmin.java>:[258,52] authenticate(org.apache.http.auth.Credentials,org.apache.http.HttpRequest) in org.apache.http.impl.auth.BasicScheme has been deprecated
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ joramtests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ joramtests ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ joramtests ---
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ joramtests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/joramtests-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ joramtests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ joramtests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:integration-test (default) @ joramtests ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:verify (default) @ joramtests ---
[INFO] Tests are skipped.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.351s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [1.983s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.488s]
[INFO] Qpid Common ....................................... SUCCESS [3:45.809s]
[INFO] Qpid Management Common ............................ SUCCESS [1.727s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:30.646s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [4.690s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. FAILURE [6.450s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [4.737s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [5.444s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.242s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [17.443s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.233s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.603s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [5.197s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [2.797s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.323s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.281s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [8.435s]
[INFO] Qpid BDB Message Store ............................ SKIPPED
[INFO] Qpid BDB Message Store JMX ........................ SKIPPED
[INFO] Qpid Java Broker .................................. SKIPPED
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.244s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.162s]
[INFO] Qpid JCA .......................................... SUCCESS [1.919s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.403s]
[INFO] Qpid Tools ........................................ SUCCESS [0.327s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.118s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [0.758s]
[INFO] Qpid System Tests ................................. SKIPPED
[INFO] Qpid Performance Tests ............................ SUCCESS [13.311s]
[INFO] Qpid Performance Test System Tests ................ SKIPPED
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [4.989s]
[INFO] Qpid BDB Store System Tests ....................... SKIPPED
[INFO] joramtests ........................................ SUCCESS [0.303s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6:52.211s
[INFO] Finished at: Tue Sep 08 13:35:05 UTC 2015
[INFO] Final Memory: 65M/309M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (default-test) on project qpid-broker-plugins-amqp-0-8-protocol: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/broker-plugins/amqp-0-8-protocol/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-broker-plugins-amqp-0-8-protocol
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2845

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

Changes:

[kwall] QPID-6728 - Upgrade SLF4J dependency from 1.6 to 1.7

------------------------------------------
[...truncated 10306 lines...]
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid Performance Test System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Qpid Performance Tests Visualisation JFC 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
     [echo] Qpid Test Profile Properties
     [echo] [profile] cpp
     [echo] [profile.broker.language] cpp
     [echo] [profile.broker.type] spawned
     [echo] [profile.broker.command] "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/src/qpidd"> -p @PORT --data-dir "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/QPID_WORK/@PORT"> -t --auth no --no-module-dir
     [echo] [profile.specific.excludes] CPPPrefetchExcludes CPPTransientExcludes
     [echo] [profile.test.excludes] Excludes CPPExcludes cpp.excludes CPPPrefetchExcludes CPPTransientExcludes cpp.excludes
     [echo] [profile.broker.version] v0_10
     [echo] [profile.test.amqp_port_protocols] ["AMQP_0_8","AMQP_0_9","AMQP_0_9_1","AMQP_0_10"]
     [echo] [profile.broker.persistent] false
     [echo] [profile.virtualhostnode.type] Memory
     [echo] [profile.virtualhostnode.context.blueprint] ${profile.virtualhostnode.context.blueprint}
     [echo] [profile.test_receive_timeout] 1000
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ qpid-perftests-visualisation-jfc ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/main/resources>
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ qpid-perftests-visualisation-jfc ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.128 sec - in org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.693 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec - in org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Running org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Running org.apache.qpid.disttest.charting.writer.ChartWriterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.306 sec - in org.apache.qpid.disttest.charting.writer.ChartWriterTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Running org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Running org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests-visualisation-jfc ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests-visualisation-jfc ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-visualisation-jfc-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests-visualisation-jfc/6.0.0-SNAPSHOT/lib/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid BDB Store System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building joramtests 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ joramtests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ joramtests ---
[INFO] Executing tasks

main:
     [echo] Joram Integration Tests: To run define system property -Djoramtests to a name of a JMS client e.g. qpid-jms-client
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ joramtests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ joramtests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ joramtests ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ joramtests ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ joramtests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ joramtests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/src/main/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ joramtests ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/classes>
[WARNING] <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/src/main/java/org/apache/qpid/joramtests/admin/JavaBrokerAdmin.java>:[258,52] authenticate(org.apache.http.auth.Credentials,org.apache.http.HttpRequest) in org.apache.http.impl.auth.BasicScheme has been deprecated
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ joramtests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ joramtests ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ joramtests ---
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ joramtests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/joramtests-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ joramtests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ joramtests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:integration-test (default) @ joramtests ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:verify (default) @ joramtests ---
[INFO] Tests are skipped.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.621s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [2.257s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.832s]
[INFO] Qpid Common ....................................... SUCCESS [3:40.967s]
[INFO] Qpid Management Common ............................ SUCCESS [1.874s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:32.161s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [4.845s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. FAILURE [6.628s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [5.042s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [5.821s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.295s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [17.468s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.605s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.714s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [6.332s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [2.887s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.445s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.397s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [8.827s]
[INFO] Qpid BDB Message Store ............................ SKIPPED
[INFO] Qpid BDB Message Store JMX ........................ SKIPPED
[INFO] Qpid Java Broker .................................. SKIPPED
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.260s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.159s]
[INFO] Qpid JCA .......................................... SUCCESS [2.136s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.537s]
[INFO] Qpid Tools ........................................ SUCCESS [0.378s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.162s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [4.518s]
[INFO] Qpid System Tests ................................. SKIPPED
[INFO] Qpid Performance Tests ............................ SUCCESS [13.701s]
[INFO] Qpid Performance Test System Tests ................ SKIPPED
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [5.223s]
[INFO] Qpid BDB Store System Tests ....................... SKIPPED
[INFO] joramtests ........................................ SUCCESS [0.650s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6:58.617s
[INFO] Finished at: Tue Sep 08 10:06:42 UTC 2015
[INFO] Final Memory: 65M/270M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (default-test) on project qpid-broker-plugins-amqp-0-8-protocol: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/broker-plugins/amqp-0-8-protocol/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-broker-plugins-amqp-0-8-protocol
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2844

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

Changes:

[kwall] QPID-6662: Make 0-10 frameheaders use direct (pooled) rather than heap memory

[kwall] QPID-6662: [Java Broker/0-10] Bug fix, prevent the sending of the message transfer frames running-on sending header content too

------------------------------------------
[...truncated 4335 lines...]
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid Performance Test System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Qpid Performance Tests Visualisation JFC 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
     [echo] Qpid Test Profile Properties
     [echo] [profile] cpp
     [echo] [profile.broker.language] cpp
     [echo] [profile.broker.type] spawned
     [echo] [profile.broker.command] "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/src/qpidd"> -p @PORT --data-dir "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/QPID_WORK/@PORT"> -t --auth no --no-module-dir
     [echo] [profile.specific.excludes] CPPPrefetchExcludes CPPTransientExcludes
     [echo] [profile.test.excludes] Excludes CPPExcludes cpp.excludes CPPPrefetchExcludes CPPTransientExcludes cpp.excludes
     [echo] [profile.broker.version] v0_10
     [echo] [profile.test.amqp_port_protocols] ["AMQP_0_8","AMQP_0_9","AMQP_0_9_1","AMQP_0_10"]
     [echo] [profile.broker.persistent] false
     [echo] [profile.virtualhostnode.type] Memory
     [echo] [profile.virtualhostnode.context.blueprint] ${profile.virtualhostnode.context.blueprint}
     [echo] [profile.test_receive_timeout] 1000
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ qpid-perftests-visualisation-jfc ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/main/resources>
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ qpid-perftests-visualisation-jfc ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.124 sec - in org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.563 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 sec - in org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Running org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Running org.apache.qpid.disttest.charting.writer.ChartWriterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.306 sec - in org.apache.qpid.disttest.charting.writer.ChartWriterTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Running org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Running org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests-visualisation-jfc ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests-visualisation-jfc ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-visualisation-jfc-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests-visualisation-jfc/6.0.0-SNAPSHOT/lib/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid BDB Store System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building joramtests 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ joramtests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ joramtests ---
[INFO] Executing tasks

main:
     [echo] Joram Integration Tests: To run define system property -Djoramtests to a name of a JMS client e.g. qpid-jms-client
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ joramtests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ joramtests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ joramtests ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ joramtests ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ joramtests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ joramtests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/src/main/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ joramtests ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/classes>
[WARNING] <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/src/main/java/org/apache/qpid/joramtests/admin/JavaBrokerAdmin.java>:[258,52] authenticate(org.apache.http.auth.Credentials,org.apache.http.HttpRequest) in org.apache.http.impl.auth.BasicScheme has been deprecated
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ joramtests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ joramtests ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ joramtests ---
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ joramtests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/joramtests-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ joramtests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ joramtests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:integration-test (default) @ joramtests ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:verify (default) @ joramtests ---
[INFO] Tests are skipped.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.307s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [2.043s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.496s]
[INFO] Qpid Common ....................................... SUCCESS [3:39.101s]
[INFO] Qpid Management Common ............................ SUCCESS [1.820s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:31.217s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [4.766s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. FAILURE [6.383s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [4.842s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [5.469s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.240s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [17.055s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.319s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.455s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [5.853s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [3.040s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.346s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.375s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [8.518s]
[INFO] Qpid BDB Message Store ............................ SKIPPED
[INFO] Qpid BDB Message Store JMX ........................ SKIPPED
[INFO] Qpid Java Broker .................................. SKIPPED
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.243s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.153s]
[INFO] Qpid JCA .......................................... SUCCESS [1.980s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.414s]
[INFO] Qpid Tools ........................................ SUCCESS [0.349s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.158s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [0.784s]
[INFO] Qpid System Tests ................................. SKIPPED
[INFO] Qpid Performance Tests ............................ SUCCESS [13.553s]
[INFO] Qpid Performance Test System Tests ................ SKIPPED
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [4.864s]
[INFO] Qpid BDB Store System Tests ....................... SKIPPED
[INFO] joramtests ........................................ SUCCESS [0.378s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6:47.321s
[INFO] Finished at: Mon Sep 07 18:21:15 UTC 2015
[INFO] Final Memory: 64M/317M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (default-test) on project qpid-broker-plugins-amqp-0-8-protocol: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/broker-plugins/amqp-0-8-protocol/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-broker-plugins-amqp-0-8-protocol
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2843

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

Changes:

[orudyy] QPID-6727: [Java Broker] use unified network buffer size for ssl wrapping

work by Lorenz Quack <qu...@gmail.com>

------------------------------------------
[...truncated 10286 lines...]
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid Performance Test System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Qpid Performance Tests Visualisation JFC 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
     [echo] Qpid Test Profile Properties
     [echo] [profile] cpp
     [echo] [profile.broker.language] cpp
     [echo] [profile.broker.type] spawned
     [echo] [profile.broker.command] "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/src/qpidd"> -p @PORT --data-dir "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/QPID_WORK/@PORT"> -t --auth no --no-module-dir
     [echo] [profile.specific.excludes] CPPPrefetchExcludes CPPTransientExcludes
     [echo] [profile.test.excludes] Excludes CPPExcludes cpp.excludes CPPPrefetchExcludes CPPTransientExcludes cpp.excludes
     [echo] [profile.broker.version] v0_10
     [echo] [profile.test.amqp_port_protocols] ["AMQP_0_8","AMQP_0_9","AMQP_0_9_1","AMQP_0_10"]
     [echo] [profile.broker.persistent] false
     [echo] [profile.virtualhostnode.type] Memory
     [echo] [profile.virtualhostnode.context.blueprint] ${profile.virtualhostnode.context.blueprint}
     [echo] [profile.test_receive_timeout] 1000
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ qpid-perftests-visualisation-jfc ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/main/resources>
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ qpid-perftests-visualisation-jfc ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.qpid.disttest.charting.writer.ChartWriterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.017 sec - in org.apache.qpid.disttest.charting.writer.ChartWriterTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.133 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Running org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Running org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec - in org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec - in org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec - in org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.851 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Running org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 sec - in org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Running org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests-visualisation-jfc ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests-visualisation-jfc ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-visualisation-jfc-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests-visualisation-jfc/6.0.0-SNAPSHOT/lib/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid BDB Store System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building joramtests 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ joramtests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ joramtests ---
[INFO] Executing tasks

main:
     [echo] Joram Integration Tests: To run define system property -Djoramtests to a name of a JMS client e.g. qpid-jms-client
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ joramtests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ joramtests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ joramtests ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ joramtests ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ joramtests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ joramtests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/src/main/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ joramtests ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/classes>
[WARNING] <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/src/main/java/org/apache/qpid/joramtests/admin/JavaBrokerAdmin.java>:[258,52] authenticate(org.apache.http.auth.Credentials,org.apache.http.HttpRequest) in org.apache.http.impl.auth.BasicScheme has been deprecated
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ joramtests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ joramtests ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ joramtests ---
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ joramtests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/joramtests-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ joramtests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ joramtests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:integration-test (default) @ joramtests ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:verify (default) @ joramtests ---
[INFO] Tests are skipped.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.216s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [1.993s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.501s]
[INFO] Qpid Common ....................................... SUCCESS [3:38.206s]
[INFO] Qpid Management Common ............................ SUCCESS [1.960s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:31.130s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [4.845s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. FAILURE [6.414s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [5.028s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [5.903s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.450s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [18.343s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.395s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.781s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [7.363s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [3.004s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.487s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.291s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [9.065s]
[INFO] Qpid BDB Message Store ............................ SKIPPED
[INFO] Qpid BDB Message Store JMX ........................ SKIPPED
[INFO] Qpid Java Broker .................................. SKIPPED
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.316s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.160s]
[INFO] Qpid JCA .......................................... SUCCESS [2.291s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.453s]
[INFO] Qpid Tools ........................................ SUCCESS [0.454s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.181s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [3.010s]
[INFO] Qpid System Tests ................................. SKIPPED
[INFO] Qpid Performance Tests ............................ SUCCESS [14.583s]
[INFO] Qpid Performance Test System Tests ................ SKIPPED
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [4.912s]
[INFO] Qpid BDB Store System Tests ....................... SKIPPED
[INFO] joramtests ........................................ SUCCESS [0.376s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6:55.085s
[INFO] Finished at: Mon Sep 07 16:39:05 UTC 2015
[INFO] Final Memory: 66M/309M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (default-test) on project qpid-broker-plugins-amqp-0-8-protocol: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/broker-plugins/amqp-0-8-protocol/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-broker-plugins-amqp-0-8-protocol
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2842

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

Changes:

[orudyy] QPID-6662: [Java Broker] limit byte buffer pools to a single pool.

work by Lorenz Quack <qu...@gmail.com> and Alex Rudyy <or...@apache.org>

[orudyy] QPID-6727: [Java Broker] change default network buffer size to 256kB and move QpidByteBuffer pool creation to BrokerAdapter

work by Lorenz Quack <qu...@gmail.com> and Alex Rudyy <or...@apache.org>

------------------------------------------
[...truncated 4350 lines...]
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid Performance Test System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Qpid Performance Tests Visualisation JFC 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
     [echo] Qpid Test Profile Properties
     [echo] [profile] cpp
     [echo] [profile.broker.language] cpp
     [echo] [profile.broker.type] spawned
     [echo] [profile.broker.command] "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/src/qpidd"> -p @PORT --data-dir "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/QPID_WORK/@PORT"> -t --auth no --no-module-dir
     [echo] [profile.specific.excludes] CPPPrefetchExcludes CPPTransientExcludes
     [echo] [profile.test.excludes] Excludes CPPExcludes cpp.excludes CPPPrefetchExcludes CPPTransientExcludes cpp.excludes
     [echo] [profile.broker.version] v0_10
     [echo] [profile.test.amqp_port_protocols] ["AMQP_0_8","AMQP_0_9","AMQP_0_9_1","AMQP_0_10"]
     [echo] [profile.broker.persistent] false
     [echo] [profile.virtualhostnode.type] Memory
     [echo] [profile.virtualhostnode.context.blueprint] ${profile.virtualhostnode.context.blueprint}
     [echo] [profile.test_receive_timeout] 1000
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ qpid-perftests-visualisation-jfc ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/main/resources>
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ qpid-perftests-visualisation-jfc ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.138 sec - in org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.482 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec - in org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Running org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Running org.apache.qpid.disttest.charting.writer.ChartWriterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.303 sec - in org.apache.qpid.disttest.charting.writer.ChartWriterTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Running org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Running org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests-visualisation-jfc ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests-visualisation-jfc ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-visualisation-jfc-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests-visualisation-jfc/6.0.0-SNAPSHOT/lib/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid BDB Store System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building joramtests 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ joramtests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ joramtests ---
[INFO] Executing tasks

main:
     [echo] Joram Integration Tests: To run define system property -Djoramtests to a name of a JMS client e.g. qpid-jms-client
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ joramtests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ joramtests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ joramtests ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ joramtests ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ joramtests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ joramtests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/src/main/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ joramtests ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/classes>
[WARNING] <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/src/main/java/org/apache/qpid/joramtests/admin/JavaBrokerAdmin.java>:[258,52] authenticate(org.apache.http.auth.Credentials,org.apache.http.HttpRequest) in org.apache.http.impl.auth.BasicScheme has been deprecated
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ joramtests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ joramtests ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ joramtests ---
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ joramtests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/joramtests-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ joramtests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ joramtests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:integration-test (default) @ joramtests ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:verify (default) @ joramtests ---
[INFO] Tests are skipped.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.216s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [1.955s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.495s]
[INFO] Qpid Common ....................................... SUCCESS [3:38.899s]
[INFO] Qpid Management Common ............................ SUCCESS [1.725s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:29.712s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [4.666s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. FAILURE [6.346s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [4.649s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [5.315s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.226s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [17.592s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.209s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.452s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [5.162s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [2.740s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.288s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.270s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [8.311s]
[INFO] Qpid BDB Message Store ............................ SKIPPED
[INFO] Qpid BDB Message Store JMX ........................ SKIPPED
[INFO] Qpid Java Broker .................................. SKIPPED
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.192s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.155s]
[INFO] Qpid JCA .......................................... SUCCESS [1.851s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.378s]
[INFO] Qpid Tools ........................................ SUCCESS [0.307s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.113s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [0.752s]
[INFO] Qpid System Tests ................................. SKIPPED
[INFO] Qpid Performance Tests ............................ SUCCESS [13.507s]
[INFO] Qpid Performance Test System Tests ................ SKIPPED
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [4.795s]
[INFO] Qpid BDB Store System Tests ....................... SKIPPED
[INFO] joramtests ........................................ SUCCESS [0.300s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6:43.383s
[INFO] Finished at: Mon Sep 07 14:50:17 UTC 2015
[INFO] Final Memory: 64M/263M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (default-test) on project qpid-broker-plugins-amqp-0-8-protocol: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/broker-plugins/amqp-0-8-protocol/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-broker-plugins-amqp-0-8-protocol
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2841

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

------------------------------------------
[...truncated 10471 lines...]
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid Performance Test System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Qpid Performance Tests Visualisation JFC 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
     [echo] Qpid Test Profile Properties
     [echo] [profile] cpp
     [echo] [profile.broker.language] cpp
     [echo] [profile.broker.type] spawned
     [echo] [profile.broker.command] "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/src/qpidd"> -p @PORT --data-dir "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/QPID_WORK/@PORT"> -t --auth no --no-module-dir
     [echo] [profile.specific.excludes] CPPPrefetchExcludes CPPTransientExcludes
     [echo] [profile.test.excludes] Excludes CPPExcludes cpp.excludes CPPPrefetchExcludes CPPTransientExcludes cpp.excludes
     [echo] [profile.broker.version] v0_10
     [echo] [profile.test.amqp_port_protocols] ["AMQP_0_8","AMQP_0_9","AMQP_0_9_1","AMQP_0_10"]
     [echo] [profile.broker.persistent] false
     [echo] [profile.virtualhostnode.type] Memory
     [echo] [profile.virtualhostnode.context.blueprint] ${profile.virtualhostnode.context.blueprint}
     [echo] [profile.test_receive_timeout] 1000
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ qpid-perftests-visualisation-jfc ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/main/resources>
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ qpid-perftests-visualisation-jfc ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.139 sec - in org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.661 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 sec - in org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Running org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Running org.apache.qpid.disttest.charting.writer.ChartWriterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.302 sec - in org.apache.qpid.disttest.charting.writer.ChartWriterTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.141 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Running org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Running org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests-visualisation-jfc ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests-visualisation-jfc ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-visualisation-jfc-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests-visualisation-jfc/6.0.0-SNAPSHOT/lib/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid BDB Store System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building joramtests 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ joramtests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ joramtests ---
[INFO] Executing tasks

main:
     [echo] Joram Integration Tests: To run define system property -Djoramtests to a name of a JMS client e.g. qpid-jms-client
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ joramtests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ joramtests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ joramtests ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ joramtests ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ joramtests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ joramtests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/src/main/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ joramtests ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/classes>
[WARNING] <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/src/main/java/org/apache/qpid/joramtests/admin/JavaBrokerAdmin.java>:[258,52] authenticate(org.apache.http.auth.Credentials,org.apache.http.HttpRequest) in org.apache.http.impl.auth.BasicScheme has been deprecated
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ joramtests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ joramtests ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ joramtests ---
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ joramtests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/joramtests-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ joramtests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ joramtests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:integration-test (default) @ joramtests ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:verify (default) @ joramtests ---
[INFO] Tests are skipped.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.222s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [2.143s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.523s]
[INFO] Qpid Common ....................................... SUCCESS [3:39.913s]
[INFO] Qpid Management Common ............................ SUCCESS [1.993s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:32.444s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [4.760s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. FAILURE [6.796s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [5.144s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [5.848s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.303s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [18.292s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.548s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.704s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [6.387s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [2.844s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.453s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.485s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [8.898s]
[INFO] Qpid BDB Message Store ............................ SKIPPED
[INFO] Qpid BDB Message Store JMX ........................ SKIPPED
[INFO] Qpid Java Broker .................................. SKIPPED
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.265s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.153s]
[INFO] Qpid JCA .......................................... SUCCESS [2.064s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.403s]
[INFO] Qpid Tools ........................................ SUCCESS [0.465s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.156s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [4.355s]
[INFO] Qpid System Tests ................................. SKIPPED
[INFO] Qpid Performance Tests ............................ SUCCESS [14.041s]
[INFO] Qpid Performance Test System Tests ................ SKIPPED
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [5.189s]
[INFO] Qpid BDB Store System Tests ....................... SKIPPED
[INFO] joramtests ........................................ SUCCESS [0.359s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6:58.120s
[INFO] Finished at: Mon Sep 07 14:07:47 UTC 2015
[INFO] Final Memory: 65M/268M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (default-test) on project qpid-broker-plugins-amqp-0-8-protocol: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/broker-plugins/amqp-0-8-protocol/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-broker-plugins-amqp-0-8-protocol
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2840

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

Changes:

[kwall] QPID-4446: Integrate Joram JMS testsuite with configuration to allow it to be run against the legacy jms-client, qpid-jms-client, and qpid-amqp-1-0-client-jms.

------------------------------------------
[...truncated 10296 lines...]
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid Performance Test System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Qpid Performance Tests Visualisation JFC 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
     [echo] Qpid Test Profile Properties
     [echo] [profile] cpp
     [echo] [profile.broker.language] cpp
     [echo] [profile.broker.type] spawned
     [echo] [profile.broker.command] "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/src/qpidd"> -p @PORT --data-dir "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/QPID_WORK/@PORT"> -t --auth no --no-module-dir
     [echo] [profile.specific.excludes] CPPPrefetchExcludes CPPTransientExcludes
     [echo] [profile.test.excludes] Excludes CPPExcludes cpp.excludes CPPPrefetchExcludes CPPTransientExcludes cpp.excludes
     [echo] [profile.broker.version] v0_10
     [echo] [profile.test.amqp_port_protocols] ["AMQP_0_8","AMQP_0_9","AMQP_0_9_1","AMQP_0_10"]
     [echo] [profile.broker.persistent] false
     [echo] [profile.virtualhostnode.type] Memory
     [echo] [profile.virtualhostnode.context.blueprint] ${profile.virtualhostnode.context.blueprint}
     [echo] [profile.test_receive_timeout] 1000
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ qpid-perftests-visualisation-jfc ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/main/resources>
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ qpid-perftests-visualisation-jfc ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.qpid.disttest.charting.writer.ChartWriterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.054 sec - in org.apache.qpid.disttest.charting.writer.ChartWriterTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.152 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Running org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Running org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec - in org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec - in org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec - in org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.866 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Running org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 sec - in org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Running org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests-visualisation-jfc ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests-visualisation-jfc ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-visualisation-jfc-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests-visualisation-jfc/6.0.0-SNAPSHOT/lib/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid BDB Store System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building joramtests 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ joramtests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ joramtests ---
[INFO] Executing tasks

main:
     [echo] Joram Integration Tests: To run define system property -Djoramtests to a name of a JMS client e.g. qpid-jms-client
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ joramtests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ joramtests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ joramtests ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ joramtests ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ joramtests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ joramtests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/src/main/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ joramtests ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/classes>
[WARNING] <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/src/main/java/org/apache/qpid/joramtests/admin/JavaBrokerAdmin.java>:[258,52] authenticate(org.apache.http.auth.Credentials,org.apache.http.HttpRequest) in org.apache.http.impl.auth.BasicScheme has been deprecated
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ joramtests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ joramtests ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ joramtests ---
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ joramtests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/joramtests-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ joramtests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ joramtests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/joramtests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:integration-test (default) @ joramtests ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:verify (default) @ joramtests ---
[INFO] Tests are skipped.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.224s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [2.078s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.533s]
[INFO] Qpid Common ....................................... SUCCESS [3:39.789s]
[INFO] Qpid Management Common ............................ SUCCESS [1.998s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:31.538s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [4.884s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. FAILURE [6.440s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [4.882s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [5.618s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.337s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [17.621s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.342s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.696s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [6.460s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [3.005s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.457s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.308s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [8.958s]
[INFO] Qpid BDB Message Store ............................ SKIPPED
[INFO] Qpid BDB Message Store JMX ........................ SKIPPED
[INFO] Qpid Java Broker .................................. SKIPPED
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.274s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.160s]
[INFO] Qpid JCA .......................................... SUCCESS [2.088s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.404s]
[INFO] Qpid Tools ........................................ SUCCESS [0.495s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.163s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [2.774s]
[INFO] Qpid System Tests ................................. SKIPPED
[INFO] Qpid Performance Tests ............................ SUCCESS [14.042s]
[INFO] Qpid Performance Test System Tests ................ SKIPPED
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [4.952s]
[INFO] Qpid BDB Store System Tests ....................... SKIPPED
[INFO] joramtests ........................................ SUCCESS [0.282s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6:53.845s
[INFO] Finished at: Sun Sep 06 21:31:13 UTC 2015
[INFO] Final Memory: 68M/389M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (default-test) on project qpid-broker-plugins-amqp-0-8-protocol: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/broker-plugins/amqp-0-8-protocol/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-broker-plugins-amqp-0-8-protocol
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2839

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

Changes:

[astitcher] NO-JIRA: Remove CMake warning message due to now deprecated if() construct

[astitcher] QPID-6717: Change Selector beaviour and tests to accord with consensus semantics
- It seems to be the consensus amongst JMS Selector implementations that
  the NOT IN expression should return false if none of the types match

------------------------------------------
[...truncated 4285 lines...]
Running org.apache.qpid.disttest.db.ResultsDbWriterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.278 sec - in org.apache.qpid.disttest.db.ResultsDbWriterTest
Running org.apache.qpid.disttest.controller.config.ConnectionConfigTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec - in org.apache.qpid.disttest.controller.config.ConnectionConfigTest
Running org.apache.qpid.disttest.controller.config.TestConfigTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.apache.qpid.disttest.controller.config.TestConfigTest
Running org.apache.qpid.disttest.controller.config.ParticipantConfigTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.apache.qpid.disttest.controller.config.ParticipantConfigTest
Running org.apache.qpid.disttest.controller.config.IterationValueTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 sec - in org.apache.qpid.disttest.controller.config.IterationValueTest
Running org.apache.qpid.disttest.controller.config.ConfigTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.apache.qpid.disttest.controller.config.ConfigTest
Running org.apache.qpid.disttest.controller.config.ConsumerConfigTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.qpid.disttest.controller.config.ConsumerConfigTest
Running org.apache.qpid.disttest.controller.config.MessageProviderConfigTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.qpid.disttest.controller.config.MessageProviderConfigTest
Running org.apache.qpid.disttest.controller.config.ProducerConfigTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.apache.qpid.disttest.controller.config.ProducerConfigTest
Running org.apache.qpid.disttest.controller.config.ClientConfigTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.apache.qpid.disttest.controller.config.ClientConfigTest
Running org.apache.qpid.disttest.controller.config.JavaScriptConfigEvaluatorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 sec - in org.apache.qpid.disttest.controller.config.JavaScriptConfigEvaluatorTest
Running org.apache.qpid.disttest.controller.config.TestInstanceTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec - in org.apache.qpid.disttest.controller.config.TestInstanceTest
Running org.apache.qpid.disttest.controller.config.ConfigReaderTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 sec - in org.apache.qpid.disttest.controller.config.ConfigReaderTest
Running org.apache.qpid.disttest.controller.config.SessionConfigTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.apache.qpid.disttest.controller.config.SessionConfigTest
Running org.apache.qpid.disttest.controller.ClientRegistryTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.574 sec - in org.apache.qpid.disttest.controller.ClientRegistryTest
Running org.apache.qpid.disttest.controller.ParticipatingClientsTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec - in org.apache.qpid.disttest.controller.ParticipatingClientsTest
Running org.apache.qpid.disttest.controller.ControllerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec - in org.apache.qpid.disttest.controller.ControllerTest
Running org.apache.qpid.disttest.controller.TestRunnerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.141 sec - in org.apache.qpid.disttest.controller.TestRunnerTest
Running org.apache.qpid.disttest.VisitorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.qpid.disttest.VisitorTest
Running org.apache.qpid.disttest.jms.JmsMessageAdaptorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.qpid.disttest.jms.JmsMessageAdaptorTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qpid-perftests-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qpid-perftests-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1300-QueueConsumersWithNonOverlappingSelectors-Transient.chartdef longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1303-QueueConsumersWithOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1050-VaryingNumberOfProducerSessionsSingleConnection.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/timeseries/1011-MultipleProducersAndConsumers-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1302-QueueConsumersWithOverlappingSelectors-Transient.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1301-QueueConsumersWithNonOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid Performance Test System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Qpid Performance Tests Visualisation JFC 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
     [echo] Qpid Test Profile Properties
     [echo] [profile] cpp
     [echo] [profile.broker.language] cpp
     [echo] [profile.broker.type] spawned
     [echo] [profile.broker.command] "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/src/qpidd"> -p @PORT --data-dir "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/QPID_WORK/@PORT"> -t --auth no --no-module-dir
     [echo] [profile.specific.excludes] CPPPrefetchExcludes CPPTransientExcludes
     [echo] [profile.test.excludes] Excludes CPPExcludes cpp.excludes CPPPrefetchExcludes CPPTransientExcludes cpp.excludes
     [echo] [profile.broker.version] v0_10
     [echo] [profile.test.amqp_port_protocols] ["AMQP_0_8","AMQP_0_9","AMQP_0_9_1","AMQP_0_10"]
     [echo] [profile.broker.persistent] false
     [echo] [profile.virtualhostnode.type] Memory
     [echo] [profile.virtualhostnode.context.blueprint] ${profile.virtualhostnode.context.blueprint}
     [echo] [profile.test_receive_timeout] 1000
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ qpid-perftests-visualisation-jfc ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/main/resources>
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ qpid-perftests-visualisation-jfc ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.149 sec - in org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Running org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec - in org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.286 sec - in org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.312 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.131 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Running org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Running org.apache.qpid.disttest.charting.writer.ChartWriterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.343 sec - in org.apache.qpid.disttest.charting.writer.ChartWriterTest
Running org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec - in org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests-visualisation-jfc ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests-visualisation-jfc ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-visualisation-jfc-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests-visualisation-jfc/6.0.0-SNAPSHOT/lib/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid BDB Store System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.426s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [1.837s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.541s]
[INFO] Qpid Common ....................................... SUCCESS [3:41.808s]
[INFO] Qpid Management Common ............................ SUCCESS [1.908s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:40.455s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [4.752s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. FAILURE [6.666s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [4.919s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [5.832s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.328s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [4:11.873s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.632s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.640s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [8.177s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [3.759s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.638s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.409s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [9.282s]
[INFO] Qpid BDB Message Store ............................ SKIPPED
[INFO] Qpid BDB Message Store JMX ........................ SKIPPED
[INFO] Qpid Java Broker .................................. SKIPPED
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.339s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.298s]
[INFO] Qpid JCA .......................................... SUCCESS [2.859s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.508s]
[INFO] Qpid Tools ........................................ SUCCESS [1.328s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.270s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [1.160s]
[INFO] Qpid System Tests ................................. SKIPPED
[INFO] Qpid Performance Tests ............................ SUCCESS [22.638s]
[INFO] Qpid Performance Test System Tests ................ SKIPPED
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [5.118s]
[INFO] Qpid BDB Store System Tests ....................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11:11.460s
[INFO] Finished at: Fri Sep 04 19:51:54 UTC 2015
[INFO] Final Memory: 61M/259M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (default-test) on project qpid-broker-plugins-amqp-0-8-protocol: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/broker-plugins/amqp-0-8-protocol/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-broker-plugins-amqp-0-8-protocol
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2838

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

Changes:

[orudyy] QPID-6727: Introduce context variable for network buffer size, use it to set max frame size, send and receive buffer sizes and remove port attributes for send and receive buffers sizes

           (work by Lorenz Quack <qu...@gmail.com> and Alex Rudyy <or...@apache.org>)

------------------------------------------
[...truncated 10371 lines...]
Running org.apache.qpid.disttest.controller.ControllerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 sec - in org.apache.qpid.disttest.controller.ControllerTest
Running org.apache.qpid.disttest.controller.ClientRegistryTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.584 sec - in org.apache.qpid.disttest.controller.ClientRegistryTest
Running org.apache.qpid.disttest.controller.TestRunnerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.154 sec - in org.apache.qpid.disttest.controller.TestRunnerTest
Running org.apache.qpid.disttest.ArgumentParserTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.qpid.disttest.ArgumentParserTest
Running org.apache.qpid.disttest.db.ResultsDbWriterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.057 sec - in org.apache.qpid.disttest.db.ResultsDbWriterTest
Running org.apache.qpid.disttest.client.ParticipantRegistryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.apache.qpid.disttest.client.ParticipantRegistryTest
Running org.apache.qpid.disttest.client.utils.ExecutorWithNoLimitsTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.apache.qpid.disttest.client.utils.ExecutorWithNoLimitsTest
Running org.apache.qpid.disttest.client.utils.ExecutorWithTimeLimitTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.52 sec - in org.apache.qpid.disttest.client.utils.ExecutorWithTimeLimitTest
Running org.apache.qpid.disttest.client.property.PropertyValueFactoryTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.apache.qpid.disttest.client.property.PropertyValueFactoryTest
Running org.apache.qpid.disttest.client.property.RangePropertyValueTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.apache.qpid.disttest.client.property.RangePropertyValueTest
Running org.apache.qpid.disttest.client.property.RandomPropertyValueTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.apache.qpid.disttest.client.property.RandomPropertyValueTest
Running org.apache.qpid.disttest.client.property.ListPropertyValueTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.apache.qpid.disttest.client.property.ListPropertyValueTest
Running org.apache.qpid.disttest.client.property.SimplePropertyValueTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.qpid.disttest.client.property.SimplePropertyValueTest
Running org.apache.qpid.disttest.client.ParticipantExecutorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 sec - in org.apache.qpid.disttest.client.ParticipantExecutorTest
Running org.apache.qpid.disttest.client.ConsumerParticipantTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.221 sec - in org.apache.qpid.disttest.client.ConsumerParticipantTest
Running org.apache.qpid.disttest.client.MessageProviderTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 sec - in org.apache.qpid.disttest.client.MessageProviderTest
Running org.apache.qpid.disttest.client.ClientCommandVisitorTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.apache.qpid.disttest.client.ClientCommandVisitorTest
Running org.apache.qpid.disttest.client.ClientTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.538 sec - in org.apache.qpid.disttest.client.ClientTest
Running org.apache.qpid.disttest.client.ParticipantResultFactoryTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.apache.qpid.disttest.client.ParticipantResultFactoryTest
Running org.apache.qpid.disttest.client.ProducerParticipantTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.506 sec - in org.apache.qpid.disttest.client.ProducerParticipantTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qpid-perftests-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qpid-perftests-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1050-VaryingNumberOfProducerSessionsSingleConnection.chartdef longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1300-QueueConsumersWithNonOverlappingSelectors-Transient.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/timeseries/1011-MultipleProducersAndConsumers-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1302-QueueConsumersWithOverlappingSelectors-Transient.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1301-QueueConsumersWithNonOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1303-QueueConsumersWithOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid Performance Test System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Qpid Performance Tests Visualisation JFC 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
     [echo] Qpid Test Profile Properties
     [echo] [profile] cpp
     [echo] [profile.broker.language] cpp
     [echo] [profile.broker.type] spawned
     [echo] [profile.broker.command] "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/src/qpidd"> -p @PORT --data-dir "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/QPID_WORK/@PORT"> -t --auth no --no-module-dir
     [echo] [profile.specific.excludes] CPPPrefetchExcludes CPPTransientExcludes
     [echo] [profile.test.excludes] Excludes CPPExcludes cpp.excludes CPPPrefetchExcludes CPPTransientExcludes cpp.excludes
     [echo] [profile.broker.version] v0_10
     [echo] [profile.test.amqp_port_protocols] ["AMQP_0_8","AMQP_0_9","AMQP_0_9_1","AMQP_0_10"]
     [echo] [profile.broker.persistent] false
     [echo] [profile.virtualhostnode.type] Memory
     [echo] [profile.virtualhostnode.context.blueprint] ${profile.virtualhostnode.context.blueprint}
     [echo] [profile.test_receive_timeout] 1000
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ qpid-perftests-visualisation-jfc ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/main/resources>
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ qpid-perftests-visualisation-jfc ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.qpid.disttest.charting.writer.ChartWriterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.077 sec - in org.apache.qpid.disttest.charting.writer.ChartWriterTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.139 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Running org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Running org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec - in org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec - in org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec - in org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.885 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Running org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec - in org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Running org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests-visualisation-jfc ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests-visualisation-jfc ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-visualisation-jfc-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests-visualisation-jfc/6.0.0-SNAPSHOT/lib/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid BDB Store System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.213s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [2.111s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.557s]
[INFO] Qpid Common ....................................... SUCCESS [3:46.853s]
[INFO] Qpid Management Common ............................ SUCCESS [1.809s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:31.133s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [4.767s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. FAILURE [6.495s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [4.933s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [5.787s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.342s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [18.017s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.372s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [10.010s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [6.396s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [2.895s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.409s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.339s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [8.930s]
[INFO] Qpid BDB Message Store ............................ SKIPPED
[INFO] Qpid BDB Message Store JMX ........................ SKIPPED
[INFO] Qpid Java Broker .................................. SKIPPED
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.240s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.166s]
[INFO] Qpid JCA .......................................... SUCCESS [2.130s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.476s]
[INFO] Qpid Tools ........................................ SUCCESS [0.513s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.170s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [2.915s]
[INFO] Qpid System Tests ................................. SKIPPED
[INFO] Qpid Performance Tests ............................ SUCCESS [14.113s]
[INFO] Qpid Performance Test System Tests ................ SKIPPED
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [4.970s]
[INFO] Qpid BDB Store System Tests ....................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7:01.079s
[INFO] Finished at: Fri Sep 04 16:53:06 UTC 2015
[INFO] Final Memory: 63M/308M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (default-test) on project qpid-broker-plugins-amqp-0-8-protocol: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/broker-plugins/amqp-0-8-protocol/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-broker-plugins-amqp-0-8-protocol
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2837

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

Changes:

[kwall] QPID-6662: Ensure that 0-10 ServerDisassembler does not assume bytes in buffers are already zero when forming frames.

* Added QpidByteBufferTest.

------------------------------------------
[...truncated 10382 lines...]
Running org.apache.qpid.disttest.jms.JmsMessageAdaptorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.qpid.disttest.jms.JmsMessageAdaptorTest
Running org.apache.qpid.disttest.db.ResultsDbWriterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.071 sec - in org.apache.qpid.disttest.db.ResultsDbWriterTest
Running org.apache.qpid.disttest.ConfigFileHelperTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.qpid.disttest.ConfigFileHelperTest
Running org.apache.qpid.disttest.controller.TestRunnerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.168 sec - in org.apache.qpid.disttest.controller.TestRunnerTest
Running org.apache.qpid.disttest.controller.ParticipatingClientsTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec - in org.apache.qpid.disttest.controller.ParticipatingClientsTest
Running org.apache.qpid.disttest.controller.ClientRegistryTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.598 sec - in org.apache.qpid.disttest.controller.ClientRegistryTest
Running org.apache.qpid.disttest.controller.config.ConsumerConfigTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.apache.qpid.disttest.controller.config.ConsumerConfigTest
Running org.apache.qpid.disttest.controller.config.ConnectionConfigTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.apache.qpid.disttest.controller.config.ConnectionConfigTest
Running org.apache.qpid.disttest.controller.config.ParticipantConfigTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.apache.qpid.disttest.controller.config.ParticipantConfigTest
Running org.apache.qpid.disttest.controller.config.ProducerConfigTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.apache.qpid.disttest.controller.config.ProducerConfigTest
Running org.apache.qpid.disttest.controller.config.JavaScriptConfigEvaluatorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.148 sec - in org.apache.qpid.disttest.controller.config.JavaScriptConfigEvaluatorTest
Running org.apache.qpid.disttest.controller.config.ConfigReaderTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 sec - in org.apache.qpid.disttest.controller.config.ConfigReaderTest
Running org.apache.qpid.disttest.controller.config.SessionConfigTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 sec - in org.apache.qpid.disttest.controller.config.SessionConfigTest
Running org.apache.qpid.disttest.controller.config.TestInstanceTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.apache.qpid.disttest.controller.config.TestInstanceTest
Running org.apache.qpid.disttest.controller.config.IterationValueTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in org.apache.qpid.disttest.controller.config.IterationValueTest
Running org.apache.qpid.disttest.controller.config.ClientConfigTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.qpid.disttest.controller.config.ClientConfigTest
Running org.apache.qpid.disttest.controller.config.ConfigTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.qpid.disttest.controller.config.ConfigTest
Running org.apache.qpid.disttest.controller.config.TestConfigTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.apache.qpid.disttest.controller.config.TestConfigTest
Running org.apache.qpid.disttest.controller.config.MessageProviderConfigTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.qpid.disttest.controller.config.MessageProviderConfigTest
Running org.apache.qpid.disttest.controller.ControllerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec - in org.apache.qpid.disttest.controller.ControllerTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qpid-perftests-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qpid-perftests-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1050-VaryingNumberOfProducerSessionsSingleConnection.chartdef longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1301-QueueConsumersWithNonOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/timeseries/1011-MultipleProducersAndConsumers-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1302-QueueConsumersWithOverlappingSelectors-Transient.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1303-QueueConsumersWithOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1300-QueueConsumersWithNonOverlappingSelectors-Transient.chartdef longer than 100 characters.
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid Performance Test System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Qpid Performance Tests Visualisation JFC 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
     [echo] Qpid Test Profile Properties
     [echo] [profile] cpp
     [echo] [profile.broker.language] cpp
     [echo] [profile.broker.type] spawned
     [echo] [profile.broker.command] "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/src/qpidd"> -p @PORT --data-dir "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/QPID_WORK/@PORT"> -t --auth no --no-module-dir
     [echo] [profile.specific.excludes] CPPPrefetchExcludes CPPTransientExcludes
     [echo] [profile.test.excludes] Excludes CPPExcludes cpp.excludes CPPPrefetchExcludes CPPTransientExcludes cpp.excludes
     [echo] [profile.broker.version] v0_10
     [echo] [profile.test.amqp_port_protocols] ["AMQP_0_8","AMQP_0_9","AMQP_0_9_1","AMQP_0_10"]
     [echo] [profile.broker.persistent] false
     [echo] [profile.virtualhostnode.type] Memory
     [echo] [profile.virtualhostnode.context.blueprint] ${profile.virtualhostnode.context.blueprint}
     [echo] [profile.test_receive_timeout] 1000
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ qpid-perftests-visualisation-jfc ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/main/resources>
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ qpid-perftests-visualisation-jfc ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.149 sec - in org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.584 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec - in org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Running org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Running org.apache.qpid.disttest.charting.writer.ChartWriterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.307 sec - in org.apache.qpid.disttest.charting.writer.ChartWriterTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Running org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Running org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests-visualisation-jfc ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests-visualisation-jfc ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-visualisation-jfc-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests-visualisation-jfc/6.0.0-SNAPSHOT/lib/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid BDB Store System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.178s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [2.038s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.524s]
[INFO] Qpid Common ....................................... SUCCESS [3:39.314s]
[INFO] Qpid Management Common ............................ SUCCESS [1.986s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:31.174s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [5.196s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. FAILURE [6.615s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [4.932s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [6.230s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.303s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [18.379s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.500s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.597s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [6.653s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [2.891s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.407s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.390s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [8.860s]
[INFO] Qpid BDB Message Store ............................ SKIPPED
[INFO] Qpid BDB Message Store JMX ........................ SKIPPED
[INFO] Qpid Java Broker .................................. SKIPPED
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.257s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.170s]
[INFO] Qpid JCA .......................................... SUCCESS [2.112s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.401s]
[INFO] Qpid Tools ........................................ SUCCESS [0.416s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.169s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [3.111s]
[INFO] Qpid System Tests ................................. SKIPPED
[INFO] Qpid Performance Tests ............................ SUCCESS [13.802s]
[INFO] Qpid Performance Test System Tests ................ SKIPPED
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [5.014s]
[INFO] Qpid BDB Store System Tests ....................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6:54.625s
[INFO] Finished at: Fri Sep 04 13:11:46 UTC 2015
[INFO] Final Memory: 62M/265M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (default-test) on project qpid-broker-plugins-amqp-0-8-protocol: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/broker-plugins/amqp-0-8-protocol/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-broker-plugins-amqp-0-8-protocol
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2836

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

Changes:

[rgodfrey] QPID-6662 : Ensure byte buffers are zeroed when returned to the pool

[astitcher] QPID-6718: Small fixes to compile on slightly older versions of G++ and Visual Studio

[aconway] QPID-5855 - Simplified HA transaction logic.

Removed complex and incorrect HA+TX logic, reverted to the following limitation:

You can use transactions in a HA cluster, but there are limitations on the
transactional guarantees. Transactions function normally with the *primary*
broker but replication to the backups is not coverted by the atomic guarantee.

The following situations are all safe:
- Client rolls back a transaction.
- Client successfully commits a transaction.
- Primary fails during a transaction *before* the client sends a commit.
- Transaction contains only one message.

The problem case is when all of the following occur:
- transaction contains multiple actions (enqueues or dequeues)
- primary fails between client sending commit and receiving commit-complete.

In this case it is possible that only part of the transaction was replicated to
the backups, so on fail-over partial transaction results may be visible.

------------------------------------------
[...truncated 4439 lines...]
Running org.apache.qpid.disttest.db.ResultsDbWriterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.875 sec - in org.apache.qpid.disttest.db.ResultsDbWriterTest
Running org.apache.qpid.disttest.controller.config.ConnectionConfigTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.apache.qpid.disttest.controller.config.ConnectionConfigTest
Running org.apache.qpid.disttest.controller.config.TestConfigTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.apache.qpid.disttest.controller.config.TestConfigTest
Running org.apache.qpid.disttest.controller.config.ParticipantConfigTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.apache.qpid.disttest.controller.config.ParticipantConfigTest
Running org.apache.qpid.disttest.controller.config.IterationValueTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec - in org.apache.qpid.disttest.controller.config.IterationValueTest
Running org.apache.qpid.disttest.controller.config.ConfigTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.apache.qpid.disttest.controller.config.ConfigTest
Running org.apache.qpid.disttest.controller.config.ConsumerConfigTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.qpid.disttest.controller.config.ConsumerConfigTest
Running org.apache.qpid.disttest.controller.config.MessageProviderConfigTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.qpid.disttest.controller.config.MessageProviderConfigTest
Running org.apache.qpid.disttest.controller.config.ProducerConfigTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.apache.qpid.disttest.controller.config.ProducerConfigTest
Running org.apache.qpid.disttest.controller.config.ClientConfigTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.apache.qpid.disttest.controller.config.ClientConfigTest
Running org.apache.qpid.disttest.controller.config.JavaScriptConfigEvaluatorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 sec - in org.apache.qpid.disttest.controller.config.JavaScriptConfigEvaluatorTest
Running org.apache.qpid.disttest.controller.config.TestInstanceTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec - in org.apache.qpid.disttest.controller.config.TestInstanceTest
Running org.apache.qpid.disttest.controller.config.ConfigReaderTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 sec - in org.apache.qpid.disttest.controller.config.ConfigReaderTest
Running org.apache.qpid.disttest.controller.config.SessionConfigTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.apache.qpid.disttest.controller.config.SessionConfigTest
Running org.apache.qpid.disttest.controller.ClientRegistryTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.576 sec - in org.apache.qpid.disttest.controller.ClientRegistryTest
Running org.apache.qpid.disttest.controller.ParticipatingClientsTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec - in org.apache.qpid.disttest.controller.ParticipatingClientsTest
Running org.apache.qpid.disttest.controller.ControllerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 sec - in org.apache.qpid.disttest.controller.ControllerTest
Running org.apache.qpid.disttest.controller.TestRunnerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.152 sec - in org.apache.qpid.disttest.controller.TestRunnerTest
Running org.apache.qpid.disttest.VisitorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.qpid.disttest.VisitorTest
Running org.apache.qpid.disttest.jms.JmsMessageAdaptorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.qpid.disttest.jms.JmsMessageAdaptorTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qpid-perftests-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qpid-perftests-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1300-QueueConsumersWithNonOverlappingSelectors-Transient.chartdef longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1303-QueueConsumersWithOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1050-VaryingNumberOfProducerSessionsSingleConnection.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/timeseries/1011-MultipleProducersAndConsumers-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1302-QueueConsumersWithOverlappingSelectors-Transient.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1301-QueueConsumersWithNonOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid Performance Test System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Qpid Performance Tests Visualisation JFC 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
     [echo] Qpid Test Profile Properties
     [echo] [profile] cpp
     [echo] [profile.broker.language] cpp
     [echo] [profile.broker.type] spawned
     [echo] [profile.broker.command] "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/src/qpidd"> -p @PORT --data-dir "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/QPID_WORK/@PORT"> -t --auth no --no-module-dir
     [echo] [profile.specific.excludes] CPPPrefetchExcludes CPPTransientExcludes
     [echo] [profile.test.excludes] Excludes CPPExcludes cpp.excludes CPPPrefetchExcludes CPPTransientExcludes cpp.excludes
     [echo] [profile.broker.version] v0_10
     [echo] [profile.test.amqp_port_protocols] ["AMQP_0_8","AMQP_0_9","AMQP_0_9_1","AMQP_0_10"]
     [echo] [profile.broker.persistent] false
     [echo] [profile.virtualhostnode.type] Memory
     [echo] [profile.virtualhostnode.context.blueprint] ${profile.virtualhostnode.context.blueprint}
     [echo] [profile.test_receive_timeout] 1000
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ qpid-perftests-visualisation-jfc ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/main/resources>
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ qpid-perftests-visualisation-jfc ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.128 sec - in org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Running org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.276 sec - in org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.349 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Running org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Running org.apache.qpid.disttest.charting.writer.ChartWriterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.293 sec - in org.apache.qpid.disttest.charting.writer.ChartWriterTest
Running org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec - in org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests-visualisation-jfc ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests-visualisation-jfc ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-visualisation-jfc-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests-visualisation-jfc/6.0.0-SNAPSHOT/lib/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid BDB Store System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.293s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [2.088s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.506s]
[INFO] Qpid Common ....................................... SUCCESS [3:43.069s]
[INFO] Qpid Management Common ............................ SUCCESS [1.730s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:32.548s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [4.488s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. FAILURE [6.973s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [4.835s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [5.524s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.259s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [3:47.925s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.333s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.380s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [6.118s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [2.815s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.423s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.318s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [8.634s]
[INFO] Qpid BDB Message Store ............................ SKIPPED
[INFO] Qpid BDB Message Store JMX ........................ SKIPPED
[INFO] Qpid Java Broker .................................. SKIPPED
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.253s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.150s]
[INFO] Qpid JCA .......................................... SUCCESS [1.940s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.434s]
[INFO] Qpid Tools ........................................ SUCCESS [0.360s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.162s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [0.769s]
[INFO] Qpid System Tests ................................. SKIPPED
[INFO] Qpid Performance Tests ............................ SUCCESS [20.955s]
[INFO] Qpid Performance Test System Tests ................ SKIPPED
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [5.124s]
[INFO] Qpid BDB Store System Tests ....................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10:31.535s
[INFO] Finished at: Fri Sep 04 01:48:32 UTC 2015
[INFO] Final Memory: 62M/316M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (default-test) on project qpid-broker-plugins-amqp-0-8-protocol: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/broker-plugins/amqp-0-8-protocol/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-broker-plugins-amqp-0-8-protocol
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2835

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

Changes:

[rgodfrey] QPID-6662 : use pooled buffers for ssl encrypted data

[rgodfrey] QPID-6262 : Fix case where TLS is used and application buffer has space remaining but it is less than the SSL packet size

------------------------------------------
[...truncated 4262 lines...]
Running org.apache.qpid.disttest.jms.JmsMessageAdaptorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.qpid.disttest.jms.JmsMessageAdaptorTest
Running org.apache.qpid.disttest.db.ResultsDbWriterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.051 sec - in org.apache.qpid.disttest.db.ResultsDbWriterTest
Running org.apache.qpid.disttest.ConfigFileHelperTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.qpid.disttest.ConfigFileHelperTest
Running org.apache.qpid.disttest.controller.TestRunnerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.167 sec - in org.apache.qpid.disttest.controller.TestRunnerTest
Running org.apache.qpid.disttest.controller.ParticipatingClientsTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec - in org.apache.qpid.disttest.controller.ParticipatingClientsTest
Running org.apache.qpid.disttest.controller.ClientRegistryTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.587 sec - in org.apache.qpid.disttest.controller.ClientRegistryTest
Running org.apache.qpid.disttest.controller.config.ConsumerConfigTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.apache.qpid.disttest.controller.config.ConsumerConfigTest
Running org.apache.qpid.disttest.controller.config.ConnectionConfigTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in org.apache.qpid.disttest.controller.config.ConnectionConfigTest
Running org.apache.qpid.disttest.controller.config.ParticipantConfigTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.apache.qpid.disttest.controller.config.ParticipantConfigTest
Running org.apache.qpid.disttest.controller.config.ProducerConfigTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec - in org.apache.qpid.disttest.controller.config.ProducerConfigTest
Running org.apache.qpid.disttest.controller.config.JavaScriptConfigEvaluatorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 sec - in org.apache.qpid.disttest.controller.config.JavaScriptConfigEvaluatorTest
Running org.apache.qpid.disttest.controller.config.ConfigReaderTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 sec - in org.apache.qpid.disttest.controller.config.ConfigReaderTest
Running org.apache.qpid.disttest.controller.config.SessionConfigTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec - in org.apache.qpid.disttest.controller.config.SessionConfigTest
Running org.apache.qpid.disttest.controller.config.TestInstanceTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.apache.qpid.disttest.controller.config.TestInstanceTest
Running org.apache.qpid.disttest.controller.config.IterationValueTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.apache.qpid.disttest.controller.config.IterationValueTest
Running org.apache.qpid.disttest.controller.config.ClientConfigTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.qpid.disttest.controller.config.ClientConfigTest
Running org.apache.qpid.disttest.controller.config.ConfigTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.qpid.disttest.controller.config.ConfigTest
Running org.apache.qpid.disttest.controller.config.TestConfigTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.apache.qpid.disttest.controller.config.TestConfigTest
Running org.apache.qpid.disttest.controller.config.MessageProviderConfigTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.qpid.disttest.controller.config.MessageProviderConfigTest
Running org.apache.qpid.disttest.controller.ControllerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec - in org.apache.qpid.disttest.controller.ControllerTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qpid-perftests-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qpid-perftests-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1050-VaryingNumberOfProducerSessionsSingleConnection.chartdef longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1301-QueueConsumersWithNonOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/timeseries/1011-MultipleProducersAndConsumers-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1302-QueueConsumersWithOverlappingSelectors-Transient.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1303-QueueConsumersWithOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1300-QueueConsumersWithNonOverlappingSelectors-Transient.chartdef longer than 100 characters.
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid Performance Test System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Qpid Performance Tests Visualisation JFC 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
     [echo] Qpid Test Profile Properties
     [echo] [profile] cpp
     [echo] [profile.broker.language] cpp
     [echo] [profile.broker.type] spawned
     [echo] [profile.broker.command] "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/src/qpidd"> -p @PORT --data-dir "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/QPID_WORK/@PORT"> -t --auth no --no-module-dir
     [echo] [profile.specific.excludes] CPPPrefetchExcludes CPPTransientExcludes
     [echo] [profile.test.excludes] Excludes CPPExcludes cpp.excludes CPPPrefetchExcludes CPPTransientExcludes cpp.excludes
     [echo] [profile.broker.version] v0_10
     [echo] [profile.test.amqp_port_protocols] ["AMQP_0_8","AMQP_0_9","AMQP_0_9_1","AMQP_0_10"]
     [echo] [profile.broker.persistent] false
     [echo] [profile.virtualhostnode.type] Memory
     [echo] [profile.virtualhostnode.context.blueprint] ${profile.virtualhostnode.context.blueprint}
     [echo] [profile.test_receive_timeout] 1000
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ qpid-perftests-visualisation-jfc ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/main/resources>
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ qpid-perftests-visualisation-jfc ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.151 sec - in org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.558 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 sec - in org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Running org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Running org.apache.qpid.disttest.charting.writer.ChartWriterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.3 sec - in org.apache.qpid.disttest.charting.writer.ChartWriterTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Running org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Running org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests-visualisation-jfc ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests-visualisation-jfc ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-visualisation-jfc-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests-visualisation-jfc/6.0.0-SNAPSHOT/lib/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid BDB Store System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.246s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [1.984s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.443s]
[INFO] Qpid Common ....................................... SUCCESS [3:44.120s]
[INFO] Qpid Management Common ............................ SUCCESS [1.690s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:30.992s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [4.751s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. FAILURE [6.423s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [4.822s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [5.464s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.234s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [18.954s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.217s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.532s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [5.130s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [2.741s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.287s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.271s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [8.220s]
[INFO] Qpid BDB Message Store ............................ SKIPPED
[INFO] Qpid BDB Message Store JMX ........................ SKIPPED
[INFO] Qpid Java Broker .................................. SKIPPED
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.197s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.155s]
[INFO] Qpid JCA .......................................... SUCCESS [1.918s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.390s]
[INFO] Qpid Tools ........................................ SUCCESS [0.302s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.119s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [0.772s]
[INFO] Qpid System Tests ................................. SKIPPED
[INFO] Qpid Performance Tests ............................ SUCCESS [13.576s]
[INFO] Qpid Performance Test System Tests ................ SKIPPED
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [4.872s]
[INFO] Qpid BDB Store System Tests ....................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6:51.603s
[INFO] Finished at: Thu Sep 03 18:23:53 UTC 2015
[INFO] Final Memory: 62M/293M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (default-test) on project qpid-broker-plugins-amqp-0-8-protocol: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/broker-plugins/amqp-0-8-protocol/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-broker-plugins-amqp-0-8-protocol
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2834

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

Changes:

[orudyy] QPID-6726: [Java Broker] Change flow to disk trigger to consider direct memory occupancy

------------------------------------------
[...truncated 4264 lines...]
Running org.apache.qpid.disttest.jms.JmsMessageAdaptorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.qpid.disttest.jms.JmsMessageAdaptorTest
Running org.apache.qpid.disttest.db.ResultsDbWriterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.033 sec - in org.apache.qpid.disttest.db.ResultsDbWriterTest
Running org.apache.qpid.disttest.ConfigFileHelperTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.qpid.disttest.ConfigFileHelperTest
Running org.apache.qpid.disttest.controller.TestRunnerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.181 sec - in org.apache.qpid.disttest.controller.TestRunnerTest
Running org.apache.qpid.disttest.controller.ParticipatingClientsTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec - in org.apache.qpid.disttest.controller.ParticipatingClientsTest
Running org.apache.qpid.disttest.controller.ClientRegistryTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.576 sec - in org.apache.qpid.disttest.controller.ClientRegistryTest
Running org.apache.qpid.disttest.controller.config.ConsumerConfigTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.apache.qpid.disttest.controller.config.ConsumerConfigTest
Running org.apache.qpid.disttest.controller.config.ConnectionConfigTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec - in org.apache.qpid.disttest.controller.config.ConnectionConfigTest
Running org.apache.qpid.disttest.controller.config.ParticipantConfigTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.qpid.disttest.controller.config.ParticipantConfigTest
Running org.apache.qpid.disttest.controller.config.ProducerConfigTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.apache.qpid.disttest.controller.config.ProducerConfigTest
Running org.apache.qpid.disttest.controller.config.JavaScriptConfigEvaluatorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11 sec - in org.apache.qpid.disttest.controller.config.JavaScriptConfigEvaluatorTest
Running org.apache.qpid.disttest.controller.config.ConfigReaderTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 sec - in org.apache.qpid.disttest.controller.config.ConfigReaderTest
Running org.apache.qpid.disttest.controller.config.SessionConfigTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec - in org.apache.qpid.disttest.controller.config.SessionConfigTest
Running org.apache.qpid.disttest.controller.config.TestInstanceTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in org.apache.qpid.disttest.controller.config.TestInstanceTest
Running org.apache.qpid.disttest.controller.config.IterationValueTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.apache.qpid.disttest.controller.config.IterationValueTest
Running org.apache.qpid.disttest.controller.config.ClientConfigTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.qpid.disttest.controller.config.ClientConfigTest
Running org.apache.qpid.disttest.controller.config.ConfigTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.qpid.disttest.controller.config.ConfigTest
Running org.apache.qpid.disttest.controller.config.TestConfigTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.apache.qpid.disttest.controller.config.TestConfigTest
Running org.apache.qpid.disttest.controller.config.MessageProviderConfigTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.qpid.disttest.controller.config.MessageProviderConfigTest
Running org.apache.qpid.disttest.controller.ControllerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec - in org.apache.qpid.disttest.controller.ControllerTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qpid-perftests-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qpid-perftests-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1050-VaryingNumberOfProducerSessionsSingleConnection.chartdef longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1301-QueueConsumersWithNonOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/timeseries/1011-MultipleProducersAndConsumers-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1302-QueueConsumersWithOverlappingSelectors-Transient.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1303-QueueConsumersWithOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1300-QueueConsumersWithNonOverlappingSelectors-Transient.chartdef longer than 100 characters.
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid Performance Test System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Qpid Performance Tests Visualisation JFC 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
     [echo] Qpid Test Profile Properties
     [echo] [profile] cpp
     [echo] [profile.broker.language] cpp
     [echo] [profile.broker.type] spawned
     [echo] [profile.broker.command] "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/src/qpidd"> -p @PORT --data-dir "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/QPID_WORK/@PORT"> -t --auth no --no-module-dir
     [echo] [profile.specific.excludes] CPPPrefetchExcludes CPPTransientExcludes
     [echo] [profile.test.excludes] Excludes CPPExcludes cpp.excludes CPPPrefetchExcludes CPPTransientExcludes cpp.excludes
     [echo] [profile.broker.version] v0_10
     [echo] [profile.test.amqp_port_protocols] ["AMQP_0_8","AMQP_0_9","AMQP_0_9_1","AMQP_0_10"]
     [echo] [profile.broker.persistent] false
     [echo] [profile.virtualhostnode.type] Memory
     [echo] [profile.virtualhostnode.context.blueprint] ${profile.virtualhostnode.context.blueprint}
     [echo] [profile.test_receive_timeout] 1000
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ qpid-perftests-visualisation-jfc ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/main/resources>
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ qpid-perftests-visualisation-jfc ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.211 sec - in org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.769 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 sec - in org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Running org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Running org.apache.qpid.disttest.charting.writer.ChartWriterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.311 sec - in org.apache.qpid.disttest.charting.writer.ChartWriterTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Running org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Running org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec - in org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec - in org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests-visualisation-jfc ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests-visualisation-jfc ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-visualisation-jfc-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests-visualisation-jfc/6.0.0-SNAPSHOT/lib/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid BDB Store System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.274s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [2.003s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.538s]
[INFO] Qpid Common ....................................... SUCCESS [3:45.997s]
[INFO] Qpid Management Common ............................ SUCCESS [1.717s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:31.137s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [4.741s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. FAILURE [6.674s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [5.078s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [5.482s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.266s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [17.117s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.204s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.902s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [5.510s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [2.840s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.287s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.301s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [8.532s]
[INFO] Qpid BDB Message Store ............................ SKIPPED
[INFO] Qpid BDB Message Store JMX ........................ SKIPPED
[INFO] Qpid Java Broker .................................. SKIPPED
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.233s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.153s]
[INFO] Qpid JCA .......................................... SUCCESS [1.901s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.404s]
[INFO] Qpid Tools ........................................ SUCCESS [0.300s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.113s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [0.794s]
[INFO] Qpid System Tests ................................. SKIPPED
[INFO] Qpid Performance Tests ............................ SUCCESS [13.531s]
[INFO] Qpid Performance Test System Tests ................ SKIPPED
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [5.252s]
[INFO] Qpid BDB Store System Tests ....................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6:54.098s
[INFO] Finished at: Thu Sep 03 15:59:20 UTC 2015
[INFO] Final Memory: 62M/312M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (default-test) on project qpid-broker-plugins-amqp-0-8-protocol: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/broker-plugins/amqp-0-8-protocol/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-broker-plugins-amqp-0-8-protocol
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2833

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

Changes:

[rgodfrey] QPID-6662 : Ensure byte buffer disposal

------------------------------------------
[...truncated 10198 lines...]
Running org.apache.qpid.disttest.jms.JmsMessageAdaptorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.qpid.disttest.jms.JmsMessageAdaptorTest
Running org.apache.qpid.disttest.db.ResultsDbWriterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.04 sec - in org.apache.qpid.disttest.db.ResultsDbWriterTest
Running org.apache.qpid.disttest.ConfigFileHelperTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.qpid.disttest.ConfigFileHelperTest
Running org.apache.qpid.disttest.controller.TestRunnerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.174 sec - in org.apache.qpid.disttest.controller.TestRunnerTest
Running org.apache.qpid.disttest.controller.ParticipatingClientsTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec - in org.apache.qpid.disttest.controller.ParticipatingClientsTest
Running org.apache.qpid.disttest.controller.ClientRegistryTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.581 sec - in org.apache.qpid.disttest.controller.ClientRegistryTest
Running org.apache.qpid.disttest.controller.config.ConsumerConfigTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.apache.qpid.disttest.controller.config.ConsumerConfigTest
Running org.apache.qpid.disttest.controller.config.ConnectionConfigTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.apache.qpid.disttest.controller.config.ConnectionConfigTest
Running org.apache.qpid.disttest.controller.config.ParticipantConfigTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.apache.qpid.disttest.controller.config.ParticipantConfigTest
Running org.apache.qpid.disttest.controller.config.ProducerConfigTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec - in org.apache.qpid.disttest.controller.config.ProducerConfigTest
Running org.apache.qpid.disttest.controller.config.JavaScriptConfigEvaluatorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 sec - in org.apache.qpid.disttest.controller.config.JavaScriptConfigEvaluatorTest
Running org.apache.qpid.disttest.controller.config.ConfigReaderTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 sec - in org.apache.qpid.disttest.controller.config.ConfigReaderTest
Running org.apache.qpid.disttest.controller.config.SessionConfigTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec - in org.apache.qpid.disttest.controller.config.SessionConfigTest
Running org.apache.qpid.disttest.controller.config.TestInstanceTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.apache.qpid.disttest.controller.config.TestInstanceTest
Running org.apache.qpid.disttest.controller.config.IterationValueTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in org.apache.qpid.disttest.controller.config.IterationValueTest
Running org.apache.qpid.disttest.controller.config.ClientConfigTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec - in org.apache.qpid.disttest.controller.config.ClientConfigTest
Running org.apache.qpid.disttest.controller.config.ConfigTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.qpid.disttest.controller.config.ConfigTest
Running org.apache.qpid.disttest.controller.config.TestConfigTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.apache.qpid.disttest.controller.config.TestConfigTest
Running org.apache.qpid.disttest.controller.config.MessageProviderConfigTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.qpid.disttest.controller.config.MessageProviderConfigTest
Running org.apache.qpid.disttest.controller.ControllerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec - in org.apache.qpid.disttest.controller.ControllerTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qpid-perftests-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qpid-perftests-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1050-VaryingNumberOfProducerSessionsSingleConnection.chartdef longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1301-QueueConsumersWithNonOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/timeseries/1011-MultipleProducersAndConsumers-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1302-QueueConsumersWithOverlappingSelectors-Transient.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1303-QueueConsumersWithOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1300-QueueConsumersWithNonOverlappingSelectors-Transient.chartdef longer than 100 characters.
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid Performance Test System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Qpid Performance Tests Visualisation JFC 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
     [echo] Qpid Test Profile Properties
     [echo] [profile] cpp
     [echo] [profile.broker.language] cpp
     [echo] [profile.broker.type] spawned
     [echo] [profile.broker.command] "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/src/qpidd"> -p @PORT --data-dir "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/QPID_WORK/@PORT"> -t --auth no --no-module-dir
     [echo] [profile.specific.excludes] CPPPrefetchExcludes CPPTransientExcludes
     [echo] [profile.test.excludes] Excludes CPPExcludes cpp.excludes CPPPrefetchExcludes CPPTransientExcludes cpp.excludes
     [echo] [profile.broker.version] v0_10
     [echo] [profile.test.amqp_port_protocols] ["AMQP_0_8","AMQP_0_9","AMQP_0_9_1","AMQP_0_10"]
     [echo] [profile.broker.persistent] false
     [echo] [profile.virtualhostnode.type] Memory
     [echo] [profile.virtualhostnode.context.blueprint] ${profile.virtualhostnode.context.blueprint}
     [echo] [profile.test_receive_timeout] 1000
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ qpid-perftests-visualisation-jfc ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/main/resources>
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ qpid-perftests-visualisation-jfc ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.116 sec - in org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.632 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 sec - in org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Running org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Running org.apache.qpid.disttest.charting.writer.ChartWriterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.302 sec - in org.apache.qpid.disttest.charting.writer.ChartWriterTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Running org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Running org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests-visualisation-jfc ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests-visualisation-jfc ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-visualisation-jfc-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests-visualisation-jfc/6.0.0-SNAPSHOT/lib/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid BDB Store System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.220s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [2.164s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.573s]
[INFO] Qpid Common ....................................... SUCCESS [3:39.230s]
[INFO] Qpid Management Common ............................ SUCCESS [1.957s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:32.118s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [5.101s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. FAILURE [6.934s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [5.103s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [5.862s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.299s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [18.879s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.413s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.641s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [6.568s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [2.937s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.463s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.402s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [8.839s]
[INFO] Qpid BDB Message Store ............................ SKIPPED
[INFO] Qpid BDB Message Store JMX ........................ SKIPPED
[INFO] Qpid Java Broker .................................. SKIPPED
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.282s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.176s]
[INFO] Qpid JCA .......................................... SUCCESS [2.007s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.428s]
[INFO] Qpid Tools ........................................ SUCCESS [0.428s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.345s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [2.452s]
[INFO] Qpid System Tests ................................. SKIPPED
[INFO] Qpid Performance Tests ............................ SUCCESS [13.716s]
[INFO] Qpid Performance Test System Tests ................ SKIPPED
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [5.028s]
[INFO] Qpid BDB Store System Tests ....................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6:55.474s
[INFO] Finished at: Thu Sep 03 14:21:51 UTC 2015
[INFO] Final Memory: 62M/254M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (default-test) on project qpid-broker-plugins-amqp-0-8-protocol: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/broker-plugins/amqp-0-8-protocol/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-broker-plugins-amqp-0-8-protocol
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2832

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

Changes:

[kwall] QPID-6656: [Java Broker] Correct algorithm for determining target queue size

------------------------------------------
[...truncated 10211 lines...]
Running org.apache.qpid.disttest.controller.ControllerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 sec - in org.apache.qpid.disttest.controller.ControllerTest
Running org.apache.qpid.disttest.controller.ClientRegistryTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.582 sec - in org.apache.qpid.disttest.controller.ClientRegistryTest
Running org.apache.qpid.disttest.controller.TestRunnerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.154 sec - in org.apache.qpid.disttest.controller.TestRunnerTest
Running org.apache.qpid.disttest.ArgumentParserTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.apache.qpid.disttest.ArgumentParserTest
Running org.apache.qpid.disttest.db.ResultsDbWriterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.313 sec - in org.apache.qpid.disttest.db.ResultsDbWriterTest
Running org.apache.qpid.disttest.client.ParticipantRegistryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.apache.qpid.disttest.client.ParticipantRegistryTest
Running org.apache.qpid.disttest.client.utils.ExecutorWithNoLimitsTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.apache.qpid.disttest.client.utils.ExecutorWithNoLimitsTest
Running org.apache.qpid.disttest.client.utils.ExecutorWithTimeLimitTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.536 sec - in org.apache.qpid.disttest.client.utils.ExecutorWithTimeLimitTest
Running org.apache.qpid.disttest.client.property.PropertyValueFactoryTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.apache.qpid.disttest.client.property.PropertyValueFactoryTest
Running org.apache.qpid.disttest.client.property.RangePropertyValueTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.apache.qpid.disttest.client.property.RangePropertyValueTest
Running org.apache.qpid.disttest.client.property.RandomPropertyValueTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.apache.qpid.disttest.client.property.RandomPropertyValueTest
Running org.apache.qpid.disttest.client.property.ListPropertyValueTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.apache.qpid.disttest.client.property.ListPropertyValueTest
Running org.apache.qpid.disttest.client.property.SimplePropertyValueTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.qpid.disttest.client.property.SimplePropertyValueTest
Running org.apache.qpid.disttest.client.ParticipantExecutorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 sec - in org.apache.qpid.disttest.client.ParticipantExecutorTest
Running org.apache.qpid.disttest.client.ConsumerParticipantTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.229 sec - in org.apache.qpid.disttest.client.ConsumerParticipantTest
Running org.apache.qpid.disttest.client.MessageProviderTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 sec - in org.apache.qpid.disttest.client.MessageProviderTest
Running org.apache.qpid.disttest.client.ClientCommandVisitorTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.apache.qpid.disttest.client.ClientCommandVisitorTest
Running org.apache.qpid.disttest.client.ClientTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.541 sec - in org.apache.qpid.disttest.client.ClientTest
Running org.apache.qpid.disttest.client.ParticipantResultFactoryTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.apache.qpid.disttest.client.ParticipantResultFactoryTest
Running org.apache.qpid.disttest.client.ProducerParticipantTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.565 sec - in org.apache.qpid.disttest.client.ProducerParticipantTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qpid-perftests-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qpid-perftests-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1050-VaryingNumberOfProducerSessionsSingleConnection.chartdef longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1300-QueueConsumersWithNonOverlappingSelectors-Transient.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/timeseries/1011-MultipleProducersAndConsumers-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1302-QueueConsumersWithOverlappingSelectors-Transient.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1301-QueueConsumersWithNonOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1303-QueueConsumersWithOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid Performance Test System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Qpid Performance Tests Visualisation JFC 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
     [echo] Qpid Test Profile Properties
     [echo] [profile] cpp
     [echo] [profile.broker.language] cpp
     [echo] [profile.broker.type] spawned
     [echo] [profile.broker.command] "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/src/qpidd"> -p @PORT --data-dir "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/QPID_WORK/@PORT"> -t --auth no --no-module-dir
     [echo] [profile.specific.excludes] CPPPrefetchExcludes CPPTransientExcludes
     [echo] [profile.test.excludes] Excludes CPPExcludes cpp.excludes CPPPrefetchExcludes CPPTransientExcludes cpp.excludes
     [echo] [profile.broker.version] v0_10
     [echo] [profile.test.amqp_port_protocols] ["AMQP_0_8","AMQP_0_9","AMQP_0_9_1","AMQP_0_10"]
     [echo] [profile.broker.persistent] false
     [echo] [profile.virtualhostnode.type] Memory
     [echo] [profile.virtualhostnode.context.blueprint] ${profile.virtualhostnode.context.blueprint}
     [echo] [profile.test_receive_timeout] 1000
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ qpid-perftests-visualisation-jfc ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/main/resources>
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ qpid-perftests-visualisation-jfc ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.qpid.disttest.charting.writer.ChartWriterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.335 sec - in org.apache.qpid.disttest.charting.writer.ChartWriterTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.127 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Running org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Running org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec - in org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec - in org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec - in org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.921 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Running org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec - in org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Running org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests-visualisation-jfc ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests-visualisation-jfc ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-visualisation-jfc-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests-visualisation-jfc/6.0.0-SNAPSHOT/lib/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid BDB Store System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [3.734s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [2.418s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.597s]
[INFO] Qpid Common ....................................... SUCCESS [3:47.726s]
[INFO] Qpid Management Common ............................ SUCCESS [1.955s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:32.914s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [4.820s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. FAILURE [6.371s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [4.920s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [5.499s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.327s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [17.249s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.407s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.864s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [6.196s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [2.964s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.474s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.319s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [9.277s]
[INFO] Qpid BDB Message Store ............................ SKIPPED
[INFO] Qpid BDB Message Store JMX ........................ SKIPPED
[INFO] Qpid Java Broker .................................. SKIPPED
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.233s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.172s]
[INFO] Qpid JCA .......................................... SUCCESS [2.177s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.518s]
[INFO] Qpid Tools ........................................ SUCCESS [0.465s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.169s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [3.184s]
[INFO] Qpid System Tests ................................. SKIPPED
[INFO] Qpid Performance Tests ............................ SUCCESS [14.695s]
[INFO] Qpid Performance Test System Tests ................ SKIPPED
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [5.304s]
[INFO] Qpid BDB Store System Tests ....................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7:05.974s
[INFO] Finished at: Thu Sep 03 12:53:29 UTC 2015
[INFO] Final Memory: 64M/296M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (default-test) on project qpid-broker-plugins-amqp-0-8-protocol: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/broker-plugins/amqp-0-8-protocol/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-broker-plugins-amqp-0-8-protocol
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2831

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

Changes:

[astitcher] QPID-6718: Complete parsing for all styles of numeric literals

------------------------------------------
[...truncated 7327 lines...]
A         common/src/main/java/org/apache/qpid/transport/network
AU        common/src/main/java/org/apache/qpid/transport/network/TransportEncryption.java
A         common/src/main/java/org/apache/qpid/transport/network/io
A         common/src/main/java/org/apache/qpid/transport/network/io/IdleTimeoutTicker.java
A         common/src/main/java/org/apache/qpid/transport/network/io/IoSender.java
AU        common/src/main/java/org/apache/qpid/transport/network/io/IoReceiver.java
A         common/src/main/java/org/apache/qpid/transport/network/io/IoNetworkTransport.java
A         common/src/main/java/org/apache/qpid/transport/network/io/IoNetworkConnection.java
A         common/src/main/java/org/apache/qpid/transport/network/security
A         common/src/main/java/org/apache/qpid/transport/network/security/SecurityLayerFactory.java
A         common/src/main/java/org/apache/qpid/transport/network/security/ssl
A         common/src/main/java/org/apache/qpid/transport/network/security/ssl/SSLUtil.java
A         common/src/main/java/org/apache/qpid/transport/network/security/ssl/SSLSender.java
A         common/src/main/java/org/apache/qpid/transport/network/security/ssl/QpidClientX509KeyManager.java
A         common/src/main/java/org/apache/qpid/transport/network/security/ssl/QpidMultipleTrustManager.java
A         common/src/main/java/org/apache/qpid/transport/network/security/ssl/SSLReceiver.java
A         common/src/main/java/org/apache/qpid/transport/network/security/ssl/QpidPeersOnlyTrustManager.java
A         common/src/main/java/org/apache/qpid/transport/network/security/sasl
A         common/src/main/java/org/apache/qpid/transport/network/security/sasl/SASLSender.java
A         common/src/main/java/org/apache/qpid/transport/network/security/sasl/SASLReceiver.java
A         common/src/main/java/org/apache/qpid/transport/network/security/sasl/SASLEncryptor.java
A         common/src/main/java/org/apache/qpid/transport/network/security/SecurityLayer.java
A         common/src/main/java/org/apache/qpid/transport/network/security/SSLStatus.java
AU        common/src/main/java/org/apache/qpid/transport/network/AggregateTicker.java
A         common/src/main/java/org/apache/qpid/transport/network/NetworkConnection.java
A         common/src/main/java/org/apache/qpid/transport/network/TransportActivity.java
AU        common/src/main/java/org/apache/qpid/transport/network/Frame.java
AU        common/src/main/java/org/apache/qpid/transport/network/NetworkEvent.java
AU        common/src/main/java/org/apache/qpid/transport/network/Assembler.java
AU        common/src/main/java/org/apache/qpid/transport/network/Disassembler.java
AU        common/src/main/java/org/apache/qpid/transport/network/InputHandler.java
A         common/src/main/java/org/apache/qpid/transport/network/Ticker.java
AU        common/src/main/java/org/apache/qpid/transport/network/NetworkDelegate.java
A         common/src/main/java/org/apache/qpid/transport/SessionConfirmed.java
A         common/src/main/java/org/apache/qpid/transport/ConnectionRedirect.java
A         common/src/main/java/org/apache/qpid/transport/Xid.java
A         common/src/main/java/org/apache/qpid/transport/MessageFlush.java
A         common/src/main/java/org/apache/qpid/transport/MessageSubscribe.java
AU        common/src/main/java/org/apache/qpid/transport/ProtocolEventReceiver.java
A         common/src/main/java/org/apache/qpid/transport/MessageStop.java
A         common/src/main/java/org/apache/qpid/transport/FrameSizeObserver.java
A         common/src/main/java/org/apache/qpid/transport/NetworkTransportConfiguration.java
A         common/src/main/java/org/apache/qpid/transport/ConnectionSecureOk.java
A         common/src/main/java/org/apache/qpid/transport/ExchangeDeclare.java
A         common/src/main/java/org/apache/qpid/transport/QueueDeclare.java
A         common/src/main/java/org/apache/qpid/transport/XaResult.java
A         common/src/main/java/org/apache/qpid/transport/SessionAttach.java
AU        common/src/main/java/org/apache/qpid/transport/ConnectionException.java
A         common/src/main/java/org/apache/qpid/transport/ConnectionHeartbeat.java
AU        common/src/main/java/org/apache/qpid/transport/LegacyClientProperties.java
A         common/src/main/java/org/apache/qpid/transport/MessageFlowMode.java
A         common/src/main/java/org/apache/qpid/transport/SessionAttached.java
A         common/src/main/java/org/apache/qpid/transport/MessageRelease.java
AU        common/src/main/java/org/apache/qpid/transport/Header.java
A         common/src/main/java/org/apache/qpid/transport/MessageDeliveryPriority.java
A         common/src/main/java/org/apache/qpid/transport/TxSelect.java
AU        common/src/main/java/org/apache/qpid/transport/Range.java
A         common/src/main/java/org/apache/qpid/transport/SessionKnownCompleted.java
A         common/src/main/java/org/apache/qpid/transport/Acquired.java
A         common/src/main/java/org/apache/qpid/transport/MessageDeliveryMode.java
A         common/src/main/java/org/apache/qpid/transport/MessageSetFlowMode.java
A         common/src/main/java/org/apache/qpid/transport/ReplyTo.java
A         common/src/main/java/org/apache/qpid/transport/MessageAcquire.java
A         common/src/main/java/org/apache/qpid/transport/ExecutionSync.java
A         common/src/main/java/org/apache/qpid/transport/SegmentType.java
A         common/src/main/java/org/apache/qpid/transport/DtxGetTimeout.java
A         common/src/main/java/org/apache/qpid/transport/QueueDelete.java
A         common/src/main/java/org/apache/qpid/transport/DtxCommit.java
AU        common/src/main/java/org/apache/qpid/transport/RangeSet.java
A         common/src/main/java/org/apache/qpid/transport/MessageAcceptMode.java
A         common/src/main/java/org/apache/qpid/transport/FileReturnCode.java
AU        common/src/main/java/org/apache/qpid/transport/ProtocolError.java
A         common/src/main/java/org/apache/qpid/transport/SessionGap.java
AU        common/src/main/java/org/apache/qpid/transport/SessionDelegate.java
A         common/src/main/java/org/apache/qpid/transport/ConnectionSettings.java
A         common/src/main/java/org/apache/qpid/transport/ConnectionOpen.java
A         common/src/main/java/org/apache/qpid/transport/MessageReject.java
A         common/src/main/java/org/apache/qpid/transport/ExchangeUnbind.java
A         common/src/main/java/org/apache/qpid/transport/DtxSetTimeout.java
AU        common/src/main/java/org/apache/qpid/transport/ByteBufferReceiver.java
AU        common/src/main/java/org/apache/qpid/transport/SenderClosedException.java
AU        common/src/main/java/org/apache/qpid/transport/ConnectionDelegate.java
A         common/src/main/java/org/apache/qpid/transport/DtxXaStatus.java
A         common/src/main/java/org/apache/qpid/transport/SessionHeader.java
A         common/src/main/java/org/apache/qpid/transport/util
AU        common/src/main/java/org/apache/qpid/transport/util/Functions.java
AU        common/src/main/java/org/apache/qpid/transport/util/Waiter.java
AU        common/src/main/java/org/apache/qpid/transport/ProtocolEvent.java
A         common/src/main/java/org/apache/qpid/transport/TxRollback.java
A         common/src/main/java/org/apache/qpid/transport/SessionCommandFragment.java
A         common/src/main/java/org/apache/qpid/transport/ExecutionErrorCode.java
AU        common/src/main/java/org/apache/qpid/transport/ClientDelegate.java
AU        common/src/main/java/org/apache/qpid/transport/Future.java
AU        common/src/main/java/org/apache/qpid/transport/ProtocolHeader.java
A         common/src/main/java/org/apache/qpid/transport/MethodDelegate.java
A         common/src/main/java/org/apache/qpid/transport/ConnectionOpenOk.java
A         common/src/main/java/org/apache/qpid/transport/MessageFlow.java
A         common/src/main/java/org/apache/qpid/transport/DtxPrepare.java
A         common/src/main/java/org/apache/qpid/transport/MessageCreditUnit.java
AU        common/src/main/java/org/apache/qpid/transport/NetworkEventReceiver.java
A         common/src/main/java/org/apache/qpid/transport/GetTimeoutResult.java
A         common/src/main/java/org/apache/qpid/transport/ConnectionClose.java
A         common/src/main/java/org/apache/qpid/transport/DtxRecover.java
A         common/src/main/java/org/apache/qpid/transport/ConnectionTuneOk.java
A         common/src/main/java/org/apache/qpid/transport/SessionFlush.java
A         common/src/main/java/org/apache/qpid/transport/StreamReturnCode.java
A         common/src/main/java/org/apache/qpid/transport/SessionTimeout.java
A         common/src/main/java/org/apache/qpid/transport/ConnectionInvoker.java
A         common/src/main/java/org/apache/qpid/transport/DtxSelect.java
AU        common/src/main/java/org/apache/qpid/transport/ServerDelegate.java
A         common/src/main/java/org/apache/qpid/transport/MessageAccept.java
A         common/src/main/java/org/apache/qpid/transport/ExchangeDelete.java
A         common/src/main/java/org/apache/qpid/transport/MessageResume.java
A         common/src/main/java/org/apache/qpid/transport/ExchangeQueryResult.java
A         common/src/main/java/org/apache/qpid/transport/QueueQueryResult.java
A         common/src/main/java/org/apache/qpid/transport/QueueQuery.java
A         common/src/main/java/org/apache/qpid/transport/MessageRejectCode.java
A         common/src/main/java/org/apache/qpid/transport/DtxStart.java
A         common/src/main/java/org/apache/qpid/transport/ConnectionCloseOk.java
AU        common/src/main/java/org/apache/qpid/transport/ProtocolVersionException.java
AU        common/src/main/java/org/apache/qpid/transport/SessionClosedException.java
A         common/src/main/java/org/apache/qpid/transport/SessionCommandPoint.java
AU        common/src/main/java/org/apache/qpid/transport/ByteBufferSender.java
AU        common/src/main/java/org/apache/qpid/transport/SenderException.java
A         common/src/main/java/org/apache/qpid/transport/MessageProperties.java
AU        common/src/main/java/org/apache/qpid/transport/SessionException.java
A         common/src/main/java/org/apache/qpid/transport/ExecutionResult.java
A         common/src/main/java/org/apache/qpid/transport/SessionRequestTimeout.java
A         common/src/main/java/org/apache/qpid/transport/DtxRollback.java
AU        common/src/main/java/org/apache/qpid/transport/TransportException.java
A         common/src/main/java/org/apache/qpid/transport/StructFactory.java
A         common/src/main/java/org/apache/qpid/transport/ConnectionCloseCode.java
A         common/src/main/java/org/apache/qpid/transport/SessionCompleted.java
A         common/src/main/java/org/apache/qpid/transport/FragmentProperties.java
A         common/src/main/java/org/apache/qpid/transport/Type.java
AU        common/src/main/java/org/apache/qpid/transport/Session.java
AU        common/src/main/java/org/apache/qpid/transport/Struct.java
A         common/src/main/java/org/apache/qpid/transport/SessionDetachCode.java
A         common/src/main/java/org/apache/qpid/transport/Constant.java
A         common/src/main/java/org/apache/qpid/transport/MessageCancel.java
A         common/src/main/java/org/apache/qpid/transport/RangeSetImpl.java
A         common/src/main/java/org/apache/qpid/transport/codec
AU        common/src/main/java/org/apache/qpid/transport/codec/AbstractDecoder.java
AU        common/src/main/java/org/apache/qpid/transport/codec/BBDecoder.java
AU        common/src/main/java/org/apache/qpid/transport/codec/Encodable.java
AU        common/src/main/java/org/apache/qpid/transport/codec/Encoder.java
AU        common/src/main/java/org/apache/qpid/transport/codec/AbstractEncoder.java
AU        common/src/main/java/org/apache/qpid/transport/codec/BBEncoder.java
AU        common/src/main/java/org/apache/qpid/transport/codec/Decoder.java
AU        common/src/main/java/org/apache/qpid/transport/Connection.java
A         common/src/main/java/org/apache/qpid/transport/RangeSetFactory.java
A         common/src/main/java/org/apache/qpid/transport/MessageResumeResult.java
A         common/src/main/java/org/apache/qpid/transport/SessionExpected.java
A         common/src/main/java/org/apache/qpid/transport/ConnectionSecure.java
A         common/src/main/java/org/apache/qpid/transport/DtxForget.java
AU        common/src/main/java/common.bnd
A         common/src/main/grammar
A         common/src/main/grammar/SelectorParser.jj
A         common/src/main/resources
A         common/src/main/resources/qpidversion.properties
A         common/Constant.tpl
A         common/pom.xml
AU        common/templating.py
A         common/templates
A         common/templates/method
A         common/templates/method/MethodBodyInterface.vm
A         common/templates/method/version
A         common/templates/method/version/MethodBodyClass.vm
A         common/templates/model
A         common/templates/model/ClientMethodDispatcherInterface.vm
A         common/templates/model/MethodDispatcherInterface.vm
A         common/templates/model/ProtocolVersionListClass.vm
A         common/templates/model/MethodRegistryClass.vm
A         common/templates/model/ServerMethodDispatcherInterface.vm
A         common/templates/model/version
A         common/templates/model/version/MethodRegistryClass.vm
A         common/templates/model/version/ServerMethodDispatcherInterface.vm
A         common/templates/model/version/ClientMethodDispatcherInterface.vm
A         common/templates/model/version/MethodDispatcherInterface.vm
AU        common/genutil.py
A         common/mllib
AU        common/mllib/transforms.py
AU        common/mllib/__init__.py
AU        common/mllib/dom.py
AU        common/mllib/parsers.py
A         common/Composite.tpl
A         common/Enum.tpl
AU        common/codegen
A         common/Option.tpl
A         common/build-generate-sources.xml
A         pom.xml
 U        .
At revision 1700915
no change for http://svn.apache.org/repos/asf/qpid/java/trunk since the previous build
[locks-and-latches] Checking to see if we really have the locks
[locks-and-latches] Have all the locks, build can start
[Qpid-Java-Cpp-Test] $ /bin/sh /tmp/hudson7818408662727483797.sh
-- The C compiler identification is GNU 4.8.2
-- The CXX compiler identification is GNU 4.8.2
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Found PythonInterp: /usr/bin/python (found version "2.7.6") 
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.26") 
-- Found Ruby: /usr/bin/ruby (found version "1.9.1") 
-- Could NOT find Doxygen (missing:  DOXYGEN_EXECUTABLE) 
-- Could NOT find VALGRIND (missing:  VALGRIND_EXECUTABLE) 
-- Looking for sasl_checkpass in sasl2
-- Looking for sasl_checkpass in sasl2 - found
-- Looking for include file sasl/sasl.h
-- Looking for include file sasl/sasl.h - found
-- Found SASL: 1  
-- Regenerating AMQP protocol sources
-- <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/qpid/cpp/src/qpid/broker/management-schema.xml> is newer
-- <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/qpid/cpp/src/qpid/acl/management-schema.xml> is newer
-- <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/qpid/cpp/src/qpid/ha/management-schema.xml> is newer
-- <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/qpid/cpp/src/qpid/legacystore/management-schema.xml> is newer
-- <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/qpid/cpp/src/qpid/linearstore/management-schema.xml> is newer
-- Regenerating Qpid Management Framework sources
-- Can't locate the doxygen command; user documentation cannot be generated
-- Boost version: 1.54.0
-- Found the following Boost libraries:
--   program_options
--   system
-- Looking for uuid_generate
-- Looking for uuid_generate - not found
-- Looking for uuid_generate in uuid
-- Looking for uuid_generate in uuid - not found
-- Looking for uuid_create
-- Looking for uuid_create - not found
-- Looking for UuidToString
-- Looking for UuidToString - not found
CMake Error at src/CMakeLists.txt:306 (message):
  No Uuid API found


-- Configuring incomplete, errors occurred!
See also "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/CMakeFiles/CMakeOutput.log".>
See also "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/CMakeFiles/CMakeError.log".>
make: *** No targets specified and no makefile found.  Stop.
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

Build failed in Jenkins: Qpid-Java-Cpp-Test #2830

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

------------------------------------------
[...truncated 17675 lines...]
Running org.apache.qpid.disttest.controller.config.ConsumerConfigTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.qpid.disttest.controller.config.ConsumerConfigTest
Running org.apache.qpid.disttest.controller.config.ConfigTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.apache.qpid.disttest.controller.config.ConfigTest
Running org.apache.qpid.disttest.controller.config.TestInstanceTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.apache.qpid.disttest.controller.config.TestInstanceTest
Running org.apache.qpid.disttest.controller.config.JavaScriptConfigEvaluatorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 sec - in org.apache.qpid.disttest.controller.config.JavaScriptConfigEvaluatorTest
Running org.apache.qpid.disttest.controller.ControllerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 sec - in org.apache.qpid.disttest.controller.ControllerTest
Running org.apache.qpid.disttest.controller.TestRunnerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.141 sec - in org.apache.qpid.disttest.controller.TestRunnerTest
Running org.apache.qpid.disttest.controller.ParticipatingClientsTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.qpid.disttest.controller.ParticipatingClientsTest
Running org.apache.qpid.disttest.controller.ClientRegistryTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.582 sec - in org.apache.qpid.disttest.controller.ClientRegistryTest
Running org.apache.qpid.disttest.VisitorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.apache.qpid.disttest.VisitorTest
Running org.apache.qpid.disttest.message.JsonHandlerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec - in org.apache.qpid.disttest.message.JsonHandlerTest
Running org.apache.qpid.disttest.message.ParticipantResultTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 sec - in org.apache.qpid.disttest.message.ParticipantResultTest
Running org.apache.qpid.disttest.ConfigFileHelperTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.qpid.disttest.ConfigFileHelperTest
Running org.apache.qpid.disttest.results.aggregation.SeriesStatisticsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.qpid.disttest.results.aggregation.SeriesStatisticsTest
Running org.apache.qpid.disttest.results.aggregation.ParticipantResultAggregatorTest
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec - in org.apache.qpid.disttest.results.aggregation.ParticipantResultAggregatorTest
Running org.apache.qpid.disttest.results.aggregation.AggregatorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec - in org.apache.qpid.disttest.results.aggregation.AggregatorTest
Running org.apache.qpid.disttest.results.aggregation.TestResultAggregatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.apache.qpid.disttest.results.aggregation.TestResultAggregatorTest
Running org.apache.qpid.disttest.results.formatting.CSVFormatterTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.apache.qpid.disttest.results.formatting.CSVFormatterTest
Running org.apache.qpid.disttest.results.formatting.CSVOrderParticipantResultComparatorTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec - in org.apache.qpid.disttest.results.formatting.CSVOrderParticipantResultComparatorTest
Running org.apache.qpid.disttest.results.ResultsFileWriterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.apache.qpid.disttest.results.ResultsFileWriterTest
Running org.apache.qpid.disttest.jms.JmsMessageAdaptorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.qpid.disttest.jms.JmsMessageAdaptorTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qpid-perftests-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qpid-perftests-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/timeseries/1011-MultipleProducersAndConsumers-Persistent.chartdef longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1050-VaryingNumberOfProducerSessionsSingleConnection.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1300-QueueConsumersWithNonOverlappingSelectors-Transient.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1303-QueueConsumersWithOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1302-QueueConsumersWithOverlappingSelectors-Transient.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1301-QueueConsumersWithNonOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid Performance Test System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Qpid Performance Tests Visualisation JFC 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
     [echo] Qpid Test Profile Properties
     [echo] [profile] cpp
     [echo] [profile.broker.language] cpp
     [echo] [profile.broker.type] spawned
     [echo] [profile.broker.command] "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/src/qpidd"> -p @PORT --data-dir "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/QPID_WORK/@PORT"> -t --auth no --no-module-dir
     [echo] [profile.specific.excludes] CPPPrefetchExcludes CPPTransientExcludes
     [echo] [profile.test.excludes] Excludes CPPExcludes cpp.excludes CPPPrefetchExcludes CPPTransientExcludes cpp.excludes
     [echo] [profile.broker.version] v0_10
     [echo] [profile.test.amqp_port_protocols] ["AMQP_0_8","AMQP_0_9","AMQP_0_9_1","AMQP_0_10"]
     [echo] [profile.broker.persistent] false
     [echo] [profile.virtualhostnode.type] Memory
     [echo] [profile.virtualhostnode.context.blueprint] ${profile.virtualhostnode.context.blueprint}
     [echo] [profile.test_receive_timeout] 1000
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ qpid-perftests-visualisation-jfc ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/main/resources>
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ qpid-perftests-visualisation-jfc ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.577 sec - in org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.454 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Running org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.533 sec - in org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec - in org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.643 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Running org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.writer.ChartWriterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.254 sec - in org.apache.qpid.disttest.charting.writer.ChartWriterTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests-visualisation-jfc ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests-visualisation-jfc ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-visualisation-jfc-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests-visualisation-jfc/6.0.0-SNAPSHOT/lib/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid BDB Store System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.261s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [1.580s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.459s]
[INFO] Qpid Common ....................................... SUCCESS [3:01.755s]
[INFO] Qpid Management Common ............................ SUCCESS [1.387s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:28.281s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [4.190s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. FAILURE [5.455s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [4.878s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [4.887s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.187s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [1:45.041s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.393s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [8.134s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [5.216s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [2.463s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.241s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.311s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [7.709s]
[INFO] Qpid BDB Message Store ............................ SKIPPED
[INFO] Qpid BDB Message Store JMX ........................ SKIPPED
[INFO] Qpid Java Broker .................................. SKIPPED
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.165s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.170s]
[INFO] Qpid JCA .......................................... SUCCESS [1.852s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.483s]
[INFO] Qpid Tools ........................................ SUCCESS [0.273s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.097s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [3.817s]
[INFO] Qpid System Tests ................................. SKIPPED
[INFO] Qpid Performance Tests ............................ SUCCESS [16.582s]
[INFO] Qpid Performance Test System Tests ................ SKIPPED
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [5.235s]
[INFO] Qpid BDB Store System Tests ....................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7:34.407s
[INFO] Finished at: Wed Sep 02 22:36:53 UTC 2015
[INFO] Final Memory: 62M/225M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (default-test) on project qpid-broker-plugins-amqp-0-8-protocol: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/broker-plugins/amqp-0-8-protocol/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-broker-plugins-amqp-0-8-protocol
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2829

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

Changes:

[astitcher] QPID-6717: Fix issue with BETWEEN comparisons when types don't match

[astitcher] Revert "QPID-6717: fix evaluation of BETWEEN and NOT IN when types are mismatched"

This reverts commit 85ed093ba4beae54c1622000cb7a38cb30889239.

- This change broke handling of the IN construct.

[astitcher] QPID-6717: Unit tests to demonstrate the issue (or not!)

[astitcher] NO-JIRA: Remove unused function

------------------------------------------
[...truncated 4261 lines...]
Running org.apache.qpid.disttest.jms.JmsMessageAdaptorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.qpid.disttest.jms.JmsMessageAdaptorTest
Running org.apache.qpid.disttest.db.ResultsDbWriterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.13 sec - in org.apache.qpid.disttest.db.ResultsDbWriterTest
Running org.apache.qpid.disttest.ConfigFileHelperTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.qpid.disttest.ConfigFileHelperTest
Running org.apache.qpid.disttest.controller.TestRunnerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.165 sec - in org.apache.qpid.disttest.controller.TestRunnerTest
Running org.apache.qpid.disttest.controller.ParticipatingClientsTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec - in org.apache.qpid.disttest.controller.ParticipatingClientsTest
Running org.apache.qpid.disttest.controller.ClientRegistryTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.582 sec - in org.apache.qpid.disttest.controller.ClientRegistryTest
Running org.apache.qpid.disttest.controller.config.ConsumerConfigTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.apache.qpid.disttest.controller.config.ConsumerConfigTest
Running org.apache.qpid.disttest.controller.config.ConnectionConfigTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.apache.qpid.disttest.controller.config.ConnectionConfigTest
Running org.apache.qpid.disttest.controller.config.ParticipantConfigTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.apache.qpid.disttest.controller.config.ParticipantConfigTest
Running org.apache.qpid.disttest.controller.config.ProducerConfigTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.apache.qpid.disttest.controller.config.ProducerConfigTest
Running org.apache.qpid.disttest.controller.config.JavaScriptConfigEvaluatorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 sec - in org.apache.qpid.disttest.controller.config.JavaScriptConfigEvaluatorTest
Running org.apache.qpid.disttest.controller.config.ConfigReaderTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 sec - in org.apache.qpid.disttest.controller.config.ConfigReaderTest
Running org.apache.qpid.disttest.controller.config.SessionConfigTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 sec - in org.apache.qpid.disttest.controller.config.SessionConfigTest
Running org.apache.qpid.disttest.controller.config.TestInstanceTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.apache.qpid.disttest.controller.config.TestInstanceTest
Running org.apache.qpid.disttest.controller.config.IterationValueTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.apache.qpid.disttest.controller.config.IterationValueTest
Running org.apache.qpid.disttest.controller.config.ClientConfigTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.qpid.disttest.controller.config.ClientConfigTest
Running org.apache.qpid.disttest.controller.config.ConfigTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.qpid.disttest.controller.config.ConfigTest
Running org.apache.qpid.disttest.controller.config.TestConfigTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.apache.qpid.disttest.controller.config.TestConfigTest
Running org.apache.qpid.disttest.controller.config.MessageProviderConfigTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.qpid.disttest.controller.config.MessageProviderConfigTest
Running org.apache.qpid.disttest.controller.ControllerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec - in org.apache.qpid.disttest.controller.ControllerTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qpid-perftests-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qpid-perftests-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1050-VaryingNumberOfProducerSessionsSingleConnection.chartdef longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1301-QueueConsumersWithNonOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/timeseries/1011-MultipleProducersAndConsumers-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1302-QueueConsumersWithOverlappingSelectors-Transient.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1303-QueueConsumersWithOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1300-QueueConsumersWithNonOverlappingSelectors-Transient.chartdef longer than 100 characters.
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid Performance Test System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Qpid Performance Tests Visualisation JFC 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
     [echo] Qpid Test Profile Properties
     [echo] [profile] cpp
     [echo] [profile.broker.language] cpp
     [echo] [profile.broker.type] spawned
     [echo] [profile.broker.command] "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/src/qpidd"> -p @PORT --data-dir "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/QPID_WORK/@PORT"> -t --auth no --no-module-dir
     [echo] [profile.specific.excludes] CPPPrefetchExcludes CPPTransientExcludes
     [echo] [profile.test.excludes] Excludes CPPExcludes cpp.excludes CPPPrefetchExcludes CPPTransientExcludes cpp.excludes
     [echo] [profile.broker.version] v0_10
     [echo] [profile.test.amqp_port_protocols] ["AMQP_0_8","AMQP_0_9","AMQP_0_9_1","AMQP_0_10"]
     [echo] [profile.broker.persistent] false
     [echo] [profile.virtualhostnode.type] Memory
     [echo] [profile.virtualhostnode.context.blueprint] ${profile.virtualhostnode.context.blueprint}
     [echo] [profile.test_receive_timeout] 1000
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ qpid-perftests-visualisation-jfc ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/main/resources>
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ qpid-perftests-visualisation-jfc ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.122 sec - in org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.516 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 sec - in org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Running org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Running org.apache.qpid.disttest.charting.writer.ChartWriterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.302 sec - in org.apache.qpid.disttest.charting.writer.ChartWriterTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Running org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Running org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests-visualisation-jfc ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests-visualisation-jfc ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-visualisation-jfc-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests-visualisation-jfc/6.0.0-SNAPSHOT/lib/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid BDB Store System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.191s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [2.060s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.523s]
[INFO] Qpid Common ....................................... SUCCESS [3:39.619s]
[INFO] Qpid Management Common ............................ SUCCESS [1.936s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:31.098s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [4.812s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. FAILURE [6.508s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [4.905s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [5.452s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.260s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [18.843s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.318s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.678s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [5.727s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [2.807s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.429s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.378s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [8.509s]
[INFO] Qpid BDB Message Store ............................ SKIPPED
[INFO] Qpid BDB Message Store JMX ........................ SKIPPED
[INFO] Qpid Java Broker .................................. SKIPPED
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.212s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.156s]
[INFO] Qpid JCA .......................................... SUCCESS [1.924s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.401s]
[INFO] Qpid Tools ........................................ SUCCESS [0.353s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.126s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [0.978s]
[INFO] Qpid System Tests ................................. SKIPPED
[INFO] Qpid Performance Tests ............................ SUCCESS [13.268s]
[INFO] Qpid Performance Test System Tests ................ SKIPPED
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [4.799s]
[INFO] Qpid BDB Store System Tests ....................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6:49.049s
[INFO] Finished at: Wed Sep 02 19:22:24 UTC 2015
[INFO] Final Memory: 62M/305M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (default-test) on project qpid-broker-plugins-amqp-0-8-protocol: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/broker-plugins/amqp-0-8-protocol/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-broker-plugins-amqp-0-8-protocol
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2828

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

Changes:

[eallen] NO-JIRA: Fix for python client ValueError exception. see bz1249608

------------------------------------------
[...truncated 4260 lines...]
Running org.apache.qpid.disttest.jms.JmsMessageAdaptorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.qpid.disttest.jms.JmsMessageAdaptorTest
Running org.apache.qpid.disttest.db.ResultsDbWriterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.099 sec - in org.apache.qpid.disttest.db.ResultsDbWriterTest
Running org.apache.qpid.disttest.ConfigFileHelperTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.qpid.disttest.ConfigFileHelperTest
Running org.apache.qpid.disttest.controller.TestRunnerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.165 sec - in org.apache.qpid.disttest.controller.TestRunnerTest
Running org.apache.qpid.disttest.controller.ParticipatingClientsTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec - in org.apache.qpid.disttest.controller.ParticipatingClientsTest
Running org.apache.qpid.disttest.controller.ClientRegistryTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.577 sec - in org.apache.qpid.disttest.controller.ClientRegistryTest
Running org.apache.qpid.disttest.controller.config.ConsumerConfigTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.apache.qpid.disttest.controller.config.ConsumerConfigTest
Running org.apache.qpid.disttest.controller.config.ConnectionConfigTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.apache.qpid.disttest.controller.config.ConnectionConfigTest
Running org.apache.qpid.disttest.controller.config.ParticipantConfigTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.apache.qpid.disttest.controller.config.ParticipantConfigTest
Running org.apache.qpid.disttest.controller.config.ProducerConfigTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.apache.qpid.disttest.controller.config.ProducerConfigTest
Running org.apache.qpid.disttest.controller.config.JavaScriptConfigEvaluatorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.228 sec - in org.apache.qpid.disttest.controller.config.JavaScriptConfigEvaluatorTest
Running org.apache.qpid.disttest.controller.config.ConfigReaderTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 sec - in org.apache.qpid.disttest.controller.config.ConfigReaderTest
Running org.apache.qpid.disttest.controller.config.SessionConfigTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 sec - in org.apache.qpid.disttest.controller.config.SessionConfigTest
Running org.apache.qpid.disttest.controller.config.TestInstanceTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.apache.qpid.disttest.controller.config.TestInstanceTest
Running org.apache.qpid.disttest.controller.config.IterationValueTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.apache.qpid.disttest.controller.config.IterationValueTest
Running org.apache.qpid.disttest.controller.config.ClientConfigTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.qpid.disttest.controller.config.ClientConfigTest
Running org.apache.qpid.disttest.controller.config.ConfigTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.qpid.disttest.controller.config.ConfigTest
Running org.apache.qpid.disttest.controller.config.TestConfigTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.apache.qpid.disttest.controller.config.TestConfigTest
Running org.apache.qpid.disttest.controller.config.MessageProviderConfigTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.qpid.disttest.controller.config.MessageProviderConfigTest
Running org.apache.qpid.disttest.controller.ControllerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec - in org.apache.qpid.disttest.controller.ControllerTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qpid-perftests-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qpid-perftests-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1050-VaryingNumberOfProducerSessionsSingleConnection.chartdef longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1301-QueueConsumersWithNonOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/timeseries/1011-MultipleProducersAndConsumers-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1302-QueueConsumersWithOverlappingSelectors-Transient.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1303-QueueConsumersWithOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1300-QueueConsumersWithNonOverlappingSelectors-Transient.chartdef longer than 100 characters.
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid Performance Test System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Qpid Performance Tests Visualisation JFC 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
     [echo] Qpid Test Profile Properties
     [echo] [profile] cpp
     [echo] [profile.broker.language] cpp
     [echo] [profile.broker.type] spawned
     [echo] [profile.broker.command] "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/src/qpidd"> -p @PORT --data-dir "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/QPID_WORK/@PORT"> -t --auth no --no-module-dir
     [echo] [profile.specific.excludes] CPPPrefetchExcludes CPPTransientExcludes
     [echo] [profile.test.excludes] Excludes CPPExcludes cpp.excludes CPPPrefetchExcludes CPPTransientExcludes cpp.excludes
     [echo] [profile.broker.version] v0_10
     [echo] [profile.test.amqp_port_protocols] ["AMQP_0_8","AMQP_0_9","AMQP_0_9_1","AMQP_0_10"]
     [echo] [profile.broker.persistent] false
     [echo] [profile.virtualhostnode.type] Memory
     [echo] [profile.virtualhostnode.context.blueprint] ${profile.virtualhostnode.context.blueprint}
     [echo] [profile.test_receive_timeout] 1000
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ qpid-perftests-visualisation-jfc ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/main/resources>
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ qpid-perftests-visualisation-jfc ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.151 sec - in org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.137 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec - in org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Running org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Running org.apache.qpid.disttest.charting.writer.ChartWriterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.371 sec - in org.apache.qpid.disttest.charting.writer.ChartWriterTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Running org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Running org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests-visualisation-jfc ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests-visualisation-jfc ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-visualisation-jfc-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests-visualisation-jfc/6.0.0-SNAPSHOT/lib/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid BDB Store System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.621s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [2.108s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.593s]
[INFO] Qpid Common ....................................... SUCCESS [3:41.637s]
[INFO] Qpid Management Common ............................ SUCCESS [2.114s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:33.468s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [4.827s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. FAILURE [6.475s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [4.967s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [5.720s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.277s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [18.581s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.951s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.940s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [6.124s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [3.004s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.426s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.453s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [8.682s]
[INFO] Qpid BDB Message Store ............................ SKIPPED
[INFO] Qpid BDB Message Store JMX ........................ SKIPPED
[INFO] Qpid Java Broker .................................. SKIPPED
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.255s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.166s]
[INFO] Qpid JCA .......................................... SUCCESS [1.948s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.463s]
[INFO] Qpid Tools ........................................ SUCCESS [0.340s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.149s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [1.070s]
[INFO] Qpid System Tests ................................. SKIPPED
[INFO] Qpid Performance Tests ............................ SUCCESS [13.993s]
[INFO] Qpid Performance Test System Tests ................ SKIPPED
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [5.701s]
[INFO] Qpid BDB Store System Tests ....................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6:57.936s
[INFO] Finished at: Wed Sep 02 17:23:08 UTC 2015
[INFO] Final Memory: 62M/289M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (default-test) on project qpid-broker-plugins-amqp-0-8-protocol: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/broker-plugins/amqp-0-8-protocol/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-broker-plugins-amqp-0-8-protocol
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2827

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

Changes:

[rgodfrey] QPID-6662 : Use QpidByteBuffer in metadata and 0-10 encoding in the broker

------------------------------------------
[...truncated 4279 lines...]
Running org.apache.qpid.disttest.jms.JmsMessageAdaptorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.qpid.disttest.jms.JmsMessageAdaptorTest
Running org.apache.qpid.disttest.db.ResultsDbWriterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.122 sec - in org.apache.qpid.disttest.db.ResultsDbWriterTest
Running org.apache.qpid.disttest.ConfigFileHelperTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.qpid.disttest.ConfigFileHelperTest
Running org.apache.qpid.disttest.controller.TestRunnerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.172 sec - in org.apache.qpid.disttest.controller.TestRunnerTest
Running org.apache.qpid.disttest.controller.ParticipatingClientsTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec - in org.apache.qpid.disttest.controller.ParticipatingClientsTest
Running org.apache.qpid.disttest.controller.ClientRegistryTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.583 sec - in org.apache.qpid.disttest.controller.ClientRegistryTest
Running org.apache.qpid.disttest.controller.config.ConsumerConfigTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.apache.qpid.disttest.controller.config.ConsumerConfigTest
Running org.apache.qpid.disttest.controller.config.ConnectionConfigTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.apache.qpid.disttest.controller.config.ConnectionConfigTest
Running org.apache.qpid.disttest.controller.config.ParticipantConfigTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.apache.qpid.disttest.controller.config.ParticipantConfigTest
Running org.apache.qpid.disttest.controller.config.ProducerConfigTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.apache.qpid.disttest.controller.config.ProducerConfigTest
Running org.apache.qpid.disttest.controller.config.JavaScriptConfigEvaluatorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.143 sec - in org.apache.qpid.disttest.controller.config.JavaScriptConfigEvaluatorTest
Running org.apache.qpid.disttest.controller.config.ConfigReaderTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 sec - in org.apache.qpid.disttest.controller.config.ConfigReaderTest
Running org.apache.qpid.disttest.controller.config.SessionConfigTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 sec - in org.apache.qpid.disttest.controller.config.SessionConfigTest
Running org.apache.qpid.disttest.controller.config.TestInstanceTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.apache.qpid.disttest.controller.config.TestInstanceTest
Running org.apache.qpid.disttest.controller.config.IterationValueTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.apache.qpid.disttest.controller.config.IterationValueTest
Running org.apache.qpid.disttest.controller.config.ClientConfigTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.qpid.disttest.controller.config.ClientConfigTest
Running org.apache.qpid.disttest.controller.config.ConfigTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.qpid.disttest.controller.config.ConfigTest
Running org.apache.qpid.disttest.controller.config.TestConfigTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.apache.qpid.disttest.controller.config.TestConfigTest
Running org.apache.qpid.disttest.controller.config.MessageProviderConfigTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.qpid.disttest.controller.config.MessageProviderConfigTest
Running org.apache.qpid.disttest.controller.ControllerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec - in org.apache.qpid.disttest.controller.ControllerTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qpid-perftests-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qpid-perftests-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1050-VaryingNumberOfProducerSessionsSingleConnection.chartdef longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1301-QueueConsumersWithNonOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/timeseries/1011-MultipleProducersAndConsumers-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1302-QueueConsumersWithOverlappingSelectors-Transient.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1303-QueueConsumersWithOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1300-QueueConsumersWithNonOverlappingSelectors-Transient.chartdef longer than 100 characters.
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid Performance Test System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Qpid Performance Tests Visualisation JFC 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
     [echo] Qpid Test Profile Properties
     [echo] [profile] cpp
     [echo] [profile.broker.language] cpp
     [echo] [profile.broker.type] spawned
     [echo] [profile.broker.command] "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/src/qpidd"> -p @PORT --data-dir "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/QPID_WORK/@PORT"> -t --auth no --no-module-dir
     [echo] [profile.specific.excludes] CPPPrefetchExcludes CPPTransientExcludes
     [echo] [profile.test.excludes] Excludes CPPExcludes cpp.excludes CPPPrefetchExcludes CPPTransientExcludes cpp.excludes
     [echo] [profile.broker.version] v0_10
     [echo] [profile.test.amqp_port_protocols] ["AMQP_0_8","AMQP_0_9","AMQP_0_9_1","AMQP_0_10"]
     [echo] [profile.broker.persistent] false
     [echo] [profile.virtualhostnode.type] Memory
     [echo] [profile.virtualhostnode.context.blueprint] ${profile.virtualhostnode.context.blueprint}
     [echo] [profile.test_receive_timeout] 1000
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ qpid-perftests-visualisation-jfc ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/main/resources>
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ qpid-perftests-visualisation-jfc ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.123 sec - in org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.564 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 sec - in org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Running org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Running org.apache.qpid.disttest.charting.writer.ChartWriterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.309 sec - in org.apache.qpid.disttest.charting.writer.ChartWriterTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Running org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Running org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests-visualisation-jfc ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests-visualisation-jfc ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-visualisation-jfc-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests-visualisation-jfc/6.0.0-SNAPSHOT/lib/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid BDB Store System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.174s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [1.929s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.463s]
[INFO] Qpid Common ....................................... SUCCESS [3:39.090s]
[INFO] Qpid Management Common ............................ SUCCESS [1.765s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:30.494s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [4.895s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. FAILURE [6.437s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [4.786s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [5.382s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.240s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [18.853s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.298s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [10.110s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [5.653s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [2.729s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.338s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.289s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [8.258s]
[INFO] Qpid BDB Message Store ............................ SKIPPED
[INFO] Qpid BDB Message Store JMX ........................ SKIPPED
[INFO] Qpid Java Broker .................................. SKIPPED
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.209s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.161s]
[INFO] Qpid JCA .......................................... SUCCESS [1.858s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.393s]
[INFO] Qpid Tools ........................................ SUCCESS [0.324s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.114s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [0.953s]
[INFO] Qpid System Tests ................................. SKIPPED
[INFO] Qpid Performance Tests ............................ SUCCESS [13.483s]
[INFO] Qpid Performance Test System Tests ................ SKIPPED
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [4.862s]
[INFO] Qpid BDB Store System Tests ....................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6:47.312s
[INFO] Finished at: Wed Sep 02 13:33:11 UTC 2015
[INFO] Final Memory: 62M/306M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (default-test) on project qpid-broker-plugins-amqp-0-8-protocol: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/broker-plugins/amqp-0-8-protocol/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-broker-plugins-amqp-0-8-protocol
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2826

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

------------------------------------------
[...truncated 4480 lines...]
Running org.apache.qpid.disttest.client.property.PropertyValueFactoryTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.apache.qpid.disttest.client.property.PropertyValueFactoryTest
Running org.apache.qpid.disttest.client.ParticipantExecutorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 sec - in org.apache.qpid.disttest.client.ParticipantExecutorTest
Running org.apache.qpid.disttest.client.ClientCommandVisitorTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 sec - in org.apache.qpid.disttest.client.ClientCommandVisitorTest
Running org.apache.qpid.disttest.client.utils.ExecutorWithNoLimitsTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.apache.qpid.disttest.client.utils.ExecutorWithNoLimitsTest
Running org.apache.qpid.disttest.client.utils.ExecutorWithTimeLimitTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.517 sec - in org.apache.qpid.disttest.client.utils.ExecutorWithTimeLimitTest
Running org.apache.qpid.disttest.client.ClientTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.544 sec - in org.apache.qpid.disttest.client.ClientTest
Running org.apache.qpid.disttest.client.MessageProviderTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 sec - in org.apache.qpid.disttest.client.MessageProviderTest
Running org.apache.qpid.disttest.client.ParticipantRegistryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.qpid.disttest.client.ParticipantRegistryTest
Running org.apache.qpid.disttest.client.ProducerParticipantTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.512 sec - in org.apache.qpid.disttest.client.ProducerParticipantTest
Running org.apache.qpid.disttest.client.ConsumerParticipantTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.173 sec - in org.apache.qpid.disttest.client.ConsumerParticipantTest
Running org.apache.qpid.disttest.client.ParticipantResultFactoryTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.apache.qpid.disttest.client.ParticipantResultFactoryTest
Running org.apache.qpid.disttest.results.aggregation.AggregatorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec - in org.apache.qpid.disttest.results.aggregation.AggregatorTest
Running org.apache.qpid.disttest.results.aggregation.ParticipantResultAggregatorTest
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec - in org.apache.qpid.disttest.results.aggregation.ParticipantResultAggregatorTest
Running org.apache.qpid.disttest.results.aggregation.SeriesStatisticsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.qpid.disttest.results.aggregation.SeriesStatisticsTest
Running org.apache.qpid.disttest.results.aggregation.TestResultAggregatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.apache.qpid.disttest.results.aggregation.TestResultAggregatorTest
Running org.apache.qpid.disttest.results.formatting.CSVFormatterTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.apache.qpid.disttest.results.formatting.CSVFormatterTest
Running org.apache.qpid.disttest.results.formatting.CSVOrderParticipantResultComparatorTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec - in org.apache.qpid.disttest.results.formatting.CSVOrderParticipantResultComparatorTest
Running org.apache.qpid.disttest.results.ResultsFileWriterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.apache.qpid.disttest.results.ResultsFileWriterTest
Running org.apache.qpid.disttest.jms.JmsMessageAdaptorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.qpid.disttest.jms.JmsMessageAdaptorTest
Running org.apache.qpid.disttest.VisitorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.apache.qpid.disttest.VisitorTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qpid-perftests-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qpid-perftests-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1302-QueueConsumersWithOverlappingSelectors-Transient.chartdef longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1300-QueueConsumersWithNonOverlappingSelectors-Transient.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1303-QueueConsumersWithOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1301-QueueConsumersWithNonOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1050-VaryingNumberOfProducerSessionsSingleConnection.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/timeseries/1011-MultipleProducersAndConsumers-Persistent.chartdef longer than 100 characters.
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid Performance Test System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Qpid Performance Tests Visualisation JFC 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
     [echo] Qpid Test Profile Properties
     [echo] [profile] cpp
     [echo] [profile.broker.language] cpp
     [echo] [profile.broker.type] spawned
     [echo] [profile.broker.command] "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/src/qpidd"> -p @PORT --data-dir "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/QPID_WORK/@PORT"> -t --auth no --no-module-dir
     [echo] [profile.specific.excludes] CPPPrefetchExcludes CPPTransientExcludes
     [echo] [profile.test.excludes] Excludes CPPExcludes cpp.excludes CPPPrefetchExcludes CPPTransientExcludes cpp.excludes
     [echo] [profile.broker.version] v0_10
     [echo] [profile.test.amqp_port_protocols] ["AMQP_0_8","AMQP_0_9","AMQP_0_9_1","AMQP_0_10"]
     [echo] [profile.broker.persistent] false
     [echo] [profile.virtualhostnode.type] Memory
     [echo] [profile.virtualhostnode.context.blueprint] ${profile.virtualhostnode.context.blueprint}
     [echo] [profile.test_receive_timeout] 1000
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ qpid-perftests-visualisation-jfc ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/main/resources>
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ qpid-perftests-visualisation-jfc ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.73 sec - in org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec - in org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.writer.ChartWriterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.796 sec - in org.apache.qpid.disttest.charting.writer.ChartWriterTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.929 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Running org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 sec - in org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Running org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Running org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests-visualisation-jfc ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests-visualisation-jfc ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-visualisation-jfc-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests-visualisation-jfc/6.0.0-SNAPSHOT/lib/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid BDB Store System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.290s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [2.047s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.447s]
[INFO] Qpid Common ....................................... SUCCESS [3:43.125s]
[INFO] Qpid Management Common ............................ SUCCESS [2.217s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:34.778s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [5.299s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. FAILURE [6.918s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [5.218s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [7.403s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.290s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [17.938s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.475s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.502s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [6.121s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [2.857s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.354s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.314s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [8.644s]
[INFO] Qpid BDB Message Store ............................ SKIPPED
[INFO] Qpid BDB Message Store JMX ........................ SKIPPED
[INFO] Qpid Java Broker .................................. SKIPPED
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.243s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.174s]
[INFO] Qpid JCA .......................................... SUCCESS [1.985s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.407s]
[INFO] Qpid Tools ........................................ SUCCESS [0.427s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.123s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [0.818s]
[INFO] Qpid System Tests ................................. SKIPPED
[INFO] Qpid Performance Tests ............................ SUCCESS [13.696s]
[INFO] Qpid Performance Test System Tests ................ SKIPPED
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [5.453s]
[INFO] Qpid BDB Store System Tests ....................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7:00.584s
[INFO] Finished at: Wed Sep 02 12:50:08 UTC 2015
[INFO] Final Memory: 64M/397M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (default-test) on project qpid-broker-plugins-amqp-0-8-protocol: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/broker-plugins/amqp-0-8-protocol/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-broker-plugins-amqp-0-8-protocol
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2825

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

Changes:

[rgodfrey] QPID-6662 : Reverted commit 1700588 as this seems to be causing failures in ProducerFlowControlTest

------------------------------------------
[...truncated 10383 lines...]
Running org.apache.qpid.disttest.jms.JmsMessageAdaptorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.qpid.disttest.jms.JmsMessageAdaptorTest
Running org.apache.qpid.disttest.db.ResultsDbWriterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.099 sec - in org.apache.qpid.disttest.db.ResultsDbWriterTest
Running org.apache.qpid.disttest.ConfigFileHelperTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.qpid.disttest.ConfigFileHelperTest
Running org.apache.qpid.disttest.controller.TestRunnerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.163 sec - in org.apache.qpid.disttest.controller.TestRunnerTest
Running org.apache.qpid.disttest.controller.ParticipatingClientsTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec - in org.apache.qpid.disttest.controller.ParticipatingClientsTest
Running org.apache.qpid.disttest.controller.ClientRegistryTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.58 sec - in org.apache.qpid.disttest.controller.ClientRegistryTest
Running org.apache.qpid.disttest.controller.config.ConsumerConfigTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.apache.qpid.disttest.controller.config.ConsumerConfigTest
Running org.apache.qpid.disttest.controller.config.ConnectionConfigTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.apache.qpid.disttest.controller.config.ConnectionConfigTest
Running org.apache.qpid.disttest.controller.config.ParticipantConfigTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.apache.qpid.disttest.controller.config.ParticipantConfigTest
Running org.apache.qpid.disttest.controller.config.ProducerConfigTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.apache.qpid.disttest.controller.config.ProducerConfigTest
Running org.apache.qpid.disttest.controller.config.JavaScriptConfigEvaluatorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.241 sec - in org.apache.qpid.disttest.controller.config.JavaScriptConfigEvaluatorTest
Running org.apache.qpid.disttest.controller.config.ConfigReaderTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 sec - in org.apache.qpid.disttest.controller.config.ConfigReaderTest
Running org.apache.qpid.disttest.controller.config.SessionConfigTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 sec - in org.apache.qpid.disttest.controller.config.SessionConfigTest
Running org.apache.qpid.disttest.controller.config.TestInstanceTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.apache.qpid.disttest.controller.config.TestInstanceTest
Running org.apache.qpid.disttest.controller.config.IterationValueTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.apache.qpid.disttest.controller.config.IterationValueTest
Running org.apache.qpid.disttest.controller.config.ClientConfigTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.apache.qpid.disttest.controller.config.ClientConfigTest
Running org.apache.qpid.disttest.controller.config.ConfigTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.qpid.disttest.controller.config.ConfigTest
Running org.apache.qpid.disttest.controller.config.TestConfigTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.apache.qpid.disttest.controller.config.TestConfigTest
Running org.apache.qpid.disttest.controller.config.MessageProviderConfigTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.qpid.disttest.controller.config.MessageProviderConfigTest
Running org.apache.qpid.disttest.controller.ControllerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec - in org.apache.qpid.disttest.controller.ControllerTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qpid-perftests-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qpid-perftests-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1050-VaryingNumberOfProducerSessionsSingleConnection.chartdef longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1301-QueueConsumersWithNonOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/timeseries/1011-MultipleProducersAndConsumers-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1302-QueueConsumersWithOverlappingSelectors-Transient.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1303-QueueConsumersWithOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1300-QueueConsumersWithNonOverlappingSelectors-Transient.chartdef longer than 100 characters.
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid Performance Test System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Qpid Performance Tests Visualisation JFC 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
     [echo] Qpid Test Profile Properties
     [echo] [profile] cpp
     [echo] [profile.broker.language] cpp
     [echo] [profile.broker.type] spawned
     [echo] [profile.broker.command] "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/src/qpidd"> -p @PORT --data-dir "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/QPID_WORK/@PORT"> -t --auth no --no-module-dir
     [echo] [profile.specific.excludes] CPPPrefetchExcludes CPPTransientExcludes
     [echo] [profile.test.excludes] Excludes CPPExcludes cpp.excludes CPPPrefetchExcludes CPPTransientExcludes cpp.excludes
     [echo] [profile.broker.version] v0_10
     [echo] [profile.test.amqp_port_protocols] ["AMQP_0_8","AMQP_0_9","AMQP_0_9_1","AMQP_0_10"]
     [echo] [profile.broker.persistent] false
     [echo] [profile.virtualhostnode.type] Memory
     [echo] [profile.virtualhostnode.context.blueprint] ${profile.virtualhostnode.context.blueprint}
     [echo] [profile.test_receive_timeout] 1000
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ qpid-perftests-visualisation-jfc ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/main/resources>
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ qpid-perftests-visualisation-jfc ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.121 sec - in org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.731 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec - in org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Running org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Running org.apache.qpid.disttest.charting.writer.ChartWriterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.306 sec - in org.apache.qpid.disttest.charting.writer.ChartWriterTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Running org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Running org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests-visualisation-jfc ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests-visualisation-jfc ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-visualisation-jfc-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests-visualisation-jfc/6.0.0-SNAPSHOT/lib/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid BDB Store System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [3.085s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [2.311s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.684s]
[INFO] Qpid Common ....................................... SUCCESS [3:39.748s]
[INFO] Qpid Management Common ............................ SUCCESS [1.930s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:31.412s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [5.039s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. FAILURE [6.663s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [5.024s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [5.950s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.297s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [19.109s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.517s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.787s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [7.097s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [2.950s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.427s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.414s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [8.972s]
[INFO] Qpid BDB Message Store ............................ SKIPPED
[INFO] Qpid BDB Message Store JMX ........................ SKIPPED
[INFO] Qpid Java Broker .................................. SKIPPED
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.288s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.191s]
[INFO] Qpid JCA .......................................... SUCCESS [2.098s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.464s]
[INFO] Qpid Tools ........................................ SUCCESS [0.404s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.160s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [3.929s]
[INFO] Qpid System Tests ................................. SKIPPED
[INFO] Qpid Performance Tests ............................ SUCCESS [14.153s]
[INFO] Qpid Performance Test System Tests ................ SKIPPED
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [5.255s]
[INFO] Qpid BDB Store System Tests ....................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6:59.384s
[INFO] Finished at: Wed Sep 02 09:26:17 UTC 2015
[INFO] Final Memory: 62M/264M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (default-test) on project qpid-broker-plugins-amqp-0-8-protocol: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/broker-plugins/amqp-0-8-protocol/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-broker-plugins-amqp-0-8-protocol
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2824

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

Changes:

[gsim] QPID-6639: ensure all available data is decoded

------------------------------------------
[...truncated 7327 lines...]
A         common/src/main/java/org/apache/qpid/transport/network/security/ssl/SSLReceiver.java
A         common/src/main/java/org/apache/qpid/transport/network/security/ssl/QpidPeersOnlyTrustManager.java
A         common/src/main/java/org/apache/qpid/transport/network/security/ssl/SSLUtil.java
A         common/src/main/java/org/apache/qpid/transport/network/security/ssl/SSLSender.java
A         common/src/main/java/org/apache/qpid/transport/network/security/sasl
A         common/src/main/java/org/apache/qpid/transport/network/security/sasl/SASLReceiver.java
A         common/src/main/java/org/apache/qpid/transport/network/security/sasl/SASLEncryptor.java
A         common/src/main/java/org/apache/qpid/transport/network/security/sasl/SASLSender.java
A         common/src/main/java/org/apache/qpid/transport/network/security/SecurityLayer.java
A         common/src/main/java/org/apache/qpid/transport/network/security/SSLStatus.java
A         common/src/main/java/org/apache/qpid/transport/network/security/SecurityLayerFactory.java
AU        common/src/main/java/org/apache/qpid/transport/network/AggregateTicker.java
A         common/src/main/java/org/apache/qpid/transport/network/NetworkConnection.java
A         common/src/main/java/org/apache/qpid/transport/network/TransportActivity.java
AU        common/src/main/java/org/apache/qpid/transport/network/Frame.java
AU        common/src/main/java/org/apache/qpid/transport/network/NetworkEvent.java
AU        common/src/main/java/org/apache/qpid/transport/network/Assembler.java
AU        common/src/main/java/org/apache/qpid/transport/network/Disassembler.java
AU        common/src/main/java/org/apache/qpid/transport/network/InputHandler.java
AU        common/src/main/java/org/apache/qpid/transport/ConnectionException.java
A         common/src/main/java/org/apache/qpid/transport/ConnectionHeartbeat.java
A         common/src/main/java/org/apache/qpid/transport/ConnectionRedirect.java
AU        common/src/main/java/org/apache/qpid/transport/Session.java
AU        common/src/main/java/org/apache/qpid/transport/SessionClosedException.java
AU        common/src/main/java/org/apache/qpid/transport/ProtocolDelegate.java
A         common/src/main/java/org/apache/qpid/transport/MessageDeliveryMode.java
A         common/src/main/java/org/apache/qpid/transport/RangeSetFactory.java
A         common/src/main/java/org/apache/qpid/transport/ConnectionSecureOk.java
A         common/src/main/java/org/apache/qpid/transport/MessageAccept.java
A         common/src/main/java/org/apache/qpid/transport/SegmentType.java
A         common/src/main/java/org/apache/qpid/transport/SessionExpected.java
A         common/src/main/java/org/apache/qpid/transport/MessageResume.java
A         common/src/main/java/org/apache/qpid/transport/QueueDelete.java
A         common/src/main/java/org/apache/qpid/transport/ConnectionStartOk.java
AU        common/src/main/java/org/apache/qpid/transport/NetworkEventReceiver.java
AU        common/src/main/java/org/apache/qpid/transport/Struct.java
A         common/src/main/java/org/apache/qpid/transport/SessionFlush.java
AU        common/src/main/java/org/apache/qpid/transport/SessionListener.java
A         common/src/main/java/org/apache/qpid/transport/DtxXaStatus.java
A         common/src/main/java/org/apache/qpid/transport/MessageSetFlowMode.java
A         common/src/main/java/org/apache/qpid/transport/FrameSizeObserver.java
A         common/src/main/java/org/apache/qpid/transport/SessionRequestTimeout.java
A         common/src/main/java/org/apache/qpid/transport/TxCommit.java
A         common/src/main/java/org/apache/qpid/transport/SessionConfirmed.java
A         common/src/main/java/org/apache/qpid/transport/SessionGap.java
A         common/src/main/java/org/apache/qpid/transport/MessageFlow.java
A         common/src/main/java/org/apache/qpid/transport/StructFactory.java
AU        common/src/main/java/org/apache/qpid/AMQDisconnectedException.java
A         common/src/main/java/org/apache/qpid/ssl
AU        common/src/main/java/org/apache/qpid/ssl/SSLContextFactory.java
AU        common/src/main/java/org/apache/qpid/AMQUndeliveredException.java
A         common/src/main/java/org/apache/qpid/AMQSecurityException.java
A         common/src/main/java/org/apache/qpid/codec
AU        common/src/main/java/org/apache/qpid/codec/AMQDecoder.java
AU        common/src/main/java/org/apache/qpid/codec/ClientDecoder.java
A         common/src/main/java/org/apache/qpid/codec/MarkableDataInput.java
AU        common/src/main/java/org/apache/qpid/codec/ServerDecoder.java
A         common/src/main/java/org/apache/qpid/util
A         common/src/main/java/org/apache/qpid/util/ByteBufferDataOutput.java
A         common/src/main/java/org/apache/qpid/util/ByteBufferInputStream.java
AU        common/src/main/java/org/apache/qpid/util/Strings.java
AU        common/src/main/java/org/apache/qpid/util/UUIDs.java
A         common/src/main/java/org/apache/qpid/util/GZIPUtils.java
A         common/src/main/java/org/apache/qpid/util/DataUrlUtils.java
AU        common/src/main/java/org/apache/qpid/util/ByteBufferUtils.java
AU        common/src/main/java/org/apache/qpid/util/Serial.java
AU        common/src/main/java/org/apache/qpid/util/FileUtils.java
AU        common/src/main/java/org/apache/qpid/util/UUIDGen.java
A         common/src/main/java/org/apache/qpid/util/BytesDataOutput.java
AU        common/src/main/java/org/apache/qpid/util/NameUUIDGen.java
AU        common/src/main/java/org/apache/qpid/util/RandomUUIDGen.java
AU        common/src/main/java/org/apache/qpid/util/CommandLineParser.java
A         common/src/main/java/org/apache/qpid/util/SystemUtils.java
A         common/src/main/java/org/apache/qpid/exchange
AU        common/src/main/java/org/apache/qpid/exchange/ExchangeDefaults.java
A         common/src/main/java/org/apache/qpid/framing
A         common/src/main/java/org/apache/qpid/framing/ByteBufferListDataInput.java
AU        common/src/main/java/org/apache/qpid/framing/AMQProtocolInstanceException.java
A         common/src/main/java/org/apache/qpid/framing/QueuePurgeBody.java
A         common/src/main/java/org/apache/qpid/framing/ConfirmSelectOkBody.java
AU        common/src/main/java/org/apache/qpid/framing/CompositeAMQDataBlock.java
A         common/src/main/java/org/apache/qpid/framing/ProtocolVersion.java
A         common/src/main/java/org/apache/qpid/framing/FrameCreatingMethodProcessor.java
A         common/src/main/java/org/apache/qpid/framing/TxSelectBody.java
A         common/src/main/java/org/apache/qpid/framing/QueueDeclareOkBody.java
A         common/src/main/java/org/apache/qpid/framing/ChannelFlowBody.java
A         common/src/main/java/org/apache/qpid/framing/BasicGetEmptyBody.java
A         common/src/main/java/org/apache/qpid/framing/BasicAckBody.java
A         common/src/main/java/org/apache/qpid/framing/MethodProcessor.java
AU        common/src/main/java/org/apache/qpid/framing/EncodableAMQDataBlock.java
AU        common/src/main/java/org/apache/qpid/framing/AMQTypedValue.java
A         common/src/main/java/org/apache/qpid/framing/ExchangeDeleteBody.java
A         common/src/main/java/org/apache/qpid/framing/BasicConsumeOkBody.java
A         common/src/main/java/org/apache/qpid/framing/ConnectionSecureBody.java
AU        common/src/main/java/org/apache/qpid/framing/MessagePublishInfo.java
AU        common/src/main/java/org/apache/qpid/framing/ProtocolInitiation.java
A         common/src/main/java/org/apache/qpid/framing/ConnectionStartBody.java
A         common/src/main/java/org/apache/qpid/framing/ConnectionRedirectBody.java
A         common/src/main/java/org/apache/qpid/framing/BasicCancelOkBody.java
A         common/src/main/java/org/apache/qpid/framing/QueueBindBody.java
AU        common/src/main/java/org/apache/qpid/framing/BasicContentHeaderProperties.java
A         common/src/main/java/org/apache/qpid/framing/ConnectionCloseBody.java
AU        common/src/main/java/org/apache/qpid/framing/EncodingUtils.java
AU        common/src/main/java/org/apache/qpid/framing/ClientChannelMethodProcessor.java
A         common/src/main/java/org/apache/qpid/framing/ChannelFlowOkBody.java
A         common/src/main/java/org/apache/qpid/framing/ConfirmSelectBody.java
A         common/src/main/java/org/apache/qpid/framing/ConnectionSecureOkBody.java
AU        common/src/main/java/org/apache/qpid/framing/ClientMethodProcessor.java
AU        common/src/main/java/org/apache/qpid/framing/AMQMethodBodyImpl.java
A         common/src/main/java/org/apache/qpid/framing/BasicQosBody.java
AU        common/src/main/java/org/apache/qpid/framing/AMQDataBlock.java
AU        common/src/main/java/org/apache/qpid/framing/AMQProtocolVersionException.java
A         common/src/main/java/org/apache/qpid/framing/ClientMethodDispatcher.java
A         common/src/main/java/org/apache/qpid/framing/MethodDispatcher.java
AU        common/src/main/java/org/apache/qpid/framing/ContentBody.java
A         common/src/main/java/org/apache/qpid/framing/AccessRequestBody.java
A         common/src/main/java/org/apache/qpid/framing/ConnectionOpenOkBody.java
A         common/src/main/java/org/apache/qpid/framing/BasicConsumeBody.java
A         common/src/main/java/org/apache/qpid/framing/BasicNackBody.java
AU        common/src/main/java/org/apache/qpid/framing/AMQMethodBody.java
AU        common/src/main/java/org/apache/qpid/framing/ServerChannelMethodProcessor.java
A         common/src/main/java/org/apache/qpid/framing/QueueUnbindBody.java
A         common/src/main/java/org/apache/qpid/framing/ConnectionTuneOkBody.java
A         common/src/main/java/org/apache/qpid/framing/BasicCancelBody.java
AU        common/src/main/java/org/apache/qpid/framing/AMQFrameDecodingException.java
AU        common/src/main/java/org/apache/qpid/framing/AMQProtocolClassException.java
A         common/src/main/java/org/apache/qpid/framing/ByteBufferDataInput.java
AU        common/src/main/java/org/apache/qpid/framing/ServerMethodProcessor.java
A         common/src/main/java/org/apache/qpid/framing/MethodRegistry.java
A         common/src/main/java/org/apache/qpid/framing/BasicDeliverBody.java
A         common/src/main/java/org/apache/qpid/framing/ChannelCloseBody.java
A         common/src/main/java/org/apache/qpid/framing/BasicQosOkBody.java
A         common/src/main/java/org/apache/qpid/framing/TxRollbackOkBody.java
A         common/src/main/java/org/apache/qpid/framing/ServerMethodDispatcher.java
A         common/src/main/java/org/apache/qpid/framing/QueueDeleteOkBody.java
AU        common/src/main/java/org/apache/qpid/framing/AMQType.java
A         common/src/main/java/org/apache/qpid/framing/ExchangeDeclareBody.java
A         common/src/main/java/org/apache/qpid/framing/TxCommitBody.java
A         common/src/main/java/org/apache/qpid/framing/BasicRecoverSyncBody.java
A         common/src/main/java/org/apache/qpid/framing/AccessRequestOkBody.java
A         common/src/main/java/org/apache/qpid/framing/FieldArray.java
AU        common/src/main/java/org/apache/qpid/framing/FieldTableFactory.java
AU        common/src/main/java/org/apache/qpid/framing/AMQShortString.java
A         common/src/main/java/org/apache/qpid/framing/ExchangeBoundBody.java
AU        common/src/main/java/org/apache/qpid/framing/AMQProtocolHeaderException.java
AU        common/src/main/java/org/apache/qpid/framing/ContentHeaderPropertiesFactory.java
A         common/src/main/java/org/apache/qpid/framing/BasicGetOkBody.java
AU        common/src/main/java/org/apache/qpid/framing/FieldTable.java
A         common/src/main/java/org/apache/qpid/framing/QueueUnbindOkBody.java
A         common/src/main/java/org/apache/qpid/framing/BasicRejectBody.java
A         common/src/main/java/org/apache/qpid/framing/QueuePurgeOkBody.java
A         common/src/main/java/org/apache/qpid/framing/ConnectionOpenBody.java
AU        common/src/main/java/org/apache/qpid/framing/ContentHeaderBody.java
A         common/src/main/java/org/apache/qpid/framing/TxSelectOkBody.java
A         common/src/main/java/org/apache/qpid/framing/ChannelCloseOkBody.java
A         common/src/main/java/org/apache/qpid/framing/ChannelOpenBody.java
A         common/src/main/java/org/apache/qpid/framing/ConnectionTuneBody.java
AU        common/src/main/java/org/apache/qpid/framing/ChannelMethodProcessor.java
A         common/src/main/java/org/apache/qpid/framing/ExchangeDeclareOkBody.java
A         common/src/main/java/org/apache/qpid/framing/ByteArrayDataInput.java
A         common/src/main/java/org/apache/qpid/framing/BasicRecoverSyncOkBody.java
A         common/src/main/java/org/apache/qpid/framing/TxCommitOkBody.java
A         common/src/main/java/org/apache/qpid/framing/ExchangeDeleteOkBody.java
AU        common/src/main/java/org/apache/qpid/framing/HeartbeatBody.java
AU        common/src/main/java/org/apache/qpid/framing/AMQTypeMap.java
A         common/src/main/java/org/apache/qpid/framing/ChannelAlertBody.java
A         common/src/main/java/org/apache/qpid/framing/QueueDeclareBody.java
A         common/src/main/java/org/apache/qpid/framing/ExchangeBoundOkBody.java
A         common/src/main/java/org/apache/qpid/framing/TxRollbackBody.java
A         common/src/main/java/org/apache/qpid/framing/ConnectionStartOkBody.java
A         common/src/main/java/org/apache/qpid/framing/BasicRecoverBody.java
A         common/src/main/java/org/apache/qpid/framing/QueueDeleteBody.java
A         common/src/main/java/org/apache/qpid/framing/BasicPublishBody.java
AU        common/src/main/java/org/apache/qpid/framing/AMQFrame.java
A         common/src/main/java/org/apache/qpid/framing/QueueBindOkBody.java
AU        common/src/main/java/org/apache/qpid/framing/AMQBody.java
A         common/src/main/java/org/apache/qpid/framing/ConnectionCloseOkBody.java
A         common/src/main/java/org/apache/qpid/framing/BasicReturnBody.java
A         common/src/main/java/org/apache/qpid/framing/BasicGetBody.java
A         common/src/main/java/org/apache/qpid/framing/ChannelOpenOkBody.java
AU        common/src/main/java/org/apache/qpid/AMQTimeoutException.java
AU        common/src/main/java/org/apache/qpid/AMQConnectionClosedException.java
AU        common/src/main/java/org/apache/qpid/AMQPInvalidClassException.java
AU        common/src/main/java/org/apache/qpid/AMQUnresolvedAddressException.java
AU        common/src/main/java/common.bnd
A         common/src/main/grammar
A         common/src/main/grammar/SelectorParser.jj
A         common/src/main/resources
A         common/src/main/resources/qpidversion.properties
A         common/Constant.tpl
A         pom.xml
 U        .
At revision 1700683
no change for http://svn.apache.org/repos/asf/qpid/java/trunk since the previous build
[locks-and-latches] Checking to see if we really have the locks
[locks-and-latches] Have all the locks, build can start
[Qpid-Java-Cpp-Test] $ /bin/sh /tmp/hudson7348187438624967731.sh
-- The C compiler identification is GNU 4.8.2
-- The CXX compiler identification is GNU 4.8.2
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Found PythonInterp: /usr/bin/python (found version "2.7.6") 
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.26") 
-- Found Ruby: /usr/bin/ruby (found version "1.9.1") 
-- Could NOT find Doxygen (missing:  DOXYGEN_EXECUTABLE) 
-- Could NOT find VALGRIND (missing:  VALGRIND_EXECUTABLE) 
-- Looking for sasl_checkpass in sasl2
-- Looking for sasl_checkpass in sasl2 - found
-- Looking for include file sasl/sasl.h
-- Looking for include file sasl/sasl.h - found
-- Found SASL: 1  
-- Regenerating AMQP protocol sources
-- <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/qpid/cpp/src/qpid/broker/management-schema.xml> is newer
-- <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/qpid/cpp/src/qpid/acl/management-schema.xml> is newer
-- <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/qpid/cpp/src/qpid/ha/management-schema.xml> is newer
-- <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/qpid/cpp/src/qpid/legacystore/management-schema.xml> is newer
-- <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/qpid/cpp/src/qpid/linearstore/management-schema.xml> is newer
-- Regenerating Qpid Management Framework sources
-- Can't locate the doxygen command; user documentation cannot be generated
-- Boost version: 1.54.0
-- Found the following Boost libraries:
--   program_options
--   system
-- Looking for uuid_generate
-- Looking for uuid_generate - not found
-- Looking for uuid_generate in uuid
-- Looking for uuid_generate in uuid - not found
-- Looking for uuid_create
-- Looking for uuid_create - not found
-- Looking for UuidToString
-- Looking for UuidToString - not found
CMake Error at src/CMakeLists.txt:306 (message):
  No Uuid API found


-- Configuring incomplete, errors occurred!
See also "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/CMakeFiles/CMakeOutput.log".>
See also "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/CMakeFiles/CMakeError.log".>
make: *** No targets specified and no makefile found.  Stop.
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

Build failed in Jenkins: Qpid-Java-Cpp-Test #2823

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

Changes:

[kwall] QPID-6724: [Java Broker] Stop writing all usernames within an external password database to the log

* Also moderated some logging from INFO down to DEBUG

------------------------------------------
[...truncated 7327 lines...]
A         jca/src/main/java/org/apache/qpid/ra/tm/GeronimoTransactionManagerLocator.java
A         jca/src/main/java/org/apache/qpid/ra/tm/JBossTransactionManagerLocator.java
A         jca/src/main/java/org/apache/qpid/ra/tm/GlassfishTransactionManagerLocator.java
A         jca/src/main/java/org/apache/qpid/ra/tm/WLSTransactionManagerLocator.java
A         jca/src/main/java/org/apache/qpid/ra/tm/JBoss7TransactionManagerLocator.java
A         jca/src/main/java/org/apache/qpid/ra/QpidRAStreamMessage.java
A         jca/src/main/java/org/apache/qpid/ra/QpidRAMessageConsumer.java
A         jca/src/main/java/org/apache/qpid/ra/QpidRAConnectionMetaData.java
A         jca/src/main/java/org/apache/qpid/ra/QpidRALocalTransaction.java
A         jca/src/main/java/org/apache/qpid/ra/QpidRATopicSubscriber.java
A         jca/src/main/java/org/apache/qpid/ra/ConnectionFactoryProperties.java
A         jca/src/main/java/org/apache/qpid/ra/QpidRAManagedConnectionFactory.java
A         jca/src/main/java/org/apache/qpid/ra/QpidRASessionImpl.java
A         jca/src/main/java/org/apache/qpid/ra/ConnectionFactoryObjectFactory.java
A         jca/src/main/java/org/apache/qpid/ra/QpidRASessionFactory.java
A         jca/src/main/java/org/apache/qpid/ra/QpidRAMetaData.java
A         jca/src/main/java/org/apache/qpid/ra/QpidRAMapMessage.java
A         jca/src/main/java/org/apache/qpid/ra/QpidRASession.java
A         jca/src/main/java/org/apache/qpid/ra/QpidRAConnectionRequestInfo.java
A         jca/src/main/java/org/apache/qpid/ra/QpidRAMessage.java
A         jca/src/main/java/org/apache/qpid/ra/QpidRABytesMessage.java
A         jca/src/main/java/org/apache/qpid/ra/QpidRATopicPublisher.java
A         jca/src/main/java/org/apache/qpid/ra/QpidRAException.java
A         jca/README-GERONIMO.txt
A         jca/README-JBOSS.txt
A         jca/pom.xml
A         jca/README.txt
A         jca/example
A         jca/example/build-jboss-properties.xml
A         jca/example/src
A         jca/example/src/main
A         jca/example/src/main/java
A         jca/example/src/main/java/org
A         jca/example/src/main/java/org/apache
A         jca/example/src/main/java/org/apache/qpid
A         jca/example/src/main/java/org/apache/qpid/jca
A         jca/example/src/main/java/org/apache/qpid/jca/example
A         jca/example/src/main/java/org/apache/qpid/jca/example/web
A         jca/example/src/main/java/org/apache/qpid/jca/example/web/QpidRequestResponseServlet.java
A         jca/example/src/main/java/org/apache/qpid/jca/example/web/QpidTestServlet.java
A         jca/example/src/main/java/org/apache/qpid/jca/example/client
A         jca/example/src/main/java/org/apache/qpid/jca/example/client/QpidTestUtil.java
A         jca/example/src/main/java/org/apache/qpid/jca/example/client/QpidTestClient.java
A         jca/example/src/main/java/org/apache/qpid/jca/example/client/QpidRequestResponseClient.java
A         jca/example/src/main/java/org/apache/qpid/jca/example/ejb
A         jca/example/src/main/java/org/apache/qpid/jca/example/ejb/QpidJMSResponderBean.java
A         jca/example/src/main/java/org/apache/qpid/jca/example/ejb/QpidGoodByeSubscriberBean.java
A         jca/example/src/main/java/org/apache/qpid/jca/example/ejb/QpidGoodByeListenerBean.java
A         jca/example/src/main/java/org/apache/qpid/jca/example/ejb/QpidTestBean.java
A         jca/example/src/main/java/org/apache/qpid/jca/example/ejb/QpidTestLocal.java
A         jca/example/src/main/java/org/apache/qpid/jca/example/ejb/QpidTestRemote.java
A         jca/example/src/main/java/org/apache/qpid/jca/example/ejb/QpidHelloSubscriberBean.java
A         jca/example/src/main/java/org/apache/qpid/jca/example/ejb/QpidUtil.java
A         jca/example/src/main/java/org/apache/qpid/jca/example/ejb/QpidHelloListenerBean.java
A         jca/example/src/main/java/org/apache/qpid/jca/example/ejb/QpidTest.java
A         jca/example/README-GERONIMO.txt
A         jca/example/README-JBOSS.txt
A         jca/example/build-glassfish-properties.xml
A         jca/example/qpid-jca-example-properties.xml
A         jca/example/README-GLASSFISH.txt
A         jca/example/build-properties.xml.temp
A         jca/example/build-jboss7-properties.xml
A         jca/example/build.xml
A         jca/example/README-JBOSS7.txt
A         jca/example/README-EXAMPLE.txt
A         jca/example/.gitignore
A         jca/example/build-geronimo-properties.xml
A         jca/example/conf
A         jca/example/conf/application.xml
A         jca/example/conf/qpid-standalone.xml
A         jca/example/conf/jboss-ejb-client.properties
A         jca/example/conf/ejb-jar.xml
A         jca/example/conf/glassfish-ejb-jar.xml
A         jca/example/conf/glassfish-resources.xml
A         jca/example/conf/jboss-web.xml
A         jca/example/conf/log4j.properties
A         jca/example/conf/qpid-jca-ds.xml
A         jca/example/conf/web.xml
A         jca/example/conf/glassfish-web.xml
A         jca/example/conf/geronimo-ra.xml
A         jca/example/conf/geronimo-application.xml
A         jca/example/conf/jboss.xml
A         tools
A         tools/src
A         tools/src/main
A         tools/src/main/java
A         tools/src/main/java/org
A         tools/src/main/java/org/apache
A         tools/src/main/java/org/apache/qpid
A         tools/src/main/java/org/apache/qpid/tools
A         tools/src/main/java/org/apache/qpid/tools/MercuryConsumerController.java
A         tools/src/main/java/org/apache/qpid/tools/QpidSend.java
A         tools/src/main/java/org/apache/qpid/tools/TestConfiguration.java
A         tools/src/main/java/org/apache/qpid/tools/MessageFactory.java
A         tools/src/main/java/org/apache/qpid/tools/JVMArgConfiguration.java
A         tools/src/main/java/org/apache/qpid/tools/RestStressTestClient.java
A         tools/src/main/java/org/apache/qpid/tools/MercuryBase.java
A         tools/src/main/java/org/apache/qpid/tools/StressTestClient.java
A         tools/src/main/java/org/apache/qpid/tools/JNDICheck.java
A         tools/src/main/java/org/apache/qpid/tools/MercuryTestController.java
A         tools/src/main/java/org/apache/qpid/tools/Clock.java
A         tools/src/main/java/org/apache/qpid/tools/report
A         tools/src/main/java/org/apache/qpid/tools/report/MercuryReporter.java
A         tools/src/main/java/org/apache/qpid/tools/report/Statistics.java
A         tools/src/main/java/org/apache/qpid/tools/report/Reporter.java
A         tools/src/main/java/org/apache/qpid/tools/report/BasicReporter.java
A         tools/src/main/java/org/apache/qpid/tools/util
A         tools/src/main/java/org/apache/qpid/tools/util/ArgumentsParser.java
AU        tools/src/main/java/org/apache/qpid/tools/QpidBench.java
A         tools/src/main/java/org/apache/qpid/tools/MercuryProducerController.java
A         tools/src/main/java/org/apache/qpid/tools/QpidReceive.java
A         tools/src/main/java/org/apache/qpid/tools/JMXStressTestClient.java
A         tools/src/main/java/org/apache/qpid/testkit
A         tools/src/main/java/org/apache/qpid/testkit/Client.java
A         tools/src/main/java/org/apache/qpid/testkit/Sender.java
A         tools/src/main/java/org/apache/qpid/testkit/TestLauncher.java
A         tools/src/main/java/org/apache/qpid/testkit/Receiver.java
A         tools/src/main/java/org/apache/qpid/testkit/ErrorHandler.java
A         tools/src/main/resources
A         tools/src/main/resources/stress-test-client.properties
A         tools/bin
AU        tools/bin/qpid-jms-send
AU        tools/bin/run-sub
AU        tools/bin/qpid-jms-benchmark
AU        tools/bin/check-qpid-java-env
AU        tools/bin/mercury-start-consumers
AU        tools/bin/testkit.py
AU        tools/bin/Profile-run-from-source
AU        tools/bin/qpid-python-testkit
AU        tools/bin/qpid-jms-receive
AU        tools/bin/mercury-start-producers
AU        tools/bin/jms-quick-perf-report
AU        tools/bin/mercury-controller
AU        tools/bin/run-pub
AU        tools/bin/qpid-bench
A         tools/pom.xml
A         tools/README.txt
A         tools/etc
A         tools/etc/perf-report.gnu
A         test-profiles
AU        test-profiles/cpp.ssl.excludes
A         test-profiles/cpp.excludes
A         test-profiles/CPPNoPrefetchExcludes
A         test-profiles/IBMJDKExcludes
AU        test-profiles/Java010Excludes
A         test-profiles/JavaPersistentExcludes
A         test-profiles/CPPPrefetchExcludes
AU        test-profiles/test-provider.properties
A         test-profiles/python_tests
A         test-profiles/python_tests/JavaPre010PythonExcludes
A         test-profiles/python_tests/Java010PythonExcludes
A         test-profiles/JavaDerbyExcludes
AU        test-profiles/XAExcludes
AU        test-profiles/JavaPre010Excludes
AU        test-profiles/JavaTransientExcludes
A         test-profiles/CPPTransientExcludes
A         test-profiles/JavaJsonExcludes
A         test-profiles/cpp.async.excludes
A         test-profiles/test_resources
A         test-profiles/test_resources/ssl
AU        test-profiles/test_resources/ssl/generate-root-ca.sh
A         test-profiles/test_resources/ssl/java_client_untrusted_keystore.jks
AU        test-profiles/test_resources/ssl/generate-java-keystores.sh
A         test-profiles/test_resources/ssl/server_db
AU        test-profiles/test_resources/ssl/server_db/cert8.db
A         test-profiles/test_resources/ssl/server_db/server.req
A         test-profiles/test_resources/ssl/server_db/server.crt
AU        test-profiles/test_resources/ssl/server_db/secmod.db
AU        test-profiles/test_resources/ssl/server_db/key3.db
A         test-profiles/test_resources/ssl/java_broker.req
A         test-profiles/test_resources/ssl/java_broker.crt
AU        test-profiles/test_resources/ssl/java_client_truststore.jks
A         test-profiles/test_resources/ssl/app1.req
A         test-profiles/test_resources/ssl/CA_db
AU        test-profiles/test_resources/ssl/CA_db/cert8.db
A         test-profiles/test_resources/ssl/CA_db/rootca.crt
AU        test-profiles/test_resources/ssl/CA_db/secmod.db
AU        test-profiles/test_resources/ssl/CA_db/key3.db
A         test-profiles/test_resources/ssl/app1.crt
A         test-profiles/test_resources/ssl/app2.req
A         test-profiles/test_resources/ssl/app2.crt
A         test-profiles/test_resources/ssl/java_broker_truststore.jks
AU        test-profiles/test_resources/ssl/java_client_keystore.jks
A         test-profiles/test_resources/ssl/pfile
A         test-profiles/test_resources/ssl/java_broker_keystore.jks
A         test-profiles/test_resources/ssl/java_broker_peerstore.jks
A         test-profiles/ExternalBrokerTests
AU        test-profiles/Excludes
AU        test-profiles/JavaExcludes
AU        test-profiles/CPPExcludes
AU        test-profiles/JavaBDBExcludes
 U        .
At revision 1700672
no change for http://svn.apache.org/repos/asf/qpid/trunk since the previous build
[locks-and-latches] Checking to see if we really have the locks
[locks-and-latches] Have all the locks, build can start
[Qpid-Java-Cpp-Test] $ /bin/sh /tmp/hudson3544673482425168081.sh
-- The C compiler identification is GNU 4.8.2
-- The CXX compiler identification is GNU 4.8.2
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Found PythonInterp: /usr/bin/python (found version "2.7.6") 
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.26") 
-- Found Ruby: /usr/bin/ruby (found version "1.9.1") 
-- Could NOT find Doxygen (missing:  DOXYGEN_EXECUTABLE) 
-- Could NOT find VALGRIND (missing:  VALGRIND_EXECUTABLE) 
-- Looking for sasl_checkpass in sasl2
-- Looking for sasl_checkpass in sasl2 - found
-- Looking for include file sasl/sasl.h
-- Looking for include file sasl/sasl.h - found
-- Found SASL: 1  
-- Regenerating AMQP protocol sources
-- <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/qpid/cpp/src/qpid/broker/management-schema.xml> is newer
-- <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/qpid/cpp/src/qpid/acl/management-schema.xml> is newer
-- <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/qpid/cpp/src/qpid/ha/management-schema.xml> is newer
-- <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/qpid/cpp/src/qpid/legacystore/management-schema.xml> is newer
-- <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/qpid/cpp/src/qpid/linearstore/management-schema.xml> is newer
-- Regenerating Qpid Management Framework sources
-- Can't locate the doxygen command; user documentation cannot be generated
-- Boost version: 1.54.0
-- Found the following Boost libraries:
--   program_options
--   system
-- Looking for uuid_generate
-- Looking for uuid_generate - not found
-- Looking for uuid_generate in uuid
-- Looking for uuid_generate in uuid - not found
-- Looking for uuid_create
-- Looking for uuid_create - not found
-- Looking for UuidToString
-- Looking for UuidToString - not found
CMake Error at src/CMakeLists.txt:306 (message):
  No Uuid API found


-- Configuring incomplete, errors occurred!
See also "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/CMakeFiles/CMakeOutput.log".>
See also "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/CMakeFiles/CMakeError.log".>
make: *** No targets specified and no makefile found.  Stop.
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

Build failed in Jenkins: Qpid-Java-Cpp-Test #2822

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

Changes:

[kwall] NO-JIRA: [Java System Tests] Make SplitStoreTest work on Windows by adopting same conventions to virtualhost paths as are used elsewhere in the testsuite

[orudyy] QPID-6723: [Java Broker] Stop caching AMQShortStrings

------------------------------------------
[...truncated 4268 lines...]
Running org.apache.qpid.disttest.controller.ControllerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 sec - in org.apache.qpid.disttest.controller.ControllerTest
Running org.apache.qpid.disttest.controller.ClientRegistryTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.587 sec - in org.apache.qpid.disttest.controller.ClientRegistryTest
Running org.apache.qpid.disttest.controller.TestRunnerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.154 sec - in org.apache.qpid.disttest.controller.TestRunnerTest
Running org.apache.qpid.disttest.ArgumentParserTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.apache.qpid.disttest.ArgumentParserTest
Running org.apache.qpid.disttest.db.ResultsDbWriterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.987 sec - in org.apache.qpid.disttest.db.ResultsDbWriterTest
Running org.apache.qpid.disttest.client.ParticipantRegistryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.qpid.disttest.client.ParticipantRegistryTest
Running org.apache.qpid.disttest.client.utils.ExecutorWithNoLimitsTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.apache.qpid.disttest.client.utils.ExecutorWithNoLimitsTest
Running org.apache.qpid.disttest.client.utils.ExecutorWithTimeLimitTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.536 sec - in org.apache.qpid.disttest.client.utils.ExecutorWithTimeLimitTest
Running org.apache.qpid.disttest.client.property.PropertyValueFactoryTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.qpid.disttest.client.property.PropertyValueFactoryTest
Running org.apache.qpid.disttest.client.property.RangePropertyValueTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.apache.qpid.disttest.client.property.RangePropertyValueTest
Running org.apache.qpid.disttest.client.property.RandomPropertyValueTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.apache.qpid.disttest.client.property.RandomPropertyValueTest
Running org.apache.qpid.disttest.client.property.ListPropertyValueTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.qpid.disttest.client.property.ListPropertyValueTest
Running org.apache.qpid.disttest.client.property.SimplePropertyValueTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.qpid.disttest.client.property.SimplePropertyValueTest
Running org.apache.qpid.disttest.client.ParticipantExecutorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 sec - in org.apache.qpid.disttest.client.ParticipantExecutorTest
Running org.apache.qpid.disttest.client.ConsumerParticipantTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.222 sec - in org.apache.qpid.disttest.client.ConsumerParticipantTest
Running org.apache.qpid.disttest.client.MessageProviderTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 sec - in org.apache.qpid.disttest.client.MessageProviderTest
Running org.apache.qpid.disttest.client.ClientCommandVisitorTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.apache.qpid.disttest.client.ClientCommandVisitorTest
Running org.apache.qpid.disttest.client.ClientTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.537 sec - in org.apache.qpid.disttest.client.ClientTest
Running org.apache.qpid.disttest.client.ParticipantResultFactoryTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.apache.qpid.disttest.client.ParticipantResultFactoryTest
Running org.apache.qpid.disttest.client.ProducerParticipantTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.479 sec - in org.apache.qpid.disttest.client.ProducerParticipantTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qpid-perftests-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qpid-perftests-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1050-VaryingNumberOfProducerSessionsSingleConnection.chartdef longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1300-QueueConsumersWithNonOverlappingSelectors-Transient.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/timeseries/1011-MultipleProducersAndConsumers-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1302-QueueConsumersWithOverlappingSelectors-Transient.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1301-QueueConsumersWithNonOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1303-QueueConsumersWithOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid Performance Test System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Qpid Performance Tests Visualisation JFC 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
     [echo] Qpid Test Profile Properties
     [echo] [profile] cpp
     [echo] [profile.broker.language] cpp
     [echo] [profile.broker.type] spawned
     [echo] [profile.broker.command] "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/src/qpidd"> -p @PORT --data-dir "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/QPID_WORK/@PORT"> -t --auth no --no-module-dir
     [echo] [profile.specific.excludes] CPPPrefetchExcludes CPPTransientExcludes
     [echo] [profile.test.excludes] Excludes CPPExcludes cpp.excludes CPPPrefetchExcludes CPPTransientExcludes cpp.excludes
     [echo] [profile.broker.version] v0_10
     [echo] [profile.test.amqp_port_protocols] ["AMQP_0_8","AMQP_0_9","AMQP_0_9_1","AMQP_0_10"]
     [echo] [profile.broker.persistent] false
     [echo] [profile.virtualhostnode.type] Memory
     [echo] [profile.virtualhostnode.context.blueprint] ${profile.virtualhostnode.context.blueprint}
     [echo] [profile.test_receive_timeout] 1000
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ qpid-perftests-visualisation-jfc ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/main/resources>
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ qpid-perftests-visualisation-jfc ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.qpid.disttest.charting.writer.ChartWriterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.992 sec - in org.apache.qpid.disttest.charting.writer.ChartWriterTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.167 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Running org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Running org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec - in org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec - in org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec - in org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.857 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Running org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec - in org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Running org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests-visualisation-jfc ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests-visualisation-jfc ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-visualisation-jfc-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests-visualisation-jfc/6.0.0-SNAPSHOT/lib/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid BDB Store System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.232s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [1.927s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.432s]
[INFO] Qpid Common ....................................... SUCCESS [3:54.110s]
[INFO] Qpid Management Common ............................ SUCCESS [2.259s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:43.526s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [5.884s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. FAILURE [8.088s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [6.414s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [7.214s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.271s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [19.191s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.195s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.501s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [5.063s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [2.742s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.268s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.264s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [8.249s]
[INFO] Qpid BDB Message Store ............................ SKIPPED
[INFO] Qpid BDB Message Store JMX ........................ SKIPPED
[INFO] Qpid Java Broker .................................. SKIPPED
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.211s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.166s]
[INFO] Qpid JCA .......................................... SUCCESS [1.901s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.381s]
[INFO] Qpid Tools ........................................ SUCCESS [0.336s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.114s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [0.823s]
[INFO] Qpid System Tests ................................. SKIPPED
[INFO] Qpid Performance Tests ............................ SUCCESS [14.582s]
[INFO] Qpid Performance Test System Tests ................ SKIPPED
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [4.831s]
[INFO] Qpid BDB Store System Tests ....................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7:22.084s
[INFO] Finished at: Tue Sep 01 17:40:38 UTC 2015
[INFO] Final Memory: 64M/415M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (default-test) on project qpid-broker-plugins-amqp-0-8-protocol: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/broker-plugins/amqp-0-8-protocol/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-broker-plugins-amqp-0-8-protocol
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2821

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

Changes:

[kwall] QPID-6722: Exclude FailoverBehaviourTest#testConnectionCloseInterruptsFailover from test profile

------------------------------------------
[...truncated 4265 lines...]
Running org.apache.qpid.disttest.controller.ControllerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 sec - in org.apache.qpid.disttest.controller.ControllerTest
Running org.apache.qpid.disttest.controller.ClientRegistryTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.584 sec - in org.apache.qpid.disttest.controller.ClientRegistryTest
Running org.apache.qpid.disttest.controller.TestRunnerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.158 sec - in org.apache.qpid.disttest.controller.TestRunnerTest
Running org.apache.qpid.disttest.ArgumentParserTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.qpid.disttest.ArgumentParserTest
Running org.apache.qpid.disttest.db.ResultsDbWriterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.075 sec - in org.apache.qpid.disttest.db.ResultsDbWriterTest
Running org.apache.qpid.disttest.client.ParticipantRegistryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.apache.qpid.disttest.client.ParticipantRegistryTest
Running org.apache.qpid.disttest.client.utils.ExecutorWithNoLimitsTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.apache.qpid.disttest.client.utils.ExecutorWithNoLimitsTest
Running org.apache.qpid.disttest.client.utils.ExecutorWithTimeLimitTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.52 sec - in org.apache.qpid.disttest.client.utils.ExecutorWithTimeLimitTest
Running org.apache.qpid.disttest.client.property.PropertyValueFactoryTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.apache.qpid.disttest.client.property.PropertyValueFactoryTest
Running org.apache.qpid.disttest.client.property.RangePropertyValueTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.apache.qpid.disttest.client.property.RangePropertyValueTest
Running org.apache.qpid.disttest.client.property.RandomPropertyValueTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.apache.qpid.disttest.client.property.RandomPropertyValueTest
Running org.apache.qpid.disttest.client.property.ListPropertyValueTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.apache.qpid.disttest.client.property.ListPropertyValueTest
Running org.apache.qpid.disttest.client.property.SimplePropertyValueTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.qpid.disttest.client.property.SimplePropertyValueTest
Running org.apache.qpid.disttest.client.ParticipantExecutorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec - in org.apache.qpid.disttest.client.ParticipantExecutorTest
Running org.apache.qpid.disttest.client.ConsumerParticipantTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.221 sec - in org.apache.qpid.disttest.client.ConsumerParticipantTest
Running org.apache.qpid.disttest.client.MessageProviderTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 sec - in org.apache.qpid.disttest.client.MessageProviderTest
Running org.apache.qpid.disttest.client.ClientCommandVisitorTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in org.apache.qpid.disttest.client.ClientCommandVisitorTest
Running org.apache.qpid.disttest.client.ClientTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.561 sec - in org.apache.qpid.disttest.client.ClientTest
Running org.apache.qpid.disttest.client.ParticipantResultFactoryTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.apache.qpid.disttest.client.ParticipantResultFactoryTest
Running org.apache.qpid.disttest.client.ProducerParticipantTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.489 sec - in org.apache.qpid.disttest.client.ProducerParticipantTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qpid-perftests-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qpid-perftests-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1050-VaryingNumberOfProducerSessionsSingleConnection.chartdef longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1300-QueueConsumersWithNonOverlappingSelectors-Transient.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/timeseries/1011-MultipleProducersAndConsumers-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1302-QueueConsumersWithOverlappingSelectors-Transient.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1301-QueueConsumersWithNonOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1303-QueueConsumersWithOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid Performance Test System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Qpid Performance Tests Visualisation JFC 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
     [echo] Qpid Test Profile Properties
     [echo] [profile] cpp
     [echo] [profile.broker.language] cpp
     [echo] [profile.broker.type] spawned
     [echo] [profile.broker.command] "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/src/qpidd"> -p @PORT --data-dir "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/QPID_WORK/@PORT"> -t --auth no --no-module-dir
     [echo] [profile.specific.excludes] CPPPrefetchExcludes CPPTransientExcludes
     [echo] [profile.test.excludes] Excludes CPPExcludes cpp.excludes CPPPrefetchExcludes CPPTransientExcludes cpp.excludes
     [echo] [profile.broker.version] v0_10
     [echo] [profile.test.amqp_port_protocols] ["AMQP_0_8","AMQP_0_9","AMQP_0_9_1","AMQP_0_10"]
     [echo] [profile.broker.persistent] false
     [echo] [profile.virtualhostnode.type] Memory
     [echo] [profile.virtualhostnode.context.blueprint] ${profile.virtualhostnode.context.blueprint}
     [echo] [profile.test_receive_timeout] 1000
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ qpid-perftests-visualisation-jfc ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/main/resources>
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ qpid-perftests-visualisation-jfc ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.qpid.disttest.charting.writer.ChartWriterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.129 sec - in org.apache.qpid.disttest.charting.writer.ChartWriterTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.145 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Running org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Running org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec - in org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec - in org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec - in org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.86 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Running org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 sec - in org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Running org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests-visualisation-jfc ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests-visualisation-jfc ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-visualisation-jfc-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests-visualisation-jfc/6.0.0-SNAPSHOT/lib/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid BDB Store System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.229s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [2.006s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.544s]
[INFO] Qpid Common ....................................... SUCCESS [3:39.383s]
[INFO] Qpid Management Common ............................ SUCCESS [1.683s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:30.232s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [4.419s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. FAILURE [6.340s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [4.701s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [5.368s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.232s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [18.663s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.210s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.559s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [5.279s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [2.774s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.287s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.269s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [8.142s]
[INFO] Qpid BDB Message Store ............................ SKIPPED
[INFO] Qpid BDB Message Store JMX ........................ SKIPPED
[INFO] Qpid Java Broker .................................. SKIPPED
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.196s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.159s]
[INFO] Qpid JCA .......................................... SUCCESS [1.890s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.383s]
[INFO] Qpid Tools ........................................ SUCCESS [0.295s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.113s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [1.056s]
[INFO] Qpid System Tests ................................. SKIPPED
[INFO] Qpid Performance Tests ............................ SUCCESS [13.261s]
[INFO] Qpid Performance Test System Tests ................ SKIPPED
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [4.947s]
[INFO] Qpid BDB Store System Tests ....................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6:45.533s
[INFO] Finished at: Tue Sep 01 16:37:46 UTC 2015
[INFO] Final Memory: 62M/306M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (default-test) on project qpid-broker-plugins-amqp-0-8-protocol: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/broker-plugins/amqp-0-8-protocol/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-broker-plugins-amqp-0-8-protocol
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2820

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

Changes:

[rgodfrey] QPID-6662 : use QpidByteBuffer and not ByteBuffer for message meta data

------------------------------------------
[...truncated 11094 lines...]
Running org.apache.qpid.disttest.controller.ControllerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 sec - in org.apache.qpid.disttest.controller.ControllerTest
Running org.apache.qpid.disttest.controller.ClientRegistryTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.589 sec - in org.apache.qpid.disttest.controller.ClientRegistryTest
Running org.apache.qpid.disttest.controller.TestRunnerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.153 sec - in org.apache.qpid.disttest.controller.TestRunnerTest
Running org.apache.qpid.disttest.ArgumentParserTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.apache.qpid.disttest.ArgumentParserTest
Running org.apache.qpid.disttest.db.ResultsDbWriterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.062 sec - in org.apache.qpid.disttest.db.ResultsDbWriterTest
Running org.apache.qpid.disttest.client.ParticipantRegistryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.apache.qpid.disttest.client.ParticipantRegistryTest
Running org.apache.qpid.disttest.client.utils.ExecutorWithNoLimitsTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.apache.qpid.disttest.client.utils.ExecutorWithNoLimitsTest
Running org.apache.qpid.disttest.client.utils.ExecutorWithTimeLimitTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.538 sec - in org.apache.qpid.disttest.client.utils.ExecutorWithTimeLimitTest
Running org.apache.qpid.disttest.client.property.PropertyValueFactoryTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.apache.qpid.disttest.client.property.PropertyValueFactoryTest
Running org.apache.qpid.disttest.client.property.RangePropertyValueTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.apache.qpid.disttest.client.property.RangePropertyValueTest
Running org.apache.qpid.disttest.client.property.RandomPropertyValueTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.apache.qpid.disttest.client.property.RandomPropertyValueTest
Running org.apache.qpid.disttest.client.property.ListPropertyValueTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.apache.qpid.disttest.client.property.ListPropertyValueTest
Running org.apache.qpid.disttest.client.property.SimplePropertyValueTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.qpid.disttest.client.property.SimplePropertyValueTest
Running org.apache.qpid.disttest.client.ParticipantExecutorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec - in org.apache.qpid.disttest.client.ParticipantExecutorTest
Running org.apache.qpid.disttest.client.ConsumerParticipantTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.221 sec - in org.apache.qpid.disttest.client.ConsumerParticipantTest
Running org.apache.qpid.disttest.client.MessageProviderTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 sec - in org.apache.qpid.disttest.client.MessageProviderTest
Running org.apache.qpid.disttest.client.ClientCommandVisitorTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.apache.qpid.disttest.client.ClientCommandVisitorTest
Running org.apache.qpid.disttest.client.ClientTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.537 sec - in org.apache.qpid.disttest.client.ClientTest
Running org.apache.qpid.disttest.client.ParticipantResultFactoryTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.apache.qpid.disttest.client.ParticipantResultFactoryTest
Running org.apache.qpid.disttest.client.ProducerParticipantTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.51 sec - in org.apache.qpid.disttest.client.ProducerParticipantTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qpid-perftests-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qpid-perftests-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1050-VaryingNumberOfProducerSessionsSingleConnection.chartdef longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1300-QueueConsumersWithNonOverlappingSelectors-Transient.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/timeseries/1011-MultipleProducersAndConsumers-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1302-QueueConsumersWithOverlappingSelectors-Transient.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1301-QueueConsumersWithNonOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1303-QueueConsumersWithOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid Performance Test System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Qpid Performance Tests Visualisation JFC 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
     [echo] Qpid Test Profile Properties
     [echo] [profile] cpp
     [echo] [profile.broker.language] cpp
     [echo] [profile.broker.type] spawned
     [echo] [profile.broker.command] "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/src/qpidd"> -p @PORT --data-dir "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/QPID_WORK/@PORT"> -t --auth no --no-module-dir
     [echo] [profile.specific.excludes] CPPPrefetchExcludes CPPTransientExcludes
     [echo] [profile.test.excludes] Excludes CPPExcludes cpp.excludes CPPPrefetchExcludes CPPTransientExcludes cpp.excludes
     [echo] [profile.broker.version] v0_10
     [echo] [profile.test.amqp_port_protocols] ["AMQP_0_8","AMQP_0_9","AMQP_0_9_1","AMQP_0_10"]
     [echo] [profile.broker.persistent] false
     [echo] [profile.virtualhostnode.type] Memory
     [echo] [profile.virtualhostnode.context.blueprint] ${profile.virtualhostnode.context.blueprint}
     [echo] [profile.test_receive_timeout] 1000
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ qpid-perftests-visualisation-jfc ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/main/resources>
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ qpid-perftests-visualisation-jfc ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.qpid.disttest.charting.writer.ChartWriterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.696 sec - in org.apache.qpid.disttest.charting.writer.ChartWriterTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.131 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Running org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Running org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec - in org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec - in org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec - in org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.86 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Running org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec - in org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Running org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests-visualisation-jfc ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests-visualisation-jfc ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-visualisation-jfc-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests-visualisation-jfc/6.0.0-SNAPSHOT/lib/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid BDB Store System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.726s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [2.097s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.547s]
[INFO] Qpid Common ....................................... SUCCESS [3:40.661s]
[INFO] Qpid Management Common ............................ SUCCESS [1.727s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:31.539s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [4.660s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. FAILURE [6.399s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [4.952s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [5.577s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.284s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [18.470s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.319s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.590s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [6.159s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [2.863s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.389s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.318s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [8.748s]
[INFO] Qpid BDB Message Store ............................ SKIPPED
[INFO] Qpid BDB Message Store JMX ........................ SKIPPED
[INFO] Qpid Java Broker .................................. SKIPPED
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.237s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.156s]
[INFO] Qpid JCA .......................................... SUCCESS [2.383s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.509s]
[INFO] Qpid Tools ........................................ SUCCESS [0.472s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.134s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [19.132s]
[INFO] Qpid System Tests ................................. SKIPPED
[INFO] Qpid Performance Tests ............................ SUCCESS [13.907s]
[INFO] Qpid Performance Test System Tests ................ SKIPPED
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [5.707s]
[INFO] Qpid BDB Store System Tests ....................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7:11.720s
[INFO] Finished at: Tue Sep 01 15:37:59 UTC 2015
[INFO] Final Memory: 62M/254M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (default-test) on project qpid-broker-plugins-amqp-0-8-protocol: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/broker-plugins/amqp-0-8-protocol/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-broker-plugins-amqp-0-8-protocol
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2819

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

Changes:

[kwall] NO-JIRA: [Java Broker Test] Slightly increase timeout to avoid timeout on Apache CI

[kwall] QPID-6271: [Java Broker] Log protocol downgrades / unrecognised initiations

------------------------------------------
[...truncated 11719 lines...]
Running org.apache.qpid.disttest.controller.ControllerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 sec - in org.apache.qpid.disttest.controller.ControllerTest
Running org.apache.qpid.disttest.controller.ClientRegistryTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.59 sec - in org.apache.qpid.disttest.controller.ClientRegistryTest
Running org.apache.qpid.disttest.controller.TestRunnerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.154 sec - in org.apache.qpid.disttest.controller.TestRunnerTest
Running org.apache.qpid.disttest.ArgumentParserTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.apache.qpid.disttest.ArgumentParserTest
Running org.apache.qpid.disttest.db.ResultsDbWriterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.977 sec - in org.apache.qpid.disttest.db.ResultsDbWriterTest
Running org.apache.qpid.disttest.client.ParticipantRegistryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.apache.qpid.disttest.client.ParticipantRegistryTest
Running org.apache.qpid.disttest.client.utils.ExecutorWithNoLimitsTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.apache.qpid.disttest.client.utils.ExecutorWithNoLimitsTest
Running org.apache.qpid.disttest.client.utils.ExecutorWithTimeLimitTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.517 sec - in org.apache.qpid.disttest.client.utils.ExecutorWithTimeLimitTest
Running org.apache.qpid.disttest.client.property.PropertyValueFactoryTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.apache.qpid.disttest.client.property.PropertyValueFactoryTest
Running org.apache.qpid.disttest.client.property.RangePropertyValueTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.apache.qpid.disttest.client.property.RangePropertyValueTest
Running org.apache.qpid.disttest.client.property.RandomPropertyValueTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.apache.qpid.disttest.client.property.RandomPropertyValueTest
Running org.apache.qpid.disttest.client.property.ListPropertyValueTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.apache.qpid.disttest.client.property.ListPropertyValueTest
Running org.apache.qpid.disttest.client.property.SimplePropertyValueTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.qpid.disttest.client.property.SimplePropertyValueTest
Running org.apache.qpid.disttest.client.ParticipantExecutorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec - in org.apache.qpid.disttest.client.ParticipantExecutorTest
Running org.apache.qpid.disttest.client.ConsumerParticipantTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.222 sec - in org.apache.qpid.disttest.client.ConsumerParticipantTest
Running org.apache.qpid.disttest.client.MessageProviderTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 sec - in org.apache.qpid.disttest.client.MessageProviderTest
Running org.apache.qpid.disttest.client.ClientCommandVisitorTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in org.apache.qpid.disttest.client.ClientCommandVisitorTest
Running org.apache.qpid.disttest.client.ClientTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.562 sec - in org.apache.qpid.disttest.client.ClientTest
Running org.apache.qpid.disttest.client.ParticipantResultFactoryTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.apache.qpid.disttest.client.ParticipantResultFactoryTest
Running org.apache.qpid.disttest.client.ProducerParticipantTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.48 sec - in org.apache.qpid.disttest.client.ProducerParticipantTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qpid-perftests-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qpid-perftests-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1050-VaryingNumberOfProducerSessionsSingleConnection.chartdef longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1300-QueueConsumersWithNonOverlappingSelectors-Transient.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/timeseries/1011-MultipleProducersAndConsumers-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1302-QueueConsumersWithOverlappingSelectors-Transient.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1301-QueueConsumersWithNonOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1303-QueueConsumersWithOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid Performance Test System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Qpid Performance Tests Visualisation JFC 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
     [echo] Qpid Test Profile Properties
     [echo] [profile] cpp
     [echo] [profile.broker.language] cpp
     [echo] [profile.broker.type] spawned
     [echo] [profile.broker.command] "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/src/qpidd"> -p @PORT --data-dir "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/QPID_WORK/@PORT"> -t --auth no --no-module-dir
     [echo] [profile.specific.excludes] CPPPrefetchExcludes CPPTransientExcludes
     [echo] [profile.test.excludes] Excludes CPPExcludes cpp.excludes CPPPrefetchExcludes CPPTransientExcludes cpp.excludes
     [echo] [profile.broker.version] v0_10
     [echo] [profile.test.amqp_port_protocols] ["AMQP_0_8","AMQP_0_9","AMQP_0_9_1","AMQP_0_10"]
     [echo] [profile.broker.persistent] false
     [echo] [profile.virtualhostnode.type] Memory
     [echo] [profile.virtualhostnode.context.blueprint] ${profile.virtualhostnode.context.blueprint}
     [echo] [profile.test_receive_timeout] 1000
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ qpid-perftests-visualisation-jfc ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/main/resources>
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ qpid-perftests-visualisation-jfc ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.qpid.disttest.charting.writer.ChartWriterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.136 sec - in org.apache.qpid.disttest.charting.writer.ChartWriterTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.176 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Running org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Running org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec - in org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec - in org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.861 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Running org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec - in org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Running org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests-visualisation-jfc ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests-visualisation-jfc ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-visualisation-jfc-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests-visualisation-jfc/6.0.0-SNAPSHOT/lib/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid BDB Store System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.672s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [2.188s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.696s]
[INFO] Qpid Common ....................................... SUCCESS [3:50.214s]
[INFO] Qpid Management Common ............................ SUCCESS [1.881s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:30.214s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [4.647s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. FAILURE [6.215s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [4.874s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [5.510s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.235s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [16.938s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.220s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.766s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [5.544s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [2.817s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.281s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.263s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [8.435s]
[INFO] Qpid BDB Message Store ............................ SKIPPED
[INFO] Qpid BDB Message Store JMX ........................ SKIPPED
[INFO] Qpid Java Broker .................................. SKIPPED
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.209s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.160s]
[INFO] Qpid JCA .......................................... SUCCESS [1.935s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.395s]
[INFO] Qpid Tools ........................................ SUCCESS [0.414s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.111s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [1.368s]
[INFO] Qpid System Tests ................................. SKIPPED
[INFO] Qpid Performance Tests ............................ SUCCESS [13.547s]
[INFO] Qpid Performance Test System Tests ................ SKIPPED
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [4.963s]
[INFO] Qpid BDB Store System Tests ....................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6:57.641s
[INFO] Finished at: Mon Aug 31 21:38:25 UTC 2015
[INFO] Final Memory: 64M/380M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (default-test) on project qpid-broker-plugins-amqp-0-8-protocol: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/broker-plugins/amqp-0-8-protocol/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-broker-plugins-amqp-0-8-protocol
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2818

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

Changes:

[orudyy] QPID-6710: [Java Broker] Rely on JE exceptions thrown for invalid environment and handle them in order to restart environment as early as possible

           ( work by Lorenz Quack <qu...@gmail.com> and Alex Rudyy <or...@gmail.com>)

------------------------------------------
[...truncated 4262 lines...]
Running org.apache.qpid.disttest.jms.JmsMessageAdaptorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.qpid.disttest.jms.JmsMessageAdaptorTest
Running org.apache.qpid.disttest.db.ResultsDbWriterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.09 sec - in org.apache.qpid.disttest.db.ResultsDbWriterTest
Running org.apache.qpid.disttest.ConfigFileHelperTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.qpid.disttest.ConfigFileHelperTest
Running org.apache.qpid.disttest.controller.TestRunnerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.168 sec - in org.apache.qpid.disttest.controller.TestRunnerTest
Running org.apache.qpid.disttest.controller.ParticipatingClientsTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec - in org.apache.qpid.disttest.controller.ParticipatingClientsTest
Running org.apache.qpid.disttest.controller.ClientRegistryTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.588 sec - in org.apache.qpid.disttest.controller.ClientRegistryTest
Running org.apache.qpid.disttest.controller.config.ConsumerConfigTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.apache.qpid.disttest.controller.config.ConsumerConfigTest
Running org.apache.qpid.disttest.controller.config.ConnectionConfigTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in org.apache.qpid.disttest.controller.config.ConnectionConfigTest
Running org.apache.qpid.disttest.controller.config.ParticipantConfigTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec - in org.apache.qpid.disttest.controller.config.ParticipantConfigTest
Running org.apache.qpid.disttest.controller.config.ProducerConfigTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.apache.qpid.disttest.controller.config.ProducerConfigTest
Running org.apache.qpid.disttest.controller.config.JavaScriptConfigEvaluatorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 sec - in org.apache.qpid.disttest.controller.config.JavaScriptConfigEvaluatorTest
Running org.apache.qpid.disttest.controller.config.ConfigReaderTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 sec - in org.apache.qpid.disttest.controller.config.ConfigReaderTest
Running org.apache.qpid.disttest.controller.config.SessionConfigTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 sec - in org.apache.qpid.disttest.controller.config.SessionConfigTest
Running org.apache.qpid.disttest.controller.config.TestInstanceTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.apache.qpid.disttest.controller.config.TestInstanceTest
Running org.apache.qpid.disttest.controller.config.IterationValueTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.apache.qpid.disttest.controller.config.IterationValueTest
Running org.apache.qpid.disttest.controller.config.ClientConfigTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.qpid.disttest.controller.config.ClientConfigTest
Running org.apache.qpid.disttest.controller.config.ConfigTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.qpid.disttest.controller.config.ConfigTest
Running org.apache.qpid.disttest.controller.config.TestConfigTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.apache.qpid.disttest.controller.config.TestConfigTest
Running org.apache.qpid.disttest.controller.config.MessageProviderConfigTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.qpid.disttest.controller.config.MessageProviderConfigTest
Running org.apache.qpid.disttest.controller.ControllerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec - in org.apache.qpid.disttest.controller.ControllerTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qpid-perftests-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qpid-perftests-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1050-VaryingNumberOfProducerSessionsSingleConnection.chartdef longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1301-QueueConsumersWithNonOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/timeseries/1011-MultipleProducersAndConsumers-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1302-QueueConsumersWithOverlappingSelectors-Transient.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1303-QueueConsumersWithOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1300-QueueConsumersWithNonOverlappingSelectors-Transient.chartdef longer than 100 characters.
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid Performance Test System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Qpid Performance Tests Visualisation JFC 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
     [echo] Qpid Test Profile Properties
     [echo] [profile] cpp
     [echo] [profile.broker.language] cpp
     [echo] [profile.broker.type] spawned
     [echo] [profile.broker.command] "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/src/qpidd"> -p @PORT --data-dir "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/QPID_WORK/@PORT"> -t --auth no --no-module-dir
     [echo] [profile.specific.excludes] CPPPrefetchExcludes CPPTransientExcludes
     [echo] [profile.test.excludes] Excludes CPPExcludes cpp.excludes CPPPrefetchExcludes CPPTransientExcludes cpp.excludes
     [echo] [profile.broker.version] v0_10
     [echo] [profile.test.amqp_port_protocols] ["AMQP_0_8","AMQP_0_9","AMQP_0_9_1","AMQP_0_10"]
     [echo] [profile.broker.persistent] false
     [echo] [profile.virtualhostnode.type] Memory
     [echo] [profile.virtualhostnode.context.blueprint] ${profile.virtualhostnode.context.blueprint}
     [echo] [profile.test_receive_timeout] 1000
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ qpid-perftests-visualisation-jfc ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/main/resources>
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ qpid-perftests-visualisation-jfc ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.165 sec - in org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.682 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec - in org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Running org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Running org.apache.qpid.disttest.charting.writer.ChartWriterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.322 sec - in org.apache.qpid.disttest.charting.writer.ChartWriterTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Running org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Running org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests-visualisation-jfc ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests-visualisation-jfc ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-visualisation-jfc-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests-visualisation-jfc/6.0.0-SNAPSHOT/lib/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid BDB Store System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.314s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [2.174s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.541s]
[INFO] Qpid Common ....................................... SUCCESS [3:43.765s]
[INFO] Qpid Management Common ............................ SUCCESS [1.968s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:31.673s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [4.818s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. FAILURE [6.790s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [5.002s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [6.004s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.277s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [16.767s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.363s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.766s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [5.799s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [2.799s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.335s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.323s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [8.787s]
[INFO] Qpid BDB Message Store ............................ SKIPPED
[INFO] Qpid BDB Message Store JMX ........................ SKIPPED
[INFO] Qpid Java Broker .................................. SKIPPED
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.252s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.161s]
[INFO] Qpid JCA .......................................... SUCCESS [2.171s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.437s]
[INFO] Qpid Tools ........................................ SUCCESS [0.379s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.169s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [1.044s]
[INFO] Qpid System Tests ................................. SKIPPED
[INFO] Qpid Performance Tests ............................ SUCCESS [13.711s]
[INFO] Qpid Performance Test System Tests ................ SKIPPED
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [5.170s]
[INFO] Qpid BDB Store System Tests ....................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6:54.596s
[INFO] Finished at: Mon Aug 31 17:37:39 UTC 2015
[INFO] Final Memory: 62M/305M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (default-test) on project qpid-broker-plugins-amqp-0-8-protocol: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/broker-plugins/amqp-0-8-protocol/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-broker-plugins-amqp-0-8-protocol
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2817

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

Changes:

[kwall] QPID-6720: Replace calls to o.a.q.t.Logger with direct calls to SLF4J

------------------------------------------
[...truncated 10207 lines...]
Running org.apache.qpid.disttest.jms.JmsMessageAdaptorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.qpid.disttest.jms.JmsMessageAdaptorTest
Running org.apache.qpid.disttest.db.ResultsDbWriterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.055 sec - in org.apache.qpid.disttest.db.ResultsDbWriterTest
Running org.apache.qpid.disttest.ConfigFileHelperTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.qpid.disttest.ConfigFileHelperTest
Running org.apache.qpid.disttest.controller.TestRunnerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.166 sec - in org.apache.qpid.disttest.controller.TestRunnerTest
Running org.apache.qpid.disttest.controller.ParticipatingClientsTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec - in org.apache.qpid.disttest.controller.ParticipatingClientsTest
Running org.apache.qpid.disttest.controller.ClientRegistryTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.583 sec - in org.apache.qpid.disttest.controller.ClientRegistryTest
Running org.apache.qpid.disttest.controller.config.ConsumerConfigTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.apache.qpid.disttest.controller.config.ConsumerConfigTest
Running org.apache.qpid.disttest.controller.config.ConnectionConfigTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec - in org.apache.qpid.disttest.controller.config.ConnectionConfigTest
Running org.apache.qpid.disttest.controller.config.ParticipantConfigTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec - in org.apache.qpid.disttest.controller.config.ParticipantConfigTest
Running org.apache.qpid.disttest.controller.config.ProducerConfigTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.apache.qpid.disttest.controller.config.ProducerConfigTest
Running org.apache.qpid.disttest.controller.config.JavaScriptConfigEvaluatorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.222 sec - in org.apache.qpid.disttest.controller.config.JavaScriptConfigEvaluatorTest
Running org.apache.qpid.disttest.controller.config.ConfigReaderTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 sec - in org.apache.qpid.disttest.controller.config.ConfigReaderTest
Running org.apache.qpid.disttest.controller.config.SessionConfigTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec - in org.apache.qpid.disttest.controller.config.SessionConfigTest
Running org.apache.qpid.disttest.controller.config.TestInstanceTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.apache.qpid.disttest.controller.config.TestInstanceTest
Running org.apache.qpid.disttest.controller.config.IterationValueTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.apache.qpid.disttest.controller.config.IterationValueTest
Running org.apache.qpid.disttest.controller.config.ClientConfigTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.apache.qpid.disttest.controller.config.ClientConfigTest
Running org.apache.qpid.disttest.controller.config.ConfigTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.qpid.disttest.controller.config.ConfigTest
Running org.apache.qpid.disttest.controller.config.TestConfigTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.apache.qpid.disttest.controller.config.TestConfigTest
Running org.apache.qpid.disttest.controller.config.MessageProviderConfigTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.qpid.disttest.controller.config.MessageProviderConfigTest
Running org.apache.qpid.disttest.controller.ControllerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec - in org.apache.qpid.disttest.controller.ControllerTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qpid-perftests-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qpid-perftests-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1050-VaryingNumberOfProducerSessionsSingleConnection.chartdef longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1301-QueueConsumersWithNonOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/timeseries/1011-MultipleProducersAndConsumers-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1302-QueueConsumersWithOverlappingSelectors-Transient.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1303-QueueConsumersWithOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1300-QueueConsumersWithNonOverlappingSelectors-Transient.chartdef longer than 100 characters.
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid Performance Test System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Qpid Performance Tests Visualisation JFC 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
     [echo] Qpid Test Profile Properties
     [echo] [profile] cpp
     [echo] [profile.broker.language] cpp
     [echo] [profile.broker.type] spawned
     [echo] [profile.broker.command] "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/src/qpidd"> -p @PORT --data-dir "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/QPID_WORK/@PORT"> -t --auth no --no-module-dir
     [echo] [profile.specific.excludes] CPPPrefetchExcludes CPPTransientExcludes
     [echo] [profile.test.excludes] Excludes CPPExcludes cpp.excludes CPPPrefetchExcludes CPPTransientExcludes cpp.excludes
     [echo] [profile.broker.version] v0_10
     [echo] [profile.test.amqp_port_protocols] ["AMQP_0_8","AMQP_0_9","AMQP_0_9_1","AMQP_0_10"]
     [echo] [profile.broker.persistent] false
     [echo] [profile.virtualhostnode.type] Memory
     [echo] [profile.virtualhostnode.context.blueprint] ${profile.virtualhostnode.context.blueprint}
     [echo] [profile.test_receive_timeout] 1000
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ qpid-perftests-visualisation-jfc ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/main/resources>
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ qpid-perftests-visualisation-jfc ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.146 sec - in org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.617 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec - in org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Running org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Running org.apache.qpid.disttest.charting.writer.ChartWriterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.309 sec - in org.apache.qpid.disttest.charting.writer.ChartWriterTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Running org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Running org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests-visualisation-jfc ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests-visualisation-jfc ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-visualisation-jfc-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests-visualisation-jfc/6.0.0-SNAPSHOT/lib/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid BDB Store System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.375s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [1.940s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.605s]
[INFO] Qpid Common ....................................... SUCCESS [3:40.752s]
[INFO] Qpid Management Common ............................ SUCCESS [1.887s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:30.996s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [4.763s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. FAILURE [6.531s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [4.983s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [6.020s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.271s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [17.850s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.551s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.736s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [6.164s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [3.011s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.329s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.331s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [9.147s]
[INFO] Qpid BDB Message Store ............................ SKIPPED
[INFO] Qpid BDB Message Store JMX ........................ SKIPPED
[INFO] Qpid Java Broker .................................. SKIPPED
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.265s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.170s]
[INFO] Qpid JCA .......................................... SUCCESS [2.262s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.423s]
[INFO] Qpid Tools ........................................ SUCCESS [0.379s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.167s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [3.342s]
[INFO] Qpid System Tests ................................. SKIPPED
[INFO] Qpid Performance Tests ............................ SUCCESS [14.075s]
[INFO] Qpid Performance Test System Tests ................ SKIPPED
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [5.276s]
[INFO] Qpid BDB Store System Tests ....................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6:55.611s
[INFO] Finished at: Mon Aug 31 07:07:11 UTC 2015
[INFO] Final Memory: 62M/264M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (default-test) on project qpid-broker-plugins-amqp-0-8-protocol: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/broker-plugins/amqp-0-8-protocol/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-broker-plugins-amqp-0-8-protocol
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2816

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

Changes:

[gsim] QPID-6717: fix evaluation of BETWEEN and NOT IN when types are mismatched

[gsim] QPID-6391: add support for no-local filter

[gsim] QPID-6714: support for JMS header names in selectors, plus support for to, replyto and subject

------------------------------------------
[...truncated 4271 lines...]
Running org.apache.qpid.disttest.jms.JmsMessageAdaptorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.qpid.disttest.jms.JmsMessageAdaptorTest
Running org.apache.qpid.disttest.db.ResultsDbWriterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.075 sec - in org.apache.qpid.disttest.db.ResultsDbWriterTest
Running org.apache.qpid.disttest.ConfigFileHelperTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.qpid.disttest.ConfigFileHelperTest
Running org.apache.qpid.disttest.controller.TestRunnerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.168 sec - in org.apache.qpid.disttest.controller.TestRunnerTest
Running org.apache.qpid.disttest.controller.ParticipatingClientsTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec - in org.apache.qpid.disttest.controller.ParticipatingClientsTest
Running org.apache.qpid.disttest.controller.ClientRegistryTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.579 sec - in org.apache.qpid.disttest.controller.ClientRegistryTest
Running org.apache.qpid.disttest.controller.config.ConsumerConfigTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.apache.qpid.disttest.controller.config.ConsumerConfigTest
Running org.apache.qpid.disttest.controller.config.ConnectionConfigTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec - in org.apache.qpid.disttest.controller.config.ConnectionConfigTest
Running org.apache.qpid.disttest.controller.config.ParticipantConfigTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.apache.qpid.disttest.controller.config.ParticipantConfigTest
Running org.apache.qpid.disttest.controller.config.ProducerConfigTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec - in org.apache.qpid.disttest.controller.config.ProducerConfigTest
Running org.apache.qpid.disttest.controller.config.JavaScriptConfigEvaluatorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 sec - in org.apache.qpid.disttest.controller.config.JavaScriptConfigEvaluatorTest
Running org.apache.qpid.disttest.controller.config.ConfigReaderTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 sec - in org.apache.qpid.disttest.controller.config.ConfigReaderTest
Running org.apache.qpid.disttest.controller.config.SessionConfigTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 sec - in org.apache.qpid.disttest.controller.config.SessionConfigTest
Running org.apache.qpid.disttest.controller.config.TestInstanceTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.apache.qpid.disttest.controller.config.TestInstanceTest
Running org.apache.qpid.disttest.controller.config.IterationValueTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.apache.qpid.disttest.controller.config.IterationValueTest
Running org.apache.qpid.disttest.controller.config.ClientConfigTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.apache.qpid.disttest.controller.config.ClientConfigTest
Running org.apache.qpid.disttest.controller.config.ConfigTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.qpid.disttest.controller.config.ConfigTest
Running org.apache.qpid.disttest.controller.config.TestConfigTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.apache.qpid.disttest.controller.config.TestConfigTest
Running org.apache.qpid.disttest.controller.config.MessageProviderConfigTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.qpid.disttest.controller.config.MessageProviderConfigTest
Running org.apache.qpid.disttest.controller.ControllerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 sec - in org.apache.qpid.disttest.controller.ControllerTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qpid-perftests-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qpid-perftests-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1050-VaryingNumberOfProducerSessionsSingleConnection.chartdef longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1301-QueueConsumersWithNonOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/timeseries/1011-MultipleProducersAndConsumers-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1302-QueueConsumersWithOverlappingSelectors-Transient.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1303-QueueConsumersWithOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1300-QueueConsumersWithNonOverlappingSelectors-Transient.chartdef longer than 100 characters.
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid Performance Test System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Qpid Performance Tests Visualisation JFC 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
     [echo] Qpid Test Profile Properties
     [echo] [profile] cpp
     [echo] [profile.broker.language] cpp
     [echo] [profile.broker.type] spawned
     [echo] [profile.broker.command] "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/src/qpidd"> -p @PORT --data-dir "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/QPID_WORK/@PORT"> -t --auth no --no-module-dir
     [echo] [profile.specific.excludes] CPPPrefetchExcludes CPPTransientExcludes
     [echo] [profile.test.excludes] Excludes CPPExcludes cpp.excludes CPPPrefetchExcludes CPPTransientExcludes cpp.excludes
     [echo] [profile.broker.version] v0_10
     [echo] [profile.test.amqp_port_protocols] ["AMQP_0_8","AMQP_0_9","AMQP_0_9_1","AMQP_0_10"]
     [echo] [profile.broker.persistent] false
     [echo] [profile.virtualhostnode.type] Memory
     [echo] [profile.virtualhostnode.context.blueprint] ${profile.virtualhostnode.context.blueprint}
     [echo] [profile.test_receive_timeout] 1000
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ qpid-perftests-visualisation-jfc ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/main/resources>
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ qpid-perftests-visualisation-jfc ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.134 sec - in org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.558 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec - in org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Running org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Running org.apache.qpid.disttest.charting.writer.ChartWriterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.306 sec - in org.apache.qpid.disttest.charting.writer.ChartWriterTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Running org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Running org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests-visualisation-jfc ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests-visualisation-jfc ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-visualisation-jfc-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests-visualisation-jfc/6.0.0-SNAPSHOT/lib/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid BDB Store System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.194s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [2.005s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.459s]
[INFO] Qpid Common ....................................... SUCCESS [3:42.867s]
[INFO] Qpid Management Common ............................ SUCCESS [1.679s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:31.001s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [4.838s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. FAILURE [6.593s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [4.752s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [5.397s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.220s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [17.818s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.259s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.878s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [5.256s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [2.723s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.275s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.257s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [8.431s]
[INFO] Qpid BDB Message Store ............................ SKIPPED
[INFO] Qpid BDB Message Store JMX ........................ SKIPPED
[INFO] Qpid Java Broker .................................. SKIPPED
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.196s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.152s]
[INFO] Qpid JCA .......................................... SUCCESS [1.977s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.371s]
[INFO] Qpid Tools ........................................ SUCCESS [0.294s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.116s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [0.981s]
[INFO] Qpid System Tests ................................. SKIPPED
[INFO] Qpid Performance Tests ............................ SUCCESS [13.215s]
[INFO] Qpid Performance Test System Tests ................ SKIPPED
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [4.864s]
[INFO] Qpid BDB Store System Tests ....................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6:49.841s
[INFO] Finished at: Fri Aug 28 22:37:22 UTC 2015
[INFO] Final Memory: 62M/306M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (default-test) on project qpid-broker-plugins-amqp-0-8-protocol: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/broker-plugins/amqp-0-8-protocol/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-broker-plugins-amqp-0-8-protocol
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2815

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

Changes:

[kwall] QPID-6712: [Java Broker] Reflect changes made in BDB store within the JDBC store

[orudyy] QPID-6716: Rename LoggerFiltes into LogInclusionRules

------------------------------------------
[...truncated 4317 lines...]
Running org.apache.qpid.disttest.jms.JmsMessageAdaptorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.qpid.disttest.jms.JmsMessageAdaptorTest
Running org.apache.qpid.disttest.db.ResultsDbWriterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.999 sec - in org.apache.qpid.disttest.db.ResultsDbWriterTest
Running org.apache.qpid.disttest.ConfigFileHelperTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.qpid.disttest.ConfigFileHelperTest
Running org.apache.qpid.disttest.controller.TestRunnerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.167 sec - in org.apache.qpid.disttest.controller.TestRunnerTest
Running org.apache.qpid.disttest.controller.ParticipatingClientsTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec - in org.apache.qpid.disttest.controller.ParticipatingClientsTest
Running org.apache.qpid.disttest.controller.ClientRegistryTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.583 sec - in org.apache.qpid.disttest.controller.ClientRegistryTest
Running org.apache.qpid.disttest.controller.config.ConsumerConfigTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.apache.qpid.disttest.controller.config.ConsumerConfigTest
Running org.apache.qpid.disttest.controller.config.ConnectionConfigTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in org.apache.qpid.disttest.controller.config.ConnectionConfigTest
Running org.apache.qpid.disttest.controller.config.ParticipantConfigTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.apache.qpid.disttest.controller.config.ParticipantConfigTest
Running org.apache.qpid.disttest.controller.config.ProducerConfigTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec - in org.apache.qpid.disttest.controller.config.ProducerConfigTest
Running org.apache.qpid.disttest.controller.config.JavaScriptConfigEvaluatorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 sec - in org.apache.qpid.disttest.controller.config.JavaScriptConfigEvaluatorTest
Running org.apache.qpid.disttest.controller.config.ConfigReaderTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 sec - in org.apache.qpid.disttest.controller.config.ConfigReaderTest
Running org.apache.qpid.disttest.controller.config.SessionConfigTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec - in org.apache.qpid.disttest.controller.config.SessionConfigTest
Running org.apache.qpid.disttest.controller.config.TestInstanceTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.apache.qpid.disttest.controller.config.TestInstanceTest
Running org.apache.qpid.disttest.controller.config.IterationValueTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.apache.qpid.disttest.controller.config.IterationValueTest
Running org.apache.qpid.disttest.controller.config.ClientConfigTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.qpid.disttest.controller.config.ClientConfigTest
Running org.apache.qpid.disttest.controller.config.ConfigTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.qpid.disttest.controller.config.ConfigTest
Running org.apache.qpid.disttest.controller.config.TestConfigTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.apache.qpid.disttest.controller.config.TestConfigTest
Running org.apache.qpid.disttest.controller.config.MessageProviderConfigTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.qpid.disttest.controller.config.MessageProviderConfigTest
Running org.apache.qpid.disttest.controller.ControllerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec - in org.apache.qpid.disttest.controller.ControllerTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qpid-perftests-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qpid-perftests-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1050-VaryingNumberOfProducerSessionsSingleConnection.chartdef longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1301-QueueConsumersWithNonOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/timeseries/1011-MultipleProducersAndConsumers-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1302-QueueConsumersWithOverlappingSelectors-Transient.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1303-QueueConsumersWithOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1300-QueueConsumersWithNonOverlappingSelectors-Transient.chartdef longer than 100 characters.
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid Performance Test System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Qpid Performance Tests Visualisation JFC 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
     [echo] Qpid Test Profile Properties
     [echo] [profile] cpp
     [echo] [profile.broker.language] cpp
     [echo] [profile.broker.type] spawned
     [echo] [profile.broker.command] "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/src/qpidd"> -p @PORT --data-dir "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/QPID_WORK/@PORT"> -t --auth no --no-module-dir
     [echo] [profile.specific.excludes] CPPPrefetchExcludes CPPTransientExcludes
     [echo] [profile.test.excludes] Excludes CPPExcludes cpp.excludes CPPPrefetchExcludes CPPTransientExcludes cpp.excludes
     [echo] [profile.broker.version] v0_10
     [echo] [profile.test.amqp_port_protocols] ["AMQP_0_8","AMQP_0_9","AMQP_0_9_1","AMQP_0_10"]
     [echo] [profile.broker.persistent] false
     [echo] [profile.virtualhostnode.type] Memory
     [echo] [profile.virtualhostnode.context.blueprint] ${profile.virtualhostnode.context.blueprint}
     [echo] [profile.test_receive_timeout] 1000
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ qpid-perftests-visualisation-jfc ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/main/resources>
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ qpid-perftests-visualisation-jfc ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.134 sec - in org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.42 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec - in org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Running org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Running org.apache.qpid.disttest.charting.writer.ChartWriterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.321 sec - in org.apache.qpid.disttest.charting.writer.ChartWriterTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Running org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Running org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests-visualisation-jfc ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests-visualisation-jfc ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-visualisation-jfc-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests-visualisation-jfc/6.0.0-SNAPSHOT/lib/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid BDB Store System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.208s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [2.012s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.505s]
[INFO] Qpid Common ....................................... SUCCESS [3:39.118s]
[INFO] Qpid Management Common ............................ SUCCESS [1.969s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:29.884s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [4.632s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. FAILURE [6.392s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [4.788s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [5.305s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.226s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [17.119s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.211s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.497s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [5.297s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [2.718s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.290s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.268s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [8.300s]
[INFO] Qpid BDB Message Store ............................ SKIPPED
[INFO] Qpid BDB Message Store JMX ........................ SKIPPED
[INFO] Qpid Java Broker .................................. SKIPPED
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.194s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.157s]
[INFO] Qpid JCA .......................................... SUCCESS [1.962s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.382s]
[INFO] Qpid Tools ........................................ SUCCESS [0.308s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.111s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [0.985s]
[INFO] Qpid System Tests ................................. SKIPPED
[INFO] Qpid Performance Tests ............................ SUCCESS [13.212s]
[INFO] Qpid Performance Test System Tests ................ SKIPPED
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [4.742s]
[INFO] Qpid BDB Store System Tests ....................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6:43.563s
[INFO] Finished at: Fri Aug 28 18:27:10 UTC 2015
[INFO] Final Memory: 62M/306M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (default-test) on project qpid-broker-plugins-amqp-0-8-protocol: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/broker-plugins/amqp-0-8-protocol/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-broker-plugins-amqp-0-8-protocol
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2814

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

Changes:

[rgodfrey] QPID-6712 : Applied tidied up version of WIP patch, with changes for QPID-6713 removed

[orudyy] QPID-6715: [Java Broker] Change model version to qpid release major and minor version

work by Lorenz Quack <qu...@gmail.com>

[rgodfrey] QPID-6713 : Materialize message content / properties when visiting messages on the queue, rather than retaining references to the entry / object

------------------------------------------
[...truncated 4279 lines...]
Running org.apache.qpid.disttest.jms.JmsMessageAdaptorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.qpid.disttest.jms.JmsMessageAdaptorTest
Running org.apache.qpid.disttest.db.ResultsDbWriterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.887 sec - in org.apache.qpid.disttest.db.ResultsDbWriterTest
Running org.apache.qpid.disttest.ConfigFileHelperTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.qpid.disttest.ConfigFileHelperTest
Running org.apache.qpid.disttest.controller.TestRunnerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.16 sec - in org.apache.qpid.disttest.controller.TestRunnerTest
Running org.apache.qpid.disttest.controller.ParticipatingClientsTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec - in org.apache.qpid.disttest.controller.ParticipatingClientsTest
Running org.apache.qpid.disttest.controller.ClientRegistryTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.576 sec - in org.apache.qpid.disttest.controller.ClientRegistryTest
Running org.apache.qpid.disttest.controller.config.ConsumerConfigTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.qpid.disttest.controller.config.ConsumerConfigTest
Running org.apache.qpid.disttest.controller.config.ConnectionConfigTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.apache.qpid.disttest.controller.config.ConnectionConfigTest
Running org.apache.qpid.disttest.controller.config.ParticipantConfigTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.apache.qpid.disttest.controller.config.ParticipantConfigTest
Running org.apache.qpid.disttest.controller.config.ProducerConfigTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.apache.qpid.disttest.controller.config.ProducerConfigTest
Running org.apache.qpid.disttest.controller.config.JavaScriptConfigEvaluatorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 sec - in org.apache.qpid.disttest.controller.config.JavaScriptConfigEvaluatorTest
Running org.apache.qpid.disttest.controller.config.ConfigReaderTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 sec - in org.apache.qpid.disttest.controller.config.ConfigReaderTest
Running org.apache.qpid.disttest.controller.config.SessionConfigTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec - in org.apache.qpid.disttest.controller.config.SessionConfigTest
Running org.apache.qpid.disttest.controller.config.TestInstanceTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.apache.qpid.disttest.controller.config.TestInstanceTest
Running org.apache.qpid.disttest.controller.config.IterationValueTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec - in org.apache.qpid.disttest.controller.config.IterationValueTest
Running org.apache.qpid.disttest.controller.config.ClientConfigTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.apache.qpid.disttest.controller.config.ClientConfigTest
Running org.apache.qpid.disttest.controller.config.ConfigTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.qpid.disttest.controller.config.ConfigTest
Running org.apache.qpid.disttest.controller.config.TestConfigTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.apache.qpid.disttest.controller.config.TestConfigTest
Running org.apache.qpid.disttest.controller.config.MessageProviderConfigTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.qpid.disttest.controller.config.MessageProviderConfigTest
Running org.apache.qpid.disttest.controller.ControllerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec - in org.apache.qpid.disttest.controller.ControllerTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qpid-perftests-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qpid-perftests-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1050-VaryingNumberOfProducerSessionsSingleConnection.chartdef longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1301-QueueConsumersWithNonOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/timeseries/1011-MultipleProducersAndConsumers-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1302-QueueConsumersWithOverlappingSelectors-Transient.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1303-QueueConsumersWithOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1300-QueueConsumersWithNonOverlappingSelectors-Transient.chartdef longer than 100 characters.
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid Performance Test System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Qpid Performance Tests Visualisation JFC 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
     [echo] Qpid Test Profile Properties
     [echo] [profile] cpp
     [echo] [profile.broker.language] cpp
     [echo] [profile.broker.type] spawned
     [echo] [profile.broker.command] "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/src/qpidd"> -p @PORT --data-dir "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/QPID_WORK/@PORT"> -t --auth no --no-module-dir
     [echo] [profile.specific.excludes] CPPPrefetchExcludes CPPTransientExcludes
     [echo] [profile.test.excludes] Excludes CPPExcludes cpp.excludes CPPPrefetchExcludes CPPTransientExcludes cpp.excludes
     [echo] [profile.broker.version] v0_10
     [echo] [profile.test.amqp_port_protocols] ["AMQP_0_8","AMQP_0_9","AMQP_0_9_1","AMQP_0_10"]
     [echo] [profile.broker.persistent] false
     [echo] [profile.virtualhostnode.type] Memory
     [echo] [profile.virtualhostnode.context.blueprint] ${profile.virtualhostnode.context.blueprint}
     [echo] [profile.test_receive_timeout] 1000
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ qpid-perftests-visualisation-jfc ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/main/resources>
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ qpid-perftests-visualisation-jfc ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.07 sec - in org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.487 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 sec - in org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Running org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Running org.apache.qpid.disttest.charting.writer.ChartWriterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.309 sec - in org.apache.qpid.disttest.charting.writer.ChartWriterTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Running org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Running org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests-visualisation-jfc ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests-visualisation-jfc ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-visualisation-jfc-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests-visualisation-jfc/6.0.0-SNAPSHOT/lib/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid BDB Store System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.231s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [1.726s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.494s]
[INFO] Qpid Common ....................................... SUCCESS [3:39.927s]
[INFO] Qpid Management Common ............................ SUCCESS [1.819s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:30.429s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [4.652s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. FAILURE [6.686s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [4.878s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [5.682s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.264s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [16.258s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.247s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.775s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [5.577s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [2.765s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.317s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.330s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [9.141s]
[INFO] Qpid BDB Message Store ............................ SKIPPED
[INFO] Qpid BDB Message Store JMX ........................ SKIPPED
[INFO] Qpid Java Broker .................................. SKIPPED
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.200s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.157s]
[INFO] Qpid JCA .......................................... SUCCESS [2.030s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.381s]
[INFO] Qpid Tools ........................................ SUCCESS [0.335s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.108s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [0.780s]
[INFO] Qpid System Tests ................................. SKIPPED
[INFO] Qpid Performance Tests ............................ SUCCESS [13.112s]
[INFO] Qpid Performance Test System Tests ................ SKIPPED
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [4.698s]
[INFO] Qpid BDB Store System Tests ....................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6:45.859s
[INFO] Finished at: Fri Aug 28 16:25:44 UTC 2015
[INFO] Final Memory: 62M/293M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (default-test) on project qpid-broker-plugins-amqp-0-8-protocol: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/broker-plugins/amqp-0-8-protocol/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-broker-plugins-amqp-0-8-protocol
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2813

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

Changes:

[orudyy] QPID-6373: Removes code that sets QPID_WOKR to %HOME%

           (work by Lorenz Quack <qu...@gmail.com>)

[rgodfrey] QPID-6662 : Fix to [r1698241|http://svn.apache.org/r1698241] handling of allocation of buffers

------------------------------------------
[...truncated 4261 lines...]
Running org.apache.qpid.disttest.jms.JmsMessageAdaptorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.qpid.disttest.jms.JmsMessageAdaptorTest
Running org.apache.qpid.disttest.db.ResultsDbWriterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.98 sec - in org.apache.qpid.disttest.db.ResultsDbWriterTest
Running org.apache.qpid.disttest.ConfigFileHelperTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.qpid.disttest.ConfigFileHelperTest
Running org.apache.qpid.disttest.controller.TestRunnerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.163 sec - in org.apache.qpid.disttest.controller.TestRunnerTest
Running org.apache.qpid.disttest.controller.ParticipatingClientsTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec - in org.apache.qpid.disttest.controller.ParticipatingClientsTest
Running org.apache.qpid.disttest.controller.ClientRegistryTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.578 sec - in org.apache.qpid.disttest.controller.ClientRegistryTest
Running org.apache.qpid.disttest.controller.config.ConsumerConfigTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.apache.qpid.disttest.controller.config.ConsumerConfigTest
Running org.apache.qpid.disttest.controller.config.ConnectionConfigTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in org.apache.qpid.disttest.controller.config.ConnectionConfigTest
Running org.apache.qpid.disttest.controller.config.ParticipantConfigTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.apache.qpid.disttest.controller.config.ParticipantConfigTest
Running org.apache.qpid.disttest.controller.config.ProducerConfigTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.apache.qpid.disttest.controller.config.ProducerConfigTest
Running org.apache.qpid.disttest.controller.config.JavaScriptConfigEvaluatorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.121 sec - in org.apache.qpid.disttest.controller.config.JavaScriptConfigEvaluatorTest
Running org.apache.qpid.disttest.controller.config.ConfigReaderTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 sec - in org.apache.qpid.disttest.controller.config.ConfigReaderTest
Running org.apache.qpid.disttest.controller.config.SessionConfigTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 sec - in org.apache.qpid.disttest.controller.config.SessionConfigTest
Running org.apache.qpid.disttest.controller.config.TestInstanceTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.apache.qpid.disttest.controller.config.TestInstanceTest
Running org.apache.qpid.disttest.controller.config.IterationValueTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec - in org.apache.qpid.disttest.controller.config.IterationValueTest
Running org.apache.qpid.disttest.controller.config.ClientConfigTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.apache.qpid.disttest.controller.config.ClientConfigTest
Running org.apache.qpid.disttest.controller.config.ConfigTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.qpid.disttest.controller.config.ConfigTest
Running org.apache.qpid.disttest.controller.config.TestConfigTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.apache.qpid.disttest.controller.config.TestConfigTest
Running org.apache.qpid.disttest.controller.config.MessageProviderConfigTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.qpid.disttest.controller.config.MessageProviderConfigTest
Running org.apache.qpid.disttest.controller.ControllerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec - in org.apache.qpid.disttest.controller.ControllerTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qpid-perftests-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qpid-perftests-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1050-VaryingNumberOfProducerSessionsSingleConnection.chartdef longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1301-QueueConsumersWithNonOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/timeseries/1011-MultipleProducersAndConsumers-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1302-QueueConsumersWithOverlappingSelectors-Transient.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1303-QueueConsumersWithOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1300-QueueConsumersWithNonOverlappingSelectors-Transient.chartdef longer than 100 characters.
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid Performance Test System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Qpid Performance Tests Visualisation JFC 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
     [echo] Qpid Test Profile Properties
     [echo] [profile] cpp
     [echo] [profile.broker.language] cpp
     [echo] [profile.broker.type] spawned
     [echo] [profile.broker.command] "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/src/qpidd"> -p @PORT --data-dir "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/QPID_WORK/@PORT"> -t --auth no --no-module-dir
     [echo] [profile.specific.excludes] CPPPrefetchExcludes CPPTransientExcludes
     [echo] [profile.test.excludes] Excludes CPPExcludes cpp.excludes CPPPrefetchExcludes CPPTransientExcludes cpp.excludes
     [echo] [profile.broker.version] v0_10
     [echo] [profile.test.amqp_port_protocols] ["AMQP_0_8","AMQP_0_9","AMQP_0_9_1","AMQP_0_10"]
     [echo] [profile.broker.persistent] false
     [echo] [profile.virtualhostnode.type] Memory
     [echo] [profile.virtualhostnode.context.blueprint] ${profile.virtualhostnode.context.blueprint}
     [echo] [profile.test_receive_timeout] 1000
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ qpid-perftests-visualisation-jfc ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/main/resources>
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ qpid-perftests-visualisation-jfc ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.267 sec - in org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.804 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 sec - in org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Running org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Running org.apache.qpid.disttest.charting.writer.ChartWriterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.332 sec - in org.apache.qpid.disttest.charting.writer.ChartWriterTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Running org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Running org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec - in org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests-visualisation-jfc ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests-visualisation-jfc ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-visualisation-jfc-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests-visualisation-jfc/6.0.0-SNAPSHOT/lib/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid BDB Store System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.400s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [1.918s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.496s]
[INFO] Qpid Common ....................................... SUCCESS [3:49.541s]
[INFO] Qpid Management Common ............................ SUCCESS [1.811s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:31.928s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [4.930s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. FAILURE [6.367s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [5.282s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [5.373s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.223s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [17.142s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.385s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.945s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [5.738s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [2.999s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.322s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.295s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [8.977s]
[INFO] Qpid BDB Message Store ............................ SKIPPED
[INFO] Qpid BDB Message Store JMX ........................ SKIPPED
[INFO] Qpid Java Broker .................................. SKIPPED
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.250s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.156s]
[INFO] Qpid JCA .......................................... SUCCESS [2.032s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.413s]
[INFO] Qpid Tools ........................................ SUCCESS [0.336s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.167s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [1.188s]
[INFO] Qpid System Tests ................................. SKIPPED
[INFO] Qpid Performance Tests ............................ SUCCESS [13.369s]
[INFO] Qpid Performance Test System Tests ................ SKIPPED
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [5.359s]
[INFO] Qpid BDB Store System Tests ....................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7:00.128s
[INFO] Finished at: Fri Aug 28 11:49:36 UTC 2015
[INFO] Final Memory: 62M/305M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (default-test) on project qpid-broker-plugins-amqp-0-8-protocol: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/broker-plugins/amqp-0-8-protocol/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-broker-plugins-amqp-0-8-protocol
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2812

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

Changes:

[rgodfrey] QPID-6713 : Ensure messages being processed by management or browsers are not concurrently removed from the store

------------------------------------------
[...truncated 4261 lines...]
Running org.apache.qpid.disttest.jms.JmsMessageAdaptorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.qpid.disttest.jms.JmsMessageAdaptorTest
Running org.apache.qpid.disttest.db.ResultsDbWriterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.063 sec - in org.apache.qpid.disttest.db.ResultsDbWriterTest
Running org.apache.qpid.disttest.ConfigFileHelperTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.qpid.disttest.ConfigFileHelperTest
Running org.apache.qpid.disttest.controller.TestRunnerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.164 sec - in org.apache.qpid.disttest.controller.TestRunnerTest
Running org.apache.qpid.disttest.controller.ParticipatingClientsTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 sec - in org.apache.qpid.disttest.controller.ParticipatingClientsTest
Running org.apache.qpid.disttest.controller.ClientRegistryTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.575 sec - in org.apache.qpid.disttest.controller.ClientRegistryTest
Running org.apache.qpid.disttest.controller.config.ConsumerConfigTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.apache.qpid.disttest.controller.config.ConsumerConfigTest
Running org.apache.qpid.disttest.controller.config.ConnectionConfigTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.apache.qpid.disttest.controller.config.ConnectionConfigTest
Running org.apache.qpid.disttest.controller.config.ParticipantConfigTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.apache.qpid.disttest.controller.config.ParticipantConfigTest
Running org.apache.qpid.disttest.controller.config.ProducerConfigTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.apache.qpid.disttest.controller.config.ProducerConfigTest
Running org.apache.qpid.disttest.controller.config.JavaScriptConfigEvaluatorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.406 sec - in org.apache.qpid.disttest.controller.config.JavaScriptConfigEvaluatorTest
Running org.apache.qpid.disttest.controller.config.ConfigReaderTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 sec - in org.apache.qpid.disttest.controller.config.ConfigReaderTest
Running org.apache.qpid.disttest.controller.config.SessionConfigTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec - in org.apache.qpid.disttest.controller.config.SessionConfigTest
Running org.apache.qpid.disttest.controller.config.TestInstanceTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.apache.qpid.disttest.controller.config.TestInstanceTest
Running org.apache.qpid.disttest.controller.config.IterationValueTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.apache.qpid.disttest.controller.config.IterationValueTest
Running org.apache.qpid.disttest.controller.config.ClientConfigTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.apache.qpid.disttest.controller.config.ClientConfigTest
Running org.apache.qpid.disttest.controller.config.ConfigTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.qpid.disttest.controller.config.ConfigTest
Running org.apache.qpid.disttest.controller.config.TestConfigTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.apache.qpid.disttest.controller.config.TestConfigTest
Running org.apache.qpid.disttest.controller.config.MessageProviderConfigTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.qpid.disttest.controller.config.MessageProviderConfigTest
Running org.apache.qpid.disttest.controller.ControllerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec - in org.apache.qpid.disttest.controller.ControllerTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qpid-perftests-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qpid-perftests-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1050-VaryingNumberOfProducerSessionsSingleConnection.chartdef longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1301-QueueConsumersWithNonOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/timeseries/1011-MultipleProducersAndConsumers-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1302-QueueConsumersWithOverlappingSelectors-Transient.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1303-QueueConsumersWithOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1300-QueueConsumersWithNonOverlappingSelectors-Transient.chartdef longer than 100 characters.
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid Performance Test System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Qpid Performance Tests Visualisation JFC 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
     [echo] Qpid Test Profile Properties
     [echo] [profile] cpp
     [echo] [profile.broker.language] cpp
     [echo] [profile.broker.type] spawned
     [echo] [profile.broker.command] "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/src/qpidd"> -p @PORT --data-dir "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/QPID_WORK/@PORT"> -t --auth no --no-module-dir
     [echo] [profile.specific.excludes] CPPPrefetchExcludes CPPTransientExcludes
     [echo] [profile.test.excludes] Excludes CPPExcludes cpp.excludes CPPPrefetchExcludes CPPTransientExcludes cpp.excludes
     [echo] [profile.broker.version] v0_10
     [echo] [profile.test.amqp_port_protocols] ["AMQP_0_8","AMQP_0_9","AMQP_0_9_1","AMQP_0_10"]
     [echo] [profile.broker.persistent] false
     [echo] [profile.virtualhostnode.type] Memory
     [echo] [profile.virtualhostnode.context.blueprint] ${profile.virtualhostnode.context.blueprint}
     [echo] [profile.test_receive_timeout] 1000
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ qpid-perftests-visualisation-jfc ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/main/resources>
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ qpid-perftests-visualisation-jfc ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.129 sec - in org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.595 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec - in org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Running org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Running org.apache.qpid.disttest.charting.writer.ChartWriterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.308 sec - in org.apache.qpid.disttest.charting.writer.ChartWriterTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Running org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Running org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests-visualisation-jfc ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests-visualisation-jfc ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-visualisation-jfc-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests-visualisation-jfc/6.0.0-SNAPSHOT/lib/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid BDB Store System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.389s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [2.030s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.440s]
[INFO] Qpid Common ....................................... SUCCESS [3:38.500s]
[INFO] Qpid Management Common ............................ SUCCESS [1.683s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:30.625s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [4.510s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. FAILURE [6.406s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [4.777s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [5.408s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.224s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [17.509s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.244s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.563s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [5.438s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [2.778s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.316s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.279s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [8.456s]
[INFO] Qpid BDB Message Store ............................ SKIPPED
[INFO] Qpid BDB Message Store JMX ........................ SKIPPED
[INFO] Qpid Java Broker .................................. SKIPPED
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.226s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.157s]
[INFO] Qpid JCA .......................................... SUCCESS [1.928s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.446s]
[INFO] Qpid Tools ........................................ SUCCESS [0.297s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.137s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [1.161s]
[INFO] Qpid System Tests ................................. SKIPPED
[INFO] Qpid Performance Tests ............................ SUCCESS [13.969s]
[INFO] Qpid Performance Test System Tests ................ SKIPPED
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [5.119s]
[INFO] Qpid BDB Store System Tests ....................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6:45.812s
[INFO] Finished at: Fri Aug 28 01:52:37 UTC 2015
[INFO] Final Memory: 62M/305M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (default-test) on project qpid-broker-plugins-amqp-0-8-protocol: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/broker-plugins/amqp-0-8-protocol/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-broker-plugins-amqp-0-8-protocol
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2811

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

Changes:

[rgodfrey] QPID-6662 : Address comments from [~kwall]

[rgodfrey] QPID-6662 : Remove unnecessary copying of data in BDB for meta data

------------------------------------------
[...truncated 10193 lines...]
Running org.apache.qpid.disttest.jms.JmsMessageAdaptorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.qpid.disttest.jms.JmsMessageAdaptorTest
Running org.apache.qpid.disttest.db.ResultsDbWriterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.022 sec - in org.apache.qpid.disttest.db.ResultsDbWriterTest
Running org.apache.qpid.disttest.ConfigFileHelperTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.qpid.disttest.ConfigFileHelperTest
Running org.apache.qpid.disttest.controller.TestRunnerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.166 sec - in org.apache.qpid.disttest.controller.TestRunnerTest
Running org.apache.qpid.disttest.controller.ParticipatingClientsTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec - in org.apache.qpid.disttest.controller.ParticipatingClientsTest
Running org.apache.qpid.disttest.controller.ClientRegistryTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.58 sec - in org.apache.qpid.disttest.controller.ClientRegistryTest
Running org.apache.qpid.disttest.controller.config.ConsumerConfigTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.apache.qpid.disttest.controller.config.ConsumerConfigTest
Running org.apache.qpid.disttest.controller.config.ConnectionConfigTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in org.apache.qpid.disttest.controller.config.ConnectionConfigTest
Running org.apache.qpid.disttest.controller.config.ParticipantConfigTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.apache.qpid.disttest.controller.config.ParticipantConfigTest
Running org.apache.qpid.disttest.controller.config.ProducerConfigTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.apache.qpid.disttest.controller.config.ProducerConfigTest
Running org.apache.qpid.disttest.controller.config.JavaScriptConfigEvaluatorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.168 sec - in org.apache.qpid.disttest.controller.config.JavaScriptConfigEvaluatorTest
Running org.apache.qpid.disttest.controller.config.ConfigReaderTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 sec - in org.apache.qpid.disttest.controller.config.ConfigReaderTest
Running org.apache.qpid.disttest.controller.config.SessionConfigTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 sec - in org.apache.qpid.disttest.controller.config.SessionConfigTest
Running org.apache.qpid.disttest.controller.config.TestInstanceTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.apache.qpid.disttest.controller.config.TestInstanceTest
Running org.apache.qpid.disttest.controller.config.IterationValueTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.apache.qpid.disttest.controller.config.IterationValueTest
Running org.apache.qpid.disttest.controller.config.ClientConfigTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.apache.qpid.disttest.controller.config.ClientConfigTest
Running org.apache.qpid.disttest.controller.config.ConfigTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.qpid.disttest.controller.config.ConfigTest
Running org.apache.qpid.disttest.controller.config.TestConfigTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.apache.qpid.disttest.controller.config.TestConfigTest
Running org.apache.qpid.disttest.controller.config.MessageProviderConfigTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.qpid.disttest.controller.config.MessageProviderConfigTest
Running org.apache.qpid.disttest.controller.ControllerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec - in org.apache.qpid.disttest.controller.ControllerTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qpid-perftests-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qpid-perftests-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1050-VaryingNumberOfProducerSessionsSingleConnection.chartdef longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1301-QueueConsumersWithNonOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/timeseries/1011-MultipleProducersAndConsumers-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1302-QueueConsumersWithOverlappingSelectors-Transient.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1303-QueueConsumersWithOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1300-QueueConsumersWithNonOverlappingSelectors-Transient.chartdef longer than 100 characters.
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid Performance Test System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Qpid Performance Tests Visualisation JFC 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
     [echo] Qpid Test Profile Properties
     [echo] [profile] cpp
     [echo] [profile.broker.language] cpp
     [echo] [profile.broker.type] spawned
     [echo] [profile.broker.command] "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/src/qpidd"> -p @PORT --data-dir "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/QPID_WORK/@PORT"> -t --auth no --no-module-dir
     [echo] [profile.specific.excludes] CPPPrefetchExcludes CPPTransientExcludes
     [echo] [profile.test.excludes] Excludes CPPExcludes cpp.excludes CPPPrefetchExcludes CPPTransientExcludes cpp.excludes
     [echo] [profile.broker.version] v0_10
     [echo] [profile.test.amqp_port_protocols] ["AMQP_0_8","AMQP_0_9","AMQP_0_9_1","AMQP_0_10"]
     [echo] [profile.broker.persistent] false
     [echo] [profile.virtualhostnode.type] Memory
     [echo] [profile.virtualhostnode.context.blueprint] ${profile.virtualhostnode.context.blueprint}
     [echo] [profile.test_receive_timeout] 1000
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ qpid-perftests-visualisation-jfc ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/main/resources>
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ qpid-perftests-visualisation-jfc ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.129 sec - in org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.611 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec - in org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Running org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Running org.apache.qpid.disttest.charting.writer.ChartWriterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.31 sec - in org.apache.qpid.disttest.charting.writer.ChartWriterTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Running org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Running org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests-visualisation-jfc ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests-visualisation-jfc ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-visualisation-jfc-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests-visualisation-jfc/6.0.0-SNAPSHOT/lib/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid BDB Store System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.400s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [1.890s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.533s]
[INFO] Qpid Common ....................................... SUCCESS [3:44.213s]
[INFO] Qpid Management Common ............................ SUCCESS [2.322s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:37.135s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [4.943s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. FAILURE [6.692s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [5.637s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [7.319s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.283s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [18.226s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.390s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.494s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [5.627s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [2.860s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.380s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.354s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [9.716s]
[INFO] Qpid BDB Message Store ............................ SKIPPED
[INFO] Qpid BDB Message Store JMX ........................ SKIPPED
[INFO] Qpid Java Broker .................................. SKIPPED
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.257s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.187s]
[INFO] Qpid JCA .......................................... SUCCESS [2.112s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.435s]
[INFO] Qpid Tools ........................................ SUCCESS [0.375s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.162s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [2.534s]
[INFO] Qpid System Tests ................................. SKIPPED
[INFO] Qpid Performance Tests ............................ SUCCESS [13.829s]
[INFO] Qpid Performance Test System Tests ................ SKIPPED
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [5.064s]
[INFO] Qpid BDB Store System Tests ....................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7:06.289s
[INFO] Finished at: Fri Aug 28 00:05:36 UTC 2015
[INFO] Final Memory: 62M/258M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (default-test) on project qpid-broker-plugins-amqp-0-8-protocol: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/broker-plugins/amqp-0-8-protocol/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-broker-plugins-amqp-0-8-protocol
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2810

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

Changes:

[orudyy] QPID-6373: Change qpid-server.bat default work folder to %APPDATA%\Qpid

------------------------------------------
[...truncated 10191 lines...]
Running org.apache.qpid.disttest.jms.JmsMessageAdaptorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.qpid.disttest.jms.JmsMessageAdaptorTest
Running org.apache.qpid.disttest.db.ResultsDbWriterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.024 sec - in org.apache.qpid.disttest.db.ResultsDbWriterTest
Running org.apache.qpid.disttest.ConfigFileHelperTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.qpid.disttest.ConfigFileHelperTest
Running org.apache.qpid.disttest.controller.TestRunnerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.165 sec - in org.apache.qpid.disttest.controller.TestRunnerTest
Running org.apache.qpid.disttest.controller.ParticipatingClientsTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec - in org.apache.qpid.disttest.controller.ParticipatingClientsTest
Running org.apache.qpid.disttest.controller.ClientRegistryTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.581 sec - in org.apache.qpid.disttest.controller.ClientRegistryTest
Running org.apache.qpid.disttest.controller.config.ConsumerConfigTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.apache.qpid.disttest.controller.config.ConsumerConfigTest
Running org.apache.qpid.disttest.controller.config.ConnectionConfigTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.apache.qpid.disttest.controller.config.ConnectionConfigTest
Running org.apache.qpid.disttest.controller.config.ParticipantConfigTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.apache.qpid.disttest.controller.config.ParticipantConfigTest
Running org.apache.qpid.disttest.controller.config.ProducerConfigTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.apache.qpid.disttest.controller.config.ProducerConfigTest
Running org.apache.qpid.disttest.controller.config.JavaScriptConfigEvaluatorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.209 sec - in org.apache.qpid.disttest.controller.config.JavaScriptConfigEvaluatorTest
Running org.apache.qpid.disttest.controller.config.ConfigReaderTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 sec - in org.apache.qpid.disttest.controller.config.ConfigReaderTest
Running org.apache.qpid.disttest.controller.config.SessionConfigTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 sec - in org.apache.qpid.disttest.controller.config.SessionConfigTest
Running org.apache.qpid.disttest.controller.config.TestInstanceTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.apache.qpid.disttest.controller.config.TestInstanceTest
Running org.apache.qpid.disttest.controller.config.IterationValueTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.apache.qpid.disttest.controller.config.IterationValueTest
Running org.apache.qpid.disttest.controller.config.ClientConfigTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.apache.qpid.disttest.controller.config.ClientConfigTest
Running org.apache.qpid.disttest.controller.config.ConfigTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.qpid.disttest.controller.config.ConfigTest
Running org.apache.qpid.disttest.controller.config.TestConfigTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.apache.qpid.disttest.controller.config.TestConfigTest
Running org.apache.qpid.disttest.controller.config.MessageProviderConfigTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.qpid.disttest.controller.config.MessageProviderConfigTest
Running org.apache.qpid.disttest.controller.ControllerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec - in org.apache.qpid.disttest.controller.ControllerTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qpid-perftests-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qpid-perftests-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1050-VaryingNumberOfProducerSessionsSingleConnection.chartdef longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1301-QueueConsumersWithNonOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/timeseries/1011-MultipleProducersAndConsumers-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1302-QueueConsumersWithOverlappingSelectors-Transient.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1303-QueueConsumersWithOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1300-QueueConsumersWithNonOverlappingSelectors-Transient.chartdef longer than 100 characters.
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid Performance Test System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Qpid Performance Tests Visualisation JFC 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
     [echo] Qpid Test Profile Properties
     [echo] [profile] cpp
     [echo] [profile.broker.language] cpp
     [echo] [profile.broker.type] spawned
     [echo] [profile.broker.command] "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/src/qpidd"> -p @PORT --data-dir "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/QPID_WORK/@PORT"> -t --auth no --no-module-dir
     [echo] [profile.specific.excludes] CPPPrefetchExcludes CPPTransientExcludes
     [echo] [profile.test.excludes] Excludes CPPExcludes cpp.excludes CPPPrefetchExcludes CPPTransientExcludes cpp.excludes
     [echo] [profile.broker.version] v0_10
     [echo] [profile.test.amqp_port_protocols] ["AMQP_0_8","AMQP_0_9","AMQP_0_9_1","AMQP_0_10"]
     [echo] [profile.broker.persistent] false
     [echo] [profile.virtualhostnode.type] Memory
     [echo] [profile.virtualhostnode.context.blueprint] ${profile.virtualhostnode.context.blueprint}
     [echo] [profile.test_receive_timeout] 1000
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ qpid-perftests-visualisation-jfc ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/main/resources>
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ qpid-perftests-visualisation-jfc ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.206 sec - in org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.578 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 sec - in org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Running org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Running org.apache.qpid.disttest.charting.writer.ChartWriterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.303 sec - in org.apache.qpid.disttest.charting.writer.ChartWriterTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Running org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Running org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests-visualisation-jfc ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests-visualisation-jfc ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-visualisation-jfc-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests-visualisation-jfc/6.0.0-SNAPSHOT/lib/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid BDB Store System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.444s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [2.123s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.486s]
[INFO] Qpid Common ....................................... SUCCESS [3:43.982s]
[INFO] Qpid Management Common ............................ SUCCESS [1.817s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:30.354s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [4.666s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. FAILURE [6.369s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [4.792s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [5.630s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.305s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [18.455s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.411s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.533s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [5.477s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [2.765s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.278s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.282s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [8.493s]
[INFO] Qpid BDB Message Store ............................ SKIPPED
[INFO] Qpid BDB Message Store JMX ........................ SKIPPED
[INFO] Qpid Java Broker .................................. SKIPPED
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.210s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.162s]
[INFO] Qpid JCA .......................................... SUCCESS [2.007s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.416s]
[INFO] Qpid Tools ........................................ SUCCESS [0.319s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.142s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [2.610s]
[INFO] Qpid System Tests ................................. SKIPPED
[INFO] Qpid Performance Tests ............................ SUCCESS [13.304s]
[INFO] Qpid Performance Test System Tests ................ SKIPPED
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [4.994s]
[INFO] Qpid BDB Store System Tests ....................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6:53.607s
[INFO] Finished at: Thu Aug 27 11:56:02 UTC 2015
[INFO] Final Memory: 63M/292M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (default-test) on project qpid-broker-plugins-amqp-0-8-protocol: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/broker-plugins/amqp-0-8-protocol/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-broker-plugins-amqp-0-8-protocol
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2809

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

Changes:

[orudyy] QPID-6710: Remove redundant# setting of StateChangeListener on restart

------------------------------------------
[...truncated 17779 lines...]
Running org.apache.qpid.disttest.jms.JmsMessageAdaptorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.qpid.disttest.jms.JmsMessageAdaptorTest
Running org.apache.qpid.disttest.db.ResultsDbWriterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.076 sec - in org.apache.qpid.disttest.db.ResultsDbWriterTest
Running org.apache.qpid.disttest.ConfigFileHelperTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.qpid.disttest.ConfigFileHelperTest
Running org.apache.qpid.disttest.controller.TestRunnerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.164 sec - in org.apache.qpid.disttest.controller.TestRunnerTest
Running org.apache.qpid.disttest.controller.ParticipatingClientsTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 sec - in org.apache.qpid.disttest.controller.ParticipatingClientsTest
Running org.apache.qpid.disttest.controller.ClientRegistryTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.58 sec - in org.apache.qpid.disttest.controller.ClientRegistryTest
Running org.apache.qpid.disttest.controller.config.ConsumerConfigTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.apache.qpid.disttest.controller.config.ConsumerConfigTest
Running org.apache.qpid.disttest.controller.config.ConnectionConfigTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.apache.qpid.disttest.controller.config.ConnectionConfigTest
Running org.apache.qpid.disttest.controller.config.ParticipantConfigTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.apache.qpid.disttest.controller.config.ParticipantConfigTest
Running org.apache.qpid.disttest.controller.config.ProducerConfigTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.apache.qpid.disttest.controller.config.ProducerConfigTest
Running org.apache.qpid.disttest.controller.config.JavaScriptConfigEvaluatorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.188 sec - in org.apache.qpid.disttest.controller.config.JavaScriptConfigEvaluatorTest
Running org.apache.qpid.disttest.controller.config.ConfigReaderTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 sec - in org.apache.qpid.disttest.controller.config.ConfigReaderTest
Running org.apache.qpid.disttest.controller.config.SessionConfigTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 sec - in org.apache.qpid.disttest.controller.config.SessionConfigTest
Running org.apache.qpid.disttest.controller.config.TestInstanceTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.apache.qpid.disttest.controller.config.TestInstanceTest
Running org.apache.qpid.disttest.controller.config.IterationValueTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.apache.qpid.disttest.controller.config.IterationValueTest
Running org.apache.qpid.disttest.controller.config.ClientConfigTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.qpid.disttest.controller.config.ClientConfigTest
Running org.apache.qpid.disttest.controller.config.ConfigTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.qpid.disttest.controller.config.ConfigTest
Running org.apache.qpid.disttest.controller.config.TestConfigTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.apache.qpid.disttest.controller.config.TestConfigTest
Running org.apache.qpid.disttest.controller.config.MessageProviderConfigTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.qpid.disttest.controller.config.MessageProviderConfigTest
Running org.apache.qpid.disttest.controller.ControllerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec - in org.apache.qpid.disttest.controller.ControllerTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qpid-perftests-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qpid-perftests-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1050-VaryingNumberOfProducerSessionsSingleConnection.chartdef longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1301-QueueConsumersWithNonOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/timeseries/1011-MultipleProducersAndConsumers-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1302-QueueConsumersWithOverlappingSelectors-Transient.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1303-QueueConsumersWithOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1300-QueueConsumersWithNonOverlappingSelectors-Transient.chartdef longer than 100 characters.
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid Performance Test System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Qpid Performance Tests Visualisation JFC 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
     [echo] Qpid Test Profile Properties
     [echo] [profile] cpp
     [echo] [profile.broker.language] cpp
     [echo] [profile.broker.type] spawned
     [echo] [profile.broker.command] "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/src/qpidd"> -p @PORT --data-dir "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/QPID_WORK/@PORT"> -t --auth no --no-module-dir
     [echo] [profile.specific.excludes] CPPPrefetchExcludes CPPTransientExcludes
     [echo] [profile.test.excludes] Excludes CPPExcludes cpp.excludes CPPPrefetchExcludes CPPTransientExcludes cpp.excludes
     [echo] [profile.broker.version] v0_10
     [echo] [profile.test.amqp_port_protocols] ["AMQP_0_8","AMQP_0_9","AMQP_0_9_1","AMQP_0_10"]
     [echo] [profile.broker.persistent] false
     [echo] [profile.virtualhostnode.type] Memory
     [echo] [profile.virtualhostnode.context.blueprint] ${profile.virtualhostnode.context.blueprint}
     [echo] [profile.test_receive_timeout] 1000
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ qpid-perftests-visualisation-jfc ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/main/resources>
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ qpid-perftests-visualisation-jfc ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.144 sec - in org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.792 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 sec - in org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Running org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Running org.apache.qpid.disttest.charting.writer.ChartWriterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.311 sec - in org.apache.qpid.disttest.charting.writer.ChartWriterTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Running org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Running org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec - in org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests-visualisation-jfc ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests-visualisation-jfc ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-visualisation-jfc-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests-visualisation-jfc/6.0.0-SNAPSHOT/lib/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid BDB Store System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [3.276s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [2.192s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.590s]
[INFO] Qpid Common ....................................... SUCCESS [3:40.753s]
[INFO] Qpid Management Common ............................ SUCCESS [1.880s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:35.074s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [38.652s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. FAILURE [27.387s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [7.661s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [5.644s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.239s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [18.531s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.311s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.903s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [5.800s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [2.900s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.298s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.441s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [8.791s]
[INFO] Qpid BDB Message Store ............................ SKIPPED
[INFO] Qpid BDB Message Store JMX ........................ SKIPPED
[INFO] Qpid Java Broker .................................. SKIPPED
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.193s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.159s]
[INFO] Qpid JCA .......................................... SUCCESS [2.076s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.470s]
[INFO] Qpid Tools ........................................ SUCCESS [0.328s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.130s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [7.361s]
[INFO] Qpid System Tests ................................. SKIPPED
[INFO] Qpid Performance Tests ............................ SUCCESS [13.558s]
[INFO] Qpid Performance Test System Tests ................ SKIPPED
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [5.333s]
[INFO] Qpid BDB Store System Tests ....................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 8:00.738s
[INFO] Finished at: Wed Aug 26 14:57:57 UTC 2015
[INFO] Final Memory: 63M/308M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (default-test) on project qpid-broker-plugins-amqp-0-8-protocol: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/broker-plugins/amqp-0-8-protocol/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-broker-plugins-amqp-0-8-protocol
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2808

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

Changes:

[orudyy] QPID-6710: [Java Broker] Propagate coalescing committer exceptions occuring on flushing data to disk into committing threads
                         Refactor EnvironmentFacade implementations to encapsulate underlying Environment
                         (work by Lorenz Quack <qu...@gmail.com> and Alex Rudyy <or...@apache.org>)

------------------------------------------
[...truncated 17635 lines...]
Running org.apache.qpid.disttest.db.ResultsDbWriterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.786 sec - in org.apache.qpid.disttest.db.ResultsDbWriterTest
Running org.apache.qpid.disttest.controller.config.ConnectionConfigTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in org.apache.qpid.disttest.controller.config.ConnectionConfigTest
Running org.apache.qpid.disttest.controller.config.TestConfigTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in org.apache.qpid.disttest.controller.config.TestConfigTest
Running org.apache.qpid.disttest.controller.config.ParticipantConfigTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.apache.qpid.disttest.controller.config.ParticipantConfigTest
Running org.apache.qpid.disttest.controller.config.IterationValueTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec - in org.apache.qpid.disttest.controller.config.IterationValueTest
Running org.apache.qpid.disttest.controller.config.ConfigTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.apache.qpid.disttest.controller.config.ConfigTest
Running org.apache.qpid.disttest.controller.config.ConsumerConfigTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.qpid.disttest.controller.config.ConsumerConfigTest
Running org.apache.qpid.disttest.controller.config.MessageProviderConfigTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.qpid.disttest.controller.config.MessageProviderConfigTest
Running org.apache.qpid.disttest.controller.config.ProducerConfigTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.apache.qpid.disttest.controller.config.ProducerConfigTest
Running org.apache.qpid.disttest.controller.config.ClientConfigTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.qpid.disttest.controller.config.ClientConfigTest
Running org.apache.qpid.disttest.controller.config.JavaScriptConfigEvaluatorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.12 sec - in org.apache.qpid.disttest.controller.config.JavaScriptConfigEvaluatorTest
Running org.apache.qpid.disttest.controller.config.TestInstanceTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec - in org.apache.qpid.disttest.controller.config.TestInstanceTest
Running org.apache.qpid.disttest.controller.config.ConfigReaderTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 sec - in org.apache.qpid.disttest.controller.config.ConfigReaderTest
Running org.apache.qpid.disttest.controller.config.SessionConfigTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.apache.qpid.disttest.controller.config.SessionConfigTest
Running org.apache.qpid.disttest.controller.ClientRegistryTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.58 sec - in org.apache.qpid.disttest.controller.ClientRegistryTest
Running org.apache.qpid.disttest.controller.ParticipatingClientsTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec - in org.apache.qpid.disttest.controller.ParticipatingClientsTest
Running org.apache.qpid.disttest.controller.ControllerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 sec - in org.apache.qpid.disttest.controller.ControllerTest
Running org.apache.qpid.disttest.controller.TestRunnerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.143 sec - in org.apache.qpid.disttest.controller.TestRunnerTest
Running org.apache.qpid.disttest.VisitorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.apache.qpid.disttest.VisitorTest
Running org.apache.qpid.disttest.jms.JmsMessageAdaptorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.apache.qpid.disttest.jms.JmsMessageAdaptorTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qpid-perftests-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qpid-perftests-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1300-QueueConsumersWithNonOverlappingSelectors-Transient.chartdef longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1303-QueueConsumersWithOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1050-VaryingNumberOfProducerSessionsSingleConnection.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/timeseries/1011-MultipleProducersAndConsumers-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1302-QueueConsumersWithOverlappingSelectors-Transient.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1301-QueueConsumersWithNonOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid Performance Test System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Qpid Performance Tests Visualisation JFC 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
     [echo] Qpid Test Profile Properties
     [echo] [profile] cpp
     [echo] [profile.broker.language] cpp
     [echo] [profile.broker.type] spawned
     [echo] [profile.broker.command] "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/src/qpidd"> -p @PORT --data-dir "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/QPID_WORK/@PORT"> -t --auth no --no-module-dir
     [echo] [profile.specific.excludes] CPPPrefetchExcludes CPPTransientExcludes
     [echo] [profile.test.excludes] Excludes CPPExcludes cpp.excludes CPPPrefetchExcludes CPPTransientExcludes cpp.excludes
     [echo] [profile.broker.version] v0_10
     [echo] [profile.test.amqp_port_protocols] ["AMQP_0_8","AMQP_0_9","AMQP_0_9_1","AMQP_0_10"]
     [echo] [profile.broker.persistent] false
     [echo] [profile.virtualhostnode.type] Memory
     [echo] [profile.virtualhostnode.context.blueprint] ${profile.virtualhostnode.context.blueprint}
     [echo] [profile.test_receive_timeout] 1000
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ qpid-perftests-visualisation-jfc ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/main/resources>
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ qpid-perftests-visualisation-jfc ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.143 sec - in org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Running org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.387 sec - in org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.692 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Running org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Running org.apache.qpid.disttest.charting.writer.ChartWriterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.315 sec - in org.apache.qpid.disttest.charting.writer.ChartWriterTest
Running org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec - in org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests-visualisation-jfc ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests-visualisation-jfc ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-visualisation-jfc-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests-visualisation-jfc/6.0.0-SNAPSHOT/lib/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid BDB Store System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [3.317s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [2.066s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.553s]
[INFO] Qpid Common ....................................... SUCCESS [3:44.267s]
[INFO] Qpid Management Common ............................ SUCCESS [1.710s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:32.610s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [4.579s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. FAILURE [6.636s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [4.873s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [5.339s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.223s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [3:40.669s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.325s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.526s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [5.425s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [2.820s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.290s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.291s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [8.416s]
[INFO] Qpid BDB Message Store ............................ SKIPPED
[INFO] Qpid BDB Message Store JMX ........................ SKIPPED
[INFO] Qpid Java Broker .................................. SKIPPED
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.194s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.152s]
[INFO] Qpid JCA .......................................... SUCCESS [2.048s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.461s]
[INFO] Qpid Tools ........................................ SUCCESS [0.309s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.135s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [2.566s]
[INFO] Qpid System Tests ................................. SKIPPED
[INFO] Qpid Performance Tests ............................ SUCCESS [20.296s]
[INFO] Qpid Performance Test System Tests ................ SKIPPED
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [5.594s]
[INFO] Qpid BDB Store System Tests ....................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10:26.671s
[INFO] Finished at: Tue Aug 25 20:12:01 UTC 2015
[INFO] Final Memory: 62M/260M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (default-test) on project qpid-broker-plugins-amqp-0-8-protocol: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/broker-plugins/amqp-0-8-protocol/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-broker-plugins-amqp-0-8-protocol
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2807

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

Changes:

[orudyy] QPID-6707: [Java Broker] Kill the Broker on invocation of store mutation operation ending with ServerScopedRuntimeException

work by Lorenz Quack <qu...@gmail.com> and Alex Rudyy <or...@apache.org>

------------------------------------------
[...truncated 4275 lines...]
Running org.apache.qpid.disttest.results.formatting.CSVFormatterTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec - in org.apache.qpid.disttest.results.formatting.CSVFormatterTest
Running org.apache.qpid.disttest.ArgumentParserTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.qpid.disttest.ArgumentParserTest
Running org.apache.qpid.disttest.db.ResultsDbWriterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.155 sec - in org.apache.qpid.disttest.db.ResultsDbWriterTest
Running org.apache.qpid.disttest.ConfigFileHelperTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.qpid.disttest.ConfigFileHelperTest
Running org.apache.qpid.disttest.VisitorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.qpid.disttest.VisitorTest
Running org.apache.qpid.disttest.client.ParticipantResultFactoryTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.apache.qpid.disttest.client.ParticipantResultFactoryTest
Running org.apache.qpid.disttest.client.ParticipantRegistryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.qpid.disttest.client.ParticipantRegistryTest
Running org.apache.qpid.disttest.client.utils.ExecutorWithNoLimitsTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.apache.qpid.disttest.client.utils.ExecutorWithNoLimitsTest
Running org.apache.qpid.disttest.client.utils.ExecutorWithTimeLimitTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.519 sec - in org.apache.qpid.disttest.client.utils.ExecutorWithTimeLimitTest
Running org.apache.qpid.disttest.client.ProducerParticipantTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.608 sec - in org.apache.qpid.disttest.client.ProducerParticipantTest
Running org.apache.qpid.disttest.client.ClientCommandVisitorTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec - in org.apache.qpid.disttest.client.ClientCommandVisitorTest
Running org.apache.qpid.disttest.client.ClientTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.538 sec - in org.apache.qpid.disttest.client.ClientTest
Running org.apache.qpid.disttest.client.property.SimplePropertyValueTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.qpid.disttest.client.property.SimplePropertyValueTest
Running org.apache.qpid.disttest.client.property.PropertyValueFactoryTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.apache.qpid.disttest.client.property.PropertyValueFactoryTest
Running org.apache.qpid.disttest.client.property.ListPropertyValueTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.apache.qpid.disttest.client.property.ListPropertyValueTest
Running org.apache.qpid.disttest.client.property.RandomPropertyValueTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.apache.qpid.disttest.client.property.RandomPropertyValueTest
Running org.apache.qpid.disttest.client.property.RangePropertyValueTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.apache.qpid.disttest.client.property.RangePropertyValueTest
Running org.apache.qpid.disttest.client.MessageProviderTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec - in org.apache.qpid.disttest.client.MessageProviderTest
Running org.apache.qpid.disttest.client.ConsumerParticipantTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.139 sec - in org.apache.qpid.disttest.client.ConsumerParticipantTest
Running org.apache.qpid.disttest.client.ParticipantExecutorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec - in org.apache.qpid.disttest.client.ParticipantExecutorTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qpid-perftests-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qpid-perftests-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1050-VaryingNumberOfProducerSessionsSingleConnection.chartdef longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1301-QueueConsumersWithNonOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1300-QueueConsumersWithNonOverlappingSelectors-Transient.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1303-QueueConsumersWithOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/timeseries/1011-MultipleProducersAndConsumers-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1302-QueueConsumersWithOverlappingSelectors-Transient.chartdef longer than 100 characters.
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid Performance Test System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Qpid Performance Tests Visualisation JFC 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
     [echo] Qpid Test Profile Properties
     [echo] [profile] cpp
     [echo] [profile.broker.language] cpp
     [echo] [profile.broker.type] spawned
     [echo] [profile.broker.command] "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/src/qpidd"> -p @PORT --data-dir "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/QPID_WORK/@PORT"> -t --auth no --no-module-dir
     [echo] [profile.specific.excludes] CPPPrefetchExcludes CPPTransientExcludes
     [echo] [profile.test.excludes] Excludes CPPExcludes cpp.excludes CPPPrefetchExcludes CPPTransientExcludes cpp.excludes
     [echo] [profile.broker.version] v0_10
     [echo] [profile.test.amqp_port_protocols] ["AMQP_0_8","AMQP_0_9","AMQP_0_9_1","AMQP_0_10"]
     [echo] [profile.broker.persistent] false
     [echo] [profile.virtualhostnode.type] Memory
     [echo] [profile.virtualhostnode.context.blueprint] ${profile.virtualhostnode.context.blueprint}
     [echo] [profile.test_receive_timeout] 1000
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ qpid-perftests-visualisation-jfc ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/main/resources>
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ qpid-perftests-visualisation-jfc ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.336 sec - in org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Running org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 sec - in org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.297 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Running org.apache.qpid.disttest.charting.writer.ChartWriterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.322 sec - in org.apache.qpid.disttest.charting.writer.ChartWriterTest
Running org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Running org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec - in org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests-visualisation-jfc ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests-visualisation-jfc ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-visualisation-jfc-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests-visualisation-jfc/6.0.0-SNAPSHOT/lib/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid BDB Store System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.185s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [1.981s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.479s]
[INFO] Qpid Common ....................................... SUCCESS [3:38.693s]
[INFO] Qpid Management Common ............................ SUCCESS [1.816s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:31.526s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [4.691s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. FAILURE [6.501s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [4.828s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [5.451s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.287s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [19.308s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.288s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.815s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [5.706s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [2.864s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.348s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.303s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [8.551s]
[INFO] Qpid BDB Message Store ............................ SKIPPED
[INFO] Qpid BDB Message Store JMX ........................ SKIPPED
[INFO] Qpid Java Broker .................................. SKIPPED
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.241s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.174s]
[INFO] Qpid JCA .......................................... SUCCESS [1.899s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.399s]
[INFO] Qpid Tools ........................................ SUCCESS [0.321s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.146s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [0.754s]
[INFO] Qpid System Tests ................................. SKIPPED
[INFO] Qpid Performance Tests ............................ SUCCESS [13.621s]
[INFO] Qpid Performance Test System Tests ................ SKIPPED
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [4.812s]
[INFO] Qpid BDB Store System Tests ....................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6:48.788s
[INFO] Finished at: Mon Aug 24 07:10:17 UTC 2015
[INFO] Final Memory: 64M/394M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (default-test) on project qpid-broker-plugins-amqp-0-8-protocol: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/broker-plugins/amqp-0-8-protocol/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-broker-plugins-amqp-0-8-protocol
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2806

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

Changes:

[kwall] QPID-6673: Disable MessageEcho tests for the Java Broker

[kwall] QPID-6709: [Java Broker] Give MessageFilter impls a toString so that SUB-1001 are useful for consumers using x-qpid-replay-period and no-local

[kwall] QPID-6708: [Java Broker] Make a change in level on an existing LevelFilter notify the turbo filter so it may invalidate its cache

------------------------------------------
[...truncated 10343 lines...]
Running org.apache.qpid.disttest.jms.JmsMessageAdaptorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.qpid.disttest.jms.JmsMessageAdaptorTest
Running org.apache.qpid.disttest.db.ResultsDbWriterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.061 sec - in org.apache.qpid.disttest.db.ResultsDbWriterTest
Running org.apache.qpid.disttest.ConfigFileHelperTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.qpid.disttest.ConfigFileHelperTest
Running org.apache.qpid.disttest.controller.TestRunnerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.167 sec - in org.apache.qpid.disttest.controller.TestRunnerTest
Running org.apache.qpid.disttest.controller.ParticipatingClientsTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec - in org.apache.qpid.disttest.controller.ParticipatingClientsTest
Running org.apache.qpid.disttest.controller.ClientRegistryTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.578 sec - in org.apache.qpid.disttest.controller.ClientRegistryTest
Running org.apache.qpid.disttest.controller.config.ConsumerConfigTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.apache.qpid.disttest.controller.config.ConsumerConfigTest
Running org.apache.qpid.disttest.controller.config.ConnectionConfigTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in org.apache.qpid.disttest.controller.config.ConnectionConfigTest
Running org.apache.qpid.disttest.controller.config.ParticipantConfigTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.qpid.disttest.controller.config.ParticipantConfigTest
Running org.apache.qpid.disttest.controller.config.ProducerConfigTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.apache.qpid.disttest.controller.config.ProducerConfigTest
Running org.apache.qpid.disttest.controller.config.JavaScriptConfigEvaluatorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.335 sec - in org.apache.qpid.disttest.controller.config.JavaScriptConfigEvaluatorTest
Running org.apache.qpid.disttest.controller.config.ConfigReaderTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 sec - in org.apache.qpid.disttest.controller.config.ConfigReaderTest
Running org.apache.qpid.disttest.controller.config.SessionConfigTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 sec - in org.apache.qpid.disttest.controller.config.SessionConfigTest
Running org.apache.qpid.disttest.controller.config.TestInstanceTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.apache.qpid.disttest.controller.config.TestInstanceTest
Running org.apache.qpid.disttest.controller.config.IterationValueTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.apache.qpid.disttest.controller.config.IterationValueTest
Running org.apache.qpid.disttest.controller.config.ClientConfigTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.qpid.disttest.controller.config.ClientConfigTest
Running org.apache.qpid.disttest.controller.config.ConfigTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.qpid.disttest.controller.config.ConfigTest
Running org.apache.qpid.disttest.controller.config.TestConfigTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.apache.qpid.disttest.controller.config.TestConfigTest
Running org.apache.qpid.disttest.controller.config.MessageProviderConfigTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.qpid.disttest.controller.config.MessageProviderConfigTest
Running org.apache.qpid.disttest.controller.ControllerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec - in org.apache.qpid.disttest.controller.ControllerTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qpid-perftests-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qpid-perftests-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1050-VaryingNumberOfProducerSessionsSingleConnection.chartdef longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1301-QueueConsumersWithNonOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/timeseries/1011-MultipleProducersAndConsumers-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1302-QueueConsumersWithOverlappingSelectors-Transient.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1303-QueueConsumersWithOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1300-QueueConsumersWithNonOverlappingSelectors-Transient.chartdef longer than 100 characters.
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid Performance Test System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Qpid Performance Tests Visualisation JFC 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
     [echo] Qpid Test Profile Properties
     [echo] [profile] cpp
     [echo] [profile.broker.language] cpp
     [echo] [profile.broker.type] spawned
     [echo] [profile.broker.command] "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/src/qpidd"> -p @PORT --data-dir "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/QPID_WORK/@PORT"> -t --auth no --no-module-dir
     [echo] [profile.specific.excludes] CPPPrefetchExcludes CPPTransientExcludes
     [echo] [profile.test.excludes] Excludes CPPExcludes cpp.excludes CPPPrefetchExcludes CPPTransientExcludes cpp.excludes
     [echo] [profile.broker.version] v0_10
     [echo] [profile.test.amqp_port_protocols] ["AMQP_0_8","AMQP_0_9","AMQP_0_9_1","AMQP_0_10"]
     [echo] [profile.broker.persistent] false
     [echo] [profile.virtualhostnode.type] Memory
     [echo] [profile.virtualhostnode.context.blueprint] ${profile.virtualhostnode.context.blueprint}
     [echo] [profile.test_receive_timeout] 1000
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ qpid-perftests-visualisation-jfc ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/main/resources>
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ qpid-perftests-visualisation-jfc ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.125 sec - in org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.56 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec - in org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Running org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Running org.apache.qpid.disttest.charting.writer.ChartWriterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.309 sec - in org.apache.qpid.disttest.charting.writer.ChartWriterTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Running org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Running org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests-visualisation-jfc ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests-visualisation-jfc ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-visualisation-jfc-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests-visualisation-jfc/6.0.0-SNAPSHOT/lib/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid BDB Store System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.337s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [2.117s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.616s]
[INFO] Qpid Common ....................................... SUCCESS [3:38.758s]
[INFO] Qpid Management Common ............................ SUCCESS [1.937s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:31.241s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [5.012s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. FAILURE [6.422s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [4.908s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [5.725s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.314s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [17.936s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.438s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.462s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [6.296s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [2.917s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.437s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.345s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [8.916s]
[INFO] Qpid BDB Message Store ............................ SKIPPED
[INFO] Qpid BDB Message Store JMX ........................ SKIPPED
[INFO] Qpid Java Broker .................................. SKIPPED
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.221s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.161s]
[INFO] Qpid JCA .......................................... SUCCESS [2.101s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.469s]
[INFO] Qpid Tools ........................................ SUCCESS [0.586s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.180s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [3.328s]
[INFO] Qpid System Tests ................................. SKIPPED
[INFO] Qpid Performance Tests ............................ SUCCESS [13.953s]
[INFO] Qpid Performance Test System Tests ................ SKIPPED
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [5.115s]
[INFO] Qpid BDB Store System Tests ....................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6:53.259s
[INFO] Finished at: Sun Aug 23 18:04:15 UTC 2015
[INFO] Final Memory: 65M/418M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (default-test) on project qpid-broker-plugins-amqp-0-8-protocol: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/broker-plugins/amqp-0-8-protocol/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-broker-plugins-amqp-0-8-protocol
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2805

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

Changes:

[rgodfrey] QPID-6662 : Ensure buffers are disposed when messages are flowed to disk

------------------------------------------
[...truncated 10307 lines...]
Running org.apache.qpid.disttest.results.formatting.CSVFormatterTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec - in org.apache.qpid.disttest.results.formatting.CSVFormatterTest
Running org.apache.qpid.disttest.ArgumentParserTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.apache.qpid.disttest.ArgumentParserTest
Running org.apache.qpid.disttest.db.ResultsDbWriterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.103 sec - in org.apache.qpid.disttest.db.ResultsDbWriterTest
Running org.apache.qpid.disttest.ConfigFileHelperTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.qpid.disttest.ConfigFileHelperTest
Running org.apache.qpid.disttest.VisitorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.apache.qpid.disttest.VisitorTest
Running org.apache.qpid.disttest.client.ParticipantResultFactoryTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.apache.qpid.disttest.client.ParticipantResultFactoryTest
Running org.apache.qpid.disttest.client.ParticipantRegistryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.qpid.disttest.client.ParticipantRegistryTest
Running org.apache.qpid.disttest.client.utils.ExecutorWithNoLimitsTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.apache.qpid.disttest.client.utils.ExecutorWithNoLimitsTest
Running org.apache.qpid.disttest.client.utils.ExecutorWithTimeLimitTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.518 sec - in org.apache.qpid.disttest.client.utils.ExecutorWithTimeLimitTest
Running org.apache.qpid.disttest.client.ProducerParticipantTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.579 sec - in org.apache.qpid.disttest.client.ProducerParticipantTest
Running org.apache.qpid.disttest.client.ClientCommandVisitorTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec - in org.apache.qpid.disttest.client.ClientCommandVisitorTest
Running org.apache.qpid.disttest.client.ClientTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.541 sec - in org.apache.qpid.disttest.client.ClientTest
Running org.apache.qpid.disttest.client.property.SimplePropertyValueTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.qpid.disttest.client.property.SimplePropertyValueTest
Running org.apache.qpid.disttest.client.property.PropertyValueFactoryTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.apache.qpid.disttest.client.property.PropertyValueFactoryTest
Running org.apache.qpid.disttest.client.property.ListPropertyValueTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.apache.qpid.disttest.client.property.ListPropertyValueTest
Running org.apache.qpid.disttest.client.property.RandomPropertyValueTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.apache.qpid.disttest.client.property.RandomPropertyValueTest
Running org.apache.qpid.disttest.client.property.RangePropertyValueTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.apache.qpid.disttest.client.property.RangePropertyValueTest
Running org.apache.qpid.disttest.client.MessageProviderTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 sec - in org.apache.qpid.disttest.client.MessageProviderTest
Running org.apache.qpid.disttest.client.ConsumerParticipantTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.137 sec - in org.apache.qpid.disttest.client.ConsumerParticipantTest
Running org.apache.qpid.disttest.client.ParticipantExecutorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec - in org.apache.qpid.disttest.client.ParticipantExecutorTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qpid-perftests-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qpid-perftests-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1050-VaryingNumberOfProducerSessionsSingleConnection.chartdef longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1301-QueueConsumersWithNonOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1300-QueueConsumersWithNonOverlappingSelectors-Transient.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1303-QueueConsumersWithOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/timeseries/1011-MultipleProducersAndConsumers-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1302-QueueConsumersWithOverlappingSelectors-Transient.chartdef longer than 100 characters.
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid Performance Test System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Qpid Performance Tests Visualisation JFC 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
     [echo] Qpid Test Profile Properties
     [echo] [profile] cpp
     [echo] [profile.broker.language] cpp
     [echo] [profile.broker.type] spawned
     [echo] [profile.broker.command] "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/src/qpidd"> -p @PORT --data-dir "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/QPID_WORK/@PORT"> -t --auth no --no-module-dir
     [echo] [profile.specific.excludes] CPPPrefetchExcludes CPPTransientExcludes
     [echo] [profile.test.excludes] Excludes CPPExcludes cpp.excludes CPPPrefetchExcludes CPPTransientExcludes cpp.excludes
     [echo] [profile.broker.version] v0_10
     [echo] [profile.test.amqp_port_protocols] ["AMQP_0_8","AMQP_0_9","AMQP_0_9_1","AMQP_0_10"]
     [echo] [profile.broker.persistent] false
     [echo] [profile.virtualhostnode.type] Memory
     [echo] [profile.virtualhostnode.context.blueprint] ${profile.virtualhostnode.context.blueprint}
     [echo] [profile.test_receive_timeout] 1000
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ qpid-perftests-visualisation-jfc ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/main/resources>
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ qpid-perftests-visualisation-jfc ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.369 sec - in org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Running org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec - in org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.418 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Running org.apache.qpid.disttest.charting.writer.ChartWriterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.303 sec - in org.apache.qpid.disttest.charting.writer.ChartWriterTest
Running org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Running org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec - in org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests-visualisation-jfc ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests-visualisation-jfc ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-visualisation-jfc-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests-visualisation-jfc/6.0.0-SNAPSHOT/lib/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid BDB Store System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [3.018s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [2.039s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.605s]
[INFO] Qpid Common ....................................... SUCCESS [3:39.798s]
[INFO] Qpid Management Common ............................ SUCCESS [2.117s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:32.404s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [5.032s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. FAILURE [6.419s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [4.939s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [5.849s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.285s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [19.054s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.420s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.790s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [6.123s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [2.935s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.427s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.336s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [9.041s]
[INFO] Qpid BDB Message Store ............................ SKIPPED
[INFO] Qpid BDB Message Store JMX ........................ SKIPPED
[INFO] Qpid Java Broker .................................. SKIPPED
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.265s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.175s]
[INFO] Qpid JCA .......................................... SUCCESS [2.080s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.451s]
[INFO] Qpid Tools ........................................ SUCCESS [0.368s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.176s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [3.474s]
[INFO] Qpid System Tests ................................. SKIPPED
[INFO] Qpid Performance Tests ............................ SUCCESS [14.321s]
[INFO] Qpid Performance Test System Tests ................ SKIPPED
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [5.141s]
[INFO] Qpid BDB Store System Tests ....................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6:58.145s
[INFO] Finished at: Sun Aug 23 14:37:36 UTC 2015
[INFO] Final Memory: 65M/393M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (default-test) on project qpid-broker-plugins-amqp-0-8-protocol: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/broker-plugins/amqp-0-8-protocol/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-broker-plugins-amqp-0-8-protocol
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2804

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

Changes:

[astitcher] NO-JIRA: Fix RPATH setting for rpm builds which set absolute paths
- specifically matters for the LIB_INSTALL_DIR which is also used
  to set the RPATH in some circumstances.

------------------------------------------
[...truncated 10351 lines...]
Running org.apache.qpid.disttest.controller.config.ConnectionConfigTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.apache.qpid.disttest.controller.config.ConnectionConfigTest
Running org.apache.qpid.disttest.controller.config.SessionConfigTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec - in org.apache.qpid.disttest.controller.config.SessionConfigTest
Running org.apache.qpid.disttest.controller.config.TestConfigTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in org.apache.qpid.disttest.controller.config.TestConfigTest
Running org.apache.qpid.disttest.controller.config.ConfigTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.apache.qpid.disttest.controller.config.ConfigTest
Running org.apache.qpid.disttest.controller.config.ProducerConfigTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.apache.qpid.disttest.controller.config.ProducerConfigTest
Running org.apache.qpid.disttest.controller.config.ClientConfigTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.apache.qpid.disttest.controller.config.ClientConfigTest
Running org.apache.qpid.disttest.controller.config.IterationValueTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.apache.qpid.disttest.controller.config.IterationValueTest
Running org.apache.qpid.disttest.controller.config.ConfigReaderTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 sec - in org.apache.qpid.disttest.controller.config.ConfigReaderTest
Running org.apache.qpid.disttest.controller.config.ConsumerConfigTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.qpid.disttest.controller.config.ConsumerConfigTest
Running org.apache.qpid.disttest.controller.config.TestInstanceTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.apache.qpid.disttest.controller.config.TestInstanceTest
Running org.apache.qpid.disttest.controller.config.ParticipantConfigTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.apache.qpid.disttest.controller.config.ParticipantConfigTest
Running org.apache.qpid.disttest.controller.config.JavaScriptConfigEvaluatorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 sec - in org.apache.qpid.disttest.controller.config.JavaScriptConfigEvaluatorTest
Running org.apache.qpid.disttest.controller.config.MessageProviderConfigTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.qpid.disttest.controller.config.MessageProviderConfigTest
Running org.apache.qpid.disttest.controller.ParticipatingClientsTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec - in org.apache.qpid.disttest.controller.ParticipatingClientsTest
Running org.apache.qpid.disttest.controller.ClientRegistryTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.578 sec - in org.apache.qpid.disttest.controller.ClientRegistryTest
Running org.apache.qpid.disttest.controller.ControllerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec - in org.apache.qpid.disttest.controller.ControllerTest
Running org.apache.qpid.disttest.controller.TestRunnerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.145 sec - in org.apache.qpid.disttest.controller.TestRunnerTest
Running org.apache.qpid.disttest.ArgumentParserTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.qpid.disttest.ArgumentParserTest
Running org.apache.qpid.disttest.jms.JmsMessageAdaptorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.qpid.disttest.jms.JmsMessageAdaptorTest
Running org.apache.qpid.disttest.VisitorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.apache.qpid.disttest.VisitorTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qpid-perftests-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qpid-perftests-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1302-QueueConsumersWithOverlappingSelectors-Transient.chartdef longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1300-QueueConsumersWithNonOverlappingSelectors-Transient.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1303-QueueConsumersWithOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1050-VaryingNumberOfProducerSessionsSingleConnection.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/timeseries/1011-MultipleProducersAndConsumers-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1301-QueueConsumersWithNonOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid Performance Test System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Qpid Performance Tests Visualisation JFC 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
     [echo] Qpid Test Profile Properties
     [echo] [profile] cpp
     [echo] [profile.broker.language] cpp
     [echo] [profile.broker.type] spawned
     [echo] [profile.broker.command] "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/src/qpidd"> -p @PORT --data-dir "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/QPID_WORK/@PORT"> -t --auth no --no-module-dir
     [echo] [profile.specific.excludes] CPPPrefetchExcludes CPPTransientExcludes
     [echo] [profile.test.excludes] Excludes CPPExcludes cpp.excludes CPPPrefetchExcludes CPPTransientExcludes cpp.excludes
     [echo] [profile.broker.version] v0_10
     [echo] [profile.test.amqp_port_protocols] ["AMQP_0_8","AMQP_0_9","AMQP_0_9_1","AMQP_0_10"]
     [echo] [profile.broker.persistent] false
     [echo] [profile.virtualhostnode.type] Memory
     [echo] [profile.virtualhostnode.context.blueprint] ${profile.virtualhostnode.context.blueprint}
     [echo] [profile.test_receive_timeout] 1000
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ qpid-perftests-visualisation-jfc ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/main/resources>
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ qpid-perftests-visualisation-jfc ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.qpid.disttest.charting.writer.ChartWriterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.036 sec - in org.apache.qpid.disttest.charting.writer.ChartWriterTest
Running org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec - in org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 sec - in org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.87 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Running org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec - in org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Running org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Running org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests-visualisation-jfc ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests-visualisation-jfc ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-visualisation-jfc-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests-visualisation-jfc/6.0.0-SNAPSHOT/lib/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid BDB Store System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.255s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [2.120s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.701s]
[INFO] Qpid Common ....................................... SUCCESS [3:41.318s]
[INFO] Qpid Management Common ............................ SUCCESS [1.878s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:33.209s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [4.786s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. FAILURE [6.497s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [5.097s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [5.865s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.299s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [18.492s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.457s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.682s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [5.956s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [2.875s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.396s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.312s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [8.711s]
[INFO] Qpid BDB Message Store ............................ SKIPPED
[INFO] Qpid BDB Message Store JMX ........................ SKIPPED
[INFO] Qpid Java Broker .................................. SKIPPED
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.248s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.154s]
[INFO] Qpid JCA .......................................... SUCCESS [2.008s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.404s]
[INFO] Qpid Tools ........................................ SUCCESS [0.370s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.132s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [2.956s]
[INFO] Qpid System Tests ................................. SKIPPED
[INFO] Qpid Performance Tests ............................ SUCCESS [13.636s]
[INFO] Qpid Performance Test System Tests ................ SKIPPED
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [4.884s]
[INFO] Qpid BDB Store System Tests ....................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6:56.670s
[INFO] Finished at: Fri Aug 21 23:37:26 UTC 2015
[INFO] Final Memory: 65M/372M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (default-test) on project qpid-broker-plugins-amqp-0-8-protocol: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/broker-plugins/amqp-0-8-protocol/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-broker-plugins-amqp-0-8-protocol
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2803

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

Changes:

[rgodfrey] QPID-6662 : Improve performance by no longer using soft refs

------------------------------------------
[...truncated 7322 lines...]
A         bdbstore/src/main/java/resources/virtualhostnode/bdb_ha
A         bdbstore/src/main/java/resources/virtualhostnode/bdb_ha/show.html
A         bdbstore/src/main/java/resources/virtualhostnode/bdb_ha/add
A         bdbstore/src/main/java/resources/virtualhostnode/bdb_ha/add/newgroup
A         bdbstore/src/main/java/resources/virtualhostnode/bdb_ha/add/newgroup/add.html
A         bdbstore/src/main/java/resources/virtualhostnode/bdb_ha/add/existinggroup
A         bdbstore/src/main/java/resources/virtualhostnode/bdb_ha/add/existinggroup/add.html
A         bdbstore/src/main/java/resources/virtualhostnode/bdb_ha/edit.html
A         bdbstore/src/main/java/resources/virtualhostnode/bdb_ha/add.html
A         bdbstore/src/main/java/resources/virtualhostnode/bdb
A         bdbstore/src/main/java/resources/virtualhostnode/bdb/add.html
A         bdbstore/src/main/java/resources/virtualhostnode/bdb/show.html
A         bdbstore/src/main/java/resources/js
A         bdbstore/src/main/java/resources/js/qpid
A         bdbstore/src/main/java/resources/js/qpid/management
A         bdbstore/src/main/java/resources/js/qpid/management/virtualhostnode
A         bdbstore/src/main/java/resources/js/qpid/management/virtualhostnode/bdb
A         bdbstore/src/main/java/resources/js/qpid/management/virtualhostnode/bdb/edit.js
A         bdbstore/src/main/java/resources/js/qpid/management/virtualhostnode/bdb/add.js
A         bdbstore/src/main/java/resources/js/qpid/management/virtualhostnode/bdb/show.js
A         bdbstore/src/main/java/resources/js/qpid/management/virtualhostnode/bdb_ha
A         bdbstore/src/main/java/resources/js/qpid/management/virtualhostnode/bdb_ha/edit.js
A         bdbstore/src/main/java/resources/js/qpid/management/virtualhostnode/bdb_ha/add.js
A         bdbstore/src/main/java/resources/js/qpid/management/virtualhostnode/bdb_ha/add
A         bdbstore/src/main/java/resources/js/qpid/management/virtualhostnode/bdb_ha/add/newgroup
A         bdbstore/src/main/java/resources/js/qpid/management/virtualhostnode/bdb_ha/add/newgroup/add.js
A         bdbstore/src/main/java/resources/js/qpid/management/virtualhostnode/bdb_ha/add/existinggroup
AU        bdbstore/src/main/java/resources/js/qpid/management/virtualhostnode/bdb_ha/add/existinggroup/add.js
A         bdbstore/src/main/java/resources/js/qpid/management/virtualhostnode/bdb_ha/show.js
A         bdbstore/src/main/java/resources/js/qpid/management/virtualhost
A         bdbstore/src/main/java/resources/js/qpid/management/virtualhost/bdb_ha
A         bdbstore/src/main/java/resources/js/qpid/management/virtualhost/bdb_ha/show.js
A         bdbstore/src/main/java/resources/js/qpid/management/virtualhost/bdb_ha/edit.js
AU        bdbstore/src/main/java/resources/js/qpid/management/virtualhost/bdb_ha/add.js
A         bdbstore/src/main/java/resources/js/qpid/management/virtualhost/bdb
A         bdbstore/src/main/java/resources/js/qpid/management/virtualhost/bdb/show.js
A         bdbstore/src/main/java/resources/js/qpid/management/virtualhost/bdb/edit.js
A         bdbstore/src/main/java/resources/js/qpid/management/virtualhost/bdb/add.js
A         bdbstore/bin
AU        bdbstore/bin/backup.sh
A         bdbstore/pom.xml
A         .gitignore
A         doc
A         doc/book
A         doc/book/xsl
A         doc/book/xsl/html-custom.xsl
A         doc/book/src
A         doc/book/src/java-broker
A         doc/book/src/java-broker/Java-Broker-Management-Channels.xml
A         doc/book/src/java-broker/images
A         doc/book/src/java-broker/images/Broker-PortAuthFlow.png
A         doc/book/src/java-broker/images/VirtualHost-Model.png
A         doc/book/src/java-broker/images/Management-Web-ContextVar.png
A         doc/book/src/java-broker/images/Broker-Model.png
AU        doc/book/src/java-broker/images/Exchange-Topic-Hierarchical.svg
A         doc/book/src/java-broker/images/Management-Web-Auth.png
A         doc/book/src/java-broker/images/Exchange-Topic-JMSSelector.png
A         doc/book/src/java-broker/images/Management-Web-Console.png
AU        doc/book/src/java-broker/images/Exchange-Fanout.svg
A         doc/book/src/java-broker/images/HA-Create-1.png
A         doc/book/src/java-broker/images/HA-Create-2.png
A         doc/book/src/java-broker/images/JMX-Connect-MBeans.png
A         doc/book/src/java-broker/images/HA-Create-3.png
A         doc/book/src/java-broker/images/Exchange-Direct.png
A         doc/book/src/java-broker/images/Management-Web-Tab.png
A         doc/book/src/java-broker/images/HA-Overview.png
A         doc/book/src/java-broker/images/Exchange-Topic.png
A         doc/book/src/java-broker/images/Broker-MessageFlow.png
AU        doc/book/src/java-broker/images/Exchange-Topic-JMSSelector.svg
A         doc/book/src/java-broker/images/Management-Web-Edit-Dialogue.png
A         doc/book/src/java-broker/images/HA-BDBHAMessageStore-MBean-jconsole.png
A         doc/book/src/java-broker/images/Management-Web-Add-Dialogue.png
AU        doc/book/src/java-broker/images/Exchange-Direct.svg
AU        doc/book/src/java-broker/images/Exchange-Topic.svg
A         doc/book/src/java-broker/images/Exchange-Topic-Hierarchical.png
A         doc/book/src/java-broker/images/Exchange-Fanout.png
A         doc/book/src/java-broker/images/JMX-Connect-Remote.png
A         doc/book/src/java-broker/Java-Broker-Appendix-Miscellaneous.xml
A         doc/book/src/java-broker/Makefile
A         doc/book/src/java-broker/Java-Broker-Management-Managing-Entities.xml
A         doc/book/src/java-broker/concepts
A         doc/book/src/java-broker/concepts/Java-Broker-Concepts-Overview.xml
A         doc/book/src/java-broker/concepts/Java-Broker-Concepts-Ports.xml
A         doc/book/src/java-broker/concepts/Java-Broker-Concepts-Queues.xml
A         doc/book/src/java-broker/concepts/Java-Broker-Concepts-Virtualhosts.xml
A         doc/book/src/java-broker/concepts/Java-Broker-Concepts-Authentication-Providers.xml
A         doc/book/src/java-broker/concepts/Java-Broker-Concepts-Virtualhost-Nodes.xml
A         doc/book/src/java-broker/concepts/Java-Broker-Concepts-RemoteReplicationNodes.xml
A         doc/book/src/java-broker/concepts/Java-Broker-Concepts-Other-Services.xml
A         doc/book/src/java-broker/concepts/Java-Broker-Concepts-Broker.xml
A         doc/book/src/java-broker/concepts/Java-Broker-Concepts-Exchanges.xml
A         doc/book/src/java-broker/Java-Broker-Concepts.xml
A         doc/book/src/java-broker/Java-Broker-Exchanges-Binding-Arguments.xml
A         doc/book/src/java-broker/Java-Broker-Appendix-Environment-Variables.xml
A         doc/book/src/java-broker/Java-Broker-Introduction.xml
A         doc/book/src/java-broker/Java-Broker-Runtime.xml
A         doc/book/src/java-broker/Java-Broker-Appendix-System-Properties.xml
A         doc/book/src/java-broker/Java-Broker-High-Availability.xml
A         doc/book/src/java-broker/Java-Broker-Runtime-Background-Recovery.xml
AU        doc/book/src/java-broker/Java-Broker-Runtime-Connection-Limit.xml
A         doc/book/src/java-broker/Java-Broker-Initial-Configuration.xml
A         doc/book/src/java-broker/Java-Broker-Runtime-Flow-To-Disk.xml
A         doc/book/src/java-broker/Java-Broker-Runtime-Log-Files.xml
A         doc/book/src/java-broker/Java-Broker-Runtime-Message-Compression.xml
A         doc/book/src/java-broker/Java-Broker-Getting-Started.xml
A         doc/book/src/java-broker/security
A         doc/book/src/java-broker/security/Java-Broker-Security-ACLs.xml
A         doc/book/src/java-broker/security/Java-Broker-Security-Authentication-Providers-Kerberos.xml
A         doc/book/src/java-broker/security/Java-Broker-Security-Authentication-Providers-Base64MD5PasswordFile.xml
A         doc/book/src/java-broker/security/Java-Broker-Security-Group-Providers.xml
A         doc/book/src/java-broker/security/Java-Broker-Security-Authentication-Providers-LDAP.xml
A         doc/book/src/java-broker/security/Java-Broker-Security-Authentication-Providers-ScramSha.xml
A         doc/book/src/java-broker/security/Java-Broker-Security-Authentication-Providers-External.xml
A         doc/book/src/java-broker/security/Java-Broker-Security-Authentication-Providers.xml
A         doc/book/src/java-broker/security/Java-Broker-Security-Authentication-Providers-Plain.xml
A         doc/book/src/java-broker/security/Java-Broker-Security-Authentication-Providers-MD5.xml
A         doc/book/src/java-broker/security/Java-Broker-Security-Authentication-Providers-PlainPasswordFile.xml
A         doc/book/src/java-broker/security/Java-Broker-Security-Configuration-Encryption.xml
A         doc/book/src/java-broker/security/Java-Broker-Security-Authentication-Providers-Anonymous.xml
A         doc/book/src/java-broker/security/Java-Broker-Security-Authentication-Providers-MD5PasswordFile.xml
A         doc/book/src/java-broker/Java-Broker-Security.xml
A         doc/book/src/java-broker/Java-Broker-Runtime-Producer-Transaction-Timeout.xml
A         doc/book/src/java-broker/management
A         doc/book/src/java-broker/management/managing
A         doc/book/src/java-broker/management/managing/Java-Broker-Management-Managing-Group-Providers.xml
A         doc/book/src/java-broker/management/managing/Java-Broker-Management-Managing-Ports.xml
A         doc/book/src/java-broker/management/managing/Java-Broker-Management-Managing-Queues.xml
A         doc/book/src/java-broker/management/managing/Java-Broker-Management-Managing-Virtualhosts.xml
A         doc/book/src/java-broker/management/managing/Java-Broker-Management-Managing-Plugins-JMX.xml
A         doc/book/src/java-broker/management/managing/Java-Broker-Management-Managing-VirtualhostNodes.xml
A         doc/book/src/java-broker/management/managing/Java-Broker-Management-Managing-Consumers.xml
A         doc/book/src/java-broker/management/managing/Java-Broker-Management-Managing-RemoteReplicationNodes.xml
A         doc/book/src/java-broker/management/managing/Java-Broker-Management-Managing-Truststores.xml
A         doc/book/src/java-broker/management/managing/Java-Broker-Management-Managing-Broker.xml
A         doc/book/src/java-broker/management/managing/Java-Broker-Management-Managing-Entities-Matrix.xml
A         doc/book/src/java-broker/management/managing/Java-Broker-Management-Managing-Keystores.xml
A         doc/book/src/java-broker/management/managing/Java-Broker-Management-Managing-Access-Control-Providers.xml
A         doc/book/src/java-broker/management/managing/Java-Broker-Management-Managing-Authentication-Providers.xml
A         doc/book/src/java-broker/management/managing/Java-Broker-Management-Managing-Plugins-HTTP.xml
A         doc/book/src/java-broker/management/managing/Java-Broker-Management-Managing-Exchanges.xml
A         doc/book/src/java-broker/management/channels
A         doc/book/src/java-broker/management/channels/Java-Broker-Management-Channel-QMF.xml
A         doc/book/src/java-broker/management/channels/Java-Broker-Management-Channel-REST-API.xml
A         doc/book/src/java-broker/management/channels/Java-Broker-Management-Channel-Web-Console.xml
A         doc/book/src/java-broker/management/channels/Java-Broker-Management-Channel-AMQP-Intrinsic.xml
A         doc/book/src/java-broker/management/channels/Java-Broker-Management-Channel-JMX.xml
A         doc/book/src/java-broker/management/channels/Java-Broker-Management-Channel-HTTP.xml
A         doc/book/src/java-broker/Java-Broker-Appendix-Operational-Logging-Messages.xml
A         doc/book/src/java-broker/Java-Broker-Runtime-Disk-Space-Management.xml
A         doc/book/src/java-broker/Java-Broker-Runtime-Disk-Space-Management-Producer-Flow-Control.xml
A         doc/book/src/java-broker/Java-Broker-Appendix-Queue-Alerts.xml
A         doc/book/src/java-broker/Java-Broker-Close-On-No-Route.xml
A         doc/book/src/java-broker/Java-Broker-Runtime-Handling-Undeliverable-Messages.xml
A         doc/book/src/java-broker/commonEntities.xml
A         doc/book/src/java-broker/Java-Broker-Backup-And-Recovery.xml
A         doc/book/src/java-broker/AMQP-Messaging-Broker-Java-Book.xml
A         doc/book/src/java-broker/Java-Broker-Installation.xml
AU        doc/book/src/Makefile.inc
A         doc/book/src/images
AU        doc/book/src/images/qpid-logo.png
A         doc/book/src/jms-client-0-8
A         doc/book/src/jms-client-0-8/JMS-Client-Introduction.xml
A         doc/book/src/jms-client-0-8/JMS-Client-Getting-And-Dependencies.xml
A         doc/book/src/jms-client-0-8/JMS-Client-JMS-Extensions.xml
A         doc/book/src/jms-client-0-8/JMS-Client-Logging.xml
A         doc/book/src/jms-client-0-8/JMS-Client-Appendix-Exceptions.xml
A         doc/book/src/jms-client-0-8/JMS-Client-Document-Scope-And-Intended-Audience.xml
A         doc/book/src/jms-client-0-8/JMS-Client-Book.xml
A         doc/book/src/jms-client-0-8/commonEntities.xml
A         doc/book/src/jms-client-0-8/JMS-Client-Connection-URL.xml
A         doc/book/src/jms-client-0-8/JMS-Client-Appendix-PooledConnectionFactory.xml
A         doc/book/src/jms-client-0-8/JMS-Client-Appendix-Tomcat-JNDI-Integration.xml
A         doc/book/src/jms-client-0-8/images
A         doc/book/src/jms-client-0-8/images/JndiOverview.png
A         doc/book/src/jms-client-0-8/images/QpidJmsOverview.png
A         doc/book/src/jms-client-0-8/images/JndiOverview.svg
A         doc/book/src/jms-client-0-8/images/QpidJmsOverview.svg
A         doc/book/src/jms-client-0-8/JMS-Client-JNDI-Properties-Format.xml
A         doc/book/src/jms-client-0-8/JMS-Client-Understanding.xml
A         doc/book/src/jms-client-0-8/JMS-Client-Binding-URL.xml
A         doc/book/src/jms-client-0-8/Makefile
A         doc/book/src/jms-client-0-8/JMS-Client-Appendix-Maven.xml
A         doc/book/src/jms-client-0-8/JMS-Client-Examples.xml
A         doc/book/src/jms-client-0-8/JMS-Client-System-Properties.xml
A         doc/book/src/common
A         doc/book/src/common/css
A         doc/book/src/common/css/style.css
A         doc/book/src/java-perftests
A         doc/book/src/java-perftests/Makefile
A         doc/book/src/java-perftests/JMS-Performance-Test-Framework.xml
AU        doc/book/Makefile
 U        .
At revision 1697029
no change for http://svn.apache.org/repos/asf/qpid/trunk since the previous build
[locks-and-latches] Checking to see if we really have the locks
[locks-and-latches] Have all the locks, build can start
[Qpid-Java-Cpp-Test] $ /bin/sh /tmp/hudson5280194860880102673.sh
-- The C compiler identification is GNU 4.8.2
-- The CXX compiler identification is GNU 4.8.2
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Found PythonInterp: /usr/bin/python (found version "2.7.6") 
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.26") 
-- Found Ruby: /usr/bin/ruby (found version "1.9.1") 
-- Could NOT find Doxygen (missing:  DOXYGEN_EXECUTABLE) 
-- Could NOT find VALGRIND (missing:  VALGRIND_EXECUTABLE) 
-- Looking for sasl_checkpass in sasl2
-- Looking for sasl_checkpass in sasl2 - found
-- Looking for include file sasl/sasl.h
-- Looking for include file sasl/sasl.h - found
-- Found SASL: 1  
-- Regenerating AMQP protocol sources
-- <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/qpid/cpp/src/qpid/broker/management-schema.xml> is newer
-- <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/qpid/cpp/src/qpid/acl/management-schema.xml> is newer
-- <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/qpid/cpp/src/qpid/ha/management-schema.xml> is newer
-- <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/qpid/cpp/src/qpid/legacystore/management-schema.xml> is newer
-- <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/qpid/cpp/src/qpid/linearstore/management-schema.xml> is newer
-- Regenerating Qpid Management Framework sources
-- Can't locate the doxygen command; user documentation cannot be generated
-- Boost version: 1.54.0
-- Found the following Boost libraries:
--   program_options
--   system
-- Looking for uuid_generate
-- Looking for uuid_generate - not found
-- Looking for uuid_generate in uuid
-- Looking for uuid_generate in uuid - not found
-- Looking for uuid_create
-- Looking for uuid_create - not found
-- Looking for UuidToString
-- Looking for UuidToString - not found
CMake Error at src/CMakeLists.txt:306 (message):
  No Uuid API found


-- Configuring incomplete, errors occurred!
See also "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/CMakeFiles/CMakeOutput.log".>
See also "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/CMakeFiles/CMakeError.log".>
make: *** No targets specified and no makefile found.  Stop.
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

Build failed in Jenkins: Qpid-Java-Cpp-Test #2802

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

Changes:

[kwall] QPID-6706: Change PropertiesFileInitialContextFactory to understand schemes other than file:

------------------------------------------
[...truncated 4320 lines...]
Running org.apache.qpid.disttest.controller.ControllerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 sec - in org.apache.qpid.disttest.controller.ControllerTest
Running org.apache.qpid.disttest.controller.ClientRegistryTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.582 sec - in org.apache.qpid.disttest.controller.ClientRegistryTest
Running org.apache.qpid.disttest.controller.TestRunnerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.157 sec - in org.apache.qpid.disttest.controller.TestRunnerTest
Running org.apache.qpid.disttest.ArgumentParserTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.apache.qpid.disttest.ArgumentParserTest
Running org.apache.qpid.disttest.db.ResultsDbWriterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.05 sec - in org.apache.qpid.disttest.db.ResultsDbWriterTest
Running org.apache.qpid.disttest.client.ParticipantRegistryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.apache.qpid.disttest.client.ParticipantRegistryTest
Running org.apache.qpid.disttest.client.utils.ExecutorWithNoLimitsTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.apache.qpid.disttest.client.utils.ExecutorWithNoLimitsTest
Running org.apache.qpid.disttest.client.utils.ExecutorWithTimeLimitTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.527 sec - in org.apache.qpid.disttest.client.utils.ExecutorWithTimeLimitTest
Running org.apache.qpid.disttest.client.property.PropertyValueFactoryTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec - in org.apache.qpid.disttest.client.property.PropertyValueFactoryTest
Running org.apache.qpid.disttest.client.property.RangePropertyValueTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.apache.qpid.disttest.client.property.RangePropertyValueTest
Running org.apache.qpid.disttest.client.property.RandomPropertyValueTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.apache.qpid.disttest.client.property.RandomPropertyValueTest
Running org.apache.qpid.disttest.client.property.ListPropertyValueTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.apache.qpid.disttest.client.property.ListPropertyValueTest
Running org.apache.qpid.disttest.client.property.SimplePropertyValueTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.qpid.disttest.client.property.SimplePropertyValueTest
Running org.apache.qpid.disttest.client.ParticipantExecutorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 sec - in org.apache.qpid.disttest.client.ParticipantExecutorTest
Running org.apache.qpid.disttest.client.ConsumerParticipantTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.227 sec - in org.apache.qpid.disttest.client.ConsumerParticipantTest
Running org.apache.qpid.disttest.client.MessageProviderTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 sec - in org.apache.qpid.disttest.client.MessageProviderTest
Running org.apache.qpid.disttest.client.ClientCommandVisitorTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.apache.qpid.disttest.client.ClientCommandVisitorTest
Running org.apache.qpid.disttest.client.ClientTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.54 sec - in org.apache.qpid.disttest.client.ClientTest
Running org.apache.qpid.disttest.client.ParticipantResultFactoryTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.apache.qpid.disttest.client.ParticipantResultFactoryTest
Running org.apache.qpid.disttest.client.ProducerParticipantTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.534 sec - in org.apache.qpid.disttest.client.ProducerParticipantTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qpid-perftests-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qpid-perftests-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1050-VaryingNumberOfProducerSessionsSingleConnection.chartdef longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1300-QueueConsumersWithNonOverlappingSelectors-Transient.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/timeseries/1011-MultipleProducersAndConsumers-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1302-QueueConsumersWithOverlappingSelectors-Transient.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1301-QueueConsumersWithNonOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1303-QueueConsumersWithOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid Performance Test System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Qpid Performance Tests Visualisation JFC 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
     [echo] Qpid Test Profile Properties
     [echo] [profile] cpp
     [echo] [profile.broker.language] cpp
     [echo] [profile.broker.type] spawned
     [echo] [profile.broker.command] "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/src/qpidd"> -p @PORT --data-dir "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/QPID_WORK/@PORT"> -t --auth no --no-module-dir
     [echo] [profile.specific.excludes] CPPPrefetchExcludes CPPTransientExcludes
     [echo] [profile.test.excludes] Excludes CPPExcludes cpp.excludes CPPPrefetchExcludes CPPTransientExcludes cpp.excludes
     [echo] [profile.broker.version] v0_10
     [echo] [profile.test.amqp_port_protocols] ["AMQP_0_8","AMQP_0_9","AMQP_0_9_1","AMQP_0_10"]
     [echo] [profile.broker.persistent] false
     [echo] [profile.virtualhostnode.type] Memory
     [echo] [profile.virtualhostnode.context.blueprint] ${profile.virtualhostnode.context.blueprint}
     [echo] [profile.test_receive_timeout] 1000
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ qpid-perftests-visualisation-jfc ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/main/resources>
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ qpid-perftests-visualisation-jfc ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.qpid.disttest.charting.writer.ChartWriterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.059 sec - in org.apache.qpid.disttest.charting.writer.ChartWriterTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Running org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Running org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec - in org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec - in org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.883 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Running org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec - in org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Running org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests-visualisation-jfc ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests-visualisation-jfc ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-visualisation-jfc-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests-visualisation-jfc/6.0.0-SNAPSHOT/lib/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid BDB Store System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.282s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [1.836s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.670s]
[INFO] Qpid Common ....................................... SUCCESS [3:51.724s]
[INFO] Qpid Management Common ............................ SUCCESS [1.832s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:59.019s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [7.651s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. FAILURE [10.790s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [8.099s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [8.681s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.631s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [22.924s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.450s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [15.418s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [8.260s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [4.552s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.497s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.478s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [12.220s]
[INFO] Qpid BDB Message Store ............................ SKIPPED
[INFO] Qpid BDB Message Store JMX ........................ SKIPPED
[INFO] Qpid Java Broker .................................. SKIPPED
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.251s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.161s]
[INFO] Qpid JCA .......................................... SUCCESS [2.865s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.398s]
[INFO] Qpid Tools ........................................ SUCCESS [0.731s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.188s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [0.835s]
[INFO] Qpid System Tests ................................. SKIPPED
[INFO] Qpid Performance Tests ............................ SUCCESS [14.187s]
[INFO] Qpid Performance Test System Tests ................ SKIPPED
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [4.829s]
[INFO] Qpid BDB Store System Tests ....................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 8:03.444s
[INFO] Finished at: Thu Aug 20 16:55:26 UTC 2015
[INFO] Final Memory: 64M/413M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (default-test) on project qpid-broker-plugins-amqp-0-8-protocol: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/broker-plugins/amqp-0-8-protocol/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-broker-plugins-amqp-0-8-protocol
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2801

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

Changes:

[rgodfrey] QPID-6662 : Remove finalize method on QpidByteBuffer as this causes unacceptable overhead

[kwall] QPID-6662: [Java Broker] Explicitly dispose of QpidByteBuffers (to return them to the pool earlier and have fewer direct byte buffer allocations)

[kwall] QPID-6656: [Java Broker] Assign target sizes to virtualhost as virtualhosts are activated, rather than awaiting for the housekeeper to run for the first time

------------------------------------------
[...truncated 10278 lines...]
Running org.apache.qpid.disttest.client.ClientCommandVisitorTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in org.apache.qpid.disttest.client.ClientCommandVisitorTest
Running org.apache.qpid.disttest.client.ClientTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.547 sec - in org.apache.qpid.disttest.client.ClientTest
Running org.apache.qpid.disttest.client.ParticipantRegistryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.apache.qpid.disttest.client.ParticipantRegistryTest
Running org.apache.qpid.disttest.client.ProducerParticipantTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.486 sec - in org.apache.qpid.disttest.client.ProducerParticipantTest
Running org.apache.qpid.disttest.client.utils.ExecutorWithNoLimitsTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.apache.qpid.disttest.client.utils.ExecutorWithNoLimitsTest
Running org.apache.qpid.disttest.client.utils.ExecutorWithTimeLimitTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.516 sec - in org.apache.qpid.disttest.client.utils.ExecutorWithTimeLimitTest
Running org.apache.qpid.disttest.ArgumentParserTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.apache.qpid.disttest.ArgumentParserTest
Running org.apache.qpid.disttest.message.JsonHandlerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec - in org.apache.qpid.disttest.message.JsonHandlerTest
Running org.apache.qpid.disttest.message.ParticipantResultTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec - in org.apache.qpid.disttest.message.ParticipantResultTest
Running org.apache.qpid.disttest.VisitorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.apache.qpid.disttest.VisitorTest
Running org.apache.qpid.disttest.ConfigFileHelperTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.qpid.disttest.ConfigFileHelperTest
Running org.apache.qpid.disttest.results.aggregation.ParticipantResultAggregatorTest
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec - in org.apache.qpid.disttest.results.aggregation.ParticipantResultAggregatorTest
Running org.apache.qpid.disttest.results.aggregation.SeriesStatisticsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.qpid.disttest.results.aggregation.SeriesStatisticsTest
Running org.apache.qpid.disttest.results.aggregation.TestResultAggregatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in org.apache.qpid.disttest.results.aggregation.TestResultAggregatorTest
Running org.apache.qpid.disttest.results.aggregation.AggregatorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.apache.qpid.disttest.results.aggregation.AggregatorTest
Running org.apache.qpid.disttest.results.formatting.CSVOrderParticipantResultComparatorTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec - in org.apache.qpid.disttest.results.formatting.CSVOrderParticipantResultComparatorTest
Running org.apache.qpid.disttest.results.formatting.CSVFormatterTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.apache.qpid.disttest.results.formatting.CSVFormatterTest
Running org.apache.qpid.disttest.results.ResultsFileWriterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.apache.qpid.disttest.results.ResultsFileWriterTest
Running org.apache.qpid.disttest.jms.JmsMessageAdaptorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.qpid.disttest.jms.JmsMessageAdaptorTest
Running org.apache.qpid.disttest.db.ResultsDbWriterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.574 sec - in org.apache.qpid.disttest.db.ResultsDbWriterTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qpid-perftests-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qpid-perftests-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1301-QueueConsumersWithNonOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/timeseries/1011-MultipleProducersAndConsumers-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1302-QueueConsumersWithOverlappingSelectors-Transient.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1300-QueueConsumersWithNonOverlappingSelectors-Transient.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1050-VaryingNumberOfProducerSessionsSingleConnection.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/6.0.0-SNAPSHOT/etc/chartdefs/1303-QueueConsumersWithOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid Performance Test System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Qpid Performance Tests Visualisation JFC 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
     [echo] Qpid Test Profile Properties
     [echo] [profile] cpp
     [echo] [profile.broker.language] cpp
     [echo] [profile.broker.type] spawned
     [echo] [profile.broker.command] "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid/cpp-build/src/qpidd"> -p @PORT --data-dir "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/QPID_WORK/@PORT"> -t --auth no --no-module-dir
     [echo] [profile.specific.excludes] CPPPrefetchExcludes CPPTransientExcludes
     [echo] [profile.test.excludes] Excludes CPPExcludes cpp.excludes CPPPrefetchExcludes CPPTransientExcludes cpp.excludes
     [echo] [profile.broker.version] v0_10
     [echo] [profile.test.amqp_port_protocols] ["AMQP_0_8","AMQP_0_9","AMQP_0_9_1","AMQP_0_10"]
     [echo] [profile.broker.persistent] false
     [echo] [profile.virtualhostnode.type] Memory
     [echo] [profile.virtualhostnode.context.blueprint] ${profile.virtualhostnode.context.blueprint}
     [echo] [profile.test_receive_timeout] 1000
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ qpid-perftests-visualisation-jfc ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/main/resources>
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ qpid-perftests-visualisation-jfc ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.qpid.disttest.charting.writer.ChartWriterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.074 sec - in org.apache.qpid.disttest.charting.writer.ChartWriterTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.164 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Running org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Running org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec - in org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.947 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Running org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 sec - in org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Running org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests-visualisation-jfc ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests-visualisation-jfc ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-visualisation-jfc-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests-visualisation-jfc/6.0.0-SNAPSHOT/lib/qpid-perftests-visualisation-jfc-6.0.0-SNAPSHOT.jar longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/perftests/visualisation-jfc/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid BDB Store System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.276s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [1.982s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.540s]
[INFO] Qpid Common ....................................... SUCCESS [3:43.782s]
[INFO] Qpid Management Common ............................ SUCCESS [2.104s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:34.316s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [4.785s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. FAILURE [6.756s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [5.253s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [5.974s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.315s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [3:33.722s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.361s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [10.052s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [6.572s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [3.051s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.368s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.319s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [9.068s]
[INFO] Qpid BDB Message Store ............................ SKIPPED
[INFO] Qpid BDB Message Store JMX ........................ SKIPPED
[INFO] Qpid Java Broker .................................. SKIPPED
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.270s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.157s]
[INFO] Qpid JCA .......................................... SUCCESS [2.024s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.391s]
[INFO] Qpid Tools ........................................ SUCCESS [0.441s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.159s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [3.555s]
[INFO] Qpid System Tests ................................. SKIPPED
[INFO] Qpid Performance Tests ............................ SUCCESS [21.424s]
[INFO] Qpid Performance Test System Tests ................ SKIPPED
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [5.023s]
[INFO] Qpid BDB Store System Tests ....................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10:26.076s
[INFO] Finished at: Thu Aug 20 15:40:10 UTC 2015
[INFO] Final Memory: 65M/366M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (default-test) on project qpid-broker-plugins-amqp-0-8-protocol: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/qpid-java/broker-plugins/amqp-0-8-protocol/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-broker-plugins-amqp-0-8-protocol
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results