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-nc226 is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-nc226" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.ditto.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-nc226" - 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-nc226" - 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.11.2" 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-nc226 in /home/jenkins/agent/workspace/website-build-and-deploy-full [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Tool Install) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Checkout Ditto master) [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 9f2714f50faca3668f28b6ace634cd53d15c6b31 (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 9f2714f50faca3668f28b6ace634cd53d15c6b31 # timeout=10 > git branch -a -v --no-abbrev # timeout=10 > git checkout -b master 9f2714f50faca3668f28b6ace634cd53d15c6b31 # timeout=10 Commit message: "Merge pull request #1367 from bosch-io/bugfix/IlleaglArgumentException_in_OutboundMappingProcessorActor" > 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] 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 5629badda327b42065c4af598a94db3acbd5b2a3 (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 5629badda327b42065c4af598a94db3acbd5b2a3 # timeout=10 Commit message: "add version 1.5 to website version picker" First time build. Skipping changelog. [Pipeline] } [Pipeline] // dir [Pipeline] } > git branch -a -v --no-abbrev # timeout=10 > git checkout -b release-1.0 5629badda327b42065c4af598a94db3acbd5b2a3 # timeout=10 [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Checkout Ditto release-1.1) [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. > git branch -a -v --no-abbrev # timeout=10 > git checkout -b release-1.1 f046867aefee746bf5665e04c1903ad249083a1c # timeout=10 [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Checkout Ditto release-1.2) [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 Commit message: "add version 1.5 to website version picker" First time build. Skipping changelog. [Pipeline] } [Pipeline] // dir [Pipeline] } > git branch -a -v --no-abbrev # timeout=10 > git checkout -b release-1.2 9422119c1533e1e8e2b235c86830c47b69a6cce8 # timeout=10 [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Checkout Ditto release-1.3) [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) > 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 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.3 a363177cce156b04d852f9c3f1040021d2d7c54a # timeout=10 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Checkout Ditto release-1.4) [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) > 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 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.4 8261b77342026ec4e70132b0aaa3c0503baa05c7 # timeout=10 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Checkout Ditto release-1.5) [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 > git branch -a -v --no-abbrev # timeout=10 > git checkout -b release-1.5 c102e7f4a5214940ac5bcdb324ed55451bcd3a6a # timeout=10 Commit message: "fixed typo" > 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] 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) > 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 Commit message: "adjusted example usage of Ditto Java Client" > 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] 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 > git branch -a -v --no-abbrev # timeout=10 > git checkout -b release-2.1 442052cac24a919a4f47c8af35e15f78f1216b3b # timeout=10 Commit message: "adjusted release notes wording on update of logback" First time build. Skipping changelog. [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Checkout Ditto release-2.2) [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 > git branch -a -v --no-abbrev # timeout=10 > git checkout -b release-2.2 37843145fbdea8bb0d71cafd1d3f02f846593a2b # timeout=10 Commit message: "added Ditto 2.2.2 relase notes" > 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] 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 e9f87b234ec05e9806f36b223d7a65938b3dd269 (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 e9f87b234ec05e9806f36b223d7a65938b3dd269 # timeout=10 Commit message: "added release notes for Ditto 2.3.2 to sidebar" First time build. Skipping changelog. [Pipeline] } [Pipeline] // dir [Pipeline] } > git branch -a -v --no-abbrev # timeout=10 > git checkout -b release-2.3 e9f87b234ec05e9806f36b223d7a65938b3dd269 # timeout=10 [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Checkout Ditto release-2.4) [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 9f2714f50faca3668f28b6ace634cd53d15c6b31 (refs/remotes/origin/release-2.4) Commit message: "Merge pull request #1367 from bosch-io/bugfix/IlleaglArgumentException_in_OutboundMappingProcessorActor" [Pipeline] } > 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 9f2714f50faca3668f28b6ace634cd53d15c6b31 # timeout=10 > git branch -a -v --no-abbrev # timeout=10 > git checkout -b release-2.4 9f2714f50faca3668f28b6ace634cd53d15c6b31 # timeout=10 [Pipeline] // dir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build documentation for master) [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.4 (9b656c72d54e5bacbed989b64718c159fe39b537) Maven home: /opt/tools/apache-maven/latest Java version: 11.0.14.1, vendor: International Business Machines Corporation, runtime: /opt/java/openjdk 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] 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 true 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 ]--------------------------------- WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.jruby.ext.zlib.RubyZlib (file:/home/jenkins/.m2/repository/org/jruby/jruby-core/9.1.17.0/jruby-core-9.1.17.0.jar) to field java.util.zip.CRC32.crc WARNING: Please consider reporting this to the maintainers of org.jruby.ext.zlib.RubyZlib WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release [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 --- [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 [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 53.485 seconds. [INFO] Auto-regeneration: disabled. Use --watch 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 [ 25.460 s] [INFO] Eclipse Ditto :: Documentation ..................... SUCCESS [01:52 min] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 02:34 min [INFO] Finished at: 2022-04-14T13:15:27Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build documentation for release-1.0) [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.4 (9b656c72d54e5bacbed989b64718c159fe39b537) Maven home: /opt/tools/apache-maven/latest Java version: 11.0.14.1, vendor: International Business Machines Corporation, runtime: /opt/java/openjdk 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 true 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 --- [WARNING] The artifact xml-apis:xml-apis:jar:2.0.2 has been relocated to xml-apis:xml-apis:jar:1.0.b2 [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:1.1.5:exec (generate-documentation) @ ditto-documentation --- WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.jruby.ext.zlib.RubyZlib (file:/home/jenkins/.m2/repository/org/jruby/jruby-core/9.1.17.0/jruby-core-9.1.17.0.jar) to field java.util.zip.CRC32.crc WARNING: Please consider reporting this to the maintainers of org.jruby.ext.zlib.RubyZlib WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release [INFO] unsupported Java version "11", defaulting to 1.7 [INFO] WARNING: An illegal reflective access operation has occurred [INFO] WARNING: Illegal reflective access by org.jruby.util.io.FilenoUtil to method sun.nio.ch.SelChImpl.getFD() [INFO] WARNING: Please consider reporting this to the maintainers of org.jruby.util.io.FilenoUtil [INFO] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations [INFO] WARNING: All illegal access operations will be denied in a future release [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 [INFO] unsupported Java version "11", defaulting to 1.7 [INFO] WARNING: An illegal reflective access operation has occurred [INFO] WARNING: Illegal reflective access by org.jruby.util.io.FilenoUtil to method sun.nio.ch.SelChImpl.getFD() [INFO] WARNING: Please consider reporting this to the maintainers of org.jruby.util.io.FilenoUtil [INFO] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations [INFO] WARNING: All illegal access operations will be denied in a future release [INFO] unsupported Java version "11", defaulting to 1.7 [INFO] WARNING: An illegal reflective access operation has occurred [INFO] WARNING: Illegal reflective access by org.jruby.util.io.FilenoUtil to method sun.nio.ch.SelChImpl.getFD() [INFO] WARNING: Please consider reporting this to the maintainers of org.jruby.util.io.FilenoUtil [INFO] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations [INFO] WARNING: All illegal access operations will be denied in a future release [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 38.252 seconds. [INFO] Auto-regeneration: disabled. Use --watch to enable. [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 [ 12.895 s] [INFO] Eclipse Ditto :: Documentation ..................... SUCCESS [01:18 min] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:39 min [INFO] Finished at: 2022-04-14T13:17:22Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build documentation for release-1.1) [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.4 (9b656c72d54e5bacbed989b64718c159fe39b537) Maven home: /opt/tools/apache-maven/latest Java version: 11.0.14.1, vendor: International Business Machines Corporation, runtime: /opt/java/openjdk 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 true 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 --- [WARNING] The artifact xml-apis:xml-apis:jar:2.0.2 has been relocated to xml-apis:xml-apis:jar:1.0.b2 [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 "11", defaulting to 1.7 [INFO] WARNING: An illegal reflective access operation has occurred [INFO] WARNING: Illegal reflective access by org.jruby.util.io.FilenoUtil to method sun.nio.ch.SelChImpl.getFD() [INFO] WARNING: Please consider reporting this to the maintainers of org.jruby.util.io.FilenoUtil [INFO] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations [INFO] WARNING: All illegal access operations will be denied in a future release [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 [INFO] unsupported Java version "11", defaulting to 1.7 [INFO] WARNING: An illegal reflective access operation has occurred [INFO] WARNING: Illegal reflective access by org.jruby.util.io.FilenoUtil to method sun.nio.ch.SelChImpl.getFD() [INFO] WARNING: Please consider reporting this to the maintainers of org.jruby.util.io.FilenoUtil [INFO] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations [INFO] WARNING: All illegal access operations will be denied in a future release [INFO] unsupported Java version "11", defaulting to 1.7 [INFO] WARNING: An illegal reflective access operation has occurred [INFO] WARNING: Illegal reflective access by org.jruby.util.io.FilenoUtil to method sun.nio.ch.SelChImpl.getFD() [INFO] WARNING: Please consider reporting this to the maintainers of org.jruby.util.io.FilenoUtil [INFO] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations [INFO] WARNING: All illegal access operations will be denied in a future release [INFO] Configuration file: /home/jenkins/agent/workspace/website-build-and-deploy-full/ditto-release-1.1/documentation/src/main/resources/_config.yml [INFO] Source: /home/jenkins/agent/workspace/website-build-and-deploy-full/ditto-release-1.1/documentation/src/main/resources [INFO] Destination: /home/jenkins/agent/workspace/website-build-and-deploy-full/ditto-release-1.1/documentation/target/classes [INFO] Incremental build: disabled. Enable with --incremental [INFO] Generating... [INFO] done in 37.623 seconds. [INFO] Auto-regeneration: disabled. Use --watch to enable. [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.1/documentation/target/ditto-documentation-0-SNAPSHOT-site.zip [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Eclipse Ditto 0-SNAPSHOT: [INFO] [INFO] Eclipse Ditto ...................................... SUCCESS [ 3.870 s] [INFO] Eclipse Ditto :: Documentation ..................... SUCCESS [01:04 min] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:10 min [INFO] Finished at: 2022-04-14T13:18:47Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build documentation for release-1.2) [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] sh + mvn --batch-mode --errors clean package -Pbuild-documentation --projects documentation --also-make Apache Maven 3.8.4 (9b656c72d54e5bacbed989b64718c159fe39b537) Maven home: /opt/tools/apache-maven/latest Java version: 11.0.14.1, vendor: International Business Machines Corporation, runtime: /opt/java/openjdk 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] 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 true 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 --- [WARNING] The artifact xml-apis:xml-apis:jar:2.0.2 has been relocated to xml-apis:xml-apis:jar:1.0.b2 [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.2/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.2/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 "11", defaulting to 1.7 [INFO] WARNING: An illegal reflective access operation has occurred [INFO] WARNING: Illegal reflective access by org.jruby.util.io.FilenoUtil to method sun.nio.ch.SelChImpl.getFD() [INFO] WARNING: Please consider reporting this to the maintainers of org.jruby.util.io.FilenoUtil [INFO] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations [INFO] WARNING: All illegal access operations will be denied in a future release [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 [INFO] unsupported Java version "11", defaulting to 1.7 [INFO] WARNING: An illegal reflective access operation has occurred [INFO] WARNING: Illegal reflective access by org.jruby.util.io.FilenoUtil to method sun.nio.ch.SelChImpl.getFD() [INFO] WARNING: Please consider reporting this to the maintainers of org.jruby.util.io.FilenoUtil [INFO] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations [INFO] WARNING: All illegal access operations will be denied in a future release [INFO] unsupported Java version "11", defaulting to 1.7 [INFO] WARNING: An illegal reflective access operation has occurred [INFO] WARNING: Illegal reflective access by org.jruby.util.io.FilenoUtil to method sun.nio.ch.SelChImpl.getFD() [INFO] WARNING: Please consider reporting this to the maintainers of org.jruby.util.io.FilenoUtil [INFO] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations [INFO] WARNING: All illegal access operations will be denied in a future release [INFO] Configuration file: /home/jenkins/agent/workspace/website-build-and-deploy-full/ditto-release-1.2/documentation/src/main/resources/_config.yml [INFO] Source: /home/jenkins/agent/workspace/website-build-and-deploy-full/ditto-release-1.2/documentation/src/main/resources [INFO] Destination: /home/jenkins/agent/workspace/website-build-and-deploy-full/ditto-release-1.2/documentation/target/classes [INFO] Incremental build: disabled. Enable with --incremental [INFO] Generating... [INFO] done in 38.22 seconds. [INFO] Auto-regeneration: disabled. Use --watch to enable. [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.2/documentation/target/ditto-documentation-0-SNAPSHOT-site.zip [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Eclipse Ditto 0-SNAPSHOT: [INFO] [INFO] Eclipse Ditto ...................................... SUCCESS [ 3.904 s] [INFO] Eclipse Ditto :: Documentation ..................... SUCCESS [01:04 min] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:10 min [INFO] Finished at: 2022-04-14T13:20:12Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build documentation for release-1.3) [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] sh + mvn --batch-mode --errors clean package -Pbuild-documentation --projects documentation --also-make Apache Maven 3.8.4 (9b656c72d54e5bacbed989b64718c159fe39b537) Maven home: /opt/tools/apache-maven/latest Java version: 11.0.14.1, vendor: International Business Machines Corporation, runtime: /opt/java/openjdk 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] 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 true 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 --- [WARNING] The artifact xml-apis:xml-apis:jar:2.0.2 has been relocated to xml-apis:xml-apis:jar:1.0.b2 [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.3/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.3/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 "11", defaulting to 1.7 [INFO] WARNING: An illegal reflective access operation has occurred [INFO] WARNING: Illegal reflective access by org.jruby.util.io.FilenoUtil to method sun.nio.ch.SelChImpl.getFD() [INFO] WARNING: Please consider reporting this to the maintainers of org.jruby.util.io.FilenoUtil [INFO] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations [INFO] WARNING: All illegal access operations will be denied in a future release [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 [INFO] unsupported Java version "11", defaulting to 1.7 [INFO] WARNING: An illegal reflective access operation has occurred [INFO] WARNING: Illegal reflective access by org.jruby.util.io.FilenoUtil to method sun.nio.ch.SelChImpl.getFD() [INFO] WARNING: Please consider reporting this to the maintainers of org.jruby.util.io.FilenoUtil [INFO] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations [INFO] WARNING: All illegal access operations will be denied in a future release [INFO] unsupported Java version "11", defaulting to 1.7 [INFO] WARNING: An illegal reflective access operation has occurred [INFO] WARNING: Illegal reflective access by org.jruby.util.io.FilenoUtil to method sun.nio.ch.SelChImpl.getFD() [INFO] WARNING: Please consider reporting this to the maintainers of org.jruby.util.io.FilenoUtil [INFO] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations [INFO] WARNING: All illegal access operations will be denied in a future release [INFO] Configuration file: /home/jenkins/agent/workspace/website-build-and-deploy-full/ditto-release-1.3/documentation/src/main/resources/_config.yml [INFO] Source: /home/jenkins/agent/workspace/website-build-and-deploy-full/ditto-release-1.3/documentation/src/main/resources [INFO] Destination: /home/jenkins/agent/workspace/website-build-and-deploy-full/ditto-release-1.3/documentation/target/classes [INFO] Incremental build: disabled. Enable with --incremental [INFO] Generating... [INFO] done in 39.2 seconds. [INFO] Auto-regeneration: disabled. Use --watch to enable. [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.3/documentation/target/ditto-documentation-0-SNAPSHOT-site.zip [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Eclipse Ditto 0-SNAPSHOT: [INFO] [INFO] Eclipse Ditto ...................................... SUCCESS [ 4.422 s] [INFO] Eclipse Ditto :: Documentation ..................... SUCCESS [01:06 min] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:13 min [INFO] Finished at: 2022-04-14T13:21:39Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build documentation for release-1.4) [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] sh + mvn --batch-mode --errors clean package -Pbuild-documentation --projects documentation --also-make Apache Maven 3.8.4 (9b656c72d54e5bacbed989b64718c159fe39b537) Maven home: /opt/tools/apache-maven/latest Java version: 11.0.14.1, vendor: International Business Machines Corporation, runtime: /opt/java/openjdk 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] 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 true 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 --- [WARNING] The artifact xml-apis:xml-apis:jar:2.0.2 has been relocated to xml-apis:xml-apis:jar:1.0.b2 [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.4/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.4/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 "11", defaulting to 1.7 [INFO] WARNING: An illegal reflective access operation has occurred [INFO] WARNING: Illegal reflective access by org.jruby.util.io.FilenoUtil to method sun.nio.ch.SelChImpl.getFD() [INFO] WARNING: Please consider reporting this to the maintainers of org.jruby.util.io.FilenoUtil [INFO] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations [INFO] WARNING: All illegal access operations will be denied in a future release [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 [INFO] unsupported Java version "11", defaulting to 1.7 [INFO] WARNING: An illegal reflective access operation has occurred [INFO] WARNING: Illegal reflective access by org.jruby.util.io.FilenoUtil to method sun.nio.ch.SelChImpl.getFD() [INFO] WARNING: Please consider reporting this to the maintainers of org.jruby.util.io.FilenoUtil [INFO] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations [INFO] WARNING: All illegal access operations will be denied in a future release [INFO] unsupported Java version "11", defaulting to 1.7 [INFO] WARNING: An illegal reflective access operation has occurred [INFO] WARNING: Illegal reflective access by org.jruby.util.io.FilenoUtil to method sun.nio.ch.SelChImpl.getFD() [INFO] WARNING: Please consider reporting this to the maintainers of org.jruby.util.io.FilenoUtil [INFO] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations [INFO] WARNING: All illegal access operations will be denied in a future release [INFO] Configuration file: /home/jenkins/agent/workspace/website-build-and-deploy-full/ditto-release-1.4/documentation/src/main/resources/_config.yml [INFO] Source: /home/jenkins/agent/workspace/website-build-and-deploy-full/ditto-release-1.4/documentation/src/main/resources [INFO] Destination: /home/jenkins/agent/workspace/website-build-and-deploy-full/ditto-release-1.4/documentation/target/classes [INFO] Incremental build: disabled. Enable with --incremental [INFO] Generating... [INFO] done in 38.1 seconds. [INFO] Auto-regeneration: disabled. Use --watch to enable. [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.4/documentation/target/ditto-documentation-0-SNAPSHOT-site.zip [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Eclipse Ditto 0-SNAPSHOT: [INFO] [INFO] Eclipse Ditto ...................................... SUCCESS [ 4.059 s] [INFO] Eclipse Ditto :: Documentation ..................... SUCCESS [01:04 min] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:11 min [INFO] Finished at: 2022-04-14T13:23:04Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build documentation for release-1.5) [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] sh + mvn --batch-mode --errors clean package -Pbuild-documentation --projects documentation --also-make Apache Maven 3.8.4 (9b656c72d54e5bacbed989b64718c159fe39b537) Maven home: /opt/tools/apache-maven/latest Java version: 11.0.14.1, vendor: International Business Machines Corporation, runtime: /opt/java/openjdk 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] 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 true 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 --- [WARNING] The artifact xml-apis:xml-apis:jar:2.0.2 has been relocated to xml-apis:xml-apis:jar:1.0.b2 [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.5/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.5/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 "11", defaulting to 1.7 [INFO] WARNING: An illegal reflective access operation has occurred [INFO] WARNING: Illegal reflective access by org.jruby.util.io.FilenoUtil to method sun.nio.ch.SelChImpl.getFD() [INFO] WARNING: Please consider reporting this to the maintainers of org.jruby.util.io.FilenoUtil [INFO] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations [INFO] WARNING: All illegal access operations will be denied in a future release [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 [INFO] unsupported Java version "11", defaulting to 1.7 [INFO] WARNING: An illegal reflective access operation has occurred [INFO] WARNING: Illegal reflective access by org.jruby.util.io.FilenoUtil to method sun.nio.ch.SelChImpl.getFD() [INFO] WARNING: Please consider reporting this to the maintainers of org.jruby.util.io.FilenoUtil [INFO] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations [INFO] WARNING: All illegal access operations will be denied in a future release [INFO] unsupported Java version "11", defaulting to 1.7 [INFO] WARNING: An illegal reflective access operation has occurred [INFO] WARNING: Illegal reflective access by org.jruby.util.io.FilenoUtil to method sun.nio.ch.SelChImpl.getFD() [INFO] WARNING: Please consider reporting this to the maintainers of org.jruby.util.io.FilenoUtil [INFO] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations [INFO] WARNING: All illegal access operations will be denied in a future release [INFO] Configuration file: /home/jenkins/agent/workspace/website-build-and-deploy-full/ditto-release-1.5/documentation/src/main/resources/_config.yml [INFO] Source: /home/jenkins/agent/workspace/website-build-and-deploy-full/ditto-release-1.5/documentation/src/main/resources [INFO] Destination: /home/jenkins/agent/workspace/website-build-and-deploy-full/ditto-release-1.5/documentation/target/classes [INFO] Incremental build: disabled. Enable with --incremental [INFO] Generating... [INFO] done in 41.397 seconds. [INFO] Auto-regeneration: disabled. Use --watch to enable. [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.5/documentation/target/ditto-documentation-0-SNAPSHOT-site.zip [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Eclipse Ditto 0-SNAPSHOT: [INFO] [INFO] Eclipse Ditto ...................................... SUCCESS [ 4.425 s] [INFO] Eclipse Ditto :: Documentation ..................... SUCCESS [01:07 min] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:14 min [INFO] Finished at: 2022-04-14T13:24:39Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build documentation for release-2.0) [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] sh + mvn --batch-mode --errors clean package -Pbuild-documentation --projects documentation --also-make Apache Maven 3.8.4 (9b656c72d54e5bacbed989b64718c159fe39b537) Maven home: /opt/tools/apache-maven/latest Java version: 11.0.14.1, vendor: International Business Machines Corporation, runtime: /opt/java/openjdk 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] 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.5: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 true 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 --- [WARNING] The artifact xml-apis:xml-apis:jar:2.0.2 has been relocated to xml-apis:xml-apis:jar:1.0.b2 [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-2.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.2.5:flatten (flatten) @ ditto --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto:pom:0-SNAPSHOT... [INFO] [INFO] --- maven-dependency-plugin:3.1.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.2.5: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-2.0/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 "11", defaulting to 1.7 [INFO] WARNING: An illegal reflective access operation has occurred [INFO] WARNING: Illegal reflective access by org.jruby.util.io.FilenoUtil to method sun.nio.ch.SelChImpl.getFD() [INFO] WARNING: Please consider reporting this to the maintainers of org.jruby.util.io.FilenoUtil [INFO] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations [INFO] WARNING: All illegal access operations will be denied in a future release [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 [INFO] unsupported Java version "11", defaulting to 1.7 [INFO] WARNING: An illegal reflective access operation has occurred [INFO] WARNING: Illegal reflective access by org.jruby.util.io.FilenoUtil to method sun.nio.ch.SelChImpl.getFD() [INFO] WARNING: Please consider reporting this to the maintainers of org.jruby.util.io.FilenoUtil [INFO] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations [INFO] WARNING: All illegal access operations will be denied in a future release [INFO] unsupported Java version "11", defaulting to 1.7 [INFO] WARNING: An illegal reflective access operation has occurred [INFO] WARNING: Illegal reflective access by org.jruby.util.io.FilenoUtil to method sun.nio.ch.SelChImpl.getFD() [INFO] WARNING: Please consider reporting this to the maintainers of org.jruby.util.io.FilenoUtil [INFO] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations [INFO] WARNING: All illegal access operations will be denied in a future release [INFO] Configuration file: /home/jenkins/agent/workspace/website-build-and-deploy-full/ditto-release-2.0/documentation/src/main/resources/_config.yml [INFO] Source: /home/jenkins/agent/workspace/website-build-and-deploy-full/ditto-release-2.0/documentation/src/main/resources [INFO] Destination: /home/jenkins/agent/workspace/website-build-and-deploy-full/ditto-release-2.0/documentation/target/classes [INFO] Incremental build: disabled. Enable with --incremental [INFO] Generating... [INFO] done in 47.472 seconds. [INFO] Auto-regeneration: disabled. Use --watch to enable. [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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-2.0/documentation/target/ditto-documentation-0-SNAPSHOT-site.zip [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Eclipse Ditto 0-SNAPSHOT: [INFO] [INFO] Eclipse Ditto ...................................... SUCCESS [ 7.166 s] [INFO] Eclipse Ditto :: Documentation ..................... SUCCESS [01:14 min] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:25 min [INFO] Finished at: 2022-04-14T13:26:23Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build documentation for release-2.1) [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] sh + mvn --batch-mode --errors clean package -Pbuild-documentation --projects documentation --also-make Apache Maven 3.8.4 (9b656c72d54e5bacbed989b64718c159fe39b537) Maven home: /opt/tools/apache-maven/latest Java version: 11.0.14.1, vendor: International Business Machines Corporation, runtime: /opt/java/openjdk 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] 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.5: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 true 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 --- [WARNING] The artifact xml-apis:xml-apis:jar:2.0.2 has been relocated to xml-apis:xml-apis:jar:1.0.b2 [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-2.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.2.5:flatten (flatten) @ ditto --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto:pom:0-SNAPSHOT... [INFO] [INFO] --- maven-dependency-plugin:3.1.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.2.5: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-2.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 "11", defaulting to 1.7 [INFO] WARNING: An illegal reflective access operation has occurred [INFO] WARNING: Illegal reflective access by org.jruby.util.io.FilenoUtil to method sun.nio.ch.SelChImpl.getFD() [INFO] WARNING: Please consider reporting this to the maintainers of org.jruby.util.io.FilenoUtil [INFO] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations [INFO] WARNING: All illegal access operations will be denied in a future release [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 [INFO] unsupported Java version "11", defaulting to 1.7 [INFO] WARNING: An illegal reflective access operation has occurred [INFO] WARNING: Illegal reflective access by org.jruby.util.io.FilenoUtil to method sun.nio.ch.SelChImpl.getFD() [INFO] WARNING: Please consider reporting this to the maintainers of org.jruby.util.io.FilenoUtil [INFO] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations [INFO] WARNING: All illegal access operations will be denied in a future release [INFO] unsupported Java version "11", defaulting to 1.7 [INFO] WARNING: An illegal reflective access operation has occurred [INFO] WARNING: Illegal reflective access by org.jruby.util.io.FilenoUtil to method sun.nio.ch.SelChImpl.getFD() [INFO] WARNING: Please consider reporting this to the maintainers of org.jruby.util.io.FilenoUtil [INFO] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations [INFO] WARNING: All illegal access operations will be denied in a future release [INFO] Configuration file: /home/jenkins/agent/workspace/website-build-and-deploy-full/ditto-release-2.1/documentation/src/main/resources/_config.yml [INFO] Source: /home/jenkins/agent/workspace/website-build-and-deploy-full/ditto-release-2.1/documentation/src/main/resources [INFO] Destination: /home/jenkins/agent/workspace/website-build-and-deploy-full/ditto-release-2.1/documentation/target/classes [INFO] Incremental build: disabled. Enable with --incremental [INFO] Generating... [INFO] done in 48.888 seconds. [INFO] Auto-regeneration: disabled. Use --watch to enable. [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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-2.1/documentation/target/ditto-documentation-0-SNAPSHOT-site.zip [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Eclipse Ditto 0-SNAPSHOT: [INFO] [INFO] Eclipse Ditto ...................................... SUCCESS [ 4.252 s] [INFO] Eclipse Ditto :: Documentation ..................... SUCCESS [01:15 min] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:23 min [INFO] Finished at: 2022-04-14T13:28:08Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build documentation for release-2.2) [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] sh + mvn --batch-mode --errors clean package -Pbuild-documentation --projects documentation --also-make Apache Maven 3.8.4 (9b656c72d54e5bacbed989b64718c159fe39b537) Maven home: /opt/tools/apache-maven/latest Java version: 11.0.14.1, vendor: International Business Machines Corporation, runtime: /opt/java/openjdk 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] 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.5: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 true 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 --- [WARNING] The artifact xml-apis:xml-apis:jar:2.0.2 has been relocated to xml-apis:xml-apis:jar:1.0.b2 [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-2.2/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.2.5:flatten (flatten) @ ditto --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto:pom:0-SNAPSHOT... [INFO] [INFO] --- maven-dependency-plugin:3.1.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.2.5: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-2.2/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 "11", defaulting to 1.7 [INFO] WARNING: An illegal reflective access operation has occurred [INFO] WARNING: Illegal reflective access by org.jruby.util.io.FilenoUtil to method sun.nio.ch.SelChImpl.getFD() [INFO] WARNING: Please consider reporting this to the maintainers of org.jruby.util.io.FilenoUtil [INFO] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations [INFO] WARNING: All illegal access operations will be denied in a future release [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 [INFO] unsupported Java version "11", defaulting to 1.7 [INFO] WARNING: An illegal reflective access operation has occurred [INFO] WARNING: Illegal reflective access by org.jruby.util.io.FilenoUtil to method sun.nio.ch.SelChImpl.getFD() [INFO] WARNING: Please consider reporting this to the maintainers of org.jruby.util.io.FilenoUtil [INFO] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations [INFO] WARNING: All illegal access operations will be denied in a future release [INFO] unsupported Java version "11", defaulting to 1.7 [INFO] WARNING: An illegal reflective access operation has occurred [INFO] WARNING: Illegal reflective access by org.jruby.util.io.FilenoUtil to method sun.nio.ch.SelChImpl.getFD() [INFO] WARNING: Please consider reporting this to the maintainers of org.jruby.util.io.FilenoUtil [INFO] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations [INFO] WARNING: All illegal access operations will be denied in a future release [INFO] Configuration file: /home/jenkins/agent/workspace/website-build-and-deploy-full/ditto-release-2.2/documentation/src/main/resources/_config.yml [INFO] Source: /home/jenkins/agent/workspace/website-build-and-deploy-full/ditto-release-2.2/documentation/src/main/resources [INFO] Destination: /home/jenkins/agent/workspace/website-build-and-deploy-full/ditto-release-2.2/documentation/target/classes [INFO] Incremental build: disabled. Enable with --incremental [INFO] Generating... [INFO] done in 48.215 seconds. [INFO] Auto-regeneration: disabled. Use --watch to enable. [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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-2.2/documentation/target/ditto-documentation-0-SNAPSHOT-site.zip [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Eclipse Ditto 0-SNAPSHOT: [INFO] [INFO] Eclipse Ditto ...................................... SUCCESS [ 4.931 s] [INFO] Eclipse Ditto :: Documentation ..................... SUCCESS [01:14 min] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:21 min [INFO] Finished at: 2022-04-14T13:29:49Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build documentation for release-2.3) [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] sh + mvn --batch-mode --errors clean package -Pbuild-documentation --projects documentation --also-make Apache Maven 3.8.4 (9b656c72d54e5bacbed989b64718c159fe39b537) Maven home: /opt/tools/apache-maven/latest Java version: 11.0.14.1, vendor: International Business Machines Corporation, runtime: /opt/java/openjdk 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] 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.5: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 true 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 --- [WARNING] The artifact xml-apis:xml-apis:jar:2.0.2 has been relocated to xml-apis:xml-apis:jar:1.0.b2 [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-2.3/target/jacoco.exec -Dfile.encoding=UTF-8 [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.5:flatten (flatten) @ ditto --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto:pom:0-SNAPSHOT... [INFO] [INFO] --- maven-dependency-plugin:3.1.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.2.5: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-2.3/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 "11", defaulting to 1.7 [INFO] WARNING: An illegal reflective access operation has occurred [INFO] WARNING: Illegal reflective access by org.jruby.util.io.FilenoUtil to method sun.nio.ch.SelChImpl.getFD() [INFO] WARNING: Please consider reporting this to the maintainers of org.jruby.util.io.FilenoUtil [INFO] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations [INFO] WARNING: All illegal access operations will be denied in a future release [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 [INFO] unsupported Java version "11", defaulting to 1.7 [INFO] WARNING: An illegal reflective access operation has occurred [INFO] WARNING: Illegal reflective access by org.jruby.util.io.FilenoUtil to method sun.nio.ch.SelChImpl.getFD() [INFO] WARNING: Please consider reporting this to the maintainers of org.jruby.util.io.FilenoUtil [INFO] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations [INFO] WARNING: All illegal access operations will be denied in a future release [INFO] unsupported Java version "11", defaulting to 1.7 [INFO] WARNING: An illegal reflective access operation has occurred [INFO] WARNING: Illegal reflective access by org.jruby.util.io.FilenoUtil to method sun.nio.ch.SelChImpl.getFD() [INFO] WARNING: Please consider reporting this to the maintainers of org.jruby.util.io.FilenoUtil [INFO] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations [INFO] WARNING: All illegal access operations will be denied in a future release [INFO] Configuration file: /home/jenkins/agent/workspace/website-build-and-deploy-full/ditto-release-2.3/documentation/src/main/resources/_config.yml [INFO] Source: /home/jenkins/agent/workspace/website-build-and-deploy-full/ditto-release-2.3/documentation/src/main/resources [INFO] Destination: /home/jenkins/agent/workspace/website-build-and-deploy-full/ditto-release-2.3/documentation/target/classes [INFO] Incremental build: disabled. Enable with --incremental [INFO] Generating... [INFO] done in 48.504 seconds. [INFO] Auto-regeneration: disabled. Use --watch to enable. [INFO] [INFO] --- flatten-maven-plugin:1.2.5: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-2.3/documentation/target/ditto-documentation-0-SNAPSHOT-site.zip [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Eclipse Ditto 0-SNAPSHOT: [INFO] [INFO] Eclipse Ditto ...................................... SUCCESS [ 4.962 s] [INFO] Eclipse Ditto :: Documentation ..................... SUCCESS [01:14 min] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:22 min [INFO] Finished at: 2022-04-14T13:31:32Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build documentation for release-2.4) [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] sh + mvn --batch-mode --errors clean package -Pbuild-documentation --projects documentation --also-make Apache Maven 3.8.4 (9b656c72d54e5bacbed989b64718c159fe39b537) Maven home: /opt/tools/apache-maven/latest Java version: 11.0.14.1, vendor: International Business Machines Corporation, runtime: /opt/java/openjdk 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] 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 true 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-release-2.4/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-release-2.4/documentation/target/jacoco.exec [INFO] [INFO] --- gem-maven-plugin:2.0.1:exec (generate-documentation) @ ditto-documentation --- [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] Bad scan type for object pointer 00000000407EF528 13:32:28.045 0x173100 j9mm.141 * ** ASSERTION FAILED ** at /home/jenkins/workspace/build-scripts/jobs/jdk11u/jdk11u-linux-x64-openj9/workspace/build/src/openj9/runtime/gc_glue_java/ScavengerDelegate.cpp:392: ((false)) JVMDUMP039I Processing dump event "traceassert", detail "" at 2022/04/14 13:32:28 - please wait. JVMDUMP032I JVM requested System dump using '/home/jenkins/agent/workspace/website-build-and-deploy-full/ditto-release-2.4/core.20220414.133228.3982.0001.dmp' in response to an event JVMPORT030W /proc/sys/kernel/core_pattern setting "|/usr/lib/systemd/systemd-coredump %P %u %g %s %t %c %h" specifies that the core dump is to be piped to an external program. Attempting to rename either core or core.4008. JVMDUMP012E Error in System dump: The core file created by child process with pid = 4008 was not found. Expected to find core file with name "/home/jenkins/agent/workspace/website-build-and-deploy-full/ditto-release-2.4/core.4008" JVMDUMP032I JVM requested Java dump using '/home/jenkins/agent/workspace/website-build-and-deploy-full/ditto-release-2.4/javacore.20220414.133228.3982.0002.txt' in response to an event JVMDUMP010I Java dump written to /home/jenkins/agent/workspace/website-build-and-deploy-full/ditto-release-2.4/javacore.20220414.133228.3982.0002.txt JVMDUMP032I JVM requested Snap dump using '/home/jenkins/agent/workspace/website-build-and-deploy-full/ditto-release-2.4/Snap.20220414.133228.3982.0003.trc' in response to an event JVMDUMP010I Snap dump written to /home/jenkins/agent/workspace/website-build-and-deploy-full/ditto-release-2.4/Snap.20220414.133228.3982.0003.trc JVMDUMP013I Processed dump event "traceassert", detail "". [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Eclipse Ditto 0-SNAPSHOT: [INFO] [INFO] Eclipse Ditto ...................................... SUCCESS [ 3.638 s] [INFO] Eclipse Ditto :: Documentation ..................... FAILURE [ 36.434 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 42.693 s [INFO] Finished at: 2022-04-14T13:32:36Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal de.saumya.mojo:gem-maven-plugin:2.0.1:exec (generate-documentation) on project ditto-documentation: Execution generate-documentation of goal de.saumya.mojo:gem-maven-plugin:2.0.1:exec failed: Java returned: 255 -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal de.saumya.mojo:gem-maven-plugin:2.0.1:exec (generate-documentation) on project ditto-documentation: Execution generate-documentation of goal de.saumya.mojo:gem-maven-plugin:2.0.1:exec failed: Java returned: 255 at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117) 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:128) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305) 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:972) 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:62) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:566) 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:2.0.1:exec failed: Java returned: 255 at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:148) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117) 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:128) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305) 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:972) 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:62) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:566) 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: 255 at org.apache.tools.ant.taskdefs.Java.execute (Java.java:113) at de.saumya.mojo.ruby.script.AntLauncher.doExecute (AntLauncher.java:124) at de.saumya.mojo.ruby.script.AntLauncher.executeScript (AntLauncher.java:226) at de.saumya.mojo.ruby.script.AbstractLauncher.executeScript (AbstractLauncher.java:60) at de.saumya.mojo.ruby.script.AntLauncher.executeScript (AntLauncher.java:198) at de.saumya.mojo.ruby.script.Script.execute (Script.java:82) at de.saumya.mojo.ruby.gems.GemsInstaller.installGems (GemsInstaller.java:209) at de.saumya.mojo.ruby.gems.GemsInstaller.installGems (GemsInstaller.java:115) at de.saumya.mojo.ruby.gems.GemsInstaller.installGems (GemsInstaller.java:103) at de.saumya.mojo.ruby.gems.GemsInstaller.installPom (GemsInstaller.java:62) 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.execute (MojoExecutor.java:210) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117) 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:128) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305) 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:972) 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:62) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:566) 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 -rf :ditto-documentation [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // withEnv [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