You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@curator.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2015/09/11 23:18:31 UTC

Jenkins build is still unstable: Curator-3.0 #27

See <https://builds.apache.org/job/Curator-3.0/changes>


Build failed in Jenkins: Curator-3.0 #36

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Curator-3.0/36/changes>

Changes:

[randgalt] Remove retry logic. It doesn't work correctly anyway. Maybe revisit

[randgalt] Don't fail on unexpected event. It's not actually a failure

------------------------------------------
[...truncated 567 lines...]
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ curator-x-discovery ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ curator-x-discovery ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ curator-x-discovery ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 29 source files to <https://builds.apache.org/job/Curator-3.0/ws/curator-x-discovery/target/classes>
[INFO] <https://builds.apache.org/job/Curator-3.0/ws/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/details/ServiceCacheImpl.java>: <https://builds.apache.org/job/Curator-3.0/ws/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/details/ServiceCacheImpl.java> uses or overrides a deprecated API.
[INFO] <https://builds.apache.org/job/Curator-3.0/ws/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/details/ServiceCacheImpl.java>: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] >>> clirr-maven-plugin:2.6.1:check (default) > compile @ curator-x-discovery >>>
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ curator-x-discovery ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ curator-x-discovery ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ curator-x-discovery ---
[INFO] Nothing to compile - all classes are up to date
[WARNING] Failed to getClass for org.codehaus.mojo.clirr.ClirrCheckMojo
[CHECKSTYLE] No report found for mojo check[INFO] 
[INFO] <<< clirr-maven-plugin:2.6.1:check (default) < compile @ curator-x-discovery <<<
[INFO] 
[INFO] --- clirr-maven-plugin:2.6.1:check (default) @ curator-x-discovery ---
[INFO] artifact org.apache.curator:curator-x-discovery: checking for updates from Nexus

[INFO] artifact org.apache.curator:curator-x-discovery: checking for updates from central
[INFO] Comparing to version: 2.9.0
[INFO] Succeeded with 0 errors; 0 warnings; and 0 other changes.
[CHECKSTYLE] No report found for mojo check[INFO] 
[INFO] --- maven-bundle-plugin:2.3.7:manifest (bundle-manifest) @ curator-x-discovery ---

