You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2013/04/28 14:31:46 UTC

Build failed in Jenkins: ActiveMQ #1274

See <https://builds.apache.org/job/ActiveMQ/1274/changes>

Changes:

[chirino] Adding an initial spike of a M/S replicated leveldb store. Replication protocol is working nicely, just need automated M/S election bits.
Move tests in a test package.
Rename the HA* classes to DFS*.

------------------------------------------
[...truncated 4881 lines...]
A         activemq-kahadb-store/src/main/java/org/apache/activemq/store/kahadb/disk/journal
A         activemq-kahadb-store/src/main/java/org/apache/activemq/store/kahadb/disk/journal/ReplicationTarget.java
AU        activemq-kahadb-store/src/main/java/org/apache/activemq/store/kahadb/disk/journal/CallerBufferingDataFileAppender.java
AU        activemq-kahadb-store/src/main/java/org/apache/activemq/store/kahadb/disk/journal/DataFileAccessorPool.java
AU        activemq-kahadb-store/src/main/java/org/apache/activemq/store/kahadb/disk/journal/ReadOnlyDataFile.java
AU        activemq-kahadb-store/src/main/java/org/apache/activemq/store/kahadb/disk/journal/DataFileAppender.java
AU        activemq-kahadb-store/src/main/java/org/apache/activemq/store/kahadb/disk/journal/Location.java
AU        activemq-kahadb-store/src/main/java/org/apache/activemq/store/kahadb/disk/journal/ReadOnlyJournal.java
AU        activemq-kahadb-store/src/main/java/org/apache/activemq/store/kahadb/disk/journal/DataFile.java
AU        activemq-kahadb-store/src/main/java/org/apache/activemq/store/kahadb/disk/journal/Journal.java
AU        activemq-kahadb-store/src/main/java/org/apache/activemq/store/kahadb/disk/journal/DataFileAccessor.java
AU        activemq-kahadb-store/src/main/java/org/apache/activemq/store/kahadb/disk/journal/FileAppender.java
AU        activemq-kahadb-store/src/main/java/org/apache/activemq/store/kahadb/disk/journal/package.html
A         activemq-kahadb-store/src/main/java/org/apache/activemq/store/kahadb/disk/page
AU        activemq-kahadb-store/src/main/java/org/apache/activemq/store/kahadb/disk/page/Transaction.java
AU        activemq-kahadb-store/src/main/java/org/apache/activemq/store/kahadb/disk/page/Page.java
AU        activemq-kahadb-store/src/main/java/org/apache/activemq/store/kahadb/disk/page/PageFile.java
A         activemq-kahadb-store/src/main/java/org/apache/activemq/store/kahadb/disk/util
A         activemq-kahadb-store/src/main/java/org/apache/activemq/store/kahadb/disk/util/VariableMarshaller.java
AU        activemq-kahadb-store/src/main/java/org/apache/activemq/store/kahadb/disk/util/BytesMarshaller.java
AU        activemq-kahadb-store/src/main/java/org/apache/activemq/store/kahadb/disk/util/SchedulerTimerTask.java
AU        activemq-kahadb-store/src/main/java/org/apache/activemq/store/kahadb/disk/util/DiskBenchmark.java
AU        activemq-kahadb-store/src/main/java/org/apache/activemq/store/kahadb/disk/util/IntegerMarshaller.java
AU        activemq-kahadb-store/src/main/java/org/apache/activemq/store/kahadb/disk/util/LinkedNodeList.java
AU        activemq-kahadb-store/src/main/java/org/apache/activemq/store/kahadb/disk/util/Sequence.java
AU        activemq-kahadb-store/src/main/java/org/apache/activemq/store/kahadb/disk/util/LongMarshaller.java
AU        activemq-kahadb-store/src/main/java/org/apache/activemq/store/kahadb/disk/util/LinkedNode.java
AU        activemq-kahadb-store/src/main/java/org/apache/activemq/store/kahadb/disk/util/Scheduler.java
AU        activemq-kahadb-store/src/main/java/org/apache/activemq/store/kahadb/disk/util/StringMarshaller.java
AU        activemq-kahadb-store/src/main/java/org/apache/activemq/store/kahadb/disk/util/ObjectMarshaller.java
AU        activemq-kahadb-store/src/main/java/org/apache/activemq/store/kahadb/disk/util/CommandLineSupport.java
AU        activemq-kahadb-store/src/main/java/org/apache/activemq/store/kahadb/disk/util/LocationMarshaller.java
AU        activemq-kahadb-store/src/main/java/org/apache/activemq/store/kahadb/disk/util/SequenceSet.java
AU        activemq-kahadb-store/src/main/java/org/apache/activemq/store/kahadb/disk/util/DataByteArrayInputStream.java
AU        activemq-kahadb-store/src/main/java/org/apache/activemq/store/kahadb/disk/util/DataByteArrayOutputStream.java
AU        activemq-kahadb-store/src/main/java/org/apache/activemq/store/kahadb/disk/util/Marshaller.java
AU        activemq-kahadb-store/src/main/java/org/apache/activemq/store/kahadb/disk/package.html
A         activemq-kahadb-store/src/main/java/org/apache/activemq/store/kahadb/plist
AU        activemq-kahadb-store/src/main/java/org/apache/activemq/store/kahadb/plist/PListStoreImpl.java
AU        activemq-kahadb-store/src/main/java/org/apache/activemq/store/kahadb/plist/PListImpl.java
A         activemq-kahadb-store/src/main/java/org/apache/activemq/store/kahadb/TempKahaDBStore.java
AU        activemq-kahadb-store/src/main/java/org/apache/activemq/store/kahadb/KahaDBPersistenceAdapter.java
AU        activemq-kahadb-store/src/main/java/org/apache/activemq/store/kahadb/TransactionIdTransformer.java
A         activemq-kahadb-store/src/main/java/org/apache/activemq/store/kahadb/KahaDBStore.java
AU        activemq-kahadb-store/src/main/java/org/apache/activemq/store/kahadb/MultiKahaDBPersistenceAdapter.java
AU        activemq-kahadb-store/src/main/java/org/apache/activemq/store/kahadb/KahaDBTransactionStore.java
A         activemq-kahadb-store/src/main/java/org/apache/activemq/store/kahadb/scheduler
AU        activemq-kahadb-store/src/main/java/org/apache/activemq/store/kahadb/scheduler/JobLocation.java
AU        activemq-kahadb-store/src/main/java/org/apache/activemq/store/kahadb/scheduler/JobSchedulerStoreImpl.java
AU        activemq-kahadb-store/src/main/java/org/apache/activemq/store/kahadb/scheduler/JobSchedulerImpl.java
AU        activemq-kahadb-store/src/main/java/org/apache/activemq/store/kahadb/scheduler/JobImpl.java
A         activemq-kahadb-store/src/main/java/org/apache/activemq/util
A         activemq-kahadb-store/src/main/java/org/apache/activemq/util/LFUCache.java
A         activemq-kahadb-store/src/main/proto
A         activemq-kahadb-store/src/main/proto/journal-data.proto
AU        activemq-kahadb-store/pom.xml
AU        KEYS
AU        README.txt
A         etc
A         etc/css
AU        etc/css/stylesheet.css
A         activemq-fileserver
A         activemq-fileserver/src
A         activemq-fileserver/src/test
A         activemq-fileserver/src/test/java
A         activemq-fileserver/src/test/java/org
A         activemq-fileserver/src/test/java/org/apache
A         activemq-fileserver/src/test/java/org/apache/activemq
A         activemq-fileserver/src/test/java/org/apache/activemq/util
AU        activemq-fileserver/src/test/java/org/apache/activemq/util/RestFilterTest.java
A         activemq-fileserver/src/test/java/org/apache/activemq/util/HttpTestSupport.java
A         activemq-fileserver/src/test/java/org/apache/activemq/util/HttpBlobTest.java
A         activemq-fileserver/src/main
A         activemq-fileserver/src/main/java
A         activemq-fileserver/src/main/java/org
A         activemq-fileserver/src/main/java/org/apache
A         activemq-fileserver/src/main/java/org/apache/activemq
A         activemq-fileserver/src/main/java/org/apache/activemq/util
AU        activemq-fileserver/src/main/java/org/apache/activemq/util/RestFilter.java
A         activemq-fileserver/src/main/java/org/apache/activemq/util/IOHelper.java
AU        activemq-fileserver/src/main/java/org/apache/activemq/util/FilenameGuardFilter.java
A         activemq-fileserver/src/main/webapp
A         activemq-fileserver/src/main/webapp/META-INF
AU        activemq-fileserver/src/main/webapp/META-INF/NOTICE
AU        activemq-fileserver/src/main/webapp/META-INF/LICENSE
A         activemq-fileserver/src/main/webapp/WEB-INF
AU        activemq-fileserver/src/main/webapp/WEB-INF/web.xml
AU        activemq-fileserver/src/main/webapp/index.html
AU        activemq-fileserver/pom.xml
A         activemq-leveldb-store
A         activemq-leveldb-store/src
A         activemq-leveldb-store/src/test
A         activemq-leveldb-store/src/test/java
A         activemq-leveldb-store/src/test/java/org
A         activemq-leveldb-store/src/test/java/org/apache
A         activemq-leveldb-store/src/test/java/org/apache/activemq
A         activemq-leveldb-store/src/test/java/org/apache/activemq/leveldb
A         activemq-leveldb-store/src/test/java/org/apache/activemq/leveldb/test
A         activemq-leveldb-store/src/test/java/org/apache/activemq/leveldb/test/ReplicatedLevelDBStoreTest.java
A         activemq-leveldb-store/src/test/scala
A         activemq-leveldb-store/src/test/scala/org
A         activemq-leveldb-store/src/test/scala/org/apache
A         activemq-leveldb-store/src/test/scala/org/apache/activemq
A         activemq-leveldb-store/src/test/scala/org/apache/activemq/leveldb
A         activemq-leveldb-store/src/test/scala/org/apache/activemq/leveldb/test
A         activemq-leveldb-store/src/test/scala/org/apache/activemq/leveldb/test/ActiveMQScenario.scala
A         activemq-leveldb-store/src/test/scala/org/apache/activemq/leveldb/test/DFSLevelDBFastEnqueueTest.scala
A         activemq-leveldb-store/src/test/scala/org/apache/activemq/leveldb/test/LevelDBFastEnqueueTest.scala
A         activemq-leveldb-store/src/test/scala/org/apache/activemq/leveldb/test/Scenario.scala
A         activemq-leveldb-store/src/test/scala/org/apache/activemq/leveldb/test/DFSLevelDBStoreTest.scala
A         activemq-leveldb-store/src/test/scala/org/apache/activemq/leveldb/test/LevelDBPlistTest.java
A         activemq-leveldb-store/src/test/scala/org/apache/activemq/leveldb/test/TestingHDFSServer.scala
A         activemq-leveldb-store/src/test/scala/org/apache/activemq/leveldb/test/EnqueueRateScenariosTest.scala
A         activemq-leveldb-store/src/test/scala/org/apache/activemq/leveldb/test/LevelDBStoreTest.scala
A         activemq-leveldb-store/src/test/scala/org/apache/activemq/leveldb/test/JMSClientScenario.scala
A         activemq-leveldb-store/src/test/scala/org/apache/activemq/leveldb/dfs
A         activemq-leveldb-store/src/test/scala/org/apache/activemq/leveldb/dfs/IndexManifestDTO.java
A         activemq-leveldb-store/src/test/scala/org/apache/activemq/leveldb/dfs/DFSLevelDBStore.scala
A         activemq-leveldb-store/src/test/scala/org/apache/activemq/leveldb/dfs/DFSLevelDBClient.scala
A         activemq-leveldb-store/src/test/resources
AU        activemq-leveldb-store/src/test/resources/log4j.properties
A         activemq-leveldb-store/src/main
A         activemq-leveldb-store/src/main/java
A         activemq-leveldb-store/src/main/java/org
A         activemq-leveldb-store/src/main/java/org/apache
A         activemq-leveldb-store/src/main/java/org/apache/activemq
A         activemq-leveldb-store/src/main/java/org/apache/activemq/store
A         activemq-leveldb-store/src/main/java/org/apache/activemq/store/leveldb
A         activemq-leveldb-store/src/main/java/org/apache/activemq/store/leveldb/LevelDBPersistenceAdapter.java
A         activemq-leveldb-store/src/main/java/org/apache/activemq/leveldb
A         activemq-leveldb-store/src/main/java/org/apache/activemq/leveldb/LevelDBStoreFactory.java
A         activemq-leveldb-store/src/main/java/org/apache/activemq/leveldb/LevelDBStoreViewMBean.java
A         activemq-leveldb-store/src/main/java/org/apache/activemq/leveldb/replicated
A         activemq-leveldb-store/src/main/java/org/apache/activemq/leveldb/replicated/dto
A         activemq-leveldb-store/src/main/java/org/apache/activemq/leveldb/replicated/dto/WalAck.java
A         activemq-leveldb-store/src/main/java/org/apache/activemq/leveldb/replicated/dto/Transfer.java
A         activemq-leveldb-store/src/main/java/org/apache/activemq/leveldb/replicated/dto/Login.java
A         activemq-leveldb-store/src/main/java/org/apache/activemq/leveldb/replicated/dto/FileInfo.java
A         activemq-leveldb-store/src/main/java/org/apache/activemq/leveldb/replicated/dto/SyncResponse.java
A         activemq-leveldb-store/src/main/java/org/apache/activemq/leveldb/replicated/dto/LogWrite.java
A         activemq-leveldb-store/src/main/proto
A         activemq-leveldb-store/src/main/proto/records.proto
A         activemq-leveldb-store/src/main/scala
A         activemq-leveldb-store/src/main/scala/org
A         activemq-leveldb-store/src/main/scala/org/apache
A         activemq-leveldb-store/src/main/scala/org/apache/activemq
A         activemq-leveldb-store/src/main/scala/org/apache/activemq/leveldb.scala
A         activemq-leveldb-store/src/main/scala/org/apache/activemq/store
A         activemq-leveldb-store/src/main/scala/org/apache/activemq/store/leveldb
AU        activemq-leveldb-store/src/main/scala/org/apache/activemq/store/leveldb/package.html
A         activemq-leveldb-store/src/main/scala/org/apache/activemq/leveldb
A         activemq-leveldb-store/src/main/scala/org/apache/activemq/leveldb/DBManager.scala
A         activemq-leveldb-store/src/main/scala/org/apache/activemq/leveldb/RecordLog.scala
A         activemq-leveldb-store/src/main/scala/org/apache/activemq/leveldb/LevelDBStore.scala
A         activemq-leveldb-store/src/main/scala/org/apache/activemq/leveldb/replicated
A         activemq-leveldb-store/src/main/scala/org/apache/activemq/leveldb/replicated/SlaveLevelDBStore.scala
A         activemq-leveldb-store/src/main/scala/org/apache/activemq/leveldb/replicated/MasterLevelDBStore.scala
A         activemq-leveldb-store/src/main/scala/org/apache/activemq/leveldb/replicated/ReplicationSupport.scala
A         activemq-leveldb-store/src/main/scala/org/apache/activemq/leveldb/replicated/MasterLevelDBClient.scala
A         activemq-leveldb-store/src/main/scala/org/apache/activemq/leveldb/replicated/ReplicationProtocolCodec.scala
A         activemq-leveldb-store/src/main/scala/org/apache/activemq/leveldb/replicated/TransportHandler.scala
A         activemq-leveldb-store/src/main/scala/org/apache/activemq/leveldb/util
A         activemq-leveldb-store/src/main/scala/org/apache/activemq/leveldb/util/LongCounter.scala
A         activemq-leveldb-store/src/main/scala/org/apache/activemq/leveldb/util/Log.scala
A         activemq-leveldb-store/src/main/scala/org/apache/activemq/leveldb/util/RetrySupport.scala
A         activemq-leveldb-store/src/main/scala/org/apache/activemq/leveldb/util/TimeMetric.scala
A         activemq-leveldb-store/src/main/scala/org/apache/activemq/leveldb/util/JsonCodec.scala
A         activemq-leveldb-store/src/main/scala/org/apache/activemq/leveldb/util/FileSupport.scala
AU        activemq-leveldb-store/src/main/scala/org/apache/activemq/leveldb/LevelDBClient.scala
A         activemq-leveldb-store/pom.xml
A         activemq-leveldb-store/readme.md
A         activemq-leveldb-store/kahadb-vs-leveldb.png
 U        .
