Skip to content

Console Output

Started by user Ed Merks
Running as Ed Merks
Agent basic-q86bl is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-q86bl"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.oomph.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-q86bl"
    - 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-q86bl"
    - 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-4.7"
    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
    - 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-q86bl (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-ite55TQoZZzH/agent.60
SSH_AGENT_PID=62
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/publish-website@tmp/private_key_10313541817891376453.key (/home/jenkins/agent/workspace/publish-website@tmp/private_key_10313541817891376453.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://git.eclipse.org/r/oomph/org.eclipse.oomph.git
 > git init /home/jenkins/agent/workspace/publish-website/git # timeout=10
Fetching upstream changes from https://git.eclipse.org/r/oomph/org.eclipse.oomph.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://git.eclipse.org/r/oomph/org.eclipse.oomph.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git.eclipse.org/r/oomph/org.eclipse.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 72df39059cf9e1dfda796e546d59b76b88f0be80 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 72df39059cf9e1dfda796e546d59b76b88f0be80 # timeout=10
Commit message: "[Releng] Use https for the loaded loaded."
 > git rev-list --no-walk 1a3b8d74cdc3a1e1fc80e1e9ad91aba0fd3e06f5 # timeout=10
[publish-website] $ /bin/sh -xe /tmp/jenkins16041047152616739363.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 476
1249274440  4 drwxr-sr-x. 5 jenkins 1002500000  4096 Sep 25 15:11 .
1246842051  0 drwxr-sr-x. 5 jenkins 1002500000    56 Sep 25 15:11 ..
1249274441 88 -rw-r--r--. 1 jenkins 1002500000 89988 Sep 25 15:11 AdvancedApplyConfiguration.png
1249274442 24 -rw-r--r--. 1 jenkins 1002500000 24150 Sep 25 15:11 AdvancedDropConfiguration.png
1249274454  4 -rw-r--r--. 1 jenkins 1002500000  1714 Sep 25 15:11 Configuration.png
1249274455  8 -rw-r--r--. 1 jenkins 1002500000  4464 Sep 25 15:11 EclipseInstaller.png
1249274456 80 -rw-r--r--. 1 jenkins 1002500000 81888 Sep 25 15:11 EnableWebLinksAdvanced.png
1249274457 80 -rw-r--r--. 1 jenkins 1002500000 80187 Sep 25 15:11 EnableWebLinksSimple.png
1249274462  4 -rw-r--r--. 1 jenkins 1002500000   642 Sep 25 15:11 fetch.php
1249274458 20 -rw-r--r--. 1 jenkins 1002500000 17732 Sep 25 15:11 FriendsOfEclipse.png
1249274459  4 -rw-r--r--. 1 jenkins 1002500000   861 Sep 25 15:11 Help.png
1249274463 36 -rw-r--r--. 1 jenkins 1002500000 35185 Sep 25 15:11 index.html
1250357567  0 drwxr-sr-x. 2 jenkins 1002500000    23 Sep 25 15:11 notification
1249274464 24 -rw-r--r--. 1 jenkins 1002500000 22543 Sep 25 15:11 oomph256.png
1251161079  0 drwxr-sr-x. 2 jenkins 1002500000    23 Sep 25 15:11 problem
1252220064  0 drwxr-sr-x. 2 jenkins 1002500000    23 Sep 25 15:11 question
1249274460 92 -rw-r--r--. 1 jenkins 1002500000 91674 Sep 25 15:11 SimpleApplyConfiguration.png
1249274461  8 -rw-r--r--. 1 jenkins 1002500000  7022 Sep 25 15:11 SimpleDropConfiguration.png
+ 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 21.04 (GNU/Linux 5.11.0-18-generic x86_64)

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

  System information as of Sat Sep 25 11:11:32 EDT 2021

  System load:  0.9               Users logged in:       0
  Usage of /:   6.8% of 57.98GB   IPv4 address for ens2: 172.30.206.150
  Memory usage: 5%                IPv4 address for ens2: 198.41.30.204
  Swap usage:   0%                IPv4 address for ens3: 172.25.25.150
  Processes:    124

 * Super-optimized for small spaces - read how we shrank the memory
   footprint of MicroK8s to make it the smallest full K8s around.

   https://ubuntu.com/blog/microk8s-memory-optimisation

0 updates can be applied immediately.


The list of available updates is more than a week old.
To check for new updates run: sudo apt update

+ 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 21.04 (GNU/Linux 5.11.0-18-generic x86_64)

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

  System information as of Sat Sep 25 11:11:34 EDT 2021

+ 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 21.04 (GNU/Linux 5.11.0-18-generic x86_64)

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

  System information as of Sat Sep 25 11:11:35 EDT 2021

  System load:  0.91              Users logged in:       0
  Usage of /:   6.8% of 57.98GB   IPv4 address for ens2: 172.30.206.150
  Memory usage: 5%                IPv4 address for ens2: 198.41.30.204
  Swap usage:   0%                IPv4 address for ens3: 172.25.25.150
  Processes:    128
+ 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 21.04 (GNU/Linux 5.11.0-18-generic x86_64)

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

  System information as of Sat Sep 25 11:11:36 EDT 2021

  System load:  0.91              Users logged in:       0
  Usage of /:   6.8% of 57.98GB   IPv4 address for ens2: 172.30.206.150
  Memory usage: 5%                IPv4 address for ens2: 198.41.30.204
  Swap usage:   0%                IPv4 address for ens3: 172.25.25.150
  Processes:    124

 * Super-optimized for small spaces - read how we shrank the memory
   footprint of MicroK8s to make it the smallest full K8s around.

   https://ubuntu.com/blog/microk8s-memory-optimisation

0 updates can be applied immediately.


The list of available updates is more than a week old.
To check for new updates run: sudo apt update

$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 62 killed;
[ssh-agent] Stopped.
Finished: SUCCESS