Started by an SCM change Building in workspace /home/hudson/genie.microprofile/.jenkins/jobs/microprofile-concurrency-maven-snapshots/workspace [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... [WS-CLEANUP] Done No credentials specified Cloning the remote Git repository Cloning repository https://github.com/eclipse/microprofile-concurrency.git > /usr/local/bin/git init /home/hudson/genie.microprofile/.jenkins/jobs/microprofile-concurrency-maven-snapshots/workspace # timeout=10 Fetching upstream changes from https://github.com/eclipse/microprofile-concurrency.git > /usr/local/bin/git --version # timeout=10 Setting http proxy: proxy.eclipse.org:9898 > /usr/local/bin/git fetch --tags --progress https://github.com/eclipse/microprofile-concurrency.git +refs/heads/*:refs/remotes/origin/* > /usr/local/bin/git config remote.origin.url https://github.com/eclipse/microprofile-concurrency.git # timeout=10 > /usr/local/bin/git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > /usr/local/bin/git config remote.origin.url https://github.com/eclipse/microprofile-concurrency.git # timeout=10 Fetching upstream changes from https://github.com/eclipse/microprofile-concurrency.git Setting http proxy: proxy.eclipse.org:9898 > /usr/local/bin/git fetch --tags --progress https://github.com/eclipse/microprofile-concurrency.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/origin/master^{commit} # timeout=10 Checking out Revision cd2a7640aec4aa4f0088ec5f7f5df30579812f62 (refs/remotes/origin/master) > /usr/local/bin/git config core.sparsecheckout # timeout=10 > /usr/local/bin/git checkout -f cd2a7640aec4aa4f0088ec5f7f5df30579812f62 Commit message: "Merge pull request #136 from njr-11/124-remove-config-defaults-for-context-propagation" > /usr/local/bin/git rev-list --no-walk ddb2e2c692f38ebb050896f902540316a4b7cfc5 # timeout=10 Parsing POMs Established TCP socket on 42594 [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 42594 Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.microprofile <===[JENKINS REMOTING CAPACITY]===>channel started Executing Maven: -B -f /home/hudson/genie.microprofile/.jenkins/jobs/microprofile-concurrency-maven-snapshots/workspace/pom.xml install [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] MicroProfile Concurrency [pom] [INFO] MicroProfile Concurrency [jar] [INFO] microprofile-concurrency-tck [jar] [INFO] [INFO] --< org.eclipse.microprofile.concurrency:microprofile-concurrency-parent >-- [INFO] Building MicroProfile Concurrency 1.0-SNAPSHOT [1/3] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-concurrency-parent --- [INFO] Enabled default license matchers. [INFO] Will parse SCM ignores for exclusions... [INFO] Parsing exclusions from /home/hudson/genie.microprofile/.jenkins/jobs/microprofile-concurrency-maven-snapshots/workspace/.gitignore [INFO] Finished adding exclusions from SCM ignore files. [INFO] 67 implicit excludes (use -debug for more details). [INFO] 8 explicit excludes (use -debug for more details). [INFO] 16 resources included (use -debug for more details) [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 15 licenses. [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:checkstyle-aggregate (verify-style) @ microprofile-concurrency-parent --- [INFO] Starting audit... Audit done. [WARNING] Unable to locate Source XRef to link to - DISABLED [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ microprofile-concurrency-parent --- [INFO] Installing /home/hudson/genie.microprofile/.jenkins/jobs/microprofile-concurrency-maven-snapshots/workspace/pom.xml to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/concurrency/microprofile-concurrency-parent/1.0-SNAPSHOT/microprofile-concurrency-parent-1.0-SNAPSHOT.pom 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 [INFO] [INFO] --< org.eclipse.microprofile.concurrency:microprofile-concurrency-api >-- [INFO] Building MicroProfile Concurrency 1.0-SNAPSHOT [2/3] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-concurrency-api --- [INFO] Enabled default license matchers. [INFO] Will parse SCM ignores for exclusions... [INFO] Finished adding exclusions from SCM ignore files. [INFO] 62 implicit excludes (use -debug for more details). [INFO] 8 explicit excludes (use -debug for more details). [INFO] 13 resources included (use -debug for more details) [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 13 licenses. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ microprofile-concurrency-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/hudson/genie.microprofile/.jenkins/jobs/microprofile-concurrency-maven-snapshots/workspace/api/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ microprofile-concurrency-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /home/hudson/genie.microprofile/.jenkins/jobs/microprofile-concurrency-maven-snapshots/workspace/api/target/classes [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:checkstyle-aggregate (verify-style) @ microprofile-concurrency-api --- [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ microprofile-concurrency-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/hudson/genie.microprofile/.jenkins/jobs/microprofile-concurrency-maven-snapshots/workspace/api/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ microprofile-concurrency-api --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ microprofile-concurrency-api --- [INFO] No tests to run. [JENKINS] Recording test results [WARNING] Attempt to (de-)serialize anonymous class hudson.maven.reporters.BuildInfoRecorder$1; see: https://jenkins.io/redirect/serialization-of-anonymous-classes/ [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ microprofile-concurrency-api --- [INFO] Building jar: /home/hudson/genie.microprofile/.jenkins/jobs/microprofile-concurrency-maven-snapshots/workspace/api/target/microprofile-concurrency-api-1.0-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ microprofile-concurrency-api --- [INFO] Installing /home/hudson/genie.microprofile/.jenkins/jobs/microprofile-concurrency-maven-snapshots/workspace/api/target/microprofile-concurrency-api-1.0-SNAPSHOT.jar to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/concurrency/microprofile-concurrency-api/1.0-SNAPSHOT/microprofile-concurrency-api-1.0-SNAPSHOT.jar [INFO] Installing /home/hudson/genie.microprofile/.jenkins/jobs/microprofile-concurrency-maven-snapshots/workspace/api/pom.xml to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/concurrency/microprofile-concurrency-api/1.0-SNAPSHOT/microprofile-concurrency-api-1.0-SNAPSHOT.pom 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 [INFO] [INFO] --< org.eclipse.microprofile.concurrency:microprofile-concurrency-tck >-- [INFO] Building microprofile-concurrency-tck 1.0-SNAPSHOT [3/3] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-concurrency-tck --- [INFO] Enabled default license matchers. [INFO] Will parse SCM ignores for exclusions... [INFO] Finished adding exclusions from SCM ignore files. [INFO] 62 implicit excludes (use -debug for more details). [INFO] 8 explicit excludes (use -debug for more details). [INFO] 29 resources included (use -debug for more details) [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 29 licenses. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ microprofile-concurrency-tck --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ microprofile-concurrency-tck --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 27 source files to /home/hudson/genie.microprofile/.jenkins/jobs/microprofile-concurrency-maven-snapshots/workspace/tck/target/classes [WARNING] /home/hudson/genie.microprofile/.jenkins/jobs/microprofile-concurrency-maven-snapshots/workspace/tck/src/main/java/org/eclipse/microprofile/concurrency/tck/MPConfigTest.java: /home/hudson/genie.microprofile/.jenkins/jobs/microprofile-concurrency-maven-snapshots/workspace/tck/src/main/java/org/eclipse/microprofile/concurrency/tck/MPConfigTest.java uses unchecked or unsafe operations. [WARNING] /home/hudson/genie.microprofile/.jenkins/jobs/microprofile-concurrency-maven-snapshots/workspace/tck/src/main/java/org/eclipse/microprofile/concurrency/tck/MPConfigTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:checkstyle-aggregate (verify-style) @ microprofile-concurrency-tck --- [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ microprofile-concurrency-tck --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/hudson/genie.microprofile/.jenkins/jobs/microprofile-concurrency-maven-snapshots/workspace/tck/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ microprofile-concurrency-tck --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ microprofile-concurrency-tck --- [INFO] No tests to run. [JENKINS] Recording test results [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ microprofile-concurrency-tck --- [INFO] Building jar: /home/hudson/genie.microprofile/.jenkins/jobs/microprofile-concurrency-maven-snapshots/workspace/tck/target/microprofile-concurrency-tck-1.0-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ microprofile-concurrency-tck --- [INFO] Installing /home/hudson/genie.microprofile/.jenkins/jobs/microprofile-concurrency-maven-snapshots/workspace/tck/target/microprofile-concurrency-tck-1.0-SNAPSHOT.jar to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/concurrency/microprofile-concurrency-tck/1.0-SNAPSHOT/microprofile-concurrency-tck-1.0-SNAPSHOT.jar [INFO] Installing /home/hudson/genie.microprofile/.jenkins/jobs/microprofile-concurrency-maven-snapshots/workspace/tck/pom.xml to /opt/public/hipp/homes/genie.microprofile/.m2/repository/org/eclipse/microprofile/concurrency/microprofile-concurrency-tck/1.0-SNAPSHOT/microprofile-concurrency-tck-1.0-SNAPSHOT.pom 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 [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] MicroProfile Concurrency 1.0-SNAPSHOT .............. SUCCESS [ 5.273 s] [INFO] MicroProfile Concurrency ........................... SUCCESS [ 5.362 s] [INFO] microprofile-concurrency-tck 1.0-SNAPSHOT .......... SUCCESS [ 4.781 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 23.473 s [INFO] Finished at: 2019-03-07T11:44:42-05:00 [INFO] ------------------------------------------------------------------------ Waiting for Jenkins to finish collecting data [JENKINS] Archiving /home/hudson/genie.microprofile/.jenkins/jobs/microprofile-concurrency-maven-snapshots/workspace/tck/pom.xml to org.eclipse.microprofile.concurrency/microprofile-concurrency-tck/1.0-SNAPSHOT/microprofile-concurrency-tck-1.0-SNAPSHOT.pom [JENKINS] Archiving /home/hudson/genie.microprofile/.jenkins/jobs/microprofile-concurrency-maven-snapshots/workspace/tck/target/microprofile-concurrency-tck-1.0-SNAPSHOT.jar to org.eclipse.microprofile.concurrency/microprofile-concurrency-tck/1.0-SNAPSHOT/microprofile-concurrency-tck-1.0-SNAPSHOT.jar [JENKINS] Archiving /home/hudson/genie.microprofile/.jenkins/jobs/microprofile-concurrency-maven-snapshots/workspace/pom.xml to org.eclipse.microprofile.concurrency/microprofile-concurrency-parent/1.0-SNAPSHOT/microprofile-concurrency-parent-1.0-SNAPSHOT.pom [JENKINS] Archiving /home/hudson/genie.microprofile/.jenkins/jobs/microprofile-concurrency-maven-snapshots/workspace/api/pom.xml to org.eclipse.microprofile.concurrency/microprofile-concurrency-api/1.0-SNAPSHOT/microprofile-concurrency-api-1.0-SNAPSHOT.pom [JENKINS] Archiving /home/hudson/genie.microprofile/.jenkins/jobs/microprofile-concurrency-maven-snapshots/workspace/api/target/microprofile-concurrency-api-1.0-SNAPSHOT.jar to org.eclipse.microprofile.concurrency/microprofile-concurrency-api/1.0-SNAPSHOT/microprofile-concurrency-api-1.0-SNAPSHOT.jar channel stopped Maven RedeployPublisher use remote maven settings from : /opt/public/hipp/homes/genie.microprofile/.m2/settings.xml [INFO] Deployment in https://repo.eclipse.org/content/repositories/microprofile-snapshots/ (id=repo.eclipse.org,uniqueVersion=true) Deploying the main artifact microprofile-concurrency-api-1.0-SNAPSHOT.jar Downloading: https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/concurrency/microprofile-concurrency-api/1.0-SNAPSHOT/maven-metadata.xml Downloaded: https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/concurrency/microprofile-concurrency-api/1.0-SNAPSHOT/maven-metadata.xml (811 B at 10.8 KB/sec) Uploading: https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/concurrency/microprofile-concurrency-api/1.0-SNAPSHOT/microprofile-concurrency-api-1.0-20190307.164444-66.jar Uploaded: https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/concurrency/microprofile-concurrency-api/1.0-SNAPSHOT/microprofile-concurrency-api-1.0-20190307.164444-66.jar (15 KB at 141.2 KB/sec) Uploading: https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/concurrency/microprofile-concurrency-api/1.0-SNAPSHOT/microprofile-concurrency-api-1.0-20190307.164444-66.pom Uploaded: https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/concurrency/microprofile-concurrency-api/1.0-SNAPSHOT/microprofile-concurrency-api-1.0-20190307.164444-66.pom (2 KB at 20.1 KB/sec) Downloading: https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/concurrency/microprofile-concurrency-api/maven-metadata.xml Downloaded: https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/concurrency/microprofile-concurrency-api/maven-metadata.xml (322 B at 7.9 KB/sec) Uploading: https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/concurrency/microprofile-concurrency-api/1.0-SNAPSHOT/maven-metadata.xml Uploaded: https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/concurrency/microprofile-concurrency-api/1.0-SNAPSHOT/maven-metadata.xml (811 B at 6.7 KB/sec) Uploading: https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/concurrency/microprofile-concurrency-api/maven-metadata.xml Uploaded: https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/concurrency/microprofile-concurrency-api/maven-metadata.xml (322 B at 4.6 KB/sec) [INFO] Deployment in https://repo.eclipse.org/content/repositories/microprofile-snapshots/ (id=repo.eclipse.org,uniqueVersion=true) Deploying the main artifact microprofile-concurrency-parent-1.0-SNAPSHOT.pom Downloading: https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/concurrency/microprofile-concurrency-parent/1.0-SNAPSHOT/maven-metadata.xml Downloaded: https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/concurrency/microprofile-concurrency-parent/1.0-SNAPSHOT/maven-metadata.xml (642 B at 25.1 KB/sec) Uploading: https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/concurrency/microprofile-concurrency-parent/1.0-SNAPSHOT/microprofile-concurrency-parent-1.0-20190307.164445-66.pom Uploaded: https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/concurrency/microprofile-concurrency-parent/1.0-SNAPSHOT/microprofile-concurrency-parent-1.0-20190307.164445-66.pom (11 KB at 150.5 KB/sec) Downloading: https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/concurrency/microprofile-concurrency-parent/maven-metadata.xml Downloaded: https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/concurrency/microprofile-concurrency-parent/maven-metadata.xml (325 B at 7.2 KB/sec) Uploading: https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/concurrency/microprofile-concurrency-parent/1.0-SNAPSHOT/maven-metadata.xml Uploaded: https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/concurrency/microprofile-concurrency-parent/1.0-SNAPSHOT/maven-metadata.xml (642 B at 8.8 KB/sec) Uploading: https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/concurrency/microprofile-concurrency-parent/maven-metadata.xml Uploaded: https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/concurrency/microprofile-concurrency-parent/maven-metadata.xml (325 B at 3.9 KB/sec) [INFO] Deployment in https://repo.eclipse.org/content/repositories/microprofile-snapshots/ (id=repo.eclipse.org,uniqueVersion=true) Deploying the main artifact microprofile-concurrency-tck-1.0-SNAPSHOT.jar Downloading: https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/concurrency/microprofile-concurrency-tck/1.0-SNAPSHOT/maven-metadata.xml Downloaded: https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/concurrency/microprofile-concurrency-tck/1.0-SNAPSHOT/maven-metadata.xml (811 B at 18.0 KB/sec) Uploading: https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/concurrency/microprofile-concurrency-tck/1.0-SNAPSHOT/microprofile-concurrency-tck-1.0-20190307.164445-60.jar Uploaded: https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/concurrency/microprofile-concurrency-tck/1.0-SNAPSHOT/microprofile-concurrency-tck-1.0-20190307.164445-60.jar (101 KB at 1212.3 KB/sec) Uploading: https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/concurrency/microprofile-concurrency-tck/1.0-SNAPSHOT/microprofile-concurrency-tck-1.0-20190307.164445-60.pom Uploaded: https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/concurrency/microprofile-concurrency-tck/1.0-SNAPSHOT/microprofile-concurrency-tck-1.0-20190307.164445-60.pom (3 KB at 44.0 KB/sec) Downloading: https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/concurrency/microprofile-concurrency-tck/maven-metadata.xml Downloaded: https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/concurrency/microprofile-concurrency-tck/maven-metadata.xml (322 B at 7.3 KB/sec) Uploading: https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/concurrency/microprofile-concurrency-tck/1.0-SNAPSHOT/maven-metadata.xml Uploaded: https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/concurrency/microprofile-concurrency-tck/1.0-SNAPSHOT/maven-metadata.xml (811 B at 11.0 KB/sec) Uploading: https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/concurrency/microprofile-concurrency-tck/maven-metadata.xml Uploaded: https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/concurrency/microprofile-concurrency-tck/maven-metadata.xml (322 B at 4.1 KB/sec) [INFO] Deployment done in 1.2 sec 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