Started by user Thomas Jaeckle Running as Thomas Jaeckle [Pipeline] Start of Pipeline [Pipeline] echo [WARNING] label option is deprecated. To use a static pod template, use the 'inheritFrom' option. [Pipeline] podTemplate [Pipeline] { [Pipeline] node Created Pod: kubernetes ditto/ruby-jekyll-pod-b6dwx-r0gt7 Still waiting to schedule task ‘ruby-jekyll-pod-b6dwx-r0gt7’ is offline Agent ruby-jekyll-pod-b6dwx-r0gt7 is provisioned from template ruby-jekyll-pod-b6dwx --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins-ui.ditto.svc.cluster.local/ditto/job/website-build-and-deploy-fast-ruby/4/" runUrl: "job/website-build-and-deploy-fast-ruby/4/" labels: jenkins: "slave" jenkins/label-digest: "39f451274c7e3c894919780ee6a71acd96bcd8d5" jenkins/label: "ruby-jekyll-pod" name: "ruby-jekyll-pod-b6dwx-r0gt7" namespace: "ditto" spec: containers: - command: - "cat" image: "ruby:3.2.1" name: "ruby" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.ditto.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "ruby-jekyll-pod-b6dwx-r0gt7" - name: "JENKINS_NAME" value: "ruby-jekyll-pod-b6dwx-r0gt7" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.ditto.svc.cluster.local/ditto/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc" name: "jnlp" resources: requests: memory: "256Mi" cpu: "100m" volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - emptyDir: medium: "" name: "workspace-volume" Running on ruby-jekyll-pod-b6dwx-r0gt7 in /home/jenkins/agent/workspace/website-build-and-deploy-fast-ruby [Pipeline] { [Pipeline] stage [Pipeline] { (Install bundler) [Pipeline] container [Pipeline] { [Pipeline] sh + gem install bundler -v 2.3.7 Successfully installed bundler-2.3.7 1 gem installed [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Checkout Ditto master) [Pipeline] container [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/website-build-and-deploy-fast-ruby/ditto [Pipeline] { [Pipeline] git The recommended git tool is: NONE No credentials specified Warning: JENKINS-30600: special launcher org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1@83256778; decorates RemoteLauncher[hudson.remoting.Channel@fed1d1b8:JNLP4-connect connection from 10.40.42.223/10.40.42.223:40314] will be ignored (a typical symptom is the Git executable not being run inside a designated container) Cloning the remote Git repository Cloning repository https://github.com/eclipse-ditto/ditto.git > git init /home/jenkins/agent/workspace/website-build-and-deploy-fast-ruby/ditto # timeout=10 Fetching upstream changes from https://github.com/eclipse-ditto/ditto.git > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- https://github.com/eclipse-ditto/ditto.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/eclipse-ditto/ditto.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 6a467669592caf92b57622b98548036546a36cea (refs/remotes/origin/master) > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6a467669592caf92b57622b98548036546a36cea # timeout=10 > git branch -a -v --no-abbrev # timeout=10 > git checkout -b master 6a467669592caf92b57622b98548036546a36cea # timeout=10 Commit message: "fix eTag handling in UI, replacing "weak" on GET for all resources" First time build. Skipping changelog. [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Checkout Ditto release-3.5) [Pipeline] container [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/website-build-and-deploy-fast-ruby/ditto-release-3.5 [Pipeline] { [Pipeline] git The recommended git tool is: NONE No credentials specified Warning: JENKINS-30600: special launcher org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1@ed8b2fe0; decorates RemoteLauncher[hudson.remoting.Channel@fed1d1b8:JNLP4-connect connection from 10.40.42.223/10.40.42.223:40314] will be ignored (a typical symptom is the Git executable not being run inside a designated container) Cloning the remote Git repository Cloning repository https://github.com/eclipse-ditto/ditto.git > git init /home/jenkins/agent/workspace/website-build-and-deploy-fast-ruby/ditto-release-3.5 # timeout=10 Fetching upstream changes from https://github.com/eclipse-ditto/ditto.git > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- https://github.com/eclipse-ditto/ditto.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 20e59f896b81455c7f2ba216a20d90ec3755fe01 (refs/remotes/origin/release-3.5) > git config remote.origin.url https://github.com/eclipse-ditto/ditto.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/release-3.5^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 20e59f896b81455c7f2ba216a20d90ec3755fe01 # timeout=10 Commit message: "prepared Helm chart for Ditto 3.5.4" > git branch -a -v --no-abbrev # timeout=10 > git checkout -b release-3.5 20e59f896b81455c7f2ba216a20d90ec3755fe01 # timeout=10 > git rev-list --no-walk 20e59f896b81455c7f2ba216a20d90ec3755fe01 # timeout=10 [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build documentation for master) [Pipeline] container [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/website-build-and-deploy-fast-ruby/ditto/documentation/src/main/resources [Pipeline] { [Pipeline] sh + bundle install `/` is not writable. Bundler will use `/tmp/bundler20240409-41-1p6zy241' as your home directory temporarily. Fetching gem metadata from https://rubygems.org/........... Resolving dependencies.... Using bundler 2.3.7 Fetching unicode-display_width 2.4.2 Using rexml 3.2.5 Fetching mercenary 0.4.0 Fetching safe_yaml 1.0.5 Fetching webrick 1.7.0 Fetching public_suffix 5.0.1 Fetching colorator 1.1.0 Fetching ffi 1.15.5 Fetching rb-fsevent 0.11.2 Fetching concurrent-ruby 1.2.0 Fetching eventmachine 1.2.7 Fetching liquid 4.0.4 Fetching rouge 4.1.0 Fetching http_parser.rb 0.8.0 Fetching forwardable-extended 2.6.0 Fetching kramdown 2.4.0 Fetching google-protobuf 3.22.0 (x86_64-linux) Installing forwardable-extended 2.6.0 Installing colorator 1.1.0 Installing unicode-display_width 2.4.2 Installing safe_yaml 1.0.5 Installing mercenary 0.4.0 Installing webrick 1.7.0 Installing rb-fsevent 0.11.2 Installing liquid 4.0.4 Installing public_suffix 5.0.1 Fetching pathutil 0.16.2 Installing kramdown 2.4.0 Fetching terminal-table 3.0.2 Installing pathutil 0.16.2 Installing http_parser.rb 0.8.0 with native extensions Installing eventmachine 1.2.7 with native extensions Installing terminal-table 3.0.2 Installing concurrent-ruby 1.2.0 Installing rouge 4.1.0 Fetching addressable 2.8.1 Installing google-protobuf 3.22.0 (x86_64-linux) Installing ffi 1.15.5 with native extensions Installing addressable 2.8.1 Killed [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build documentation for release-3.5) Stage "Build documentation for release-3.5" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Checkout website) Stage "Checkout website" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish website) Stage "Publish website" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] End of Pipeline ERROR: script returned exit code 137 Finished: FAILURE