Skip to content
Failed

Console Output

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