Skip to content
Aborted

Console Output

Started by user andriib@kth.se
Building in workspace /home/hudson/genie.lyo/.jenkins/jobs/lyo-core-master/workspace
 > /usr/local/bin/git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > /usr/local/bin/git config remote.origin.url https://github.com/eclipse/lyo.core.git # timeout=10
Fetching upstream changes from https://github.com/eclipse/lyo.core.git
 > /usr/local/bin/git --version # timeout=10
 > /usr/local/bin/git fetch --tags --progress https://github.com/eclipse/lyo.core.git +refs/heads/*:refs/remotes/origin/*
 > /usr/local/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > /usr/local/bin/git rev-parse refs/remotes/origin/refs/heads/master^{commit} # timeout=10
Checking out Revision 9b86f3c776724a382ffe75250507c1b5d49dfea0 (refs/remotes/origin/master)
 > /usr/local/bin/git config core.sparsecheckout # timeout=10
 > /usr/local/bin/git checkout -f 9b86f3c776724a382ffe75250507c1b5d49dfea0
Commit message: "Add the OSGi bundle for Lyo Core (#16)"
 > /usr/local/bin/git rev-list 9b86f3c776724a382ffe75250507c1b5d49dfea0 # timeout=10
[workspace] $ /shared/common/apache-maven-latest/bin/mvn -f org.eclipse.lyo.oslc4j.build/pom.xml -Dmaven.repo.local=/shared/technology/lyo/maven/repo -B clean install javadoc:aggregate
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.lyo
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] OSLC4J Build                                                       [pom]
[INFO] OSLC4J Core                                                        [jar]
[INFO] OSLC4J Query                                                       [jar]
[INFO] OSLC4J Jena Provider                                               [jar]
[INFO] OSLC TRS Toolkit                                                   [jar]
[INFO] OSLC4J JSON4J Provider                                             [jar]
[INFO] OSLC4J Utilities                                                   [jar]
[INFO] OSLC4J Wink Application                                            [jar]
[INFO] OSLC4J Registry                                                    [war]
[INFO] repackaging.jersey                                                 [jar]
[INFO] shacl                                                              [jar]
[INFO] oslc4j-bundle                                                   [bundle]
[INFO] 
[INFO] -----------< org.eclipse.lyo.oslc4j.core:oslc4j-core-build >------------
[INFO] Building OSLC4J Build 2.4.0-SNAPSHOT                              [1/12]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ oslc4j-core-build ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ oslc4j-core-build ---
[INFO] Installing /jobs/genie.lyo/lyo-core-master/workspace/org.eclipse.lyo.oslc4j.build/pom.xml to /shared/technology/lyo/maven/repo/org/eclipse/lyo/oslc4j/core/oslc4j-core-build/2.4.0-SNAPSHOT/oslc4j-core-build-2.4.0-SNAPSHOT.pom
[INFO] 
[INFO] --------------< org.eclipse.lyo.oslc4j.core:oslc4j-core >---------------
[INFO] Building OSLC4J Core 2.4.0-SNAPSHOT                               [2/12]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ oslc4j-core ---
[INFO] Deleting /jobs/genie.lyo/lyo-core-master/workspace/org.eclipse.lyo.oslc4j.core/target
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ oslc4j-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ oslc4j-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 89 source files to /jobs/genie.lyo/lyo-core-master/workspace/org.eclipse.lyo.oslc4j.core/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ oslc4j-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.lyo/lyo-core-master/workspace/org.eclipse.lyo.oslc4j.core/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ oslc4j-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /jobs/genie.lyo/lyo-core-master/workspace/org.eclipse.lyo.oslc4j.core/target/test-classes
[WARNING] /jobs/genie.lyo/lyo-core-master/workspace/org.eclipse.lyo.oslc4j.core/src/test/java/org/eclipse/lyo/oslc4j/core/test/OslcGlobalNamespaceProviderTest.java: Some input files use or override a deprecated API.
[WARNING] /jobs/genie.lyo/lyo-core-master/workspace/org.eclipse.lyo.oslc4j.core/src/test/java/org/eclipse/lyo/oslc4j/core/test/OslcGlobalNamespaceProviderTest.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ oslc4j-core ---
[INFO] Surefire report directory: /jobs/genie.lyo/lyo-core-master/workspace/org.eclipse.lyo.oslc4j.core/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.lyo
Running org.eclipse.lyo.oslc4j.core.model.LinkTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 sec
Running org.eclipse.lyo.oslc4j.core.model.ServiceProviderFactoryTest
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.226 sec
Running org.eclipse.lyo.oslc4j.core.test.OslcGlobalNamespaceProviderTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
Running org.eclipse.lyo.oslc4j.core.test.ShapeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.eclipse.lyo.oslc4j.core.OSLC4JUtilsTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 sec

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ oslc4j-core ---
Build was aborted
Aborted by andriib@kth.se
Recording test results
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: ABORTED