Skip to content
Failed

Console Output

Started by timer
Obtained releng/org.eclipse.ease.releng/jenkins/compatibility/ease.verify.target.2021-06.jenkinsfile from git https://gitlab.eclipse.org/eclipse/ease/ease.git
[Pipeline] Start of Pipeline
[Pipeline] node
Agent centos-7-0q0bf is provisioned from template centos-7
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30"
    jenkins/label: "migration_jipp-migration_centos-7"
  name: "centos-7-0q0bf"
  namespace: "ease"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.ease.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "centos-7-0q0bf"
    - name: "JENKINS_REMOTING_JAVA_OPTS"
      value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
        \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
    - name: "JAVA_TOOL_OPTIONS"
      value: ""
    - name: "_JAVA_OPTIONS"
      value: ""
    - name: "OPENJ9_JAVA_OPTIONS"
      value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
    - name: "JENKINS_NAME"
      value: "centos-7-0q0bf"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.ease.svc.cluster.local/ease/"
    image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-3160.vd76b_9ddd10cc"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        cpu: "2000m"
        memory: "4096Mi"
      requests:
        cpu: "1000m"
        memory: "4096Mi"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - 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: "m2-secret-dir"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/wrapper"
      name: "volume-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
      subPath: ""
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-ease"
      readOnly: true
  - name: "m2-secret-dir"
    secret:
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "m2-dir"
    name: "m2-dir"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-4"
  - emptyDir:
      medium: ""
    name: "volume-3"

Running on centos-7-0q0bf in /home/jenkins/agent/workspace/ease.verify.target.2021-06
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: git
No credentials specified
Cloning the remote Git repository
Cloning repository https://gitlab.eclipse.org/eclipse/ease/ease.git
 > git init /home/jenkins/agent/workspace/ease.verify.target.2021-06 # timeout=10
Fetching upstream changes from https://gitlab.eclipse.org/eclipse/ease/ease.git
 > git --version # timeout=10
 > git --version # 'git version 2.36.6'
 > git fetch --tags --force --progress -- https://gitlab.eclipse.org/eclipse/ease/ease.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://gitlab.eclipse.org/eclipse/ease/ease.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 33966a9a44725a885d5152e4bd682fdf5f83f611 (refs/remotes/origin/main)
Commit message: "[#173] Add support for target platform 2023-12"
 > git rev-parse refs/remotes/origin/main^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 33966a9a44725a885d5152e4bd682fdf5f83f611 # timeout=10
 > git rev-list --no-walk 33966a9a44725a885d5152e4bd682fdf5f83f611 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