[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ curator-x-discovery ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ curator-x-discovery ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 10 source files to <https://builds.apache.org/job/Curator-3.0/ws/curator-x-discovery/target/test-classes>
[INFO] <https://builds.apache.org/job/Curator-3.0/ws/curator-x-discovery/src/test/java/org/apache/curator/x/discovery/details/TestServiceDiscovery.java>: <https://builds.apache.org/job/Curator-3.0/ws/curator-x-discovery/src/test/java/org/apache/curator/x/discovery/details/TestServiceDiscovery.java> uses or overrides a deprecated API.
[INFO] <https://builds.apache.org/job/Curator-3.0/ws/curator-x-discovery/src/test/java/org/apache/curator/x/discovery/details/TestServiceDiscovery.java>: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ curator-x-discovery ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Curator-3.0/ws/curator-x-discovery/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.curator.x.discovery.TestJsonInstanceSerializer
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.858 sec - in org.apache.curator.x.discovery.TestJsonInstanceSerializer
Running org.apache.curator.x.discovery.TestUriSpec
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.441 sec - in org.apache.curator.x.discovery.TestUriSpec
Running org.apache.curator.x.discovery.details.TestServiceDiscoveryBuilder
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.909 sec - in org.apache.curator.x.discovery.details.TestServiceDiscoveryBuilder
Running org.apache.curator.x.discovery.details.TestDownInstanceManager
#
# A fatal error has been detected by the Java Runtime Environment:
#
SUREFIRE-859: #  SIGSEGV (0xb) at pc=0xae82d654, pid=20888, tid=4136168256
#
# JRE version: 7.0_25-b15
# Java VM: Java HotSpot(TM) Server VM (23.25-b01 mixed mode linux-x86 )
# Problematic frame:
# C  [libnet.so+0x14654]  _fini+0x1d0c
#
SUREFIRE-859: # Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# <https://builds.apache.org/job/Curator-3.0/ws/curator-x-discovery/hs_err_pid20888.log>
#
SUREFIRE-859: # If you would like to submit a bug report, please visit:
#   http://bugreport.sun.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
Aborted
Running org.apache.curator.x.discovery.details.TestWatchedInstances
#
# A fatal error has been detected by the Java Runtime Environment:
#
SUREFIRE-859: #  SIGSEGV (0xb) at pc=0xaea20654, pid=20915, tid=4136303424
#
# JRE version: 7.0_25-b15
# Java VM: Java HotSpot(TM) Server VM (23.25-b01 mixed mode linux-x86 )
# Problematic frame:
# C  [libnet.so+0x14654]  _fini+0x1d0c
#
SUREFIRE-859: # Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# <https://builds.apache.org/job/Curator-3.0/ws/curator-x-discovery/hs_err_pid20915.log>
#
SUREFIRE-859: # If you would like to submit a bug report, please visit:
#   http://bugreport.sun.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
Aborted
Running org.apache.curator.x.discovery.details.TestServiceDiscovery
#
# A fatal error has been detected by the Java Runtime Environment:
#
SUREFIRE-859: #  SIGSEGV (0xb) at pc=0xae82d654, pid=20957, tid=4136225600
#
# JRE version: 7.0_25-b15
# Java VM: Java HotSpot(TM) Server VM (23.25-b01 mixed mode linux-x86 )
# Problematic frame:
# C  [libnet.so+0x14654]  _fini+0x1d0c
#
SUREFIRE-859: # Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# <https://builds.apache.org/job/Curator-3.0/ws/curator-x-discovery/hs_err_pid20957.log>
#
SUREFIRE-859: # If you would like to submit a bug report, please visit:
#   http://bugreport.sun.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
Aborted
Running org.apache.curator.x.discovery.TestServiceCache
#
# A fatal error has been detected by the Java Runtime Environment:
#
SUREFIRE-859: #  SIGSEGV (0xb) at pc=0xae82d654, pid=20999, tid=4136192832
#
# JRE version: 7.0_25-b15
# Java VM: Java HotSpot(TM) Server VM (23.25-b01 mixed mode linux-x86 )
# Problematic frame:
# C  [libnet.so+0x14654]  _fini+0x1d0c
#
SUREFIRE-859: # Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# <https://builds.apache.org/job/Curator-3.0/ws/curator-x-discovery/hs_err_pid20999.log>
#
SUREFIRE-859: # If you would like to submit a bug report, please visit:
#   http://bugreport.sun.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
Aborted
Running org.apache.curator.x.discovery.TestLocalIpFilter
#
# A fatal error has been detected by the Java Runtime Environment:
#
SUREFIRE-859: #  SIGSEGV (0xb) at pc=0xaee29654, pid=21064, tid=4136692544
#
# JRE version: 7.0_25-b15
# Java VM: Java HotSpot(TM) Server VM (23.25-b01 mixed mode linux-x86 )
# Problematic frame:
# C  [libnet.so+0x14654]  _fini+0x1d0c
#
SUREFIRE-859: # Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# <https://builds.apache.org/job/Curator-3.0/ws/curator-x-discovery/hs_err_pid21064.log>
#
SUREFIRE-859: # If you would like to submit a bug report, please visit:
#   http://bugreport.sun.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
Aborted
Running org.apache.curator.x.discovery.TestStrategies
#
# A fatal error has been detected by the Java Runtime Environment:
#
SUREFIRE-859: #  SIGSEGV (0xb) at pc=0xaee15654, pid=21091, tid=4136950592
#
# JRE version: 7.0_25-b15
# Java VM: Java HotSpot(TM) Server VM (23.25-b01 mixed mode linux-x86 )
# Problematic frame:
# C  [libnet.so+0x14654]  _fini+0x1d0c
#
SUREFIRE-859: # Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# <https://builds.apache.org/job/Curator-3.0/ws/curator-x-discovery/hs_err_pid21091.log>
#
SUREFIRE-859: # If you would like to submit a bug report, please visit:
#   http://bugreport.sun.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
Aborted

Results :

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

[JENKINS] Recording test results
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Curator ..................................... SUCCESS [  4.884 s]
[INFO] Curator Testing .................................... SUCCESS [  6.249 s]
[INFO] Curator Client ..................................... SUCCESS [ 53.744 s]
[INFO] Curator Framework .................................. SUCCESS [49:49 min]
[INFO] Curator Recipes .................................... SUCCESS [  02:48 h]
[INFO] Curator Service Discovery .......................... FAILURE [  8.970 s]
[INFO] Curator Examples ................................... SKIPPED
[INFO] Curator Service Discovery Server ................... SKIPPED
[INFO] Curator RPC Proxy .................................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:39 h
[INFO] Finished at: 2015-10-11T19:22:30+00:00
[INFO] Final Memory: 30M/372M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on project curator-x-discovery: ExecutionException: java.lang.RuntimeException: The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
[ERROR] Command was /bin/sh -c cd <https://builds.apache.org/job/Curator-3.0/ws/curator-x-discovery> && /home/jenkins/tools/java/jdk1.7.0_25-32/jre/bin/java -jar <https://builds.apache.org/job/Curator-3.0/ws/curator-x-discovery/target/surefire/surefirebooter5622004964659955270.jar> <https://builds.apache.org/job/Curator-3.0/ws/curator-x-discovery/target/surefire/surefire559226707282452421tmp> <https://builds.apache.org/job/Curator-3.0/ws/curator-x-discovery/target/surefire/surefire_731776083045978609003tmp>
[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 :curator-x-discovery
[JENKINS] Archiving <https://builds.apache.org/job/Curator-3.0/ws/curator-x-rpc/pom.xml> to org.apache.curator/curator-x-rpc/3.0.0-SNAPSHOT/curator-x-rpc-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Curator-3.0/ws/curator-client/pom.xml> to org.apache.curator/curator-client/3.0.0-SNAPSHOT/curator-client-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Curator-3.0/ws/curator-client/target/curator-client-3.0.0-SNAPSHOT.jar> to org.apache.curator/curator-client/3.0.0-SNAPSHOT/curator-client-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Curator-3.0/ws/curator-framework/pom.xml> to org.apache.curator/curator-framework/3.0.0-SNAPSHOT/curator-framework-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Curator-3.0/ws/curator-framework/target/curator-framework-3.0.0-SNAPSHOT.jar> to org.apache.curator/curator-framework/3.0.0-SNAPSHOT/curator-framework-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Curator-3.0/ws/curator-x-discovery-server/pom.xml> to org.apache.curator/curator-x-discovery-server/3.0.0-SNAPSHOT/curator-x-discovery-server-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Curator-3.0/ws/curator-examples/pom.xml> to org.apache.curator/curator-examples/3.0.0-SNAPSHOT/curator-examples-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Curator-3.0/ws/curator-test/pom.xml> to org.apache.curator/curator-test/3.0.0-SNAPSHOT/curator-test-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Curator-3.0/ws/curator-test/target/curator-test-3.0.0-SNAPSHOT.jar> to org.apache.curator/curator-test/3.0.0-SNAPSHOT/curator-test-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Curator-3.0/ws/curator-recipes/pom.xml> to org.apache.curator/curator-recipes/3.0.0-SNAPSHOT/curator-recipes-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Curator-3.0/ws/curator-recipes/target/curator-recipes-3.0.0-SNAPSHOT.jar> to org.apache.curator/curator-recipes/3.0.0-SNAPSHOT/curator-recipes-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Curator-3.0/ws/pom.xml> to org.apache.curator/apache-curator/3.0.0-SNAPSHOT/apache-curator-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Curator-3.0/ws/target/apache-curator-3.0.0-SNAPSHOT-site.xml> to org.apache.curator/apache-curator/3.0.0-SNAPSHOT/apache-curator-3.0.0-SNAPSHOT-site.xml
Compressed 34.88 KB of artifacts by 91.7% relative to #35
[JENKINS] Archiving <https://builds.apache.org/job/Curator-3.0/ws/curator-x-discovery/pom.xml> to org.apache.curator/curator-x-discovery/3.0.0-SNAPSHOT/curator-x-discovery-3.0.0-SNAPSHOT.pom
Sending e-mails to: dev@curator.apache.org
Sending e-mails to: dev@curator.apache.org
channel stopped

Build failed in Jenkins: Curator-3.0 #35

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Curator-3.0/35/changes>

Changes:

[randgalt] make git tag HEAD

[randgalt] remove calls to deprecated client.clearWatcherReferences()

[randgalt] Trying to make tests more reliable

[randgalt] don't do work if client is closed

[randgalt] Trying to make tests more reliable

[randgalt] Removed testChildReaperCleansUpLockNodes() as the Reaper is now

------------------------------------------
[...truncated 605 lines...]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ curator-x-discovery ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 29 source files to <https://builds.apache.org/job/Curator-3.0/ws/curator-x-discovery/target/classes>
[INFO] <https://builds.apache.org/job/Curator-3.0/ws/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/details/ServiceCacheImpl.java>: <https://builds.apache.org/job/Curator-3.0/ws/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/details/ServiceCacheImpl.java> uses or overrides a deprecated API.
[INFO] <https://builds.apache.org/job/Curator-3.0/ws/curator-x-discovery/src/main/java/org/apache/curator/x/discovery/details/ServiceCacheImpl.java>: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] >>> clirr-maven-plugin:2.6.1:check (default) > compile @ curator-x-discovery >>>
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ curator-x-discovery ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ curator-x-discovery ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ curator-x-discovery ---
[INFO] Nothing to compile - all classes are up to date
[WARNING] Failed to getClass for org.codehaus.mojo.clirr.ClirrCheckMojo
[INFO] 
[CHECKSTYLE] No report found for mojo check[INFO] <<< clirr-maven-plugin:2.6.1:check (default) < compile @ curator-x-discovery <<<
[INFO] 
[INFO] --- clirr-maven-plugin:2.6.1:check (default) @ curator-x-discovery ---

[INFO] artifact org.apache.curator:curator-x-discovery: checking for updates from Nexus
[INFO] artifact org.apache.curator:curator-x-discovery: checking for updates from central
[INFO] Comparing to version: 2.9.0
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/curator/curator-x-discovery/2.9.0/curator-x-discovery-2.9.0.jar
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/curator/curator-x-discovery/2.9.0/curator-x-discovery-2.9.0.jar (57 KB at 249.8 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/curator/curator-x-discovery/2.9.0/curator-x-discovery-2.9.0.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/curator/curator-x-discovery/2.9.0/curator-x-discovery-2.9.0.pom (3 KB at 15.5 KB/sec)
[INFO] Succeeded with 0 errors; 0 warnings; and 0 other changes.
[CHECKSTYLE] No report found for mojo check[INFO] 
[INFO] --- maven-bundle-plugin:2.3.7:manifest (bundle-manifest) @ curator-x-discovery ---

[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ curator-x-discovery ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ curator-x-discovery ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 10 source files to <https://builds.apache.org/job/Curator-3.0/ws/curator-x-discovery/target/test-classes>
[INFO] <https://builds.apache.org/job/Curator-3.0/ws/curator-x-discovery/src/test/java/org/apache/curator/x/discovery/details/TestServiceDiscovery.java>: <https://builds.apache.org/job/Curator-3.0/ws/curator-x-discovery/src/test/java/org/apache/curator/x/discovery/details/TestServiceDiscovery.java> uses or overrides a deprecated API.
[INFO] <https://builds.apache.org/job/Curator-3.0/ws/curator-x-discovery/src/test/java/org/apache/curator/x/discovery/details/TestServiceDiscovery.java>: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ curator-x-discovery ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Curator-3.0/ws/curator-x-discovery/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.curator.x.discovery.TestJsonInstanceSerializer
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.851 sec - in org.apache.curator.x.discovery.TestJsonInstanceSerializer
Running org.apache.curator.x.discovery.TestUriSpec
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.446 sec - in org.apache.curator.x.discovery.TestUriSpec
Running org.apache.curator.x.discovery.details.TestServiceDiscoveryBuilder
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.922 sec - in org.apache.curator.x.discovery.details.TestServiceDiscoveryBuilder
Running org.apache.curator.x.discovery.details.TestDownInstanceManager
#
# A fatal error has been detected by the Java Runtime Environment:
#
SUREFIRE-859: #  SIGSEGV (0xb) at pc=0xaec1e654, pid=28952, tid=4136794944
#
# JRE version: 7.0_25-b15
# Java VM: Java HotSpot(TM) Server VM (23.25-b01 mixed mode linux-x86 )
# Problematic frame:
# C  [libnet.so+0x14654]  _fini+0x1d0c
#
SUREFIRE-859: # Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# <https://builds.apache.org/job/Curator-3.0/ws/curator-x-discovery/hs_err_pid28952.log>
#
SUREFIRE-859: # If you would like to submit a bug report, please visit:
#   http://bugreport.sun.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
Aborted
Running org.apache.curator.x.discovery.details.TestWatchedInstances
#
# A fatal error has been detected by the Java Runtime Environment:
#
SUREFIRE-859: #  SIGSEGV (0xb) at pc=0xaec20654, pid=28979, tid=4136483648
#
# JRE version: 7.0_25-b15
# Java VM: Java HotSpot(TM) Server VM (23.25-b01 mixed mode linux-x86 )
# Problematic frame:
# C  [libnet.so+0x14654]  _fini+0x1d0c
#
SUREFIRE-859: # Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# <https://builds.apache.org/job/Curator-3.0/ws/curator-x-discovery/hs_err_pid28979.log>
#
SUREFIRE-859: # If you would like to submit a bug report, please visit:
#   http://bugreport.sun.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
Aborted
Running org.apache.curator.x.discovery.details.TestServiceDiscovery
#
# A fatal error has been detected by the Java Runtime Environment:
#
SUREFIRE-859: #  SIGSEGV (0xb) at pc=0xaee1e654, pid=29021, tid=4136655680
#
# JRE version: 7.0_25-b15
# Java VM: Java HotSpot(TM) Server VM (23.25-b01 mixed mode linux-x86 )
# Problematic frame:
# C  [libnet.so+0x14654]  _fini+0x1d0c
#
SUREFIRE-859: # Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# <https://builds.apache.org/job/Curator-3.0/ws/curator-x-discovery/hs_err_pid29021.log>
#
SUREFIRE-859: # If you would like to submit a bug report, please visit:
#   http://bugreport.sun.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
Aborted
Running org.apache.curator.x.discovery.TestServiceCache
#
# A fatal error has been detected by the Java Runtime Environment:
#
SUREFIRE-859: #  SIGSEGV (0xb) at pc=0xaee2d654, pid=29063, tid=4136725312
#
# JRE version: 7.0_25-b15
# Java VM: Java HotSpot(TM) Server VM (23.25-b01 mixed mode linux-x86 )
# Problematic frame:
# C  [libnet.so+0x14654]  _fini+0x1d0c
#
SUREFIRE-859: # Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# <https://builds.apache.org/job/Curator-3.0/ws/curator-x-discovery/hs_err_pid29063.log>
#
SUREFIRE-859: # If you would like to submit a bug report, please visit:
#   http://bugreport.sun.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
Aborted
Running org.apache.curator.x.discovery.TestLocalIpFilter
#
# A fatal error has been detected by the Java Runtime Environment:
#
SUREFIRE-859: #  SIGSEGV (0xb) at pc=0xaec29654, pid=29128, tid=4136520512
#
# JRE version: 7.0_25-b15
# Java VM: Java HotSpot(TM) Server VM (23.25-b01 mixed mode linux-x86 )
# Problematic frame:
# C  [libnet.so+0x14654]  _fini+0x1d0c
#
SUREFIRE-859: # Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# <https://builds.apache.org/job/Curator-3.0/ws/curator-x-discovery/hs_err_pid29128.log>
#
SUREFIRE-859: # If you would like to submit a bug report, please visit:
#   http://bugreport.sun.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
Aborted
Running org.apache.curator.x.discovery.TestStrategies
#
# A fatal error has been detected by the Java Runtime Environment:
#
SUREFIRE-859: #  SIGSEGV (0xb) at pc=0xae82d654, pid=29155, tid=4136229696
#
# JRE version: 7.0_25-b15
# Java VM: Java HotSpot(TM) Server VM (23.25-b01 mixed mode linux-x86 )
# Problematic frame:
# C  [libnet.so+0x14654]  _fini+0x1d0c
#
SUREFIRE-859: # Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# <https://builds.apache.org/job/Curator-3.0/ws/curator-x-discovery/hs_err_pid29155.log>
#
SUREFIRE-859: # If you would like to submit a bug report, please visit:
#   http://bugreport.sun.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
Aborted

Results :

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

[JENKINS] Recording test results
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Curator ..................................... SUCCESS [  4.921 s]
[INFO] Curator Testing .................................... SUCCESS [  6.807 s]
[INFO] Curator Client ..................................... SUCCESS [ 53.212 s]
[INFO] Curator Framework .................................. SUCCESS [49:14 min]
[INFO] Curator Recipes .................................... SUCCESS [  02:57 h]
[INFO] Curator Service Discovery .......................... FAILURE [  9.732 s]
[INFO] Curator Examples ................................... SKIPPED
[INFO] Curator Service Discovery Server ................... SKIPPED
[INFO] Curator RPC Proxy .................................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:48 h
[INFO] Finished at: 2015-10-11T01:37:15+00:00
[INFO] Final Memory: 29M/345M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on project curator-x-discovery: ExecutionException: java.lang.RuntimeException: The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
[ERROR] Command was /bin/sh -c cd <https://builds.apache.org/job/Curator-3.0/ws/curator-x-discovery> && /home/jenkins/tools/java/jdk1.7.0_25-32/jre/bin/java -jar <https://builds.apache.org/job/Curator-3.0/ws/curator-x-discovery/target/surefire/surefirebooter7544415649287447572.jar> <https://builds.apache.org/job/Curator-3.0/ws/curator-x-discovery/target/surefire/surefire54675919198386395tmp> <https://builds.apache.org/job/Curator-3.0/ws/curator-x-discovery/target/surefire/surefire_735309717525005719474tmp>
[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 :curator-x-discovery
[JENKINS] Archiving <https://builds.apache.org/job/Curator-3.0/ws/curator-x-rpc/pom.xml> to org.apache.curator/curator-x-rpc/3.0.0-SNAPSHOT/curator-x-rpc-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Curator-3.0/ws/curator-client/pom.xml> to org.apache.curator/curator-client/3.0.0-SNAPSHOT/curator-client-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Curator-3.0/ws/curator-client/target/curator-client-3.0.0-SNAPSHOT.jar> to org.apache.curator/curator-client/3.0.0-SNAPSHOT/curator-client-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Curator-3.0/ws/curator-framework/pom.xml> to org.apache.curator/curator-framework/3.0.0-SNAPSHOT/curator-framework-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Curator-3.0/ws/curator-framework/target/curator-framework-3.0.0-SNAPSHOT.jar> to org.apache.curator/curator-framework/3.0.0-SNAPSHOT/curator-framework-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Curator-3.0/ws/curator-x-discovery-server/pom.xml> to org.apache.curator/curator-x-discovery-server/3.0.0-SNAPSHOT/curator-x-discovery-server-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Curator-3.0/ws/curator-examples/pom.xml> to org.apache.curator/curator-examples/3.0.0-SNAPSHOT/curator-examples-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Curator-3.0/ws/curator-test/pom.xml> to org.apache.curator/curator-test/3.0.0-SNAPSHOT/curator-test-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Curator-3.0/ws/curator-test/target/curator-test-3.0.0-SNAPSHOT.jar> to org.apache.curator/curator-test/3.0.0-SNAPSHOT/curator-test-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Curator-3.0/ws/curator-recipes/pom.xml> to org.apache.curator/curator-recipes/3.0.0-SNAPSHOT/curator-recipes-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Curator-3.0/ws/curator-recipes/target/curator-recipes-3.0.0-SNAPSHOT.jar> to org.apache.curator/curator-recipes/3.0.0-SNAPSHOT/curator-recipes-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/Curator-3.0/ws/pom.xml> to org.apache.curator/apache-curator/3.0.0-SNAPSHOT/apache-curator-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Curator-3.0/ws/target/apache-curator-3.0.0-SNAPSHOT-site.xml> to org.apache.curator/apache-curator/3.0.0-SNAPSHOT/apache-curator-3.0.0-SNAPSHOT-site.xml
[JENKINS] Archiving <https://builds.apache.org/job/Curator-3.0/ws/curator-x-discovery/pom.xml> to org.apache.curator/curator-x-discovery/3.0.0-SNAPSHOT/curator-x-discovery-3.0.0-SNAPSHOT.pom
Sending e-mails to: dev@curator.apache.org
Sending e-mails to: dev@curator.apache.org
channel stopped

Jenkins build is still unstable: Curator-3.0 #34

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Curator-3.0/changes>


Jenkins build is still unstable: Curator-3.0 #33

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Curator-3.0/changes>


Jenkins build is still unstable: Curator-3.0 #32

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Curator-3.0/changes>


Jenkins build is still unstable: Curator-3.0 #31

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Curator-3.0/changes>


Jenkins build is unstable: Curator-3.0 #30

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Curator-3.0/30/changes>


Build failed in Jenkins: Curator-3.0 #29

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Curator-3.0/29/>

------------------------------------------
[...truncated 222 lines...]
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ curator-client ---
[INFO] 
[INFO] --- maven-license-plugin:1.9.0:check (license) @ curator-client ---
[INFO] Checking licenses...
[CHECKSTYLE] No report found for mojo check
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Curator Framework 3.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ curator-framework ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ curator-framework ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ curator-framework ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ curator-framework ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 145 source files to <https://builds.apache.org/job/Curator-3.0/ws/curator-framework/target/classes>
[INFO] <https://builds.apache.org/job/Curator-3.0/ws/curator-framework/src/main/java/org/apache/curator/framework/imps/CuratorTempFrameworkImpl.java>: Some input files use or override a deprecated API.
[INFO] <https://builds.apache.org/job/Curator-3.0/ws/curator-framework/src/main/java/org/apache/curator/framework/imps/CuratorTempFrameworkImpl.java>: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] >>> clirr-maven-plugin:2.6.1:check (default) > compile @ curator-framework >>>
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ curator-framework ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ curator-framework ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ curator-framework ---
[INFO] Nothing to compile - all classes are up to date
[WARNING] Failed to getClass for org.codehaus.mojo.clirr.ClirrCheckMojo
[CHECKSTYLE] No report found for mojo check[INFO] 
[INFO] <<< clirr-maven-plugin:2.6.1:check (default) < compile @ curator-framework <<<
[INFO] 
[INFO] --- clirr-maven-plugin:2.6.1:check (default) @ curator-framework ---

[INFO] artifact org.apache.curator:curator-framework: checking for updates from Nexus
[INFO] artifact org.apache.curator:curator-framework: checking for updates from central
[INFO] Comparing to version: 2.9.0
[ERROR] 7012: org.apache.curator.framework.CuratorFramework: Method 'public org.apache.curator.framework.api.GetConfigBuilder getConfig()' has been added to an interface
[ERROR] 7012: org.apache.curator.framework.CuratorFramework: Method 'public org.apache.curator.framework.state.ConnectionStateErrorPolicy getConnectionStateErrorPolicy()' has been added to an interface
[ERROR] 7012: org.apache.curator.framework.CuratorFramework: Method 'public org.apache.curator.framework.WatcherRemoveCuratorFramework newWatcherRemoveCuratorFramework()' has been added to an interface
[ERROR] 7012: org.apache.curator.framework.CuratorFramework: Method 'public org.apache.curator.framework.api.ReconfigBuilder reconfig()' has been added to an interface
[ERROR] 7012: org.apache.curator.framework.CuratorFramework: Method 'public org.apache.curator.framework.api.transaction.CuratorMultiTransaction transaction()' has been added to an interface
[ERROR] 7012: org.apache.curator.framework.CuratorFramework: Method 'public org.apache.curator.framework.api.transaction.TransactionOp transactionOp()' has been added to an interface
[ERROR] 7012: org.apache.curator.framework.CuratorFramework: Method 'public org.apache.curator.framework.api.RemoveWatchesBuilder watches()' has been added to an interface
[ERROR] 8001: org.apache.curator.framework.api.ACLBackgroundPathable: Class org.apache.curator.framework.api.ACLBackgroundPathable removed
[ERROR] 8001: org.apache.curator.framework.api.ACLVersionBackgroundPathable: Class org.apache.curator.framework.api.ACLVersionBackgroundPathable removed
[ERROR] 7006: org.apache.curator.framework.api.CreateBuilder: Return type of method 'public org.apache.curator.framework.api.ProtectACLCreateModePathAndBytesable creatingParentContainersIfNeeded()' has been changed to org.apache.curator.framework.api.ProtectACLCreateModeStatPathAndBytesable
[ERROR] 7006: org.apache.curator.framework.api.CreateBuilder: Return type of method 'public org.apache.curator.framework.api.ProtectACLCreateModePathAndBytesable creatingParentsIfNeeded()' has been changed to org.apache.curator.framework.api.ProtectACLCreateModeStatPathAndBytesable
[ERROR] 7006: org.apache.curator.framework.api.CreateBuilder: Return type of method 'public org.apache.curator.framework.api.ACLCreateModeBackgroundPathAndBytesable withProtection()' has been changed to org.apache.curator.framework.api.ACLCreateModeStatBackgroundPathAndBytesable
[ERROR] 8001: org.apache.curator.framework.api.CreateModalPathAndBytesable: Class org.apache.curator.framework.api.CreateModalPathAndBytesable removed
[ERROR] 7012: org.apache.curator.framework.api.CuratorEvent: Method 'public java.util.List getOpResults()' has been added to an interface
[ERROR] 4001: org.apache.curator.framework.api.Guaranteeable: Removed org.apache.curator.framework.api.BackgroundPathable from the set of implemented interfaces
[ERROR] 4001: org.apache.curator.framework.api.Guaranteeable: Removed org.apache.curator.framework.api.BackgroundVersionable from the set of implemented interfaces
[ERROR] 4001: org.apache.curator.framework.api.Guaranteeable: Removed org.apache.curator.framework.api.Backgroundable from the set of implemented interfaces
[ERROR] 4001: org.apache.curator.framework.api.Guaranteeable: Removed org.apache.curator.framework.api.Pathable from the set of implemented interfaces
[ERROR] 4001: org.apache.curator.framework.api.Guaranteeable: Removed org.apache.curator.framework.api.Versionable from the set of implemented interfaces
[ERROR] 7006: org.apache.curator.framework.api.Guaranteeable: Return type of method 'public org.apache.curator.framework.api.ChildrenDeletable guaranteed()' has been changed to java.lang.Object
[ERROR] 7004: org.apache.curator.framework.state.ConnectionStateManager: In method 'public ConnectionStateManager(org.apache.curator.framework.CuratorFramework, java.util.concurrent.ThreadFactory)' the number of arguments has changed
[INFO] Succeeded with 21 errors; 0 warnings; and 0 other changes.
[CHECKSTYLE] No report found for mojo check[INFO] 
[INFO] --- maven-bundle-plugin:2.3.7:manifest (bundle-manifest) @ curator-framework ---

[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ curator-framework ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ curator-framework ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 22 source files to <https://builds.apache.org/job/Curator-3.0/ws/curator-framework/target/test-classes>
[INFO] <https://builds.apache.org/job/Curator-3.0/ws/curator-framework/src/test/java/org/apache/curator/framework/imps/TestFramework.java>: Some input files use or override a deprecated API.
[INFO] <https://builds.apache.org/job/Curator-3.0/ws/curator-framework/src/test/java/org/apache/curator/framework/imps/TestFramework.java>: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ curator-framework ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Curator-3.0/ws/curator-framework/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.curator.framework.imps.TestFrameworkEdges
Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 507.726 sec - in org.apache.curator.framework.imps.TestFrameworkEdges
Running org.apache.curator.framework.imps.TestRemoveWatches
Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 139.546 sec - in org.apache.curator.framework.imps.TestRemoveWatches
Running org.apache.curator.framework.imps.TestNamespaceFacade
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.498 sec - in org.apache.curator.framework.imps.TestNamespaceFacade
Running org.apache.curator.framework.imps.TestTransactionsNew
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.136 sec - in org.apache.curator.framework.imps.TestTransactionsNew
Running org.apache.curator.framework.imps.TestReadOnly
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 27.975 sec - in org.apache.curator.framework.imps.TestReadOnly
Running org.apache.curator.framework.imps.TestCreateReturningStat
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.211 sec - in org.apache.curator.framework.imps.TestCreateReturningStat
Running org.apache.curator.framework.imps.TestTempFramework
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.862 sec - in org.apache.curator.framework.imps.TestTempFramework
Running org.apache.curator.framework.imps.TestMultiClient
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.911 sec - in org.apache.curator.framework.imps.TestMultiClient
Running org.apache.curator.framework.imps.TestCompressionInTransactionNew
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.217 sec - in org.apache.curator.framework.imps.TestCompressionInTransactionNew
Running org.apache.curator.framework.imps.TestWatcherIdentity
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 99.27 sec - in org.apache.curator.framework.imps.TestWatcherIdentity
Running org.apache.curator.framework.imps.TestReconfiguration
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 113.693 sec - in org.apache.curator.framework.imps.TestReconfiguration
Running org.apache.curator.framework.imps.TestWithCluster
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 316.897 sec - in org.apache.curator.framework.imps.TestWithCluster
Running org.apache.curator.framework.imps.TestCompressionInTransactionOld
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.211 sec - in org.apache.curator.framework.imps.TestCompressionInTransactionOld
Running org.apache.curator.framework.imps.TestWatcherRemovalManager
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.462 sec - in org.apache.curator.framework.imps.TestWatcherRemovalManager
Running org.apache.curator.framework.imps.TestEnabledSessionExpiredState
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 217.666 sec - in org.apache.curator.framework.imps.TestEnabledSessionExpiredState
Running org.apache.curator.framework.imps.TestTransactionsOld
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.023 sec - in org.apache.curator.framework.imps.TestTransactionsOld
Running org.apache.curator.framework.imps.TestFrameworkBackground
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 108.344 sec - in org.apache.curator.framework.imps.TestFrameworkBackground
Running org.apache.curator.framework.imps.TestCompression
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.095 sec - in org.apache.curator.framework.imps.TestCompression
Running org.apache.curator.framework.imps.TestNeverConnected
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.838 sec - in org.apache.curator.framework.imps.TestNeverConnected
Running org.apache.curator.framework.imps.TestFailedDeleteManager
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 719.373 sec - in org.apache.curator.framework.imps.TestFailedDeleteManager
Running org.apache.curator.framework.imps.TestFramework
Tests run: 58, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 339.837 sec - in org.apache.curator.framework.imps.TestFramework
Running org.apache.curator.framework.imps.TestBlockUntilConnected
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 98.381 sec - in org.apache.curator.framework.imps.TestBlockUntilConnected

Results :

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

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-bundle-plugin:2.3.7:bundle (default-bundle) @ curator-framework ---
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ curator-framework ---
[INFO] 
[INFO] --- maven-license-plugin:1.9.0:check (license) @ curator-framework ---
[INFO] Checking licenses...
[INFO] Missing header in: <https://builds.apache.org/job/Curator-3.0/ws/curator-framework/src/main/java/org/apache/curator/framework/api/BackgroundEnsembleable.java>
[INFO] Missing header in: <https://builds.apache.org/job/Curator-3.0/ws/curator-framework/src/main/java/org/apache/curator/framework/api/WatchBackgroundEnsembleable.java>
[CHECKSTYLE] No report found for mojo check
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Curator ..................................... SUCCESS [  5.690 s]
[INFO] Curator Testing .................................... SUCCESS [  6.407 s]
[INFO] Curator Client ..................................... SUCCESS [ 54.060 s]
[INFO] Curator Framework .................................. FAILURE [45:17 min]
[INFO] Curator Recipes .................................... SKIPPED
[INFO] Curator Service Discovery .......................... SKIPPED
[INFO] Curator Examples ................................... SKIPPED
[INFO] Curator Service Discovery Server ................... SKIPPED
[INFO] Curator RPC Proxy .................................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 46:29 min
[INFO] Finished at: 2015-09-26T14:09:42+00:00
[INFO] Final Memory: 28M/413M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data[ERROR] Failed to execute goal com.mycila.maven-license-plugin:maven-license-plugin:1.9.0:check (license) on project curator-framework: Some files do not have the expected license header -> [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/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :curator-framework

[JENKINS] Archiving <https://builds.apache.org/job/Curator-3.0/ws/curator-x-rpc/pom.xml> to org.apache.curator/curator-x-rpc/3.0.0-SNAPSHOT/curator-x-rpc-3.0.0-SNAPSHOT.pom
Sending artifact delta relative to Curator-3.0 » Curator RPC Proxy #27
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 7300 bytes
Compression is 0.0%
Took 0.33 sec
[JENKINS] Archiving <https://builds.apache.org/job/Curator-3.0/ws/curator-client/pom.xml> to org.apache.curator/curator-client/3.0.0-SNAPSHOT/curator-client-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Curator-3.0/ws/curator-client/target/curator-client-3.0.0-SNAPSHOT.jar> to org.apache.curator/curator-client/3.0.0-SNAPSHOT/curator-client-3.0.0-SNAPSHOT.jar
Sending artifact delta relative to Curator-3.0 » Curator Client #28
Archived 2 artifacts
Archive block size is 32768
Received 0 blocks and 83653 bytes
Compression is 0.0%
Took 0.11 sec
[JENKINS] Archiving <https://builds.apache.org/job/Curator-3.0/ws/curator-framework/pom.xml> to org.apache.curator/curator-framework/3.0.0-SNAPSHOT/curator-framework-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Curator-3.0/ws/curator-framework/target/curator-framework-3.0.0-SNAPSHOT.jar> to org.apache.curator/curator-framework/3.0.0-SNAPSHOT/curator-framework-3.0.0-SNAPSHOT.jar
Sending artifact delta relative to Curator-3.0 » Curator Framework #28
Archived 2 artifacts
Archive block size is 32768
Received 0 blocks and 268143 bytes
Compression is 0.0%
Took 0.41 sec
[JENKINS] Archiving <https://builds.apache.org/job/Curator-3.0/ws/curator-x-discovery-server/pom.xml> to org.apache.curator/curator-x-discovery-server/3.0.0-SNAPSHOT/curator-x-discovery-server-3.0.0-SNAPSHOT.pom
Sending artifact delta relative to Curator-3.0 » Curator Service Discovery Server #27
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 4377 bytes
Compression is 0.0%
Took 28 ms
[JENKINS] Archiving <https://builds.apache.org/job/Curator-3.0/ws/curator-examples/pom.xml> to org.apache.curator/curator-examples/3.0.0-SNAPSHOT/curator-examples-3.0.0-SNAPSHOT.pom
Sending artifact delta relative to Curator-3.0 » Curator Examples #27
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 2223 bytes
Compression is 0.0%
Took 34 ms
[JENKINS] Archiving <https://builds.apache.org/job/Curator-3.0/ws/curator-test/pom.xml> to org.apache.curator/curator-test/3.0.0-SNAPSHOT/curator-test-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Curator-3.0/ws/curator-test/target/curator-test-3.0.0-SNAPSHOT.jar> to org.apache.curator/curator-test/3.0.0-SNAPSHOT/curator-test-3.0.0-SNAPSHOT.jar
Sending artifact delta relative to Curator-3.0 » Curator Testing #28
Archived 2 artifacts
Archive block size is 32768
Received 0 blocks and 48096 bytes
Compression is 0.0%
Took 58 ms
[JENKINS] Archiving <https://builds.apache.org/job/Curator-3.0/ws/curator-recipes/pom.xml> to org.apache.curator/curator-recipes/3.0.0-SNAPSHOT/curator-recipes-3.0.0-SNAPSHOT.pom
Sending artifact delta relative to Curator-3.0 » Curator Recipes #28
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 2810 bytes
Compression is 0.0%
Took 47 ms
[JENKINS] Archiving <https://builds.apache.org/job/Curator-3.0/ws/pom.xml> to org.apache.curator/apache-curator/3.0.0-SNAPSHOT/apache-curator-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Curator-3.0/ws/target/apache-curator-3.0.0-SNAPSHOT-site.xml> to org.apache.curator/apache-curator/3.0.0-SNAPSHOT/apache-curator-3.0.0-SNAPSHOT-site.xml
Sending artifact delta relative to Curator-3.0 » Apache Curator #28
Archived 2 artifacts
Archive block size is 32768
Received 0 blocks and 35733 bytes
Compression is 0.0%
Took 39 ms
[JENKINS] Archiving <https://builds.apache.org/job/Curator-3.0/ws/curator-x-discovery/pom.xml> to org.apache.curator/curator-x-discovery/3.0.0-SNAPSHOT/curator-x-discovery-3.0.0-SNAPSHOT.pom
Sending artifact delta relative to Curator-3.0 » Curator Service Discovery #27
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 2753 bytes
Compression is 0.0%
Took 33 ms
Sending e-mails to: dev@curator.apache.org
channel stopped

Build failed in Jenkins: Curator-3.0 #28

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Curator-3.0/28/>

------------------------------------------
[...truncated 635 lines...]
[INFO] 
[INFO] --- clirr-maven-plugin:2.6.1:check (default) @ curator-x-discovery ---

[INFO] artifact org.apache.curator:curator-x-discovery: checking for updates from Nexus
[INFO] artifact org.apache.curator:curator-x-discovery: checking for updates from central
[INFO] Comparing to version: 2.9.0
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/curator/curator-x-discovery/2.9.0/curator-x-discovery-2.9.0.jar
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/curator/curator-x-discovery/2.9.0/curator-x-discovery-2.9.0.jar (57 KB at 287.7 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/curator/curator-x-discovery/2.9.0/curator-x-discovery-2.9.0.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/curator/curator-x-discovery/2.9.0/curator-x-discovery-2.9.0.pom (3 KB at 48.5 KB/sec)
[INFO] Succeeded with 0 errors; 0 warnings; and 0 other changes.
[CHECKSTYLE] No report found for mojo check[INFO] 
[INFO] --- maven-bundle-plugin:2.3.7:manifest (bundle-manifest) @ curator-x-discovery ---

[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ curator-x-discovery ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ curator-x-discovery ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 10 source files to <https://builds.apache.org/job/Curator-3.0/ws/curator-x-discovery/target/test-classes>
[INFO] <https://builds.apache.org/job/Curator-3.0/ws/curator-x-discovery/src/test/java/org/apache/curator/x/discovery/details/TestServiceDiscovery.java>: <https://builds.apache.org/job/Curator-3.0/ws/curator-x-discovery/src/test/java/org/apache/curator/x/discovery/details/TestServiceDiscovery.java> uses or overrides a deprecated API.
[INFO] <https://builds.apache.org/job/Curator-3.0/ws/curator-x-discovery/src/test/java/org/apache/curator/x/discovery/details/TestServiceDiscovery.java>: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ curator-x-discovery ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Curator-3.0/ws/curator-x-discovery/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.curator.x.discovery.TestJsonInstanceSerializer
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.866 sec - in org.apache.curator.x.discovery.TestJsonInstanceSerializer
Running org.apache.curator.x.discovery.TestUriSpec
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.434 sec - in org.apache.curator.x.discovery.TestUriSpec
Running org.apache.curator.x.discovery.details.TestServiceDiscoveryBuilder
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.914 sec - in org.apache.curator.x.discovery.details.TestServiceDiscoveryBuilder
Running org.apache.curator.x.discovery.details.TestDownInstanceManager
#
# A fatal error has been detected by the Java Runtime Environment:
#
SUREFIRE-859: #  SIGSEGV (0xb) at pc=0xaeb0f52c, pid=27081, tid=4136999744
#
# JRE version: 7.0_25-b15
# Java VM: Java HotSpot(TM) Server VM (23.25-b01 mixed mode linux-x86 )
# Problematic frame:
SUREFIRE-859: java: malloc.c:2372: sysmalloc: Assertion `(old_top == (((mbinptr) (((char *) &((av)->bins[((1) - 1) * 2])) - __builtin_offsetof (struct malloc_chunk, fd)))) && old_size == 0) || ((unsigned long) (old_size) >= (unsigned long)((((__builtin_offsetof (struct malloc_chunk, fd_nextsize))+((2 *(sizeof(size_t))) - 1)) & ~((2 *(sizeof(size_t))) - 1))) && ((old_top)->size & 0x1) && ((unsigned long) old_end & pagemask) == 0)' failed.
Aborted
# C  [libnet.so+0x352c]
Running org.apache.curator.x.discovery.details.TestWatchedInstances
#
# A fatal error has been detected by the Java Runtime Environment:
#
SUREFIRE-859: #  SIGSEGV (0xb) at pc=0xaea1852c, pid=27109, tid=4136328000
#
# JRE version: 7.0_25-b15
# Java VM: Java HotSpot(TM) Server VM (23.25-b01 mixed mode linux-x86 )
# Problematic frame:
# C  [libnet.so+0x352c]  _init+0x620
#
SUREFIRE-859: # Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# <https://builds.apache.org/job/Curator-3.0/ws/curator-x-discovery/hs_err_pid27109.log>
#
SUREFIRE-859: # If you would like to submit a bug report, please visit:
#   http://bugreport.sun.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
Aborted
Running org.apache.curator.x.discovery.details.TestServiceDiscovery
#
# A fatal error has been detected by the Java Runtime Environment:
#
SUREFIRE-859: #  SIGSEGV (0xb) at pc=0xaec0b52c, pid=27151, tid=4136790848
#
# JRE version: 7.0_25-b15
# Java VM: Java HotSpot(TM) Server VM (23.25-b01 mixed mode linux-x86 )
# Problematic frame:
# C  [libnet.so+0x352c]  _init+0x620
#
SUREFIRE-859: # Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# <https://builds.apache.org/job/Curator-3.0/ws/curator-x-discovery/hs_err_pid27151.log>
#
SUREFIRE-859: # If you would like to submit a bug report, please visit:
#   http://bugreport.sun.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
Aborted
Running org.apache.curator.x.discovery.TestServiceCache
#
# A fatal error has been detected by the Java Runtime Environment:
#
SUREFIRE-859: #  SIGSEGV (0xb) at pc=0xae81452c, pid=27193, tid=4136119104
#
# JRE version: 7.0_25-b15
# Java VM: Java HotSpot(TM) Server VM (23.25-b01 mixed mode linux-x86 )
# Problematic frame:
# C  [libnet.so+0x352c]  _init+0x620
#
SUREFIRE-859: # Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# <https://builds.apache.org/job/Curator-3.0/ws/curator-x-discovery/hs_err_pid27193.log>
#
SUREFIRE-859: # If you would like to submit a bug report, please visit:
#   http://bugreport.sun.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
Aborted
Running org.apache.curator.x.discovery.TestLocalIpFilter
#
# A fatal error has been detected by the Java Runtime Environment:
#
SUREFIRE-859: #  SIGSEGV (0xb) at pc=0xaea0f52c, pid=27256, tid=4136303424
#
# JRE version: 7.0_25-b15
# Java VM: Java HotSpot(TM) Server VM (23.25-b01 mixed mode linux-x86 )
# Problematic frame:
SUREFIRE-859: java: malloc.c:2372: sysmalloc: Assertion `(old_top == (((mbinptr) (((char *) &((av)->bins[((1) - 1) * 2])) - __builtin_offsetof (struct malloc_chunk, fd)))) && old_size == 0) || ((unsigned long) (old_size) >= (unsigned long)((((__builtin_offsetof (struct malloc_chunk, fd_nextsize))+((2 *(sizeof(size_t))) - 1)) & ~((2 *(sizeof(size_t))) - 1))) && ((old_top)->size & 0x1) && ((unsigned long) old_end & pagemask) == 0)' failed.
Aborted
# C  [libnet.so+0x352c]
Running org.apache.curator.x.discovery.TestStrategies
#
# A fatal error has been detected by the Java Runtime Environment:
#
SUREFIRE-859: #  SIGSEGV (0xb) at pc=0xaea1852c, pid=27283, tid=4136328000
#
# JRE version: 7.0_25-b15
# Java VM: Java HotSpot(TM) Server VM (23.25-b01 mixed mode linux-x86 )
# Problematic frame:
SUREFIRE-859: java: malloc.c:2372: sysmalloc: Assertion `(old_top == (((mbinptr) (((char *) &((av)->bins[((1) - 1) * 2])) - __builtin_offsetof (struct malloc_chunk, fd)))) && old_size == 0) || ((unsigned long) (old_size) >= (unsigned long)((((__builtin_offsetof (struct malloc_chunk, fd_nextsize))+((2 *(sizeof(size_t))) - 1)) & ~((2 *(sizeof(size_t))) - 1))) && ((old_top)->size & 0x1) && ((unsigned long) old_end & pagemask) == 0)' failed.
Aborted
# C  [libnet.so+0x352c]

Results :

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

[JENKINS] Recording test results
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Curator ..................................... SUCCESS [  5.983 s]
[INFO] Curator Testing .................................... SUCCESS [  7.468 s]
[INFO] Curator Client ..................................... SUCCESS [ 53.070 s]
[INFO] Curator Framework .................................. SUCCESS [43:28 min]
[INFO] Curator Recipes .................................... SUCCESS [  02:49 h]
[INFO] Curator Service Discovery .......................... FAILURE [  9.317 s]
[INFO] Curator Examples ................................... SKIPPED
[INFO] Curator Service Discovery Server ................... SKIPPED
[INFO] Curator RPC Proxy .................................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:38 h
[INFO] Finished at: 2015-09-13T00:12:27+00:00
[INFO] Final Memory: 141M/299M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on project curator-x-discovery: ExecutionException: java.lang.RuntimeException: The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
[ERROR] Command was /bin/sh -c cd <https://builds.apache.org/job/Curator-3.0/ws/curator-x-discovery> && /home/jenkins/tools/java/jdk1.7.0_25-32/jre/bin/java -jar <https://builds.apache.org/job/Curator-3.0/ws/curator-x-discovery/target/surefire/surefirebooter8514967289354118381.jar> <https://builds.apache.org/job/Curator-3.0/ws/curator-x-discovery/target/surefire/surefire2873416796259192509tmp> <https://builds.apache.org/job/Curator-3.0/ws/curator-x-discovery/target/surefire/surefire_73420404728123725986tmp>
[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 :curator-x-discovery
[JENKINS] Archiving <https://builds.apache.org/job/Curator-3.0/ws/curator-x-rpc/pom.xml> to org.apache.curator/curator-x-rpc/3.0.0-SNAPSHOT/curator-x-rpc-3.0.0-SNAPSHOT.pom
Sending artifact delta relative to Curator-3.0 » Curator RPC Proxy #27
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 7300 bytes
Compression is 0.0%
Took 2.4 sec
[JENKINS] Archiving <https://builds.apache.org/job/Curator-3.0/ws/curator-client/pom.xml> to org.apache.curator/curator-client/3.0.0-SNAPSHOT/curator-client-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Curator-3.0/ws/curator-client/target/curator-client-3.0.0-SNAPSHOT.jar> to org.apache.curator/curator-client/3.0.0-SNAPSHOT/curator-client-3.0.0-SNAPSHOT.jar
Sending artifact delta relative to Curator-3.0 » Curator Client #27
Archived 2 artifacts
Archive block size is 32768
Received 0 blocks and 83415 bytes
Compression is 0.0%
Took 68 ms
[JENKINS] Archiving <https://builds.apache.org/job/Curator-3.0/ws/curator-framework/pom.xml> to org.apache.curator/curator-framework/3.0.0-SNAPSHOT/curator-framework-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Curator-3.0/ws/curator-framework/target/curator-framework-3.0.0-SNAPSHOT.jar> to org.apache.curator/curator-framework/3.0.0-SNAPSHOT/curator-framework-3.0.0-SNAPSHOT.jar
Sending artifact delta relative to Curator-3.0 » Curator Framework #27
Archived 2 artifacts
Archive block size is 32768
Received 0 blocks and 276345 bytes
Compression is 0.0%
Took 0.14 sec
[JENKINS] Archiving <https://builds.apache.org/job/Curator-3.0/ws/curator-x-discovery-server/pom.xml> to org.apache.curator/curator-x-discovery-server/3.0.0-SNAPSHOT/curator-x-discovery-server-3.0.0-SNAPSHOT.pom
Sending artifact delta relative to Curator-3.0 » Curator Service Discovery Server #27
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 4377 bytes
Compression is 0.0%
Took 32 ms
[JENKINS] Archiving <https://builds.apache.org/job/Curator-3.0/ws/curator-examples/pom.xml> to org.apache.curator/curator-examples/3.0.0-SNAPSHOT/curator-examples-3.0.0-SNAPSHOT.pom
Sending artifact delta relative to Curator-3.0 » Curator Examples #27
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 2223 bytes
Compression is 0.0%
Took 66 ms
[JENKINS] Archiving <https://builds.apache.org/job/Curator-3.0/ws/curator-test/pom.xml> to org.apache.curator/curator-test/3.0.0-SNAPSHOT/curator-test-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Curator-3.0/ws/curator-test/target/curator-test-3.0.0-SNAPSHOT.jar> to org.apache.curator/curator-test/3.0.0-SNAPSHOT/curator-test-3.0.0-SNAPSHOT.jar
Sending artifact delta relative to Curator-3.0 » Curator Testing #27
Archived 2 artifacts
Archive block size is 32768
Received 0 blocks and 48024 bytes
Compression is 0.0%
Took 35 ms
[JENKINS] Archiving <https://builds.apache.org/job/Curator-3.0/ws/curator-recipes/pom.xml> to org.apache.curator/curator-recipes/3.0.0-SNAPSHOT/curator-recipes-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Curator-3.0/ws/curator-recipes/target/curator-recipes-3.0.0-SNAPSHOT.jar> to org.apache.curator/curator-recipes/3.0.0-SNAPSHOT/curator-recipes-3.0.0-SNAPSHOT.jar
Sending artifact delta relative to Curator-3.0 » Curator Recipes #27
Archived 2 artifacts
Archive block size is 32768
Received 0 blocks and 280275 bytes
Compression is 0.0%
Took 0.11 sec
[JENKINS] Archiving <https://builds.apache.org/job/Curator-3.0/ws/pom.xml> to org.apache.curator/apache-curator/3.0.0-SNAPSHOT/apache-curator-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Curator-3.0/ws/target/apache-curator-3.0.0-SNAPSHOT-site.xml> to org.apache.curator/apache-curator/3.0.0-SNAPSHOT/apache-curator-3.0.0-SNAPSHOT-site.xml
Sending artifact delta relative to Curator-3.0 » Apache Curator #27
Archived 2 artifacts
Archive block size is 32768
Received 1 blocks and 2916 bytes
Compression is 91.8%
Took 59 ms
[JENKINS] Archiving <https://builds.apache.org/job/Curator-3.0/ws/curator-x-discovery/pom.xml> to org.apache.curator/curator-x-discovery/3.0.0-SNAPSHOT/curator-x-discovery-3.0.0-SNAPSHOT.pom
Sending artifact delta relative to Curator-3.0 » Curator Service Discovery #27
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 2753 bytes
Compression is 0.0%
Took 27 ms
Sending e-mails to: dev@curator.apache.org
Sending e-mails to: dev@curator.apache.org
Sending e-mails to: dev@curator.apache.org
channel stopped