Skip to content

Console Output

16:44:10 Started by an SCM change
16:44:10 Building in workspace /home/hudson/genie.microprofile/.jenkins/jobs/microprofile-concurrency-maven-snapshots/workspace
16:44:10 [WS-CLEANUP] Deleting project workspace...
16:44:10 [WS-CLEANUP] Deferred wipeout is used...
16:44:10 [WS-CLEANUP] Done
16:44:10 No credentials specified
16:44:10 Cloning the remote Git repository
16:44:10 Cloning repository https://github.com/eclipse/microprofile-concurrency.git
16:44:10  > /usr/local/bin/git init /home/hudson/genie.microprofile/.jenkins/jobs/microprofile-concurrency-maven-snapshots/workspace # timeout=10
16:44:10 Fetching upstream changes from https://github.com/eclipse/microprofile-concurrency.git
16:44:10  > /usr/local/bin/git --version # timeout=10
16:44:10 Setting http proxy: proxy.eclipse.org:9898
16:44:10  > /usr/local/bin/git fetch --tags --progress https://github.com/eclipse/microprofile-concurrency.git +refs/heads/*:refs/remotes/origin/*
16:44:12  > /usr/local/bin/git config remote.origin.url https://github.com/eclipse/microprofile-concurrency.git # timeout=10
16:44:12  > /usr/local/bin/git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
16:44:12  > /usr/local/bin/git config remote.origin.url https://github.com/eclipse/microprofile-concurrency.git # timeout=10
16:44:12 Fetching upstream changes from https://github.com/eclipse/microprofile-concurrency.git
16:44:12 Setting http proxy: proxy.eclipse.org:9898
16:44:12  > /usr/local/bin/git fetch --tags --progress https://github.com/eclipse/microprofile-concurrency.git +refs/heads/*:refs/remotes/origin/*
16:44:13  > /usr/local/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
16:44:13  > /usr/local/bin/git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
16:44:13 Checking out Revision ae2061b4c872786b42e3b47f16198d492aa60c75 (refs/remotes/origin/master)
16:44:13  > /usr/local/bin/git config core.sparsecheckout # timeout=10
16:44:13  > /usr/local/bin/git checkout -f ae2061b4c872786b42e3b47f16198d492aa60c75
16:44:13 Commit message: "Merge pull request #145 from njr-11/142-rename-to-microprofile-context-propagation"
16:44:13  > /usr/local/bin/git rev-list --no-walk 7c16560496f3c9a1cec86680647cc209a8173ba5 # timeout=10
16:44:13 Parsing POMs
16:44:14 Discovered a new module org.eclipse.microprofile.context-propagation:microprofile-context-propagation-parent MicroProfile Context Propagation
16:44:14 Discovered a new module org.eclipse.microprofile.context-propagation:microprofile-context-propagation-api MicroProfile Context Propagation
16:44:14 Discovered a new module org.eclipse.microprofile.context-propagation:microprofile-context-propagation-tck microprofile-context-propagation-tck
16:44:15 Modules changed, recalculating dependency graph
16:44:17 Established TCP socket on 52550
16:44:17 [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 52550
16:44:17 Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.microprofile
16:44:19 <===[JENKINS REMOTING CAPACITY]===>channel started
16:44:20 Executing Maven:  -B -f /home/hudson/genie.microprofile/.jenkins/jobs/microprofile-concurrency-maven-snapshots/workspace/pom.xml install
16:44:21 [INFO] Scanning for projects...
16:44:21 [INFO] ------------------------------------------------------------------------
16:44:21 [INFO] Reactor Build Order:
16:44:21 [INFO] 
16:44:21 [INFO] MicroProfile Context Propagation                                   [pom]
16:44:21 [INFO] MicroProfile Context Propagation                                   [jar]
16:44:21 [INFO] microprofile-context-propagation-tck                               [jar]
16:44:23 [INFO] 
16:44:23 [INFO] --< org.eclipse.microprofile.context-propagation:microprofile-context-propagation-parent >--
16:44:23 [INFO] Building MicroProfile Context Propagation 1.0-SNAPSHOT             [1/3]
16:44:23 [INFO] --------------------------------[ pom ]---------------------------------
16:44:23 [INFO] 
16:44:23 [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-context-propagation-parent ---
16:44:24 [INFO] Enabled default license matchers.
16:44:24 [INFO] Will parse SCM ignores for exclusions...
16:44:24 [INFO] Parsing exclusions from /home/hudson/genie.microprofile/.jenkins/jobs/microprofile-concurrency-maven-snapshots/workspace/.gitignore
16:44:24 [INFO] Finished adding exclusions from SCM ignore files.
16:44:24 [INFO] 68 implicit excludes (use -debug for more details).
16:44:24 [INFO] 8 explicit excludes (use -debug for more details).
16:44:24 [INFO] 17 resources included (use -debug for more details)
16:44:24 [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 16 licenses.
16:44:25 [INFO] 
16:44:25 [INFO] --- maven-checkstyle-plugin:3.0.0:checkstyle-aggregate (verify-style) @ microprofile-context-propagation-parent ---
16:44:27 [INFO] Starting audit...
16:44:27 Audit done.
16:44:27 [WARNING] Unable to locate Source XRef to link to - DISABLED
16:44:28 [INFO] 
16:44:28 [INFO] --- maven-install-plugin:2.4:install (default-install) @ microprofile-context-propagation-parent ---
16:44:28 [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/context-propagation/microprofile-context-propagation-parent/1.0-SNAPSHOT/microprofile-context-propagation-parent-1.0-SNAPSHOT.pom
16:44:29 Started calculate disk usage of build
16:44:29 Finished Calculation of disk usage of build in 0 seconds
16:44:30 Started calculate disk usage of workspace
16:44:30 Finished Calculation of disk usage of workspace in 0 seconds
16:44:31 [INFO] 
16:44:31 [INFO] --< org.eclipse.microprofile.context-propagation:microprofile-context-propagation-api >--
16:44:31 [INFO] Building MicroProfile Context Propagation 1.0-SNAPSHOT             [2/3]
16:44:31 [INFO] --------------------------------[ jar ]---------------------------------
16:44:31 [INFO] 
16:44:31 [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-context-propagation-api ---
16:44:31 [INFO] Enabled default license matchers.
16:44:31 [INFO] Will parse SCM ignores for exclusions...
16:44:31 [INFO] Finished adding exclusions from SCM ignore files.
16:44:31 [INFO] 62 implicit excludes (use -debug for more details).
16:44:31 [INFO] 8 explicit excludes (use -debug for more details).
16:44:31 [INFO] 10 resources included (use -debug for more details)
16:44:31 [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 10 licenses.
16:44:31 [INFO] 
16:44:31 [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ microprofile-context-propagation-api ---
16:44:31 [INFO] Using 'UTF-8' encoding to copy filtered resources.
16:44:31 [INFO] skip non existing resourceDirectory /home/hudson/genie.microprofile/.jenkins/jobs/microprofile-concurrency-maven-snapshots/workspace/api/src/main/resources
16:44:31 [INFO] 
16:44:31 [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ microprofile-context-propagation-api ---
16:44:31 [INFO] Changes detected - recompiling the module!
16:44:31 [INFO] Compiling 9 source files to /home/hudson/genie.microprofile/.jenkins/jobs/microprofile-concurrency-maven-snapshots/workspace/api/target/classes
16:44:32 [INFO] 
16:44:32 [INFO] --- maven-checkstyle-plugin:3.0.0:checkstyle-aggregate (verify-style) @ microprofile-context-propagation-api ---
16:44:32 [INFO] 
16:44:32 [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ microprofile-context-propagation-api ---
16:44:32 [INFO] Using 'UTF-8' encoding to copy filtered resources.
16:44:32 [INFO] skip non existing resourceDirectory /home/hudson/genie.microprofile/.jenkins/jobs/microprofile-concurrency-maven-snapshots/workspace/api/src/test/resources
16:44:32 [INFO] 
16:44:32 [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ microprofile-context-propagation-api ---
16:44:32 [INFO] No sources to compile
16:44:32 [INFO] 
16:44:32 [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ microprofile-context-propagation-api ---
16:44:32 [INFO] No tests to run.
16:44:32 [JENKINS] Recording test results
16:44:32 [WARNING] Attempt to (de-)serialize anonymous class hudson.maven.reporters.BuildInfoRecorder$1; see: https://jenkins.io/redirect/serialization-of-anonymous-classes/
16:44:33 [INFO] 
16:44:33 [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ microprofile-context-propagation-api ---
16:44:34 [INFO] Building jar: /home/hudson/genie.microprofile/.jenkins/jobs/microprofile-concurrency-maven-snapshots/workspace/api/target/microprofile-context-propagation-api-1.0-SNAPSHOT.jar
16:44:34 [INFO] 
16:44:34 [INFO] --- maven-install-plugin:2.4:install (default-install) @ microprofile-context-propagation-api ---
16:44:34 [INFO] Installing /home/hudson/genie.microprofile/.jenkins/jobs/microprofile-concurrency-maven-snapshots/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
16:44:34 [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/context-propagation/microprofile-context-propagation-api/1.0-SNAPSHOT/microprofile-context-propagation-api-1.0-SNAPSHOT.pom
16:44:35 Started calculate disk usage of build
16:44:35 Finished Calculation of disk usage of build in 0 seconds
16:44:36 Started calculate disk usage of workspace
16:44:36 Finished Calculation of disk usage of workspace in 0 seconds
16:44:37 [INFO] 
16:44:37 [INFO] --< org.eclipse.microprofile.context-propagation:microprofile-context-propagation-tck >--
16:44:37 [INFO] Building microprofile-context-propagation-tck 1.0-SNAPSHOT         [3/3]
16:44:37 [INFO] --------------------------------[ jar ]---------------------------------
16:44:37 [INFO] 
16:44:37 [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-context-propagation-tck ---
16:44:37 [INFO] Enabled default license matchers.
16:44:37 [INFO] Will parse SCM ignores for exclusions...
16:44:37 [INFO] Finished adding exclusions from SCM ignore files.
16:44:37 [INFO] 62 implicit excludes (use -debug for more details).
16:44:37 [INFO] 8 explicit excludes (use -debug for more details).
16:44:37 [INFO] 27 resources included (use -debug for more details)
16:44:37 [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 27 licenses.
16:44:37 [INFO] 
16:44:37 [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ microprofile-context-propagation-tck ---
16:44:37 [INFO] Using 'UTF-8' encoding to copy filtered resources.
16:44:37 [INFO] Copying 1 resource
16:44:37 [INFO] 
16:44:37 [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ microprofile-context-propagation-tck ---
16:44:37 [INFO] Changes detected - recompiling the module!
16:44:37 [INFO] Compiling 25 source files to /home/hudson/genie.microprofile/.jenkins/jobs/microprofile-concurrency-maven-snapshots/workspace/tck/target/classes
16:44:38 [INFO] 
16:44:38 [INFO] --- maven-checkstyle-plugin:3.0.0:checkstyle-aggregate (verify-style) @ microprofile-context-propagation-tck ---
16:44:38 [INFO] 
16:44:38 [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ microprofile-context-propagation-tck ---
16:44:38 [INFO] Using 'UTF-8' encoding to copy filtered resources.
16:44:38 [INFO] skip non existing resourceDirectory /home/hudson/genie.microprofile/.jenkins/jobs/microprofile-concurrency-maven-snapshots/workspace/tck/src/test/resources
16:44:38 [INFO] 
16:44:38 [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ microprofile-context-propagation-tck ---
16:44:38 [INFO] No sources to compile
16:44:39 [INFO] 
16:44:39 [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ microprofile-context-propagation-tck ---
16:44:39 [INFO] No tests to run.
16:44:39 [JENKINS] Recording test results
16:44:39 [INFO] 
16:44:39 [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ microprofile-context-propagation-tck ---
16:44:41 [INFO] Building jar: /home/hudson/genie.microprofile/.jenkins/jobs/microprofile-concurrency-maven-snapshots/workspace/tck/target/microprofile-context-propagation-tck-1.0-SNAPSHOT.jar
16:44:42 [INFO] 
16:44:42 [INFO] --- maven-install-plugin:2.4:install (default-install) @ microprofile-context-propagation-tck ---
16:44:42 [INFO] Installing /home/hudson/genie.microprofile/.jenkins/jobs/microprofile-concurrency-maven-snapshots/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
16:44:42 [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/context-propagation/microprofile-context-propagation-tck/1.0-SNAPSHOT/microprofile-context-propagation-tck-1.0-SNAPSHOT.pom
16:44:43 Started calculate disk usage of build
16:44:43 Finished Calculation of disk usage of build in 0 seconds
16:44:43 Started calculate disk usage of workspace
16:44:43 Finished Calculation of disk usage of workspace in 0 seconds
16:44:43 [INFO] ------------------------------------------------------------------------
16:44:43 [INFO] Reactor Summary for MicroProfile Context Propagation 1.0-SNAPSHOT:
16:44:43 [INFO] 
16:44:43 [INFO] MicroProfile Context Propagation ................... SUCCESS [  6.468 s]
16:44:43 [INFO] MicroProfile Context Propagation ................... SUCCESS [  3.906 s]
16:44:43 [INFO] microprofile-context-propagation-tck ............... SUCCESS [  5.505 s]
16:44:43 [INFO] ------------------------------------------------------------------------
16:44:43 [INFO] BUILD SUCCESS
16:44:43 [INFO] ------------------------------------------------------------------------
16:44:43 [INFO] Total time:  22.621 s
16:44:43 [INFO] Finished at: 2019-03-22T16:44:43-04:00
16:44:43 [INFO] ------------------------------------------------------------------------
16:44:44 Waiting for Jenkins to finish collecting data
16:44:44 [JENKINS] Archiving /home/hudson/genie.microprofile/.jenkins/jobs/microprofile-concurrency-maven-snapshots/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
16:44:44 [JENKINS] Archiving /home/hudson/genie.microprofile/.jenkins/jobs/microprofile-concurrency-maven-snapshots/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
16:44:44 [JENKINS] Archiving /home/hudson/genie.microprofile/.jenkins/jobs/microprofile-concurrency-maven-snapshots/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
16:44:44 [JENKINS] Archiving /home/hudson/genie.microprofile/.jenkins/jobs/microprofile-concurrency-maven-snapshots/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
16:44:44 [JENKINS] Archiving /home/hudson/genie.microprofile/.jenkins/jobs/microprofile-concurrency-maven-snapshots/workspace/pom.xml to org.eclipse.microprofile.context-propagation/microprofile-context-propagation-parent/1.0-SNAPSHOT/microprofile-context-propagation-parent-1.0-SNAPSHOT.pom
16:44:44 channel stopped
16:44:44 Maven RedeployPublisher use remote  maven settings from : /opt/public/hipp/homes/genie.microprofile/.m2/settings.xml
16:44:44 [INFO] Deployment in https://repo.eclipse.org/content/repositories/microprofile-snapshots/ (id=repo.eclipse.org,uniqueVersion=true)
16:44:44 Deploying the main artifact microprofile-context-propagation-api-1.0-SNAPSHOT.jar
16:44:44 Downloading: https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/context-propagation/microprofile-context-propagation-api/1.0-SNAPSHOT/maven-metadata.xml
16:44:45 Uploading: https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/context-propagation/microprofile-context-propagation-api/1.0-SNAPSHOT/microprofile-context-propagation-api-1.0-20190322.204445-1.jar
16:44:45 Uploaded: https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/context-propagation/microprofile-context-propagation-api/1.0-SNAPSHOT/microprofile-context-propagation-api-1.0-20190322.204445-1.jar (11 KB at 88.5 KB/sec)
16:44:45 Uploading: https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/context-propagation/microprofile-context-propagation-api/1.0-SNAPSHOT/microprofile-context-propagation-api-1.0-20190322.204445-1.pom
16:44:45 Uploaded: https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/context-propagation/microprofile-context-propagation-api/1.0-SNAPSHOT/microprofile-context-propagation-api-1.0-20190322.204445-1.pom (2 KB at 9.5 KB/sec)
16:44:45 Downloading: https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/context-propagation/microprofile-context-propagation-api/maven-metadata.xml
16:44:45 Uploading: https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/context-propagation/microprofile-context-propagation-api/1.0-SNAPSHOT/maven-metadata.xml
16:44:45 Uploaded: https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/context-propagation/microprofile-context-propagation-api/1.0-SNAPSHOT/maven-metadata.xml (824 B at 10.1 KB/sec)
16:44:45 Uploading: https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/context-propagation/microprofile-context-propagation-api/maven-metadata.xml
16:44:45 Uploaded: https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/context-propagation/microprofile-context-propagation-api/maven-metadata.xml (338 B at 5.0 KB/sec)
16:44:45 [INFO] Deployment in https://repo.eclipse.org/content/repositories/microprofile-snapshots/ (id=repo.eclipse.org,uniqueVersion=true)
16:44:45 Deploying the main artifact microprofile-context-propagation-parent-1.0-SNAPSHOT.pom
16:44:45 Downloading: https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/context-propagation/microprofile-context-propagation-parent/1.0-SNAPSHOT/maven-metadata.xml
16:44:45 Uploading: https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/context-propagation/microprofile-context-propagation-parent/1.0-SNAPSHOT/microprofile-context-propagation-parent-1.0-20190322.204445-1.pom
16:44:45 Uploaded: https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/context-propagation/microprofile-context-propagation-parent/1.0-SNAPSHOT/microprofile-context-propagation-parent-1.0-20190322.204445-1.pom (11 KB at 121.1 KB/sec)
16:44:45 Downloading: https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/context-propagation/microprofile-context-propagation-parent/maven-metadata.xml
16:44:45 Uploading: https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/context-propagation/microprofile-context-propagation-parent/1.0-SNAPSHOT/maven-metadata.xml
16:44:45 Uploaded: https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/context-propagation/microprofile-context-propagation-parent/1.0-SNAPSHOT/maven-metadata.xml (656 B at 8.0 KB/sec)
16:44:45 Uploading: https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/context-propagation/microprofile-context-propagation-parent/maven-metadata.xml
16:44:45 Uploaded: https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/context-propagation/microprofile-context-propagation-parent/maven-metadata.xml (341 B at 5.2 KB/sec)
16:44:45 [INFO] Deployment in https://repo.eclipse.org/content/repositories/microprofile-snapshots/ (id=repo.eclipse.org,uniqueVersion=true)
16:44:45 Deploying the main artifact microprofile-context-propagation-tck-1.0-SNAPSHOT.jar
16:44:45 Downloading: https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/context-propagation/microprofile-context-propagation-tck/1.0-SNAPSHOT/maven-metadata.xml
16:44:45 Uploading: https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/context-propagation/microprofile-context-propagation-tck/1.0-SNAPSHOT/microprofile-context-propagation-tck-1.0-20190322.204445-1.jar
16:44:45 Uploaded: https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/context-propagation/microprofile-context-propagation-tck/1.0-SNAPSHOT/microprofile-context-propagation-tck-1.0-20190322.204445-1.jar (93 KB at 921.2 KB/sec)
16:44:45 Uploading: https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/context-propagation/microprofile-context-propagation-tck/1.0-SNAPSHOT/microprofile-context-propagation-tck-1.0-20190322.204445-1.pom
16:44:45 Uploaded: https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/context-propagation/microprofile-context-propagation-tck/1.0-SNAPSHOT/microprofile-context-propagation-tck-1.0-20190322.204445-1.pom (3 KB at 44.1 KB/sec)
16:44:45 Downloading: https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/context-propagation/microprofile-context-propagation-tck/maven-metadata.xml
16:44:45 Uploading: https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/context-propagation/microprofile-context-propagation-tck/1.0-SNAPSHOT/maven-metadata.xml
16:44:45 Uploaded: https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/context-propagation/microprofile-context-propagation-tck/1.0-SNAPSHOT/maven-metadata.xml (824 B at 10.6 KB/sec)
16:44:45 Uploading: https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/context-propagation/microprofile-context-propagation-tck/maven-metadata.xml
16:44:46 Uploaded: https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/context-propagation/microprofile-context-propagation-tck/maven-metadata.xml (338 B at 3.9 KB/sec)
16:44:46 [INFO] Deployment done in 1.1 sec
16:44:46 Started calculate disk usage of build
16:44:47 Finished Calculation of disk usage of build in 0 seconds
16:44:48 Started calculate disk usage of workspace
16:44:48 Finished Calculation of disk usage of workspace in 0 seconds
16:44:49 Finished: SUCCESS