Started by user Claudio Mezzasalma Running as Claudio Mezzasalma Agent basic-hg424 is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-hg424" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.kapua.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-hg424" - 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-hg424" - 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-4.5" 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-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-hg424 (basic) in workspace /home/jenkins/agent/workspace/release-1.4.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-nA13QklZflxn/agent.63 SSH_AGENT_PID=65 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/release-1.4.x-gitbook@tmp/private_key_6916252603227524066.key (/home/jenkins/agent/workspace/release-1.4.x-gitbook@tmp/private_key_6916252603227524066.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.4.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.4.x^{commit} # timeout=10 Checking out Revision 1e49b7e3f5c97c3230bae4b714400de749a80867 (origin/release-1.4.x) > git config core.sparsecheckout # timeout=10 > git checkout -f 1e49b7e3f5c97c3230bae4b714400de749a80867 # timeout=10 Commit message: "Set the mfaSecretKey to null even before returning it when using the console module" > git rev-list --no-walk 1e49b7e3f5c97c3230bae4b714400de749a80867 # timeout=10 Unpacking https://nodejs.org/dist/v14.17.3/node-v14.17.3-linux-x64.tar.gz to /home/jenkins/agent/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/node on basic-hg424 [release-1.4.x-gitbook] $ /bin/bash /tmp/jenkins874228557687425780.sh BUILD_DISPLAY_NAME=#44 BUILD_ID=44 BUILD_NUMBER=44 BUILD_TAG=jenkins-release-1.4.x-gitbook-44 BUILD_URL=https://ci.eclipse.org/kapua/job/release-1.4.x-gitbook/44/ EXECUTOR_NUMBER=0 GIT_AUTHOR_EMAIL=kapua-dev@eclipse.org GIT_AUTHOR_NAME=Eclipse Kapua committers GIT_BRANCH=origin/release-1.4.x GIT_COMMIT=1e49b7e3f5c97c3230bae4b714400de749a80867 GIT_COMMITTER_EMAIL=kapua-dev@eclipse.org GIT_COMMITTER_NAME=Eclipse Kapua committers GITLAB_OBJECT_KIND=none GIT_PREVIOUS_COMMIT=1e49b7e3f5c97c3230bae4b714400de749a80867 GIT_PREVIOUS_SUCCESSFUL_COMMIT=00d6cd533e0b1493c136e5fbf3538cd6ea332a42 GIT_URL=https://github.com/eclipse/kapua.git HOME=/home/jenkins HOSTNAME=basic-hg424 HUDSON_COOKIE=6a4c6dc7-5bac-4509-92a0-53be9182b544 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.11+9_openj9-0.26.0 JENKINS_AGENT_NAME=basic-hg424 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-hg424 JENKINS_REMOTING_JAVA_OPTS=-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true JENKINS_SECRET=1eee04dc9d374b5cffe32c8498277f269ca4abd5fd068afb7c81a427abe30877 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.4.x-gitbook JOB_DISPLAY_URL=https://ci.eclipse.org/kapua/job/release-1.4.x-gitbook/display/redirect JOB_NAME=release-1.4.x-gitbook JOB_URL=https://ci.eclipse.org/kapua/job/release-1.4.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 NODEJS_HOME=/home/jenkins/agent/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/node NODE_LABELS=basic basic-hg424 NODE_NAME=basic-hg424 NSS_SDB_USE_CACHE=no 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.4.x-gitbook RUN_ARTIFACTS_DISPLAY_URL=https://ci.eclipse.org/kapua/job/release-1.4.x-gitbook/44/display/redirect?page=artifacts RUN_CHANGES_DISPLAY_URL=https://ci.eclipse.org/kapua/job/release-1.4.x-gitbook/44/display/redirect?page=changes RUN_DISPLAY_URL=https://ci.eclipse.org/kapua/job/release-1.4.x-gitbook/44/display/redirect RUN_TESTS_DISPLAY_URL=https://ci.eclipse.org/kapua/job/release-1.4.x-gitbook/44/display/redirect?page=tests SHLVL=0 SSH_AUTH_SOCK=/tmp/ssh-nA13QklZflxn/agent.63 TERM=xterm USER_NAME=jenkins _=/usr/bin/env WORKSPACE=/home/jenkins/agent/workspace/release-1.4.x-gitbook WORKSPACE_TMP=/home/jenkins/agent/workspace/release-1.4.x-gitbook@tmp npm version: 6.14.13 npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 npm WARN deprecated har-validator@5.1.5: this library is no longer supported npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. npm WARN saveError ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/release-1.4.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.2: 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.4.x-gitbook/package.json' npm WARN release-1.4.x-gitbook No description npm WARN release-1.4.x-gitbook No repository field. npm WARN release-1.4.x-gitbook No README data npm WARN release-1.4.x-gitbook No license field. + gitbook-plugin-hints@1.0.2 + honkit@3.6.20 added 319 packages from 343 contributors and audited 320 packages in 22.137s 19 packages are looking for funding run `npm fund` for details found 4 high severity vulnerabilities run `npm audit fix` to fix them, or `npm audit` for details 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 0.8s ! 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 0.8s ! [release-1.4.x-gitbook] $ /bin/sh -xe /tmp/jenkins9933049600925440285.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.4.x-gitbook/docs/developer-guide/en/_book/building.html /home/jenkins/agent/workspace/release-1.4.x-gitbook/docs/developer-guide/en/_book/client.html /home/jenkins/agent/workspace/release-1.4.x-gitbook/docs/developer-guide/en/_book/database.html /home/jenkins/agent/workspace/release-1.4.x-gitbook/docs/developer-guide/en/_book/gitbook /home/jenkins/agent/workspace/release-1.4.x-gitbook/docs/developer-guide/en/_book/ide.html /home/jenkins/agent/workspace/release-1.4.x-gitbook/docs/developer-guide/en/_book/images /home/jenkins/agent/workspace/release-1.4.x-gitbook/docs/developer-guide/en/_book/index.html /home/jenkins/agent/workspace/release-1.4.x-gitbook/docs/developer-guide/en/_book/qa.html /home/jenkins/agent/workspace/release-1.4.x-gitbook/docs/developer-guide/en/_book/running.html /home/jenkins/agent/workspace/release-1.4.x-gitbook/docs/developer-guide/en/_book/search_index.json /home/jenkins/agent/workspace/release-1.4.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.4.x-gitbook/docs/user-manual/en/_book/community.html /home/jenkins/agent/workspace/release-1.4.x-gitbook/docs/user-manual/en/_book/credentials.html /home/jenkins/agent/workspace/release-1.4.x-gitbook/docs/user-manual/en/_book/gitbook /home/jenkins/agent/workspace/release-1.4.x-gitbook/docs/user-manual/en/_book/images /home/jenkins/agent/workspace/release-1.4.x-gitbook/docs/user-manual/en/_book/index.html /home/jenkins/agent/workspace/release-1.4.x-gitbook/docs/user-manual/en/_book/jwt_security.html /home/jenkins/agent/workspace/release-1.4.x-gitbook/docs/user-manual/en/_book/mfa.html /home/jenkins/agent/workspace/release-1.4.x-gitbook/docs/user-manual/en/_book/Permissions.html /home/jenkins/agent/workspace/release-1.4.x-gitbook/docs/user-manual/en/_book/rest.html /home/jenkins/agent/workspace/release-1.4.x-gitbook/docs/user-manual/en/_book/search_index.json /home/jenkins/agent/workspace/release-1.4.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 65 killed; [ssh-agent] Stopped. [htmlpublisher] Archiving HTML reports... [htmlpublisher] Archiving at BUILD level /home/jenkins/agent/workspace/release-1.4.x-gitbook/docs/developer-guide/en/_book to /var/jenkins/jobs/release-1.4.x-gitbook/builds/44/htmlreports/Developer_20Guide [htmlpublisher] Archiving at BUILD level /home/jenkins/agent/workspace/release-1.4.x-gitbook/docs/user-manual/en/_book to /var/jenkins/jobs/release-1.4.x-gitbook/builds/44/htmlreports/User_20Manual Finished: SUCCESS