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

Build failed in Jenkins: Jena_JDK11 #146

See <https://builds.apache.org/job/Jena_JDK11/146/display/redirect?page=changes>

Changes:

[andy] Fix POMs after merge of #573

------------------------------------------
[...truncated 411.22 KB...]
[INFO] Exclude: **/dist/ABOUT
[INFO] Exclude: **/SEE_FUSEKI2
[INFO] Exclude: **/src/main/webapp/css/*
[INFO] Exclude: **/src/main/webapp/fonts/*
[INFO] Exclude: **/src/main/webapp/js/**/*
[INFO] Exclude: **/vocabularies/*
[INFO] Exclude: **/Vocabularies/*
[INFO] Exclude: **/src/main/**/*.html
[INFO] Exclude: **/src/**/package-info.java
[INFO] Exclude: **/DEPENDENCIES
[INFO] Exclude: **/*.txt
[INFO] Exclude: **/*.md
[INFO] Exclude: **/META-INF/services/*
[INFO] Exclude: **/src/test/resources/**/*
[INFO] Exclude: **/testing/**/*
[INFO] Exclude: **/log4j.properties
[INFO] Exclude: **/log4j-testing.properties
[INFO] Exclude: **/derby.log
[INFO] Exclude: **/DB/**/*
[INFO] Exclude: **/tdb*.cfg
[INFO] Exclude: **/run/**/*
[INFO] Exclude: **/*.classpath
[INFO] Exclude: **/*.recommenders/**/*
[INFO] Exclude: **/target/**/*
[INFO] Exclude: **/dependency-reduced-pom.xml
[INFO] Exclude: .travis.yml
[INFO] Exclude: jena-examples/**
[INFO] Exclude: **/geosparql_vocab_all_v1_0_1_updated.rdf
[INFO] 64 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 62 licenses.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ jena-jdbc-core ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jena-jdbc-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jena-jdbc-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 47 source files to <https://builds.apache.org/job/Jena_JDK11/ws/jena-jdbc/jena-jdbc-core/target/classes>
[INFO] <https://builds.apache.org/job/Jena_JDK11/ws/jena-jdbc/jena-jdbc-core/src/main/java/org/apache/jena/jdbc/statements/DatasetStatement.java>: Some input files use or override a deprecated API.
[INFO] <https://builds.apache.org/job/Jena_JDK11/ws/jena-jdbc/jena-jdbc-core/src/main/java/org/apache/jena/jdbc/statements/DatasetStatement.java>: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ jena-jdbc-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jena-jdbc-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to <https://builds.apache.org/job/Jena_JDK11/ws/jena-jdbc/jena-jdbc-core/target/test-classes>
[INFO] <https://builds.apache.org/job/Jena_JDK11/ws/jena-jdbc/jena-jdbc-core/src/test/java/org/apache/jena/jdbc/TestCompatibility.java>: <https://builds.apache.org/job/Jena_JDK11/ws/jena-jdbc/jena-jdbc-core/src/test/java/org/apache/jena/jdbc/TestCompatibility.java> uses or overrides a deprecated API.
[INFO] <https://builds.apache.org/job/Jena_JDK11/ws/jena-jdbc/jena-jdbc-core/src/test/java/org/apache/jena/jdbc/TestCompatibility.java>: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ jena-jdbc-core ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.apache.jena.jdbc.metadata.results.TestMetaResultSet
[INFO] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 s - in org.apache.jena.jdbc.metadata.results.TestMetaResultSet
[INFO] Running org.apache.jena.jdbc.TestCompatibility
[INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.686 s - in org.apache.jena.jdbc.TestCompatibility
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:3.1.0:jar (default-jar) @ jena-jdbc-core ---
[INFO] Building jar: <https://builds.apache.org/job/Jena_JDK11/ws/jena-jdbc/jena-jdbc-core/target/jena-jdbc-core-3.13.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ jena-jdbc-core ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO] 
[INFO] --- maven-source-plugin:2.1.1:jar-no-fork (attach-sources) @ jena-jdbc-core ---
[INFO] Building jar: <https://builds.apache.org/job/Jena_JDK11/ws/jena-jdbc/jena-jdbc-core/target/jena-jdbc-core-3.13.0-SNAPSHOT-sources.jar>
[INFO] 
[INFO] --- maven-source-plugin:2.1.1:jar-no-fork (bundle-sources) @ jena-jdbc-core ---
[INFO] 
[INFO] --- maven-jar-plugin:3.1.0:test-jar (default) @ jena-jdbc-core ---
[INFO] Building jar: <https://builds.apache.org/job/Jena_JDK11/ws/jena-jdbc/jena-jdbc-core/target/jena-jdbc-core-3.13.0-SNAPSHOT-tests.jar>
[INFO] 
[INFO] --- maven-javadoc-plugin:3.1.0:jar (attach-javadocs) @ jena-jdbc-core ---
[INFO] Building jar: <https://builds.apache.org/job/Jena_JDK11/ws/jena-jdbc/jena-jdbc-core/target/jena-jdbc-core-3.13.0-SNAPSHOT-javadoc.jar>
[INFO] 
[INFO] --- maven-javadoc-plugin:3.1.0:jar (default) @ jena-jdbc-core ---
[INFO] Building jar: <https://builds.apache.org/job/Jena_JDK11/ws/jena-jdbc/jena-jdbc-core/target/jena-jdbc-core-3.13.0-SNAPSHOT-javadoc.jar>
[INFO] 
[INFO] --- maven-javadoc-plugin:3.1.0:test-jar (default) @ jena-jdbc-core ---
[INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.1.0:javadoc' has not been previously called for the module: 'org.apache.jena:jena-arq:jar:3.13.0-SNAPSHOT'. Trying to invoke it...
[WARNING] Creating fake javadoc directory to prevent repeated invocations: <https://builds.apache.org/job/Jena_JDK11/ws/jena-arq/target/testapidocs>
[ERROR] Error fetching link: <https://builds.apache.org/job/Jena_JDK11/ws/jena-arq/target/testapidocs.> Ignored it.
[INFO] 
1 warning
[WARNING] Javadoc Warnings
[WARNING] <https://builds.apache.org/job/Jena_JDK11/ws/jena-jdbc/jena-jdbc-core/src/test/java/org/apache/jena/jdbc/utils/TestUtils.java>:139: warning - @param argument "authenticator" is not a parameter name.
[INFO] Building jar: <https://builds.apache.org/job/Jena_JDK11/ws/jena-jdbc/jena-jdbc-core/target/jena-jdbc-core-3.13.0-SNAPSHOT-test-javadoc.jar>
[JENKINS] Archiving disabled
[INFO] 
[INFO] --------------< org.apache.jena:jena-jdbc-driver-remote >---------------
[INFO] Building Apache Jena - JDBC Remote Endpoint Driver 3.13.0-SNAPSHOT [40/47]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from Nexus: http://repository.apache.org/snapshots/org/apache/jena/jena-fuseki-main/3.12.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from Nexus: http://repository.apache.org/snapshots/org/apache/jena/jena-fuseki-main/3.12.0-SNAPSHOT/maven-metadata.xml (1.4 kB at 3.5 kB/s)
[INFO] Downloading from Nexus: http://repository.apache.org/snapshots/org/apache/jena/jena-fuseki-main/3.12.0-SNAPSHOT/jena-fuseki-main-3.12.0-20190527.151520-15.pom
[INFO] Downloaded from Nexus: http://repository.apache.org/snapshots/org/apache/jena/jena-fuseki-main/3.12.0-SNAPSHOT/jena-fuseki-main-3.12.0-20190527.151520-15.pom (6.2 kB at 20 kB/s)
[INFO] Downloading from Nexus: http://repository.apache.org/snapshots/org/apache/jena/jena-fuseki-access/3.12.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from Nexus: http://repository.apache.org/snapshots/org/apache/jena/jena-fuseki-access/3.12.0-SNAPSHOT/maven-metadata.xml (1.4 kB at 4.8 kB/s)
[INFO] Downloading from Nexus: http://repository.apache.org/snapshots/org/apache/jena/jena-fuseki-access/3.12.0-SNAPSHOT/jena-fuseki-access-3.12.0-20190527.151452-15.pom
[INFO] Downloaded from Nexus: http://repository.apache.org/snapshots/org/apache/jena/jena-fuseki-access/3.12.0-SNAPSHOT/jena-fuseki-access-3.12.0-20190527.151452-15.pom (3.5 kB at 12 kB/s)
[INFO] Downloading from Nexus: http://repository.apache.org/snapshots/org/apache/jena/jena-fuseki-main/3.12.0-SNAPSHOT/jena-fuseki-main-3.12.0-20190527.151520-15-tests.jar
[INFO] Downloaded from Nexus: http://repository.apache.org/snapshots/org/apache/jena/jena-fuseki-main/3.12.0-SNAPSHOT/jena-fuseki-main-3.12.0-20190527.151520-15-tests.jar (77 kB at 177 kB/s)
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jena-jdbc-driver-remote ---
[INFO] Deleting <https://builds.apache.org/job/Jena_JDK11/ws/jena-jdbc/jena-jdbc-driver-remote/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ jena-jdbc-driver-remote ---
[WARNING] 
Dependency convergence error for org.apache.jena:jena-fuseki-main:3.13.0-SNAPSHOT paths to dependency are:
+-org.apache.jena:jena-jdbc-driver-remote:3.13.0-SNAPSHOT
  +-org.apache.jena:jena-fuseki-main:3.13.0-SNAPSHOT
and
+-org.apache.jena:jena-jdbc-driver-remote:3.13.0-SNAPSHOT
  +-org.apache.jena:jena-fuseki-main:3.12.0-20190527.151520-15

[WARNING] Rule 0: org.apache.maven.plugins.enforcer.DependencyConvergence failed with message:
Failed while enforcing releasability. See above detailed error message.
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Apache Jena 3.13.0-SNAPSHOT:
[INFO] 
[INFO] Apache Jena ........................................ SUCCESS [  6.642 s]
[INFO] Apache Jena - Shadowed external libraries .......... SUCCESS [  7.193 s]
[INFO] Apache Jena - IRI .................................. SUCCESS [ 25.426 s]
[INFO] Apache Jena - Base Common Environment .............. SUCCESS [01:25 min]
[INFO] Apache Jena - Core ................................. SUCCESS [01:30 min]
[INFO] Apache Jena - ARQ (SPARQL 1.1 Query Engine) ........ SUCCESS [01:22 min]
[INFO] Apache Jena - RDF Connection ....................... SUCCESS [ 21.198 s]
[INFO] Apache Jena - TDB1 (Native Triple Store) ........... SUCCESS [02:19 min]
[INFO] Apache Jena - Database Operation Environment ....... SUCCESS [  2.195 s]
[INFO] Apache Jena - DBOE Base ............................ SUCCESS [  6.684 s]
[INFO] Apache Jena - DBOE Transactions .................... SUCCESS [  5.720 s]
[INFO] Apache Jena - DBOE Indexes ......................... SUCCESS [  3.696 s]
[INFO] Apache Jena - DBOE Index test suite ................ SUCCESS [  3.833 s]
[INFO] Apache Jena - DBOE Transactional Datastructures .... SUCCESS [ 10.765 s]
[INFO] Apache Jena - DBOE Storage ......................... SUCCESS [  6.020 s]
[INFO] Apache Jena - TDB2 ................................. SUCCESS [02:09 min]
[INFO] Apache Jena - Libraries POM ........................ SUCCESS [  1.918 s]
[INFO] Apache Jena - Command line tools ................... SUCCESS [ 29.702 s]
[INFO] Apache Jena - SPARQL Text Search ................... SUCCESS [ 36.723 s]
[INFO] Apache Jena - SPARQL Text Search - Elasticsearch ... SUCCESS [02:40 min]
[INFO] Apache Jena - Fuseki - A SPARQL 1.1 Server ......... SUCCESS [  1.483 s]
[INFO] Apache Jena - Fuseki Core Engine ................... SUCCESS [  5.833 s]
[INFO] Apache Jena - Fuseki Data Access Control ........... SUCCESS [  9.297 s]
[INFO] Apache Jena - Fuseki Server ........................ SUCCESS [ 13.548 s]
[INFO] Apache Jena - Fuseki Server Jar .................... SUCCESS [  8.393 s]
[INFO] Apache Jena - Fuseki Webapp ........................ SUCCESS [ 24.058 s]
[INFO] Apache Jena - Fuseki WAR File ...................... SUCCESS [  5.430 s]
[INFO] Apache Jena - Fuseki Server Standalone Jar ......... SUCCESS [  7.473 s]
[INFO] Apache Jena - Fuseki Binary Distribution ........... SUCCESS [  8.073 s]
[INFO] Apache Jena - GeoSPARQL Engine ..................... SUCCESS [ 21.777 s]
[INFO] Apache Jena - Fuseki with GeoSPARQL Engine ......... SUCCESS [ 38.687 s]
[INFO] Apache Jena - Integration Testing .................. SUCCESS [  9.768 s]
[INFO] Apache Jena - Distribution ......................... SUCCESS [  5.548 s]
[INFO] Apache Jena - SDB (SQL based triple store) ......... SUCCESS [01:13 min]
[INFO] Apache Jena - Security Permissions ................. SUCCESS [ 29.778 s]
[INFO] Apache Jena - Extras ............................... SUCCESS [  1.508 s]
[INFO] Apache Jena - Extras - Query Builder ............... SUCCESS [  9.143 s]
[INFO] Apache Jena - JDBC Parent .......................... SUCCESS [  1.947 s]
[INFO] Apache Jena - JDBC Core API ........................ SUCCESS [01:27 min]
[INFO] Apache Jena - JDBC Remote Endpoint Driver .......... FAILURE [  3.295 s]
[INFO] Apache Jena - JDBC In-Memory Driver ................ SKIPPED
[INFO] Apache Jena - JDBC TDB Driver ...................... SKIPPED
[INFO] Apache Jena - JDBC Driver Bundle ................... SKIPPED
[INFO] Apache Jena - Elephas .............................. SKIPPED
[INFO] Apache Jena - OSGi ................................. SKIPPED
[INFO] Apache Jena - OSGi bundle .......................... SKIPPED
[INFO] Apache Jena - OSGi Karaf features .................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  23:40 min
[INFO] Finished at: 2019-06-07T12:07:23Z
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (enforce) on project jena-jdbc-driver-remote: Some Enforcer rules have failed. Look above for specific messages explaining why the rule failed. -> [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 :jena-jdbc-driver-remote
channel stopped
[INFO] Cleaning up at application shutdown...
[INFO] The Elasticsearch process has already stopped. Nothing to clean up

Jenkins build is back to normal : Jena_JDK11 #147

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Jena_JDK11/147/display/redirect?page=changes>