Skip to main content

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

See <https://ci.eclipse.org/microprofile/job/RestClient-maven-snapshots/253/display/redirect?page=changes>

Changes:

[asoldano] Allow configuring timeout test


------------------------------------------
Started by an SCM change
Running as SYSTEM
Agent default-agent-pfrz7 is provisioned from template Kubernetes Pod Template
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
  name: "default-agent-pfrz7"
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-pfrz7"
    - name: "MAVEN_CONFIG"
      value: "-B -e"
    - name: "JENKINS_NAME"
      value: "default-agent-pfrz7"
    - 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/.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-pfrz7 in workspace <https://ci.eclipse.org/microprofile/job/RestClient-maven-snapshots/ws/>
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
using credential github-bot-ssh
Cloning the remote Git repository
Cloning repository git@xxxxxxxxxx:eclipse/microprofile-rest-client.git
 > git init <https://ci.eclipse.org/microprofile/job/RestClient-maven-snapshots/ws/> # timeout=10
Fetching upstream changes from git@xxxxxxxxxx:eclipse/microprofile-rest-client.git
 > git --version # timeout=10
using GIT_SSH to set credentials GitHub bot SSH
 > git fetch --tags --force --progress -- git@xxxxxxxxxx:eclipse/microprofile-rest-client.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url git@xxxxxxxxxx:eclipse/microprofile-rest-client.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git@xxxxxxxxxx:eclipse/microprofile-rest-client.git # timeout=10
Fetching upstream changes from git@xxxxxxxxxx:eclipse/microprofile-rest-client.git
using GIT_SSH to set credentials GitHub bot SSH
 > git fetch --tags --force --progress -- git@xxxxxxxxxx:eclipse/microprofile-rest-client.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 fb47e0876e7ed813f630559d213a1e1f3699442e (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f fb47e0876e7ed813f630559d213a1e1f3699442e
Commit message: "Merge pull request #264 from asoldano/timeouts-on-ci"
 > git rev-list --no-walk 29de48989f9184ec91d9c25d208e8764a3ef7731 # timeout=10
Parsing POMs
Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/org/jboss/arquillian/arquillian-bom/1.1.13.Final/arquillian-bom-1.1.13.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.4/shrinkwrap-resolver-bom-2.2.4.pom
Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-bom/2.0.0-alpha-10/shrinkwrap-descriptors-bom-2.0.0-alpha-10.pom
Established TCP socket on 36820
Copied maven35-agent.jar
Copied maven35-interceptor.jar
Copied maven3-interceptor-commons.jar
[RestClient-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 36820
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.eclipse.org/microprofile/job/RestClient-maven-snapshots/ws/pom.xml> -pl !spec install deploy
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] MicroProfile Rest Client                                           [pom]
[INFO] MicroProfile Rest Client API                                       [jar]
[INFO] MicroProfile Rest Client TCK                                       [jar]
[INFO] 
[INFO] --< org.eclipse.microprofile.rest.client:microprofile-rest-client-parent >--
[INFO] Building MicroProfile Rest Client 2.0-SNAPSHOT                     [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (rat-check) @ microprofile-rest-client-parent ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Parsing exclusions from <https://ci.eclipse.org/microprofile/job/RestClient-maven-snapshots/ws/.gitignore>
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 76 implicit excludes (use -debug for more details).
[INFO] Exclude: bnd.bnd
[INFO] Exclude: *.log
[INFO] Exclude: .checkstyle
[INFO] Exclude: .factorypath
[INFO] Exclude: .editorconfig
[INFO] 5 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 3 licenses.
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.17:check (verify-style) @ microprofile-rest-client-parent ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ microprofile-rest-client-parent ---
[INFO] Installing <https://ci.eclipse.org/microprofile/job/RestClient-maven-snapshots/ws/pom.xml> to /home/jenkins/.m2/repository/org/eclipse/microprofile/rest/client/microprofile-rest-client-parent/2.0-SNAPSHOT/microprofile-rest-client-parent-2.0-SNAPSHOT.pom
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (rat-check) @ microprofile-rest-client-parent ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Parsing exclusions from <https://ci.eclipse.org/microprofile/job/RestClient-maven-snapshots/ws/.gitignore>
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 76 implicit excludes (use -debug for more details).
[INFO] Exclude: bnd.bnd
[INFO] Exclude: *.log
[INFO] Exclude: .checkstyle
[INFO] Exclude: .factorypath
[INFO] Exclude: .editorconfig
[INFO] 5 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 3 licenses.
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.17:check (verify-style) @ microprofile-rest-client-parent ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ microprofile-rest-client-parent ---
[INFO] Installing <https://ci.eclipse.org/microprofile/job/RestClient-maven-snapshots/ws/pom.xml> to /home/jenkins/.m2/repository/org/eclipse/microprofile/rest/client/microprofile-rest-client-parent/2.0-SNAPSHOT/microprofile-rest-client-parent-2.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ microprofile-rest-client-parent ---
[WARNING] Could not transfer metadata org.eclipse.microprofile.rest.client:microprofile-rest-client-parent:2.0-SNAPSHOT/maven-metadata.xml from/to ossrh (https://oss.sonatype.org/content/repositories/snapshots/): Transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/rest/client/microprofile-rest-client-parent/2.0-SNAPSHOT/maven-metadata.xml 502 Bad Gateway
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for MicroProfile Rest Client 2.0-SNAPSHOT:
[INFO] 
[INFO] MicroProfile Rest Client ........................... FAILURE [ 11.238 s]
[INFO] MicroProfile Rest Client API ....................... SKIPPED
[INFO] MicroProfile Rest Client TCK ....................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  13.473 s
[INFO] Finished at: 2020-04-16T15:23:11Z
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.7:deploy (default-deploy) on project microprofile-rest-client-parent: Failed to retrieve remote metadata org.eclipse.microprofile.rest.client:microprofile-rest-client-parent:2.0-SNAPSHOT/maven-metadata.xml: Could not transfer metadata org.eclipse.microprofile.rest.client:microprofile-rest-client-parent:2.0-SNAPSHOT/maven-metadata.xml from/to ossrh (https://oss.sonatype.org/content/repositories/snapshots/): Transfer failed for https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/rest/client/microprofile-rest-client-parent/2.0-SNAPSHOT/maven-metadata.xml 502 Bad Gateway -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[JENKINS] Archiving <https://ci.eclipse.org/microprofile/job/RestClient-maven-snapshots/ws/pom.xml> to org.eclipse.microprofile.rest.client/microprofile-rest-client-parent/2.0-SNAPSHOT/microprofile-rest-client-parent-2.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci.eclipse.org/microprofile/job/RestClient-maven-snapshots/ws/tck/pom.xml> to org.eclipse.microprofile.rest.client/microprofile-rest-client-tck/2.0-SNAPSHOT/microprofile-rest-client-tck-2.0-SNAPSHOT.pom
[JENKINS] Archiving <https://ci.eclipse.org/microprofile/job/RestClient-maven-snapshots/ws/api/pom.xml> to org.eclipse.microprofile.rest.client/microprofile-rest-client-api/2.0-SNAPSHOT/microprofile-rest-client-api-2.0-SNAPSHOT.pom
channel stopped


Back to the top