Skip to content

Console Output

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