Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[rdf4j-dev] Build failed in Jenkins: rdf4j-tools-develop-verify #66

See <https://ci.eclipse.org/rdf4j/job/rdf4j-tools-develop-verify/66/display/redirect?page=changes>

Changes:

[aschwarte10] Upgrade jackson to 2.9.6

------------------------------------------
[...truncated 44.99 KB...]
21:40:20.818 [main] DEBUG Added member scary: 
21:40:20.829 [main] DEBUG Initializing MemoryStore...
21:40:20.829 [main] DEBUG Initializing data file...
21:40:20.829 [main] DEBUG Data file initialized
21:40:20.829 [main] DEBUG MemoryStore initialized
21:40:20.831 [main] DEBUG syncing data to file...
21:40:20.831 [main] DEBUG Data synced to file
21:40:20.833 [main] DEBUG Initializing MemoryStore...
21:40:20.833 [main] DEBUG Initializing data file...
21:40:20.834 [main] DEBUG Data file initialized
21:40:20.834 [main] DEBUG MemoryStore initialized
21:40:20.835 [main] DEBUG syncing data to file...
21:40:20.836 [main] DEBUG Data synced to file
21:40:20.844 [main] DEBUG Initializing MemoryStore...
21:40:20.844 [main] DEBUG Initializing data file...
21:40:20.845 [main] DEBUG Data file initialized
21:40:20.845 [main] DEBUG MemoryStore initialized
21:40:20.846 [main] DEBUG syncing data to file...
21:40:20.846 [main] DEBUG Data synced to file
21:40:20.848 [main] DEBUG Initializing MemoryStore...
21:40:20.848 [main] DEBUG Initializing data file...
21:40:20.849 [main] DEBUG Data file initialized
21:40:20.849 [main] DEBUG MemoryStore initialized
21:40:20.850 [main] DEBUG syncing data to file...
21:40:20.850 [main] DEBUG Data synced to file
21:40:20.854 [main] DEBUG Federate called with federation ID = fedID, and member ID's = [http][http2].
  Distinct set to false, and readonly set to true.

21:40:20.855 [main] DEBUG Federation repository root node: _:node1cgl4p65bx601
21:40:20.855 [main] DEBUG _:node1cgl4p65bx601 http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://www.openrdf.org/config/repository#Repository
21:40:20.855 [main] DEBUG _:node1cgl4p65bx601 http://www.openrdf.org/config/repository#repositoryID "fedID"
21:40:20.855 [main] DEBUG _:node1cgl4p65bx601 http://www.w3.org/2000/01/rdf-schema#label "Test Federation Title"
21:40:20.855 [main] DEBUG _:node1cgl4p65bx601 http://www.openrdf.org/config/repository#repositoryImpl _:node1cgl4p65bx602
21:40:20.855 [main] DEBUG _:node1cgl4p65bx602 http://www.openrdf.org/config/repository#repositoryType "openrdf:SailRepository"
21:40:20.855 [main] DEBUG _:node1cgl4p65bx602 http://www.openrdf.org/config/repository/sail#sailImpl _:node1cgl4p65bx603
21:40:20.855 [main] DEBUG _:node1cgl4p65bx603 http://www.openrdf.org/config/sail#sailType "openrdf:Federation"
21:40:20.855 [main] DEBUG _:node1cgl4p65bx603 http://www.openrdf.org/config/sail/federation#readOnly "true"^^<http://www.w3.org/2001/XMLSchema#boolean>
21:40:20.855 [main] DEBUG _:node1cgl4p65bx603 http://www.openrdf.org/config/sail/federation#distinct "false"^^<http://www.w3.org/2001/XMLSchema#boolean>
21:40:20.855 [main] DEBUG Adding member: http
21:40:20.855 [main] DEBUG _:node1cgl4p65bx603 http://www.openrdf.org/config/sail/federation#member _:node1cgl4p65bx604
21:40:20.856 [main] DEBUG _:node1cgl4p65bx604 http://www.openrdf.org/config/repository#repositoryType "openrdf:HTTPRepository"
21:40:20.856 [main] DEBUG _:node1cgl4p65bx604 http://www.openrdf.org/config/repository/http#repositoryURL http://localhost:8080/openrdf-sesame/repositories/http
21:40:20.856 [main] DEBUG Added member http: 
21:40:20.856 [main] DEBUG Adding member: http2
21:40:20.856 [main] DEBUG _:node1cgl4p65bx603 http://www.openrdf.org/config/sail/federation#member _:node1cgl4p65bx607
21:40:20.856 [main] DEBUG _:node1cgl4p65bx607 http://www.openrdf.org/config/repository#repositoryType "openrdf:HTTPRepository"
21:40:20.857 [main] DEBUG _:node1cgl4p65bx607 http://www.openrdf.org/config/repository/http#repositoryURL http://localhost:8080/openrdf-sesame/repositories/http
21:40:20.857 [main] DEBUG Added member http2: 
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.61 sec - in org.eclipse.rdf4j.console.command.FederateTest
Running org.eclipse.rdf4j.console.command.DropTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec - in org.eclipse.rdf4j.console.command.DropTest
Running org.eclipse.rdf4j.console.command.ConvertTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.162 sec - in org.eclipse.rdf4j.console.command.ConvertTest
Running org.eclipse.rdf4j.console.command.ExportTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec - in org.eclipse.rdf4j.console.command.ExportTest
Running org.eclipse.rdf4j.console.UtilTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.rdf4j.console.UtilTest
Running org.eclipse.rdf4j.console.ConsoleIOTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.172 sec - in org.eclipse.rdf4j.console.ConsoleIOTest

