Skip to content
Failed

Console Output

Started by user Dmitry Kornilov
Rebuilds build #16
Running as Dmitry Kornilov
Agent basic-nlzd5 is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-nlzd5"
  namespace: "tyrus"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.tyrus.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-nlzd5"
    - 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-nlzd5"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.tyrus.svc.cluster.local/tyrus/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3131.vf2b_b_798b_ce99"
    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-tyrus"
      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-nlzd5 (basic) in workspace /home/jenkins/agent/workspace/copy_documentation
[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-ScxZR32EdhS7/agent.48
SSH_AGENT_PID=50
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/copy_documentation@tmp/private_key_14552476549289856652.key (/home/jenkins/agent/workspace/copy_documentation@tmp/private_key_14552476549289856652.key)
[ssh-agent] Using credentials tyrus-bot (GitHub bot SSH)
The recommended git tool is: NONE
using credential github-bot-ssh
Cloning the remote Git repository
Cloning repository git@github.com:eclipse-ee4j/tyrus-project.github.io.git
 > git init /home/jenkins/agent/workspace/copy_documentation # timeout=10
Fetching upstream changes from git@github.com:eclipse-ee4j/tyrus-project.github.io.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_SSH to set credentials GitHub bot SSH
[INFO] Currently running in a labeled security context
 > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/copy_documentation@tmp/jenkins-gitclient-ssh14029942801763120147.key
Verifying host key using manually-configured host key entries
 > git fetch --tags --force --progress -- git@github.com:eclipse-ee4j/tyrus-project.github.io.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git@github.com:eclipse-ee4j/tyrus-project.github.io.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 dfbb36df20a858605018232b035411192976ed30 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f dfbb36df20a858605018232b035411192976ed30 # timeout=10
Commit message: "[jenkins] automatic docbook update [2.0.5]"
 > git rev-list --no-walk fc12d88328725c173132dadb9b54f0843e9f177a # timeout=10
[copy_documentation] $ /bin/bash -xe /tmp/jenkins16159268538169466773.sh
+ [[ 2.0.5 == \2\.\0* ]]
+ export LATEST_DIRS=latest20x
+ LATEST_DIRS=latest20x
+ git checkout master
Switched to a new branch 'master'
Branch 'master' set up to track remote branch 'master' from 'origin'.
+ git config --local user.email tyrus-bot@eclipse.org
+ git config --local user.name tyrus-bot
+ cd apidocs
+ rm -rf latest20x/allclasses.html latest20x/allclasses-index.html latest20x/allpackages-index.html latest20x/constant-values.html latest20x/deprecated-list.html latest20x/element-list latest20x/help-doc.html latest20x/index-all.html latest20x/index.html latest20x/jakarta latest20x/javadoc.sh latest20x/jquery latest20x/member-search-index.js latest20x/member-search-index.zip latest20x/options latest20x/org latest20x/overview-summary.html latest20x/overview-tree.html latest20x/packages latest20x/package-search-index.js latest20x/package-search-index.zip latest20x/resources latest20x/script.js latest20x/search.js latest20x/serialized-form.html latest20x/stylesheet.css latest20x/type-search-index.js latest20x/type-search-index.zip
+ mkdir -p latest20x
+ cp -a 2.0.5/allclasses.html 2.0.5/allclasses-index.html 2.0.5/allpackages-index.html 2.0.5/constant-values.html 2.0.5/deprecated-list.html 2.0.5/element-list 2.0.5/help-doc.html 2.0.5/index-all.html 2.0.5/index.html 2.0.5/jakarta 2.0.5/javadoc.sh 2.0.5/jquery 2.0.5/member-search-index.js 2.0.5/member-search-index.zip 2.0.5/options 2.0.5/org 2.0.5/overview-summary.html 2.0.5/overview-tree.html 2.0.5/packages 2.0.5/package-search-index.js 2.0.5/package-search-index.zip 2.0.5/resources 2.0.5/script.js 2.0.5/search.js 2.0.5/serialized-form.html 2.0.5/stylesheet.css 2.0.5/type-search-index.js 2.0.5/type-search-index.zip latest20x/
+ git add -A latest20x
+ cd ../documentation
+ rm -rf latest20x/index latest20x/user-guide.fo latest20x/user-guide.html latest20x/user-guide.pdf
+ mkdir -p latest20x
+ cp -a 2.0.5/index 2.0.5/user-guide.fo 2.0.5/user-guide.html 2.0.5/user-guide.pdf latest20x/
+ git add -A latest20x
+ git commit -m '[jenkins] automatic folder copy for the [2.0.5]'
On branch master
Your branch is up to date with 'origin/master'.

nothing to commit, working tree clean
Build step 'Execute shell' marked build as failure
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 50 killed;
[ssh-agent] Stopped.
Finished: FAILURE