Skip to content

Console Output

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