Skip to content

Console Output

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