Skip to content

Console Output

Started by timer
Obtained releng/org.eclipse.ease.releng/jenkins/compatibility/ease.verify.target.2019-06.jenkinsfile from git https://gitlab.eclipse.org/eclipse/ease/ease.git
[Pipeline] Start of Pipeline
[Pipeline] node
Agent centos-7-fql9x 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-fql9x"
  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-fql9x"
    - 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-fql9x"
    - 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-fql9x in /home/jenkins/agent/workspace/ease.verify.target.2019-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.2019-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
21:47:12 [2024-05-19T01:47:12.925Z] Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Checkout)
[Pipeline] checkout
21:47:12 [2024-05-19T01:47:12.944Z] The recommended git tool is: git
21:47:12 [2024-05-19T01:47:12.955Z] No credentials specified
21:47:12 [2024-05-19T01:47:12.963Z] Fetching changes from the remote Git repository
21:47:13 [2024-05-19T01:47:13.724Z] Checking out Revision 33966a9a44725a885d5152e4bd682fdf5f83f611 (refs/remotes/origin/main)
21:47:13 [2024-05-19T01:47:13.875Z] Commit message: "[#173] Add support for target platform 2023-12"
21:47:13 [2024-05-19T01:47:13.875Z] Cleaning workspace
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Test)
[Pipeline] sh
21:47:12 [2024-05-19T01:47:12.958Z]  > git rev-parse --resolve-git-dir /home/jenkins/agent/workspace/ease.verify.target.2019-06/.git # timeout=10
21:47:12 [2024-05-19T01:47:12.967Z]  > git config remote.origin.url https://gitlab.eclipse.org/eclipse/ease/ease.git # timeout=10
21:47:12 [2024-05-19T01:47:12.974Z] Fetching upstream changes from https://gitlab.eclipse.org/eclipse/ease/ease.git
21:47:12 [2024-05-19T01:47:12.974Z]  > git --version # timeout=10
21:47:12 [2024-05-19T01:47:12.977Z]  > git --version # 'git version 2.36.6'
21:47:12 [2024-05-19T01:47:12.977Z]  > git fetch --tags --force --progress -- https://gitlab.eclipse.org/eclipse/ease/ease.git +refs/heads/*:refs/remotes/origin/* # timeout=10
21:47:13 [2024-05-19T01:47:13.721Z]  > git rev-parse refs/remotes/origin/main^{commit} # timeout=10
21:47:13 [2024-05-19T01:47:13.726Z]  > git config core.sparsecheckout # timeout=10
21:47:13 [2024-05-19T01:47:13.728Z]  > git checkout -f 33966a9a44725a885d5152e4bd682fdf5f83f611 # timeout=10
21:47:13 [2024-05-19T01:47:13.876Z]  > git rev-parse --verify HEAD # timeout=10
21:47:13 [2024-05-19T01:47:13.879Z] Resetting working tree
21:47:13 [2024-05-19T01:47:13.879Z]  > git reset --hard # timeout=10
21:47:13 [2024-05-19T01:47:13.892Z]  > git clean -fdx # timeout=10
21:47:14 [2024-05-19T01:47:14.244Z] + cp 'releng/org.eclipse.ease.releng.target/previous targets/2019-06.target' releng/org.eclipse.ease.releng.target/org.eclipse.ease.releng.target.target
[Pipeline] withMaven
[Pipeline] {
[Pipeline] sh
21:47:15 [2024-05-19T01:47:15.377Z] + export JENKINS_MAVEN_AGENT_DISABLED=true
21:47:15 [2024-05-19T01:47:15.377Z] + JENKINS_MAVEN_AGENT_DISABLED=true
21:47:15 [2024-05-19T01:47:15.377Z] + mvn clean verify -f releng/org.eclipse.ease.releng/target-tests-pom.xml
21:47:15 [2024-05-19T01:47:15.377Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.target.2019-06@tmp/withMaven6681ec7c/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.target.2019-06@tmp/withMaven6681ec7c" 
21:47:15 [2024-05-19T01:47:15.377Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
21:47:15 [2024-05-19T01:47:15.377Z] Maven home: /opt/tools/apache-maven/latest
21:47:15 [2024-05-19T01:47:15.377Z] Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8
21:47:15 [2024-05-19T01:47:15.377Z] Default locale: en_US, platform encoding: UTF-8
21:47:15 [2024-05-19T01:47:15.377Z] OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
21:47:16 [2024-05-19T01:47:16.751Z] [INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
21:47:16 [2024-05-19T01:47:16.751Z] [INFO] Scanning for projects...
21:47:26 [2024-05-19T01:47:26.696Z] [INFO] Artifact org.ow2.sat4j:org.ow2.sat4j.core:jar:2.3.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [nexus (https://repo.eclipse.org/content/repositories/maven_central/, default, releases+snapshots)]
21:47:26 [2024-05-19T01:47:26.696Z] [INFO] Artifact org.ow2.sat4j:org.ow2.sat4j.pb:jar:2.3.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [nexus (https://repo.eclipse.org/content/repositories/maven_central/, default, releases+snapshots)]
21:47:26 [2024-05-19T01:47:26.696Z] [INFO] Artifact org.osgi:org.osgi.service.prefs:jar:1.1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [nexus (https://repo.eclipse.org/content/repositories/maven_central/, default, releases+snapshots)]
21:47:26 [2024-05-19T01:47:26.696Z] [INFO] Artifact org.ow2.sat4j:org.ow2.sat4j.core:jar:2.3.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [nexus (https://repo.eclipse.org/content/repositories/maven_central/, default, releases+snapshots)]
21:47:26 [2024-05-19T01:47:26.696Z] [INFO] Artifact org.ow2.sat4j:org.ow2.sat4j.pb:jar:2.3.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [nexus (https://repo.eclipse.org/content/repositories/maven_central/, default, releases+snapshots)]
21:47:26 [2024-05-19T01:47:26.696Z] [INFO] Artifact org.osgi:org.osgi.service.prefs:jar:1.1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [nexus (https://repo.eclipse.org/content/repositories/maven_central/, default, releases+snapshots)]
21:47:29 [2024-05-19T01:47:29.266Z] [INFO] ### Using TychoRepositoryTransport for remote P2 access ###
21:47:29 [2024-05-19T01:47:29.266Z] [INFO]     Cache location:         /home/jenkins/.m2/repository/.cache/tycho
21:47:29 [2024-05-19T01:47:29.266Z] [INFO]     Transport mode:         online
21:47:29 [2024-05-19T01:47:29.266Z] [INFO]     Update mode:            cache first
21:47:29 [2024-05-19T01:47:29.266Z] [INFO]     Minimum cache duration: 60 minutes
21:47:29 [2024-05-19T01:47:29.266Z] [INFO]       (you can configure this with -Dtycho.p2.transport.min-cache-minutes=<desired minimum cache duration>)
21:47:35 [2024-05-19T01:47:35.804Z] [INFO] Resolving target definition file:/home/jenkins/agent/workspace/ease.verify.target.2019-06/releng/org.eclipse.ease.releng.target/org.eclipse.ease.releng.target.target for environments=[linux/gtk/x86_64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@2ff84e42...
21:47:42 [2024-05-19T01:47:42.347Z] [ERROR] Failed to resolve target definition file:/home/jenkins/agent/workspace/ease.verify.target.2019-06/releng/org.eclipse.ease.releng.target/org.eclipse.ease.releng.target.target: Failed to load p2 metadata repository from location https://pydev-9-3-0.surge.sh: Unable to read repository at https://pydev-9-3-0.surge.sh. PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failed: NotAfter: Sat May 18 23:59:59 UTC 2024 -> [Help 1]
21:47:42 [2024-05-19T01:47:42.347Z] [ERROR] 
21:47:42 [2024-05-19T01:47:42.347Z] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
21:47:42 [2024-05-19T01:47:42.347Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
21:47:42 [2024-05-19T01:47:42.347Z] [ERROR] 
21:47:42 [2024-05-19T01:47:42.347Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
21:47:42 [2024-05-19T01:47:42.347Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MavenExecutionException
[Pipeline] }
[Pipeline] // withMaven
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] archiveArtifacts
21:47:42 [2024-05-19T01:47:42.486Z] Archiving artifacts
[Pipeline] emailext
21:47:45 [2024-05-19T01:47:45.579Z] 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