Skip to content

Console Output

Started by user Alexander Kurtakov
Running as Alexander Kurtakov
[Pipeline] Start of Pipeline
[Pipeline] echo
[WARNING] label option is deprecated. To use a static pod template, use the 'inheritFrom' option.
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Still waiting to schedule task
‘centos-7-6bgnt’ is offline
Agent centos-7-6bgnt 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-6bgnt"
  namespace: "dltk"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.dltk.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "centos-7-6bgnt"
    - 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-6bgnt"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.dltk.svc.cluster.local/dltk/"
    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-dltk"
      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-6bgnt in /home/jenkins/agent/workspace/dltk-nightly-pipeline
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Preparation)
[Pipeline] checkout
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://git.eclipse.org/r/dltk/org.eclipse.dltk.releng.git
 > git init /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.releng # timeout=10
Fetching upstream changes from https://git.eclipse.org/r/dltk/org.eclipse.dltk.releng.git
 > git --version # timeout=10
 > git --version # 'git version 2.36.6'
 > git fetch --tags --force --progress -- https://git.eclipse.org/r/dltk/org.eclipse.dltk.releng.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git.eclipse.org/r/dltk/org.eclipse.dltk.releng.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 9f5985d007867a0bba2f8918845032183c807572 (refs/remotes/origin/master)
Commit message: "Version bump"
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9f5985d007867a0bba2f8918845032183c807572 # timeout=10
 > git rev-list --no-walk 9f5985d007867a0bba2f8918845032183c807572 # timeout=10
[Pipeline] checkout
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://git.eclipse.org/r/dltk/org.eclipse.dltk.core.git
 > git init /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core # timeout=10
Fetching upstream changes from https://git.eclipse.org/r/dltk/org.eclipse.dltk.core.git
 > git --version # timeout=10
 > git --version # 'git version 2.36.6'
 > git fetch --tags --force --progress -- https://git.eclipse.org/r/dltk/org.eclipse.dltk.core.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 4b113e2a6f229757d1b35f6d208048c1468ecdf3 (refs/remotes/origin/master)
Commit message: "Build against eclipse 2023-06 and mylyn 4 snapshots"
 > git config remote.origin.url https://git.eclipse.org/r/dltk/org.eclipse.dltk.core.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4b113e2a6f229757d1b35f6d208048c1468ecdf3 # timeout=10
 > git rev-list --no-walk 4b113e2a6f229757d1b35f6d208048c1468ecdf3 # timeout=10
[Pipeline] checkout
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://git.eclipse.org/r/dltk/org.eclipse.dltk.tcl.git
 > git init /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl # timeout=10
Fetching upstream changes from https://git.eclipse.org/r/dltk/org.eclipse.dltk.tcl.git
 > git --version # timeout=10
 > git --version # 'git version 2.36.6'
 > git fetch --tags --force --progress -- https://git.eclipse.org/r/dltk/org.eclipse.dltk.tcl.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 545786208c7bad5c25e11e79f218a8093b5c07c5 (refs/remotes/origin/master)
Commit message: "Fix TCL compilation on 2023-06"
 > git config remote.origin.url https://git.eclipse.org/r/dltk/org.eclipse.dltk.tcl.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 545786208c7bad5c25e11e79f218a8093b5c07c5 # timeout=10
 > git rev-list --no-walk 545786208c7bad5c25e11e79f218a8093b5c07c5 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] xvnc
[dltk-nightly-pipeline] $ Xvnc -help
Starting xvnc
[dltk-nightly-pipeline] $ Xvnc :14 -localhost -nolisten tcp

Xvnc TigerVNC 1.8.0 - built Feb  5 2024 15:30:47
Copyright (C) 1999-2017 TigerVNC Team and many others (see README.txt)
See http://www.tigervnc.org for information on TigerVNC.
Underlying X server release 12004000, The X.Org Foundation


Thu Apr 25 07:09:39 2024
 vncext:      VNC extension running!
 vncext:      Listening for VNC connections on local interface(s), port 5914
 vncext:      created VNC server for screen 0
