Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[microprofile-dev] Build failed in Jenkins: BOM-maven-snapshots #771

See <https://ci-staging.eclipse.org/microprofile/job/BOM-maven-snapshots/771/display/redirect>

Changes:


------------------------------------------
Started by timer
Running as SYSTEM
Agent default-agent-dv5fz is provisioned from template Kubernetes Pod Template
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
  name: "default-agent-dv5fz"
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-dv5fz"
    - name: "MAVEN_CONFIG"
      value: "-B -e"
    - name: "JENKINS_NAME"
      value: "default-agent-dv5fz"
    - 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.29@sha256:d7df679b5f7337f1bf77922400a148b80e3c483ccba72933a18f0c87be98f8b1"
    imagePullPolicy: "IfNotPresent"
    name: "jnlp"
    resources:
      limits:
        memory: "4096Mi"
        cpu: "2000m"
      requests:
        memory: "4096Mi"
        cpu: "1000m"
    securityContext:
      privileged: false
    tty: true
    volumeMounts:
    - 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
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      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-dv5fz in workspace <https://ci-staging.eclipse.org/microprofile/job/BOM-maven-snapshots/ws/>
[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-bom.git
 > git init <https://ci-staging.eclipse.org/microprofile/job/BOM-maven-snapshots/ws/> # timeout=10
Fetching upstream changes from https://github.com/eclipse/microprofile-bom.git
 > git --version # timeout=10
 > git fetch --tags --force --progress -- https://github.com/eclipse/microprofile-bom.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://github.com/eclipse/microprofile-bom.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-bom.git # timeout=10
Fetching upstream changes from https://github.com/eclipse/microprofile-bom.git
 > git fetch --tags --force --progress -- https://github.com/eclipse/microprofile-bom.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 7b5012f2b715db093b82bb6a7a6a06f8c3dfe64a (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 7b5012f2b715db093b82bb6a7a6a06f8c3dfe64a
Commit message: "Merge pull request #77 from eclipse/pavolloffay-patch-1"
 > git rev-list --no-walk 7b5012f2b715db093b82bb6a7a6a06f8c3dfe64a # timeout=10
Parsing POMs
Modules changed, recalculating dependency graph
Established TCP socket on 45487
Copied maven35-agent.jar
Copied maven35-interceptor.jar
Copied maven3-interceptor-commons.jar
[BOM-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/slave.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 45487
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 <https://ci-staging.eclipse.org/microprofile/job/BOM-maven-snapshots/ws/pom.xml> -pl !spec install
[INFO] Scanning for projects...
[INFO] 
[INFO] ---------------< org.eclipse.microprofile:microprofile >----------------
[INFO] Building MicroProfile BOM 1.4-SNAPSHOT
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ microprofile ---
[INFO] Installing <https://ci-staging.eclipse.org/microprofile/job/BOM-maven-snapshots/ws/pom.xml> to /home/jenkins/.m2/repository/org/eclipse/microprofile/microprofile/1.4-SNAPSHOT/microprofile-1.4-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  8.088 s
[INFO] Finished at: 2019-10-19T06:19:58Z
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[JENKINS] Archiving <https://ci-staging.eclipse.org/microprofile/job/BOM-maven-snapshots/ws/pom.xml> to org.eclipse.microprofile/microprofile/1.4-SNAPSHOT/microprofile-1.4-SNAPSHOT.pom
channel stopped
No artifacts are recorded for moduleorg.eclipse.microprofile:microprofile-spec. Is this a Maven project?
Maven RedeployPublisher use remote default-agent-dv5fz 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-1.4-SNAPSHOT.pom
Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/microprofile/1.4-SNAPSHOT/maven-metadata.xml
Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/microprofile/1.4-SNAPSHOT/maven-metadata.xml (613 B at 12 kB/s)
Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/microprofile/1.4-SNAPSHOT/microprofile-1.4-20191019.061959-636.pom
ERROR: Failed to deploy artifacts: Could not transfer artifact org.eclipse.microprofile:microprofile:pom:1.4-20191019.061959-636 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/microprofile/1.4-SNAPSHOT/microprofile-1.4-20191019.061959-636.pom with status code 401
org.apache.maven.artifact.deployer.ArtifactDeploymentException: Failed to deploy artifacts: Could not transfer artifact org.eclipse.microprofile:microprofile:pom:1.4-20191019.061959-636 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/microprofile/1.4-SNAPSHOT/microprofile-1.4-20191019.061959-636.pom 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:microprofile:pom:1.4-20191019.061959-636 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/microprofile/1.4-SNAPSHOT/microprofile-1.4-20191019.061959-636.pom 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:microprofile:pom:1.4-20191019.061959-636 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/microprofile/1.4-SNAPSHOT/microprofile-1.4-20191019.061959-636.pom 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/microprofile/1.4-SNAPSHOT/microprofile-1.4-20191019.061959-636.pom 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.19 sec
Build step 'Deploy artifacts to Maven repository' changed build result to FAILURE


Back to the top