At revision 1476759
[locks-and-latches] Checking to see if we really have the locks
[locks-and-latches] Have all the locks, build can start
Parsing POMs
Modules changed, recalculating dependency graph
[ActiveMQ] $ /home/hudson/tools/java/latest1.6/bin/java -Xmx2048m -Xms1024m -Xrs -cp /home/jenkins/jenkins-slave/maven3-agent.jar:/home/hudson/tools/maven/apache-maven-3.0.4/boot/plexus-classworlds-2.4.jar org.jvnet.hudson.maven3.agent.Maven3Main /home/hudson/tools/maven/apache-maven-3.0.4 /home/jenkins/jenkins-slave/slave.jar /home/jenkins/jenkins-slave/maven3-interceptor.jar 53806
<===[JENKINS REMOTING CAPACITY]===>channel started
   log4j:WARN No appenders could be found for logger (org.apache.commons.beanutils.converters.BooleanConverter).
log4j:WARN Please initialize the log4j system properly.
Executing Maven:  -B -f <https://builds.apache.org/job/ActiveMQ/ws/pom.xml> -Dmaven.repo.local=/home/jenkins/jenkins-slave/maven-repositories/0 -fae -B -e -U clean install source:jar -Dactivemq.tests=all
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] ActiveMQ
[INFO] ActiveMQ :: Openwire Generator
[INFO] ActiveMQ :: Client
[INFO] ActiveMQ :: Openwire Legacy Support
[INFO] ActiveMQ :: JAAS
[INFO] ActiveMQ :: Broker
[INFO] ActiveMQ :: KahaDB Store
[INFO] ActiveMQ :: STOMP Protocol
[INFO] ActiveMQ :: MQTT Protocol
[INFO] ActiveMQ :: JDBC Store
[INFO] ActiveMQ :: LevelDB Store
[INFO] ActiveMQ :: RA
[INFO] ActiveMQ :: Pool
[INFO] ActiveMQ :: Spring
[INFO] ActiveMQ :: AMQP
[INFO] ActiveMQ :: Console
[INFO] ActiveMQ :: Unit Tests
[INFO] ActiveMQ :: Camel
[INFO] ActiveMQ :: HTTP Protocol Support
[INFO] ActiveMQ :: All JAR bundle
[INFO] ActiveMQ :: File Server
[INFO] ActiveMQ :: Log4j Appender
[INFO] ActiveMQ :: Apache Karaf
[INFO] ActiveMQ :: RAR
[INFO] ActiveMQ :: Run Jar
[INFO] ActiveMQ :: Tooling
[INFO] ActiveMQ :: Memory Usage Test Plugin
[INFO] ActiveMQ :: Performance Test Plugin
[INFO] ActiveMQ :: StartUp Plugin
[INFO] ActiveMQ :: Web
[INFO] ActiveMQ :: OSGi bundle
[INFO] ActiveMQ :: Blueprint
[INFO] ActiveMQ :: Web Demo
[INFO] ActiveMQ :: Web Console
[INFO] ActiveMQ :: Karaf Integration Tests
[INFO] ActiveMQ :: Integration Test :: Spring 3.1
[INFO] ActiveMQ :: Assembly
Downloading: http://repo.maven.apache.org/maven2/org/eclipse/jetty/maven-jetty-plugin/7.6.7.v20120910/maven-jetty-plugin-7.6.7.v20120910.pom
[WARNING] The POM for org.eclipse.jetty:maven-jetty-plugin:jar:7.6.7.v20120910 is missing, no dependency information available
[WARNING] Failed to retrieve plugin descriptor for org.eclipse.jetty:maven-jetty-plugin:7.6.7.v20120910: Plugin org.eclipse.jetty:maven-jetty-plugin:7.6.7.v20120910 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.eclipse.jetty:maven-jetty-plugin:jar:7.6.7.v20120910
[INFO] Downloading: http://repo.maven.apache.org/maven2/org/eclipse/jetty/maven-jetty-plugin/7.6.7.v20120910/maven-jetty-plugin-7.6.7.v20120910.pom
[WARNING] The POM for org.eclipse.jetty:maven-jetty-plugin:jar:7.6.7.v20120910 is missing, no dependency information available
[WARNING] Failed to retrieve plugin descriptor for org.eclipse.jetty:maven-jetty-plugin:7.6.7.v20120910: Plugin org.eclipse.jetty:maven-jetty-plugin:7.6.7.v20120910 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.eclipse.jetty:maven-jetty-plugin:jar:7.6.7.v20120910
                                                                        
