Skip to content

Console Output

Started by user Thomas Jaeckle
Running as Thomas Jaeckle
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor
Agent basic-vm6bp is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-vm6bp"
  namespace: "ditto"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.ditto.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-vm6bp"
    - 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-vm6bp"
    - 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-4.13.3"
    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
      subPath: ""
    - 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-ditto"
      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"

Running on basic-vm6bp in /home/jenkins/agent/workspace/website-build-and-deploy-full
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Checkout Ditto master)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/website-build-and-deploy-full/ditto
[Pipeline] {
[Pipeline] git
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse/ditto.git
 > git init /home/jenkins/agent/workspace/website-build-and-deploy-full/ditto # timeout=10
Fetching upstream changes from https://github.com/eclipse/ditto.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/eclipse/ditto.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 9d7097d8f478410d278aeb4123a036f539406d0f (refs/remotes/origin/master)
 > git config remote.origin.url https://github.com/eclipse/ditto.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9d7097d8f478410d278aeb4123a036f539406d0f # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b master 9d7097d8f478410d278aeb4123a036f539406d0f # timeout=10
Commit message: "applied migration of website from eclipse.org/ditto to websites.eclipseprojects.io/ditto"
 > git rev-list --no-walk 5d8b4f547d5880b79ddd12ed0cd3deb01bd9ced0 # timeout=10
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Checkout Ditto release-1.0)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/website-build-and-deploy-full/ditto-release-1.0
[Pipeline] {
[Pipeline] git
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse/ditto.git
 > git init /home/jenkins/agent/workspace/website-build-and-deploy-full/ditto-release-1.0 # timeout=10
Fetching upstream changes from https://github.com/eclipse/ditto.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/eclipse/ditto.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 2a2353a9f128c2542ecb52bb1f68ee6de500bd0a (refs/remotes/origin/release-1.0)
 > git config remote.origin.url https://github.com/eclipse/ditto.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/release-1.0^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2a2353a9f128c2542ecb52bb1f68ee6de500bd0a # timeout=10
Commit message: "update gem-maven-plugin version to 2.0.1"
First time build. Skipping changelog.
[Pipeline] }
[Pipeline] // dir
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b release-1.0 2a2353a9f128c2542ecb52bb1f68ee6de500bd0a # timeout=10
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Checkout Ditto release-1.1)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/website-build-and-deploy-full/ditto-release-1.1
[Pipeline] {
[Pipeline] git
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse/ditto.git
 > git init /home/jenkins/agent/workspace/website-build-and-deploy-full/ditto-release-1.1 # timeout=10
Fetching upstream changes from https://github.com/eclipse/ditto.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/eclipse/ditto.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision f046867aefee746bf5665e04c1903ad249083a1c (refs/remotes/origin/release-1.1)
 > git config remote.origin.url https://github.com/eclipse/ditto.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/release-1.1^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f046867aefee746bf5665e04c1903ad249083a1c # timeout=10
Commit message: "add version 1.5 to website version picker"
First time build. Skipping changelog.
[Pipeline] }
[Pipeline] // dir
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b release-1.1 f046867aefee746bf5665e04c1903ad249083a1c # timeout=10
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Checkout Ditto release-1.2)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/website-build-and-deploy-full/ditto-release-1.2
[Pipeline] {
[Pipeline] git
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse/ditto.git
 > git init /home/jenkins/agent/workspace/website-build-and-deploy-full/ditto-release-1.2 # timeout=10
Fetching upstream changes from https://github.com/eclipse/ditto.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/eclipse/ditto.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 9422119c1533e1e8e2b235c86830c47b69a6cce8 (refs/remotes/origin/release-1.2)
 > git config remote.origin.url https://github.com/eclipse/ditto.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/release-1.2^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9422119c1533e1e8e2b235c86830c47b69a6cce8 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b release-1.2 9422119c1533e1e8e2b235c86830c47b69a6cce8 # timeout=10
Commit message: "add version 1.5 to website version picker"
First time build. Skipping changelog.
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Checkout Ditto release-1.3)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/website-build-and-deploy-full/ditto-release-1.3
[Pipeline] {
[Pipeline] git
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse/ditto.git
 > git init /home/jenkins/agent/workspace/website-build-and-deploy-full/ditto-release-1.3 # timeout=10
Fetching upstream changes from https://github.com/eclipse/ditto.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/eclipse/ditto.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision a363177cce156b04d852f9c3f1040021d2d7c54a (refs/remotes/origin/release-1.3)
Commit message: "add version 1.5 to website version picker"
First time build. Skipping changelog.
 > git config remote.origin.url https://github.com/eclipse/ditto.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/release-1.3^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a363177cce156b04d852f9c3f1040021d2d7c54a # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b release-1.3 a363177cce156b04d852f9c3f1040021d2d7c54a # timeout=10
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Checkout Ditto release-1.4)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/website-build-and-deploy-full/ditto-release-1.4
[Pipeline] {
[Pipeline] git
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse/ditto.git
 > git init /home/jenkins/agent/workspace/website-build-and-deploy-full/ditto-release-1.4 # timeout=10
Fetching upstream changes from https://github.com/eclipse/ditto.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/eclipse/ditto.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 8261b77342026ec4e70132b0aaa3c0503baa05c7 (refs/remotes/origin/release-1.4)
Commit message: "add version 1.5 to website version picker"
First time build. Skipping changelog.
[Pipeline] }
[Pipeline] // dir
 > git config remote.origin.url https://github.com/eclipse/ditto.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/release-1.4^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8261b77342026ec4e70132b0aaa3c0503baa05c7 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b release-1.4 8261b77342026ec4e70132b0aaa3c0503baa05c7 # timeout=10
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Checkout Ditto release-1.5)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/website-build-and-deploy-full/ditto-release-1.5
[Pipeline] {
[Pipeline] git
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse/ditto.git
 > git init /home/jenkins/agent/workspace/website-build-and-deploy-full/ditto-release-1.5 # timeout=10
Fetching upstream changes from https://github.com/eclipse/ditto.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/eclipse/ditto.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision c102e7f4a5214940ac5bcdb324ed55451bcd3a6a (refs/remotes/origin/release-1.5)
 > git config remote.origin.url https://github.com/eclipse/ditto.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/release-1.5^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c102e7f4a5214940ac5bcdb324ed55451bcd3a6a # timeout=10
Commit message: "fixed typo"
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b release-1.5 c102e7f4a5214940ac5bcdb324ed55451bcd3a6a # timeout=10
 > git rev-list --no-walk c102e7f4a5214940ac5bcdb324ed55451bcd3a6a # timeout=10
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Checkout Ditto release-2.0)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/website-build-and-deploy-full/ditto-release-2.0
[Pipeline] {
[Pipeline] git
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse/ditto.git
 > git init /home/jenkins/agent/workspace/website-build-and-deploy-full/ditto-release-2.0 # timeout=10
Fetching upstream changes from https://github.com/eclipse/ditto.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/eclipse/ditto.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 59906804c7f6ad27d51b7546829eb3ca45606e1a (refs/remotes/origin/release-2.0)
Commit message: "adjusted example usage of Ditto Java Client"
 > git config remote.origin.url https://github.com/eclipse/ditto.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/release-2.0^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 59906804c7f6ad27d51b7546829eb3ca45606e1a # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b release-2.0 59906804c7f6ad27d51b7546829eb3ca45606e1a # timeout=10
 > git rev-list --no-walk 59906804c7f6ad27d51b7546829eb3ca45606e1a # timeout=10
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Checkout Ditto release-2.1)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/website-build-and-deploy-full/ditto-release-2.1
[Pipeline] {
[Pipeline] git
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse/ditto.git
 > git init /home/jenkins/agent/workspace/website-build-and-deploy-full/ditto-release-2.1 # timeout=10
Fetching upstream changes from https://github.com/eclipse/ditto.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/eclipse/ditto.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 442052cac24a919a4f47c8af35e15f78f1216b3b (refs/remotes/origin/release-2.1)
 > git config remote.origin.url https://github.com/eclipse/ditto.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/release-2.1^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 442052cac24a919a4f47c8af35e15f78f1216b3b # timeout=10
Commit message: "adjusted release notes wording on update of logback"
First time build. Skipping changelog.
[Pipeline] }
[Pipeline] // dir
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b release-2.1 442052cac24a919a4f47c8af35e15f78f1216b3b # timeout=10
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Checkout Ditto release-2.2)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/website-build-and-deploy-full/ditto-release-2.2
[Pipeline] {
[Pipeline] git
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse/ditto.git
 > git init /home/jenkins/agent/workspace/website-build-and-deploy-full/ditto-release-2.2 # timeout=10
Fetching upstream changes from https://github.com/eclipse/ditto.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/eclipse/ditto.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 37843145fbdea8bb0d71cafd1d3f02f846593a2b (refs/remotes/origin/release-2.2)
 > git config remote.origin.url https://github.com/eclipse/ditto.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/release-2.2^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 37843145fbdea8bb0d71cafd1d3f02f846593a2b # timeout=10
Commit message: "added Ditto 2.2.2 relase notes"
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b release-2.2 37843145fbdea8bb0d71cafd1d3f02f846593a2b # timeout=10
 > git rev-list --no-walk 099e27f1ef3382d70227c4e3122f79fd821b6cfd # timeout=10
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Checkout Ditto release-2.3)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/website-build-and-deploy-full/ditto-release-2.3
[Pipeline] {
[Pipeline] git
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse/ditto.git
 > git init /home/jenkins/agent/workspace/website-build-and-deploy-full/ditto-release-2.3 # timeout=10
Fetching upstream changes from https://github.com/eclipse/ditto.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/eclipse/ditto.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 00020db553d169e08a2f53b57ce38a49c42e288c (refs/remotes/origin/release-2.3)
 > git config remote.origin.url https://github.com/eclipse/ditto.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/release-2.3^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 00020db553d169e08a2f53b57ce38a49c42e288c # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b release-2.3 00020db553d169e08a2f53b57ce38a49c42e288c # timeout=10
Commit message: "added release notes for Ditto 2.3.2"
 > git rev-list --no-walk e9f87b234ec05e9806f36b223d7a65938b3dd269 # timeout=10
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Checkout Ditto release-2.4)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/website-build-and-deploy-full/ditto-release-2.4
[Pipeline] {
[Pipeline] git
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse/ditto.git
 > git init /home/jenkins/agent/workspace/website-build-and-deploy-full/ditto-release-2.4 # timeout=10
Fetching upstream changes from https://github.com/eclipse/ditto.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/eclipse/ditto.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision b856c20134cd660ada872b0ace7e43ba75037ff6 (refs/remotes/origin/release-2.4)
 > git config remote.origin.url https://github.com/eclipse/ditto.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/release-2.4^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b856c20134cd660ada872b0ace7e43ba75037ff6 # timeout=10
Commit message: "added Ditto 2.4.1 release notes"
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b release-2.4 b856c20134cd660ada872b0ace7e43ba75037ff6 # timeout=10
 > git rev-list --no-walk b856c20134cd660ada872b0ace7e43ba75037ff6 # timeout=10
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build documentation for master)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/website-build-and-deploy-full/ditto
[Pipeline] {
[Pipeline] sh
+ mvn --batch-mode --errors clean package -Pbuild-documentation --projects documentation --also-make
Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0)
Maven home: /opt/tools/apache-maven/latest
Java version: 17.0.3, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-17/jdk-17.0.3+7
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix"
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.eclipse.ditto:ditto-edge-service:jar:0-SNAPSHOT
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: com.typesafe.akka:akka-testkit_${scala.version}:jar -> duplicate declaration of version (?) @ org.eclipse.ditto:ditto-edge-service:${revision}, /home/jenkins/agent/workspace/website-build-and-deploy-full/ditto/edge/service/pom.xml, line 122, column 21
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[WARNING] The project org.eclipse.ditto:ditto:pom:0-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Eclipse Ditto                                                      [pom]
[INFO] Eclipse Ditto :: Documentation                                     [pom]
[INFO] 
[INFO] ----------------------< org.eclipse.ditto:ditto >-----------------------
[INFO] Building Eclipse Ditto 0-SNAPSHOT                                  [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto ---
[INFO] 
[INFO] --- flatten-maven-plugin:1.2.7:clean (flatten.clean) @ ditto ---
[INFO] 
[INFO] --- license-maven-plugin:4.1:check (default) @ ditto ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (prepare-agent) @ ditto ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/website-build-and-deploy-full/ditto/target/jacoco.exec
[INFO] 
[INFO] --- license-maven-plugin:2.0.0:add-third-party (default-cli) @ ditto ---
[WARNING] The goal is skip due to packaging 'pom'
[INFO] 
[INFO] --- flatten-maven-plugin:1.2.7:flatten (flatten) @ ditto ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto:pom:0-SNAPSHOT...
[INFO] 
[INFO] --- maven-dependency-plugin:3.2.0:unpack-dependencies (copy-legal-docs) @ ditto ---
[INFO] 
[INFO] ---------------< org.eclipse.ditto:ditto-documentation >----------------
[INFO] Building Eclipse Ditto :: Documentation 0-SNAPSHOT                 [2/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-documentation ---
[INFO] 
[INFO] --- flatten-maven-plugin:1.2.7:clean (flatten.clean) @ ditto-documentation ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (prepare-agent) @ ditto-documentation ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/website-build-and-deploy-full/ditto/documentation/target/jacoco.exec
[INFO] 
[INFO] --- gem-maven-plugin:2.0.1:exec (generate-documentation) @ ditto-documentation ---
[WARNING] OpenJDK 64-Bit Server VM warning: Ignoring option --illegal-access=warn; support was removed in 17.0

[INFO] Successfully installed jekyll-3.6.2
[INFO] Successfully installed addressable-2.5.2
[INFO] Successfully installed public_suffix-3.0.1
[INFO] Successfully installed colorator-1.1.0
[INFO] Successfully installed jekyll-sass-converter-1.5.0
[INFO] Successfully installed sass-3.5.3
[INFO] Successfully installed sass-listen-4.0.0
[INFO] Successfully installed jekyll-watch-1.5.0
[INFO] Successfully installed listen-3.0.8
[INFO] Successfully installed rb-fsevent-0.10.2
[INFO] Successfully installed rb-inotify-0.9.10
[INFO] Successfully installed ffi-1.9.18-java
[INFO] Successfully installed kramdown-1.15.0
[INFO] Successfully installed liquid-4.0.0
[INFO] Successfully installed mercenary-0.3.6
[INFO] Successfully installed pathutil-0.16.0
[INFO] Successfully installed forwardable-extended-2.6.0
[INFO] Successfully installed rouge-2.2.1
[INFO] Successfully installed safe_yaml-1.0.4
[INFO] Successfully installed jekyll-sitemap-1.1.1
[INFO] 20 gems installed
[WARNING] OpenJDK 64-Bit Server VM warning: Ignoring option --illegal-access=warn; support was removed in 17.0
2022-09-05T07:14:31.346Z [main] WARN FilenoUtil : Native subprocess control requires open access to the JDK IO subsystem
Pass '--add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.base/java.io=ALL-UNNAMED' to enable.

[WARNING] OpenJDK 64-Bit Server VM warning: Ignoring option --illegal-access=warn; support was removed in 17.0
2022-09-05T07:14:46.702Z [main] WARN FilenoUtil : Native subprocess control requires open access to the JDK IO subsystem
Pass '--add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.base/java.io=ALL-UNNAMED' to enable.

[INFO] Configuration file: /home/jenkins/agent/workspace/website-build-and-deploy-full/ditto/documentation/src/main/resources/_config.yml
[INFO]             Source: /home/jenkins/agent/workspace/website-build-and-deploy-full/ditto/documentation/src/main/resources
[INFO]        Destination: /home/jenkins/agent/workspace/website-build-and-deploy-full/ditto/documentation/target/classes
[INFO]  Incremental build: disabled. Enable with --incremental
[INFO]       Generating... 
[INFO]                     done in 22.172 seconds.
[INFO]  Auto-regeneration: disabled. Use --watch to enable.
[WARNING] OpenJDK 64-Bit Server VM warning: Ignoring option --illegal-access=warn; support was removed in 17.0
2022-09-05T07:14:49.067Z [main] WARN FilenoUtil : Native subprocess control requires open access to the JDK IO subsystem
Pass '--add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.base/java.io=ALL-UNNAMED' to enable.

[INFO] 
[INFO] --- flatten-maven-plugin:1.2.7:flatten (flatten) @ ditto-documentation ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-documentation:pom:0-SNAPSHOT...
[INFO] 
[INFO] --- maven-assembly-plugin:3.3.0:single (make-assembly) @ ditto-documentation ---
[INFO] Reading assembly descriptor: src/main/resources/assembly.xml
[INFO] Building zip: /home/jenkins/agent/workspace/website-build-and-deploy-full/ditto/documentation/target/ditto-documentation-0-SNAPSHOT-site.zip
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Eclipse Ditto 0-SNAPSHOT:
[INFO] 
[INFO] Eclipse Ditto ...................................... SUCCESS [ 32.555 s]
[INFO] Eclipse Ditto :: Documentation ..................... SUCCESS [01:04 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:56 min
[INFO] Finished at: 2022-09-05T07:15:16Z
[INFO] ------------------------------------------------------------------------
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build documentation for release-1.0)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/website-build-and-deploy-full/ditto-release-1.0
[Pipeline] {
[Pipeline] sh
+ mvn --batch-mode --errors clean package -Pbuild-documentation --projects documentation --also-make
Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0)
Maven home: /opt/tools/apache-maven/latest
Java version: 17.0.3, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-17/jdk-17.0.3+7
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix"
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.eclipse.ditto:ditto-services-gateway-util:jar:0-SNAPSHOT
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.eclipse.ditto:ditto-services-base:jar -> duplicate declaration of version (?) @ org.eclipse.ditto:ditto-services-gateway-util:${revision}, /home/jenkins/agent/workspace/website-build-and-deploy-full/ditto-release-1.0/services/gateway/util/pom.xml, line 118, column 21
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[WARNING] The project org.eclipse.ditto:ditto:pom:0-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Eclipse Ditto                                                      [pom]
[INFO] Eclipse Ditto :: Documentation                                     [pom]
[INFO] 
[INFO] ----------------------< org.eclipse.ditto:ditto >-----------------------
[INFO] Building Eclipse Ditto 0-SNAPSHOT                                  [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto ---
[INFO] 
[INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto ---
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ ditto ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/website-build-and-deploy-full/ditto-release-1.0/target/jacoco.exec -Dfile.encoding=UTF-8
[INFO] 
[INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto ---
[WARNING] The goal is skip due to packaging 'pom'
[INFO] 
[INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto:pom:0-SNAPSHOT...
[INFO] 
[INFO] --- maven-dependency-plugin:3.0.2:unpack-dependencies (copy-legal-docs) @ ditto ---
[INFO] 
[INFO] ---------------< org.eclipse.ditto:ditto-documentation >----------------
[INFO] Building Eclipse Ditto :: Documentation 0-SNAPSHOT                 [2/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-documentation ---
[INFO] 
[INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-documentation ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-documentation ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/website-build-and-deploy-full/ditto-release-1.0/documentation/target/jacoco.exec -Dfile.encoding=UTF-8
[INFO] 
[INFO] --- gem-maven-plugin:2.0.1:exec (generate-documentation) @ ditto-documentation ---
[WARNING] OpenJDK 64-Bit Server VM warning: Ignoring option --illegal-access=warn; support was removed in 17.0
unsupported Java version "17", defaulting to 1.7

[INFO] Successfully installed jekyll-3.6.2
[INFO] Successfully installed addressable-2.5.2
[INFO] Successfully installed public_suffix-3.0.1
[INFO] Successfully installed colorator-1.1.0
[INFO] Successfully installed jekyll-sass-converter-1.5.0
[INFO] Successfully installed sass-3.5.3
[INFO] Successfully installed sass-listen-4.0.0
[INFO] Successfully installed jekyll-watch-1.5.0
[INFO] Successfully installed listen-3.0.8
[INFO] Successfully installed rb-fsevent-0.10.2
[INFO] Successfully installed rb-inotify-0.9.10
[INFO] Successfully installed ffi-1.9.18-java
[INFO] Successfully installed kramdown-1.15.0
[INFO] Successfully installed liquid-4.0.0
[INFO] Successfully installed mercenary-0.3.6
[INFO] Successfully installed pathutil-0.16.0
[INFO] Successfully installed forwardable-extended-2.6.0
[INFO] Successfully installed rouge-2.2.1
[INFO] Successfully installed safe_yaml-1.0.4
[INFO] Successfully installed jekyll-sitemap-1.1.1
[INFO] 20 gems installed
[WARNING] OpenJDK 64-Bit Server VM warning: Ignoring option --illegal-access=warn; support was removed in 17.0
unsupported Java version "17", defaulting to 1.7

[WARNING] OpenJDK 64-Bit Server VM warning: Ignoring option --illegal-access=warn; support was removed in 17.0
unsupported Java version "17", defaulting to 1.7

[INFO] Configuration file: /home/jenkins/agent/workspace/website-build-and-deploy-full/ditto-release-1.0/documentation/src/main/resources/_config.yml
[INFO]             Source: /home/jenkins/agent/workspace/website-build-and-deploy-full/ditto-release-1.0/documentation/src/main/resources
[INFO]        Destination: /home/jenkins/agent/workspace/website-build-and-deploy-full/ditto-release-1.0/documentation/target/classes
[INFO]  Incremental build: disabled. Enable with --incremental
[INFO]       Generating... 
[INFO]                     done in 17.2 seconds.
[INFO]  Auto-regeneration: disabled. Use --watch to enable.
[WARNING] OpenJDK 64-Bit Server VM warning: Ignoring option --illegal-access=warn; support was removed in 17.0
unsupported Java version "17", defaulting to 1.7

[INFO] 
[INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto-documentation ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-documentation:pom:0-SNAPSHOT...
[INFO] 
[INFO] --- maven-assembly-plugin:3.1.0:single (make-assembly) @ ditto-documentation ---
[INFO] Reading assembly descriptor: src/main/resources/assembly.xml
[INFO] Building zip: /home/jenkins/agent/workspace/website-build-and-deploy-full/ditto-release-1.0/documentation/target/ditto-documentation-0-SNAPSHOT-site.zip
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Eclipse Ditto 0-SNAPSHOT:
[INFO] 
[INFO] Eclipse Ditto ...................................... SUCCESS [ 15.565 s]
[INFO] Eclipse Ditto :: Documentation ..................... SUCCESS [ 42.638 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:04 min
[INFO] Finished at: 2022-09-05T07:16:36Z
[INFO] ------------------------------------------------------------------------
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build documentation for release-1.1)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/website-build-and-deploy-full/ditto-release-1.1
[Pipeline] {
[Pipeline] sh
+ mvn --batch-mode --errors clean package -Pbuild-documentation --projects documentation --also-make
Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0)
Maven home: /opt/tools/apache-maven/latest
Java version: 17.0.3, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-17/jdk-17.0.3+7
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix"
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.eclipse.ditto:ditto-services-gateway-util:jar:0-SNAPSHOT
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.eclipse.ditto:ditto-services-base:jar -> duplicate declaration of version (?) @ org.eclipse.ditto:ditto-services-gateway-util:${revision}, /home/jenkins/agent/workspace/website-build-and-deploy-full/ditto-release-1.1/services/gateway/util/pom.xml, line 118, column 21
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[WARNING] The project org.eclipse.ditto:ditto:pom:0-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Eclipse Ditto                                                      [pom]
[INFO] Eclipse Ditto :: Documentation                                     [pom]
[INFO] 
[INFO] ----------------------< org.eclipse.ditto:ditto >-----------------------
[INFO] Building Eclipse Ditto 0-SNAPSHOT                                  [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto ---
[INFO] 
[INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto ---
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ ditto ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/website-build-and-deploy-full/ditto-release-1.1/target/jacoco.exec -Dfile.encoding=UTF-8
[INFO] 
[INFO] --- license-maven-plugin:1.17:add-third-party (default-cli) @ ditto ---
[WARNING] The goal is skip due to packaging 'pom'
[INFO] 
[INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto:pom:0-SNAPSHOT...
[INFO] 
[INFO] --- maven-dependency-plugin:3.0.2:unpack-dependencies (copy-legal-docs) @ ditto ---
[INFO] 
[INFO] ---------------< org.eclipse.ditto:ditto-documentation >----------------
[INFO] Building Eclipse Ditto :: Documentation 0-SNAPSHOT                 [2/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-documentation ---
[INFO] 
[INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-documentation ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-documentation ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/website-build-and-deploy-full/ditto-release-1.1/documentation/target/jacoco.exec -Dfile.encoding=UTF-8
[INFO] 
[INFO] --- gem-maven-plugin:1.1.5:exec (generate-documentation) @ ditto-documentation ---
[INFO] unsupported Java version "17", defaulting to 1.7
[INFO] ERROR:  Loading command: install (LoadError)
[INFO] 	load error: rubygems/security -- java.lang.reflect.InaccessibleObjectException: Unable to make field private java.security.Provider java.security.MessageDigest.provider accessible: module java.base does not "opens java.security" to unnamed module @37468787
[INFO] ERROR:  While executing gem ... (NoMethodError)
[INFO]     undefined method `invoke_with_build_args' for nil:NilClass
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Eclipse Ditto 0-SNAPSHOT:
[INFO] 
[INFO] Eclipse Ditto ...................................... SUCCESS [  3.066 s]
[INFO] Eclipse Ditto :: Documentation ..................... FAILURE [  7.130 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  11.728 s
[INFO] Finished at: 2022-09-05T07:17:03Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal de.saumya.mojo:gem-maven-plugin:1.1.5:exec (generate-documentation) on project ditto-documentation: Execution generate-documentation of goal de.saumya.mojo:gem-maven-plugin:1.1.5:exec failed: Java returned: 1 -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal de.saumya.mojo:gem-maven-plugin:1.1.5:exec (generate-documentation) on project ditto-documentation: Execution generate-documentation of goal de.saumya.mojo:gem-maven-plugin:1.1.5:exec failed: Java returned: 1
    at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:306)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:211)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:165)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:157)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:121)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:127)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:568)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
Caused by: org.apache.maven.plugin.PluginExecutionException: Execution generate-documentation of goal de.saumya.mojo:gem-maven-plugin:1.1.5:exec failed: Java returned: 1
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:148)
    at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:301)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:211)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:165)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:157)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:121)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:127)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:568)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
Caused by: org.apache.tools.ant.ExitStatusException: Java returned: 1
    at org.apache.tools.ant.taskdefs.Java.execute (Java.java:111)
    at de.saumya.mojo.ruby.script.AntLauncher.doExecute (AntLauncher.java:107)
    at de.saumya.mojo.ruby.script.AntLauncher.executeScript (AntLauncher.java:174)
    at de.saumya.mojo.ruby.script.AntLauncher.executeScript (AntLauncher.java:159)
    at de.saumya.mojo.ruby.script.AntLauncher.executeScript (AntLauncher.java:153)
    at de.saumya.mojo.ruby.script.Script.execute (Script.java:81)
    at de.saumya.mojo.ruby.gems.GemsInstaller.installGems (GemsInstaller.java:196)
    at de.saumya.mojo.ruby.gems.GemsInstaller.installGems (GemsInstaller.java:114)
    at de.saumya.mojo.ruby.gems.GemsInstaller.installGems (GemsInstaller.java:102)
    at de.saumya.mojo.ruby.gems.GemsInstaller.installPom (GemsInstaller.java:61)
    at de.saumya.mojo.gem.AbstractGemMojo.executeJRuby (AbstractGemMojo.java:378)
    at de.saumya.mojo.jruby.AbstractJRubyMojo.execute (AbstractJRubyMojo.java:293)
    at de.saumya.mojo.gem.AbstractGemMojo.execute (AbstractGemMojo.java:238)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:301)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:211)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:165)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:157)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:121)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:127)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:568)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :ditto-documentation
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build documentation for release-1.2)
Stage "Build documentation for release-1.2" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build documentation for release-1.3)
Stage "Build documentation for release-1.3" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build documentation for release-1.4)
Stage "Build documentation for release-1.4" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build documentation for release-1.5)
Stage "Build documentation for release-1.5" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build documentation for release-2.0)
Stage "Build documentation for release-2.0" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build documentation for release-2.1)
Stage "Build documentation for release-2.1" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build documentation for release-2.2)
Stage "Build documentation for release-2.2" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build documentation for release-2.3)
Stage "Build documentation for release-2.3" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build documentation for release-2.4)
Stage "Build documentation for release-2.4" 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] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 1
Finished: FAILURE