Skip to content
Succès

Sortie de la console

01:21:01 [2024-12-20T00:21:01.001Z] Lancé par une alarme périodique
01:21:01 [2024-12-20T00:21:01.002Z] Running as userbuild
01:21:01 [2024-12-20T00:21:01.436Z] Obtained src/builds/silverpeas/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git
01:21:01 [2024-12-20T00:21:01.929Z] [Pipeline] Start of Pipeline
01:21:02 [2024-12-20T00:21:02.280Z] [Pipeline] node
01:21:02 [2024-12-20T00:21:02.283Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy
01:21:02 [2024-12-20T00:21:02.287Z] [Pipeline] {
01:21:02 [2024-12-20T00:21:02.307Z] [Pipeline] stage
01:21:02 [2024-12-20T00:21:02.308Z] [Pipeline] { (Declarative: Checkout SCM)
01:21:02 [2024-12-20T00:21:02.322Z] [Pipeline] checkout
01:21:02 [2024-12-20T00:21:02.324Z] Selected Git installation does not exist. Using Default
01:21:02 [2024-12-20T00:21:02.324Z] The recommended git tool is: NONE
01:21:02 [2024-12-20T00:21:02.324Z] No credentials specified
01:21:02 [2024-12-20T00:21:02.324Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/.git # timeout=10
01:21:02 [2024-12-20T00:21:02.329Z] Fetching changes from the remote Git repository
01:21:02 [2024-12-20T00:21:02.333Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
01:21:02 [2024-12-20T00:21:02.338Z] Cleaning workspace
01:21:02 [2024-12-20T00:21:02.338Z]  > /usr/bin/git rev-parse --verify HEAD # timeout=10
01:21:02 [2024-12-20T00:21:02.343Z] Resetting working tree
01:21:02 [2024-12-20T00:21:02.343Z]  > /usr/bin/git reset --hard # timeout=10
01:21:02 [2024-12-20T00:21:02.368Z]  > /usr/bin/git clean -fdx # timeout=10
01:21:02 [2024-12-20T00:21:02.374Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git
01:21:02 [2024-12-20T00:21:02.374Z]  > /usr/bin/git --version # timeout=10
01:21:02 [2024-12-20T00:21:02.378Z]  > git --version # 'git version 2.43.0'
01:21:02 [2024-12-20T00:21:02.378Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Jenkins-Pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:02 [2024-12-20T00:21:02.707Z]  > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
01:21:02 [2024-12-20T00:21:02.713Z] Checking out Revision a21b86feba1363f95e030bf85247d116cfc8258c (refs/remotes/origin/master)
01:21:02 [2024-12-20T00:21:02.713Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:02 [2024-12-20T00:21:02.719Z]  > /usr/bin/git checkout -f a21b86feba1363f95e030bf85247d116cfc8258c # timeout=10
01:21:02 [2024-12-20T00:21:02.737Z] Commit message: "In the release pipeline of the Silverpeas platform, enabled the build of the docker image of Silverpeas for trial purpose."
01:21:02 [2024-12-20T00:21:02.737Z]  > /usr/bin/git rev-list --no-walk a21b86feba1363f95e030bf85247d116cfc8258c # timeout=10
01:21:02 [2024-12-20T00:21:02.759Z] [Pipeline] }
01:21:02 [2024-12-20T00:21:02.766Z] [Pipeline] // stage
01:21:02 [2024-12-20T00:21:02.785Z] [Pipeline] withEnv
01:21:02 [2024-12-20T00:21:02.786Z] [Pipeline] {
01:21:02 [2024-12-20T00:21:02.976Z] [Pipeline] isUnix
01:21:02 [2024-12-20T00:21:02.977Z] [Pipeline] withEnv
01:21:02 [2024-12-20T00:21:02.977Z] [Pipeline] {
01:21:02 [2024-12-20T00:21:02.992Z] [Pipeline] sh
01:21:03 [2024-12-20T00:21:03.248Z] + docker inspect -f . silverpeas/silverbuild:6.3.3
01:21:03 [2024-12-20T00:21:03.248Z] .
01:21:03 [2024-12-20T00:21:03.249Z] [Pipeline] }
01:21:03 [2024-12-20T00:21:03.262Z] [Pipeline] // withEnv
01:21:03 [2024-12-20T00:21:03.276Z] [Pipeline] withDockerContainer
01:21:03 [2024-12-20T00:21:03.309Z] Jenkins does not seem to be running inside a container
01:21:03 [2024-12-20T00:21:03.316Z] $ docker run -t -d -u 111:119 -v $HOME/.m2/settings.xml:/home/silverbuild/.m2/settings.xml -v $HOME/.m2/settings-security.xml:/home/silverbuild/.m2/settings-security.xml -v $HOME/.gitconfig:/home/silverbuild/.gitconfig -v $HOME/.ssh:/home/silverbuild/.ssh -v $HOME/.gnupg:/home/silverbuild/.gnupg -w /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy -v /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy:/var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy:rw,z -v /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy@tmp:/var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** silverpeas/silverbuild:6.3.3 cat
01:21:03 [2024-12-20T00:21:03.647Z] $ docker top 900871ae33b0a89bf647887103006f4be5099abdf99929563896220c93d31ec9 -eo pid,comm
01:21:03 [2024-12-20T00:21:03.685Z] [Pipeline] {
01:21:03 [2024-12-20T00:21:03.701Z] [Pipeline] withEnv
01:21:03 [2024-12-20T00:21:03.701Z] [Pipeline] {
01:21:03 [2024-12-20T00:21:03.717Z] [Pipeline] stage
01:21:03 [2024-12-20T00:21:03.717Z] [Pipeline] { (Prepare the job)
01:21:03 [2024-12-20T00:21:03.757Z] [Pipeline] sh
01:21:04 [2024-12-20T00:21:04.014Z] + curl -fsSL -o pom.xml https://raw.githubusercontent.com/Silverpeas/Silverpeas-Core/6.3.x/pom.xml
01:21:04 [2024-12-20T00:21:04.267Z] [Pipeline] script
01:21:04 [2024-12-20T00:21:04.271Z] [Pipeline] {
01:21:04 [2024-12-20T00:21:04.287Z] [Pipeline] readMavenPom
01:21:04 [2024-12-20T00:21:04.316Z] [Pipeline] sh
01:21:04 [2024-12-20T00:21:04.572Z] + rm -f pom.xml
01:21:04 [2024-12-20T00:21:04.573Z] [Pipeline] }
01:21:04 [2024-12-20T00:21:04.586Z] [Pipeline] // script
01:21:04 [2024-12-20T00:21:04.601Z] [Pipeline] }
01:21:04 [2024-12-20T00:21:04.613Z] [Pipeline] // stage
01:21:04 [2024-12-20T00:21:04.627Z] [Pipeline] stage
01:21:04 [2024-12-20T00:21:04.628Z] [Pipeline] { (Check POM parent version)
01:21:04 [2024-12-20T00:21:04.689Z] Stage "Check POM parent version" skipped due to when conditional
01:21:04 [2024-12-20T00:21:04.690Z] [Pipeline] getContext
01:21:04 [2024-12-20T00:21:04.704Z] [Pipeline] }
01:21:04 [2024-12-20T00:21:04.717Z] [Pipeline] // stage
01:21:04 [2024-12-20T00:21:04.732Z] [Pipeline] stage
01:21:04 [2024-12-20T00:21:04.732Z] [Pipeline] { (Checkout projects and check code changes)
01:21:04 [2024-12-20T00:21:04.756Z] [Pipeline] script
01:21:04 [2024-12-20T00:21:04.759Z] [Pipeline] {
01:21:04 [2024-12-20T00:21:04.780Z] [Pipeline] copyArtifacts
01:21:04 [2024-12-20T00:21:04.787Z] Copied 1 artifact from "Silverpeas_6.3.x_AutoDeploy" build number 213
01:21:04 [2024-12-20T00:21:04.797Z] [Pipeline] readYaml
01:21:04 [2024-12-20T00:21:04.816Z] [Pipeline] dir
01:21:04 [2024-12-20T00:21:04.816Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Core
01:21:04 [2024-12-20T00:21:04.817Z] [Pipeline] {
01:21:04 [2024-12-20T00:21:04.834Z] [Pipeline] git
01:21:04 [2024-12-20T00:21:04.836Z] The recommended git tool is: /usr/bin/git
01:21:04 [2024-12-20T00:21:04.838Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:04 [2024-12-20T00:21:04.850Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@4a32922e; decorates hudson.Launcher$LocalLauncher@54382ea6 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:04 [2024-12-20T00:21:04.850Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Core/.git # timeout=10
01:21:04 [2024-12-20T00:21:04.856Z] Fetching changes from the remote Git repository
01:21:04 [2024-12-20T00:21:04.859Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Core # timeout=10
01:21:04 [2024-12-20T00:21:04.865Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Core
01:21:04 [2024-12-20T00:21:04.865Z]  > /usr/bin/git --version # timeout=10
01:21:04 [2024-12-20T00:21:04.870Z]  > git --version # 'git version 2.43.0'
01:21:04 [2024-12-20T00:21:04.870Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:04 [2024-12-20T00:21:04.876Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Core +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:05 [2024-12-20T00:21:05.449Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:05 [2024-12-20T00:21:05.455Z] Checking out Revision eb4bb924dcf549c2db0cee56992e75cd32ef4033 (refs/remotes/origin/6.3.x)
01:21:05 [2024-12-20T00:21:05.455Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:05 [2024-12-20T00:21:05.460Z]  > /usr/bin/git checkout -f eb4bb924dcf549c2db0cee56992e75cd32ef4033 # timeout=10
01:21:05 [2024-12-20T00:21:05.504Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:05 [2024-12-20T00:21:05.516Z]  > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:05 [2024-12-20T00:21:05.522Z]  > /usr/bin/git checkout -b 6.3.x eb4bb924dcf549c2db0cee56992e75cd32ef4033 # timeout=10
01:21:05 [2024-12-20T00:21:05.614Z] Commit message: "bug #14490: use folder names instead of ids"
01:21:05 [2024-12-20T00:21:05.614Z]  > /usr/bin/git rev-list --no-walk eb4bb924dcf549c2db0cee56992e75cd32ef4033 # timeout=10
01:21:05 [2024-12-20T00:21:05.638Z] [Pipeline] fileExists
01:21:05 [2024-12-20T00:21:05.645Z] [Pipeline] readMavenPom
01:21:05 [2024-12-20T00:21:05.658Z] [Pipeline] sh
01:21:05 [2024-12-20T00:21:05.916Z] + git rev-parse HEAD
01:21:05 [2024-12-20T00:21:05.919Z] [Pipeline] echo
01:21:05 [2024-12-20T00:21:05.919Z] Silverpeas-Core: current commit is eb4bb924dcf549c2db0cee56992e75cd32ef4033 and last build commit is eb4bb924dcf549c2db0cee56992e75cd32ef4033
01:21:05 [2024-12-20T00:21:05.921Z] [Pipeline] }
01:21:05 [2024-12-20T00:21:05.935Z] [Pipeline] // dir
01:21:05 [2024-12-20T00:21:05.948Z] [Pipeline] echo
01:21:05 [2024-12-20T00:21:05.949Z] Build skipped due to no changes have been done since the last build
01:21:05 [2024-12-20T00:21:05.963Z] [Pipeline] dir
01:21:05 [2024-12-20T00:21:05.963Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Components
01:21:05 [2024-12-20T00:21:05.964Z] [Pipeline] {
01:21:05 [2024-12-20T00:21:05.981Z] [Pipeline] git
01:21:05 [2024-12-20T00:21:05.983Z] The recommended git tool is: /usr/bin/git
01:21:05 [2024-12-20T00:21:05.983Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:05 [2024-12-20T00:21:05.999Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@7ae03209; decorates hudson.Launcher$LocalLauncher@28619596 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:05 [2024-12-20T00:21:05.999Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Components/.git # timeout=10
01:21:06 [2024-12-20T00:21:06.005Z] Fetching changes from the remote Git repository
01:21:06 [2024-12-20T00:21:06.009Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Components # timeout=10
01:21:06 [2024-12-20T00:21:06.015Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Components
01:21:06 [2024-12-20T00:21:06.015Z]  > /usr/bin/git --version # timeout=10
01:21:06 [2024-12-20T00:21:06.020Z]  > git --version # 'git version 2.43.0'
01:21:06 [2024-12-20T00:21:06.020Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:06 [2024-12-20T00:21:06.026Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Components +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:06 [2024-12-20T00:21:06.607Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:06 [2024-12-20T00:21:06.613Z] Checking out Revision f1c18f5b16ecf085b04a36a636aa4aa26ec5d773 (refs/remotes/origin/6.3.x)
01:21:06 [2024-12-20T00:21:06.613Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:06 [2024-12-20T00:21:06.618Z]  > /usr/bin/git checkout -f f1c18f5b16ecf085b04a36a636aa4aa26ec5d773 # timeout=10
01:21:06 [2024-12-20T00:21:06.644Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:06 [2024-12-20T00:21:06.655Z]  > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:06 [2024-12-20T00:21:06.661Z]  > /usr/bin/git checkout -b 6.3.x f1c18f5b16ecf085b04a36a636aa4aa26ec5d773 # timeout=10
01:21:06 [2024-12-20T00:21:06.698Z] Commit message: "6.3.5 has been released from build 6.3.5-build240525 (6fd4cda122f3439acfc933732ee571984880bd67).Prepare for development iteration of next version 6.3.6"
01:21:06 [2024-12-20T00:21:06.699Z]  > /usr/bin/git rev-list --no-walk f1c18f5b16ecf085b04a36a636aa4aa26ec5d773 # timeout=10
01:21:06 [2024-12-20T00:21:06.718Z] [Pipeline] fileExists
01:21:06 [2024-12-20T00:21:06.727Z] [Pipeline] readMavenPom
01:21:06 [2024-12-20T00:21:06.745Z] [Pipeline] sh
01:21:07 [2024-12-20T00:21:07.002Z] + git rev-parse HEAD
01:21:07 [2024-12-20T00:21:07.004Z] [Pipeline] echo
01:21:07 [2024-12-20T00:21:07.005Z] Silverpeas-Components: current commit is f1c18f5b16ecf085b04a36a636aa4aa26ec5d773 and last build commit is f1c18f5b16ecf085b04a36a636aa4aa26ec5d773
01:21:07 [2024-12-20T00:21:07.007Z] [Pipeline] }
01:21:07 [2024-12-20T00:21:07.021Z] [Pipeline] // dir
01:21:07 [2024-12-20T00:21:07.035Z] [Pipeline] echo
01:21:07 [2024-12-20T00:21:07.035Z] Build skipped due to no changes have been done since the last build
01:21:07 [2024-12-20T00:21:07.050Z] [Pipeline] dir
01:21:07 [2024-12-20T00:21:07.051Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Looks
01:21:07 [2024-12-20T00:21:07.051Z] [Pipeline] {
01:21:07 [2024-12-20T00:21:07.069Z] [Pipeline] git
01:21:07 [2024-12-20T00:21:07.071Z] Selected Git installation does not exist. Using Default
01:21:07 [2024-12-20T00:21:07.071Z] The recommended git tool is: NONE
01:21:07 [2024-12-20T00:21:07.072Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:07 [2024-12-20T00:21:07.081Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@767bdb72; decorates hudson.Launcher$LocalLauncher@2f7dc909 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:07 [2024-12-20T00:21:07.082Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Looks/.git # timeout=10
01:21:07 [2024-12-20T00:21:07.088Z] Fetching changes from the remote Git repository
01:21:07 [2024-12-20T00:21:07.091Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Looks # timeout=10
01:21:07 [2024-12-20T00:21:07.097Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Looks
01:21:07 [2024-12-20T00:21:07.097Z]  > /usr/bin/git --version # timeout=10
01:21:07 [2024-12-20T00:21:07.102Z]  > git --version # 'git version 2.43.0'
01:21:07 [2024-12-20T00:21:07.102Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:07 [2024-12-20T00:21:07.108Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Looks +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:07 [2024-12-20T00:21:07.665Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:07 [2024-12-20T00:21:07.671Z] Checking out Revision 586ebdd23e10f812e41a52cbf1a3a7f4a81fe924 (refs/remotes/origin/6.3.x)
01:21:07 [2024-12-20T00:21:07.671Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:07 [2024-12-20T00:21:07.677Z]  > /usr/bin/git checkout -f 586ebdd23e10f812e41a52cbf1a3a7f4a81fe924 # timeout=10
01:21:07 [2024-12-20T00:21:07.686Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:07 [2024-12-20T00:21:07.694Z]  > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:07 [2024-12-20T00:21:07.703Z]  > /usr/bin/git checkout -b 6.3.x 586ebdd23e10f812e41a52cbf1a3a7f4a81fe924 # timeout=10
01:21:07 [2024-12-20T00:21:07.718Z] Commit message: "6.3.5 has been released from build 6.3.5-build240525 (dbccb35a1ebe1bbad757509e5bc6aa19bc27d8d6).Prepare for development iteration of next version 6.3.6"
01:21:07 [2024-12-20T00:21:07.718Z]  > /usr/bin/git rev-list --no-walk 586ebdd23e10f812e41a52cbf1a3a7f4a81fe924 # timeout=10
01:21:07 [2024-12-20T00:21:07.746Z] [Pipeline] fileExists
01:21:07 [2024-12-20T00:21:07.755Z] [Pipeline] readMavenPom
01:21:07 [2024-12-20T00:21:07.774Z] [Pipeline] sh
01:21:08 [2024-12-20T00:21:08.031Z] + git rev-parse HEAD
01:21:08 [2024-12-20T00:21:08.033Z] [Pipeline] echo
01:21:08 [2024-12-20T00:21:08.034Z] Silverpeas-Looks: current commit is 586ebdd23e10f812e41a52cbf1a3a7f4a81fe924 and last build commit is 586ebdd23e10f812e41a52cbf1a3a7f4a81fe924
01:21:08 [2024-12-20T00:21:08.036Z] [Pipeline] }
01:21:08 [2024-12-20T00:21:08.053Z] [Pipeline] // dir
01:21:08 [2024-12-20T00:21:08.068Z] [Pipeline] echo
01:21:08 [2024-12-20T00:21:08.068Z] Build skipped due to no changes have been done since the last build
01:21:08 [2024-12-20T00:21:08.084Z] [Pipeline] dir
01:21:08 [2024-12-20T00:21:08.084Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Setup
01:21:08 [2024-12-20T00:21:08.085Z] [Pipeline] {
01:21:08 [2024-12-20T00:21:08.103Z] [Pipeline] git
01:21:08 [2024-12-20T00:21:08.105Z] The recommended git tool is: NONE
01:21:08 [2024-12-20T00:21:08.106Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:08 [2024-12-20T00:21:08.115Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@549040fe; decorates hudson.Launcher$LocalLauncher@741c4d8e will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:08 [2024-12-20T00:21:08.115Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Setup/.git # timeout=10
01:21:08 [2024-12-20T00:21:08.122Z] Fetching changes from the remote Git repository
01:21:08 [2024-12-20T00:21:08.125Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Setup # timeout=10
01:21:08 [2024-12-20T00:21:08.131Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Setup
01:21:08 [2024-12-20T00:21:08.131Z]  > /usr/bin/git --version # timeout=10
01:21:08 [2024-12-20T00:21:08.136Z]  > git --version # 'git version 2.43.0'
01:21:08 [2024-12-20T00:21:08.136Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:08 [2024-12-20T00:21:08.143Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Setup +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:08 [2024-12-20T00:21:08.527Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:08 [2024-12-20T00:21:08.533Z] Checking out Revision 146430cd63566b3be410c8dd534faa57033583b3 (refs/remotes/origin/6.3.x)
01:21:08 [2024-12-20T00:21:08.533Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:08 [2024-12-20T00:21:08.538Z]  > /usr/bin/git checkout -f 146430cd63566b3be410c8dd534faa57033583b3 # timeout=10
01:21:08 [2024-12-20T00:21:08.548Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:08 [2024-12-20T00:21:08.556Z]  > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:08 [2024-12-20T00:21:08.563Z]  > /usr/bin/git checkout -b 6.3.x 146430cd63566b3be410c8dd534faa57033583b3 # timeout=10
01:21:08 [2024-12-20T00:21:08.576Z] Commit message: "6.3.5 has been released from build 6.3.5-build240525 (8bde3aa3b7f02e512760af8c88e4ca3cad5c6bcd).Prepare for development iteration of next version 6.3.6"
01:21:08 [2024-12-20T00:21:08.576Z]  > /usr/bin/git rev-list --no-walk 146430cd63566b3be410c8dd534faa57033583b3 # timeout=10
01:21:08 [2024-12-20T00:21:08.605Z] [Pipeline] fileExists
01:21:08 [2024-12-20T00:21:08.616Z] [Pipeline] sh
01:21:08 [2024-12-20T00:21:08.874Z] + git rev-parse HEAD
01:21:08 [2024-12-20T00:21:08.877Z] [Pipeline] echo
01:21:08 [2024-12-20T00:21:08.877Z] Silverpeas-Setup: current commit is 146430cd63566b3be410c8dd534faa57033583b3 and last build commit is 146430cd63566b3be410c8dd534faa57033583b3
01:21:08 [2024-12-20T00:21:08.879Z] [Pipeline] }
01:21:08 [2024-12-20T00:21:08.894Z] [Pipeline] // dir
01:21:08 [2024-12-20T00:21:08.910Z] [Pipeline] echo
01:21:08 [2024-12-20T00:21:08.910Z] Build skipped due to no changes have been done since the last build
01:21:08 [2024-12-20T00:21:08.926Z] [Pipeline] dir
01:21:08 [2024-12-20T00:21:08.926Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Distribution
01:21:08 [2024-12-20T00:21:08.927Z] [Pipeline] {
01:21:08 [2024-12-20T00:21:08.946Z] [Pipeline] git
01:21:08 [2024-12-20T00:21:08.948Z] The recommended git tool is: NONE
01:21:08 [2024-12-20T00:21:08.949Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:08 [2024-12-20T00:21:08.959Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@6ae69b94; decorates hudson.Launcher$LocalLauncher@358059b8 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:08 [2024-12-20T00:21:08.960Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Distribution/.git # timeout=10
01:21:08 [2024-12-20T00:21:08.967Z] Fetching changes from the remote Git repository
01:21:08 [2024-12-20T00:21:08.969Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Distribution # timeout=10
01:21:08 [2024-12-20T00:21:08.975Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Distribution
01:21:08 [2024-12-20T00:21:08.975Z]  > /usr/bin/git --version # timeout=10
01:21:08 [2024-12-20T00:21:08.980Z]  > git --version # 'git version 2.43.0'
01:21:08 [2024-12-20T00:21:08.980Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:08 [2024-12-20T00:21:08.986Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Distribution +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:09 [2024-12-20T00:21:09.352Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:09 [2024-12-20T00:21:09.358Z] Checking out Revision 10719018413e414cfa70c0f64a945a72670797f4 (refs/remotes/origin/6.3.x)
01:21:09 [2024-12-20T00:21:09.358Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:09 [2024-12-20T00:21:09.363Z]  > /usr/bin/git checkout -f 10719018413e414cfa70c0f64a945a72670797f4 # timeout=10
01:21:09 [2024-12-20T00:21:09.373Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:09 [2024-12-20T00:21:09.381Z]  > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:09 [2024-12-20T00:21:09.388Z]  > /usr/bin/git checkout -b 6.3.x 10719018413e414cfa70c0f64a945a72670797f4 # timeout=10
01:21:09 [2024-12-20T00:21:09.400Z] Commit message: "6.3.5 has been released from build 6.3.5-build240525 (363c2d4aa3f57abea17ac7143443728743cd1bb2).Prepare for development iteration of next version 6.3.6"
01:21:09 [2024-12-20T00:21:09.400Z]  > /usr/bin/git rev-list --no-walk 10719018413e414cfa70c0f64a945a72670797f4 # timeout=10
01:21:09 [2024-12-20T00:21:09.430Z] [Pipeline] fileExists
01:21:09 [2024-12-20T00:21:09.447Z] [Pipeline] readMavenPom
01:21:09 [2024-12-20T00:21:09.465Z] [Pipeline] sh
01:21:09 [2024-12-20T00:21:09.723Z] + git rev-parse HEAD
01:21:09 [2024-12-20T00:21:09.725Z] [Pipeline] echo
01:21:09 [2024-12-20T00:21:09.726Z] Silverpeas-Distribution: current commit is 10719018413e414cfa70c0f64a945a72670797f4 and last build commit is 10719018413e414cfa70c0f64a945a72670797f4
01:21:09 [2024-12-20T00:21:09.728Z] [Pipeline] }
01:21:09 [2024-12-20T00:21:09.743Z] [Pipeline] // dir
01:21:09 [2024-12-20T00:21:09.759Z] [Pipeline] echo
01:21:09 [2024-12-20T00:21:09.760Z] Build skipped due to no changes have been done since the last build
01:21:09 [2024-12-20T00:21:09.776Z] [Pipeline] dir
01:21:09 [2024-12-20T00:21:09.777Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Assembly
01:21:09 [2024-12-20T00:21:09.777Z] [Pipeline] {
01:21:09 [2024-12-20T00:21:09.797Z] [Pipeline] git
01:21:09 [2024-12-20T00:21:09.799Z] The recommended git tool is: NONE
01:21:09 [2024-12-20T00:21:09.799Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:09 [2024-12-20T00:21:09.808Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@74475ecb; decorates hudson.Launcher$LocalLauncher@65a57c9d will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:09 [2024-12-20T00:21:09.808Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Assembly/.git # timeout=10
01:21:09 [2024-12-20T00:21:09.813Z] Fetching changes from the remote Git repository
01:21:09 [2024-12-20T00:21:09.816Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Assembly # timeout=10
01:21:09 [2024-12-20T00:21:09.822Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Assembly
01:21:09 [2024-12-20T00:21:09.822Z]  > /usr/bin/git --version # timeout=10
01:21:09 [2024-12-20T00:21:09.826Z]  > git --version # 'git version 2.43.0'
01:21:09 [2024-12-20T00:21:09.827Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:09 [2024-12-20T00:21:09.832Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Assembly +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:10 [2024-12-20T00:21:10.358Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:10 [2024-12-20T00:21:10.363Z] Checking out Revision e6cf90efb933ea1d65558af1cade3056ac4b6462 (refs/remotes/origin/6.3.x)
01:21:10 [2024-12-20T00:21:10.363Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:10 [2024-12-20T00:21:10.368Z]  > /usr/bin/git checkout -f e6cf90efb933ea1d65558af1cade3056ac4b6462 # timeout=10
01:21:10 [2024-12-20T00:21:10.376Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:10 [2024-12-20T00:21:10.386Z]  > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:10 [2024-12-20T00:21:10.392Z]  > /usr/bin/git checkout -b 6.3.x e6cf90efb933ea1d65558af1cade3056ac4b6462 # timeout=10
01:21:10 [2024-12-20T00:21:10.401Z] Commit message: "6.3.5 has been released from build 6.3.5-build240525 (9366866ae390208a34703f1257bd641cb29c4d16).Prepare for development iteration of next version 6.3.6"
01:21:10 [2024-12-20T00:21:10.401Z]  > /usr/bin/git rev-list --no-walk e6cf90efb933ea1d65558af1cade3056ac4b6462 # timeout=10
01:21:10 [2024-12-20T00:21:10.420Z] [Pipeline] fileExists
01:21:10 [2024-12-20T00:21:10.430Z] [Pipeline] readMavenPom
01:21:10 [2024-12-20T00:21:10.450Z] [Pipeline] sh
01:21:10 [2024-12-20T00:21:10.708Z] + git rev-parse HEAD
01:21:10 [2024-12-20T00:21:10.710Z] [Pipeline] echo
01:21:10 [2024-12-20T00:21:10.710Z] Silverpeas-Assembly: current commit is e6cf90efb933ea1d65558af1cade3056ac4b6462 and last build commit is e6cf90efb933ea1d65558af1cade3056ac4b6462
01:21:10 [2024-12-20T00:21:10.712Z] [Pipeline] }
01:21:10 [2024-12-20T00:21:10.729Z] [Pipeline] // dir
01:21:10 [2024-12-20T00:21:10.745Z] [Pipeline] echo
01:21:10 [2024-12-20T00:21:10.746Z] Build skipped due to no changes have been done since the last build
01:21:10 [2024-12-20T00:21:10.746Z] [Pipeline] }
01:21:10 [2024-12-20T00:21:10.762Z] [Pipeline] // script
01:21:10 [2024-12-20T00:21:10.778Z] [Pipeline] }
01:21:10 [2024-12-20T00:21:10.793Z] [Pipeline] // stage
01:21:10 [2024-12-20T00:21:10.812Z] [Pipeline] stage
01:21:10 [2024-12-20T00:21:10.813Z] [Pipeline] { (Build Silverpeas)
01:21:10 [2024-12-20T00:21:10.839Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:10 [2024-12-20T00:21:10.840Z] [Pipeline] getContext
01:21:10 [2024-12-20T00:21:10.861Z] [Pipeline] stage
01:21:10 [2024-12-20T00:21:10.862Z] [Pipeline] { (Build Silverpeas-Core)
01:21:10 [2024-12-20T00:21:10.877Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:10 [2024-12-20T00:21:10.877Z] [Pipeline] getContext
01:21:10 [2024-12-20T00:21:10.878Z] [Pipeline] }
01:21:10 [2024-12-20T00:21:10.886Z] [Pipeline] // stage
01:21:10 [2024-12-20T00:21:10.896Z] [Pipeline] stage
01:21:10 [2024-12-20T00:21:10.896Z] [Pipeline] { (Build Silverpeas-Components)
01:21:10 [2024-12-20T00:21:10.913Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:10 [2024-12-20T00:21:10.914Z] [Pipeline] getContext
01:21:10 [2024-12-20T00:21:10.915Z] [Pipeline] }
01:21:10 [2024-12-20T00:21:10.930Z] [Pipeline] // stage
01:21:10 [2024-12-20T00:21:10.946Z] [Pipeline] stage
01:21:10 [2024-12-20T00:21:10.947Z] [Pipeline] { (Build Silverpeas-Assembly)
01:21:10 [2024-12-20T00:21:10.964Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:10 [2024-12-20T00:21:10.964Z] [Pipeline] getContext
01:21:10 [2024-12-20T00:21:10.965Z] [Pipeline] }
01:21:10 [2024-12-20T00:21:10.981Z] [Pipeline] // stage
01:21:10 [2024-12-20T00:21:10.998Z] [Pipeline] stage
01:21:10 [2024-12-20T00:21:10.999Z] [Pipeline] { (Build Silverpeas Setup)
01:21:11 [2024-12-20T00:21:11.016Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2024-12-20T00:21:11.016Z] [Pipeline] getContext
01:21:11 [2024-12-20T00:21:11.017Z] [Pipeline] }
01:21:11 [2024-12-20T00:21:11.034Z] [Pipeline] // stage
01:21:11 [2024-12-20T00:21:11.051Z] [Pipeline] stage
01:21:11 [2024-12-20T00:21:11.051Z] [Pipeline] { (Build Silverpeas Distribution)
01:21:11 [2024-12-20T00:21:11.068Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2024-12-20T00:21:11.069Z] [Pipeline] getContext
01:21:11 [2024-12-20T00:21:11.070Z] [Pipeline] }
01:21:11 [2024-12-20T00:21:11.086Z] [Pipeline] // stage
01:21:11 [2024-12-20T00:21:11.104Z] [Pipeline] stage
01:21:11 [2024-12-20T00:21:11.105Z] [Pipeline] { (Build Silverpeas-Looks)
01:21:11 [2024-12-20T00:21:11.121Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2024-12-20T00:21:11.122Z] [Pipeline] getContext
01:21:11 [2024-12-20T00:21:11.123Z] [Pipeline] }
01:21:11 [2024-12-20T00:21:11.159Z] [Pipeline] // stage
01:21:11 [2024-12-20T00:21:11.175Z] [Pipeline] stage
01:21:11 [2024-12-20T00:21:11.175Z] [Pipeline] { (Publish Silverpeas-Core)
01:21:11 [2024-12-20T00:21:11.193Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2024-12-20T00:21:11.194Z] [Pipeline] getContext
01:21:11 [2024-12-20T00:21:11.196Z] [Pipeline] }
01:21:11 [2024-12-20T00:21:11.207Z] [Pipeline] // stage
01:21:11 [2024-12-20T00:21:11.219Z] [Pipeline] stage
01:21:11 [2024-12-20T00:21:11.220Z] [Pipeline] { (Publish Silverpeas-Components)
01:21:11 [2024-12-20T00:21:11.237Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2024-12-20T00:21:11.238Z] [Pipeline] getContext
01:21:11 [2024-12-20T00:21:11.239Z] [Pipeline] }
01:21:11 [2024-12-20T00:21:11.249Z] [Pipeline] // stage
01:21:11 [2024-12-20T00:21:11.260Z] [Pipeline] stage
01:21:11 [2024-12-20T00:21:11.261Z] [Pipeline] { (Publish Silverpeas-Assembly)
01:21:11 [2024-12-20T00:21:11.279Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2024-12-20T00:21:11.280Z] [Pipeline] getContext
01:21:11 [2024-12-20T00:21:11.282Z] [Pipeline] }
01:21:11 [2024-12-20T00:21:11.314Z] [Pipeline] // stage
01:21:11 [2024-12-20T00:21:11.327Z] [Pipeline] stage
01:21:11 [2024-12-20T00:21:11.328Z] [Pipeline] { (Publish Silverpeas-Setup)
01:21:11 [2024-12-20T00:21:11.345Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2024-12-20T00:21:11.346Z] [Pipeline] getContext
01:21:11 [2024-12-20T00:21:11.347Z] [Pipeline] }
01:21:11 [2024-12-20T00:21:11.357Z] [Pipeline] // stage
01:21:11 [2024-12-20T00:21:11.369Z] [Pipeline] stage
01:21:11 [2024-12-20T00:21:11.369Z] [Pipeline] { (Publish Silverpeas-Distribution)
01:21:11 [2024-12-20T00:21:11.386Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2024-12-20T00:21:11.387Z] [Pipeline] getContext
01:21:11 [2024-12-20T00:21:11.389Z] [Pipeline] }
01:21:11 [2024-12-20T00:21:11.399Z] [Pipeline] // stage
01:21:11 [2024-12-20T00:21:11.410Z] [Pipeline] stage
01:21:11 [2024-12-20T00:21:11.411Z] [Pipeline] { (Publish Silverpeas-Looks)
01:21:11 [2024-12-20T00:21:11.428Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2024-12-20T00:21:11.428Z] [Pipeline] getContext
01:21:11 [2024-12-20T00:21:11.430Z] [Pipeline] }
01:21:11 [2024-12-20T00:21:11.438Z] [Pipeline] // stage
01:21:11 [2024-12-20T00:21:11.448Z] [Pipeline] stage
01:21:11 [2024-12-20T00:21:11.449Z] [Pipeline] { (Publish Community Web Site)
01:21:11 [2024-12-20T00:21:11.465Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2024-12-20T00:21:11.465Z] [Pipeline] getContext
01:21:11 [2024-12-20T00:21:11.467Z] [Pipeline] }
01:21:11 [2024-12-20T00:21:11.476Z] [Pipeline] // stage
01:21:11 [2024-12-20T00:21:11.487Z] [Pipeline] }
01:21:11 [2024-12-20T00:21:11.496Z] [Pipeline] // stage
01:21:11 [2024-12-20T00:21:11.514Z] [Pipeline] stage
01:21:11 [2024-12-20T00:21:11.514Z] [Pipeline] { (Create YAML build report)
01:21:11 [2024-12-20T00:21:11.539Z] [Pipeline] script
01:21:11 [2024-12-20T00:21:11.545Z] [Pipeline] {
01:21:11 [2024-12-20T00:21:11.561Z] [Pipeline] sh
01:21:11 [2024-12-20T00:21:11.818Z] + mkdir -p target
01:21:11 [2024-12-20T00:21:11.820Z] [Pipeline] sh
01:21:12 [2024-12-20T00:21:12.079Z] + mv build.yaml target/
01:21:12 [2024-12-20T00:21:12.080Z] [Pipeline] }
01:21:12 [2024-12-20T00:21:12.101Z] [Pipeline] // script
01:21:12 [2024-12-20T00:21:12.118Z] [Pipeline] }
01:21:12 [2024-12-20T00:21:12.136Z] [Pipeline] // stage
01:21:12 [2024-12-20T00:21:12.160Z] [Pipeline] stage
01:21:12 [2024-12-20T00:21:12.161Z] [Pipeline] { (Declarative: Post Actions)
01:21:12 [2024-12-20T00:21:12.191Z] [Pipeline] step
01:21:12 [2024-12-20T00:21:12.219Z] [Pipeline] script
01:21:12 [2024-12-20T00:21:12.224Z] [Pipeline] {
01:21:12 [2024-12-20T00:21:12.257Z] [Pipeline] }
01:21:12 [2024-12-20T00:21:12.273Z] [Pipeline] // script
01:21:12 [2024-12-20T00:21:12.297Z] [Pipeline] archiveArtifacts
01:21:12 [2024-12-20T00:21:12.299Z] Archiving artifacts
01:21:12 [2024-12-20T00:21:12.316Z] Enregistrement des empreintes numériques
01:21:12 [2024-12-20T00:21:12.328Z] [Pipeline] sh
01:21:12 [2024-12-20T00:21:12.587Z] + rm -rf target
01:21:12 [2024-12-20T00:21:12.592Z] [Pipeline] }
01:21:12 [2024-12-20T00:21:12.603Z] [Pipeline] // stage
01:21:12 [2024-12-20T00:21:12.619Z] [Pipeline] }
01:21:12 [2024-12-20T00:21:12.635Z] [Pipeline] // withEnv
01:21:12 [2024-12-20T00:21:12.650Z] [Pipeline] }
01:21:12 [2024-12-20T00:21:12.651Z] $ docker stop --time=1 900871ae33b0a89bf647887103006f4be5099abdf99929563896220c93d31ec9
01:21:13 [2024-12-20T00:21:13.872Z] $ docker rm -f --volumes 900871ae33b0a89bf647887103006f4be5099abdf99929563896220c93d31ec9
01:21:13 [2024-12-20T00:21:13.919Z] [Pipeline] // withDockerContainer
01:21:13 [2024-12-20T00:21:13.927Z] [Pipeline] }
01:21:13 [2024-12-20T00:21:13.935Z] [Pipeline] // withEnv
01:21:13 [2024-12-20T00:21:13.950Z] [Pipeline] }
01:21:13 [2024-12-20T00:21:13.967Z] [Pipeline] // node
01:21:13 [2024-12-20T00:21:13.983Z] [Pipeline] End of Pipeline
01:21:14 [2024-12-20T00:21:14.046Z] Lancement d'un nouveau build de Silverpeas_Mobile_6.3.x_AutoDeploy #186
01:21:14 [2024-12-20T00:21:14.046Z] Finished: SUCCESS