Skip to content
Failed

Console Output

Started by timer
Obtained releng/org.eclipse.ease.releng/jenkins/compatibility/ease.verify.target.2023-06.jenkinsfile from git https://gitlab.eclipse.org/eclipse/ease/ease.git
[Pipeline] Start of Pipeline
[Pipeline] node
Agent centos-7-n85tx 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-n85tx"
  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-n85tx"
    - 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-n85tx"
    - 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-n85tx in /home/jenkins/agent/workspace/ease.verify.target.2023-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.2023-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 db473aa9bec48b28d6cad66ca7260e379042033b (refs/remotes/origin/main)
Commit message: "[#172] [Modules Explorer] No help shown for module methods"
 > git rev-parse refs/remotes/origin/main^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f db473aa9bec48b28d6cad66ca7260e379042033b # timeout=10
 > git rev-list --no-walk db473aa9bec48b28d6cad66ca7260e379042033b # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
01:08:20 [2024-01-26T06:08:20.235Z] Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Checkout)
[Pipeline] checkout
01:08:20 [2024-01-26T06:08:20.292Z] The recommended git tool is: git
01:08:20 [2024-01-26T06:08:20.305Z] No credentials specified
01:08:20 [2024-01-26T06:08:20.313Z] Fetching changes from the remote Git repository
01:08:21 [2024-01-26T06:08:21.052Z] Checking out Revision db473aa9bec48b28d6cad66ca7260e379042033b (refs/remotes/origin/main)
01:08:21 [2024-01-26T06:08:21.204Z] Commit message: "[#172] [Modules Explorer] No help shown for module methods"
01:08:21 [2024-01-26T06:08:21.204Z] Cleaning workspace
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Test)
[Pipeline] sh
01:08:20 [2024-01-26T06:08:20.308Z]  > git rev-parse --resolve-git-dir /home/jenkins/agent/workspace/ease.verify.target.2023-06/.git # timeout=10
01:08:20 [2024-01-26T06:08:20.316Z]  > git config remote.origin.url https://gitlab.eclipse.org/eclipse/ease/ease.git # timeout=10
01:08:20 [2024-01-26T06:08:20.324Z] Fetching upstream changes from https://gitlab.eclipse.org/eclipse/ease/ease.git
01:08:20 [2024-01-26T06:08:20.324Z]  > git --version # timeout=10
01:08:20 [2024-01-26T06:08:20.327Z]  > git --version # 'git version 2.36.6'
01:08:20 [2024-01-26T06:08:20.327Z]  > git fetch --tags --force --progress -- https://gitlab.eclipse.org/eclipse/ease/ease.git +refs/heads/*:refs/remotes/origin/* # timeout=10
01:08:21 [2024-01-26T06:08:21.046Z]  > git rev-parse refs/remotes/origin/main^{commit} # timeout=10
01:08:21 [2024-01-26T06:08:21.052Z]  > git config core.sparsecheckout # timeout=10
01:08:21 [2024-01-26T06:08:21.054Z]  > git checkout -f db473aa9bec48b28d6cad66ca7260e379042033b # timeout=10
01:08:21 [2024-01-26T06:08:21.204Z]  > git rev-parse --verify HEAD # timeout=10
01:08:21 [2024-01-26T06:08:21.207Z] Resetting working tree
01:08:21 [2024-01-26T06:08:21.207Z]  > git reset --hard # timeout=10
01:08:21 [2024-01-26T06:08:21.219Z]  > git clean -fdx # timeout=10
01:08:21 [2024-01-26T06:08:21.611Z] + cp 'releng/org.eclipse.ease.releng.target/previous targets/2023-06.target' releng/org.eclipse.ease.releng.target/org.eclipse.ease.releng.target.target
[Pipeline] withMaven
01:08:22 [2024-01-26T06:08:22.323Z] [withMaven] WARNING: You are running an old version of Maven (UNKNOWN), you should update to at least 3.8.x
[Pipeline] {
[Pipeline] sh
01:08:22 [2024-01-26T06:08:22.722Z] + export JENKINS_MAVEN_AGENT_DISABLED=true
01:08:22 [2024-01-26T06:08:22.722Z] + JENKINS_MAVEN_AGENT_DISABLED=true
01:08:22 [2024-01-26T06:08:22.722Z] + mvn clean verify -f releng/org.eclipse.ease.releng/target-tests-pom.xml
01:08:22 [2024-01-26T06:08:22.722Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.target.2023-06@tmp/withMaven01b3a3b0/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.target.2023-06@tmp/withMaven01b3a3b0" 
01:08:22 [2024-01-26T06:08:22.983Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
01:08:22 [2024-01-26T06:08:22.983Z] Maven home: /opt/tools/apache-maven/latest
01:08:22 [2024-01-26T06:08:22.983Z] Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8
01:08:22 [2024-01-26T06:08:22.983Z] Default locale: en_US, platform encoding: UTF-8
01:08:22 [2024-01-26T06:08:22.983Z] OS name: "linux", version: "6.0.18-200.fc36.x86_64", arch: "amd64", family: "unix"
01:08:24 [2024-01-26T06:08:24.359Z] [INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
01:08:24 [2024-01-26T06:08:24.359Z] [INFO] Scanning for projects...
01:08:30 [2024-01-26T06:08:30.924Z] [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)]
01:08:30 [2024-01-26T06:08:30.924Z] [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)]
01:08:30 [2024-01-26T06:08:30.924Z] [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)]
01:08:30 [2024-01-26T06:08:30.924Z] [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)]
01:08:30 [2024-01-26T06:08:30.924Z] [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)]
01:08:30 [2024-01-26T06:08:30.925Z] [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)]
01:08:34 [2024-01-26T06:08:34.202Z] [INFO] ### Using TychoRepositoryTransport for remote P2 access ###
01:08:34 [2024-01-26T06:08:34.202Z] [INFO]     Cache location:         /home/jenkins/.m2/repository/.cache/tycho
01:08:34 [2024-01-26T06:08:34.202Z] [INFO]     Transport mode:         online
01:08:34 [2024-01-26T06:08:34.203Z] [INFO]     Update mode:            cache first
01:08:34 [2024-01-26T06:08:34.203Z] [INFO]     Minimum cache duration: 60 minutes
01:08:34 [2024-01-26T06:08:34.203Z] [INFO]       (you can configure this with -Dtycho.p2.transport.min-cache-minutes=<desired minimum cache duration>)
01:08:38 [2024-01-26T06:08:38.369Z] [INFO] Resolving target definition file:/home/jenkins/agent/workspace/ease.verify.target.2023-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@1b5860fb...
01:13:14 [2024-01-26T06:13:14.862Z] [ERROR] Failed to resolve target definition file:/home/jenkins/agent/workspace/ease.verify.target.2023-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. Connection timed out -> [Help 1]
01:13:14 [2024-01-26T06:13:14.863Z] [ERROR] 
01:13:14 [2024-01-26T06:13:14.863Z] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
01:13:14 [2024-01-26T06:13:14.863Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
01:13:14 [2024-01-26T06:13:14.863Z] [ERROR] 
01:13:14 [2024-01-26T06:13:14.863Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
01:13:14 [2024-01-26T06:13:14.863Z] [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
01:13:15 [2024-01-26T06:13:15.143Z] Archiving artifacts
[Pipeline] emailext
01:13:20 [2024-01-26T06:13:20.298Z] 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