Skip to content

Console Output

Started by an SCM change
Running as SYSTEM
Agent basic-mqq31 is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label: ""
  name: "basic-mqq31"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.justj.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-mqq31"
    - name: "JAVA_TOOL_OPTIONS"
      value: ""
    - name: "JNLP_PROTOCOL_OPTS"
      value: "-showversion -XshowSettings:vm -Xmx256m -Dsun.zip.disableMemoryMapping=true\
        \ -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
    - name: "_JAVA_OPTIONS"
      value: ""
    - name: "JAVA_OPTS"
      value: ""
    - name: "IBM_JAVA_OPTIONS"
      value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
    - name: "OPENJ9_JAVA_OPTIONS"
      value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
    - name: "JENKINS_NAME"
      value: "basic-mqq31"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.justj.svc.cluster.local/justj/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.3"
    imagePullPolicy: "Always"
    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: "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:
    beta.kubernetes.io/os: "linux"
  restartPolicy: "Never"
  securityContext: {}
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-justj"
      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-mqq31 in workspace /home/jenkins/agent/workspace/promote-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-TeETX9zw5CZq/agent.63
SSH_AGENT_PID=65
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/promote-website@tmp/private_key_1777376485462126110.key (/home/jenkins/agent/workspace/promote-website@tmp/private_key_1777376485462126110.key)
[ssh-agent] Using credentials genie.justj (ssh://genie.justj@projects-storage.eclipse.org)
No credentials specified
Cloning the remote Git repository
Cloning repository git://git.eclipse.org/gitroot/www.eclipse.org/justj.git
 > git init /home/jenkins/agent/workspace/promote-website # timeout=10
Fetching upstream changes from git://git.eclipse.org/gitroot/www.eclipse.org/justj.git
 > git --version # timeout=10
 > git fetch --tags --force --progress -- git://git.eclipse.org/gitroot/www.eclipse.org/justj.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git://git.eclipse.org/gitroot/www.eclipse.org/justj.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git://git.eclipse.org/gitroot/www.eclipse.org/justj.git # timeout=10
Fetching upstream changes from git://git.eclipse.org/gitroot/www.eclipse.org/justj.git
 > git fetch --tags --force --progress -- git://git.eclipse.org/gitroot/www.eclipse.org/justj.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision f805da66d1418d3a8576e148fdaedefadc7aecc3 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f805da66d1418d3a8576e148fdaedefadc7aecc3 # timeout=10
Commit message: "Bug 562908 - Populate the JustJ Git clones with initial content"
 > git rev-list --no-walk 8368e9e99d9b76817b4d116451328a49678ac73c # timeout=10
[promote-website] $ /bin/sh -xe /tmp/jenkins4967050843371100455.sh
+ echo 'Build triggered'
Build triggered
+ ls
_.php
_index.php
_projectCommon.php
content
download.eclipse.org.php
icons
index.php
justj.svg
justj_favicon.ico
justj_incubation.svg
justj_title.svg
+ ssh genie.justj@projects-storage.eclipse.org '
  cd /home/data/httpd/download.eclipse.org/justj/;
  rm -rf www.new www.old;
  mkdir www.new;
'
+ rsync -avsh _.php _index.php _projectCommon.php content download.eclipse.org.php icons index.php justj.svg justj_favicon.ico justj_incubation.svg justj_title.svg genie.justj@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/justj/www.new
sending incremental file list
_.php
_index.php
_projectCommon.php
download.eclipse.org.php
index.php
justj.svg
justj_favicon.ico
justj_incubation.svg
justj_title.svg
content/
content/browse.php
content/developer.php
content/documentation.php
content/download.php
content/en_index.php
content/overview.php
content/support.php
content/setup-images/
content/setup-images/DebugMenu.png
content/setup-images/ExternalToolsMenu.png
content/setup-images/Generate.png
content/setup-images/GenerateJustJJRESiteMenu.png
content/setup-images/JETEditor.png
content/setup-images/JREGenFolder.png
content/setup-images/JREGenModelEditor.png
content/setup-images/LocalCache.png
content/setup-images/PerformSetupTasks.png
content/setup-images/Performing.png
content/setup-images/Reconcile.png
content/setup-images/ReconciledModel.png
content/setup-images/SetupVariables.png
content/setup-images/SetupVariablesForBootstrap.png
content/setup-images/SetupVariablesWithSSH.png
content/setup-images/WorkspaceProjects.png
icons/
icons/delete.svg
icons/edit.svg
icons/file.svg
icons/folder.svg
icons/new_file.svg
icons/new_folder.svg
icons/new_index.svg
icons/tools.svg

sent 853.93K bytes  received 811 bytes  569.83K bytes/sec
total size is 851.16K  speedup is 1.00
+ rsync -avsh _index.php genie.justj@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/justj/index.php
sending incremental file list
_index.php

sent 107 bytes  received 40 bytes  294.00 bytes/sec
total size is 530  speedup is 3.61
+ ssh genie.justj@projects-storage.eclipse.org '
  cd /home/data/httpd/download.eclipse.org/justj/;
  [[ -d www ]] && mv www www.old;
  mv www.new www;
  rm -rf www.old;
'
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 65 killed;
[ssh-agent] Stopped.
Finished: SUCCESS