Skip to content

Console Output

Started by user Ed Merks
Running as Ed Merks
Agent basic-z6242 is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-z6242"
  namespace: "oomph"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.oomph.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-z6242"
    - 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-z6242"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.oomph.svc.cluster.local/oomph/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3107.v665000b_51092"
    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-oomph"
      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-z6242 (basic) in workspace /home/jenkins/agent/workspace/publish-website
[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-cYHDWSWwAlBi/agent.51
SSH_AGENT_PID=53
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/publish-website@tmp/private_key_3386980081706857988.key (/home/jenkins/agent/workspace/publish-website@tmp/private_key_3386980081706857988.key)
[ssh-agent] Using credentials genie.oomph (ssh://genie.oomph@projects-storage.eclipse.org)
The recommended git tool is: git
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse-oomph/oomph.git
 > git init /home/jenkins/agent/workspace/publish-website/git # timeout=10
Fetching upstream changes from https://github.com/eclipse-oomph/oomph.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/eclipse-oomph/oomph.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse-oomph/oomph.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision e49227755a4af7b43bea21711193fc3a8bbe2451 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e49227755a4af7b43bea21711193fc3a8bbe2451 # timeout=10
Commit message: "Use the term sponsor instead of donate in the IDE and webpages"
 > git rev-list --no-walk cc37b9fb2e5bc7d6f71015cc21c24a0300d33e47 # timeout=10
[publish-website] $ /bin/sh -xe /tmp/jenkins16166439698579051303.sh
+ LOGIN=genie.oomph@projects-storage.eclipse.org
+ GIT_PATH=git/releng/org.eclipse.oomph.releng
+ DOWNLOAD_PATH=/home/data/httpd/download.eclipse.org/oomph
+ ls -sail git/releng/org.eclipse.oomph.releng/www/installer
total 556
1217755073  4 drwxr-sr-x. 5 jenkins 1002500000  4096 Aug 27 09:55 .
1215479562  0 drwxr-sr-x. 6 jenkins 1002500000    71 Aug 27 09:55 ..
1217755074 88 -rw-r--r--. 1 jenkins 1002500000 89988 Aug 27 09:55 AdvancedApplyConfiguration.png
1217755082 24 -rw-r--r--. 1 jenkins 1002500000 24150 Aug 27 09:55 AdvancedDropConfiguration.png
1217755083  4 -rw-r--r--. 1 jenkins 1002500000  1714 Aug 27 09:55 Configuration.png
1217755084  8 -rw-r--r--. 1 jenkins 1002500000  4464 Aug 27 09:55 EclipseInstaller.png
1217755085 80 -rw-r--r--. 1 jenkins 1002500000 81888 Aug 27 09:55 EnableWebLinksAdvanced.png
1217755090 80 -rw-r--r--. 1 jenkins 1002500000 80187 Aug 27 09:55 EnableWebLinksSimple.png
1217755782  4 -rw-r--r--. 1 jenkins 1002500000   642 Aug 27 09:55 fetch.php
1217755091 20 -rw-r--r--. 1 jenkins 1002500000 17732 Aug 27 09:55 FriendsOfEclipse.png
1217755092  4 -rw-r--r--. 1 jenkins 1002500000   861 Aug 27 09:55 Help.png
1217755783 36 -rw-r--r--. 1 jenkins 1002500000 34445 Aug 27 09:55 index.html
1218555716  0 drwxr-sr-x. 2 jenkins 1002500000    23 Aug 27 09:55 notification
1217755785 24 -rw-r--r--. 1 jenkins 1002500000 22543 Aug 27 09:55 oomph256.png
1217755093 16 -rw-r--r--. 1 jenkins 1002500000 14899 Aug 27 09:55 Oomph-Logo.svg
1217755784 20 -rw-r--r--. 1 jenkins 1002500000 17255 Aug 27 09:55 oomph.svg
1219714414  0 drwxr-sr-x. 2 jenkins 1002500000    23 Aug 27 09:55 problem
1222375055  0 drwxr-sr-x. 2 jenkins 1002500000    23 Aug 27 09:55 question
1217755780 92 -rw-r--r--. 1 jenkins 1002500000 91674 Aug 27 09:55 SimpleApplyConfiguration.png
1217755781  8 -rw-r--r--. 1 jenkins 1002500000  7022 Aug 27 09:55 SimpleDropConfiguration.png
1217755134 44 -rw-r--r--. 1 jenkins 1002500000 44881 Aug 27 09:55 Simple-Installer-Logo.svg
+ update git/releng/org.eclipse.oomph.releng/www/installer /home/data/httpd/download.eclipse.org/oomph/www/installer
+ local local_dir=git/releng/org.eclipse.oomph.releng/www/installer
+ local remote_dir=/home/data/httpd/download.eclipse.org/oomph/www/installer
+ scp -r git/releng/org.eclipse.oomph.releng/www/installer genie.oomph@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/oomph/www/installer.new
+ ssh genie.oomph@projects-storage.eclipse.org
Pseudo-terminal will not be allocated because stdin is not a terminal.
Welcome to Ubuntu 22.04.2 LTS (GNU/Linux 5.15.0-78-generic x86_64)

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

  System information as of Sun Aug 27 05:55:15 EDT 2023

  System load:  0.0               Users logged in:       0
  Usage of /:   9.6% of 57.97GB   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 ens2: 172.16.102.3
  Processes:    120               IPv4 address for ens3: 172.25.25.150

 * 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

Expanded Security Maintenance for Applications is not enabled.

25 updates can be applied immediately.
To see these additional updates run: apt list --upgradable

2 additional security updates can be applied with ESM Apps.
Learn more about enabling ESM Apps service at https://ubuntu.com/esm

New release '23.04' available.
Run 'do-release-upgrade' to upgrade to it.


*** System restart required ***
+ update git/releng/org.eclipse.oomph.releng/www/marketplace /home/data/httpd/download.eclipse.org/oomph/www/marketplace
+ local local_dir=git/releng/org.eclipse.oomph.releng/www/marketplace
+ local remote_dir=/home/data/httpd/download.eclipse.org/oomph/www/marketplace
+ scp -r git/releng/org.eclipse.oomph.releng/www/marketplace genie.oomph@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/oomph/www/marketplace.new
+ ssh genie.oomph@projects-storage.eclipse.org
Pseudo-terminal will not be allocated because stdin is not a terminal.
Welcome to Ubuntu 22.04.2 LTS (GNU/Linux 5.15.0-78-generic x86_64)

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

  System information as of Sun Aug 27 05:55:15 EDT 2023

  System load:  0.0               Users logged in:       0
  Usage of /:   9.6% of 57.97GB   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 ens2: 172.16.102.3
  Processes:    120               IPv4 address for ens3: 172.25.25.150

 * 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

Expanded Security Maintenance for Applications is not enabled.

25 updates can be applied immediately.
To see these additional updates run: apt list --upgradable

2 additional security updates can be applied with ESM Apps.
Learn more about enabling ESM Apps service at https://ubuntu.com/esm

New release '23.04' available.
Run 'do-release-upgrade' to upgrade to it.


*** System restart required ***
+ update git/releng/org.eclipse.oomph.releng/www/donate /home/data/httpd/download.eclipse.org/oomph/www/donate
+ local local_dir=git/releng/org.eclipse.oomph.releng/www/donate
+ local remote_dir=/home/data/httpd/download.eclipse.org/oomph/www/donate
+ scp -r git/releng/org.eclipse.oomph.releng/www/donate genie.oomph@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/oomph/www/donate.new
+ ssh genie.oomph@projects-storage.eclipse.org
Pseudo-terminal will not be allocated because stdin is not a terminal.
Welcome to Ubuntu 22.04.2 LTS (GNU/Linux 5.15.0-78-generic x86_64)

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

  System information as of Sun Aug 27 05:55:15 EDT 2023

  System load:  0.0               Users logged in:       0
  Usage of /:   9.6% of 57.97GB   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 ens2: 172.16.102.3
  Processes:    120               IPv4 address for ens3: 172.25.25.150

 * 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

Expanded Security Maintenance for Applications is not enabled.

25 updates can be applied immediately.
To see these additional updates run: apt list --upgradable

2 additional security updates can be applied with ESM Apps.
Learn more about enabling ESM Apps service at https://ubuntu.com/esm

New release '23.04' available.
Run 'do-release-upgrade' to upgrade to it.


*** System restart required ***
+ update git/releng/org.eclipse.oomph.releng/jre /home/data/httpd/download.eclipse.org/oomph/jre
+ local local_dir=git/releng/org.eclipse.oomph.releng/jre
+ local remote_dir=/home/data/httpd/download.eclipse.org/oomph/jre
+ scp -r git/releng/org.eclipse.oomph.releng/jre genie.oomph@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/oomph/jre.new
+ ssh genie.oomph@projects-storage.eclipse.org
Pseudo-terminal will not be allocated because stdin is not a terminal.
Welcome to Ubuntu 22.04.2 LTS (GNU/Linux 5.15.0-78-generic x86_64)

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

  System information as of Sun Aug 27 05:55:15 EDT 2023

  System load:  0.0               Users logged in:       0
  Usage of /:   9.6% of 57.97GB   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 ens2: 172.16.102.3
  Processes:    120               IPv4 address for ens3: 172.25.25.150

 * 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

Expanded Security Maintenance for Applications is not enabled.

25 updates can be applied immediately.
To see these additional updates run: apt list --upgradable

2 additional security updates can be applied with ESM Apps.
Learn more about enabling ESM Apps service at https://ubuntu.com/esm

New release '23.04' available.
Run 'do-release-upgrade' to upgrade to it.


*** System restart required ***
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 53 killed;
[ssh-agent] Stopped.
Finished: SUCCESS