Skip to content

Console Output

05:30:13 GitHub pull request #175 of commit 352668ce42adc314060f8458d302dd1593a68168, no merge conflicts.
05:30:14 Setting status of 352668ce42adc314060f8458d302dd1593a68168 to PENDING with url https://hudson.eclipse.org/microprofile/job/microprofile-concurrency-prs/155/ and message: 'Build started for merge commit.'
05:30:14 Building in workspace /home/hudson/genie.microprofile/.jenkins/jobs/microprofile-concurrency-prs/workspace
05:30:14 [WS-CLEANUP] Deleting project workspace...
05:30:14 [WS-CLEANUP] Deferred wipeout is used...
05:30:14 [WS-CLEANUP] Done
05:30:14 No credentials specified
05:30:14 Cloning the remote Git repository
05:30:14 Cloning repository https://github.com/eclipse/microprofile-concurrency.git
05:30:14  > /usr/local/bin/git init /home/hudson/genie.microprofile/.jenkins/jobs/microprofile-concurrency-prs/workspace # timeout=10
05:30:14 Fetching upstream changes from https://github.com/eclipse/microprofile-concurrency.git
05:30:14  > /usr/local/bin/git --version # timeout=10
05:30:14 Setting http proxy: proxy.eclipse.org:9898
05:30:14  > /usr/local/bin/git fetch --tags --progress https://github.com/eclipse/microprofile-concurrency.git +refs/heads/*:refs/remotes/origin/*
05:30:16  > /usr/local/bin/git config remote.origin.url https://github.com/eclipse/microprofile-concurrency.git # timeout=10
05:30:16  > /usr/local/bin/git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
05:30:16  > /usr/local/bin/git config remote.origin.url https://github.com/eclipse/microprofile-concurrency.git # timeout=10
05:30:16 Fetching upstream changes from https://github.com/eclipse/microprofile-concurrency.git
05:30:16 Setting http proxy: proxy.eclipse.org:9898
05:30:16  > /usr/local/bin/git fetch --tags --progress https://github.com/eclipse/microprofile-concurrency.git +refs/pull/*:refs/remotes/origin/pr/*
05:30:17  > /usr/local/bin/git rev-parse refs/remotes/origin/pr/175/merge^{commit} # timeout=10
05:30:17  > /usr/local/bin/git rev-parse refs/remotes/origin/origin/pr/175/merge^{commit} # timeout=10
05:30:17 Checking out Revision be5b841f4f324e3a4f593b2ba81ae809923a3251 (refs/remotes/origin/pr/175/merge)
05:30:17  > /usr/local/bin/git config core.sparsecheckout # timeout=10
05:30:17  > /usr/local/bin/git checkout -f be5b841f4f324e3a4f593b2ba81ae809923a3251
05:30:17 Commit message: "Merge 352668ce42adc314060f8458d302dd1593a68168 into 50985777f6e23451c3758c9f7d4720d87edb5610"
05:30:17 First time build. Skipping changelog.
05:30:18 Parsing POMs
05:30:19 Modules changed, recalculating dependency graph
05:30:23 Established TCP socket on 40429
05:30:23 [workspace] $ /shared/common/jdk1.8.0_x64-latest/bin/java -Xmx2G -Djava.io.tmpdir=/tmp/genie.microprofile -DforkCount=2 -cp /home/hudson/genie.microprofile/.jenkins/plugins/maven-plugin/WEB-INF/lib/maven35-agent-1.12.jar:/shared/common/apache-maven-latest/boot/plexus-classworlds-2.5.2.jar:/shared/common/apache-maven-latest/conf/logging jenkins.maven3.agent.Maven35Main /shared/common/apache-maven-latest /home/hudson/genie.microprofile/.jenkins/war/WEB-INF/lib/remoting-3.27.jar /home/hudson/genie.microprofile/.jenkins/plugins/maven-plugin/WEB-INF/lib/maven35-interceptor-1.12.jar /home/hudson/genie.microprofile/.jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-commons-1.12.jar 40429
05:30:23 Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.microprofile -DforkCount=2
05:30:27 <===[JENKINS REMOTING CAPACITY]===>channel started
05:30:28 Executing Maven:  -B -f /home/hudson/genie.microprofile/.jenkins/jobs/microprofile-concurrency-prs/workspace/pom.xml install
05:30:29 [INFO] Scanning for projects...
05:30:30 [INFO] ------------------------------------------------------------------------
05:30:30 [INFO] Reactor Build Order:
05:30:30 [INFO] 
05:30:30 [INFO] MicroProfile Context Propagation                                   [pom]
05:30:30 [INFO] MicroProfile Context Propagation                                   [jar]
05:30:30 [INFO] microprofile-context-propagation-tck                               [jar]
05:30:30 [INFO] MicroProfile Context Propagation Specification                     [pom]
05:30:30 [INFO] 
05:30:30 [INFO] --< org.eclipse.microprofile.context-propagation:microprofile-context-propagation-parent >--
05:30:30 [INFO] Building MicroProfile Context Propagation 1.1-SNAPSHOT             [1/4]
05:30:30 [INFO] --------------------------------[ pom ]---------------------------------
05:30:30 [INFO] 
05:30:30 [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-context-propagation-parent ---
05:30:31 [INFO] Enabled default license matchers.
05:30:31 [INFO] Will parse SCM ignores for exclusions...
05:30:31 [INFO] Parsing exclusions from /home/hudson/genie.microprofile/.jenkins/jobs/microprofile-concurrency-prs/workspace/.gitignore
05:30:31 [INFO] Finished adding exclusions from SCM ignore files.
05:30:31 [INFO] 69 implicit excludes (use -debug for more details).
05:30:31 [INFO] 8 explicit excludes (use -debug for more details).
05:30:31 [INFO] 5 resources included (use -debug for more details)
05:30:31 [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 4 licenses.
05:30:32 [INFO] 
05:30:32 [INFO] --- maven-checkstyle-plugin:3.0.0:checkstyle-aggregate (verify-style) @ microprofile-context-propagation-parent ---
05:30:34 [INFO] Starting audit...
05:30:34 Audit done.
05:30:34 [WARNING] Unable to locate Source XRef to link to - DISABLED
05:30:34 [INFO] 
05:30:34 [INFO] --- maven-install-plugin:2.4:install (default-install) @ microprofile-context-propagation-parent ---
05:30:35 [INFO] Installing /home/hudson/genie.microprofile/.jenkins/jobs/microprofile-concurrency-prs/workspace/pom.xml to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/context-propagation/microprofile-context-propagation-parent/1.1-SNAPSHOT/microprofile-context-propagation-parent-1.1-SNAPSHOT.pom
05:30:36 Started calculate disk usage of build
05:30:36 Finished Calculation of disk usage of build in 0 seconds
05:30:36 Started calculate disk usage of workspace
05:30:36 Finished Calculation of disk usage of workspace in 0 seconds
05:30:37 [INFO] 
05:30:37 [INFO] --< org.eclipse.microprofile.context-propagation:microprofile-context-propagation-api >--
05:30:37 [INFO] Building MicroProfile Context Propagation 1.1-SNAPSHOT             [2/4]
05:30:37 [INFO] --------------------------------[ jar ]---------------------------------
05:30:37 [INFO] 
05:30:37 [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-context-propagation-api ---
05:30:37 [INFO] Enabled default license matchers.
05:30:37 [INFO] Will parse SCM ignores for exclusions...
05:30:37 [INFO] Finished adding exclusions from SCM ignore files.
05:30:37 [INFO] 62 implicit excludes (use -debug for more details).
05:30:37 [INFO] 8 explicit excludes (use -debug for more details).
05:30:37 [INFO] 10 resources included (use -debug for more details)
05:30:37 [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 10 licenses.
05:30:37 [INFO] 
05:30:37 [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ microprofile-context-propagation-api ---
05:30:37 [INFO] Using 'UTF-8' encoding to copy filtered resources.
05:30:37 [INFO] skip non existing resourceDirectory /home/hudson/genie.microprofile/.jenkins/jobs/microprofile-concurrency-prs/workspace/api/src/main/resources
05:30:37 [INFO] 
05:30:37 [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ microprofile-context-propagation-api ---
05:30:37 [INFO] Changes detected - recompiling the module!
05:30:37 [INFO] Compiling 9 source files to /home/hudson/genie.microprofile/.jenkins/jobs/microprofile-concurrency-prs/workspace/api/target/classes
05:30:38 [INFO] 
05:30:38 [INFO] --- maven-checkstyle-plugin:3.0.0:checkstyle-aggregate (verify-style) @ microprofile-context-propagation-api ---
05:30:38 [INFO] 
05:30:38 [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ microprofile-context-propagation-api ---
05:30:38 [INFO] Using 'UTF-8' encoding to copy filtered resources.
05:30:38 [INFO] skip non existing resourceDirectory /home/hudson/genie.microprofile/.jenkins/jobs/microprofile-concurrency-prs/workspace/api/src/test/resources
05:30:38 [INFO] 
05:30:38 [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ microprofile-context-propagation-api ---
05:30:38 [INFO] No sources to compile
05:30:38 [INFO] 
05:30:38 [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ microprofile-context-propagation-api ---
05:30:38 [INFO] No tests to run.
05:30:38 [JENKINS] Recording test results
05:30:38 [WARNING] Attempt to (de-)serialize anonymous class hudson.maven.reporters.BuildInfoRecorder$1; see: https://jenkins.io/redirect/serialization-of-anonymous-classes/
05:30:38 [INFO] 
05:30:38 [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ microprofile-context-propagation-api ---
05:30:40 [INFO] Building jar: /home/hudson/genie.microprofile/.jenkins/jobs/microprofile-concurrency-prs/workspace/api/target/microprofile-context-propagation-api-1.1-SNAPSHOT.jar
05:30:40 [INFO] 
05:30:40 [INFO] --- maven-install-plugin:2.4:install (default-install) @ microprofile-context-propagation-api ---
05:30:40 [INFO] Installing /home/hudson/genie.microprofile/.jenkins/jobs/microprofile-concurrency-prs/workspace/api/target/microprofile-context-propagation-api-1.1-SNAPSHOT.jar to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/context-propagation/microprofile-context-propagation-api/1.1-SNAPSHOT/microprofile-context-propagation-api-1.1-SNAPSHOT.jar
05:30:40 [INFO] Installing /home/hudson/genie.microprofile/.jenkins/jobs/microprofile-concurrency-prs/workspace/api/pom.xml to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/context-propagation/microprofile-context-propagation-api/1.1-SNAPSHOT/microprofile-context-propagation-api-1.1-SNAPSHOT.pom
05:30:41 Started calculate disk usage of build
05:30:41 Finished Calculation of disk usage of build in 0 seconds
05:30:41 Started calculate disk usage of workspace
05:30:41 Finished Calculation of disk usage of workspace in 0 seconds
05:30:42 [INFO] 
05:30:42 [INFO] --< org.eclipse.microprofile.context-propagation:microprofile-context-propagation-tck >--
05:30:42 [INFO] Building microprofile-context-propagation-tck 1.1-SNAPSHOT         [3/4]
05:30:42 [INFO] --------------------------------[ jar ]---------------------------------
05:30:42 [INFO] 
05:30:42 [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-context-propagation-tck ---
05:30:42 [INFO] Enabled default license matchers.
05:30:42 [INFO] Will parse SCM ignores for exclusions...
05:30:42 [INFO] Finished adding exclusions from SCM ignore files.
05:30:42 [INFO] 62 implicit excludes (use -debug for more details).
05:30:42 [INFO] 8 explicit excludes (use -debug for more details).
05:30:42 [INFO] 27 resources included (use -debug for more details)
05:30:42 [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 27 licenses.
05:30:42 [INFO] 
05:30:42 [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ microprofile-context-propagation-tck ---
05:30:42 [INFO] Using 'UTF-8' encoding to copy filtered resources.
05:30:42 [INFO] skip non existing resourceDirectory /home/hudson/genie.microprofile/.jenkins/jobs/microprofile-concurrency-prs/workspace/tck/src/main/resources
05:30:42 [INFO] 
05:30:42 [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ microprofile-context-propagation-tck ---
05:30:42 [INFO] Changes detected - recompiling the module!
05:30:42 [INFO] Compiling 26 source files to /home/hudson/genie.microprofile/.jenkins/jobs/microprofile-concurrency-prs/workspace/tck/target/classes
05:30:44 [INFO] 
05:30:44 [INFO] --- maven-checkstyle-plugin:3.0.0:checkstyle-aggregate (verify-style) @ microprofile-context-propagation-tck ---
05:30:44 [INFO] 
05:30:44 [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ microprofile-context-propagation-tck ---
05:30:44 [INFO] Using 'UTF-8' encoding to copy filtered resources.
05:30:44 [INFO] skip non existing resourceDirectory /home/hudson/genie.microprofile/.jenkins/jobs/microprofile-concurrency-prs/workspace/tck/src/test/resources
05:30:44 [INFO] 
05:30:44 [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ microprofile-context-propagation-tck ---
05:30:44 [INFO] No sources to compile
05:30:44 [INFO] 
05:30:44 [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ microprofile-context-propagation-tck ---
05:30:44 [INFO] No tests to run.
05:30:44 [JENKINS] Recording test results
05:30:44 [INFO] 
05:30:44 [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ microprofile-context-propagation-tck ---
05:30:46 [INFO] Building jar: /home/hudson/genie.microprofile/.jenkins/jobs/microprofile-concurrency-prs/workspace/tck/target/microprofile-context-propagation-tck-1.1-SNAPSHOT.jar
05:30:47 [INFO] 
05:30:47 [INFO] --- maven-install-plugin:2.4:install (default-install) @ microprofile-context-propagation-tck ---
05:30:47 [INFO] Installing /home/hudson/genie.microprofile/.jenkins/jobs/microprofile-concurrency-prs/workspace/tck/target/microprofile-context-propagation-tck-1.1-SNAPSHOT.jar to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/context-propagation/microprofile-context-propagation-tck/1.1-SNAPSHOT/microprofile-context-propagation-tck-1.1-SNAPSHOT.jar
05:30:47 [INFO] Installing /home/hudson/genie.microprofile/.jenkins/jobs/microprofile-concurrency-prs/workspace/tck/pom.xml to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/context-propagation/microprofile-context-propagation-tck/1.1-SNAPSHOT/microprofile-context-propagation-tck-1.1-SNAPSHOT.pom
05:30:48 Started calculate disk usage of build
05:30:48 Finished Calculation of disk usage of build in 0 seconds
05:30:49 Started calculate disk usage of workspace
05:30:49 Finished Calculation of disk usage of workspace in 0 seconds
05:30:50 [INFO] 
05:30:50 [INFO] --< org.eclipse.microprofile.context-propagation:microprofile-context-propagation-spec >--
05:30:50 [INFO] Building MicroProfile Context Propagation Specification 1.1-SNAPSHOT [4/4]
05:30:50 [INFO] --------------------------------[ pom ]---------------------------------
05:30:50 [INFO] 
05:30:50 [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-context-propagation-spec ---
05:30:50 [INFO] Enabled default license matchers.
05:30:50 [INFO] Will parse SCM ignores for exclusions...
05:30:50 [INFO] Finished adding exclusions from SCM ignore files.
05:30:50 [INFO] 62 implicit excludes (use -debug for more details).
05:30:50 [INFO] 8 explicit excludes (use -debug for more details).
05:30:50 [INFO] 12 resources included (use -debug for more details)
05:30:50 [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 12 licenses.
05:30:50 [INFO] 
05:30:50 [INFO] --- asciidoctor-maven-plugin:1.5.5:process-asciidoc (generate-pdf-doc) @ microprofile-context-propagation-spec ---
05:30:53 [INFO] Using 'UTF-8' encoding to copy filtered resources.
05:30:53 [INFO] ignoreDelta true
05:30:53 [INFO] Copying 0 resource
05:31:09 [INFO] Rendered /home/hudson/genie.microprofile/.jenkins/jobs/microprofile-concurrency-prs/workspace/spec/src/main/asciidoc/microprofile-context-propagation.asciidoc
05:31:09 [INFO] 
05:31:09 [INFO] --- asciidoctor-maven-plugin:1.5.5:process-asciidoc (output-html) @ microprofile-context-propagation-spec ---
05:31:09 [INFO] Using 'UTF-8' encoding to copy filtered resources.
05:31:09 [INFO] ignoreDelta true
05:31:09 [INFO] Copying 0 resource
05:31:09 [INFO] Rendered /home/hudson/genie.microprofile/.jenkins/jobs/microprofile-concurrency-prs/workspace/spec/src/main/asciidoc/microprofile-context-propagation.asciidoc
05:31:09 [INFO] 
05:31:09 [INFO] --- maven-checkstyle-plugin:3.0.0:checkstyle-aggregate (verify-style) @ microprofile-context-propagation-spec ---
05:31:09 [INFO] 
05:31:09 [INFO] --- maven-install-plugin:2.4:install (default-install) @ microprofile-context-propagation-spec ---
05:31:09 [INFO] Installing /home/hudson/genie.microprofile/.jenkins/jobs/microprofile-concurrency-prs/workspace/spec/pom.xml to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/context-propagation/microprofile-context-propagation-spec/1.1-SNAPSHOT/microprofile-context-propagation-spec-1.1-SNAPSHOT.pom
05:31:11 Started calculate disk usage of build
05:31:11 Finished Calculation of disk usage of build in 0 seconds
05:31:12 Started calculate disk usage of workspace
05:31:12 Finished Calculation of disk usage of workspace in 0 seconds
05:31:14 [INFO] ------------------------------------------------------------------------
05:31:14 [INFO] Reactor Summary for MicroProfile Context Propagation 1.1-SNAPSHOT:
05:31:14 [INFO] 
05:31:14 [INFO] MicroProfile Context Propagation ................... SUCCESS [  4.851 s]
05:31:14 [INFO] MicroProfile Context Propagation ................... SUCCESS [  3.454 s]
05:31:14 [INFO] microprofile-context-propagation-tck ............... SUCCESS [  4.743 s]
05:31:14 [INFO] MicroProfile Context Propagation Specification ..... SUCCESS [ 19.580 s]
05:31:14 [INFO] ------------------------------------------------------------------------
05:31:14 [INFO] BUILD SUCCESS
05:31:14 [INFO] ------------------------------------------------------------------------
05:31:14 [INFO] Total time:  44.412 s
05:31:14 [INFO] Finished at: 2019-09-05T05:31:14-04:00
05:31:14 [INFO] ------------------------------------------------------------------------
05:31:14 Waiting for Jenkins to finish collecting data
05:31:14 [JENKINS] Archiving /home/hudson/genie.microprofile/.jenkins/jobs/microprofile-concurrency-prs/workspace/spec/pom.xml to org.eclipse.microprofile.context-propagation/microprofile-context-propagation-spec/1.1-SNAPSHOT/microprofile-context-propagation-spec-1.1-SNAPSHOT.pom
05:31:14 [JENKINS] Archiving /home/hudson/genie.microprofile/.jenkins/jobs/microprofile-concurrency-prs/workspace/tck/pom.xml to org.eclipse.microprofile.context-propagation/microprofile-context-propagation-tck/1.1-SNAPSHOT/microprofile-context-propagation-tck-1.1-SNAPSHOT.pom
05:31:14 [JENKINS] Archiving /home/hudson/genie.microprofile/.jenkins/jobs/microprofile-concurrency-prs/workspace/tck/target/microprofile-context-propagation-tck-1.1-SNAPSHOT.jar to org.eclipse.microprofile.context-propagation/microprofile-context-propagation-tck/1.1-SNAPSHOT/microprofile-context-propagation-tck-1.1-SNAPSHOT.jar
05:31:14 [JENKINS] Archiving /home/hudson/genie.microprofile/.jenkins/jobs/microprofile-concurrency-prs/workspace/api/pom.xml to org.eclipse.microprofile.context-propagation/microprofile-context-propagation-api/1.1-SNAPSHOT/microprofile-context-propagation-api-1.1-SNAPSHOT.pom
05:31:14 [JENKINS] Archiving /home/hudson/genie.microprofile/.jenkins/jobs/microprofile-concurrency-prs/workspace/api/target/microprofile-context-propagation-api-1.1-SNAPSHOT.jar to org.eclipse.microprofile.context-propagation/microprofile-context-propagation-api/1.1-SNAPSHOT/microprofile-context-propagation-api-1.1-SNAPSHOT.jar
05:31:14 [JENKINS] Archiving /home/hudson/genie.microprofile/.jenkins/jobs/microprofile-concurrency-prs/workspace/pom.xml to org.eclipse.microprofile.context-propagation/microprofile-context-propagation-parent/1.1-SNAPSHOT/microprofile-context-propagation-parent-1.1-SNAPSHOT.pom
05:31:14 channel stopped
05:31:16 Started calculate disk usage of build
05:31:16 Finished Calculation of disk usage of build in 0 seconds
05:31:22 Started calculate disk usage of workspace
05:31:22 Finished Calculation of disk usage of workspace in 0 seconds
05:31:24 Setting status of 352668ce42adc314060f8458d302dd1593a68168 to SUCCESS with url https://hudson.eclipse.org/microprofile/job/microprofile-concurrency-prs/155/ and message: 'Build finished. '
05:31:25 Finished: SUCCESS