Skip to content
Success

Console Output

Started by user Eugen Neufeld
Running as Eugen Neufeld
Agent basic-vs91l is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-vs91l"
  namespace: "ecp"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.ecp.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-vs91l"
    - 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: "basic-vs91l"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.ecp.svc.cluster.local/ecp/"
    image: "docker.io/eclipsecbi/jiro-agent-basic: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-ecp"
      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"

Building remotely on basic-vs91l (basic) in workspace /home/jenkins/agent/workspace/Update p2 artifact
[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-NuxlOXmjw1lE/agent.57
SSH_AGENT_PID=59
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/Update p2 artifact@tmp/private_key_5355639862624623119.key (/home/jenkins/agent/workspace/Update p2 artifact@tmp/private_key_5355639862624623119.key)
[ssh-agent] Using credentials genie.ecp (ssh://genie.ecp@projects-storage.eclipse.org)
[Update p2 artifact] $ /bin/sh /tmp/jenkins763940395140923099.sh
1670456027
Welcome to Ubuntu 21.10 (GNU/Linux 5.13.0-37-generic x86_64)

 * Documentation:  https://help.ubuntu.com
 * Management:     https://landscape.canonical.com
 * Support:        https://ubuntu.com/advantage

  System information as of Wed Dec  7 18:33:47 EST 2022

  System load:  0.59              Users logged in:       2
  Usage of /:   9.0% of 57.98GB   IPv4 address for ens2: 172.30.206.150
  Memory usage: 13%               IPv4 address for ens2: 198.41.30.204
  Swap usage:   0%                IPv4 address for ens3: 172.25.25.150
  Processes:    140

 * Strictly confined Kubernetes makes edge and IoT secure. Learn how MicroK8s
   just raised the bar for easy, resilient and secure K8s cluster deployment.

   https://ubuntu.com/engage/secure-kubernetes-at-the-edge

0 updates can be applied immediately.

Your Ubuntu release is not supported anymore.
For upgrade information, please visit:
http://www.ubuntu.com/releaseendoflife

New release '22.04.1 LTS' available.
Run 'do-release-upgrade' to upgrade to it.


Last echo /home/data/httpd/download.eclipse.org/ecp/releases/ ECP\/EMFForms EMF Client Platform Release Builds Repository


# Update top composite update site
cdlogin: Wed Dec  7 18:28:48 2022 from 172.25.50.48

 /home/data/httpd/download.eclipse.org/ecp/releases/
rm compositeArtifacts.jar
rm compositeContent.jar
rm compositeArtifacts.xml
rm compositeContent.xml

wget https://gist.githubusercontent.com/eneufeld/435f488024e29791dcff47c6bd8a5bc0/raw/b6f724937cf577affe068d789ef474328affdf88/compositeArtifacts.xml
sed -i "s/%timestamp%/1670456027/" compositeArtifacts.xml
sed -i "s/%repo-name%/ECP\/EMFForms EMF Client Platform Release Builds Repository/" compositeArtifacts.xml
sed -i "s/%children%/<child location='releases_125'\/><child location='releases_126'\/><child location='releases_127'\/>/" compositeArtifacts.xml
sed -i "s/%children-size%/3/" compositeArtifacts.xml

wget https://gist.githubusercontent.com/eneufeld/435f488024e29791dcff47c6bd8a5bc0/raw/b6f724937cf577affe068d789ef474328affdf88/compositeContent.xml
sed -i "s/%timestamp%/1670456027/" compositeContent.xml
sed -i "s/%repo-name%/ECP\/EMFForms EMF Client Platform Release Builds Repository/" compositeContent.xml
sed -i "s/%children%/<child location='releases_125'\/><child location='releases_126'\/><child location='releases_127'\/>/" compositeContent.xml
sed -i "s/%children-size%/3/" compositeContent.xml

chmod -R 775 'compositeArtifacts.xml'
chmod -R 775 'compositeContent.xml'

exit 0
[?2004hgenie.ecp@projects-storage:~$ echo /home/data/httpd/download.eclipse.org/ecp/releases/ ECP\/EMFForms EMF Client Platform Release Builds Repository
[?2004l
/home/data/httpd/download.eclipse.org/ecp/releases/ ECP/EMFForms EMF Client Platform Release Builds Repository
[?2004hgenie.ecp@projects-storage:~$ 
[?2004l
[?2004hgenie.ecp@projects-storage:~$ 
[?2004l
[?2004hgenie.ecp@projects-storage:~$ # Update top composite update site
[?2004l
[?2004hgenie.ecp@projects-storage:~$ cd /home/data/httpd/download.eclipse.org/ecp/releases/
[?2004l
[?2004hgenie.ecp@projects-storage:/home/data/httpd/download.eclipse.org/ecp/releases$ rm compositeArtifacts.jar
[?2004l
[?2004hgenie.ecp@projects-storage:/home/data/httpd/download.eclipse.org/ecp/releases$ rm compositeContent.jar
[?2004l
[?2004hgenie.ecp@projects-storage:/home/data/httpd/download.eclipse.org/ecp/releases$ rm compositeArtifacts.xml
[?2004l
rm: cannot remove 'compositeArtifacts.xml': No such file or directory
[?2004hgenie.ecp@projects-storage:/home/data/httpd/download.eclipse.org/ecp/releases$ rm compositeContent.xml
[?2004l
rm: cannot remove 'compositeContent.xml': No such file or directory
[?2004hgenie.ecp@projects-storage:/home/data/httpd/download.eclipse.org/ecp/releases$ 
[?2004l
[?2004hgenie.ecp@projects-storage:/home/data/httpd/download.eclipse.org/ecp/releases$ wget https://gist.githubusercontent.com/eneufeld/435f488024e29791dcff47c6bd8a5bc0/raw/b6f724937cf577affe068d789ef474328affdf88/compositeArtifacts.xml
[?2004l
--2022-12-07 18:33:48--  https://gist.githubusercontent.com/eneufeld/435f488024e29791dcff47c6bd8a5bc0/raw/b6f724937cf577affe068d789ef474328affdf88/compositeArtifacts.xml
Resolving gist.githubusercontent.com (gist.githubusercontent.com)... 185.199.108.133, 185.199.110.133, 185.199.111.133, ...
Connecting to gist.githubusercontent.com (gist.githubusercontent.com)|185.199.108.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 510 [text/plain]
Saving to: ‘compositeArtifacts.xml’


compositeArtifacts.   0%[                    ]       0  --.-KB/s               
compositeArtifacts. 100%[===================>]     510  --.-KB/s    in 0s      

2022-12-07 18:33:48 (11.4 MB/s) - ‘compositeArtifacts.xml’ saved [510/510]

[?2004hgenie.ecp@projects-storage:/home/data/httpd/download.eclipse.org/ecp/releases$ sed -i "s/%timestamp%/1670456027/" compositeArtifacts.xml
[?2004l
[?2004hgenie.ecp@projects-storage:/home/data/httpd/download.eclipse.org/ecp/releases$ sed -i "s/%repo-name%/ECP\/EMFForms EMF Client Platform Release Builds Repository/" compositeArtifacts.xml
[?2004l
[?2004hgenie.ecp@projects-storage:/home/data/httpd/download.eclipse.org/ecp/releases$ sed -i "s/%children%/<child location='releases_125'\/><child location='releases_126'\/><child location='releases_127'\/>/" compositeArtifacts.xml
[?2004l
[?2004hgenie.ecp@projects-storage:/home/data/httpd/download.eclipse.org/ecp/releases$ sed -i "s/%children-size%/3/" compositeArtifacts.xml
[?2004l
[?2004hgenie.ecp@projects-storage:/home/data/httpd/download.eclipse.org/ecp/releases$ 
[?2004l
[?2004hgenie.ecp@projects-storage:/home/data/httpd/download.eclipse.org/ecp/releases$ wget https://gist.githubusercontent.com/eneufeld/435f488024e29791dcff47c6bd8a5bc0/raw/b6f724937cf577affe068d789ef474328affdf88/compositeContent.xml
[?2004l
--2022-12-07 18:33:48--  https://gist.githubusercontent.com/eneufeld/435f488024e29791dcff47c6bd8a5bc0/raw/b6f724937cf577affe068d789ef474328affdf88/compositeContent.xml
Resolving gist.githubusercontent.com (gist.githubusercontent.com)... 185.199.108.133, 185.199.110.133, 185.199.111.133, ...
Connecting to gist.githubusercontent.com (gist.githubusercontent.com)|185.199.108.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 510 [text/plain]
Saving to: ‘compositeContent.xml’


compositeContent.xm   0%[                    ]       0  --.-KB/s               
compositeContent.xm 100%[===================>]     510  --.-KB/s    in 0s      

2022-12-07 18:33:48 (9.62 MB/s) - ‘compositeContent.xml’ saved [510/510]

[?2004hgenie.ecp@projects-storage:/home/data/httpd/download.eclipse.org/ecp/releases$ sed -i "s/%timestamp%/1670456027/" compositeContent.xml
[?2004l
[?2004hgenie.ecp@projects-storage:/home/data/httpd/download.eclipse.org/ecp/releases$ sed -i "s/%repo-name%/ECP\/EMFForms EMF Client Platform Release Builds Repository/" compositeContent.xml
[?2004l
[?2004hgenie.ecp@projects-storage:/home/data/httpd/download.eclipse.org/ecp/releases$ sed -i "s/%children%/<child location='releases_125'\/><child location='releases_126'\/><child location='releases_127'\/>/" compositeContent.xml
[?2004l
[?2004hgenie.ecp@projects-storage:/home/data/httpd/download.eclipse.org/ecp/releases$ sed -i "s/%children-size%/3/" compositeContent.xml
[?2004l
[?2004hgenie.ecp@projects-storage:/home/data/httpd/download.eclipse.org/ecp/releases$ 
[?2004l
[?2004hgenie.ecp@projects-storage:/home/data/httpd/download.eclipse.org/ecp/releases$ chmod -R 775 'compositeArtifacts.xml'
[?2004l
[?2004hgenie.ecp@projects-storage:/home/data/httpd/download.eclipse.org/ecp/releases$ chmod -R 775 'compositeContent.xml'
[?2004l
[?2004hgenie.ecp@projects-storage:/home/data/httpd/download.eclipse.org/ecp/releases$ 
[?2004l
[?2004hgenie.ecp@projects-storage:/home/data/httpd/download.eclipse.org/ecp/releases$ exit 0
[?2004l
logout
Connection to projects-storage.eclipse.org closed.
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 59 killed;
[ssh-agent] Stopped.
Finished: SUCCESS