Skip to content

Console Output

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