Results :

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

[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.16:check (default) @ rdf4j-console ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
[INFO] 
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ rdf4j-console ---
[INFO] 
[INFO] -------------< org.eclipse.rdf4j:rdf4j-http-server-spring >-------------
[INFO] Building RDF4J: HTTP server - core 2.4-SNAPSHOT                   [4/12]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ rdf4j-http-server-spring ---
[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd '/jobs/genie.rdf4j/rdf4j-tools-develop-verify/workspace/server-spring' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[INFO] Working directory: /jobs/genie.rdf4j/rdf4j-tools-develop-verify/workspace/server-spring
[INFO] Storing buildNumber: 3172ec4 at timestamp: 1529718023055
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd '/jobs/genie.rdf4j/rdf4j-tools-develop-verify/workspace/server-spring' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[INFO] Working directory: /jobs/genie.rdf4j/rdf4j-tools-develop-verify/workspace/server-spring
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-bytecode-version) @ rdf4j-http-server-spring ---
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ rdf4j-http-server-spring ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.rdf4j/rdf4j-tools-develop-verify/workspace/server-spring/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ rdf4j-http-server-spring ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ rdf4j-http-server-spring ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ rdf4j-http-server-spring ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /jobs/genie.rdf4j/rdf4j-tools-develop-verify/workspace/server-spring/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ rdf4j-http-server-spring ---

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.rdf4j
Running org.eclipse.rdf4j.http.server.repository.statements.TestStatementsController
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.404 sec - in org.eclipse.rdf4j.http.server.repository.statements.TestStatementsController
Running org.eclipse.rdf4j.common.webapp.util.HttpServerUtilTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.eclipse.rdf4j.common.webapp.util.HttpServerUtilTest
Running org.eclipse.rdf4j.common.webapp.navigation.NavigationTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 sec - in org.eclipse.rdf4j.common.webapp.navigation.NavigationTest

Results :

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

[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.16:check (default) @ rdf4j-http-server-spring ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
[INFO] 
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ rdf4j-http-server-spring ---
[INFO] 
[INFO] ----------------< org.eclipse.rdf4j:rdf4j-http-server >-----------------
[INFO] Building RDF4J: HTTP server 2.4-SNAPSHOT                          [5/12]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ rdf4j-http-server ---
[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd '/jobs/genie.rdf4j/rdf4j-tools-develop-verify/workspace/server' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[INFO] Working directory: /jobs/genie.rdf4j/rdf4j-tools-develop-verify/workspace/server
[INFO] Storing buildNumber: 3172ec4 at timestamp: 1529718027267
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd '/jobs/genie.rdf4j/rdf4j-tools-develop-verify/workspace/server' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[INFO] Working directory: /jobs/genie.rdf4j/rdf4j-tools-develop-verify/workspace/server
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-bytecode-version) @ rdf4j-http-server ---
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ rdf4j-http-server ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ rdf4j-http-server ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ rdf4j-http-server ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ rdf4j-http-server ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /jobs/genie.rdf4j/rdf4j-tools-develop-verify/workspace/server/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ rdf4j-http-server ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.16:check (default) @ rdf4j-http-server ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
[INFO] 
[INFO] --- maven-war-plugin:2.1.1:war (default-war) @ rdf4j-http-server ---
[INFO] Packaging webapp
[INFO] Assembling webapp [rdf4j-http-server] in [/jobs/genie.rdf4j/rdf4j-tools-develop-verify/workspace/server/target/rdf4j-server]
[INFO] Processing war project
[INFO] Copying webapp resources [/jobs/genie.rdf4j/rdf4j-tools-develop-verify/workspace/server/src/main/webapp]
[INFO] Building jar: /jobs/genie.rdf4j/rdf4j-tools-develop-verify/workspace/server/target/rdf4j-server/WEB-INF/lib/rdf4j-http-server-2.4-SNAPSHOT.jar
[INFO] Webapp assembled in [313 msecs]
[INFO] Building war: /jobs/genie.rdf4j/rdf4j-tools-develop-verify/workspace/server/target/rdf4j-server.war
[INFO] WEB-INF/web.xml already added, skipping
[INFO] 
[INFO] --- maven-failsafe-plugin:2.19.1:integration-test (integration-tests) @ rdf4j-http-server ---

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.rdf4j
Running org.eclipse.rdf4j.http.server.ProtocolTest
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 4.936 sec <<< FAILURE! - in org.eclipse.rdf4j.http.server.ProtocolTest
org.eclipse.rdf4j.http.server.ProtocolTest  Time elapsed: 4.936 sec  <<< ERROR!
java.lang.NoClassDefFoundError: org/eclipse/rdf4j/repository/http/HTTPRepositoryConnection$1
	at org.eclipse.rdf4j.http.server.ProtocolTest.startServer(ProtocolTest.java:76)

org.eclipse.rdf4j.http.server.ProtocolTest  Time elapsed: 4.936 sec  <<< ERROR!
java.lang.NoClassDefFoundError: org/eclipse/rdf4j/repository/http/HTTPRepositoryConnection$1
	at org.eclipse.rdf4j.http.server.ProtocolTest.stopServer(ProtocolTest.java:88)

Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.rdf4j
Running org.eclipse.rdf4j.http.server.WebXmlValidationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.072 sec - in org.eclipse.rdf4j.http.server.WebXmlValidationTest

Results :

Tests in error: 
org.eclipse.rdf4j.http.server.ProtocolTest.org.eclipse.rdf4j.http.server.ProtocolTest
  Run 1: ProtocolTest.startServer:76 » NoClassDefFound org/eclipse/rdf4j/repository/htt...
  Run 2: ProtocolTest.stopServer:88 » NoClassDefFound org/eclipse/rdf4j/repository/http...


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

[INFO] 
[INFO] --- maven-failsafe-plugin:2.19.1:verify (verify) @ rdf4j-http-server ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] RDF4J Tools 2.4-SNAPSHOT ........................... SUCCESS [  1.576 s]
[INFO] RDF4J: application configuration ................... SUCCESS [  2.706 s]
[INFO] RDF4J: Console ..................................... SUCCESS [  9.565 s]
[INFO] RDF4J: HTTP server - core .......................... SUCCESS [  4.228 s]
[INFO] RDF4J: HTTP server ................................. FAILURE [ 12.720 s]
[INFO] RDF4J Workbench .................................... SKIPPED
[INFO] RDF4J: Runtime ..................................... SKIPPED
[INFO] RDF4J: Runtime - OSGi .............................. SKIPPED
[INFO] RDF4J BOM .......................................... SKIPPED
[INFO] RDF4J compliance tests ............................. SKIPPED
[INFO] RDF4J Server compliance test ....................... SKIPPED
[INFO] RDF4J SPARQL query parser compliance tests 2.4-SNAPSHOT SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 32.417 s
[INFO] Finished at: 2018-06-22T21:40:39-04:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.19.1:verify (verify) on project rdf4j-http-server: There are test failures.
[ERROR] 
[ERROR] Please refer to /jobs/genie.rdf4j/rdf4j-tools-develop-verify/workspace/server/target/failsafe-reports for the individual test results.
[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 :rdf4j-http-server
Build step 'Invoke top-level Maven targets' marked build as failure
Not sending mail to unregistered user aschwarte10@xxxxxxxxx


Back to the top