Skip to content
Success

Console Output

Started by user Christian Dietrich
Agent default-agent-f487t is provisioned from template Kubernetes Pod Template
Agent specification [Kubernetes Pod Template] (null): 
* [jnlp] eclipsecbijenkins/jenkins-agent:latest@sha256:13bbe1abbec678a31b8c6df906e6abb24689bf6e3b9f7caaadeaf2850a32d436(resourceRequestCpu: 1250m, resourceRequestMemory: 2560Mi, resourceLimitCpu: 2375m, resourceLimitMemory: 2560Mi)
yaml:
apiVersion: v1
kind: Pod
spec:
  containers:
  - name: jnlp
    volumeMounts:
    - name: settings-xml
      mountPath: /home/jenkins/.m2/settings.xml
      subPath: settings.xml
      readOnly: true
    - name: toolchains-xml
      mountPath: /home/jenkins/.m2/toolchains.xml
      subPath: toolchains.xml
      readOnly: true
    - name: settings-security-xml
      mountPath: /home/jenkins/.m2/settings-security.xml
      subPath: settings-security.xml
      readOnly: true
  volumes:
  - name: settings-xml
    secret:
      secretName: m2-secret-dir
      items:
      - key: settings.xml
        path: settings.xml
  - name: toolchains-xml
    configMap:
      name: m2-dir
      items:
      - key: toolchains.xml
        path: toolchains.xml
  - name: settings-security-xml
    secret:
      secretName: m2-secret-dir
      items:
      - key: settings-security.xml
        path: settings-security.xml


[EnvInject] - Loading node environment variables.
Building remotely on default-agent-f487t in workspace /home/jenkins/workspace/releng/xtext-orbit-composite
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[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-I3HwdOvvK4u3/agent.58
SSH_AGENT_PID=60
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/workspace/releng/xtext-orbit-composite@tmp/private_key_7139015898738271530.key (/home/jenkins/workspace/releng/xtext-orbit-composite@tmp/private_key_7139015898738271530.key)
[ssh-agent] Using credentials genie.xtext (ssh://genie.xtext@projects-storage.eclipse.org)
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/xtext/xtext-p2-orbit
 > /usr/bin/git init /home/jenkins/workspace/releng/xtext-orbit-composite # timeout=10
Fetching upstream changes from https://github.com/xtext/xtext-p2-orbit
 > /usr/bin/git --version # timeout=10
 > /usr/bin/git fetch --tags --progress https://github.com/xtext/xtext-p2-orbit +refs/heads/*:refs/remotes/origin/*
 > /usr/bin/git config remote.origin.url https://github.com/xtext/xtext-p2-orbit # timeout=10
 > /usr/bin/git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /usr/bin/git config remote.origin.url https://github.com/xtext/xtext-p2-orbit # timeout=10
Fetching upstream changes from https://github.com/xtext/xtext-p2-orbit
 > /usr/bin/git fetch --tags --progress https://github.com/xtext/xtext-p2-orbit +refs/heads/*:refs/remotes/origin/*
 > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > /usr/bin/git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 00af7da7998049077567b8a500439db392ebdaa3 (refs/remotes/origin/master)
 > /usr/bin/git config core.sparsecheckout # timeout=10
 > /usr/bin/git checkout -f 00af7da7998049077567b8a500439db392ebdaa3
Commit message: "Merge pull request #27 from xtext/cd_orbit201909"
 > /usr/bin/git rev-list --no-walk 12e18c8f3f4d51cb81e5d6f19c0de3c696fba2e0 # timeout=10
[xtext-orbit-composite] $ /bin/sh -xe /tmp/jenkins914226491970451176.sh
+ rm -rf .git
+ scp -r . genie.xtext@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/modeling/tmf/xtext/updates/
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 60 killed;
[ssh-agent] Stopped.
Finished: SUCCESS