Skip to content

Console Output

07:44:41 Started by an SCM change
07:44:41 Running as SYSTEM
07:44:42 Agent default-agent-zp3jz is provisioned from template Kubernetes Pod Template
07:44:42 ---
07:44:42 apiVersion: "v1"
07:44:42 kind: "Pod"
07:44:42 metadata:
07:44:42   annotations: {}
07:44:42   labels:
07:44:42     jenkins: "slave"
07:44:42   name: "default-agent-zp3jz"
07:44:42 spec:
07:44:42   containers:
07:44:42   - env:
07:44:42     - name: "MAVEN_OPTS"
07:44:42       value: "-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn"
07:44:42     - name: "JENKINS_SECRET"
07:44:42       value: "********"
07:44:42     - name: "JENKINS_TUNNEL"
07:44:42       value: "jenkins-discovery.microprofile.svc.cluster.local:50000"
07:44:42     - name: "JENKINS_AGENT_NAME"
07:44:42       value: "default-agent-zp3jz"
07:44:42     - name: "MAVEN_CONFIG"
07:44:42       value: "-B -e"
07:44:42     - name: "JENKINS_NAME"
07:44:42       value: "default-agent-zp3jz"
07:44:42     - name: "JENKINS_AGENT_WORKDIR"
07:44:42       value: "/home/jenkins/agent"
07:44:42     - name: "JENKINS_URL"
07:44:42       value: "http://jenkins-ui.microprofile.svc.cluster.local/microprofile/"
07:44:42     - name: "HOME"
07:44:42       value: "/home/jenkins"
07:44:42     image: "eclipsecbijenkins/jenkins-agent:3.35@sha256:5d06ebec6e9dffc44fb41009a51d085a83944a23f651416531b960143d186340"
07:44:42     imagePullPolicy: "IfNotPresent"
07:44:42     name: "jnlp"
07:44:42     resources:
07:44:42       limits:
07:44:42         memory: "4096Mi"
07:44:42         cpu: "2000m"
07:44:42       requests:
07:44:42         memory: "4096Mi"
07:44:42         cpu: "1000m"
07:44:42     securityContext:
07:44:42       privileged: false
07:44:42     tty: true
07:44:42     volumeMounts:
07:44:42     - mountPath: "/home/jenkins/agent"
07:44:42       name: "workspace-volume"
07:44:42       readOnly: false
07:44:42     - mountPath: "/home/jenkins/.m2/toolchains.xml"
07:44:42       name: "toolchains-xml"
07:44:42       readOnly: true
07:44:42       subPath: "toolchains.xml"
07:44:42     - mountPath: "/opt/tools"
07:44:42       name: "volume-0"
07:44:42       readOnly: false
07:44:42     - mountPath: "/home/jenkins"
07:44:42       name: "volume-2"
07:44:42       readOnly: false
07:44:42     - mountPath: "/home/jenkins/.m2/repository"
07:44:42       name: "volume-3"
07:44:42       readOnly: false
07:44:42     - mountPath: "/home/jenkins/.m2/settings-security.xml"
07:44:42       name: "settings-security-xml"
07:44:42       readOnly: true
07:44:42       subPath: "settings-security.xml"
07:44:42     - mountPath: "/home/jenkins/.m2/settings.xml"
07:44:42       name: "settings-xml"
07:44:42       readOnly: true
07:44:42       subPath: "settings.xml"
07:44:42     - mountPath: "/home/jenkins/.ssh"
07:44:42       name: "volume-1"
07:44:42       readOnly: false
07:44:42     workingDir: "/home/jenkins/agent"
07:44:42   nodeSelector: {}
07:44:42   restartPolicy: "Never"
07:44:42   volumes:
07:44:42   - name: "settings-security-xml"
07:44:42     secret:
07:44:42       items:
07:44:42       - key: "settings-security.xml"
07:44:42         path: "settings-security.xml"
07:44:42       secretName: "m2-secret-dir"
07:44:42   - name: "volume-0"
07:44:42     persistentVolumeClaim:
07:44:42       claimName: "tools-claim-jiro-microprofile"
07:44:42       readOnly: true
07:44:42   - configMap:
07:44:42       items:
07:44:42       - key: "toolchains.xml"
07:44:42         path: "toolchains.xml"
07:44:42       name: "m2-dir"
07:44:42     name: "toolchains-xml"
07:44:42   - emptyDir:
07:44:42       medium: ""
07:44:42     name: "volume-2"
07:44:42   - configMap:
07:44:42       name: "known-hosts"
07:44:42     name: "volume-1"
07:44:42   - name: "settings-xml"
07:44:42     secret:
07:44:42       items:
07:44:42       - key: "settings.xml"
07:44:42         path: "settings.xml"
07:44:42       secretName: "m2-secret-dir"
07:44:42   - emptyDir:
07:44:42       medium: ""
07:44:42     name: "workspace-volume"
07:44:42   - emptyDir:
07:44:42       medium: ""
07:44:42     name: "volume-3"
07:44:42 
07:44:42 Building remotely on default-agent-zp3jz in workspace /home/jenkins/agent/workspace/microprofile-concurrency-maven-snapshots
07:44:42 [WS-CLEANUP] Deleting project workspace...
07:44:42 [WS-CLEANUP] Deferred wipeout is used...
07:44:45 No credentials specified
07:44:45 Cloning the remote Git repository
07:44:45 Cloning repository https://github.com/eclipse/microprofile-concurrency.git
07:44:45  > git init /home/jenkins/agent/workspace/microprofile-concurrency-maven-snapshots # timeout=10
07:44:45 Fetching upstream changes from https://github.com/eclipse/microprofile-concurrency.git
07:44:45  > git --version # timeout=10
07:44:45  > git fetch --tags --force --progress -- https://github.com/eclipse/microprofile-concurrency.git +refs/heads/*:refs/remotes/origin/*
07:44:48  > git config remote.origin.url https://github.com/eclipse/microprofile-concurrency.git # timeout=10
07:44:48  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
07:44:48  > git config remote.origin.url https://github.com/eclipse/microprofile-concurrency.git # timeout=10
07:44:48 Fetching upstream changes from https://github.com/eclipse/microprofile-concurrency.git
07:44:48  > git fetch --tags --force --progress -- https://github.com/eclipse/microprofile-concurrency.git +refs/heads/*:refs/remotes/origin/*
07:44:48  > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
07:44:48  > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
07:44:48 Checking out Revision 56fc495157be9ecdb63a3d9e4708bb58ae6e8987 (refs/remotes/origin/master)
07:44:48  > git config core.sparsecheckout # timeout=10
07:44:48  > git checkout -f 56fc495157be9ecdb63a3d9e4708bb58ae6e8987
07:44:50 Commit message: "Issue #172 exclude EL transitive dependency"
07:44:50  > git rev-list --no-walk f6d79de8b252607ae3445bf748a1e1494aaa82e9 # timeout=10
07:44:51 Parsing POMs
07:45:06 Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/org/jboss/arquillian/arquillian-bom/1.4.1.Final/arquillian-bom-1.4.1.Final.pom
07:45:06 Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/shrinkwrap-bom/1.2.6/shrinkwrap-bom-1.2.6.pom
07:45:06 Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-bom/2.2.6/shrinkwrap-resolver-bom-2.2.6.pom
07:45:06 Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-bom/2.0.0/shrinkwrap-descriptors-bom-2.0.0.pom
07:45:06 Modules changed, recalculating dependency graph
07:45:06 Established TCP socket on 39018
07:45:06 Copied maven35-agent.jar
07:45:06 Copied maven35-interceptor.jar
07:45:06 Copied maven3-interceptor-commons.jar
07:45:06 [microprofile-concurrency-maven-snapshots] $ /opt/tools/java/oracle/jdk-8/latest/bin/java -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -cp /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/latest/boot/plexus-classworlds-2.5.2.jar:/opt/tools/apache-maven/latest/conf/logging jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/latest /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 39018
07:45:06 Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
07:45:06 Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
07:45:08 <===[JENKINS REMOTING CAPACITY]===>channel started
07:45:13 Executing Maven:  -B -f /home/jenkins/agent/workspace/microprofile-concurrency-maven-snapshots/pom.xml install
07:45:15 [INFO] Scanning for projects...
07:45:15 [INFO] ------------------------------------------------------------------------
07:45:15 [INFO] Reactor Build Order:
07:45:15 [INFO] 
07:45:15 [INFO] MicroProfile Context Propagation                                   [pom]
07:45:15 [INFO] MicroProfile Context Propagation                                   [jar]
07:45:15 [INFO] microprofile-context-propagation-tck                               [jar]
07:45:15 [INFO] MicroProfile Context Propagation Specification                     [pom]
07:45:15 [INFO] 
07:45:15 [INFO] --< org.eclipse.microprofile.context-propagation:microprofile-context-propagation-parent >--
07:45:15 [INFO] Building MicroProfile Context Propagation 1.1-SNAPSHOT             [1/4]
07:45:15 [INFO] --------------------------------[ pom ]---------------------------------
07:45:17 [INFO] 
07:45:18 [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-context-propagation-parent ---
07:45:30 [INFO] Enabled default license matchers.
07:45:30 [INFO] Will parse SCM ignores for exclusions...
07:45:30 [INFO] Parsing exclusions from /home/jenkins/agent/workspace/microprofile-concurrency-maven-snapshots/.gitignore
07:45:30 [INFO] Finished adding exclusions from SCM ignore files.
07:45:30 [INFO] 69 implicit excludes (use -debug for more details).
07:45:30 [INFO] 8 explicit excludes (use -debug for more details).
07:45:30 [INFO] 5 resources included (use -debug for more details)
07:45:30 [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 4 licenses.
07:45:32 [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
07:45:32 [WARNING] o org.eclipse.microprofile.context-propagation:microprofile-context-propagation-api:jar:1.1-SNAPSHOT (provided)
07:45:32 [WARNING] Try running the build up to the lifecycle phase "package"
07:45:32 [INFO] 
07:45:32 [INFO] --- maven-checkstyle-plugin:3.0.0:checkstyle-aggregate (verify-style) @ microprofile-context-propagation-parent ---
07:45:43 [INFO] Starting audit...
07:45:43 Audit done.
07:45:43 [WARNING] Unable to locate Source XRef to link to - DISABLED
07:45:44 [INFO] 
07:45:44 [INFO] --- maven-install-plugin:2.4:install (default-install) @ microprofile-context-propagation-parent ---
07:45:46 [INFO] Installing /home/jenkins/agent/workspace/microprofile-concurrency-maven-snapshots/pom.xml to /home/jenkins/.m2/repository/org/eclipse/microprofile/context-propagation/microprofile-context-propagation-parent/1.1-SNAPSHOT/microprofile-context-propagation-parent-1.1-SNAPSHOT.pom
07:45:47 [INFO] 
07:45:47 [INFO] --< org.eclipse.microprofile.context-propagation:microprofile-context-propagation-api >--
07:45:47 [INFO] Building MicroProfile Context Propagation 1.1-SNAPSHOT             [2/4]
07:45:47 [INFO] --------------------------------[ jar ]---------------------------------
07:45:52 [INFO] 
07:45:52 [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-context-propagation-api ---
07:45:52 [INFO] Enabled default license matchers.
07:45:52 [INFO] Will parse SCM ignores for exclusions...
07:45:52 [INFO] Finished adding exclusions from SCM ignore files.
07:45:52 [INFO] 62 implicit excludes (use -debug for more details).
07:45:52 [INFO] 8 explicit excludes (use -debug for more details).
07:45:52 [INFO] 10 resources included (use -debug for more details)
07:45:53 [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 10 licenses.
07:45:53 [INFO] 
07:45:53 [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ microprofile-context-propagation-api ---
07:45:55 [INFO] Using 'UTF-8' encoding to copy filtered resources.
07:45:55 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/microprofile-concurrency-maven-snapshots/api/src/main/resources
07:45:55 [INFO] 
07:45:55 [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ microprofile-context-propagation-api ---
07:45:59 [INFO] Changes detected - recompiling the module!
07:45:59 [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/microprofile-concurrency-maven-snapshots/api/target/classes
07:45:59 [INFO] 
07:45:59 [INFO] --- maven-checkstyle-plugin:3.0.0:checkstyle-aggregate (verify-style) @ microprofile-context-propagation-api ---
07:46:00 [INFO] 
07:46:00 [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ microprofile-context-propagation-api ---
07:46:00 [INFO] Using 'UTF-8' encoding to copy filtered resources.
07:46:00 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/microprofile-concurrency-maven-snapshots/api/src/test/resources
07:46:00 [INFO] 
07:46:00 [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ microprofile-context-propagation-api ---
07:46:00 [INFO] No sources to compile
07:46:00 [INFO] 
07:46:00 [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ microprofile-context-propagation-api ---
07:46:01 [INFO] No tests to run.
07:46:01 [JENKINS] Recording test results
07:46:01 [INFO] 
07:46:01 [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ microprofile-context-propagation-api ---
07:46:02 [INFO] Building jar: /home/jenkins/agent/workspace/microprofile-concurrency-maven-snapshots/api/target/microprofile-context-propagation-api-1.1-SNAPSHOT.jar
07:46:03 [INFO] 
07:46:03 [INFO] --- maven-install-plugin:2.4:install (default-install) @ microprofile-context-propagation-api ---
07:46:03 [INFO] Installing /home/jenkins/agent/workspace/microprofile-concurrency-maven-snapshots/api/target/microprofile-context-propagation-api-1.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/microprofile/context-propagation/microprofile-context-propagation-api/1.1-SNAPSHOT/microprofile-context-propagation-api-1.1-SNAPSHOT.jar
07:46:03 [INFO] Installing /home/jenkins/agent/workspace/microprofile-concurrency-maven-snapshots/api/pom.xml to /home/jenkins/.m2/repository/org/eclipse/microprofile/context-propagation/microprofile-context-propagation-api/1.1-SNAPSHOT/microprofile-context-propagation-api-1.1-SNAPSHOT.pom
07:46:03 [INFO] 
07:46:03 [INFO] --< org.eclipse.microprofile.context-propagation:microprofile-context-propagation-tck >--
07:46:03 [INFO] Building microprofile-context-propagation-tck 1.1-SNAPSHOT         [3/4]
07:46:03 [INFO] --------------------------------[ jar ]---------------------------------
07:46:03 [INFO] 
07:46:03 [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-context-propagation-tck ---
07:46:03 [INFO] Enabled default license matchers.
07:46:03 [INFO] Will parse SCM ignores for exclusions...
07:46:03 [INFO] Finished adding exclusions from SCM ignore files.
07:46:03 [INFO] 62 implicit excludes (use -debug for more details).
07:46:03 [INFO] 8 explicit excludes (use -debug for more details).
07:46:03 [INFO] 28 resources included (use -debug for more details)
07:46:03 [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 28 licenses.
07:46:03 [INFO] 
07:46:03 [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ microprofile-context-propagation-tck ---
07:46:03 [INFO] Using 'UTF-8' encoding to copy filtered resources.
07:46:03 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/microprofile-concurrency-maven-snapshots/tck/src/main/resources
07:46:03 [INFO] 
07:46:03 [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ microprofile-context-propagation-tck ---
07:46:03 [INFO] Changes detected - recompiling the module!
07:46:03 [INFO] Compiling 27 source files to /home/jenkins/agent/workspace/microprofile-concurrency-maven-snapshots/tck/target/classes
07:46:05 [INFO] 
07:46:05 [INFO] --- maven-checkstyle-plugin:3.0.0:checkstyle-aggregate (verify-style) @ microprofile-context-propagation-tck ---
07:46:05 [INFO] 
07:46:05 [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ microprofile-context-propagation-tck ---
07:46:05 [INFO] Using 'UTF-8' encoding to copy filtered resources.
07:46:05 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/microprofile-concurrency-maven-snapshots/tck/src/test/resources
07:46:05 [INFO] 
07:46:05 [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ microprofile-context-propagation-tck ---
07:46:05 [INFO] No sources to compile
07:46:05 [INFO] 
07:46:05 [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ microprofile-context-propagation-tck ---
07:46:05 [INFO] No tests to run.
07:46:05 [JENKINS] Recording test results
07:46:05 [INFO] 
07:46:05 [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ microprofile-context-propagation-tck ---
07:46:05 [INFO] Building jar: /home/jenkins/agent/workspace/microprofile-concurrency-maven-snapshots/tck/target/microprofile-context-propagation-tck-1.1-SNAPSHOT.jar
07:46:05 [INFO] 
07:46:05 [INFO] --- maven-install-plugin:2.4:install (default-install) @ microprofile-context-propagation-tck ---
07:46:05 [INFO] Installing /home/jenkins/agent/workspace/microprofile-concurrency-maven-snapshots/tck/target/microprofile-context-propagation-tck-1.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/microprofile/context-propagation/microprofile-context-propagation-tck/1.1-SNAPSHOT/microprofile-context-propagation-tck-1.1-SNAPSHOT.jar
07:46:05 [INFO] Installing /home/jenkins/agent/workspace/microprofile-concurrency-maven-snapshots/tck/pom.xml to /home/jenkins/.m2/repository/org/eclipse/microprofile/context-propagation/microprofile-context-propagation-tck/1.1-SNAPSHOT/microprofile-context-propagation-tck-1.1-SNAPSHOT.pom
07:46:06 [INFO] 
07:46:06 [INFO] --< org.eclipse.microprofile.context-propagation:microprofile-context-propagation-spec >--
07:46:06 [INFO] Building MicroProfile Context Propagation Specification 1.1-SNAPSHOT [4/4]
07:46:06 [INFO] --------------------------------[ pom ]---------------------------------
07:46:06 [INFO] 
07:46:06 [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-context-propagation-spec ---
07:46:06 [INFO] Enabled default license matchers.
07:46:06 [INFO] Will parse SCM ignores for exclusions...
07:46:06 [INFO] Finished adding exclusions from SCM ignore files.
07:46:06 [INFO] 62 implicit excludes (use -debug for more details).
07:46:06 [INFO] 8 explicit excludes (use -debug for more details).
07:46:06 [INFO] 12 resources included (use -debug for more details)
07:46:06 [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 12 licenses.
07:46:06 [INFO] 
07:46:06 [INFO] --- asciidoctor-maven-plugin:1.5.5:process-asciidoc (generate-pdf-doc) @ microprofile-context-propagation-spec ---
07:46:17 [INFO] Using 'UTF-8' encoding to copy filtered resources.
07:46:17 [INFO] ignoreDelta true
07:46:17 [INFO] Copying 0 resource
07:46:37 [INFO] Rendered /home/jenkins/agent/workspace/microprofile-concurrency-maven-snapshots/spec/src/main/asciidoc/microprofile-context-propagation.asciidoc
07:46:37 [INFO] 
07:46:37 [INFO] --- asciidoctor-maven-plugin:1.5.5:process-asciidoc (output-html) @ microprofile-context-propagation-spec ---
07:46:37 [INFO] Using 'UTF-8' encoding to copy filtered resources.
07:46:37 [INFO] ignoreDelta true
07:46:37 [INFO] Copying 0 resource
07:46:38 [INFO] Rendered /home/jenkins/agent/workspace/microprofile-concurrency-maven-snapshots/spec/src/main/asciidoc/microprofile-context-propagation.asciidoc
07:46:38 [INFO] 
07:46:38 [INFO] --- maven-checkstyle-plugin:3.0.0:checkstyle-aggregate (verify-style) @ microprofile-context-propagation-spec ---
07:46:38 [INFO] 
07:46:38 [INFO] --- maven-install-plugin:2.4:install (default-install) @ microprofile-context-propagation-spec ---
07:46:38 [INFO] Installing /home/jenkins/agent/workspace/microprofile-concurrency-maven-snapshots/spec/pom.xml to /home/jenkins/.m2/repository/org/eclipse/microprofile/context-propagation/microprofile-context-propagation-spec/1.1-SNAPSHOT/microprofile-context-propagation-spec-1.1-SNAPSHOT.pom
07:46:38 [INFO] ------------------------------------------------------------------------
07:46:38 [INFO] Reactor Summary for MicroProfile Context Propagation 1.1-SNAPSHOT:
07:46:38 [INFO] 
07:46:38 [INFO] MicroProfile Context Propagation ................... SUCCESS [ 30.269 s]
07:46:38 [INFO] MicroProfile Context Propagation ................... SUCCESS [ 15.824 s]
07:46:38 [INFO] microprofile-context-propagation-tck ............... SUCCESS [  2.234 s]
07:46:38 [INFO] MicroProfile Context Propagation Specification ..... SUCCESS [ 32.027 s]
07:46:38 [INFO] ------------------------------------------------------------------------
07:46:38 [INFO] BUILD SUCCESS
07:46:38 [INFO] ------------------------------------------------------------------------
07:46:38 [INFO] Total time:  01:23 min
07:46:38 [INFO] Finished at: 2019-12-13T12:46:38Z
07:46:38 [INFO] ------------------------------------------------------------------------
07:46:38 Waiting for Jenkins to finish collecting data
07:46:38 [JENKINS] Archiving /home/jenkins/agent/workspace/microprofile-concurrency-maven-snapshots/spec/pom.xml to org.eclipse.microprofile.context-propagation/microprofile-context-propagation-spec/1.1-SNAPSHOT/microprofile-context-propagation-spec-1.1-SNAPSHOT.pom
07:46:39 [JENKINS] Archiving /home/jenkins/agent/workspace/microprofile-concurrency-maven-snapshots/tck/pom.xml to org.eclipse.microprofile.context-propagation/microprofile-context-propagation-tck/1.1-SNAPSHOT/microprofile-context-propagation-tck-1.1-SNAPSHOT.pom
07:46:39 [JENKINS] Archiving /home/jenkins/agent/workspace/microprofile-concurrency-maven-snapshots/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
07:46:39 [JENKINS] Archiving /home/jenkins/agent/workspace/microprofile-concurrency-maven-snapshots/api/pom.xml to org.eclipse.microprofile.context-propagation/microprofile-context-propagation-api/1.1-SNAPSHOT/microprofile-context-propagation-api-1.1-SNAPSHOT.pom
07:46:39 [JENKINS] Archiving /home/jenkins/agent/workspace/microprofile-concurrency-maven-snapshots/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
07:46:39 [JENKINS] Archiving /home/jenkins/agent/workspace/microprofile-concurrency-maven-snapshots/pom.xml to org.eclipse.microprofile.context-propagation/microprofile-context-propagation-parent/1.1-SNAPSHOT/microprofile-context-propagation-parent-1.1-SNAPSHOT.pom
07:46:39 channel stopped
07:46:40 Maven RedeployPublisher use remote default-agent-zp3jz maven settings from : /home/jenkins/.m2/settings.xml
07:46:40 [INFO] Deployment in https://repo.eclipse.org/content/repositories/microprofile-snapshots/ (id=repo.eclipse.org,uniqueVersion=true)
07:46:40 Deploying the main artifact microprofile-context-propagation-api-1.1-SNAPSHOT.jar
07:46:40 Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/context-propagation/microprofile-context-propagation-api/1.1-SNAPSHOT/maven-metadata.xml
07:46:41 Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/context-propagation/microprofile-context-propagation-api/1.1-SNAPSHOT/maven-metadata.xml (824 B at 1.7 kB/s)
07:46:41 Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/context-propagation/microprofile-context-propagation-api/1.1-SNAPSHOT/microprofile-context-propagation-api-1.1-20191213.124641-6.jar
07:46:41 Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/context-propagation/microprofile-context-propagation-api/1.1-SNAPSHOT/microprofile-context-propagation-api-1.1-20191213.124641-6.pom
07:46:41 ERROR: Failed to deploy artifacts: Could not transfer artifact org.eclipse.microprofile.context-propagation:microprofile-context-propagation-api:jar:1.1-20191213.124641-6 from/to repo.eclipse.org (https://repo.eclipse.org/content/repositories/microprofile-snapshots/): Failed to transfer file https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/context-propagation/microprofile-context-propagation-api/1.1-SNAPSHOT/microprofile-context-propagation-api-1.1-20191213.124641-6.jar with status code 401
07:46:41 org.apache.maven.artifact.deployer.ArtifactDeploymentException: Failed to deploy artifacts: Could not transfer artifact org.eclipse.microprofile.context-propagation:microprofile-context-propagation-api:jar:1.1-20191213.124641-6 from/to repo.eclipse.org (https://repo.eclipse.org/content/repositories/microprofile-snapshots/): Failed to transfer file https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/context-propagation/microprofile-context-propagation-api/1.1-SNAPSHOT/microprofile-context-propagation-api-1.1-20191213.124641-6.jar with status code 401
07:46:41 	at org.apache.maven.artifact.deployer.DefaultArtifactDeployer.deploy(DefaultArtifactDeployer.java:146)
07:46:41 	at hudson.maven.reporters.MavenArtifactRecord.deploy(MavenArtifactRecord.java:198)
07:46:41 	at hudson.maven.RedeployPublisher.perform(RedeployPublisher.java:176)
07:46:41 	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
07:46:41 	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:741)
07:46:41 	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
07:46:41 	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.post2(MavenModuleSetBuild.java:1074)
07:46:41 	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
07:46:41 	at hudson.model.Run.execute(Run.java:1840)
07:46:41 	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
07:46:41 	at hudson.model.ResourceController.execute(ResourceController.java:97)
07:46:41 	at hudson.model.Executor.run(Executor.java:429)
07:46:41 Caused by: org.eclipse.aether.deployment.DeploymentException: Failed to deploy artifacts: Could not transfer artifact org.eclipse.microprofile.context-propagation:microprofile-context-propagation-api:jar:1.1-20191213.124641-6 from/to repo.eclipse.org (https://repo.eclipse.org/content/repositories/microprofile-snapshots/): Failed to transfer file https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/context-propagation/microprofile-context-propagation-api/1.1-SNAPSHOT/microprofile-context-propagation-api-1.1-20191213.124641-6.jar with status code 401
07:46:41 	at org.eclipse.aether.internal.impl.DefaultDeployer.deploy(DefaultDeployer.java:295)
07:46:41 	at org.eclipse.aether.internal.impl.DefaultDeployer.deploy(DefaultDeployer.java:223)
07:46:41 	at org.eclipse.aether.internal.impl.DefaultRepositorySystem.deploy(DefaultRepositorySystem.java:384)
07:46:41 	at org.apache.maven.artifact.deployer.DefaultArtifactDeployer.deploy(DefaultArtifactDeployer.java:142)
07:46:41 	... 11 more
07:46:41 Caused by: org.eclipse.aether.transfer.ArtifactTransferException: Could not transfer artifact org.eclipse.microprofile.context-propagation:microprofile-context-propagation-api:jar:1.1-20191213.124641-6 from/to repo.eclipse.org (https://repo.eclipse.org/content/repositories/microprofile-snapshots/): Failed to transfer file https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/context-propagation/microprofile-context-propagation-api/1.1-SNAPSHOT/microprofile-context-propagation-api-1.1-20191213.124641-6.jar with status code 401
07:46:41 	at org.eclipse.aether.connector.basic.ArtifactTransportListener.transferFailed(ArtifactTransportListener.java:52)
07:46:41 	at org.eclipse.aether.connector.basic.BasicRepositoryConnector$TaskRunner.run(BasicRepositoryConnector.java:365)
07:46:41 	at org.eclipse.aether.connector.basic.BasicRepositoryConnector.put(BasicRepositoryConnector.java:284)
07:46:41 	at org.eclipse.aether.internal.impl.DefaultDeployer.deploy(DefaultDeployer.java:289)
07:46:41 	... 14 more
07:46:41 Caused by: org.apache.maven.wagon.TransferFailedException: Failed to transfer file https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/context-propagation/microprofile-context-propagation-api/1.1-SNAPSHOT/microprofile-context-propagation-api-1.1-20191213.124641-6.jar with status code 401
07:46:41 	at org.apache.maven.wagon.shared.http.AbstractHttpClientWagon.put(AbstractHttpClientWagon.java:756)
07:46:41 	at org.apache.maven.wagon.shared.http.AbstractHttpClientWagon.put(AbstractHttpClientWagon.java:670)
07:46:41 	at org.apache.maven.wagon.shared.http.AbstractHttpClientWagon.put(AbstractHttpClientWagon.java:652)
07:46:41 	at org.apache.maven.wagon.shared.http.AbstractHttpClientWagon.put(AbstractHttpClientWagon.java:646)
07:46:41 	at org.apache.maven.wagon.shared.http.AbstractHttpClientWagon.put(AbstractHttpClientWagon.java:626)
07:46:41 	at org.eclipse.aether.transport.wagon.WagonTransporter$PutTaskRunner.run(WagonTransporter.java:686)
07:46:41 	at org.eclipse.aether.transport.wagon.WagonTransporter.execute(WagonTransporter.java:435)
07:46:41 	at org.eclipse.aether.transport.wagon.WagonTransporter.put(WagonTransporter.java:418)
07:46:41 	at org.eclipse.aether.connector.basic.BasicRepositoryConnector$PutTaskRunner.runTask(BasicRepositoryConnector.java:512)
07:46:41 	at org.eclipse.aether.connector.basic.BasicRepositoryConnector$TaskRunner.run(BasicRepositoryConnector.java:360)
07:46:41 	... 16 more
07:46:41 [INFO] Deployment failed after 0.88 sec
07:46:41 Build step 'Deploy artifacts to Maven repository' changed build result to FAILURE
07:46:41 Sending e-mails to: microprofile-dev@eclipse.org
07:46:41 Finished: FAILURE