Skip to content
Failed

Console Output

Started by user Radek Felcman
Rebuilds build #7
Running as Radek Felcman
Running in Durability level: PERFORMANCE_OPTIMIZED
[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
Waiting for next available executor
Created Pod: kubernetes eclipselink/el-master-agent-pod-gvfq3-p88c1
[Normal][eclipselink/el-master-agent-pod-gvfq3-p88c1][Scheduled] Successfully assigned eclipselink/el-master-agent-pod-gvfq3-p88c1 to okdnode-8
[Normal][eclipselink/el-master-agent-pod-gvfq3-p88c1][AddedInterface] Add eth0 [10.40.22.172/23]
[Normal][eclipselink/el-master-agent-pod-gvfq3-p88c1][Pulling] Pulling image "tkraus/el-build:1.1.8"
[Normal][eclipselink/el-master-agent-pod-gvfq3-p88c1][Pulled] Successfully pulled image "tkraus/el-build:1.1.8" in 34.45040457s
[Normal][eclipselink/el-master-agent-pod-gvfq3-p88c1][Created] Created container el-build
[Normal][eclipselink/el-master-agent-pod-gvfq3-p88c1][Started] Started container el-build
[Normal][eclipselink/el-master-agent-pod-gvfq3-p88c1][Pulled] Container image "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.7" already present on machine
[Normal][eclipselink/el-master-agent-pod-gvfq3-p88c1][Created] Created container jnlp
[Normal][eclipselink/el-master-agent-pod-gvfq3-p88c1][Started] Started container jnlp
Agent el-master-agent-pod-gvfq3-p88c1 is provisioned from template el-master-agent-pod-gvfq3
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.eclipselink.svc.cluster.local/eclipselink/job/eclipselink-update-P2/8/"
    runUrl: "job/eclipselink-update-P2/8/"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "3d62520732501e7b9e0bcd1206f227b6ebd57128"
    jenkins/label: "el-master-agent-pod"
  name: "el-master-agent-pod-gvfq3-p88c1"
spec:
  containers:
  - command:
    - "cat"
    image: "tkraus/el-build:1.1.8"
    name: "el-build"
    resources:
      limits:
        memory: "0.1Gi"
        cpu: "0.5"
      requests:
        memory: "0.1Gi"
        cpu: "0.5"
    tty: true
    volumeMounts:
    - mountPath: "/opt/tools"
      name: "tools"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-known-hosts"
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.eclipselink.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "el-master-agent-pod-gvfq3-p88c1"
    - name: "JENKINS_NAME"
      value: "el-master-agent-pod-gvfq3-p88c1"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.eclipselink.svc.cluster.local/eclipselink/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.7"
    name: "jnlp"
    resources:
      limits: {}
      requests:
        memory: "256Mi"
        cpu: "100m"
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - name: "tools"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-eclipselink"
  - configMap:
      name: "known-hosts"
    name: "volume-known-hosts"

Running on el-master-agent-pod-gvfq3-p88c1 in /home/jenkins/agent/workspace/eclipselink-update-P2
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Update P2 Site)
[Pipeline] container
[Pipeline] {
[Pipeline] sshagent
[ssh-agent] Using credentials genie.eclipselink (ssh://genie.eclipselink@projects-storage.eclipse.org)
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
Executing sh script inside container el-build of pod el-master-agent-pod-gvfq3-p88c1
Executing command: "ssh-agent" 
exit
SSH_AUTH_SOCK=/tmp/ssh-SkMBZxA8OeQQ/agent.21; export SSH_AUTH_SOCK;
SSH_AGENT_PID=22; export SSH_AGENT_PID;
echo Agent pid 22;
SSH_AUTH_SOCK=/tmp/ssh-SkMBZxA8OeQQ/agent.21
SSH_AGENT_PID=22
Running ssh-add (command line suppressed)
/home/jenkins/agent/workspace/eclipselink-update-P2@tmp/private_key_7989257379167225873.key: Permission denied
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
ERROR: Failed to run ssh-add
Finished: FAILURE