You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2018/01/31 07:12:56 UTC

Build failed in Jenkins: ActiveMQ-Java8-All-UnitTests #787

See <https://builds.apache.org/job/ActiveMQ-Java8-All-UnitTests/787/display/redirect?page=changes>

Changes:

[gtully] [AMQ-6891] test and fix non tx variant of this leak

------------------------------------------
[...truncated 44.86 KB...]
[INFO] ActiveMQ :: Client ................................. SUCCESS [02:35 min]
[INFO] ActiveMQ :: Openwire Legacy Support ................ FAILURE [  4.327 s]
[INFO] ActiveMQ :: JAAS ................................... FAILURE [  5.417 s]
[INFO] ActiveMQ :: Broker ................................. SKIPPED
[INFO] ActiveMQ :: KahaDB Store ........................... SKIPPED
[INFO] ActiveMQ :: STOMP Protocol ......................... SKIPPED
[INFO] ActiveMQ :: MQTT Protocol .......................... SKIPPED
[INFO] ActiveMQ :: JDBC Store ............................. SKIPPED
[INFO] ActiveMQ :: LevelDB Store .......................... SKIPPED
[INFO] ActiveMQ :: Generic JMS Pool ....................... SKIPPED
[INFO] ActiveMQ :: Pool ................................... SKIPPED
[INFO] ActiveMQ :: RA ..................................... SKIPPED
[INFO] ActiveMQ :: Spring ................................. SKIPPED
[INFO] ActiveMQ :: Console ................................ SKIPPED
[INFO] ActiveMQ :: Partition Management ................... SKIPPED
[INFO] ActiveMQ :: Runtime Configuration .................. SKIPPED
[INFO] ActiveMQ :: Tooling ................................ FAILURE [  0.992 s]
[INFO] ActiveMQ :: JUnit Rule ............................. SKIPPED
[INFO] ActiveMQ :: Unit Tests ............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:41 min
[INFO] Finished at: 2018-01-31T07:12:37+00:00
[INFO] Final Memory: 75M/1613M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-jar-plugin:2.4:jar (default-jar) on project activemq-openwire-legacy: Error assembling JAR: IOException when zipping org/apache/activemq/openwire/v6/ProducerIdMarshaller.class: No space left on device -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-jar-plugin:2.4:jar (default-jar) on project activemq-openwire-legacy: Error assembling JAR
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
	at org.jvnet.hudson.maven3.launcher.Maven33Launcher.main(Maven33Launcher.java:129)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:330)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:238)
	at jenkins.maven3.agent.Maven33Main.launch(Maven33Main.java:176)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:207)
	at hudson.remoting.UserRequest.perform(UserRequest.java:53)
	at hudson.remoting.Request$2.run(Request.java:358)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.maven.plugin.MojoExecutionException: Error assembling JAR
	at org.apache.maven.plugin.jar.AbstractJarMojo.createArchive(AbstractJarMojo.java:237)
	at org.apache.maven.plugin.jar.AbstractJarMojo.execute(AbstractJarMojo.java:255)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
	... 31 more
Caused by: org.codehaus.plexus.archiver.ArchiverException: IOException when zipping org/apache/activemq/openwire/v6/ProducerIdMarshaller.class: No space left on device
	at org.codehaus.plexus.archiver.zip.AbstractZipArchiver.zipFile(AbstractZipArchiver.java:561)
	at org.codehaus.plexus.archiver.zip.AbstractZipArchiver.addResources(AbstractZipArchiver.java:387)
	at org.codehaus.plexus.archiver.zip.AbstractZipArchiver.createArchiveMain(AbstractZipArchiver.java:312)
	at org.codehaus.plexus.archiver.zip.AbstractZipArchiver.execute(AbstractZipArchiver.java:211)
	at org.codehaus.plexus.archiver.AbstractArchiver.createArchive(AbstractArchiver.java:897)
	at org.apache.maven.archiver.MavenArchiver.createArchive(MavenArchiver.java:582)
	at org.apache.maven.plugin.jar.AbstractJarMojo.createArchive(AbstractJarMojo.java:230)
	... 34 more
