Hello Curator Community!
I am experiencing build failures. I took a few minutes to scan the mailing
list and Jira, nothing is jumping out.
The logs show the first failure and after digging a little into it, it's
failing over an Assertion statement on a countdown latch. Unfortunately,
I'm not up to speed yet and pretty much just want to get to a place where I
can start analyzing the code base. Also, skipping test does not allow me to
build either.[1]
The build is being performed on an Ubuntu 16.04.2 x64 Intel i3 using the
official Oracle Java 8, Maven is new. The other Apache projects I
contribute to are building fine.
[1]I have included two logs. One is a full clean install, the other is
attempting to skip tests.
Thank you very much!
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Apache Curator
[INFO] Curator Testing
[INFO] Curator Client
[INFO] Curator Framework
[INFO] Curator Recipes
[INFO] Curator Service Discovery
[INFO] Curator Async
[INFO] Curator Examples
[INFO] Curator Service Discovery Server
[INFO] Curator ZooKeeper 3.4 Testing
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Curator 4.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ apache-curator ---
[INFO] Deleting /home/kenobi/git/curator/target
[INFO]
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles)
@ apache-curator ---
[INFO]
[INFO] >>> clirr-maven-plugin:2.8:check (default) > compile @ apache-curator >>>
[INFO]
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles)
@ apache-curator ---
[INFO]
[INFO] <<< clirr-maven-plugin:2.8:check (default) < compile @ apache-curator <<<
[INFO]
[INFO]
[INFO] --- clirr-maven-plugin:2.8:check (default) @ apache-curator ---
[INFO] Not generating Clirr report as there are no classes generated by the
project
[INFO]
[INFO] --- maven-bundle-plugin:3.2.0:manifest (bundle-manifest) @
apache-curator ---
[WARNING] Ignoring project type pom - supportedProjectTypes = [jar, war, bundle]
[INFO]
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @
apache-curator ---
[INFO]
[INFO] --- maven-shade-plugin:2.4.3:shade (apache-curator-guava-shader) @
apache-curator ---
[INFO] No artifact matching filter com.google.guava:guava
[INFO] Replacing original artifact with shaded artifact.
[INFO]
[INFO] --- maven-license-plugin:1.9.0:check (license) @ apache-curator ---
[INFO] Checking licenses...
[WARNING] Unknown file extension: /home/kenobi/git/curator/README.md
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @
apache-curator ---
[INFO] Installing /home/kenobi/git/curator/pom.xml to
/home/kenobi/.m2/repository/org/apache/curator/apache-curator/4.0.1-SNAPSHOT/apache-curator-4.0.1-SNAPSHOT.pom
[INFO] Installing
/home/kenobi/git/curator/target/apache-curator-4.0.1-SNAPSHOT-site.xml to
/home/kenobi/.m2/repository/org/apache/curator/apache-curator/4.0.1-SNAPSHOT/apache-curator-4.0.1-SNAPSHOT-site.xml
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Curator Testing 4.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ curator-test ---
[INFO] Deleting /home/kenobi/git/curator/curator-test/target
[INFO]
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles)
@ curator-test ---
[INFO]
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @
curator-test ---
[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.5.1:compile (default-compile) @ curator-test
---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 21 source files to
/home/kenobi/git/curator/curator-test/target/classes
[INFO]
/home/kenobi/git/curator/curator-test/src/main/java/org/apache/curator/test/QuorumConfigBuilder.java:
/home/kenobi/git/curator/curator-test/src/main/java/org/apache/curator/test/QuorumConfigBuilder.java
uses or overrides a deprecated API.
[INFO]
/home/kenobi/git/curator/curator-test/src/main/java/org/apache/curator/test/QuorumConfigBuilder.java:
Recompile with -Xlint:deprecation for details.
[INFO]
/home/kenobi/git/curator/curator-test/src/main/java/org/apache/curator/test/WatchersDebug.java:
/home/kenobi/git/curator/curator-test/src/main/java/org/apache/curator/test/WatchersDebug.java
uses unchecked or unsafe operations.
[INFO]
/home/kenobi/git/curator/curator-test/src/main/java/org/apache/curator/test/WatchersDebug.java:
Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] >>> clirr-maven-plugin:2.8:check (default) > compile @ curator-test >>>
[INFO]
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles)
@ curator-test ---
[INFO]
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @
curator-test ---
[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.5.1:compile (default-compile) @ curator-test
---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] <<< clirr-maven-plugin:2.8:check (default) < compile @ curator-test <<<
[INFO]
[INFO]
[INFO] --- clirr-maven-plugin:2.8:check (default) @ curator-test ---
[INFO] Comparing to version: 4.0.0
[INFO] Succeeded with 0 errors; 0 warnings; and 0 other changes.
[INFO]
[INFO] --- maven-bundle-plugin:3.2.0:manifest (bundle-manifest) @ curator-test
---
[INFO]
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @
curator-test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory
/home/kenobi/git/curator/curator-test/src/test/resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @
curator-test ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to
/home/kenobi/git/curator/curator-test/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ curator-test ---
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.apache.curator.test.TestQuorumConfigBuilder
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.547 sec - in
org.apache.curator.test.TestQuorumConfigBuilder
Results :
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[ERROR] 8001: org.apache.curator.shaded.com.google.common.annotations.Beta:
Class org.apache.curator.shaded.com.google.common.annotations.Beta removed
TONS MORE OF THESE....
[ERROR] 8001:
org.apache.curator.shaded.com.google.thirdparty.publicsuffix.PublicSuffixPatterns:
Class
org.apache.curator.shaded.com.google.thirdparty.publicsuffix.PublicSuffixPatterns
removed
[INFO] Succeeded with 4013 errors; 0 warnings; and 0 other changes.
[INFO]
[INFO] --- maven-bundle-plugin:3.2.0:manifest (bundle-manifest) @
curator-client ---
[INFO]
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @
curator-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @
curator-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to
/home/kenobi/git/curator/curator-client/target/test-classes
[INFO]
/home/kenobi/git/curator/curator-client/src/test/java/org/apache/curator/TestEnsurePath.java:
/home/kenobi/git/curator/curator-client/src/test/java/org/apache/curator/TestEnsurePath.java
uses or overrides a deprecated API.
[INFO]
/home/kenobi/git/curator/curator-client/src/test/java/org/apache/curator/TestEnsurePath.java:
Recompile with -Xlint:deprecation for details.
[INFO]
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ curator-client ---
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.apache.curator.ensemble.exhibitor.TestExhibitorEnsembleProvider
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.578 sec - in
org.apache.curator.ensemble.exhibitor.TestExhibitorEnsembleProvider
Running org.apache.curator.utils.TestCloseableExecutorService
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.481 sec - in
org.apache.curator.utils.TestCloseableExecutorService
Running org.apache.curator.utils.TestCloseableScheduledExecutorService
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.44 sec - in
org.apache.curator.utils.TestCloseableScheduledExecutorService
Running org.apache.curator.utils.TestZKPaths
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.405 sec - in
org.apache.curator.utils.TestZKPaths
Running org.apache.curator.TestRetryLoop
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.837 sec - in
org.apache.curator.TestRetryLoop
Running org.apache.curator.TestEnsurePath
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.631 sec - in
org.apache.curator.TestEnsurePath
Running org.apache.curator.TestSessionFailRetryLoop
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.311 sec - in
org.apache.curator.TestSessionFailRetryLoop
Results :
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] --- maven-bundle-plugin:3.2.0:bundle (default-bundle) @ curator-client
---
[INFO]
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @
curator-client ---
[INFO]
[INFO] --- maven-shade-plugin:2.4.3:shade (apache-curator-guava-shader) @
curator-client ---
[INFO] Excluding org.apache.zookeeper:zookeeper:jar:3.5.3-beta from the shaded
jar.
[INFO] Excluding commons-cli:commons-cli:jar:1.2 from the shaded jar.
[INFO] Excluding log4j:log4j:jar:1.2.17 from the shaded jar.
[INFO] Excluding io.netty:netty:jar:3.10.5.Final from the shaded jar.
[INFO] Including com.google.guava:guava:jar:20.0 in the shaded jar.
[INFO] Excluding org.slf4j:slf4j-api:jar:1.7.6 from the shaded jar.
[INFO] Replacing original artifact with shaded artifact.
[INFO] Replacing
/home/kenobi/git/curator/curator-client/target/curator-client-4.0.1-SNAPSHOT.jar
with
/home/kenobi/git/curator/curator-client/target/curator-client-4.0.1-SNAPSHOT-shaded.jar
[INFO]
[INFO] --- maven-license-plugin:1.9.0:check (license) @ curator-client ---
[INFO] Checking licenses...
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @
curator-client ---
[INFO] Installing
/home/kenobi/git/curator/curator-client/target/curator-client-4.0.1-SNAPSHOT.jar
to
/home/kenobi/.m2/repository/org/apache/curator/curator-client/4.0.1-SNAPSHOT/curator-client-4.0.1-SNAPSHOT.jar
[INFO] Installing /home/kenobi/git/curator/curator-client/pom.xml to
/home/kenobi/.m2/repository/org/apache/curator/curator-client/4.0.1-SNAPSHOT/curator-client-4.0.1-SNAPSHOT.pom
[INFO]
[INFO] --- maven-bundle-plugin:3.2.0:install (default-install) @ curator-client
---
[INFO] Installing
org/apache/curator/curator-client/4.0.1-SNAPSHOT/curator-client-4.0.1-SNAPSHOT.jar
[INFO] Writing OBR metadata
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Curator Framework 4.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ curator-framework
---
[INFO] Deleting /home/kenobi/git/curator/curator-framework/target
[INFO]
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles)
@ 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.5.1:compile (default-compile) @
curator-framework ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 167 source files to
/home/kenobi/git/curator/curator-framework/target/classes
[INFO]
/home/kenobi/git/curator/curator-framework/src/main/java/org/apache/curator/framework/imps/CuratorFrameworkImpl.java:
Some input files use or override a deprecated API.
[INFO]
/home/kenobi/git/curator/curator-framework/src/main/java/org/apache/curator/framework/imps/CuratorFrameworkImpl.java:
Recompile with -Xlint:deprecation for details.
[INFO]
[INFO] >>> clirr-maven-plugin:2.8:check (default) > compile @ curator-framework
>>>
[INFO]
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles)
@ 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.5.1:compile (default-compile) @
curator-framework ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] <<< clirr-maven-plugin:2.8:check (default) < compile @ curator-framework
<<<
[INFO]
[INFO]
[INFO] --- clirr-maven-plugin:2.8:check (default) @ curator-framework ---
[INFO] Comparing to version: 4.0.0
[INFO] Succeeded with 0 errors; 0 warnings; and 0 other changes.
[INFO]
[INFO] --- maven-bundle-plugin:3.2.0: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 7 resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @
curator-framework ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 28 source files to
/home/kenobi/git/curator/curator-framework/target/test-classes
[INFO]
/home/kenobi/git/curator/curator-framework/src/test/java/org/apache/curator/framework/imps/TestFramework.java:
/home/kenobi/git/curator/curator-framework/src/test/java/org/apache/curator/framework/imps/TestFramework.java
uses or overrides a deprecated API.
[INFO]
/home/kenobi/git/curator/curator-framework/src/test/java/org/apache/curator/framework/imps/TestFramework.java:
Recompile with -Xlint:deprecation for details.
[INFO]
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ curator-framework
---
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.apache.curator.framework.imps.TestCompressionInTransactionNew
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.376 sec - in
org.apache.curator.framework.imps.TestCompressionInTransactionNew
Running org.apache.curator.framework.imps.TestFrameworkEdges
Tests run: 18, Failures: 1, Errors: 0, Skipped: 1, Time elapsed: 233.167 sec
<<< FAILURE! - in org.apache.curator.framework.imps.TestFrameworkEdges
testDeleteChildrenConcurrently(org.apache.curator.framework.imps.TestFrameworkEdges)
Time elapsed: 72.429 sec <<< FAILURE!
java.lang.AssertionError: expected [true] but found [false]
at
org.apache.curator.framework.imps.TestFrameworkEdges.testDeleteChildrenConcurrently(TestFrameworkEdges.java:673)
Running org.apache.curator.framework.imps.TestNeverConnected
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.779 sec - in
org.apache.curator.framework.imps.TestNeverConnected
Running org.apache.curator.framework.imps.TestMultiClient
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.949 sec - in
org.apache.curator.framework.imps.TestMultiClient
Running org.apache.curator.framework.imps.TestFrameworkBackground
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 25.566 sec - in
org.apache.curator.framework.imps.TestFrameworkBackground
Running org.apache.curator.framework.imps.TestTempFramework
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.035 sec - in
org.apache.curator.framework.imps.TestTempFramework
Running org.apache.curator.framework.imps.TestCompression
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.236 sec - in
org.apache.curator.framework.imps.TestCompression
Running org.apache.curator.framework.imps.TestFramework
Tests run: 36, Failures: 2, Errors: 0, Skipped: 2, Time elapsed: 102.375 sec
<<< FAILURE! - in org.apache.curator.framework.imps.TestFramework
testSync(org.apache.curator.framework.imps.TestFramework) Time elapsed: 0.129
sec <<< FAILURE!
java.lang.NoClassDefFoundError:
org/apache/curator/framework/imps/TestFramework$11
at
org.apache.curator.framework.imps.TestFramework.testSync(TestFramework.java:833)
testSyncNew(org.apache.curator.framework.imps.TestFramework) Time elapsed:
0.09 sec <<< FAILURE!
java.lang.NoClassDefFoundError:
org/apache/curator/framework/imps/TestFramework$12
at
org.apache.curator.framework.imps.TestFramework.testSyncNew(TestFramework.java:873)
Results :
Failed tests:
org.apache.curator.framework.imps.TestFramework.testSync(org.apache.curator.framework.imps.TestFramework)
Run 1: PASS
Run 2: TestFramework.testSync:833 NoClassDefFound
org/apache/curator/framework/imps/T...
org.apache.curator.framework.imps.TestFramework.testSyncNew(org.apache.curator.framework.imps.TestFramework)
Run 1: PASS
Run 2: TestFramework.testSyncNew:873 NoClassDefFound
org/apache/curator/framework/imp...
org.apache.curator.framework.imps.TestFrameworkEdges.testDeleteChildrenConcurrently(org.apache.curator.framework.imps.TestFrameworkEdges)
Run 1: PASS
Run 2: TestFrameworkEdges.testDeleteChildrenConcurrently:673 expected [true]
but found [false]
Tests run: 68, Failures: 3, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Apache Curator ..................................... SUCCESS [ 2.631 s]
[INFO] Curator Testing .................................... SUCCESS [ 9.706 s]
[INFO] Curator Client ..................................... SUCCESS [ 27.222 s]
[INFO] Curator Framework .................................. FAILURE [06:17 min]
[INFO] Curator Recipes .................................... SKIPPED
[INFO] Curator Service Discovery .......................... SKIPPED
[INFO] Curator Async ...................................... SKIPPED
[INFO] Curator Examples ................................... SKIPPED
[INFO] Curator Service Discovery Server ................... SKIPPED
[INFO] Curator ZooKeeper 3.4 Testing ...................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 06:57 min
[INFO] Finished at: 2017-10-18T22:34:21-07:00
[INFO] Final Memory: 40M/380M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test (default-test) on
project curator-framework: ExecutionException Error creating properties files
for forking: No such file or directory -> [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-framework
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Apache Curator
[INFO] Curator Testing
[INFO] Curator Client
[INFO] Curator Framework
[INFO] Curator Recipes
[INFO] Curator Service Discovery
[INFO] Curator Async
[INFO] Curator Examples
[INFO] Curator Service Discovery Server
[INFO] Curator ZooKeeper 3.4 Testing
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Curator 4.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ apache-curator ---
[INFO] Deleting /home/kenobi/git/curator/target
[INFO]
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles)
@ apache-curator ---
[INFO]
[INFO] >>> clirr-maven-plugin:2.8:check (default) > compile @ apache-curator >>>
[INFO]
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles)
@ apache-curator ---
[INFO]
[INFO] <<< clirr-maven-plugin:2.8:check (default) < compile @ apache-curator <<<
[INFO]
[INFO]
[INFO] --- clirr-maven-plugin:2.8:check (default) @ apache-curator ---
[INFO] Not generating Clirr report as there are no classes generated by the
project
[INFO]
[INFO] --- maven-bundle-plugin:3.2.0:manifest (bundle-manifest) @
apache-curator ---
[WARNING] Ignoring project type pom - supportedProjectTypes = [jar, war, bundle]
[INFO]
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @
apache-curator ---
[INFO]
[INFO] --- maven-shade-plugin:2.4.3:shade (apache-curator-guava-shader) @
apache-curator ---
[INFO] No artifact matching filter com.google.guava:guava
[INFO] Replacing original artifact with shaded artifact.
[INFO]
[INFO] --- maven-license-plugin:1.9.0:check (license) @ apache-curator ---
[INFO] Checking licenses...
[WARNING] Unknown file extension: /home/kenobi/git/curator/README.md
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @
apache-curator ---
[INFO] Installing /home/kenobi/git/curator/pom.xml to
/home/kenobi/.m2/repository/org/apache/curator/apache-curator/4.0.1-SNAPSHOT/apache-curator-4.0.1-SNAPSHOT.pom
[INFO] Installing
/home/kenobi/git/curator/target/apache-curator-4.0.1-SNAPSHOT-site.xml to
/home/kenobi/.m2/repository/org/apache/curator/apache-curator/4.0.1-SNAPSHOT/apache-curator-4.0.1-SNAPSHOT-site.xml
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Curator Testing 4.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ curator-test ---
[INFO] Deleting /home/kenobi/git/curator/curator-test/target
[INFO]
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles)
@ curator-test ---
[INFO]
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @
curator-test ---
[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.5.1:compile (default-compile) @ curator-test
---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 21 source files to
/home/kenobi/git/curator/curator-test/target/classes
[INFO]
/home/kenobi/git/curator/curator-test/src/main/java/org/apache/curator/test/QuorumConfigBuilder.java:
/home/kenobi/git/curator/curator-test/src/main/java/org/apache/curator/test/QuorumConfigBuilder.java
uses or overrides a deprecated API.
[INFO]
/home/kenobi/git/curator/curator-test/src/main/java/org/apache/curator/test/QuorumConfigBuilder.java:
Recompile with -Xlint:deprecation for details.
[INFO]
/home/kenobi/git/curator/curator-test/src/main/java/org/apache/curator/test/WatchersDebug.java:
/home/kenobi/git/curator/curator-test/src/main/java/org/apache/curator/test/WatchersDebug.java
uses unchecked or unsafe operations.
[INFO]
/home/kenobi/git/curator/curator-test/src/main/java/org/apache/curator/test/WatchersDebug.java:
Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] >>> clirr-maven-plugin:2.8:check (default) > compile @ curator-test >>>
[INFO]
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles)
@ curator-test ---
[INFO]
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @
curator-test ---
[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.5.1:compile (default-compile) @ curator-test
---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] <<< clirr-maven-plugin:2.8:check (default) < compile @ curator-test <<<
[INFO]
[INFO]
[INFO] --- clirr-maven-plugin:2.8:check (default) @ curator-test ---
[INFO] Comparing to version: 4.0.0
[INFO] Succeeded with 0 errors; 0 warnings; and 0 other changes.
[INFO]
[INFO] --- maven-bundle-plugin:3.2.0:manifest (bundle-manifest) @ curator-test
---
[INFO]
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @
curator-test ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @
curator-test ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ curator-test ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.0.0:jar (default-jar) @ curator-test ---
[INFO] Building jar:
/home/kenobi/git/curator/curator-test/target/curator-test-4.0.1-SNAPSHOT.jar
[INFO]
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @
curator-test ---
[INFO]
[INFO] --- maven-shade-plugin:2.4.3:shade (apache-curator-guava-shader) @
curator-test ---
[INFO] Excluding org.apache.zookeeper:zookeeper:jar:3.5.3-beta from the shaded
jar.
[INFO] Excluding org.slf4j:slf4j-api:jar:1.7.6 from the shaded jar.
[INFO] Excluding commons-cli:commons-cli:jar:1.2 from the shaded jar.
[INFO] Excluding log4j:log4j:jar:1.2.17 from the shaded jar.
[INFO] Excluding io.netty:netty:jar:3.10.5.Final from the shaded jar.
[INFO] Including com.google.guava:guava:jar:20.0 in the shaded jar.
[INFO] Replacing original artifact with shaded artifact.
[INFO] Replacing
/home/kenobi/git/curator/curator-test/target/curator-test-4.0.1-SNAPSHOT.jar
with
/home/kenobi/git/curator/curator-test/target/curator-test-4.0.1-SNAPSHOT-shaded.jar
[INFO]
[INFO] --- maven-license-plugin:1.9.0:check (license) @ curator-test ---
[INFO] Checking licenses...
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ curator-test
---
[INFO] Installing
/home/kenobi/git/curator/curator-test/target/curator-test-4.0.1-SNAPSHOT.jar to
/home/kenobi/.m2/repository/org/apache/curator/curator-test/4.0.1-SNAPSHOT/curator-test-4.0.1-SNAPSHOT.jar
[INFO] Installing /home/kenobi/git/curator/curator-test/pom.xml to
/home/kenobi/.m2/repository/org/apache/curator/curator-test/4.0.1-SNAPSHOT/curator-test-4.0.1-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Curator Client 4.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ curator-client ---
[INFO] Deleting /home/kenobi/git/curator/curator-client/target
[INFO]
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles)
@ curator-client ---
[INFO]
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @
curator-client ---
[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.5.1:compile (default-compile) @
curator-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 43 source files to
/home/kenobi/git/curator/curator-client/target/classes
[INFO]
/home/kenobi/git/curator/curator-client/src/main/java/org/apache/curator/SessionFailRetryLoop.java:
Some input files use or override a deprecated API.
[INFO]
/home/kenobi/git/curator/curator-client/src/main/java/org/apache/curator/SessionFailRetryLoop.java:
Recompile with -Xlint:deprecation for details.
[INFO]
[INFO] >>> clirr-maven-plugin:2.8:check (default) > compile @ curator-client >>>
[INFO]
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles)
@ curator-client ---
[INFO]
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @
curator-client ---
[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.5.1:compile (default-compile) @
curator-client ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] <<< clirr-maven-plugin:2.8:check (default) < compile @ curator-client <<<
[INFO]
[INFO]
[INFO] --- clirr-maven-plugin:2.8:check (default) @ curator-client ---
[INFO] Comparing to version: 4.0.0
[ERROR] 8001: org.apache.curator.shaded.com.google.common.annotations.Beta:
Class org.apache.curator.shaded.com.google.common.annotations.Beta removed
[INFO] Succeeded with 4013 errors; 0 warnings; and 0 other changes.
[INFO]
[INFO] --- maven-bundle-plugin:3.2.0:manifest (bundle-manifest) @
curator-client ---
[INFO]
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @
curator-client ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @
curator-client ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ curator-client ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-bundle-plugin:3.2.0:bundle (default-bundle) @ curator-client
---
[INFO]
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @
curator-client ---
[INFO]
[INFO] --- maven-shade-plugin:2.4.3:shade (apache-curator-guava-shader) @
curator-client ---
[INFO] Excluding org.apache.zookeeper:zookeeper:jar:3.5.3-beta from the shaded
jar.
[INFO] Excluding commons-cli:commons-cli:jar:1.2 from the shaded jar.
[INFO] Excluding log4j:log4j:jar:1.2.17 from the shaded jar.
[INFO] Excluding io.netty:netty:jar:3.10.5.Final from the shaded jar.
[INFO] Including com.google.guava:guava:jar:20.0 in the shaded jar.
[INFO] Excluding org.slf4j:slf4j-api:jar:1.7.6 from the shaded jar.
[INFO] Replacing original artifact with shaded artifact.
[INFO] Replacing
/home/kenobi/git/curator/curator-client/target/curator-client-4.0.1-SNAPSHOT.jar
with
/home/kenobi/git/curator/curator-client/target/curator-client-4.0.1-SNAPSHOT-shaded.jar
[INFO]
[INFO] --- maven-license-plugin:1.9.0:check (license) @ curator-client ---
[INFO] Checking licenses...
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @
curator-client ---
[INFO] Installing
/home/kenobi/git/curator/curator-client/target/curator-client-4.0.1-SNAPSHOT.jar
to
/home/kenobi/.m2/repository/org/apache/curator/curator-client/4.0.1-SNAPSHOT/curator-client-4.0.1-SNAPSHOT.jar
[INFO] Installing /home/kenobi/git/curator/curator-client/pom.xml to
/home/kenobi/.m2/repository/org/apache/curator/curator-client/4.0.1-SNAPSHOT/curator-client-4.0.1-SNAPSHOT.pom
[INFO]
[INFO] --- maven-bundle-plugin:3.2.0:install (default-install) @ curator-client
---
[INFO] Installing
org/apache/curator/curator-client/4.0.1-SNAPSHOT/curator-client-4.0.1-SNAPSHOT.jar
[INFO] Writing OBR metadata
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Curator Framework 4.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ curator-framework
---
[INFO] Deleting /home/kenobi/git/curator/curator-framework/target
[INFO]
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles)
@ 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.5.1:compile (default-compile) @
curator-framework ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 167 source files to
/home/kenobi/git/curator/curator-framework/target/classes
[INFO]
/home/kenobi/git/curator/curator-framework/src/main/java/org/apache/curator/framework/imps/CuratorFrameworkImpl.java:
Some input files use or override a deprecated API.
[INFO]
/home/kenobi/git/curator/curator-framework/src/main/java/org/apache/curator/framework/imps/CuratorFrameworkImpl.java:
Recompile with -Xlint:deprecation for details.
[INFO]
[INFO] >>> clirr-maven-plugin:2.8:check (default) > compile @ curator-framework
>>>
[INFO]
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles)
@ 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.5.1:compile (default-compile) @
curator-framework ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] <<< clirr-maven-plugin:2.8:check (default) < compile @ curator-framework
<<<
[INFO]
[INFO]
[INFO] --- clirr-maven-plugin:2.8:check (default) @ curator-framework ---
[INFO] Comparing to version: 4.0.0
[INFO] Succeeded with 0 errors; 0 warnings; and 0 other changes.
[INFO]
[INFO] --- maven-bundle-plugin:3.2.0:manifest (bundle-manifest) @
curator-framework ---
[INFO]
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @
curator-framework ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @
curator-framework ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ curator-framework
---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-bundle-plugin:3.2.0:bundle (default-bundle) @
curator-framework ---
[INFO]
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @
curator-framework ---
[INFO]
[INFO] --- maven-shade-plugin:2.4.3:shade (apache-curator-guava-shader) @
curator-framework ---
[INFO] Excluding org.apache.curator:curator-client:jar:4.0.1-SNAPSHOT from the
shaded jar.
[INFO] Excluding org.apache.zookeeper:zookeeper:jar:3.5.3-beta from the shaded
jar.
[INFO] Excluding commons-cli:commons-cli:jar:1.2 from the shaded jar.
[INFO] Excluding io.netty:netty:jar:3.10.5.Final from the shaded jar.
[INFO] Excluding com.google.guava:guava:jar:20.0 from the shaded jar.
[INFO] Excluding org.slf4j:slf4j-api:jar:1.7.6 from the shaded jar.
[INFO] Excluding log4j:log4j:jar:1.2.17 from the shaded jar.
[INFO] Replacing original artifact with shaded artifact.
[INFO] Replacing
/home/kenobi/git/curator/curator-framework/target/curator-framework-4.0.1-SNAPSHOT.jar
with
/home/kenobi/git/curator/curator-framework/target/curator-framework-4.0.1-SNAPSHOT-shaded.jar
[INFO]
[INFO] --- maven-jar-plugin:3.0.0:test-jar (default) @ curator-framework ---
[INFO] Skipping packaging of the test-jar
[INFO]
[INFO] --- maven-license-plugin:1.9.0:check (license) @ curator-framework ---
[INFO] Checking licenses...
[WARNING] Unknown file extension:
/home/kenobi/git/curator/curator-framework/src/test/resources/schema.yaml
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @
curator-framework ---
[INFO] Installing
/home/kenobi/git/curator/curator-framework/target/curator-framework-4.0.1-SNAPSHOT.jar
to
/home/kenobi/.m2/repository/org/apache/curator/curator-framework/4.0.1-SNAPSHOT/curator-framework-4.0.1-SNAPSHOT.jar
[INFO] Installing /home/kenobi/git/curator/curator-framework/pom.xml to
/home/kenobi/.m2/repository/org/apache/curator/curator-framework/4.0.1-SNAPSHOT/curator-framework-4.0.1-SNAPSHOT.pom
[INFO]
[INFO] --- maven-bundle-plugin:3.2.0:install (default-install) @
curator-framework ---
[INFO] Installing
org/apache/curator/curator-framework/4.0.1-SNAPSHOT/curator-framework-4.0.1-SNAPSHOT.jar
[INFO] Writing OBR metadata
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Curator Recipes 4.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Apache Curator ..................................... SUCCESS [ 3.020 s]
[INFO] Curator Testing .................................... SUCCESS [ 8.836 s]
[INFO] Curator Client ..................................... SUCCESS [ 5.858 s]
[INFO] Curator Framework .................................. SUCCESS [ 4.910 s]
[INFO] Curator Recipes .................................... FAILURE [ 0.162 s]
[INFO] Curator Service Discovery .......................... SKIPPED
[INFO] Curator Async ...................................... SKIPPED
[INFO] Curator Examples ................................... SKIPPED
[INFO] Curator Service Discovery Server ................... SKIPPED
[INFO] Curator ZooKeeper 3.4 Testing ...................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 24.049 s
[INFO] Finished at: 2017-10-18T22:33:58-07:00
[INFO] Final Memory: 37M/390M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project curator-recipes: Could not resolve
dependencies for project
org.apache.curator:curator-recipes:bundle:4.0.1-SNAPSHOT: Failure to find
org.apache.curator:curator-framework:jar:tests:4.0.1-SNAPSHOT in
https://repository.apache.org/snapshots was cached in the local repository,
resolution will not be reattempted until the update interval of
apache.snapshots has elapsed or updates are forced -> [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/DependencyResolutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :curator-recipes