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