[INFO] ------------------------------------------------------------------------
[INFO] Building ActiveMQ 5.9-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ activemq-parent ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (default) @ activemq-parent ---
[INFO] 
[INFO] --- maven-bundle-plugin:2.3.7:cleanVersions (cleanVersions) @ activemq-parent ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.3:process (default) @ activemq-parent ---
[INFO] 
[INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @ activemq-parent ---
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
ERROR: Maven JVM terminated unexpectedly with exit code 143


Build failed in Jenkins: ActiveMQ #1276

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/ActiveMQ/1276/changes>

Changes:

[dejanb] https://issues.apache.org/jira/browse/AMQ-4467 - cursor memory usage when pfc is off

[chirino] Added an new ElectingLevelDBStore which handles the M/S election bits using ZooKeeper.

------------------------------------------
[...truncated 5437 lines...]
[WARNING] The POM for org.eclipse.jetty:maven-jetty-plugin:jar:7.6.7.v20120910 is missing, no dependency information available
[WARNING] Failed to retrieve plugin descriptor for org.eclipse.jetty:maven-jetty-plugin:7.6.7.v20120910: Plugin org.eclipse.jetty:maven-jetty-plugin:7.6.7.v20120910 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.eclipse.jetty:maven-jetty-plugin:jar:7.6.7.v20120910
                                                                        
[INFO] ------------------------------------------------------------------------
[INFO] Building ActiveMQ :: JAAS 5.9-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ activemq-jaas ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (default) @ activemq-jaas ---
[INFO] 
[INFO] --- maven-bundle-plugin:2.3.7:cleanVersions (cleanVersions) @ activemq-jaas ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.3:process (default) @ activemq-jaas ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/ActiveMQ/ws/activemq-jaas/src/main/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ activemq-jaas ---
[INFO] [INFO] Compiling 12 source files to <https://builds.apache.org/job/ActiveMQ/ws/activemq-jaas/target/classes>

[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ activemq-jaas ---
[debug] execute contextualize
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 3 resources

[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ activemq-jaas ---
[INFO] [INFO] Compiling 9 source files to <https://builds.apache.org/job/ActiveMQ/ws/activemq-jaas/target/test-classes>

[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ activemq-jaas ---
[INFO] [INFO] Surefire report directory: <https://builds.apache.org/job/ActiveMQ/ws/activemq-jaas/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------

[INFO] --- maven-surefire-plugin:2.10:test (default-test) @ activemq-jaas ---
Running org.apache.activemq.jaas.UserPrincipalTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
Running org.apache.activemq.jaas.LDAPLoginModuleTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.993 sec
Running org.apache.activemq.jaas.GroupPrincipalTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.apache.activemq.jaas.CertificateLoginModuleTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.apache.activemq.jaas.LDAPModuleRoleExpansionTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.739 sec
Running org.apache.activemq.jaas.PropertiesLoginModuleTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.apache.activemq.jaas.GuestLoginModuleTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.apache.activemq.jaas.PropertiesLoginModuleRaceConditionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.95 sec

Results :

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

[JENKINS] Recording test results
[INFO] [INFO] Building jar: <https://builds.apache.org/job/ActiveMQ/ws/activemq-jaas/target/activemq-jaas-5.9-SNAPSHOT.jar>

[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ activemq-jaas ---
[INFO] 
[INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @ activemq-jaas ---
[INFO] [INFO] Checking legal files in: activemq-jaas-5.9-SNAPSHOT.jar

[INFO] --- ianal-maven-plugin:1.0-alpha-1:verify-legal-files (default) @ activemq-jaas ---
[INFO] [INFO] Installing <https://builds.apache.org/job/ActiveMQ/ws/activemq-jaas/target/activemq-jaas-5.9-SNAPSHOT.jar> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/activemq/activemq-jaas/5.9-SNAPSHOT/activemq-jaas-5.9-SNAPSHOT.jar

[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ activemq-jaas ---
[INFO] Installing <https://builds.apache.org/job/ActiveMQ/ws/activemq-jaas/pom.xml> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/activemq/activemq-jaas/5.9-SNAPSHOT/activemq-jaas-5.9-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (default) @ activemq-jaas ---
[INFO] 
[INFO] --- maven-bundle-plugin:2.3.7:cleanVersions (cleanVersions) @ activemq-jaas ---
Apr 30, 2013 1:19:56 PM hudson.maven.ExecutedMojo <init>
WARNING: Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo
[INFO] [INFO] META-INF already added, skipping
[INFO] META-INF/NOTICE already added, skipping
[INFO] META-INF/DEPENDENCIES already added, skipping
[INFO] META-INF/LICENSE already added, skipping
[INFO] Building jar: <https://builds.apache.org/job/ActiveMQ/ws/activemq-jaas/target/activemq-jaas-5.9-SNAPSHOT-sources.jar>

[INFO] --- maven-source-plugin:2.1.2:jar (default-cli) @ activemq-jaas ---
[INFO] META-INF already added, skipping
[INFO] META-INF/NOTICE already added, skipping
[INFO] META-INF/DEPENDENCIES already added, skipping
[INFO] META-INF/LICENSE already added, skipping
Downloading: http://repo.maven.apache.org/maven2/org/eclipse/jetty/maven-jetty-plugin/7.6.7.v20120910/maven-jetty-plugin-7.6.7.v20120910.pom
[INFO] [WARNING] The POM for org.eclipse.jetty:maven-jetty-plugin:jar:7.6.7.v20120910 is missing, no dependency information available
[WARNING] Failed to retrieve plugin descriptor for org.eclipse.jetty:maven-jetty-plugin:7.6.7.v20120910: Plugin org.eclipse.jetty:maven-jetty-plugin:7.6.7.v20120910 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.eclipse.jetty:maven-jetty-plugin:jar:7.6.7.v20120910
                                                                        
[INFO] ------------------------------------------------------------------------
[INFO] Building ActiveMQ :: Broker 5.9-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ activemq-broker ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (default) @ activemq-broker ---
[INFO] 
[INFO] --- maven-bundle-plugin:2.3.7:cleanVersions (cleanVersions) @ activemq-broker ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.3:process (default) @ activemq-broker ---
[debug] execute contextualize
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 7 resources

[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ activemq-broker ---
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ activemq-broker ---
[INFO] Compiling 383 source files to <https://builds.apache.org/job/ActiveMQ/ws/activemq-broker/target/classes>
[debug] execute contextualize
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources

[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ activemq-broker ---
[INFO] [INFO] Compiling 9 source files to <https://builds.apache.org/job/ActiveMQ/ws/activemq-broker/target/test-classes>

[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ activemq-broker ---
[INFO] [INFO] Surefire report directory: <https://builds.apache.org/job/ActiveMQ/ws/activemq-broker/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------

-------------------------------------------------------
 T E S T S
-------------------------------------------------------

[INFO] --- maven-surefire-plugin:2.10:test (default-test) @ activemq-broker ---
Running org.apache.activemq.JmsQueueTransactionTest
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 51.622 sec

Results :

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

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ activemq-broker ---
[INFO] Building jar: <https://builds.apache.org/job/ActiveMQ/ws/activemq-broker/target/activemq-broker-5.9-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @ activemq-broker ---
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ activemq-broker ---
[INFO] Building jar: <https://builds.apache.org/job/ActiveMQ/ws/activemq-broker/target/activemq-broker-5.9-SNAPSHOT-tests.jar>
[INFO] [INFO] Checking legal files in: activemq-broker-5.9-SNAPSHOT.jar
[INFO] Checking legal files in: activemq-broker-5.9-SNAPSHOT-tests.jar

[INFO] --- ianal-maven-plugin:1.0-alpha-1:verify-legal-files (default) @ activemq-broker ---
[INFO] [INFO] Installing <https://builds.apache.org/job/ActiveMQ/ws/activemq-broker/target/activemq-broker-5.9-SNAPSHOT.jar> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/activemq/activemq-broker/5.9-SNAPSHOT/activemq-broker-5.9-SNAPSHOT.jar

[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ activemq-broker ---
[INFO] Installing <https://builds.apache.org/job/ActiveMQ/ws/activemq-broker/pom.xml> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/activemq/activemq-broker/5.9-SNAPSHOT/activemq-broker-5.9-SNAPSHOT.pom
[INFO] Installing <https://builds.apache.org/job/ActiveMQ/ws/activemq-broker/target/activemq-broker-5.9-SNAPSHOT-tests.jar> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/activemq/activemq-broker/5.9-SNAPSHOT/activemq-broker-5.9-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (default) @ activemq-broker ---
[INFO] 
[INFO] --- maven-bundle-plugin:2.3.7:cleanVersions (cleanVersions) @ activemq-broker ---
Apr 30, 2013 1:20:55 PM hudson.maven.ExecutedMojo <init>
WARNING: Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo
[INFO] 
[INFO] --- maven-source-plugin:2.1.2:jar (default-cli) @ activemq-broker ---
[INFO] META-INF already added, skipping
[INFO] META-INF already added, skipping
[INFO] META-INF/NOTICE already added, skipping
[INFO] META-INF/DEPENDENCIES already added, skipping
[INFO] META-INF/LICENSE already added, skipping
[INFO] Building jar: <https://builds.apache.org/job/ActiveMQ/ws/activemq-broker/target/activemq-broker-5.9-SNAPSHOT-sources.jar>
[INFO] META-INF already added, skipping
[INFO] META-INF already added, skipping
[INFO] META-INF/NOTICE already added, skipping
[INFO] META-INF/DEPENDENCIES already added, skipping
[INFO] META-INF/LICENSE already added, skipping
[INFO] Downloading: http://repo.maven.apache.org/maven2/org/eclipse/jetty/maven-jetty-plugin/7.6.7.v20120910/maven-jetty-plugin-7.6.7.v20120910.pom
[WARNING] The POM for org.eclipse.jetty:maven-jetty-plugin:jar:7.6.7.v20120910 is missing, no dependency information available
[WARNING] Failed to retrieve plugin descriptor for org.eclipse.jetty:maven-jetty-plugin:7.6.7.v20120910: Plugin org.eclipse.jetty:maven-jetty-plugin:7.6.7.v20120910 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.eclipse.jetty:maven-jetty-plugin:jar:7.6.7.v20120910
                                                                        
[INFO] ------------------------------------------------------------------------
[INFO] Building ActiveMQ :: KahaDB Store 5.9-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ activemq-kahadb-store ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (default) @ activemq-kahadb-store ---
[INFO] 
[INFO] --- maven-bundle-plugin:2.3.7:cleanVersions (cleanVersions) @ activemq-kahadb-store ---
[INFO] 
[INFO] --- activemq-protobuf:1.1:compile (default) @ activemq-kahadb-store ---
[INFO] Compiling: <https://builds.apache.org/job/ActiveMQ/ws/activemq-kahadb-store/src/main/proto/journal-data.proto>
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.3:process (default) @ activemq-kahadb-store ---
[debug] execute contextualize
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/ActiveMQ/ws/activemq-kahadb-store/src/main/resources>
[INFO] Copying 3 resources

[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ activemq-kahadb-store ---
[INFO] [INFO] Compiling 76 source files to <https://builds.apache.org/job/ActiveMQ/ws/activemq-kahadb-store/target/classes>

[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ activemq-kahadb-store ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] [INFO] Copying 3 resources

[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ activemq-kahadb-store ---
[INFO] [INFO] Compiling 11 source files to <https://builds.apache.org/job/ActiveMQ/ws/activemq-kahadb-store/target/test-classes>

[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ activemq-kahadb-store ---
[INFO] Surefire report directory: <https://builds.apache.org/job/ActiveMQ/ws/activemq-kahadb-store/target/surefire-reports>
[INFO] 
-------------------------------------------------------
 T E S T S
-------------------------------------------------------

-------------------------------------------------------
 T E S T S
-------------------------------------------------------

[INFO] --- maven-surefire-plugin:2.10:test (default-test) @ activemq-kahadb-store ---
Running org.apache.activemq.store.kahadb.disk.index.BTreeIndexTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 120.44 sec
Running org.apache.activemq.store.kahadb.disk.index.HashIndexTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.246 sec
Running org.apache.activemq.store.kahadb.disk.index.ListIndexTest
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 94.916 sec
Running org.apache.activemq.store.kahadb.disk.journal.JournalTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.723 sec
Running org.apache.activemq.store.kahadb.disk.page.PageFileTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.103 sec
Running org.apache.activemq.store.kahadb.disk.util.SequenceSetTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 sec
Running org.apache.activemq.store.kahadb.plist.PListImplTest
Tests run: 15, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 19.113 sec

Results :

Tests run: 58, Failures: 0, Errors: 0, Skipped: 1

Sending e-mails to: dev@activemq.apache.org
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
ERROR: Maven JVM terminated unexpectedly with exit code 143


Build failed in Jenkins: ActiveMQ #1275

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/ActiveMQ/1275/changes>

Changes:

[chirino] Add more replication tests.

------------------------------------------
[...truncated 5123 lines...]
[INFO] Building ActiveMQ 5.9-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: http://repo.maven.apache.org/maven2/org/eclipse/jetty/maven-jetty-plugin/7.6.7.v20120910/maven-jetty-plugin-7.6.7.v20120910.pom
[WARNING] The POM for org.eclipse.jetty:maven-jetty-plugin:jar:7.6.7.v20120910 is missing, no dependency information available
[WARNING] Failed to retrieve plugin descriptor for org.eclipse.jetty:maven-jetty-plugin:7.6.7.v20120910: Plugin org.eclipse.jetty:maven-jetty-plugin:7.6.7.v20120910 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.eclipse.jetty:maven-jetty-plugin:jar:7.6.7.v20120910
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ activemq-parent ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (default) @ activemq-parent ---
[INFO] 
[INFO] --- maven-bundle-plugin:2.3.7:cleanVersions (cleanVersions) @ activemq-parent ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.3:process (default) @ activemq-parent ---
[INFO] 
[INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @ activemq-parent ---
[INFO] 
[INFO] --- ianal-maven-plugin:1.0-alpha-1:verify-legal-files (default) @ activemq-parent ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ activemq-parent ---
[INFO] Installing <https://builds.apache.org/job/ActiveMQ/ws/pom.xml> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/activemq/activemq-parent/5.9-SNAPSHOT/activemq-parent-5.9-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (default) @ activemq-parent ---
[INFO] 
[INFO] --- maven-bundle-plugin:2.3.7:cleanVersions (cleanVersions) @ activemq-parent ---
Apr 29, 2013 2:01:13 AM hudson.maven.ExecutedMojo <init>
WARNING: Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo
[INFO] 
[INFO] --- maven-source-plugin:2.1.2:jar (default-cli) @ activemq-parent ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building ActiveMQ :: Openwire Generator 5.9-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: http://repo.maven.apache.org/maven2/org/eclipse/jetty/maven-jetty-plugin/7.6.7.v20120910/maven-jetty-plugin-7.6.7.v20120910.pom
[WARNING] The POM for org.eclipse.jetty:maven-jetty-plugin:jar:7.6.7.v20120910 is missing, no dependency information available
[WARNING] Failed to retrieve plugin descriptor for org.eclipse.jetty:maven-jetty-plugin:7.6.7.v20120910: Plugin org.eclipse.jetty:maven-jetty-plugin:7.6.7.v20120910 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.eclipse.jetty:maven-jetty-plugin:jar:7.6.7.v20120910
Downloading: http://repo.fusesource.com/nexus/content/groups/public/groovy/gram/1.1/gram-1.1.pom
Downloaded: http://repo.fusesource.com/nexus/content/groups/public/groovy/gram/1.1/gram-1.1.pom (3 KB at 0.9 KB/sec)
Downloading: http://repo.fusesource.com/nexus/content/groups/public/groovy/groovy-all/1.0-jsr-03/groovy-all-1.0-jsr-03.pom
Downloaded: http://repo.fusesource.com/nexus/content/groups/public/groovy/groovy-all/1.0-jsr-03/groovy-all-1.0-jsr-03.pom (155 B at 0.1 KB/sec)
Downloading: http://repo.fusesource.com/nexus/content/groups/public/annogen/annogen/0.1.0/annogen-0.1.0.pom
Downloaded: http://repo.fusesource.com/nexus/content/groups/public/annogen/annogen/0.1.0/annogen-0.1.0.pom (148 B at 0.1 KB/sec)
Downloading: http://repo.fusesource.com/nexus/content/groups/public/ant/ant/1.6.2/ant-1.6.2.pom
Downloaded: http://repo.fusesource.com/nexus/content/groups/public/ant/ant/1.6.2/ant-1.6.2.pom (521 B at 0.3 KB/sec)
Downloading: http://repo.fusesource.com/nexus/content/groups/public/groovy/gram/1.1/gram-1.1.jar
Downloading: http://repo.fusesource.com/nexus/content/groups/public/groovy/groovy-all/1.0-jsr-03/groovy-all-1.0-jsr-03.jar
Downloaded: http://repo.fusesource.com/nexus/content/groups/public/groovy/gram/1.1/gram-1.1.jar (10 KB at 0.8 KB/sec)
Downloading: http://repo.fusesource.com/nexus/content/groups/public/annogen/annogen/0.1.0/annogen-0.1.0.jar
Downloading: http://repo.fusesource.com/nexus/content/groups/public/ant/ant/1.6.2/ant-1.6.2.jar
Downloaded: http://repo.fusesource.com/nexus/content/groups/public/annogen/annogen/0.1.0/annogen-0.1.0.jar (243 KB at 156.3 KB/sec)
Downloaded: http://repo.fusesource.com/nexus/content/groups/public/ant/ant/1.6.2/ant-1.6.2.jar (977 KB at 232.8 KB/sec)
Downloaded: http://repo.fusesource.com/nexus/content/groups/public/groovy/groovy-all/1.0-jsr-03/groovy-all-1.0-jsr-03.jar (1551 KB at 73.1 KB/sec)
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ activemq-openwire-generator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (default) @ activemq-openwire-generator ---
[INFO] 
[INFO] --- maven-bundle-plugin:2.3.7:cleanVersions (cleanVersions) @ activemq-openwire-generator ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.3:process (default) @ activemq-openwire-generator ---
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ activemq-openwire-generator ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/ActiveMQ/ws/activemq-openwire-generator/src/main/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ activemq-openwire-generator ---
[INFO] Compiling 18 source files to <https://builds.apache.org/job/ActiveMQ/ws/activemq-openwire-generator/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ activemq-openwire-generator ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/ActiveMQ/ws/activemq-openwire-generator/src/test/resources>
[INFO] Copying 3 resources
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ activemq-openwire-generator ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.10:test (default-test) @ activemq-openwire-generator ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ activemq-openwire-generator ---
[INFO] Building jar: <https://builds.apache.org/job/ActiveMQ/ws/activemq-openwire-generator/target/activemq-openwire-generator-5.9-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @ activemq-openwire-generator ---
[INFO] 
[INFO] --- ianal-maven-plugin:1.0-alpha-1:verify-legal-files (default) @ activemq-openwire-generator ---
[INFO] Checking legal files in: activemq-openwire-generator-5.9-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ activemq-openwire-generator ---
[INFO] Installing <https://builds.apache.org/job/ActiveMQ/ws/activemq-openwire-generator/target/activemq-openwire-generator-5.9-SNAPSHOT.jar> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/activemq/activemq-openwire-generator/5.9-SNAPSHOT/activemq-openwire-generator-5.9-SNAPSHOT.jar
[INFO] Installing <https://builds.apache.org/job/ActiveMQ/ws/activemq-openwire-generator/pom.xml> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/activemq/activemq-openwire-generator/5.9-SNAPSHOT/activemq-openwire-generator-5.9-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (default) @ activemq-openwire-generator ---
[INFO] 
[INFO] --- maven-bundle-plugin:2.3.7:cleanVersions (cleanVersions) @ activemq-openwire-generator ---
Apr 29, 2013 2:18:56 AM hudson.maven.ExecutedMojo <init>
WARNING: Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo
[INFO] 
[INFO] --- maven-source-plugin:2.1.2:jar (default-cli) @ activemq-openwire-generator ---
[INFO] META-INF already added, skipping
[INFO] META-INF/LICENSE already added, skipping
[INFO] META-INF/NOTICE already added, skipping
[INFO] META-INF/DEPENDENCIES already added, skipping
[INFO] Building jar: <https://builds.apache.org/job/ActiveMQ/ws/activemq-openwire-generator/target/activemq-openwire-generator-5.9-SNAPSHOT-sources.jar>
[INFO] META-INF already added, skipping
[INFO] META-INF/LICENSE already added, skipping
[INFO] META-INF/NOTICE already added, skipping
[INFO] META-INF/DEPENDENCIES already added, skipping
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building ActiveMQ :: Client 5.9-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: http://repo.maven.apache.org/maven2/org/eclipse/jetty/maven-jetty-plugin/7.6.7.v20120910/maven-jetty-plugin-7.6.7.v20120910.pom
[WARNING] The POM for org.eclipse.jetty:maven-jetty-plugin:jar:7.6.7.v20120910 is missing, no dependency information available
[WARNING] Failed to retrieve plugin descriptor for org.eclipse.jetty:maven-jetty-plugin:7.6.7.v20120910: Plugin org.eclipse.jetty:maven-jetty-plugin:7.6.7.v20120910 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.eclipse.jetty:maven-jetty-plugin:jar:7.6.7.v20120910
Downloading: http://repo.fusesource.com/nexus/content/groups/public/javax/jmdns/jmdns/3.4.1/jmdns-3.4.1.pom
Downloading: http://repo.maven.apache.org/maven2/javax/jmdns/jmdns/3.4.1/jmdns-3.4.1.pom
Downloaded: http://repo.maven.apache.org/maven2/javax/jmdns/jmdns/3.4.1/jmdns-3.4.1.pom (17 KB at 6.5 KB/sec)
Downloading: http://repo.fusesource.com/nexus/content/groups/public/javax/jmdns/jmdns/3.4.1/jmdns-3.4.1.jar
Downloading: http://repo.maven.apache.org/maven2/javax/jmdns/jmdns/3.4.1/jmdns-3.4.1.jar
Downloaded: http://repo.maven.apache.org/maven2/javax/jmdns/jmdns/3.4.1/jmdns-3.4.1.jar (201 KB at 14.3 KB/sec)
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ activemq-client ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (default) @ activemq-client ---
[INFO] 
[INFO] --- maven-bundle-plugin:2.3.7:cleanVersions (cleanVersions) @ activemq-client ---
[INFO] 
[INFO] --- javacc-maven-plugin:2.6:javacc (default) @ activemq-client ---
Java Compiler Compiler Version 5.0 (Parser Generator)
(type "javacc" with no arguments for help)
Reading from file <https://builds.apache.org/job/ActiveMQ/ws/activemq-client/src/main/grammar/SelectorParser.jj> . . .
Note: UNICODE_INPUT option is specified. Please make sure you create the parser/lexer using a Reader with the correct character encoding.
File "TokenMgrError.java" does not exist.  Will create one.
File "ParseException.java" does not exist.  Will create one.
File "Token.java" does not exist.  Will create one.
File "SimpleCharStream.java" does not exist.  Will create one.
Parser generated successfully.
[INFO] Processed 1 grammar
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.3:process (default) @ activemq-client ---
[INFO] [debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.

[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ activemq-client ---
[INFO] Copying 16 resources
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ activemq-client ---
[INFO] Compiling 568 source files to <https://builds.apache.org/job/ActiveMQ/ws/activemq-client/target/classes>
[WARNING] <https://builds.apache.org/job/ActiveMQ/ws/activemq-client/src/main/java/org/apache/activemq/transport/udp/UdpTransportFactory.java>:[35,45] [deprecation] org.apache.activemq.transport.reliable.ReliableTransport in org.apache.activemq.transport.reliable has been deprecated
[WARNING] <https://builds.apache.org/job/ActiveMQ/ws/activemq-client/src/main/java/org/apache/activemq/transport/reliable/ReplayStrategy.java>:[38,29] [deprecation] org.apache.activemq.transport.reliable.ReliableTransport in org.apache.activemq.transport.reliable has been deprecated
[WARNING] <https://builds.apache.org/job/ActiveMQ/ws/activemq-client/src/main/java/org/apache/activemq/transport/reliable/ReplayStrategy.java>:[40,26] [deprecation] org.apache.activemq.transport.reliable.ReliableTransport in org.apache.activemq.transport.reliable has been deprecated
[WARNING] <https://builds.apache.org/job/ActiveMQ/ws/activemq-client/src/main/java/org/apache/activemq/transport/udp/UdpTransportServer.java>:[35,45] [deprecation] org.apache.activemq.transport.reliable.ReliableTransport in org.apache.activemq.transport.reliable has been deprecated
[WARNING] <https://builds.apache.org/job/ActiveMQ/ws/activemq-client/src/main/java/org/apache/activemq/transport/reliable/DefaultReplayStrategy.java>:[38,36] [deprecation] org.apache.activemq.transport.reliable.ReliableTransport in org.apache.activemq.transport.reliable has been deprecated
[WARNING] <https://builds.apache.org/job/ActiveMQ/ws/activemq-client/src/main/java/org/apache/activemq/transport/reliable/DefaultReplayStrategy.java>:[53,33] [deprecation] org.apache.activemq.transport.reliable.ReliableTransport in org.apache.activemq.transport.reliable has been deprecated
[WARNING] <https://builds.apache.org/job/ActiveMQ/ws/activemq-client/src/main/java/org/apache/activemq/transport/multicast/MulticastTransportFactory.java>:[25,40] [deprecation] org.apache.activemq.transport.udp.UdpTransportFactory in org.apache.activemq.transport.udp has been deprecated
[WARNING] <https://builds.apache.org/job/ActiveMQ/ws/activemq-client/src/main/java/org/apache/activemq/transport/multicast/MulticastTransportFactory.java>:[33,47] [deprecation] org.apache.activemq.transport.udp.UdpTransportFactory in org.apache.activemq.transport.udp has been deprecated
[WARNING] <https://builds.apache.org/job/ActiveMQ/ws/activemq-client/src/main/java/org/apache/activemq/transport/reliable/ExceptionIfDroppedReplayStrategy.java>:[38,36] [deprecation] org.apache.activemq.transport.reliable.ReliableTransport in org.apache.activemq.transport.reliable has been deprecated
[WARNING] <https://builds.apache.org/job/ActiveMQ/ws/activemq-client/src/main/java/org/apache/activemq/transport/reliable/ExceptionIfDroppedReplayStrategy.java>:[49,33] [deprecation] org.apache.activemq.transport.reliable.ReliableTransport in org.apache.activemq.transport.reliable has been deprecated
[INFO] [debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.

[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ activemq-client ---
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ activemq-client ---
[INFO] Compiling 14 source files to <https://builds.apache.org/job/ActiveMQ/ws/activemq-client/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.10:test (default-test) @ activemq-client ---
[INFO] Surefire report directory: <https://builds.apache.org/job/ActiveMQ/ws/activemq-client/target/surefire-reports>
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.10/surefire-junit4-2.10.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.10/surefire-junit4-2.10.pom (3 KB at 1.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.10/surefire-junit4-2.10.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.10/surefire-junit4-2.10.jar (33 KB at 14.0 KB/sec)

-------------------------------------------------------
 T E S T S
-------------------------------------------------------

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.activemq.ActiveMQSslConnectionFactoryTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 41.649 sec
Running org.apache.activemq.broker.scheduler.CronParserTest
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.853 sec
Running org.apache.activemq.thread.PooledTaskRunnerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 36.203 sec
Sending e-mails to: dev@activemq.apache.org
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
ERROR: Failed to parse POMs
hudson.remoting.ChannelClosedException: channel is already closed
	at hudson.remoting.Channel.send(Channel.java:494)
	at hudson.remoting.Request.call(Request.java:129)
	at hudson.remoting.Channel.call(Channel.java:672)
	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:158)
	at sun.proxy.$Proxy38.isAlive(Unknown Source)
	at hudson.Launcher$RemoteLauncher$ProcImpl.isAlive(Launcher.java:920)
	at hudson.maven.ProcessCache$MavenProcess.call(ProcessCache.java:161)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:755)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:592)
	at hudson.model.Run.execute(Run.java:1568)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:477)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:236)
Caused by: hudson.remoting.Channel$OrderlyShutdown: java.util.concurrent.TimeoutException: Ping started on 1367204271315 hasn't completed at 1367204511315
	at hudson.remoting.Channel$CloseCommand.execute(Channel.java:850)
	at hudson.remoting.Channel$2.handle(Channel.java:435)
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:60)
Caused by: Command close created at
	at hudson.remoting.Command.<init>(Command.java:56)
	at hudson.remoting.Channel$CloseCommand.<init>(Channel.java:844)
	at hudson.remoting.Channel$CloseCommand.<init>(Channel.java:842)
	at hudson.remoting.Channel.close(Channel.java:909)
	at hudson.slaves.ChannelPinger$1.onDead(ChannelPinger.java:110)
	at hudson.remoting.PingThread.ping(PingThread.java:120)
	at hudson.remoting.PingThread.run(PingThread.java:81)
Caused by: java.util.concurrent.TimeoutException: Ping started on 1367204271315 hasn't completed at 1367204511315
	... 2 more
FATAL: channel is already closed
hudson.remoting.ChannelClosedException: channel is already closed
	at hudson.remoting.Channel.send(Channel.java:494)
	at hudson.remoting.Request.call(Request.java:129)
	at hudson.remoting.Channel.call(Channel.java:672)
	at hudson.Launcher$RemoteLauncher.kill(Launcher.java:877)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:615)
	at hudson.model.Run.execute(Run.java:1568)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:477)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:236)
Caused by: hudson.remoting.Channel$OrderlyShutdown: java.util.concurrent.TimeoutException: Ping started on 1367204271315 hasn't completed at 1367204511315
	at hudson.remoting.Channel$CloseCommand.execute(Channel.java:850)
	at hudson.remoting.Channel$2.handle(Channel.java:435)
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:60)
Caused by: Command close created at
	at hudson.remoting.Command.<init>(Command.java:56)
	at hudson.remoting.Channel$CloseCommand.<init>(Channel.java:844)
	at hudson.remoting.Channel$CloseCommand.<init>(Channel.java:842)
	at hudson.remoting.Channel.close(Channel.java:909)
	at hudson.slaves.ChannelPinger$1.onDead(ChannelPinger.java:110)
	at hudson.remoting.PingThread.ping(PingThread.java:120)
	at hudson.remoting.PingThread.run(PingThread.java:81)
Caused by: java.util.concurrent.TimeoutException: Ping started on 1367204271315 hasn't completed at 1367204511315
	... 2 more