Skip to content

Console Output

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