[Pipeline] {
[Pipeline] withMaven
[withMaven] WARNING: You are running an old version of Maven (UNKNOWN), you should update to at least 3.8.x
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] sh
+ export LANG=en_US.utf8
+ LANG=en_US.utf8
[Pipeline] sh
+ mvn -Dmaven.test.skip=true -Dproject.build.sourceEncoding=UTF-8 clean install -Psign -Preports -f org.eclipse.dltk.releng/pom.xml
Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/dltk-nightly-pipeline@tmp/withMavend5e57955/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/dltk-nightly-pipeline@tmp/withMavend5e57955" 
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/tools/apache-maven/latest
Java version: 17.0.10, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-17/jdk-17.0.10+7
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
[INFO] [jenkins-event-spy] Generate /home/jenkins/agent/workspace/dltk-nightly-pipeline@tmp/withMavend5e57955/maven-spy-20240425-070946-44312391629408124990314.log.tmp ...
[INFO] Scanning for projects...
[WARNING] Pack200 is not supported when running on Java 14 and higher
[WARNING] Pack200 is not supported when running on Java 14 and higher
[WARNING] Pack200 is not supported when running on Java 14 and higher
[WARNING] Pack200 is not supported when running on Java 14 and higher
[WARNING] Pack200 is not supported when running on Java 14 and higher
[WARNING] Pack200 is not supported when running on Java 14 and higher
[WARNING] Pack200 is not supported when running on Java 14 and higher
[WARNING] Pack200 is not supported when running on Java 14 and higher
[WARNING] Pack200 is not supported when running on Java 14 and higher
[WARNING] Pack200 is not supported when running on Java 14 and higher
[WARNING] Pack200 is not supported when running on Java 14 and higher
[WARNING] Pack200 is not supported when running on Java 14 and higher
[WARNING] Pack200 is not supported when running on Java 14 and higher
[WARNING] Pack200 is not supported when running on Java 14 and higher
[WARNING] Pack200 is not supported when running on Java 14 and higher
[WARNING] Pack200 is not supported when running on Java 14 and higher
[WARNING] Pack200 is not supported when running on Java 14 and higher
[WARNING] Pack200 is not supported when running on Java 14 and higher
[WARNING] Pack200 is not supported when running on Java 14 and higher
[WARNING] Pack200 is not supported when running on Java 14 and higher
[WARNING] Pack200 is not supported when running on Java 14 and higher
[WARNING] Pack200 is not supported when running on Java 14 and higher
[WARNING] Pack200 is not supported when running on Java 14 and higher
[WARNING] Pack200 is not supported when running on Java 14 and higher
[WARNING] Pack200 is not supported when running on Java 14 and higher
[WARNING] Pack200 is not supported when running on Java 14 and higher
[WARNING] Pack200 is not supported when running on Java 14 and higher
[WARNING] Pack200 is not supported when running on Java 14 and higher
[WARNING] Pack200 is not supported when running on Java 14 and higher
[WARNING] Pack200 is not supported when running on Java 14 and higher
[WARNING] Pack200 is not supported when running on Java 14 and higher
[WARNING] Pack200 is not supported when running on Java 14 and higher
[WARNING] Pack200 is not supported when running on Java 14 and higher
[WARNING] Pack200 is not supported when running on Java 14 and higher
[WARNING] Pack200 is not supported when running on Java 14 and higher
[WARNING] Pack200 is not supported when running on Java 14 and higher
[WARNING] Pack200 is not supported when running on Java 14 and higher
[WARNING] Pack200 is not supported when running on Java 14 and higher
[WARNING] Pack200 is not supported when running on Java 14 and higher
[WARNING] Pack200 is not supported when running on Java 14 and higher
[WARNING] Pack200 is not supported when running on Java 14 and higher
[WARNING] Pack200 is not supported when running on Java 14 and higher
[WARNING] Pack200 is not supported when running on Java 14 and higher
[WARNING] Pack200 is not supported when running on Java 14 and higher
[WARNING] Pack200 is not supported when running on Java 14 and higher
[WARNING] Pack200 is not supported when running on Java 14 and higher
[WARNING] Pack200 is not supported when running on Java 14 and higher
[WARNING] Pack200 is not supported when running on Java 14 and higher
[WARNING] Pack200 is not supported when running on Java 14 and higher
[WARNING] Pack200 is not supported when running on Java 14 and higher
[WARNING] Pack200 is not supported when running on Java 14 and higher
[WARNING] Pack200 is not supported when running on Java 14 and higher
[WARNING] Pack200 is not supported when running on Java 14 and higher
[WARNING] Pack200 is not supported when running on Java 14 and higher
[WARNING] Pack200 is not supported when running on Java 14 and higher
[WARNING] Pack200 is not supported when running on Java 14 and higher
[WARNING] Pack200 is not supported when running on Java 14 and higher
[WARNING] Pack200 is not supported when running on Java 14 and higher
[WARNING] Pack200 is not supported when running on Java 14 and higher
[WARNING] Pack200 is not supported when running on Java 14 and higher
[WARNING] Pack200 is not supported when running on Java 14 and higher
[WARNING] Pack200 is not supported when running on Java 14 and higher
[WARNING] Pack200 is not supported when running on Java 14 and higher
[WARNING] Pack200 is not supported when running on Java 14 and higher
[WARNING] Pack200 is not supported when running on Java 14 and higher
[WARNING] Pack200 is not supported when running on Java 14 and higher
[WARNING] Pack200 is not supported when running on Java 14 and higher
[WARNING] Pack200 is not supported when running on Java 14 and higher
[WARNING] Pack200 is not supported when running on Java 14 and higher
[WARNING] Pack200 is not supported when running on Java 14 and higher
[WARNING] Pack200 is not supported when running on Java 14 and higher
[WARNING] Pack200 is not supported when running on Java 14 and higher
[WARNING] Pack200 is not supported when running on Java 14 and higher
[WARNING] Pack200 is not supported when running on Java 14 and higher
[WARNING] Pack200 is not supported when running on Java 14 and higher
[WARNING] Pack200 is not supported when running on Java 14 and higher
[WARNING] Pack200 is not supported when running on Java 14 and higher
[WARNING] Pack200 is not supported when running on Java 14 and higher
[WARNING] Pack200 is not supported when running on Java 14 and higher
[WARNING] Pack200 is not supported when running on Java 14 and higher
[INFO] Resolving target definition file:/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/releng/org.eclipse.dltk.core.targetplatform/org.eclipse.dltk.core.targetplatform.target for environments=[linux/gtk/x86_64, win32/win32/x86_64, macosx/cocoa/x86_64, macosx/cocoa/aarch64], 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@3a5b1af7...
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[INFO] [jenkins-event-spy] Generated /home/jenkins/agent/workspace/dltk-nightly-pipeline@tmp/withMavend5e57955/maven-spy-20240425-070946-44312391629408124990314.log
[ERROR] Failed to resolve target definition file:/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/releng/org.eclipse.dltk.core.targetplatform/org.eclipse.dltk.core.targetplatform.target: Could not find "org.eclipse.mylyn.discovery.feature.feature.group/0.0.0" in the repositories of the current location -> [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/MavenExecutionException
[Pipeline] step
Sending e-mails to: kaloyan.r@zend.com alex.panchenko@gmail.com haiodo@xored.com zulus@w3des.net
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[withMaven] jgivenPublisher - Jenkins JGiven Plugin not found, do not archive jgiven reports.
[withMaven] Publishers: Pipeline Graph Publisher: 5 ms, JGiven Publisher: 1 ms
[Pipeline] // withMaven
[Pipeline] }
Terminating xvnc.
[Pipeline] // xvnc
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Deploy)
Stage "Deploy" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
ERROR: script returned exit code 1
Finished: FAILURE