Skip to content
Succès

Sortie de la console

01:21:00 [2025-02-07T00:21:00.091Z] Lancé par une alarme périodique
01:21:00 [2025-02-07T00:21:00.093Z] Running as userbuild
01:21:00 [2025-02-07T00:21:00.536Z] Obtained src/builds/silverpeas/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git
01:21:01 [2025-02-07T00:21:01.343Z] [Pipeline] Start of Pipeline
01:21:01 [2025-02-07T00:21:01.873Z] [Pipeline] node
01:21:01 [2025-02-07T00:21:01.879Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy
01:21:01 [2025-02-07T00:21:01.885Z] [Pipeline] {
01:21:01 [2025-02-07T00:21:01.914Z] [Pipeline] stage
01:21:01 [2025-02-07T00:21:01.916Z] [Pipeline] { (Declarative: Checkout SCM)
01:21:01 [2025-02-07T00:21:01.933Z] [Pipeline] checkout
01:21:01 [2025-02-07T00:21:01.937Z] Selected Git installation does not exist. Using Default
01:21:01 [2025-02-07T00:21:01.937Z] The recommended git tool is: NONE
01:21:01 [2025-02-07T00:21:01.937Z] No credentials specified
01:21:01 [2025-02-07T00:21:01.937Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/.git # timeout=10
01:21:01 [2025-02-07T00:21:01.944Z] Fetching changes from the remote Git repository
01:21:01 [2025-02-07T00:21:01.948Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
01:21:01 [2025-02-07T00:21:01.955Z] Cleaning workspace
01:21:01 [2025-02-07T00:21:01.955Z]  > /usr/bin/git rev-parse --verify HEAD # timeout=10
01:21:01 [2025-02-07T00:21:01.960Z] Resetting working tree
01:21:01 [2025-02-07T00:21:01.961Z]  > /usr/bin/git reset --hard # timeout=10
01:21:01 [2025-02-07T00:21:01.972Z]  > /usr/bin/git clean -fdx # timeout=10
01:21:01 [2025-02-07T00:21:01.979Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git
01:21:01 [2025-02-07T00:21:01.979Z]  > /usr/bin/git --version # timeout=10
01:21:01 [2025-02-07T00:21:01.984Z]  > git --version # 'git version 2.43.0'
01:21:01 [2025-02-07T00:21:01.984Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Jenkins-Pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:02 [2025-02-07T00:21:02.303Z]  > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
01:21:02 [2025-02-07T00:21:02.310Z] Checking out Revision a21b86feba1363f95e030bf85247d116cfc8258c (refs/remotes/origin/master)
01:21:02 [2025-02-07T00:21:02.310Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:02 [2025-02-07T00:21:02.315Z]  > /usr/bin/git checkout -f a21b86feba1363f95e030bf85247d116cfc8258c # timeout=10
01:21:02 [2025-02-07T00:21:02.329Z] 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 [2025-02-07T00:21:02.330Z]  > /usr/bin/git rev-list --no-walk a21b86feba1363f95e030bf85247d116cfc8258c # timeout=10
01:21:02 [2025-02-07T00:21:02.354Z] [Pipeline] }
01:21:02 [2025-02-07T00:21:02.367Z] [Pipeline] // stage
01:21:02 [2025-02-07T00:21:02.401Z] [Pipeline] withEnv
01:21:02 [2025-02-07T00:21:02.402Z] [Pipeline] {
01:21:02 [2025-02-07T00:21:02.631Z] [Pipeline] isUnix
01:21:02 [2025-02-07T00:21:02.633Z] [Pipeline] withEnv
01:21:02 [2025-02-07T00:21:02.633Z] [Pipeline] {
01:21:02 [2025-02-07T00:21:02.653Z] [Pipeline] sh
01:21:02 [2025-02-07T00:21:02.911Z] + docker inspect -f . silverpeas/silverbuild:6.3.3
01:21:02 [2025-02-07T00:21:02.911Z] .
01:21:02 [2025-02-07T00:21:02.913Z] [Pipeline] }
01:21:02 [2025-02-07T00:21:02.927Z] [Pipeline] // withEnv
01:21:02 [2025-02-07T00:21:02.945Z] [Pipeline] withDockerContainer
01:21:02 [2025-02-07T00:21:02.984Z] Jenkins does not seem to be running inside a container
01:21:02 [2025-02-07T00:21:02.992Z] $ 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 [2025-02-07T00:21:03.346Z] $ docker top fc3f8852c193d1f2db7b822a5df44f174f7709425873fdcad371b3029d5a3c8c -eo pid,comm
01:21:03 [2025-02-07T00:21:03.389Z] [Pipeline] {
01:21:03 [2025-02-07T00:21:03.446Z] [Pipeline] withEnv
01:21:03 [2025-02-07T00:21:03.447Z] [Pipeline] {
01:21:03 [2025-02-07T00:21:03.483Z] [Pipeline] stage
01:21:03 [2025-02-07T00:21:03.484Z] [Pipeline] { (Prepare the job)
01:21:03 [2025-02-07T00:21:03.545Z] [Pipeline] sh
01:21:03 [2025-02-07T00:21:03.804Z] + curl -fsSL -o pom.xml https://raw.githubusercontent.com/Silverpeas/Silverpeas-Core/6.3.x/pom.xml
01:21:04 [2025-02-07T00:21:04.058Z] [Pipeline] script
01:21:04 [2025-02-07T00:21:04.064Z] [Pipeline] {
01:21:04 [2025-02-07T00:21:04.082Z] [Pipeline] readMavenPom
01:21:04 [2025-02-07T00:21:04.112Z] [Pipeline] sh
01:21:04 [2025-02-07T00:21:04.372Z] + rm -f pom.xml
01:21:04 [2025-02-07T00:21:04.373Z] [Pipeline] }
01:21:04 [2025-02-07T00:21:04.390Z] [Pipeline] // script
01:21:04 [2025-02-07T00:21:04.407Z] [Pipeline] }
01:21:04 [2025-02-07T00:21:04.421Z] [Pipeline] // stage
01:21:04 [2025-02-07T00:21:04.439Z] [Pipeline] stage
01:21:04 [2025-02-07T00:21:04.440Z] [Pipeline] { (Check POM parent version)
01:21:04 [2025-02-07T00:21:04.531Z] Stage "Check POM parent version" skipped due to when conditional
01:21:04 [2025-02-07T00:21:04.533Z] [Pipeline] getContext
01:21:04 [2025-02-07T00:21:04.549Z] [Pipeline] }
01:21:04 [2025-02-07T00:21:04.562Z] [Pipeline] // stage
01:21:04 [2025-02-07T00:21:04.579Z] [Pipeline] stage
01:21:04 [2025-02-07T00:21:04.580Z] [Pipeline] { (Checkout projects and check code changes)
01:21:04 [2025-02-07T00:21:04.613Z] [Pipeline] script
01:21:04 [2025-02-07T00:21:04.621Z] [Pipeline] {
01:21:04 [2025-02-07T00:21:04.644Z] [Pipeline] copyArtifacts
01:21:04 [2025-02-07T00:21:04.655Z] Copied 1 artifact from "Silverpeas_6.3.x_AutoDeploy" build number 220
01:21:04 [2025-02-07T00:21:04.667Z] [Pipeline] readYaml
01:21:04 [2025-02-07T00:21:04.693Z] [Pipeline] dir
01:21:04 [2025-02-07T00:21:04.694Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Core
01:21:04 [2025-02-07T00:21:04.695Z] [Pipeline] {
01:21:04 [2025-02-07T00:21:04.715Z] [Pipeline] git
01:21:04 [2025-02-07T00:21:04.718Z] The recommended git tool is: /usr/bin/git
01:21:04 [2025-02-07T00:21:04.721Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:04 [2025-02-07T00:21:04.740Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@2939601; decorates hudson.Launcher$LocalLauncher@2e442fe5 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:04 [2025-02-07T00:21:04.741Z]  > /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 [2025-02-07T00:21:04.747Z] Fetching changes from the remote Git repository
01:21:04 [2025-02-07T00:21:04.750Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Core # timeout=10
01:21:04 [2025-02-07T00:21:04.756Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Core
01:21:04 [2025-02-07T00:21:04.756Z]  > /usr/bin/git --version # timeout=10
01:21:04 [2025-02-07T00:21:04.762Z]  > git --version # 'git version 2.43.0'
01:21:04 [2025-02-07T00:21:04.762Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:04 [2025-02-07T00:21:04.770Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Core +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:05 [2025-02-07T00:21:05.648Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:05 [2025-02-07T00:21:05.655Z] Checking out Revision eb4bb924dcf549c2db0cee56992e75cd32ef4033 (refs/remotes/origin/6.3.x)
01:21:05 [2025-02-07T00:21:05.655Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:05 [2025-02-07T00:21:05.661Z]  > /usr/bin/git checkout -f eb4bb924dcf549c2db0cee56992e75cd32ef4033 # timeout=10
01:21:05 [2025-02-07T00:21:05.715Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:05 [2025-02-07T00:21:05.728Z]  > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:05 [2025-02-07T00:21:05.736Z]  > /usr/bin/git checkout -b 6.3.x eb4bb924dcf549c2db0cee56992e75cd32ef4033 # timeout=10
01:21:05 [2025-02-07T00:21:05.851Z] Commit message: "bug #14490: use folder names instead of ids"
01:21:05 [2025-02-07T00:21:05.852Z]  > /usr/bin/git rev-list --no-walk eb4bb924dcf549c2db0cee56992e75cd32ef4033 # timeout=10
01:21:05 [2025-02-07T00:21:05.871Z] [Pipeline] fileExists
01:21:05 [2025-02-07T00:21:05.880Z] [Pipeline] readMavenPom
01:21:05 [2025-02-07T00:21:05.904Z] [Pipeline] sh
01:21:06 [2025-02-07T00:21:06.164Z] + git rev-parse HEAD
01:21:06 [2025-02-07T00:21:06.168Z] [Pipeline] echo
01:21:06 [2025-02-07T00:21:06.169Z] Silverpeas-Core: current commit is eb4bb924dcf549c2db0cee56992e75cd32ef4033 and last build commit is eb4bb924dcf549c2db0cee56992e75cd32ef4033
01:21:06 [2025-02-07T00:21:06.172Z] [Pipeline] }
01:21:06 [2025-02-07T00:21:06.189Z] [Pipeline] // dir
01:21:06 [2025-02-07T00:21:06.204Z] [Pipeline] echo
01:21:06 [2025-02-07T00:21:06.204Z] Build skipped due to no changes have been done since the last build
01:21:06 [2025-02-07T00:21:06.220Z] [Pipeline] dir
01:21:06 [2025-02-07T00:21:06.220Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Components
01:21:06 [2025-02-07T00:21:06.221Z] [Pipeline] {
01:21:06 [2025-02-07T00:21:06.241Z] [Pipeline] git
01:21:06 [2025-02-07T00:21:06.244Z] The recommended git tool is: /usr/bin/git
01:21:06 [2025-02-07T00:21:06.245Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:06 [2025-02-07T00:21:06.256Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@2f25ebb4; decorates hudson.Launcher$LocalLauncher@3a652897 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:06 [2025-02-07T00:21:06.257Z]  > /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 [2025-02-07T00:21:06.265Z] Fetching changes from the remote Git repository
01:21:06 [2025-02-07T00:21:06.267Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Components # timeout=10
01:21:06 [2025-02-07T00:21:06.275Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Components
01:21:06 [2025-02-07T00:21:06.275Z]  > /usr/bin/git --version # timeout=10
01:21:06 [2025-02-07T00:21:06.280Z]  > git --version # 'git version 2.43.0'
01:21:06 [2025-02-07T00:21:06.280Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:06 [2025-02-07T00:21:06.286Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Components +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:07 [2025-02-07T00:21:07.157Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:07 [2025-02-07T00:21:07.165Z] Checking out Revision f1c18f5b16ecf085b04a36a636aa4aa26ec5d773 (refs/remotes/origin/6.3.x)
01:21:07 [2025-02-07T00:21:07.166Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:07 [2025-02-07T00:21:07.173Z]  > /usr/bin/git checkout -f f1c18f5b16ecf085b04a36a636aa4aa26ec5d773 # timeout=10
01:21:07 [2025-02-07T00:21:07.208Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:07 [2025-02-07T00:21:07.220Z]  > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:07 [2025-02-07T00:21:07.227Z]  > /usr/bin/git checkout -b 6.3.x f1c18f5b16ecf085b04a36a636aa4aa26ec5d773 # timeout=10
01:21:07 [2025-02-07T00:21:07.280Z] 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:07 [2025-02-07T00:21:07.281Z]  > /usr/bin/git rev-list --no-walk f1c18f5b16ecf085b04a36a636aa4aa26ec5d773 # timeout=10
01:21:07 [2025-02-07T00:21:07.317Z] [Pipeline] fileExists
01:21:07 [2025-02-07T00:21:07.333Z] [Pipeline] readMavenPom
01:21:07 [2025-02-07T00:21:07.355Z] [Pipeline] sh
01:21:07 [2025-02-07T00:21:07.614Z] + git rev-parse HEAD
01:21:07 [2025-02-07T00:21:07.618Z] [Pipeline] echo
01:21:07 [2025-02-07T00:21:07.618Z] Silverpeas-Components: current commit is f1c18f5b16ecf085b04a36a636aa4aa26ec5d773 and last build commit is f1c18f5b16ecf085b04a36a636aa4aa26ec5d773
01:21:07 [2025-02-07T00:21:07.620Z] [Pipeline] }
01:21:07 [2025-02-07T00:21:07.635Z] [Pipeline] // dir
01:21:07 [2025-02-07T00:21:07.652Z] [Pipeline] echo
01:21:07 [2025-02-07T00:21:07.653Z] Build skipped due to no changes have been done since the last build
01:21:07 [2025-02-07T00:21:07.672Z] [Pipeline] dir
01:21:07 [2025-02-07T00:21:07.672Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Looks
01:21:07 [2025-02-07T00:21:07.673Z] [Pipeline] {
01:21:07 [2025-02-07T00:21:07.695Z] [Pipeline] git
01:21:07 [2025-02-07T00:21:07.698Z] Selected Git installation does not exist. Using Default
01:21:07 [2025-02-07T00:21:07.698Z] The recommended git tool is: NONE
01:21:07 [2025-02-07T00:21:07.699Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:07 [2025-02-07T00:21:07.708Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@510fe7d0; decorates hudson.Launcher$LocalLauncher@157f3650 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:07 [2025-02-07T00:21:07.709Z]  > /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 [2025-02-07T00:21:07.714Z] Fetching changes from the remote Git repository
01:21:07 [2025-02-07T00:21:07.717Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Looks # timeout=10
01:21:07 [2025-02-07T00:21:07.722Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Looks
01:21:07 [2025-02-07T00:21:07.722Z]  > /usr/bin/git --version # timeout=10
01:21:07 [2025-02-07T00:21:07.727Z]  > git --version # 'git version 2.43.0'
01:21:07 [2025-02-07T00:21:07.727Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:07 [2025-02-07T00:21:07.733Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Looks +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:08 [2025-02-07T00:21:08.467Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:08 [2025-02-07T00:21:08.472Z] Checking out Revision 586ebdd23e10f812e41a52cbf1a3a7f4a81fe924 (refs/remotes/origin/6.3.x)
01:21:08 [2025-02-07T00:21:08.472Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:08 [2025-02-07T00:21:08.477Z]  > /usr/bin/git checkout -f 586ebdd23e10f812e41a52cbf1a3a7f4a81fe924 # timeout=10
01:21:08 [2025-02-07T00:21:08.487Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:08 [2025-02-07T00:21:08.495Z]  > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:08 [2025-02-07T00:21:08.502Z]  > /usr/bin/git checkout -b 6.3.x 586ebdd23e10f812e41a52cbf1a3a7f4a81fe924 # timeout=10
01:21:08 [2025-02-07T00:21:08.513Z] 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:08 [2025-02-07T00:21:08.514Z]  > /usr/bin/git rev-list --no-walk 586ebdd23e10f812e41a52cbf1a3a7f4a81fe924 # timeout=10
01:21:08 [2025-02-07T00:21:08.535Z] [Pipeline] fileExists
01:21:08 [2025-02-07T00:21:08.552Z] [Pipeline] readMavenPom
01:21:08 [2025-02-07T00:21:08.573Z] [Pipeline] sh
01:21:08 [2025-02-07T00:21:08.833Z] + git rev-parse HEAD
01:21:08 [2025-02-07T00:21:08.836Z] [Pipeline] echo
01:21:08 [2025-02-07T00:21:08.837Z] Silverpeas-Looks: current commit is 586ebdd23e10f812e41a52cbf1a3a7f4a81fe924 and last build commit is 586ebdd23e10f812e41a52cbf1a3a7f4a81fe924
01:21:08 [2025-02-07T00:21:08.840Z] [Pipeline] }
01:21:08 [2025-02-07T00:21:08.855Z] [Pipeline] // dir
01:21:08 [2025-02-07T00:21:08.873Z] [Pipeline] echo
01:21:08 [2025-02-07T00:21:08.873Z] Build skipped due to no changes have been done since the last build
01:21:08 [2025-02-07T00:21:08.890Z] [Pipeline] dir
01:21:08 [2025-02-07T00:21:08.891Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Setup
01:21:08 [2025-02-07T00:21:08.891Z] [Pipeline] {
01:21:08 [2025-02-07T00:21:08.913Z] [Pipeline] git
01:21:08 [2025-02-07T00:21:08.915Z] The recommended git tool is: NONE
01:21:08 [2025-02-07T00:21:08.916Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:08 [2025-02-07T00:21:08.925Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@55858b41; decorates hudson.Launcher$LocalLauncher@720cc80b will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:08 [2025-02-07T00:21:08.926Z]  > /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 [2025-02-07T00:21:08.932Z] Fetching changes from the remote Git repository
01:21:08 [2025-02-07T00:21:08.936Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Setup # timeout=10
01:21:08 [2025-02-07T00:21:08.943Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Setup
01:21:08 [2025-02-07T00:21:08.943Z]  > /usr/bin/git --version # timeout=10
01:21:08 [2025-02-07T00:21:08.948Z]  > git --version # 'git version 2.43.0'
01:21:08 [2025-02-07T00:21:08.948Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:08 [2025-02-07T00:21:08.954Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Setup +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:09 [2025-02-07T00:21:09.342Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:09 [2025-02-07T00:21:09.350Z] Checking out Revision 146430cd63566b3be410c8dd534faa57033583b3 (refs/remotes/origin/6.3.x)
01:21:09 [2025-02-07T00:21:09.350Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:09 [2025-02-07T00:21:09.356Z]  > /usr/bin/git checkout -f 146430cd63566b3be410c8dd534faa57033583b3 # timeout=10
01:21:09 [2025-02-07T00:21:09.367Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:09 [2025-02-07T00:21:09.376Z]  > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:09 [2025-02-07T00:21:09.384Z]  > /usr/bin/git checkout -b 6.3.x 146430cd63566b3be410c8dd534faa57033583b3 # timeout=10
01:21:09 [2025-02-07T00:21:09.396Z] 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:09 [2025-02-07T00:21:09.396Z]  > /usr/bin/git rev-list --no-walk 146430cd63566b3be410c8dd534faa57033583b3 # timeout=10
01:21:09 [2025-02-07T00:21:09.425Z] [Pipeline] fileExists
01:21:09 [2025-02-07T00:21:09.440Z] [Pipeline] sh
01:21:09 [2025-02-07T00:21:09.697Z] + git rev-parse HEAD
01:21:09 [2025-02-07T00:21:09.700Z] [Pipeline] echo
01:21:09 [2025-02-07T00:21:09.701Z] Silverpeas-Setup: current commit is 146430cd63566b3be410c8dd534faa57033583b3 and last build commit is 146430cd63566b3be410c8dd534faa57033583b3
01:21:09 [2025-02-07T00:21:09.703Z] [Pipeline] }
01:21:09 [2025-02-07T00:21:09.714Z] [Pipeline] // dir
01:21:09 [2025-02-07T00:21:09.724Z] [Pipeline] echo
01:21:09 [2025-02-07T00:21:09.725Z] Build skipped due to no changes have been done since the last build
01:21:09 [2025-02-07T00:21:09.733Z] [Pipeline] dir
01:21:09 [2025-02-07T00:21:09.733Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Distribution
01:21:09 [2025-02-07T00:21:09.734Z] [Pipeline] {
01:21:09 [2025-02-07T00:21:09.743Z] [Pipeline] git
01:21:09 [2025-02-07T00:21:09.745Z] The recommended git tool is: NONE
01:21:09 [2025-02-07T00:21:09.747Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:09 [2025-02-07T00:21:09.755Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@1f6962cc; decorates hudson.Launcher$LocalLauncher@4e54df90 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:09 [2025-02-07T00:21:09.756Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Distribution/.git # timeout=10
01:21:09 [2025-02-07T00:21:09.762Z] Fetching changes from the remote Git repository
01:21:09 [2025-02-07T00:21:09.766Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Distribution # timeout=10
01:21:09 [2025-02-07T00:21:09.773Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Distribution
01:21:09 [2025-02-07T00:21:09.773Z]  > /usr/bin/git --version # timeout=10
01:21:09 [2025-02-07T00:21:09.778Z]  > git --version # 'git version 2.43.0'
01:21:09 [2025-02-07T00:21:09.779Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:09 [2025-02-07T00:21:09.785Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Distribution +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:10 [2025-02-07T00:21:10.155Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:10 [2025-02-07T00:21:10.162Z] Checking out Revision 10719018413e414cfa70c0f64a945a72670797f4 (refs/remotes/origin/6.3.x)
01:21:10 [2025-02-07T00:21:10.162Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:10 [2025-02-07T00:21:10.167Z]  > /usr/bin/git checkout -f 10719018413e414cfa70c0f64a945a72670797f4 # timeout=10
01:21:10 [2025-02-07T00:21:10.175Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:10 [2025-02-07T00:21:10.183Z]  > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:10 [2025-02-07T00:21:10.189Z]  > /usr/bin/git checkout -b 6.3.x 10719018413e414cfa70c0f64a945a72670797f4 # timeout=10
01:21:10 [2025-02-07T00:21:10.198Z] 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:10 [2025-02-07T00:21:10.199Z]  > /usr/bin/git rev-list --no-walk 10719018413e414cfa70c0f64a945a72670797f4 # timeout=10
01:21:10 [2025-02-07T00:21:10.220Z] [Pipeline] fileExists
01:21:10 [2025-02-07T00:21:10.228Z] [Pipeline] readMavenPom
01:21:10 [2025-02-07T00:21:10.238Z] [Pipeline] sh
01:21:10 [2025-02-07T00:21:10.494Z] + git rev-parse HEAD
01:21:10 [2025-02-07T00:21:10.497Z] [Pipeline] echo
01:21:10 [2025-02-07T00:21:10.498Z] Silverpeas-Distribution: current commit is 10719018413e414cfa70c0f64a945a72670797f4 and last build commit is 10719018413e414cfa70c0f64a945a72670797f4
01:21:10 [2025-02-07T00:21:10.500Z] [Pipeline] }
01:21:10 [2025-02-07T00:21:10.516Z] [Pipeline] // dir
01:21:10 [2025-02-07T00:21:10.533Z] [Pipeline] echo
01:21:10 [2025-02-07T00:21:10.533Z] Build skipped due to no changes have been done since the last build
01:21:10 [2025-02-07T00:21:10.554Z] [Pipeline] dir
01:21:10 [2025-02-07T00:21:10.554Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Assembly
01:21:10 [2025-02-07T00:21:10.555Z] [Pipeline] {
01:21:10 [2025-02-07T00:21:10.578Z] [Pipeline] git
01:21:10 [2025-02-07T00:21:10.581Z] The recommended git tool is: NONE
01:21:10 [2025-02-07T00:21:10.582Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:10 [2025-02-07T00:21:10.593Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@293da98d; decorates hudson.Launcher$LocalLauncher@7be92680 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:10 [2025-02-07T00:21:10.594Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Assembly/.git # timeout=10
01:21:10 [2025-02-07T00:21:10.600Z] Fetching changes from the remote Git repository
01:21:10 [2025-02-07T00:21:10.604Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Assembly # timeout=10
01:21:10 [2025-02-07T00:21:10.610Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Assembly
01:21:10 [2025-02-07T00:21:10.610Z]  > /usr/bin/git --version # timeout=10
01:21:10 [2025-02-07T00:21:10.615Z]  > git --version # 'git version 2.43.0'
01:21:10 [2025-02-07T00:21:10.615Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:10 [2025-02-07T00:21:10.621Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Assembly +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:11 [2025-02-07T00:21:11.009Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:11 [2025-02-07T00:21:11.016Z] Checking out Revision e6cf90efb933ea1d65558af1cade3056ac4b6462 (refs/remotes/origin/6.3.x)
01:21:11 [2025-02-07T00:21:11.016Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:11 [2025-02-07T00:21:11.022Z]  > /usr/bin/git checkout -f e6cf90efb933ea1d65558af1cade3056ac4b6462 # timeout=10
01:21:11 [2025-02-07T00:21:11.031Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:11 [2025-02-07T00:21:11.041Z]  > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:11 [2025-02-07T00:21:11.048Z]  > /usr/bin/git checkout -b 6.3.x e6cf90efb933ea1d65558af1cade3056ac4b6462 # timeout=10
01:21:11 [2025-02-07T00:21:11.057Z] 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:11 [2025-02-07T00:21:11.057Z]  > /usr/bin/git rev-list --no-walk e6cf90efb933ea1d65558af1cade3056ac4b6462 # timeout=10
01:21:11 [2025-02-07T00:21:11.078Z] [Pipeline] fileExists
01:21:11 [2025-02-07T00:21:11.108Z] [Pipeline] readMavenPom
01:21:11 [2025-02-07T00:21:11.139Z] [Pipeline] sh
01:21:11 [2025-02-07T00:21:11.399Z] + git rev-parse HEAD
01:21:11 [2025-02-07T00:21:11.402Z] [Pipeline] echo
01:21:11 [2025-02-07T00:21:11.402Z] Silverpeas-Assembly: current commit is e6cf90efb933ea1d65558af1cade3056ac4b6462 and last build commit is e6cf90efb933ea1d65558af1cade3056ac4b6462
01:21:11 [2025-02-07T00:21:11.403Z] [Pipeline] }
01:21:11 [2025-02-07T00:21:11.422Z] [Pipeline] // dir
01:21:11 [2025-02-07T00:21:11.439Z] [Pipeline] echo
01:21:11 [2025-02-07T00:21:11.439Z] Build skipped due to no changes have been done since the last build
01:21:11 [2025-02-07T00:21:11.440Z] [Pipeline] }
01:21:11 [2025-02-07T00:21:11.456Z] [Pipeline] // script
01:21:11 [2025-02-07T00:21:11.473Z] [Pipeline] }
01:21:11 [2025-02-07T00:21:11.488Z] [Pipeline] // stage
01:21:11 [2025-02-07T00:21:11.508Z] [Pipeline] stage
01:21:11 [2025-02-07T00:21:11.509Z] [Pipeline] { (Build Silverpeas)
01:21:11 [2025-02-07T00:21:11.542Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2025-02-07T00:21:11.544Z] [Pipeline] getContext
01:21:11 [2025-02-07T00:21:11.566Z] [Pipeline] stage
01:21:11 [2025-02-07T00:21:11.568Z] [Pipeline] { (Build Silverpeas-Core)
01:21:11 [2025-02-07T00:21:11.586Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2025-02-07T00:21:11.587Z] [Pipeline] getContext
01:21:11 [2025-02-07T00:21:11.588Z] [Pipeline] }
01:21:11 [2025-02-07T00:21:11.605Z] [Pipeline] // stage
01:21:11 [2025-02-07T00:21:11.623Z] [Pipeline] stage
01:21:11 [2025-02-07T00:21:11.624Z] [Pipeline] { (Build Silverpeas-Components)
01:21:11 [2025-02-07T00:21:11.641Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2025-02-07T00:21:11.642Z] [Pipeline] getContext
01:21:11 [2025-02-07T00:21:11.644Z] [Pipeline] }
01:21:11 [2025-02-07T00:21:11.660Z] [Pipeline] // stage
01:21:11 [2025-02-07T00:21:11.678Z] [Pipeline] stage
01:21:11 [2025-02-07T00:21:11.678Z] [Pipeline] { (Build Silverpeas-Assembly)
01:21:11 [2025-02-07T00:21:11.695Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2025-02-07T00:21:11.696Z] [Pipeline] getContext
01:21:11 [2025-02-07T00:21:11.698Z] [Pipeline] }
01:21:11 [2025-02-07T00:21:11.714Z] [Pipeline] // stage
01:21:11 [2025-02-07T00:21:11.733Z] [Pipeline] stage
01:21:11 [2025-02-07T00:21:11.734Z] [Pipeline] { (Build Silverpeas Setup)
01:21:11 [2025-02-07T00:21:11.751Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2025-02-07T00:21:11.752Z] [Pipeline] getContext
01:21:11 [2025-02-07T00:21:11.753Z] [Pipeline] }
01:21:11 [2025-02-07T00:21:11.770Z] [Pipeline] // stage
01:21:11 [2025-02-07T00:21:11.789Z] [Pipeline] stage
01:21:11 [2025-02-07T00:21:11.790Z] [Pipeline] { (Build Silverpeas Distribution)
01:21:11 [2025-02-07T00:21:11.835Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2025-02-07T00:21:11.837Z] [Pipeline] getContext
01:21:11 [2025-02-07T00:21:11.839Z] [Pipeline] }
01:21:11 [2025-02-07T00:21:11.856Z] [Pipeline] // stage
01:21:11 [2025-02-07T00:21:11.877Z] [Pipeline] stage
01:21:11 [2025-02-07T00:21:11.878Z] [Pipeline] { (Build Silverpeas-Looks)
01:21:11 [2025-02-07T00:21:11.890Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2025-02-07T00:21:11.891Z] [Pipeline] getContext
01:21:11 [2025-02-07T00:21:11.892Z] [Pipeline] }
01:21:11 [2025-02-07T00:21:11.909Z] [Pipeline] // stage
01:21:11 [2025-02-07T00:21:11.927Z] [Pipeline] stage
01:21:11 [2025-02-07T00:21:11.928Z] [Pipeline] { (Publish Silverpeas-Core)
01:21:11 [2025-02-07T00:21:11.940Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2025-02-07T00:21:11.940Z] [Pipeline] getContext
01:21:11 [2025-02-07T00:21:11.942Z] [Pipeline] }
01:21:11 [2025-02-07T00:21:11.960Z] [Pipeline] // stage
01:21:11 [2025-02-07T00:21:11.999Z] [Pipeline] stage
01:21:12 [2025-02-07T00:21:12.000Z] [Pipeline] { (Publish Silverpeas-Components)
01:21:12 [2025-02-07T00:21:12.011Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:12 [2025-02-07T00:21:12.012Z] [Pipeline] getContext
01:21:12 [2025-02-07T00:21:12.013Z] [Pipeline] }
01:21:12 [2025-02-07T00:21:12.024Z] [Pipeline] // stage
01:21:12 [2025-02-07T00:21:12.035Z] [Pipeline] stage
01:21:12 [2025-02-07T00:21:12.036Z] [Pipeline] { (Publish Silverpeas-Assembly)
01:21:12 [2025-02-07T00:21:12.047Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:12 [2025-02-07T00:21:12.048Z] [Pipeline] getContext
01:21:12 [2025-02-07T00:21:12.049Z] [Pipeline] }
01:21:12 [2025-02-07T00:21:12.060Z] [Pipeline] // stage
01:21:12 [2025-02-07T00:21:12.071Z] [Pipeline] stage
01:21:12 [2025-02-07T00:21:12.072Z] [Pipeline] { (Publish Silverpeas-Setup)
01:21:12 [2025-02-07T00:21:12.079Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:12 [2025-02-07T00:21:12.080Z] [Pipeline] getContext
01:21:12 [2025-02-07T00:21:12.081Z] [Pipeline] }
01:21:12 [2025-02-07T00:21:12.088Z] [Pipeline] // stage
01:21:12 [2025-02-07T00:21:12.096Z] [Pipeline] stage
01:21:12 [2025-02-07T00:21:12.097Z] [Pipeline] { (Publish Silverpeas-Distribution)
01:21:12 [2025-02-07T00:21:12.103Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:12 [2025-02-07T00:21:12.104Z] [Pipeline] getContext
01:21:12 [2025-02-07T00:21:12.105Z] [Pipeline] }
01:21:12 [2025-02-07T00:21:12.113Z] [Pipeline] // stage
01:21:12 [2025-02-07T00:21:12.122Z] [Pipeline] stage
01:21:12 [2025-02-07T00:21:12.123Z] [Pipeline] { (Publish Silverpeas-Looks)
01:21:12 [2025-02-07T00:21:12.135Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:12 [2025-02-07T00:21:12.136Z] [Pipeline] getContext
01:21:12 [2025-02-07T00:21:12.137Z] [Pipeline] }
01:21:12 [2025-02-07T00:21:12.145Z] [Pipeline] // stage
01:21:12 [2025-02-07T00:21:12.156Z] [Pipeline] stage
01:21:12 [2025-02-07T00:21:12.156Z] [Pipeline] { (Publish Community Web Site)
01:21:12 [2025-02-07T00:21:12.171Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:12 [2025-02-07T00:21:12.172Z] [Pipeline] getContext
01:21:12 [2025-02-07T00:21:12.174Z] [Pipeline] }
01:21:12 [2025-02-07T00:21:12.184Z] [Pipeline] // stage
01:21:12 [2025-02-07T00:21:12.195Z] [Pipeline] }
01:21:12 [2025-02-07T00:21:12.204Z] [Pipeline] // stage
01:21:12 [2025-02-07T00:21:12.224Z] [Pipeline] stage
01:21:12 [2025-02-07T00:21:12.225Z] [Pipeline] { (Create YAML build report)
01:21:12 [2025-02-07T00:21:12.249Z] [Pipeline] script
01:21:12 [2025-02-07T00:21:12.255Z] [Pipeline] {
01:21:12 [2025-02-07T00:21:12.270Z] [Pipeline] sh
01:21:12 [2025-02-07T00:21:12.528Z] + mkdir -p target
01:21:12 [2025-02-07T00:21:12.531Z] [Pipeline] sh
01:21:12 [2025-02-07T00:21:12.787Z] + mv build.yaml target/
01:21:12 [2025-02-07T00:21:12.789Z] [Pipeline] }
01:21:12 [2025-02-07T00:21:12.808Z] [Pipeline] // script
01:21:12 [2025-02-07T00:21:12.825Z] [Pipeline] }
01:21:12 [2025-02-07T00:21:12.841Z] [Pipeline] // stage
01:21:12 [2025-02-07T00:21:12.866Z] [Pipeline] stage
01:21:12 [2025-02-07T00:21:12.867Z] [Pipeline] { (Declarative: Post Actions)
01:21:12 [2025-02-07T00:21:12.899Z] [Pipeline] step
01:21:12 [2025-02-07T00:21:12.931Z] [Pipeline] script
01:21:12 [2025-02-07T00:21:12.941Z] [Pipeline] {
01:21:12 [2025-02-07T00:21:12.982Z] [Pipeline] }
01:21:12 [2025-02-07T00:21:12.997Z] [Pipeline] // script
01:21:13 [2025-02-07T00:21:13.017Z] [Pipeline] archiveArtifacts
01:21:13 [2025-02-07T00:21:13.021Z] Archiving artifacts
01:21:13 [2025-02-07T00:21:13.039Z] Enregistrement des empreintes numériques
01:21:13 [2025-02-07T00:21:13.052Z] [Pipeline] sh
01:21:13 [2025-02-07T00:21:13.315Z] + rm -rf target
01:21:13 [2025-02-07T00:21:13.321Z] [Pipeline] }
01:21:13 [2025-02-07T00:21:13.337Z] [Pipeline] // stage
01:21:13 [2025-02-07T00:21:13.353Z] [Pipeline] }
01:21:13 [2025-02-07T00:21:13.369Z] [Pipeline] // withEnv
01:21:13 [2025-02-07T00:21:13.385Z] [Pipeline] }
01:21:13 [2025-02-07T00:21:13.386Z] $ docker stop --time=1 fc3f8852c193d1f2db7b822a5df44f174f7709425873fdcad371b3029d5a3c8c
01:21:14 [2025-02-07T00:21:14.629Z] $ docker rm -f --volumes fc3f8852c193d1f2db7b822a5df44f174f7709425873fdcad371b3029d5a3c8c
01:21:14 [2025-02-07T00:21:14.682Z] [Pipeline] // withDockerContainer
01:21:14 [2025-02-07T00:21:14.697Z] [Pipeline] }
01:21:14 [2025-02-07T00:21:14.713Z] [Pipeline] // withEnv
01:21:14 [2025-02-07T00:21:14.728Z] [Pipeline] }
01:21:14 [2025-02-07T00:21:14.745Z] [Pipeline] // node
01:21:14 [2025-02-07T00:21:14.774Z] [Pipeline] End of Pipeline
01:21:14 [2025-02-07T00:21:14.846Z] Lancement d'un nouveau build de Silverpeas_Mobile_6.3.x_AutoDeploy #193
01:21:14 [2025-02-07T00:21:14.847Z] Finished: SUCCESS