Skip to content

Console Output

Started by user Nico Prediger
Running as Nico Prediger
Obtained promote.Jenkinsfile from git https://github.com/eclipse/gef
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
‘centos-8-9mcfv’ is offline
Agent centos-8-9mcfv is provisioned from template centos-8
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label-digest: "dcdbc7ed8a3e8b49b8443ee4b54d9618b35139e6"
    jenkins/label: "centos-latest_centos-8"
  name: "centos-8-9mcfv"
  namespace: "gef"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.gef.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "centos-8-9mcfv"
    - 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-8-9mcfv"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.gef.svc.cluster.local/gef/"
    image: "docker.io/eclipsecbi/jiro-agent-centos-8:remoting-4.13.3"
    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-gef"
      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-8-9mcfv in /home/jenkins/agent/workspace/Releng/Release-Promotion
[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://github.com/eclipse/gef
 > git init /home/jenkins/agent/workspace/Releng/Release-Promotion # timeout=10
Fetching upstream changes from https://github.com/eclipse/gef
 > git --version # timeout=10
 > git --version # 'git version 2.27.0'
 > git fetch --tags --force --progress -- https://github.com/eclipse/gef +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 4a430f377ddc194ebeab63e2130979c15a5be37a (refs/remotes/origin/master)
 > git config remote.origin.url https://github.com/eclipse/gef # 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 4a430f377ddc194ebeab63e2130979c15a5be37a # timeout=10
Commit message: "[ISSUE-102]: Ignore test class"
 > git rev-list --no-walk 4a430f377ddc194ebeab63e2130979c15a5be37a # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ curl -fSs https://ci.eclipse.org/gef/job/gef-master/6887/buildNumber
[Pipeline] echo
Found build number 6887 for build 6887
[Pipeline] sh
+ curl -fSs https://ci.eclipse.org/gef/job/gef-master/6887/buildNumber
[Pipeline] echo
Found build number 6887 for build 6887
[Pipeline] sh
+ curl -fSs https://ci.eclipse.org/gef/job/gef-master/6887/buildNumber
[Pipeline] echo
Found build number 6887 for build 6887
[Pipeline] sh
+ curl -fSs https://ci.eclipse.org/gef/job/gef-master/6887/buildNumber
[Pipeline] echo
Found build number 6887 for build 6887
[Pipeline] sh
+ curl -fSs https://ci.eclipse.org/gef/job/gef-master/6887/buildNumber
[Pipeline] echo
Found build number 6887 for build 6887
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 30 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Promotion)
[Pipeline] sshagent
[ssh-agent] Using credentials genie.gef (ssh://genie.gef@projects-storage.eclipse.org)
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-XVx13FBrJr6I/agent.196
SSH_AGENT_PID=198
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/Releng/Release-Promotion@tmp/private_key_10029891905042415070.key (/home/jenkins/agent/workspace/Releng/Release-Promotion@tmp/private_key_10029891905042415070.key)
[ssh-agent] Started.
[Pipeline] {
[Pipeline] copyArtifacts
[Pipeline] }
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 198 killed;
[ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] mail
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: Failed to copy artifacts from gef-master with filter: **
Finished: FAILURE