Started by user Achim Kraus Running as Achim Kraus Checking out git https://github.com/bosch-io/californium.git into /var/jenkins/workspace/californium-website-preview@script/c0597bf375cb54910f0d2a8ae7c8e226be8897342609fa8aaf44430acff89901 to read jenkins/Jenkinsfile The recommended git tool is: git No credentials specified Cloning the remote Git repository Cloning repository https://github.com/bosch-io/californium.git > git init /var/jenkins/workspace/californium-website-preview@script/c0597bf375cb54910f0d2a8ae7c8e226be8897342609fa8aaf44430acff89901 # timeout=10 Fetching upstream changes from https://github.com/bosch-io/californium.git > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- https://github.com/bosch-io/californium.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/bosch-io/californium.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse origin/push_website_to_github^{commit} # timeout=10 Checking out Revision 064983c26ab29fdcab94fc2cb916502182a2c956 (origin/push_website_to_github) > git config core.sparsecheckout # timeout=10 > git checkout -f 064983c26ab29fdcab94fc2cb916502182a2c956 # timeout=10 Commit message: "Push web site files to GitHub repo" First time build. Skipping changelog. > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.syna-theme.url # timeout=10 > git config -f .gitmodules --get submodule.syna-theme.path # timeout=10 > git submodule update --init --recursive site/themes/syna # timeout=10 [Pipeline] Start of Pipeline [Pipeline] podTemplate [Pipeline] { [Pipeline] node Created Pod: kubernetes californium/californium-website-preview-1-5g4g1-btzd9-v3xv1 Still waiting to schedule task ‘californium-website-preview-1-5g4g1-btzd9-v3xv1’ is offline Agent californium-website-preview-1-5g4g1-btzd9-v3xv1 is provisioned from template californium-website-preview_1-5g4g1-btzd9 --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins-ui.californium.svc.cluster.local/californium/job/californium-website-preview/1/" runUrl: "job/californium-website-preview/1/" labels: jenkins: "slave" jenkins/label-digest: "4562fcdce2ac028e4528a4abb35827c06cf48917" jenkins/label: "californium-website-preview_1-5g4g1" name: "californium-website-preview-1-5g4g1-btzd9-v3xv1" namespace: "californium" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.californium.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "californium-website-preview-1-5g4g1-btzd9-v3xv1" - name: "JENKINS_NAME" value: "californium-website-preview-1-5g4g1-btzd9-v3xv1" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.californium.svc.cluster.local/californium/" - name: "HOME" value: "/home/jenkins" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.13.3" name: "jnlp" resources: limits: memory: "512Mi" cpu: "1" requests: memory: "512Mi" cpu: "1" volumeMounts: - mountPath: "/home/jenkins/.ssh" name: "volume-known-hosts" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - command: - "cat" image: "cibuilds/hugo:0.102" name: "hugo" resources: limits: memory: "512Mi" cpu: "1" requests: memory: "512Mi" cpu: "1" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - emptyDir: medium: "" name: "workspace-volume" - configMap: name: "known-hosts" name: "volume-known-hosts" Running on californium-website-preview-1-5g4g1-btzd9-v3xv1 in /home/jenkins/agent/workspace/californium-website-preview [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/californium-website-preview/californium [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git No credentials specified Cloning the remote Git repository Cloning repository https://github.com/bosch-io/californium.git > git init /home/jenkins/agent/workspace/californium-website-preview/californium # timeout=10 Fetching upstream changes from https://github.com/bosch-io/californium.git > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- https://github.com/bosch-io/californium.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 064983c26ab29fdcab94fc2cb916502182a2c956 (origin/push_website_to_github) > git config remote.origin.url https://github.com/bosch-io/californium.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse origin/push_website_to_github^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 064983c26ab29fdcab94fc2cb916502182a2c956 # timeout=10 Commit message: "Push web site files to GitHub repo" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.syna-theme.url # timeout=10 > git config -f .gitmodules --get submodule.syna-theme.path # timeout=10 > git submodule update --init --recursive site/themes/syna # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // dir [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 15 min [Pipeline] { [Pipeline] stage [Pipeline] { (Clone Californium web site repository) [Pipeline] sshagent [ssh-agent] Using credentials eclipse-californium-bot (GitHub bot (SSH)) [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-48a3JOmwwF7J/agent.340 SSH_AGENT_PID=342 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/californium-website-preview@tmp/private_key_4238394154634737333.key (/home/jenkins/agent/workspace/californium-website-preview@tmp/private_key_4238394154634737333.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh Cloning into '/home/jenkins/agent/workspace/californium-website-preview/www'... scrubbing web site directory... [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 342 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build web site (main) using Hugo) [Pipeline] container [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/californium-website-preview/californium/site [Pipeline] { [Pipeline] sh Start building sites … hugo v0.102.3-b76146b129d7caa52417f8e914fc5b9271bf56fc+extended linux/amd64 BuildDate=2022-09-01T10:16:19Z VendorInfo=gohugoio INFO 2022/09/28 11:35:44 syncing static files to / WARN 2022/09/28 11:35:45 .File.Dir on zero object. Wrap it in if or with: {{ with .File }}{{ .Dir }}{{ end }} | EN -------------------+----- Pages | 36 Paginator pages | 0 Non-page files | 1 Static files | 57 Processed images | 0 Aliases | 0 Sitemaps | 1 Cleaned | 0 Total in 622 ms [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Push to web site main branch) [Pipeline] sshagent [ssh-agent] Using credentials eclipse-californium-bot (GitHub bot (SSH)) [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-5EW9ve0nxWhW/agent.370 SSH_AGENT_PID=372 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/californium-website-preview@tmp/private_key_3558030641175816200.key (/home/jenkins/agent/workspace/californium-website-preview@tmp/private_key_3558030641175816200.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh changes have been detected, publishing to Californium website repo on GitHub [main 8eeb985] Website build californium-website-preview-1 1 file changed, 1 insertion(+), 1 deletion(-) To ssh://github.com/eclipse-californium/californium-website.git f582fae..8eeb985 HEAD -> main [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 372 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] End of Pipeline Finished: SUCCESS