Skip to content

Console Output

Started by user Didier Vojtisek
Running as Didier Vojtisek
Agent default-agent-hj6r0 is provisioned from template Kubernetes Pod Template
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
  name: "default-agent-hj6r0"
spec:
  containers:
  - env:
    - name: "MAVEN_OPTS"
      value: "-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn"
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.gemoc.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "default-agent-hj6r0"
    - name: "MAVEN_CONFIG"
      value: "-B -e"
    - name: "JENKINS_NAME"
      value: "default-agent-hj6r0"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.gemoc.svc.cluster.local/gemoc/"
    - name: "HOME"
      value: "/home/jenkins"
    image: "eclipsecbijenkins/jenkins-agent:3.35@sha256:5d06ebec6e9dffc44fb41009a51d085a83944a23f651416531b960143d186340"
    imagePullPolicy: "IfNotPresent"
    name: "jnlp"
    resources:
      limits:
        memory: "4096Mi"
        cpu: "2000m"
      requests:
        memory: "4096Mi"
        cpu: "1000m"
    securityContext:
      privileged: false
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "toolchains-xml"
      readOnly: true
      subPath: "toolchains.xml"
    - 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: "settings-security-xml"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "settings-xml"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector: {}
  restartPolicy: "Never"
  volumes:
  - name: "settings-security-xml"
    secret:
      items:
      - key: "settings-security.xml"
        path: "settings-security.xml"
      secretName: "m2-secret-dir"
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-gemoc"
      readOnly: true
  - configMap:
      items:
      - key: "toolchains.xml"
        path: "toolchains.xml"
      name: "m2-dir"
    name: "toolchains-xml"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - name: "settings-xml"
    secret:
      items:
      - key: "settings.xml"
        path: "settings.xml"
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-3"

Building remotely on default-agent-hj6r0 in workspace /home/jenkins/agent/workspace/deploy_latest_as_release
[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-6m8RlPWnvGZb/agent.66
SSH_AGENT_PID=68
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/deploy_latest_as_release@tmp/private_key_5893689949937124745.key (/home/jenkins/agent/workspace/deploy_latest_as_release@tmp/private_key_5893689949937124745.key)
[ssh-agent] Using credentials genie.gemoc (ssh://genie.gemoc@projects-storage.eclipse.org)
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse/gemoc-studio.git
 > git init /home/jenkins/agent/workspace/deploy_latest_as_release # timeout=10
Fetching upstream changes from https://github.com/eclipse/gemoc-studio.git
 > git --version # timeout=10
 > git fetch --tags --force --progress -- https://github.com/eclipse/gemoc-studio.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://github.com/eclipse/gemoc-studio.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse/gemoc-studio.git # timeout=10
Fetching upstream changes from https://github.com/eclipse/gemoc-studio.git
 > git fetch --tags --force --progress -- https://github.com/eclipse/gemoc-studio.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 70ac46e64965146eb7d4c33a18eae4f50be7a103 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 70ac46e64965146eb7d4c33a18eae4f50be7a103
Commit message: "update changelog"
 > git rev-list --no-walk d9e58bd50e715216acf820bea757b5ebf97a3075 # timeout=10
[deploy_latest_as_release] $ /bin/bash -ex /tmp/jenkins8270465155437086978.sh
++ git describe --abbrev=0 --tags
+ export LATEST_TAG=3.2.0-20191213
+ LATEST_TAG=3.2.0-20191213
+ echo LATEST_TAG=3.2.0-20191213
LATEST_TAG=3.2.0-20191213
+ export DOWNLOAD_FOLDER=/home/data/httpd/download.eclipse.org/gemoc
+ DOWNLOAD_FOLDER=/home/data/httpd/download.eclipse.org/gemoc
+ echo DOWNLOAD_FOLDER=/home/data/httpd/download.eclipse.org/gemoc
DOWNLOAD_FOLDER=/home/data/httpd/download.eclipse.org/gemoc
+ ssh genie.gemoc@projects-storage.eclipse.org ls -lsa /home/data/httpd/download.eclipse.org/gemoc/docs/milestones/
total 12
0 drwxrwxrwx 5 genie.gemoc common           78 Jun 27 11:41 .
0 drwxrwxrwx 5 genie.gemoc modeling.gemoc   71 Dec 16 04:28 ..
4 drwxrwxr-x 7 genie.gemoc signers        4096 Jun  8  2018 3.0.0-rc3
4 drwxrwxr-x 7 genie.gemoc signers        4096 Jun 22  2018 3.0.0-rc4
4 drwxrwxr-x 7 genie.gemoc signers        4096 Jun 27 11:31 3.1.0-20190627
+ ssh genie.gemoc@projects-storage.eclipse.org ls -lsa /home/data/httpd/download.eclipse.org/gemoc/packages/milestones/
total 4
0 drwxrwxrwx 7 genie.gemoc modeling.gemoc  120 Jun 27 11:41 .
0 drwxrwxrwx 5 genie.gemoc modeling.gemoc   71 Dec 16 04:25 ..
0 drwxrwxr-x 2 genie.gemoc modeling.gemoc  236 Dec  6  2017 3.0.0-rc1
0 drwxr-xr-x 2 genie.gemoc common          236 Apr 10  2018 3.0.0-rc2
0 drwxrwxr-x 2 genie.gemoc signers         258 Jun  8  2018 3.0.0-rc3
0 drwxrwxr-x 2 genie.gemoc signers         258 Jun 22  2018 3.0.0-rc4
4 drwxrwxr-x 2 genie.gemoc signers        4096 Jun 27 11:32 3.1.0-20190627
+ ssh genie.gemoc@projects-storage.eclipse.org ls -lsa /home/data/httpd/download.eclipse.org/gemoc/updates/milestones/
total 0
0 drwxrwxrwx 7 genie.gemoc modeling.gemoc 120 Jun 27 11:41 .
0 drwxrwxrwx 5 genie.gemoc modeling.gemoc  71 Dec 16 04:27 ..
0 drwxrwxr-x 5 genie.gemoc modeling.gemoc 211 Dec  6  2017 3.0.0-rc1
0 drwxr-xr-x 5 genie.gemoc common         211 Apr 10  2018 3.0.0-rc2
0 drwxrwxr-x 5 genie.gemoc signers        215 Jun  8  2018 3.0.0-rc3
0 drwxrwxr-x 5 genie.gemoc signers        215 Jun 22  2018 3.0.0-rc4
0 drwxrwxr-x 5 genie.gemoc signers        215 Jun 27 11:32 3.1.0-20190627
/tmp/jenkins8270465155437086978.sh: line 26: syntax error: unexpected end of file
Build step 'Execute shell' marked build as failure
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 68 killed;
[ssh-agent] Stopped.
Finished: FAILURE