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
Still waiting to schedule task
Waiting for next available executor
Created Pod: kubernetes ditto/ruby-jekyll-pod-ct3s9-cdswn
Agent ruby-jekyll-pod-ct3s9-cdswn is provisioned from template ruby-jekyll-pod-ct3s9
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.ditto.svc.cluster.local/ditto/job/website-build-and-deploy-fast-ruby/5/"
    runUrl: "job/website-build-and-deploy-fast-ruby/5/"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "39f451274c7e3c894919780ee6a71acd96bcd8d5"
    jenkins/label: "ruby-jekyll-pod"
  name: "ruby-jekyll-pod-ct3s9-cdswn"
  namespace: "ditto"
spec:
  containers:
  - command:
    - "cat"
    image: "ruby:3.2.1"
    name: "ruby"
    resources:
      limits:
        memory: "2Gi"
        cpu: "1"
      requests:
        memory: "2Gi"
        cpu: "1"
    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-ct3s9-cdswn"
    - name: "JENKINS_NAME"
      value: "ruby-jekyll-pod-ct3s9-cdswn"
    - 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-ct3s9-cdswn 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@90bee67e; decorates RemoteLauncher[hudson.remoting.Channel@cac0a78:JNLP4-connect connection from 10.40.71.70/10.40.71.70:45688] 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@2f9fd69e; decorates RemoteLauncher[hudson.remoting.Channel@cac0a78:JNLP4-connect connection from 10.40.71.70/10.40.71.70:45688] 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-ihadyl41' 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 liquid 4.0.4
Fetching rouge 4.1.0
Fetching webrick 1.7.0
Fetching concurrent-ruby 1.2.0
Fetching eventmachine 1.2.7
Fetching ffi 1.15.5
Fetching mercenary 0.4.0
Fetching safe_yaml 1.0.5
Fetching rb-fsevent 0.11.2
Fetching colorator 1.1.0
Fetching http_parser.rb 0.8.0
Fetching forwardable-extended 2.6.0
Fetching public_suffix 5.0.1
Fetching google-protobuf 3.22.0 (x86_64-linux)
Fetching kramdown 2.4.0
Installing forwardable-extended 2.6.0
Installing colorator 1.1.0
Installing unicode-display_width 2.4.2
Installing mercenary 0.4.0
Installing safe_yaml 1.0.5
Installing rb-fsevent 0.11.2
Installing webrick 1.7.0
Installing liquid 4.0.4
Installing public_suffix 5.0.1
Installing kramdown 2.4.0
Fetching pathutil 0.16.2
Installing http_parser.rb 0.8.0 with native extensions
Fetching terminal-table 3.0.2
Installing pathutil 0.16.2
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
Fetching i18n 1.12.0
Installing i18n 1.12.0
Fetching sass-embedded 1.58.3 (x86_64-linux-gnu)
Fetching kramdown-parser-gfm 1.1.0
Installing kramdown-parser-gfm 1.1.0
Installing sass-embedded 1.58.3 (x86_64-linux-gnu)
Fetching jekyll-sass-converter 3.0.0
Installing jekyll-sass-converter 3.0.0
Fetching rb-inotify 0.10.1
Installing rb-inotify 0.10.1
Fetching listen 3.8.0
Installing listen 3.8.0
Fetching jekyll-watch 2.2.1
Installing jekyll-watch 2.2.1
Fetching em-websocket 0.5.3
Installing em-websocket 0.5.3
Fetching jekyll 4.3.2
Installing jekyll 4.3.2
Fetching jekyll-sitemap 1.4.0
Installing jekyll-sitemap 1.4.0
Bundle complete! 4 Gemfile dependencies, 31 gems now installed.
Use `bundle info [gemname]` to see where a bundled gem is installed.
[Pipeline] sh
+ jekyll build
Configuration file: /home/jenkins/agent/workspace/website-build-and-deploy-fast-ruby/ditto/documentation/src/main/resources/_config.yml
            Source: /home/jenkins/agent/workspace/website-build-and-deploy-fast-ruby/ditto/documentation/src/main/resources
       Destination: /home/jenkins/agent/workspace/website-build-and-deploy-fast-ruby/ditto/documentation/src/main/resources/_site
 Incremental build: disabled. Enable with --incremental
      Generating... 
                    done in 6.692 seconds.
 Auto-regeneration: disabled. Use --watch to enable.
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build documentation for release-3.5)
[Pipeline] dir
Running in /home/jenkins/agent/workspace/website-build-and-deploy-fast-ruby/ditto-release-3.5/documentation/src/main/resources
[Pipeline] {
[Pipeline] sh
+ bundle install
/home/jenkins/agent/workspace/website-build-and-deploy-fast-ruby/ditto-release-3.5/documentation/src/main/resources@tmp/durable-6b5d0489/script.sh: line 1: bundle: command not found
[Pipeline] }
[Pipeline] // dir
[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 127
Finished: FAILURE