04:19:39 [2024-02-25T09:19:39.737Z] Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Checkout)
[Pipeline] checkout
04:19:39 [2024-02-25T09:19:39.854Z] The recommended git tool is: git
04:19:39 [2024-02-25T09:19:39.868Z] No credentials specified
04:19:39 [2024-02-25T09:19:39.876Z] Fetching changes from the remote Git repository
04:19:40 [2024-02-25T09:19:40.606Z] Checking out Revision 33966a9a44725a885d5152e4bd682fdf5f83f611 (refs/remotes/origin/main)
04:19:40 [2024-02-25T09:19:40.635Z] Commit message: "[#173] Add support for target platform 2023-12"
04:19:40 [2024-02-25T09:19:40.635Z] Cleaning workspace
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Test)
[Pipeline] sh
04:19:39 [2024-02-25T09:19:39.872Z]  > git rev-parse --resolve-git-dir /home/jenkins/agent/workspace/ease.verify.target.2021-06/.git # timeout=10
04:19:39 [2024-02-25T09:19:39.881Z]  > git config remote.origin.url https://gitlab.eclipse.org/eclipse/ease/ease.git # timeout=10
04:19:39 [2024-02-25T09:19:39.890Z] Fetching upstream changes from https://gitlab.eclipse.org/eclipse/ease/ease.git
04:19:39 [2024-02-25T09:19:39.890Z]  > git --version # timeout=10
04:19:39 [2024-02-25T09:19:39.893Z]  > git --version # 'git version 2.36.6'
04:19:39 [2024-02-25T09:19:39.893Z]  > git fetch --tags --force --progress -- https://gitlab.eclipse.org/eclipse/ease/ease.git +refs/heads/*:refs/remotes/origin/* # timeout=10
04:19:40 [2024-02-25T09:19:40.602Z]  > git rev-parse refs/remotes/origin/main^{commit} # timeout=10
04:19:40 [2024-02-25T09:19:40.607Z]  > git config core.sparsecheckout # timeout=10
04:19:40 [2024-02-25T09:19:40.610Z]  > git checkout -f 33966a9a44725a885d5152e4bd682fdf5f83f611 # timeout=10
04:19:40 [2024-02-25T09:19:40.636Z]  > git rev-parse --verify HEAD # timeout=10
04:19:40 [2024-02-25T09:19:40.639Z] Resetting working tree
04:19:40 [2024-02-25T09:19:40.639Z]  > git reset --hard # timeout=10
04:19:40 [2024-02-25T09:19:40.654Z]  > git clean -fdx # timeout=10
04:19:41 [2024-02-25T09:19:41.097Z] + cp 'releng/org.eclipse.ease.releng.target/previous targets/2021-06.target' releng/org.eclipse.ease.releng.target/org.eclipse.ease.releng.target.target
[Pipeline] withMaven
04:19:43 [2024-02-25T09:19:43.427Z] [withMaven] WARNING: You are running an old version of Maven (UNKNOWN), you should update to at least 3.8.x
[Pipeline] {
[Pipeline] sh
04:19:44 [2024-02-25T09:19:44.429Z] + export JENKINS_MAVEN_AGENT_DISABLED=true
04:19:44 [2024-02-25T09:19:44.429Z] + JENKINS_MAVEN_AGENT_DISABLED=true
04:19:44 [2024-02-25T09:19:44.429Z] + mvn clean verify -f releng/org.eclipse.ease.releng/target-tests-pom.xml
04:19:44 [2024-02-25T09:19:44.429Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.target.2021-06@tmp/withMavenc5fe6b6d/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.target.2021-06@tmp/withMavenc5fe6b6d" 
04:19:45 [2024-02-25T09:19:45.802Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
04:19:45 [2024-02-25T09:19:45.802Z] Maven home: /opt/tools/apache-maven/latest
04:19:45 [2024-02-25T09:19:45.802Z] Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8
04:19:45 [2024-02-25T09:19:45.802Z] Default locale: en_US, platform encoding: UTF-8
04:19:45 [2024-02-25T09:19:45.802Z] OS name: "linux", version: "6.1.11-200.fc37.x86_64", arch: "amd64", family: "unix"
04:19:46 [2024-02-25T09:19:46.729Z] [INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
04:19:47 [2024-02-25T09:19:47.000Z] [INFO] Scanning for projects...
04:19:47 [2024-02-25T09:19:47.566Z] [ERROR] [ERROR] Some problems were encountered while processing the POMs:
04:19:47 [2024-02-25T09:19:47.566Z] [ERROR] Unresolveable build extension: Plugin org.eclipse.tycho:tycho-maven-plugin:3.0.3 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.eclipse.tycho:tycho-maven-plugin:jar:3.0.3 @ 
04:19:47 [2024-02-25T09:19:47.566Z]  @ 
04:19:47 [2024-02-25T09:19:47.566Z] [ERROR] The build could not read 1 project -> [Help 1]
04:19:47 [2024-02-25T09:19:47.566Z] [ERROR]   
04:19:47 [2024-02-25T09:19:47.566Z] [ERROR]   The project org.eclipse.ease:org.eclipse.ease.releng:0.10.0-SNAPSHOT (/home/jenkins/agent/workspace/ease.verify.target.2021-06/releng/org.eclipse.ease.releng/target-tests-pom.xml) has 1 error
04:19:47 [2024-02-25T09:19:47.567Z] [ERROR]     Unresolveable build extension: Plugin org.eclipse.tycho:tycho-maven-plugin:3.0.3 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.eclipse.tycho:tycho-maven-plugin:jar:3.0.3: The following artifacts could not be resolved: org.eclipse.tycho:tycho-maven-plugin:pom:3.0.3 (absent): Could not transfer artifact org.eclipse.tycho:tycho-maven-plugin:pom:3.0.3 from/to eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/): status code: 403, reason phrase: Forbidden (403) -> [Help 2]
04:19:47 [2024-02-25T09:19:47.567Z] [ERROR] 
04:19:47 [2024-02-25T09:19:47.567Z] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
04:19:47 [2024-02-25T09:19:47.567Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
04:19:47 [2024-02-25T09:19:47.567Z] [ERROR] 
04:19:47 [2024-02-25T09:19:47.567Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
04:19:47 [2024-02-25T09:19:47.567Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
04:19:47 [2024-02-25T09:19:47.567Z] [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/PluginManagerException
[Pipeline] }
[Pipeline] // withMaven
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] archiveArtifacts
04:19:50 [2024-02-25T09:19:50.706Z] Archiving artifacts
[Pipeline] emailext
04:23:16 [2024-02-25T09:23:16.204Z] Sending email to: christian.pontesegger@web.de
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 1
Finished: FAILURE