Skip to content
Success

Console Output

Started by an SCM change
Running as SYSTEM
Agent basic-7810q is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    kubernetes.jenkins.io/last-refresh: "1719222316621"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
    kubernetes.jenkins.io/controller: "http___jenkins-ui_kapua_svc_cluster_local_kapuax"
  name: "basic-7810q"
  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-7810q"
    - 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: "REMOTING_OPTS"
      value: "-noReconnectAfter 1d"
    - name: "OPENJ9_JAVA_OPTIONS"
      value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
    - name: "JENKINS_NAME"
      value: "basic-7810q"
    - 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-3206.vb_15dcf73f6a_9"
    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-7810q (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-RVDt9LR5TLMk/agent.46
SSH_AGENT_PID=48
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/release-1.6.x-gitbook@tmp/private_key_4817431360760716380.key (/home/jenkins/agent/workspace/release-1.6.x-gitbook@tmp/private_key_4817431360760716380.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 f52763edd5d26844b5011f9af8208201ca78960b (origin/release-1.6.x)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f52763edd5d26844b5011f9af8208201ca78960b # timeout=10
Commit message: "Merge branch 'backport-3355' into release-1.6.x"
 > git rev-list --no-walk 0809378407aab55d67328fb7018508bec7ee7297 # 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-7810q
[release-1.6.x-gitbook] $ /bin/bash /tmp/jenkins11968563197684026004.sh
BUILD_DISPLAY_NAME=#225
BUILD_ID=225
BUILD_NUMBER=225
BUILD_TAG=jenkins-release-1.6.x-gitbook-225
BUILD_URL=https://ci.eclipse.org/kapua/job/release-1.6.x-gitbook/225/
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=f52763edd5d26844b5011f9af8208201ca78960b
GIT_COMMITTER_EMAIL=kapua-dev@eclipse.org
GIT_COMMITTER_NAME=Eclipse Kapua committers
GITLAB_OBJECT_KIND=none
GIT_PREVIOUS_COMMIT=0809378407aab55d67328fb7018508bec7ee7297
GIT_PREVIOUS_SUCCESSFUL_COMMIT=0809378407aab55d67328fb7018508bec7ee7297
GIT_URL=https://github.com/eclipse/kapua.git
HOME=/home/jenkins
HOSTNAME=basic-7810q
HUDSON_COOKIE=d22a3ffd-b981-45f1-b9bf-bd8c704dc80b
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-7810q
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-7810q
JENKINS_REMOTING_JAVA_OPTS=-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true
JENKINS_SECRET=8a31b0d2c03bb7e213d778031c3c40c03b1e30c2f871bb278fdfb4040e0194f6
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 basic-7810q
NODE_NAME=basic-7810q
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 -jar /usr/share/jenkins/agent.jar -secret 8a31b0d2c03bb7e213d778031c3c40c03b1e30c2f871bb278fdfb4040e0194f6 -name basic-7810q -tunnel jenkins-discovery.kapua.svc.cluster.local:50000 -url http://jenkins-ui.kapua.svc.cluster.local/kapua/ -workDir /home/jenkins/agent
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
REMOTING_OPTS=-noReconnectAfter 1d
RUN_ARTIFACTS_DISPLAY_URL=https://ci.eclipse.org/kapua/job/release-1.6.x-gitbook/225/display/redirect?page=artifacts
RUN_CHANGES_DISPLAY_URL=https://ci.eclipse.org/kapua/job/release-1.6.x-gitbook/225/display/redirect?page=changes
RUN_DISPLAY_URL=https://ci.eclipse.org/kapua/job/release-1.6.x-gitbook/225/display/redirect
RUN_TESTS_DISPLAY_URL=https://ci.eclipse.org/kapua/job/release-1.6.x-gitbook/225/display/redirect?page=tests
SHLVL=0
SSH_AUTH_SOCK=/tmp/ssh-RVDt9LR5TLMk/agent.46
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 deprecated q@1.5.1: You or someone you depend on is using Q, the JavaScript Promise library that gave JavaScript developers strong feelings about promises. They can almost certainly migrate to the native JavaScript promise now. Thank you literally everyone for joining me in this bet against the odds. Be excellent to each other.
npm WARN deprecated 
npm WARN deprecated (For a CapTP with native promises, see @endo/eventual-send and @endo/captp)
npm WARN deprecated try-resolve@1.0.1: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
npm WARN deprecated glob@7.1.3: Glob versions prior to v9 are no longer supported
npm WARN deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
npm WARN deprecated rimraf@2.7.1: Rimraf versions prior to v4 are no longer supported
npm WARN deprecated rimraf@2.6.3: Rimraf versions prior to v4 are no longer supported
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.

+ gitbook-plugin-hints@1.0.2
+ honkit@5.1.4
added 220 packages from 173 contributors and audited 221 packages in 17.962s

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/jenkins10569636854770793553.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 48 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/225/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/225/htmlreports/User_20Manual
Finished: SUCCESS