Caused by: java.io.IOException: No space left on device
	at java.io.RandomAccessFile.writeBytes(Native Method)
	at java.io.RandomAccessFile.write(RandomAccessFile.java:525)
	at org.codehaus.plexus.archiver.zip.ZipOutputStream.writeOut(ZipOutputStream.java:917)
	at org.codehaus.plexus.archiver.zip.ZipOutputStream.deflate(ZipOutputStream.java:605)
	at org.codehaus.plexus.archiver.zip.ZipOutputStream.closeEntry(ZipOutputStream.java:349)
	at org.codehaus.plexus.archiver.zip.ZipOutputStream.putNextEntry(ZipOutputStream.java:408)
	at org.codehaus.plexus.archiver.zip.AbstractZipArchiver.zipFile(AbstractZipArchiver.java:518)
	at org.codehaus.plexus.archiver.jar.JarArchiver.zipFile(JarArchiver.java:479)
	at org.codehaus.plexus.archiver.zip.AbstractZipArchiver.zipFile(AbstractZipArchiver.java:557)
	... 40 more
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (default-test) on project activemq-jaas: Error creating archive file; nested exception is java.io.IOException: No space left on device -> [Help 2]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (default-test) on project activemq-jaas: Error creating archive file; nested exception is java.io.IOException: No space left on device
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
	at org.jvnet.hudson.maven3.launcher.Maven33Launcher.main(Maven33Launcher.java:129)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:330)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:238)
	at jenkins.maven3.agent.Maven33Main.launch(Maven33Main.java:176)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:207)
	at hudson.remoting.UserRequest.perform(UserRequest.java:53)
	at hudson.remoting.Request$2.run(Request.java:358)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.maven.plugin.MojoFailureException: Error creating archive file; nested exception is java.io.IOException: No space left on device
	at org.apache.maven.plugin.surefire.SurefirePlugin.assertNoException(SurefirePlugin.java:198)
	at org.apache.maven.plugin.surefire.SurefirePlugin.handleSummary(SurefirePlugin.java:188)
	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:852)
	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:720)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
	... 31 more
Caused by: org.apache.maven.surefire.booter.SurefireBooterForkException: Error creating archive file; nested exception is java.io.IOException: No space left on device
	at org.apache.maven.plugin.surefire.booterclient.ForkConfiguration.createCommandLine(ForkConfiguration.java:177)
	at org.apache.maven.plugin.surefire.booterclient.ForkConfiguration.createCommandLine(ForkConfiguration.java:132)
	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:406)
	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:352)
	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:158)
	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:958)
	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:822)
	... 34 more
Caused by: java.io.IOException: No space left on device
	at java.io.FileOutputStream.writeBytes(Native Method)
	at java.io.FileOutputStream.write(FileOutputStream.java:326)
	at java.util.zip.DeflaterOutputStream.deflate(DeflaterOutputStream.java:253)
	at java.util.zip.ZipOutputStream.closeEntry(ZipOutputStream.java:255)
	at java.util.zip.ZipOutputStream.finish(ZipOutputStream.java:360)
	at java.util.zip.DeflaterOutputStream.close(DeflaterOutputStream.java:238)
	at java.util.zip.ZipOutputStream.close(ZipOutputStream.java:377)
	at org.apache.maven.plugin.surefire.booterclient.ForkConfiguration.createJar(ForkConfiguration.java:245)
	at org.apache.maven.plugin.surefire.booterclient.ForkConfiguration.createCommandLine(ForkConfiguration.java:173)
	... 40 more
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-remote-resources-plugin:1.5:process (process-resource-bundles) on project activemq-tooling: Error finding remote resources manifests: <https://builds.apache.org/job/ActiveMQ-Java8-All-UnitTests/ws/activemq-tooling/target/maven-shared-archive-resources/META-INF/NOTICE> (No such file or directory) -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-remote-resources-plugin:1.5:process (process-resource-bundles) on project activemq-tooling: Error finding remote resources manifests
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
	at org.jvnet.hudson.maven3.launcher.Maven33Launcher.main(Maven33Launcher.java:129)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:330)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:238)
	at jenkins.maven3.agent.Maven33Main.launch(Maven33Main.java:176)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:207)
	at hudson.remoting.UserRequest.perform(UserRequest.java:53)
	at hudson.remoting.Request$2.run(Request.java:358)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.maven.plugin.MojoExecutionException: Error finding remote resources manifests
	at org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.processResourceBundles(ProcessRemoteResourcesMojo.java:1238)
	at org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.execute(ProcessRemoteResourcesMojo.java:520)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
	... 31 more
