Skip to content
Success

Console Output

Started by an SCM change
Building in workspace /home/hudson/genie.lyo/.jenkins/jobs/lyo-trs-server-master/workspace
No credentials specified
 > /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.trs-server.git # timeout=10
Fetching upstream changes from https://github.com/eclipse/lyo.trs-server.git
 > /usr/local/bin/git --version # timeout=10
 > /usr/local/bin/git fetch --tags --progress https://github.com/eclipse/lyo.trs-server.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 1086df4aef672dcbea5d055104758798a287cf2d (refs/remotes/origin/master)
 > /usr/local/bin/git config core.sparsecheckout # timeout=10
 > /usr/local/bin/git checkout -f 1086df4aef672dcbea5d055104758798a287cf2d
Commit message: "Update README.md"
 > /usr/local/bin/git rev-list --no-walk f00d41d16b2815325f022fbc488648ecac0f4a54 # timeout=10
[workspace] $ /shared/common/apache-maven-latest/bin/mvn -f pom.xml -Dmaven.repo.local=/shared/technology/lyo/maven/repo clean package javadoc:aggregate -B
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.lyo
[INFO] Scanning for projects...
[INFO] 
[INFO] -------------------< org.eclipse.lyo.trs:trs-server >-------------------
[INFO] Building trs-server 4.0.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/oslc-trs/4.0.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/oslc-trs/4.0.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 3.7 kB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ trs-server ---
[INFO] Deleting /jobs/genie.lyo/lyo-trs-server-master/workspace/target
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ trs-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.lyo/lyo-trs-server-master/workspace/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ trs-server ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /jobs/genie.lyo/lyo-trs-server-master/workspace/target/classes
[WARNING] /jobs/genie.lyo/lyo-trs-server-master/workspace/src/main/java/org/eclipse/lyo/oslc4j/trs/server/TRSUtil.java: /jobs/genie.lyo/lyo-trs-server-master/workspace/src/main/java/org/eclipse/lyo/oslc4j/trs/server/TRSUtil.java uses or overrides a deprecated API.
[WARNING] /jobs/genie.lyo/lyo-trs-server-master/workspace/src/main/java/org/eclipse/lyo/oslc4j/trs/server/TRSUtil.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ trs-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ trs-server ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to /jobs/genie.lyo/lyo-trs-server-master/workspace/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ trs-server ---
[INFO] Surefire report directory: /jobs/genie.lyo/lyo-trs-server-master/workspace/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.trs.server.service.TRSServiceDITest
May 01, 2019 9:12:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
May 01, 2019 9:12:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
May 01, 2019 9:12:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
09:12:21.814 [TRACE] AbstractOslcRdfXmlProvider - Using 'Turtle' writer for 'text/turtle' Accept media type
09:12:22.620 [TRACE] AbstractOslcRdfXmlProvider - Using 'Turtle' writer for 'text/turtle' Accept media type
May 01, 2019 9:12:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
May 01, 2019 9:12:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
May 01, 2019 9:12:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
May 01, 2019 9:12:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
09:12:22.854 [DEBUG] TrackedResourceSetService - TRS Base page contains 0 members
09:12:22.857 [TRACE] AbstractOslcRdfXmlProvider - Using 'Turtle' writer for 'text/turtle' Accept media type
09:12:22.867 [TRACE] AbstractOslcRdfXmlProvider - Using 'Turtle' writer for 'text/turtle' Accept media type
May 01, 2019 9:12:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
May 01, 2019 9:12:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
May 01, 2019 9:12:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
May 01, 2019 9:12:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
09:12:23.069 [DEBUG] TrackedResourceSetService - TRS Base page contains 0 members
09:12:23.069 [TRACE] AbstractOslcRdfXmlProvider - Using 'Turtle' writer for 'text/turtle' Accept media type
09:12:23.075 [TRACE] AbstractOslcRdfXmlProvider - Using 'Turtle' writer for 'text/turtle' Accept media type
May 01, 2019 9:12:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.952 sec
Running org.eclipse.lyo.oslc4j.trs.server.service.TRSServiceTest
May 01, 2019 9:12:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
May 01, 2019 9:12:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
May 01, 2019 9:12:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
09:12:23.240 [INFO] TRSServiceResource - Starting up
09:12:23.241 [TRACE] TRSServiceResource - Change History objects requested
09:12:23.244 [INFO] SimpleChangeHistories - started building the change log and the base
09:12:23.244 [INFO] SimpleChangeHistories - Rebuild Base and ChangeLogs
09:12:23.246 [INFO] SimpleChangeHistories - finished building the change log and the base
09:12:23.247 [TRACE] AbstractOslcRdfXmlProvider - Using 'Turtle' writer for 'text/turtle' Accept media type
09:12:23.259 [TRACE] AbstractOslcRdfXmlProvider - Using 'Turtle' writer for 'text/turtle' Accept media type
May 01, 2019 9:12:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
May 01, 2019 9:12:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
May 01, 2019 9:12:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
May 01, 2019 9:12:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
09:12:23.393 [INFO] TRSServiceResource - Starting up
09:12:23.397 [INFO] TRSServiceResource - Starting up
09:12:23.397 [TRACE] TRSServiceResource - Change History objects requested
09:12:23.397 [INFO] SimpleChangeHistories - started building the change log and the base
09:12:23.397 [INFO] SimpleChangeHistories - Rebuild Base and ChangeLogs
09:12:23.399 [INFO] SimpleChangeHistories - finished building the change log and the base
09:12:23.399 [DEBUG] TrackedResourceSetService - TRS Base page contains 5 members
09:12:23.399 [TRACE] AbstractOslcRdfXmlProvider - Using 'Turtle' writer for 'text/turtle' Accept media type
09:12:23.404 [TRACE] AbstractOslcRdfXmlProvider - Using 'Turtle' writer for 'text/turtle' Accept media type
May 01, 2019 9:12:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
May 01, 2019 9:12:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
May 01, 2019 9:12:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
May 01, 2019 9:12:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
09:12:23.543 [INFO] TRSServiceResource - Starting up
09:12:23.547 [INFO] TRSServiceResource - Starting up
09:12:23.547 [TRACE] TRSServiceResource - Change History objects requested
09:12:23.548 [INFO] SimpleChangeHistories - started building the change log and the base
09:12:23.548 [INFO] SimpleChangeHistories - Rebuild Base and ChangeLogs
09:12:23.549 [INFO] SimpleChangeHistories - finished building the change log and the base
09:12:23.549 [DEBUG] TrackedResourceSetService - TRS Base page contains 5 members
09:12:23.549 [TRACE] AbstractOslcRdfXmlProvider - Using 'Turtle' writer for 'text/turtle' Accept media type
09:12:23.555 [TRACE] AbstractOslcRdfXmlProvider - Using 'Turtle' writer for 'text/turtle' Accept media type
May 01, 2019 9:12:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.458 sec
Running org.eclipse.lyo.oslc4j.trs.server.service.DummyServiceTest
May 01, 2019 9:12:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
May 01, 2019 9:12:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
May 01, 2019 9:12:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
May 01, 2019 9:12:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 sec
Running org.eclipse.lyo.oslc4j.trs.server.TRSUtilTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ trs-server ---
[INFO] Building jar: /jobs/genie.lyo/lyo-trs-server-master/workspace/target/trs-server-4.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ trs-server ---
[INFO] Building jar: /jobs/genie.lyo/lyo-trs-server-master/workspace/target/trs-server-4.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------------------< org.eclipse.lyo.trs:trs-server >-------------------
[INFO] Building trs-server 4.0.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-javadoc-plugin:2.9:aggregate (default-cli) > generate-sources @ trs-server >>>
[INFO] 
[INFO] <<< maven-javadoc-plugin:2.9:aggregate (default-cli) < generate-sources @ trs-server <<<
[INFO] 
[INFO] 
[INFO] --- maven-javadoc-plugin:2.9:aggregate (default-cli) @ trs-server ---
[INFO] 
Loading source files for package org.eclipse.lyo.oslc4j.trs.server.service...
Loading source files for package org.eclipse.lyo.oslc4j.trs.server...
Constructing Javadoc information...
Standard Doclet version 1.8.0_192
Building tree for all the packages and classes...
Generating /jobs/genie.lyo/lyo-trs-server-master/workspace/target/site/apidocs/org/eclipse/lyo/oslc4j/trs/server/service/TrackedResourceSetService.html...
Generating /jobs/genie.lyo/lyo-trs-server-master/workspace/target/site/apidocs/org/eclipse/lyo/oslc4j/trs/server/HistoryData.html...
Generating /jobs/genie.lyo/lyo-trs-server-master/workspace/target/site/apidocs/org/eclipse/lyo/oslc4j/trs/server/IChangeHistories.html...
Generating /jobs/genie.lyo/lyo-trs-server-master/workspace/target/site/apidocs/org/eclipse/lyo/oslc4j/trs/server/SimpleChangeHistories.html...
Generating /jobs/genie.lyo/lyo-trs-server-master/workspace/target/site/apidocs/org/eclipse/lyo/oslc4j/trs/server/TRSUtil.html...
Generating /jobs/genie.lyo/lyo-trs-server-master/workspace/target/site/apidocs/overview-frame.html...
Generating /jobs/genie.lyo/lyo-trs-server-master/workspace/target/site/apidocs/org/eclipse/lyo/oslc4j/trs/server/package-frame.html...
Generating /jobs/genie.lyo/lyo-trs-server-master/workspace/target/site/apidocs/org/eclipse/lyo/oslc4j/trs/server/package-summary.html...
Generating /jobs/genie.lyo/lyo-trs-server-master/workspace/target/site/apidocs/org/eclipse/lyo/oslc4j/trs/server/package-tree.html...
Generating /jobs/genie.lyo/lyo-trs-server-master/workspace/target/site/apidocs/org/eclipse/lyo/oslc4j/trs/server/service/package-frame.html...
Generating /jobs/genie.lyo/lyo-trs-server-master/workspace/target/site/apidocs/org/eclipse/lyo/oslc4j/trs/server/service/package-summary.html...
Generating /jobs/genie.lyo/lyo-trs-server-master/workspace/target/site/apidocs/org/eclipse/lyo/oslc4j/trs/server/service/package-tree.html...
Generating /jobs/genie.lyo/lyo-trs-server-master/workspace/target/site/apidocs/constant-values.html...
Generating /jobs/genie.lyo/lyo-trs-server-master/workspace/target/site/apidocs/org/eclipse/lyo/oslc4j/trs/server/service/class-use/TrackedResourceSetService.html...
Generating /jobs/genie.lyo/lyo-trs-server-master/workspace/target/site/apidocs/org/eclipse/lyo/oslc4j/trs/server/class-use/TRSUtil.html...
Generating /jobs/genie.lyo/lyo-trs-server-master/workspace/target/site/apidocs/org/eclipse/lyo/oslc4j/trs/server/class-use/SimpleChangeHistories.html...
Generating /jobs/genie.lyo/lyo-trs-server-master/workspace/target/site/apidocs/org/eclipse/lyo/oslc4j/trs/server/class-use/IChangeHistories.html...
Generating /jobs/genie.lyo/lyo-trs-server-master/workspace/target/site/apidocs/org/eclipse/lyo/oslc4j/trs/server/class-use/HistoryData.html...
Generating /jobs/genie.lyo/lyo-trs-server-master/workspace/target/site/apidocs/org/eclipse/lyo/oslc4j/trs/server/package-use.html...
Generating /jobs/genie.lyo/lyo-trs-server-master/workspace/target/site/apidocs/org/eclipse/lyo/oslc4j/trs/server/service/package-use.html...
Building index for all the packages and classes...
Generating /jobs/genie.lyo/lyo-trs-server-master/workspace/target/site/apidocs/overview-tree.html...
Generating /jobs/genie.lyo/lyo-trs-server-master/workspace/target/site/apidocs/index-all.html...
Generating /jobs/genie.lyo/lyo-trs-server-master/workspace/target/site/apidocs/deprecated-list.html...
Building index for all classes...
Generating /jobs/genie.lyo/lyo-trs-server-master/workspace/target/site/apidocs/allclasses-frame.html...
Generating /jobs/genie.lyo/lyo-trs-server-master/workspace/target/site/apidocs/allclasses-noframe.html...
Generating /jobs/genie.lyo/lyo-trs-server-master/workspace/target/site/apidocs/index.html...
Generating /jobs/genie.lyo/lyo-trs-server-master/workspace/target/site/apidocs/overview-summary.html...
Generating /jobs/genie.lyo/lyo-trs-server-master/workspace/target/site/apidocs/help-doc.html...
[WARNING] Javadoc Warnings
[WARNING] Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.lyo
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  12.738 s
[INFO] Finished at: 2019-05-01T09:12:26-04:00
[INFO] ------------------------------------------------------------------------
[workspace] $ /shared/common/apache-maven-latest/bin/mvn -f pom.xml -Dmaven.repo.local=/shared/technology/lyo/maven/repo deploy -B -DskipTests
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.lyo
[INFO] Scanning for projects...
[INFO] 
[INFO] -------------------< org.eclipse.lyo.trs:trs-server >-------------------
[INFO] Building trs-server 4.0.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ trs-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.lyo/lyo-trs-server-master/workspace/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ trs-server ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ trs-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ trs-server ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ trs-server ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ trs-server ---
[INFO] 
[INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ trs-server ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ trs-server ---
[INFO] Installing /jobs/genie.lyo/lyo-trs-server-master/workspace/target/trs-server-4.0.0-SNAPSHOT.jar to /shared/technology/lyo/maven/repo/org/eclipse/lyo/trs/trs-server/4.0.0-SNAPSHOT/trs-server-4.0.0-SNAPSHOT.jar
[INFO] Installing /jobs/genie.lyo/lyo-trs-server-master/workspace/pom.xml to /shared/technology/lyo/maven/repo/org/eclipse/lyo/trs/trs-server/4.0.0-SNAPSHOT/trs-server-4.0.0-SNAPSHOT.pom
[INFO] Installing /jobs/genie.lyo/lyo-trs-server-master/workspace/target/trs-server-4.0.0-SNAPSHOT-sources.jar to /shared/technology/lyo/maven/repo/org/eclipse/lyo/trs/trs-server/4.0.0-SNAPSHOT/trs-server-4.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ trs-server ---
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/trs/trs-server/4.0.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/trs/trs-server/4.0.0-SNAPSHOT/maven-metadata.xml (997 B at 3.7 kB/s)
[INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/trs/trs-server/4.0.0-SNAPSHOT/trs-server-4.0.0-20190501.131231-11.jar
[INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/trs/trs-server/4.0.0-SNAPSHOT/trs-server-4.0.0-20190501.131231-11.jar (18 kB at 126 kB/s)
[INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/trs/trs-server/4.0.0-SNAPSHOT/trs-server-4.0.0-20190501.131231-11.pom
[INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/trs/trs-server/4.0.0-SNAPSHOT/trs-server-4.0.0-20190501.131231-11.pom (6.2 kB at 65 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/trs/trs-server/maven-metadata.xml
[INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/trs/trs-server/maven-metadata.xml (392 B at 4.4 kB/s)
[INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/trs/trs-server/4.0.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/trs/trs-server/4.0.0-SNAPSHOT/maven-metadata.xml (997 B at 11 kB/s)
[INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/trs/trs-server/maven-metadata.xml
[INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/trs/trs-server/maven-metadata.xml (392 B at 3.8 kB/s)
[INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/trs/trs-server/4.0.0-SNAPSHOT/trs-server-4.0.0-20190501.131231-11-sources.jar
[INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/trs/trs-server/4.0.0-SNAPSHOT/trs-server-4.0.0-20190501.131231-11-sources.jar (12 kB at 113 kB/s)
[INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/trs/trs-server/4.0.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/trs/trs-server/4.0.0-SNAPSHOT/maven-metadata.xml (997 B at 11 kB/s)
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.358 s
[INFO] Finished at: 2019-05-01T09:12:32-04:00
[INFO] ------------------------------------------------------------------------
[workspace] $ /bin/sh -xe /tmp/genie.lyo/jenkins572196251958158477.sh
+ STAGING_HOME=/shared/technology/lyo
++ /home/hudson/genie.lyo/.hudson/maven/slavebundle/bundled-maven/bin/mvn -q -Dexec.executable=echo '-Dexec.args=${project.version}' -Dmaven.repo.local=/shared/technology/lyo/maven/repo --non-recursive org.codehaus.mojo:exec-maven-plugin:1.3.1:exec
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.lyo
+ VERSION=4.0.0-SNAPSHOT
+ DOCS_HOME=/home/data/httpd/download.eclipse.org/lyo/docs/trs-server/4.0.0-SNAPSHOT
+ DOCS_HOME_LATEST=/home/data/httpd/download.eclipse.org/lyo/docs/trs-server/latest
+ mkdir -p /home/data/httpd/download.eclipse.org/lyo/docs/trs-server/4.0.0-SNAPSHOT
+ cp -R target/site/apidocs/allclasses-frame.html target/site/apidocs/allclasses-noframe.html target/site/apidocs/constant-values.html target/site/apidocs/deprecated-list.html target/site/apidocs/help-doc.html target/site/apidocs/index-all.html target/site/apidocs/index.html target/site/apidocs/org target/site/apidocs/overview-frame.html target/site/apidocs/overview-summary.html target/site/apidocs/overview-tree.html target/site/apidocs/package-list target/site/apidocs/script.js target/site/apidocs/stylesheet.css /home/data/httpd/download.eclipse.org/lyo/docs/trs-server/4.0.0-SNAPSHOT/
+ mkdir -p /home/data/httpd/download.eclipse.org/lyo/docs/trs-server/latest
+ cp -R target/site/apidocs/allclasses-frame.html target/site/apidocs/allclasses-noframe.html target/site/apidocs/constant-values.html target/site/apidocs/deprecated-list.html target/site/apidocs/help-doc.html target/site/apidocs/index-all.html target/site/apidocs/index.html target/site/apidocs/org target/site/apidocs/overview-frame.html target/site/apidocs/overview-summary.html target/site/apidocs/overview-tree.html target/site/apidocs/package-list target/site/apidocs/script.js target/site/apidocs/stylesheet.css /home/data/httpd/download.eclipse.org/lyo/docs/trs-server/latest/
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: SUCCESS