Skip to content

Console Output

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-5bhcz-91vjp
Still waiting to schedule task
‘ruby-jekyll-pod-5bhcz-91vjp’ is offline
Agent ruby-jekyll-pod-5bhcz-91vjp is provisioned from template ruby-jekyll-pod-5bhcz
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.ditto.svc.cluster.local/ditto/job/website-build-and-deploy-fast-ruby/3/"
    runUrl: "job/website-build-and-deploy-fast-ruby/3/"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "39f451274c7e3c894919780ee6a71acd96bcd8d5"
    jenkins/label: "ruby-jekyll-pod"
  name: "ruby-jekyll-pod-5bhcz-91vjp"
  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-5bhcz-91vjp"
    - name: "JENKINS_NAME"
      value: "ruby-jekyll-pod-5bhcz-91vjp"
    - 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-5bhcz-91vjp 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.5.7
Successfully installed bundler-2.5.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@9036493f; decorates RemoteLauncher[hudson.remoting.Channel@a35fa526:JNLP4-connect connection from 10.40.66.253/10.40.66.253:41482] 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
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
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b master 6a467669592caf92b57622b98548036546a36cea # timeout=10
[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@55efc58; decorates RemoteLauncher[hudson.remoting.Channel@a35fa526:JNLP4-connect connection from 10.40.66.253/10.40.66.253:41482] 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
 > 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
Checking out Revision 20e59f896b81455c7f2ba216a20d90ec3755fe01 (refs/remotes/origin/release-3.5)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 20e59f896b81455c7f2ba216a20d90ec3755fe01 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b release-3.5 20e59f896b81455c7f2ba216a20d90ec3755fe01 # timeout=10
Commit message: "prepared Helm chart for Ditto 3.5.4"
First time build. Skipping changelog.
[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
Bundler 2.5.7 is running, but your lockfile was generated with 2.3.7. Installing Bundler 2.3.7 and restarting using that version.
`/` is not writable.
Bundler will use `/tmp/bundler20240409-41-spqu6u41' as your home directory temporarily.
Fetching gem metadata from https://rubygems.org/.
Fetching bundler 2.3.7
Installing bundler 2.3.7
`/` is not writable.
Bundler will use `/tmp/bundler20240409-41-7scthp41' as your home directory temporarily.
Fetching gem metadata from https://rubygems.org/...........
Resolving dependencies.......
Using bundler 2.3.7
Using rexml 3.2.5
Fetching rouge 4.1.0
Fetching unicode-display_width 2.4.2
Fetching forwardable-extended 2.6.0
Fetching mercenary 0.4.0
Fetching kramdown 2.4.0
Fetching liquid 4.0.4
Fetching public_suffix 5.0.1
Fetching concurrent-ruby 1.2.0
Fetching ffi 1.15.5
Fetching google-protobuf 3.22.0 (x86_64-linux)
Fetching webrick 1.7.0
Fetching colorator 1.1.0
Fetching eventmachine 1.2.7
Fetching rb-fsevent 0.11.2
Fetching safe_yaml 1.0.5
Fetching http_parser.rb 0.8.0
Installing colorator 1.1.0
Installing forwardable-extended 2.6.0
Installing unicode-display_width 2.4.2
Installing mercenary 0.4.0
Installing safe_yaml 1.0.5
Installing webrick 1.7.0
Installing rb-fsevent 0.11.2
Installing liquid 4.0.4
Installing public_suffix 5.0.1
Installing kramdown 2.4.0
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