Caused by: java.io.FileNotFoundException: <https://builds.apache.org/job/ActiveMQ-Java8-All-UnitTests/ws/activemq-tooling/target/maven-shared-archive-resources/META-INF/NOTICE> (No such file or directory)
	at java.io.FileOutputStream.open0(Native Method)
	at java.io.FileOutputStream.open(FileOutputStream.java:270)
	at java.io.FileOutputStream.<init>(FileOutputStream.java:213)
	at java.io.FileOutputStream.<init>(FileOutputStream.java:162)
	at java.io.FileWriter.<init>(FileWriter.java:90)
	at org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.processResourceBundles(ProcessRemoteResourcesMojo.java:1146)
	... 34 more
[ERROR] 
[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/MojoExecutionException
[ERROR] [Help 2] 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 :activemq-openwire-legacy
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8-All-UnitTests/ws/activemq-kahadb-store/pom.xml> to org.apache.activemq/activemq-kahadb-store/5.16.0-SNAPSHOT/activemq-kahadb-store-5.16.0-SNAPSHOT.pom
[Fast Archiver] No artifacts from ActiveMQ-Java8-All-UnitTests » ActiveMQ :: KahaDB Store #786 to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8-All-UnitTests/ws/activemq-unit-tests/pom.xml> to org.apache.activemq/activemq-unit-tests/5.16.0-SNAPSHOT/activemq-unit-tests-5.16.0-SNAPSHOT.pom
[Fast Archiver] Compressed 72.14 KB of artifacts by 44.4% relative to #784
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8-All-UnitTests/ws/activemq-openwire-legacy/pom.xml> to org.apache.activemq/activemq-openwire-legacy/5.16.0-SNAPSHOT/activemq-openwire-legacy-5.16.0-SNAPSHOT.pom
[Fast Archiver] No artifacts from ActiveMQ-Java8-All-UnitTests » ActiveMQ :: Openwire Legacy Support #786 to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8-All-UnitTests/ws/activemq-client/pom.xml> to org.apache.activemq/activemq-client/5.16.0-SNAPSHOT/activemq-client-5.16.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8-All-UnitTests/ws/activemq-client/target/activemq-client-5.16.0-SNAPSHOT.jar> to org.apache.activemq/activemq-client/5.16.0-SNAPSHOT/activemq-client-5.16.0-SNAPSHOT.jar
[Fast Archiver] No artifacts from ActiveMQ-Java8-All-UnitTests » ActiveMQ :: Client #786 to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8-All-UnitTests/ws/activemq-tooling/activemq-junit/pom.xml> to org.apache.activemq.tooling/activemq-junit/5.16.0-SNAPSHOT/activemq-junit-5.16.0-SNAPSHOT.pom
[Fast Archiver] No artifacts from ActiveMQ-Java8-All-UnitTests » ActiveMQ :: JUnit Rule #786 to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8-All-UnitTests/ws/activemq-tooling/pom.xml> to org.apache.activemq.tooling/activemq-tooling/5.16.0-SNAPSHOT/activemq-tooling-5.16.0-SNAPSHOT.pom
[Fast Archiver] No artifacts from ActiveMQ-Java8-All-UnitTests » ActiveMQ :: Tooling #786 to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8-All-UnitTests/ws/activemq-jms-pool/pom.xml> to org.apache.activemq/activemq-jms-pool/5.16.0-SNAPSHOT/activemq-jms-pool-5.16.0-SNAPSHOT.pom
[Fast Archiver] No artifacts from ActiveMQ-Java8-All-UnitTests » ActiveMQ :: Generic JMS Pool #786 to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8-All-UnitTests/ws/activemq-pool/pom.xml> to org.apache.activemq/activemq-pool/5.16.0-SNAPSHOT/activemq-pool-5.16.0-SNAPSHOT.pom
[Fast Archiver] No artifacts from ActiveMQ-Java8-All-UnitTests » ActiveMQ :: Pool #786 to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8-All-UnitTests/ws/activemq-jdbc-store/pom.xml> to org.apache.activemq/activemq-jdbc-store/5.16.0-SNAPSHOT/activemq-jdbc-store-5.16.0-SNAPSHOT.pom
[Fast Archiver] No artifacts from ActiveMQ-Java8-All-UnitTests » ActiveMQ :: JDBC Store #786 to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8-All-UnitTests/ws/activemq-runtime-config/pom.xml> to org.apache.activemq/activemq-runtime-config/5.16.0-SNAPSHOT/activemq-runtime-config-5.16.0-SNAPSHOT.pom
[Fast Archiver] No artifacts from ActiveMQ-Java8-All-UnitTests » ActiveMQ :: Runtime Configuration #786 to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8-All-UnitTests/ws/pom.xml> to org.apache.activemq/activemq-parent/5.16.0-SNAPSHOT/activemq-parent-5.16.0-SNAPSHOT.pom
[Fast Archiver] No artifacts from ActiveMQ-Java8-All-UnitTests » ActiveMQ #786 to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8-All-UnitTests/ws/activemq-stomp/pom.xml> to org.apache.activemq/activemq-stomp/5.16.0-SNAPSHOT/activemq-stomp-5.16.0-SNAPSHOT.pom
[Fast Archiver] No artifacts from ActiveMQ-Java8-All-UnitTests » ActiveMQ :: STOMP Protocol #786 to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8-All-UnitTests/ws/activemq-broker/pom.xml> to org.apache.activemq/activemq-broker/5.16.0-SNAPSHOT/activemq-broker-5.16.0-SNAPSHOT.pom
[Fast Archiver] No artifacts from ActiveMQ-Java8-All-UnitTests » ActiveMQ :: Broker #786 to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8-All-UnitTests/ws/activemq-mqtt/pom.xml> to org.apache.activemq/activemq-mqtt/5.16.0-SNAPSHOT/activemq-mqtt-5.16.0-SNAPSHOT.pom
[Fast Archiver] No artifacts from ActiveMQ-Java8-All-UnitTests » ActiveMQ :: MQTT Protocol #786 to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8-All-UnitTests/ws/activemq-jaas/pom.xml> to org.apache.activemq/activemq-jaas/5.16.0-SNAPSHOT/activemq-jaas-5.16.0-SNAPSHOT.pom
[Fast Archiver] No artifacts from ActiveMQ-Java8-All-UnitTests » ActiveMQ :: JAAS #786 to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8-All-UnitTests/ws/activemq-ra/pom.xml> to org.apache.activemq/activemq-ra/5.16.0-SNAPSHOT/activemq-ra-5.16.0-SNAPSHOT.pom
[Fast Archiver] No artifacts from ActiveMQ-Java8-All-UnitTests » ActiveMQ :: RA #786 to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8-All-UnitTests/ws/activemq-partition/pom.xml> to org.apache.activemq/activemq-partition/5.16.0-SNAPSHOT/activemq-partition-5.16.0-SNAPSHOT.pom
[Fast Archiver] No artifacts from ActiveMQ-Java8-All-UnitTests » ActiveMQ :: Partition Management #786 to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8-All-UnitTests/ws/activemq-console/pom.xml> to org.apache.activemq/activemq-console/5.16.0-SNAPSHOT/activemq-console-5.16.0-SNAPSHOT.pom
[Fast Archiver] No artifacts from ActiveMQ-Java8-All-UnitTests » ActiveMQ :: Console #786 to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8-All-UnitTests/ws/activemq-spring/pom.xml> to org.apache.activemq/activemq-spring/5.16.0-SNAPSHOT/activemq-spring-5.16.0-SNAPSHOT.pom
[Fast Archiver] No artifacts from ActiveMQ-Java8-All-UnitTests » ActiveMQ :: Spring #786 to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8-All-UnitTests/ws/activemq-leveldb-store/pom.xml> to org.apache.activemq/activemq-leveldb-store/5.16.0-SNAPSHOT/activemq-leveldb-store-5.16.0-SNAPSHOT.pom
[Fast Archiver] No artifacts from ActiveMQ-Java8-All-UnitTests » ActiveMQ :: LevelDB Store #786 to compare, so performing full copy of artifacts
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
channel stopped