Skip to content

Console Output

Started by user Matthias Sohn
Running as Matthias Sohn
Resume disabled by user, switching to high-performance, low-durability mode.
[Pipeline] Start of Pipeline
[Pipeline] properties
[Pipeline] timestamps
[Pipeline] {
[Pipeline] node
17:16:14 [2019-09-17T21:16:14.665Z] Still waiting to schedule task
17:16:14 [2019-09-17T21:16:14.665Z] ‘migration-agent-rl0fr’ is offline
17:16:34 [2019-09-17T21:16:34.272Z] Agent migration-agent-rl0fr is provisioned from template Kubernetes Pod Template
17:16:34 [2019-09-17T21:16:34.273Z] ---
17:16:34 [2019-09-17T21:16:34.273Z] apiVersion: "v1"
17:16:34 [2019-09-17T21:16:34.273Z] kind: "Pod"
17:16:34 [2019-09-17T21:16:34.273Z] metadata:
17:16:34 [2019-09-17T21:16:34.273Z]   annotations: {}
17:16:34 [2019-09-17T21:16:34.273Z]   labels:
17:16:34 [2019-09-17T21:16:34.273Z]     jenkins: "slave"
17:16:34 [2019-09-17T21:16:34.273Z]     jenkins/migration: "true"
17:16:34 [2019-09-17T21:16:34.273Z]   name: "migration-agent-rl0fr"
17:16:34 [2019-09-17T21:16:34.273Z] spec:
17:16:34 [2019-09-17T21:16:34.273Z]   containers:
17:16:34 [2019-09-17T21:16:34.273Z]   - env:
17:16:34 [2019-09-17T21:16:34.273Z]     - name: "MAVEN_OPTS"
17:16:34 [2019-09-17T21:16:34.273Z]       value: "-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn"
17:16:34 [2019-09-17T21:16:34.273Z]     - name: "JENKINS_SECRET"
17:16:34 [2019-09-17T21:16:34.273Z]       value: "********"
17:16:34 [2019-09-17T21:16:34.273Z]     - name: "JENKINS_TUNNEL"
17:16:34 [2019-09-17T21:16:34.273Z]       value: "jenkins-discovery.egit.svc.cluster.local:50000"
17:16:34 [2019-09-17T21:16:34.273Z]     - name: "JENKINS_AGENT_NAME"
17:16:34 [2019-09-17T21:16:34.273Z]       value: "migration-agent-rl0fr"
17:16:34 [2019-09-17T21:16:34.273Z]     - name: "MAVEN_CONFIG"
17:16:34 [2019-09-17T21:16:34.273Z]       value: "-B -e"
17:16:34 [2019-09-17T21:16:34.273Z]     - name: "JENKINS_NAME"
17:16:34 [2019-09-17T21:16:34.273Z]       value: "migration-agent-rl0fr"
17:16:34 [2019-09-17T21:16:34.273Z]     - name: "JENKINS_AGENT_WORKDIR"
17:16:34 [2019-09-17T21:16:34.273Z]       value: "/home/jenkins/agent"
17:16:34 [2019-09-17T21:16:34.273Z]     - name: "JENKINS_URL"
17:16:34 [2019-09-17T21:16:34.273Z]       value: "http://jenkins-ui.egit.svc.cluster.local/egit/"
17:16:34 [2019-09-17T21:16:34.273Z]     - name: "HOME"
17:16:34 [2019-09-17T21:16:34.273Z]       value: "/home/jenkins"
17:16:34 [2019-09-17T21:16:34.273Z]     image: "eclipsecbijenkins/migration-fat-agent:3.29@sha256:a341be4b6509400aaa18081d86f66239ceb93897059386120ef6633aa378931f"
17:16:34 [2019-09-17T21:16:34.273Z]     imagePullPolicy: "IfNotPresent"
17:16:34 [2019-09-17T21:16:34.273Z]     name: "jnlp"
17:16:34 [2019-09-17T21:16:34.273Z]     resources:
17:16:34 [2019-09-17T21:16:34.273Z]       limits:
17:16:34 [2019-09-17T21:16:34.273Z]         memory: "4096Mi"
17:16:34 [2019-09-17T21:16:34.273Z]         cpu: "2000m"
17:16:34 [2019-09-17T21:16:34.273Z]       requests:
17:16:34 [2019-09-17T21:16:34.273Z]         memory: "4096Mi"
17:16:34 [2019-09-17T21:16:34.273Z]         cpu: "1000m"
17:16:34 [2019-09-17T21:16:34.273Z]     securityContext:
17:16:34 [2019-09-17T21:16:34.273Z]       privileged: false
17:16:34 [2019-09-17T21:16:34.273Z]     tty: true
17:16:34 [2019-09-17T21:16:34.273Z]     volumeMounts:
17:16:34 [2019-09-17T21:16:34.273Z]     - mountPath: "/home/jenkins/agent"
17:16:34 [2019-09-17T21:16:34.273Z]       name: "workspace-volume"
17:16:34 [2019-09-17T21:16:34.273Z]       readOnly: false
17:16:34 [2019-09-17T21:16:34.273Z]     - mountPath: "/home/jenkins/.m2/toolchains.xml"
17:16:34 [2019-09-17T21:16:34.273Z]       name: "toolchains-xml"
17:16:34 [2019-09-17T21:16:34.273Z]       readOnly: true
17:16:34 [2019-09-17T21:16:34.273Z]       subPath: "toolchains.xml"
17:16:34 [2019-09-17T21:16:34.273Z]     - mountPath: "/opt/tools"
17:16:34 [2019-09-17T21:16:34.273Z]       name: "volume-0"
17:16:34 [2019-09-17T21:16:34.273Z]       readOnly: false
17:16:34 [2019-09-17T21:16:34.273Z]     - mountPath: "/home/jenkins"
17:16:34 [2019-09-17T21:16:34.273Z]       name: "volume-2"
17:16:34 [2019-09-17T21:16:34.273Z]       readOnly: false
17:16:34 [2019-09-17T21:16:34.273Z]     - mountPath: "/home/jenkins/.m2/repository"
17:16:34 [2019-09-17T21:16:34.273Z]       name: "volume-3"
17:16:34 [2019-09-17T21:16:34.273Z]       readOnly: false
17:16:34 [2019-09-17T21:16:34.273Z]     - mountPath: "/home/jenkins/.m2/settings-security.xml"
17:16:34 [2019-09-17T21:16:34.273Z]       name: "settings-security-xml"
17:16:34 [2019-09-17T21:16:34.273Z]       readOnly: true
17:16:34 [2019-09-17T21:16:34.273Z]       subPath: "settings-security.xml"
17:16:34 [2019-09-17T21:16:34.273Z]     - mountPath: "/home/jenkins/.m2/settings.xml"
17:16:34 [2019-09-17T21:16:34.273Z]       name: "settings-xml"
17:16:34 [2019-09-17T21:16:34.273Z]       readOnly: true
17:16:34 [2019-09-17T21:16:34.273Z]       subPath: "settings.xml"
17:16:34 [2019-09-17T21:16:34.273Z]     - mountPath: "/home/jenkins/.ssh"
17:16:34 [2019-09-17T21:16:34.273Z]       name: "volume-1"
17:16:34 [2019-09-17T21:16:34.273Z]       readOnly: false
17:16:34 [2019-09-17T21:16:34.273Z]     workingDir: "/home/jenkins/agent"
17:16:34 [2019-09-17T21:16:34.273Z]   nodeSelector: {}
17:16:34 [2019-09-17T21:16:34.273Z]   restartPolicy: "Never"
17:16:34 [2019-09-17T21:16:34.273Z]   volumes:
17:16:34 [2019-09-17T21:16:34.273Z]   - name: "settings-security-xml"
17:16:34 [2019-09-17T21:16:34.273Z]     secret:
17:16:34 [2019-09-17T21:16:34.273Z]       items:
17:16:34 [2019-09-17T21:16:34.273Z]       - key: "settings-security.xml"
17:16:34 [2019-09-17T21:16:34.273Z]         path: "settings-security.xml"
17:16:34 [2019-09-17T21:16:34.273Z]       secretName: "m2-secret-dir"
17:16:34 [2019-09-17T21:16:34.273Z]   - name: "volume-0"
17:16:34 [2019-09-17T21:16:34.273Z]     persistentVolumeClaim:
17:16:34 [2019-09-17T21:16:34.273Z]       claimName: "tools-claim-jiro-egit"
17:16:34 [2019-09-17T21:16:34.273Z]       readOnly: true
17:16:34 [2019-09-17T21:16:34.273Z]   - configMap:
17:16:34 [2019-09-17T21:16:34.273Z]       items:
17:16:34 [2019-09-17T21:16:34.273Z]       - key: "toolchains.xml"
17:16:34 [2019-09-17T21:16:34.273Z]         path: "toolchains.xml"
17:16:34 [2019-09-17T21:16:34.273Z]       name: "m2-dir"
17:16:34 [2019-09-17T21:16:34.273Z]     name: "toolchains-xml"
17:16:34 [2019-09-17T21:16:34.273Z]   - emptyDir:
17:16:34 [2019-09-17T21:16:34.273Z]       medium: ""
17:16:34 [2019-09-17T21:16:34.273Z]     name: "volume-2"
17:16:34 [2019-09-17T21:16:34.273Z]   - configMap:
17:16:34 [2019-09-17T21:16:34.273Z]       name: "known-hosts"
17:16:34 [2019-09-17T21:16:34.273Z]     name: "volume-1"
17:16:34 [2019-09-17T21:16:34.273Z]   - name: "settings-xml"
17:16:34 [2019-09-17T21:16:34.273Z]     secret:
17:16:34 [2019-09-17T21:16:34.273Z]       items:
17:16:34 [2019-09-17T21:16:34.273Z]       - key: "settings.xml"
17:16:34 [2019-09-17T21:16:34.273Z]         path: "settings.xml"
17:16:34 [2019-09-17T21:16:34.273Z]       secretName: "m2-secret-dir"
17:16:34 [2019-09-17T21:16:34.273Z]   - emptyDir:
17:16:34 [2019-09-17T21:16:34.273Z]       medium: ""
17:16:34 [2019-09-17T21:16:34.273Z]     name: "workspace-volume"
17:16:34 [2019-09-17T21:16:34.273Z]   - emptyDir:
17:16:34 [2019-09-17T21:16:34.273Z]       medium: ""
17:16:34 [2019-09-17T21:16:34.273Z]     name: "volume-3"
17:16:34 [2019-09-17T21:16:34.273Z] 
17:16:34 [2019-09-17T21:16:34.372Z] Running on migration-agent-rl0fr in /home/jenkins/agent/workspace/egit-github-publish-release
[Pipeline] {
[Pipeline] timeout
17:16:34 [2019-09-17T21:16:34.829Z] Timeout set to expire in 10 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Download)
[Pipeline] sshagent
[ssh-agent] Using credentials genie.egit (ssh://genie.egit@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-7TuvrUqTJRfZ/agent.57
SSH_AGENT_PID=59
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/egit-github-publish-release@tmp/private_key_3421921346506135539.key (/home/jenkins/agent/workspace/egit-github-publish-release@tmp/private_key_3421921346506135539.key)
[ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
+ mkdir download
+ scp -r genie.egit@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/egit/github/updates-5.5 download
[Pipeline] }
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 59 killed;
[ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] fileExists
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Publish)
[Pipeline] sshagent
[ssh-agent] Using credentials genie.egit (ssh://genie.egit@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-9vknvHCIfAj8/agent.93
SSH_AGENT_PID=95
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/egit-github-publish-release@tmp/private_key_6924001437858234457.key (/home/jenkins/agent/workspace/egit-github-publish-release@tmp/private_key_6924001437858234457.key)
[ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
+ ssh genie.egit@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/egit/github/updates
+ ssh genie.egit@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/egit/github/updates
+ scp -r download/updates-5.5/artifacts.jar download/updates-5.5/artifacts.xml.xz download/updates-5.5/content.jar download/updates-5.5/content.xml.xz download/updates-5.5/features download/updates-5.5/p2.index download/updates-5.5/plugins genie.egit@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/egit/github/updates
[Pipeline] }
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 95 killed;
[ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] End of Pipeline
Finished: SUCCESS