Skip to content

Console Output

Started by an SCM change
Running as SYSTEM
Agent basic-01js6 is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-01js6"
  namespace: "kapua"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.kapua.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-01js6"
    - 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-01js6"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.kapua.svc.cluster.local/kapua/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc"
    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-kapua"
      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-01js6 (basic) in workspace /home/jenkins/agent/workspace/release-1.6.x-gitbook
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[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-BfpUuaKEGCfk/agent.48
SSH_AGENT_PID=50
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/release-1.6.x-gitbook@tmp/private_key_16402661420197016353.key (/home/jenkins/agent/workspace/release-1.6.x-gitbook@tmp/private_key_16402661420197016353.key)
[ssh-agent] Using credentials genie.kapua (ssh://genie.kapua@projects-storage.eclipse.org)
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse/kapua.git
 > git init /home/jenkins/agent/workspace/release-1.6.x-gitbook # timeout=10
Fetching upstream changes from https://github.com/eclipse/kapua.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/eclipse/kapua.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse/kapua.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse origin/release-1.6.x^{commit} # timeout=10
Checking out Revision e71b98873257467d1d2fcf1de52bb394a8af5301 (origin/release-1.6.x)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e71b98873257467d1d2fcf1de52bb394a8af5301 # timeout=10
Commit message: "fix(open-api): fix schema for `step properties` of `job`"
 > git rev-list --no-walk bcbf3b04d6065e6e8051c8d2bc51a0db3610df78 # timeout=10
Installing NodeJS from /var/jenkins/caches/nodejs/LINUX/amd64/14.17.3.tar.gz to /home/jenkins/agent/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/node on basic-01js6
[release-1.6.x-gitbook] $ /bin/bash /tmp/jenkins17238273330155638731.sh
BUILD_DISPLAY_NAME=#208
BUILD_ID=208
BUILD_NUMBER=208
BUILD_TAG=jenkins-release-1.6.x-gitbook-208
BUILD_URL=https://ci.eclipse.org/kapua/job/release-1.6.x-gitbook/208/
CI=true
EXECUTOR_NUMBER=0
GIT_AUTHOR_EMAIL=kapua-dev@eclipse.org
GIT_AUTHOR_NAME=Eclipse Kapua committers
GIT_BRANCH=origin/release-1.6.x
GIT_COMMIT=e71b98873257467d1d2fcf1de52bb394a8af5301
GIT_COMMITTER_EMAIL=kapua-dev@eclipse.org
GIT_COMMITTER_NAME=Eclipse Kapua committers
GITLAB_OBJECT_KIND=none
GIT_PREVIOUS_COMMIT=bcbf3b04d6065e6e8051c8d2bc51a0db3610df78
GIT_PREVIOUS_SUCCESSFUL_COMMIT=bcbf3b04d6065e6e8051c8d2bc51a0db3610df78
GIT_URL=https://github.com/eclipse/kapua.git
HOME=/home/jenkins
HOSTNAME=basic-01js6
HUDSON_COOKIE=a40fa5fa-e871-495c-98b5-d2c3db3dd7d2
HUDSON_HOME=/var/jenkins
HUDSON_SERVER_COOKIE=a4e466f32cc8bede
HUDSON_URL=https://ci.eclipse.org/kapua/
JAVA_HOME=/opt/java/openjdk
JAVA_VERSION=jdk-11.0.21+9_openj9-0.41.0
JENKINS_AGENT_NAME=basic-01js6
JENKINS_AGENT_WORKDIR=/home/jenkins/agent
JENKINS_DISCOVERY_PORT_50000_TCP_ADDR=10.30.77.119
JENKINS_DISCOVERY_PORT_50000_TCP_PORT=50000
JENKINS_DISCOVERY_PORT_50000_TCP_PROTO=tcp
JENKINS_DISCOVERY_PORT_50000_TCP=tcp://10.30.77.119:50000
JENKINS_DISCOVERY_PORT=tcp://10.30.77.119:50000
JENKINS_DISCOVERY_SERVICE_HOST=10.30.77.119
JENKINS_DISCOVERY_SERVICE_PORT=50000
JENKINS_DISCOVERY_SERVICE_PORT_JNLP=50000
JENKINS_HOME=/var/jenkins
JENKINS_NAME=basic-01js6
JENKINS_REMOTING_JAVA_OPTS=-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true
JENKINS_SECRET=3b78ede869e6e3b91f5ec1ec93ff87ca6fef8b580bf151d3fe47eb271735a300
JENKINS_SERVER_COOKIE=a4e466f32cc8bede
JENKINS_TUNNEL=jenkins-discovery.kapua.svc.cluster.local:50000
JENKINS_UI_PORT_80_TCP_ADDR=10.30.50.56
JENKINS_UI_PORT_80_TCP_PORT=80
JENKINS_UI_PORT_80_TCP_PROTO=tcp
JENKINS_UI_PORT_80_TCP=tcp://10.30.50.56:80
JENKINS_UI_PORT=tcp://10.30.50.56:80
JENKINS_UI_SERVICE_HOST=10.30.50.56
JENKINS_UI_SERVICE_PORT=80
JENKINS_UI_SERVICE_PORT_HTTP=80
JENKINS_URL=https://ci.eclipse.org/kapua/
JOB_BASE_NAME=release-1.6.x-gitbook
JOB_DISPLAY_URL=https://ci.eclipse.org/kapua/job/release-1.6.x-gitbook/display/redirect
JOB_NAME=release-1.6.x-gitbook
JOB_URL=https://ci.eclipse.org/kapua/job/release-1.6.x-gitbook/
KUBERNETES_PORT_443_TCP_ADDR=10.30.0.1
KUBERNETES_PORT_443_TCP_PORT=443
KUBERNETES_PORT_443_TCP_PROTO=tcp
KUBERNETES_PORT_443_TCP=tcp://10.30.0.1:443
KUBERNETES_PORT=tcp://10.30.0.1:443
KUBERNETES_SERVICE_HOST=10.30.0.1
KUBERNETES_SERVICE_PORT=443
KUBERNETES_SERVICE_PORT_HTTPS=443
LANG=en_US.UTF-8
LANGUAGE=en_US:en
LC_ALL=en_US.UTF-8
NODE_HOME=/home/jenkins/agent/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/node
NODEJS_HOME=/home/jenkins/agent/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/node
NODE_LABELS=basic-01js6 basic
NODE_NAME=basic-01js6
NSS_SDB_USE_CACHE=no
OPENJ9_JAVA_COMMAND_LINE=/opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.kapua.svc.cluster.local:50000 -url http://jenkins-ui.kapua.svc.cluster.local/kapua/ -workDir /home/jenkins/agent 3b78ede869e6e3b91f5ec1ec93ff87ca6fef8b580bf151d3fe47eb271735a300 basic-01js6
OPENJ9_JAVA_OPTIONS=-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle
PATH=/home/jenkins/agent/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/node/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PWD=/home/jenkins/agent/workspace/release-1.6.x-gitbook
RUN_ARTIFACTS_DISPLAY_URL=https://ci.eclipse.org/kapua/job/release-1.6.x-gitbook/208/display/redirect?page=artifacts
RUN_CHANGES_DISPLAY_URL=https://ci.eclipse.org/kapua/job/release-1.6.x-gitbook/208/display/redirect?page=changes
RUN_DISPLAY_URL=https://ci.eclipse.org/kapua/job/release-1.6.x-gitbook/208/display/redirect
RUN_TESTS_DISPLAY_URL=https://ci.eclipse.org/kapua/job/release-1.6.x-gitbook/208/display/redirect?page=tests
SHLVL=0
SSH_AUTH_SOCK=/tmp/ssh-BfpUuaKEGCfk/agent.48
TERM=xterm
USER_NAME=jenkins
_=/usr/bin/env
WORKSPACE=/home/jenkins/agent/workspace/release-1.6.x-gitbook
WORKSPACE_TMP=/home/jenkins/agent/workspace/release-1.6.x-gitbook@tmp
npm version: 6.14.13
npm WARN saveError ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/release-1.6.x-gitbook/package.json'
npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.2 (node_modules/chokidar/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm WARN enoent ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/release-1.6.x-gitbook/package.json'
npm WARN release-1.6.x-gitbook No description
npm WARN release-1.6.x-gitbook No repository field.
npm WARN release-1.6.x-gitbook No README data
npm WARN release-1.6.x-gitbook No license field.

+ honkit@5.1.4
+ gitbook-plugin-hints@1.0.2
added 222 packages from 174 contributors and audited 223 packages in 15.829s

51 packages are looking for funding
  run `npm fund` for details

found 0 vulnerabilities

info: 6 plugins are installed 
info: 6 explicitly listed 
info: plugin "hints" is loaded
info: plugin "highlight" is loaded
info: plugin "search" is loaded
info: plugin "lunr" is loaded
info: plugin "fontsettings" is loaded
info: plugin "theme-default" is loaded
info: found 8 pages 
info: found 12 asset files 
warn: "this.generator" property is deprecated, use "this.output.name" instead 
warn: "navigation" property is deprecated 
warn: "book" property is deprecated, use "this" directly instead 
warn: "options" property is deprecated, use config.get(key) instead 
info: >> generation finished with success in 1.1s ! 
info: 5 plugins are installed 
info: 5 explicitly listed 
info: plugin "highlight" is loaded
info: plugin "search" is loaded
info: plugin "lunr" is loaded
info: plugin "fontsettings" is loaded
info: plugin "theme-default" is loaded
info: found 8 pages 
info: found 8 asset files 
info: >> generation finished with success in 1.1s ! 
[release-1.6.x-gitbook] $ /bin/sh -xe /tmp/jenkins12909389437808731801.sh
+ ssh -o BatchMode=yes genie.kapua@projects-storage.eclipse.org rm -Rf /home/data/httpd/download.eclipse.org/kapua/docs/develop
+ ssh -o BatchMode=yes genie.kapua@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/kapua/docs/develop/developer-guide/en /home/data/httpd/download.eclipse.org/kapua/docs/develop/user-manual/en
+ scp -pr -o BatchMode=yes /home/jenkins/agent/workspace/release-1.6.x-gitbook/docs/developer-guide/en/_book/building.html /home/jenkins/agent/workspace/release-1.6.x-gitbook/docs/developer-guide/en/_book/client.html /home/jenkins/agent/workspace/release-1.6.x-gitbook/docs/developer-guide/en/_book/database.html /home/jenkins/agent/workspace/release-1.6.x-gitbook/docs/developer-guide/en/_book/gitbook /home/jenkins/agent/workspace/release-1.6.x-gitbook/docs/developer-guide/en/_book/ide.html /home/jenkins/agent/workspace/release-1.6.x-gitbook/docs/developer-guide/en/_book/images /home/jenkins/agent/workspace/release-1.6.x-gitbook/docs/developer-guide/en/_book/index.html /home/jenkins/agent/workspace/release-1.6.x-gitbook/docs/developer-guide/en/_book/qa.html /home/jenkins/agent/workspace/release-1.6.x-gitbook/docs/developer-guide/en/_book/running.html /home/jenkins/agent/workspace/release-1.6.x-gitbook/docs/developer-guide/en/_book/search_index.json /home/jenkins/agent/workspace/release-1.6.x-gitbook/docs/developer-guide/en/_book/sso.html genie.kapua@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/kapua/docs/develop/developer-guide/en
+ scp -pr -o BatchMode=yes /home/jenkins/agent/workspace/release-1.6.x-gitbook/docs/user-manual/en/_book/community.html /home/jenkins/agent/workspace/release-1.6.x-gitbook/docs/user-manual/en/_book/credentials.html /home/jenkins/agent/workspace/release-1.6.x-gitbook/docs/user-manual/en/_book/gitbook /home/jenkins/agent/workspace/release-1.6.x-gitbook/docs/user-manual/en/_book/images /home/jenkins/agent/workspace/release-1.6.x-gitbook/docs/user-manual/en/_book/index.html /home/jenkins/agent/workspace/release-1.6.x-gitbook/docs/user-manual/en/_book/jwt_security.html /home/jenkins/agent/workspace/release-1.6.x-gitbook/docs/user-manual/en/_book/mfa.html /home/jenkins/agent/workspace/release-1.6.x-gitbook/docs/user-manual/en/_book/Permissions.html /home/jenkins/agent/workspace/release-1.6.x-gitbook/docs/user-manual/en/_book/rest.html /home/jenkins/agent/workspace/release-1.6.x-gitbook/docs/user-manual/en/_book/search_index.json /home/jenkins/agent/workspace/release-1.6.x-gitbook/docs/user-manual/en/_book/simulator.html genie.kapua@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/kapua/docs/develop/user-manual/en
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 50 killed;
[ssh-agent] Stopped.
[htmlpublisher] Archiving HTML reports...
[htmlpublisher] Archiving at BUILD level /home/jenkins/agent/workspace/release-1.6.x-gitbook/docs/developer-guide/en/_book to /var/jenkins/jobs/release-1.6.x-gitbook/builds/208/htmlreports/Developer_20Guide
[htmlpublisher] Archiving at BUILD level /home/jenkins/agent/workspace/release-1.6.x-gitbook/docs/user-manual/en/_book to /var/jenkins/jobs/release-1.6.x-gitbook/builds/208/htmlreports/User_20Manual
Finished: SUCCESS