Skip to content
Succès

Sortie de la console

01:21:00 [2024-12-27T00:21:00.998Z] Lancé par une alarme périodique
01:21:01 [2024-12-27T00:21:01.000Z] Running as userbuild
01:21:01 [2024-12-27T00:21:01.414Z] Obtained src/builds/silverpeas/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git
01:21:01 [2024-12-27T00:21:01.955Z] [Pipeline] Start of Pipeline
01:21:02 [2024-12-27T00:21:02.290Z] [Pipeline] node
01:21:02 [2024-12-27T00:21:02.294Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy
01:21:02 [2024-12-27T00:21:02.298Z] [Pipeline] {
01:21:02 [2024-12-27T00:21:02.318Z] [Pipeline] stage
01:21:02 [2024-12-27T00:21:02.319Z] [Pipeline] { (Declarative: Checkout SCM)
01:21:02 [2024-12-27T00:21:02.333Z] [Pipeline] checkout
01:21:02 [2024-12-27T00:21:02.335Z] Selected Git installation does not exist. Using Default
01:21:02 [2024-12-27T00:21:02.335Z] The recommended git tool is: NONE
01:21:02 [2024-12-27T00:21:02.335Z] No credentials specified
01:21:02 [2024-12-27T00:21:02.336Z]  > /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-27T00:21:02.341Z] Fetching changes from the remote Git repository
01:21:02 [2024-12-27T00:21:02.342Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
01:21:02 [2024-12-27T00:21:02.348Z] Cleaning workspace
01:21:02 [2024-12-27T00:21:02.348Z]  > /usr/bin/git rev-parse --verify HEAD # timeout=10
01:21:02 [2024-12-27T00:21:02.353Z] Resetting working tree
01:21:02 [2024-12-27T00:21:02.353Z]  > /usr/bin/git reset --hard # timeout=10
01:21:02 [2024-12-27T00:21:02.361Z]  > /usr/bin/git clean -fdx # timeout=10
01:21:02 [2024-12-27T00:21:02.367Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git
01:21:02 [2024-12-27T00:21:02.367Z]  > /usr/bin/git --version # timeout=10
01:21:02 [2024-12-27T00:21:02.372Z]  > git --version # 'git version 2.43.0'
01:21:02 [2024-12-27T00:21:02.372Z]  > /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-27T00:21:02.698Z]  > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
01:21:02 [2024-12-27T00:21:02.704Z] Checking out Revision a21b86feba1363f95e030bf85247d116cfc8258c (refs/remotes/origin/master)
01:21:02 [2024-12-27T00:21:02.704Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:02 [2024-12-27T00:21:02.709Z]  > /usr/bin/git checkout -f a21b86feba1363f95e030bf85247d116cfc8258c # timeout=10
01:21:02 [2024-12-27T00:21:02.723Z] 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-27T00:21:02.724Z]  > /usr/bin/git rev-list --no-walk a21b86feba1363f95e030bf85247d116cfc8258c # timeout=10
01:21:02 [2024-12-27T00:21:02.745Z] [Pipeline] }
01:21:02 [2024-12-27T00:21:02.757Z] [Pipeline] // stage
01:21:02 [2024-12-27T00:21:02.780Z] [Pipeline] withEnv
01:21:02 [2024-12-27T00:21:02.781Z] [Pipeline] {
01:21:02 [2024-12-27T00:21:02.961Z] [Pipeline] isUnix
01:21:02 [2024-12-27T00:21:02.961Z] [Pipeline] withEnv
01:21:02 [2024-12-27T00:21:02.962Z] [Pipeline] {
01:21:02 [2024-12-27T00:21:02.976Z] [Pipeline] sh
01:21:03 [2024-12-27T00:21:03.232Z] + docker inspect -f . silverpeas/silverbuild:6.3.3
01:21:03 [2024-12-27T00:21:03.232Z] .
01:21:03 [2024-12-27T00:21:03.233Z] [Pipeline] }
01:21:03 [2024-12-27T00:21:03.246Z] [Pipeline] // withEnv
01:21:03 [2024-12-27T00:21:03.260Z] [Pipeline] withDockerContainer
01:21:03 [2024-12-27T00:21:03.292Z] Jenkins does not seem to be running inside a container
01:21:03 [2024-12-27T00:21:03.299Z] $ 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-27T00:21:03.636Z] $ docker top d0a1125991515df456b5eecc1e32a69942cda800cbc07cd6e3e9f727058f24ce -eo pid,comm
01:21:03 [2024-12-27T00:21:03.676Z] [Pipeline] {
01:21:03 [2024-12-27T00:21:03.696Z] [Pipeline] withEnv
01:21:03 [2024-12-27T00:21:03.696Z] [Pipeline] {
01:21:03 [2024-12-27T00:21:03.721Z] [Pipeline] stage
01:21:03 [2024-12-27T00:21:03.722Z] [Pipeline] { (Prepare the job)
01:21:03 [2024-12-27T00:21:03.761Z] [Pipeline] sh
01:21:04 [2024-12-27T00:21:04.018Z] + curl -fsSL -o pom.xml https://raw.githubusercontent.com/Silverpeas/Silverpeas-Core/6.3.x/pom.xml
01:21:04 [2024-12-27T00:21:04.271Z] [Pipeline] script
01:21:04 [2024-12-27T00:21:04.275Z] [Pipeline] {
01:21:04 [2024-12-27T00:21:04.291Z] [Pipeline] readMavenPom
01:21:04 [2024-12-27T00:21:04.320Z] [Pipeline] sh
01:21:04 [2024-12-27T00:21:04.577Z] + rm -f pom.xml
01:21:04 [2024-12-27T00:21:04.577Z] [Pipeline] }
01:21:04 [2024-12-27T00:21:04.590Z] [Pipeline] // script
01:21:04 [2024-12-27T00:21:04.607Z] [Pipeline] }
01:21:04 [2024-12-27T00:21:04.619Z] [Pipeline] // stage
01:21:04 [2024-12-27T00:21:04.633Z] [Pipeline] stage
01:21:04 [2024-12-27T00:21:04.634Z] [Pipeline] { (Check POM parent version)
01:21:04 [2024-12-27T00:21:04.692Z] Stage "Check POM parent version" skipped due to when conditional
01:21:04 [2024-12-27T00:21:04.693Z] [Pipeline] getContext
01:21:04 [2024-12-27T00:21:04.707Z] [Pipeline] }
01:21:04 [2024-12-27T00:21:04.718Z] [Pipeline] // stage
01:21:04 [2024-12-27T00:21:04.732Z] [Pipeline] stage
01:21:04 [2024-12-27T00:21:04.733Z] [Pipeline] { (Checkout projects and check code changes)
01:21:04 [2024-12-27T00:21:04.756Z] [Pipeline] script
01:21:04 [2024-12-27T00:21:04.759Z] [Pipeline] {
01:21:04 [2024-12-27T00:21:04.779Z] [Pipeline] copyArtifacts
01:21:04 [2024-12-27T00:21:04.786Z] Copied 1 artifact from "Silverpeas_6.3.x_AutoDeploy" build number 214
01:21:04 [2024-12-27T00:21:04.796Z] [Pipeline] readYaml
01:21:04 [2024-12-27T00:21:04.814Z] [Pipeline] dir
01:21:04 [2024-12-27T00:21:04.815Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Core
01:21:04 [2024-12-27T00:21:04.815Z] [Pipeline] {
01:21:04 [2024-12-27T00:21:04.832Z] [Pipeline] git
01:21:04 [2024-12-27T00:21:04.834Z] The recommended git tool is: /usr/bin/git
01:21:04 [2024-12-27T00:21:04.836Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:04 [2024-12-27T00:21:04.850Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@541f8fb0; decorates hudson.Launcher$LocalLauncher@192a36cd will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:04 [2024-12-27T00:21:04.851Z]  > /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-27T00:21:04.856Z] Fetching changes from the remote Git repository
01:21:04 [2024-12-27T00:21:04.859Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Core # timeout=10
01:21:04 [2024-12-27T00:21:04.865Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Core
01:21:04 [2024-12-27T00:21:04.865Z]  > /usr/bin/git --version # timeout=10
01:21:04 [2024-12-27T00:21:04.870Z]  > git --version # 'git version 2.43.0'
01:21:04 [2024-12-27T00:21:04.870Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:04 [2024-12-27T00:21:04.875Z]  > /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-27T00:21:05.283Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:05 [2024-12-27T00:21:05.290Z] Checking out Revision eb4bb924dcf549c2db0cee56992e75cd32ef4033 (refs/remotes/origin/6.3.x)
01:21:05 [2024-12-27T00:21:05.290Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:05 [2024-12-27T00:21:05.295Z]  > /usr/bin/git checkout -f eb4bb924dcf549c2db0cee56992e75cd32ef4033 # timeout=10
01:21:05 [2024-12-27T00:21:05.345Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:05 [2024-12-27T00:21:05.357Z]  > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:05 [2024-12-27T00:21:05.366Z]  > /usr/bin/git checkout -b 6.3.x eb4bb924dcf549c2db0cee56992e75cd32ef4033 # timeout=10
01:21:05 [2024-12-27T00:21:05.433Z] Commit message: "bug #14490: use folder names instead of ids"
01:21:05 [2024-12-27T00:21:05.433Z]  > /usr/bin/git rev-list --no-walk eb4bb924dcf549c2db0cee56992e75cd32ef4033 # timeout=10
01:21:05 [2024-12-27T00:21:05.451Z] [Pipeline] fileExists
01:21:05 [2024-12-27T00:21:05.459Z] [Pipeline] readMavenPom
01:21:05 [2024-12-27T00:21:05.478Z] [Pipeline] sh
01:21:05 [2024-12-27T00:21:05.734Z] + git rev-parse HEAD
01:21:05 [2024-12-27T00:21:05.737Z] [Pipeline] echo
01:21:05 [2024-12-27T00:21:05.737Z] Silverpeas-Core: current commit is eb4bb924dcf549c2db0cee56992e75cd32ef4033 and last build commit is eb4bb924dcf549c2db0cee56992e75cd32ef4033
01:21:05 [2024-12-27T00:21:05.739Z] [Pipeline] }
01:21:05 [2024-12-27T00:21:05.752Z] [Pipeline] // dir
01:21:05 [2024-12-27T00:21:05.766Z] [Pipeline] echo
01:21:05 [2024-12-27T00:21:05.767Z] Build skipped due to no changes have been done since the last build
01:21:05 [2024-12-27T00:21:05.781Z] [Pipeline] dir
01:21:05 [2024-12-27T00:21:05.781Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Components
01:21:05 [2024-12-27T00:21:05.782Z] [Pipeline] {
01:21:05 [2024-12-27T00:21:05.799Z] [Pipeline] git
01:21:05 [2024-12-27T00:21:05.800Z] The recommended git tool is: /usr/bin/git
01:21:05 [2024-12-27T00:21:05.801Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:05 [2024-12-27T00:21:05.810Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@634ceb74; decorates hudson.Launcher$LocalLauncher@421f0795 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:05 [2024-12-27T00:21:05.810Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Components/.git # timeout=10
01:21:05 [2024-12-27T00:21:05.816Z] Fetching changes from the remote Git repository
01:21:05 [2024-12-27T00:21:05.819Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Components # timeout=10
01:21:05 [2024-12-27T00:21:05.825Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Components
01:21:05 [2024-12-27T00:21:05.825Z]  > /usr/bin/git --version # timeout=10
01:21:05 [2024-12-27T00:21:05.829Z]  > git --version # 'git version 2.43.0'
01:21:05 [2024-12-27T00:21:05.829Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:05 [2024-12-27T00:21:05.835Z]  > /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-27T00:21:06.211Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:06 [2024-12-27T00:21:06.217Z] Checking out Revision f1c18f5b16ecf085b04a36a636aa4aa26ec5d773 (refs/remotes/origin/6.3.x)
01:21:06 [2024-12-27T00:21:06.217Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:06 [2024-12-27T00:21:06.222Z]  > /usr/bin/git checkout -f f1c18f5b16ecf085b04a36a636aa4aa26ec5d773 # timeout=10
01:21:06 [2024-12-27T00:21:06.248Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:06 [2024-12-27T00:21:06.261Z]  > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:06 [2024-12-27T00:21:06.267Z]  > /usr/bin/git checkout -b 6.3.x f1c18f5b16ecf085b04a36a636aa4aa26ec5d773 # timeout=10
01:21:06 [2024-12-27T00:21:06.306Z] 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-27T00:21:06.306Z]  > /usr/bin/git rev-list --no-walk f1c18f5b16ecf085b04a36a636aa4aa26ec5d773 # timeout=10
01:21:06 [2024-12-27T00:21:06.334Z] [Pipeline] fileExists
01:21:06 [2024-12-27T00:21:06.348Z] [Pipeline] readMavenPom
01:21:06 [2024-12-27T00:21:06.366Z] [Pipeline] sh
01:21:06 [2024-12-27T00:21:06.623Z] + git rev-parse HEAD
01:21:06 [2024-12-27T00:21:06.625Z] [Pipeline] echo
01:21:06 [2024-12-27T00:21:06.626Z] Silverpeas-Components: current commit is f1c18f5b16ecf085b04a36a636aa4aa26ec5d773 and last build commit is f1c18f5b16ecf085b04a36a636aa4aa26ec5d773
01:21:06 [2024-12-27T00:21:06.627Z] [Pipeline] }
01:21:06 [2024-12-27T00:21:06.642Z] [Pipeline] // dir
01:21:06 [2024-12-27T00:21:06.656Z] [Pipeline] echo
01:21:06 [2024-12-27T00:21:06.656Z] Build skipped due to no changes have been done since the last build
01:21:06 [2024-12-27T00:21:06.671Z] [Pipeline] dir
01:21:06 [2024-12-27T00:21:06.672Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Looks
01:21:06 [2024-12-27T00:21:06.672Z] [Pipeline] {
01:21:06 [2024-12-27T00:21:06.690Z] [Pipeline] git
01:21:06 [2024-12-27T00:21:06.692Z] Selected Git installation does not exist. Using Default
01:21:06 [2024-12-27T00:21:06.692Z] The recommended git tool is: NONE
01:21:06 [2024-12-27T00:21:06.693Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:06 [2024-12-27T00:21:06.702Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@394473b0; decorates hudson.Launcher$LocalLauncher@392ce047 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:06 [2024-12-27T00:21:06.703Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Looks/.git # timeout=10
01:21:06 [2024-12-27T00:21:06.710Z] Fetching changes from the remote Git repository
01:21:06 [2024-12-27T00:21:06.712Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Looks # timeout=10
01:21:06 [2024-12-27T00:21:06.717Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Looks
01:21:06 [2024-12-27T00:21:06.718Z]  > /usr/bin/git --version # timeout=10
01:21:06 [2024-12-27T00:21:06.722Z]  > git --version # 'git version 2.43.0'
01:21:06 [2024-12-27T00:21:06.722Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:06 [2024-12-27T00:21:06.728Z]  > /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-27T00:21:07.098Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:07 [2024-12-27T00:21:07.104Z] Checking out Revision 586ebdd23e10f812e41a52cbf1a3a7f4a81fe924 (refs/remotes/origin/6.3.x)
01:21:07 [2024-12-27T00:21:07.105Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:07 [2024-12-27T00:21:07.110Z]  > /usr/bin/git checkout -f 586ebdd23e10f812e41a52cbf1a3a7f4a81fe924 # timeout=10
01:21:07 [2024-12-27T00:21:07.120Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:07 [2024-12-27T00:21:07.127Z]  > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:07 [2024-12-27T00:21:07.138Z]  > /usr/bin/git checkout -b 6.3.x 586ebdd23e10f812e41a52cbf1a3a7f4a81fe924 # timeout=10
01:21:07 [2024-12-27T00:21:07.148Z] 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-27T00:21:07.149Z]  > /usr/bin/git rev-list --no-walk 586ebdd23e10f812e41a52cbf1a3a7f4a81fe924 # timeout=10
01:21:07 [2024-12-27T00:21:07.167Z] [Pipeline] fileExists
01:21:07 [2024-12-27T00:21:07.182Z] [Pipeline] readMavenPom
01:21:07 [2024-12-27T00:21:07.201Z] [Pipeline] sh
01:21:07 [2024-12-27T00:21:07.458Z] + git rev-parse HEAD
01:21:07 [2024-12-27T00:21:07.460Z] [Pipeline] echo
01:21:07 [2024-12-27T00:21:07.461Z] Silverpeas-Looks: current commit is 586ebdd23e10f812e41a52cbf1a3a7f4a81fe924 and last build commit is 586ebdd23e10f812e41a52cbf1a3a7f4a81fe924
01:21:07 [2024-12-27T00:21:07.463Z] [Pipeline] }
01:21:07 [2024-12-27T00:21:07.477Z] [Pipeline] // dir
01:21:07 [2024-12-27T00:21:07.492Z] [Pipeline] echo
01:21:07 [2024-12-27T00:21:07.492Z] Build skipped due to no changes have been done since the last build
01:21:07 [2024-12-27T00:21:07.508Z] [Pipeline] dir
01:21:07 [2024-12-27T00:21:07.508Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Setup
01:21:07 [2024-12-27T00:21:07.509Z] [Pipeline] {
01:21:07 [2024-12-27T00:21:07.527Z] [Pipeline] git
01:21:07 [2024-12-27T00:21:07.529Z] The recommended git tool is: NONE
01:21:07 [2024-12-27T00:21:07.529Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:07 [2024-12-27T00:21:07.538Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@2bdcff07; decorates hudson.Launcher$LocalLauncher@78a2dc7e will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:07 [2024-12-27T00:21:07.539Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Setup/.git # timeout=10
01:21:07 [2024-12-27T00:21:07.545Z] Fetching changes from the remote Git repository
01:21:07 [2024-12-27T00:21:07.548Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Setup # timeout=10
01:21:07 [2024-12-27T00:21:07.556Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Setup
01:21:07 [2024-12-27T00:21:07.556Z]  > /usr/bin/git --version # timeout=10
01:21:07 [2024-12-27T00:21:07.561Z]  > git --version # 'git version 2.43.0'
01:21:07 [2024-12-27T00:21:07.561Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:07 [2024-12-27T00:21:07.567Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Setup +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:07 [2024-12-27T00:21:07.931Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:07 [2024-12-27T00:21:07.938Z] Checking out Revision 146430cd63566b3be410c8dd534faa57033583b3 (refs/remotes/origin/6.3.x)
01:21:07 [2024-12-27T00:21:07.938Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:07 [2024-12-27T00:21:07.943Z]  > /usr/bin/git checkout -f 146430cd63566b3be410c8dd534faa57033583b3 # timeout=10
01:21:07 [2024-12-27T00:21:07.952Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:07 [2024-12-27T00:21:07.960Z]  > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:07 [2024-12-27T00:21:07.976Z]  > /usr/bin/git checkout -b 6.3.x 146430cd63566b3be410c8dd534faa57033583b3 # timeout=10
01:21:07 [2024-12-27T00:21:07.987Z] 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:07 [2024-12-27T00:21:07.988Z]  > /usr/bin/git rev-list --no-walk 146430cd63566b3be410c8dd534faa57033583b3 # timeout=10
01:21:08 [2024-12-27T00:21:08.006Z] [Pipeline] fileExists
01:21:08 [2024-12-27T00:21:08.016Z] [Pipeline] sh
01:21:08 [2024-12-27T00:21:08.274Z] + git rev-parse HEAD
01:21:08 [2024-12-27T00:21:08.276Z] [Pipeline] echo
01:21:08 [2024-12-27T00:21:08.277Z] Silverpeas-Setup: current commit is 146430cd63566b3be410c8dd534faa57033583b3 and last build commit is 146430cd63566b3be410c8dd534faa57033583b3
01:21:08 [2024-12-27T00:21:08.279Z] [Pipeline] }
01:21:08 [2024-12-27T00:21:08.294Z] [Pipeline] // dir
01:21:08 [2024-12-27T00:21:08.310Z] [Pipeline] echo
01:21:08 [2024-12-27T00:21:08.310Z] Build skipped due to no changes have been done since the last build
01:21:08 [2024-12-27T00:21:08.326Z] [Pipeline] dir
01:21:08 [2024-12-27T00:21:08.326Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Distribution
01:21:08 [2024-12-27T00:21:08.327Z] [Pipeline] {
01:21:08 [2024-12-27T00:21:08.346Z] [Pipeline] git
01:21:08 [2024-12-27T00:21:08.348Z] The recommended git tool is: NONE
01:21:08 [2024-12-27T00:21:08.348Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:08 [2024-12-27T00:21:08.356Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@1a453406; decorates hudson.Launcher$LocalLauncher@73ca1fb1 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:08 [2024-12-27T00:21:08.356Z]  > /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-27T00:21:08.362Z] Fetching changes from the remote Git repository
01:21:08 [2024-12-27T00:21:08.364Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Distribution # timeout=10
01:21:08 [2024-12-27T00:21:08.369Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Distribution
01:21:08 [2024-12-27T00:21:08.369Z]  > /usr/bin/git --version # timeout=10
01:21:08 [2024-12-27T00:21:08.373Z]  > git --version # 'git version 2.43.0'
01:21:08 [2024-12-27T00:21:08.373Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:08 [2024-12-27T00:21:08.378Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Distribution +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:08 [2024-12-27T00:21:08.739Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:08 [2024-12-27T00:21:08.745Z] Checking out Revision 10719018413e414cfa70c0f64a945a72670797f4 (refs/remotes/origin/6.3.x)
01:21:08 [2024-12-27T00:21:08.745Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:08 [2024-12-27T00:21:08.751Z]  > /usr/bin/git checkout -f 10719018413e414cfa70c0f64a945a72670797f4 # timeout=10
01:21:08 [2024-12-27T00:21:08.760Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:08 [2024-12-27T00:21:08.768Z]  > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:08 [2024-12-27T00:21:08.775Z]  > /usr/bin/git checkout -b 6.3.x 10719018413e414cfa70c0f64a945a72670797f4 # timeout=10
01:21:08 [2024-12-27T00:21:08.787Z] 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:08 [2024-12-27T00:21:08.787Z]  > /usr/bin/git rev-list --no-walk 10719018413e414cfa70c0f64a945a72670797f4 # timeout=10
01:21:08 [2024-12-27T00:21:08.806Z] [Pipeline] fileExists
01:21:08 [2024-12-27T00:21:08.816Z] [Pipeline] readMavenPom
01:21:08 [2024-12-27T00:21:08.834Z] [Pipeline] sh
01:21:09 [2024-12-27T00:21:09.093Z] + git rev-parse HEAD
01:21:09 [2024-12-27T00:21:09.095Z] [Pipeline] echo
01:21:09 [2024-12-27T00:21:09.096Z] Silverpeas-Distribution: current commit is 10719018413e414cfa70c0f64a945a72670797f4 and last build commit is 10719018413e414cfa70c0f64a945a72670797f4
01:21:09 [2024-12-27T00:21:09.097Z] [Pipeline] }
01:21:09 [2024-12-27T00:21:09.113Z] [Pipeline] // dir
01:21:09 [2024-12-27T00:21:09.129Z] [Pipeline] echo
01:21:09 [2024-12-27T00:21:09.129Z] Build skipped due to no changes have been done since the last build
01:21:09 [2024-12-27T00:21:09.145Z] [Pipeline] dir
01:21:09 [2024-12-27T00:21:09.146Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Assembly
01:21:09 [2024-12-27T00:21:09.146Z] [Pipeline] {
01:21:09 [2024-12-27T00:21:09.166Z] [Pipeline] git
01:21:09 [2024-12-27T00:21:09.167Z] The recommended git tool is: NONE
01:21:09 [2024-12-27T00:21:09.168Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:09 [2024-12-27T00:21:09.179Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@786007e4; decorates hudson.Launcher$LocalLauncher@4c9b60e6 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:09 [2024-12-27T00:21:09.180Z]  > /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-27T00:21:09.187Z] Fetching changes from the remote Git repository
01:21:09 [2024-12-27T00:21:09.190Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Assembly # timeout=10
01:21:09 [2024-12-27T00:21:09.197Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Assembly
01:21:09 [2024-12-27T00:21:09.197Z]  > /usr/bin/git --version # timeout=10
01:21:09 [2024-12-27T00:21:09.202Z]  > git --version # 'git version 2.43.0'
01:21:09 [2024-12-27T00:21:09.202Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:09 [2024-12-27T00:21:09.208Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Assembly +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:09 [2024-12-27T00:21:09.587Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:09 [2024-12-27T00:21:09.593Z] Checking out Revision e6cf90efb933ea1d65558af1cade3056ac4b6462 (refs/remotes/origin/6.3.x)
01:21:09 [2024-12-27T00:21:09.593Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:09 [2024-12-27T00:21:09.598Z]  > /usr/bin/git checkout -f e6cf90efb933ea1d65558af1cade3056ac4b6462 # timeout=10
01:21:09 [2024-12-27T00:21:09.605Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:09 [2024-12-27T00:21:09.615Z]  > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:09 [2024-12-27T00:21:09.623Z]  > /usr/bin/git checkout -b 6.3.x e6cf90efb933ea1d65558af1cade3056ac4b6462 # timeout=10
01:21:09 [2024-12-27T00:21:09.631Z] 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:09 [2024-12-27T00:21:09.632Z]  > /usr/bin/git rev-list --no-walk e6cf90efb933ea1d65558af1cade3056ac4b6462 # timeout=10
01:21:09 [2024-12-27T00:21:09.651Z] [Pipeline] fileExists
01:21:09 [2024-12-27T00:21:09.659Z] [Pipeline] readMavenPom
01:21:09 [2024-12-27T00:21:09.670Z] [Pipeline] sh
01:21:09 [2024-12-27T00:21:09.927Z] + git rev-parse HEAD
01:21:09 [2024-12-27T00:21:09.929Z] [Pipeline] echo
01:21:09 [2024-12-27T00:21:09.929Z] Silverpeas-Assembly: current commit is e6cf90efb933ea1d65558af1cade3056ac4b6462 and last build commit is e6cf90efb933ea1d65558af1cade3056ac4b6462
01:21:09 [2024-12-27T00:21:09.930Z] [Pipeline] }
01:21:09 [2024-12-27T00:21:09.947Z] [Pipeline] // dir
01:21:09 [2024-12-27T00:21:09.963Z] [Pipeline] echo
01:21:09 [2024-12-27T00:21:09.963Z] Build skipped due to no changes have been done since the last build
01:21:09 [2024-12-27T00:21:09.963Z] [Pipeline] }
01:21:09 [2024-12-27T00:21:09.979Z] [Pipeline] // script
01:21:09 [2024-12-27T00:21:09.995Z] [Pipeline] }
01:21:10 [2024-12-27T00:21:10.009Z] [Pipeline] // stage
01:21:10 [2024-12-27T00:21:10.028Z] [Pipeline] stage
01:21:10 [2024-12-27T00:21:10.028Z] [Pipeline] { (Build Silverpeas)
01:21:10 [2024-12-27T00:21:10.056Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:10 [2024-12-27T00:21:10.057Z] [Pipeline] getContext
01:21:10 [2024-12-27T00:21:10.078Z] [Pipeline] stage
01:21:10 [2024-12-27T00:21:10.078Z] [Pipeline] { (Build Silverpeas-Core)
01:21:10 [2024-12-27T00:21:10.095Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:10 [2024-12-27T00:21:10.096Z] [Pipeline] getContext
01:21:10 [2024-12-27T00:21:10.097Z] [Pipeline] }
01:21:10 [2024-12-27T00:21:10.113Z] [Pipeline] // stage
01:21:10 [2024-12-27T00:21:10.130Z] [Pipeline] stage
01:21:10 [2024-12-27T00:21:10.131Z] [Pipeline] { (Build Silverpeas-Components)
01:21:10 [2024-12-27T00:21:10.148Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:10 [2024-12-27T00:21:10.148Z] [Pipeline] getContext
01:21:10 [2024-12-27T00:21:10.150Z] [Pipeline] }
01:21:10 [2024-12-27T00:21:10.166Z] [Pipeline] // stage
01:21:10 [2024-12-27T00:21:10.183Z] [Pipeline] stage
01:21:10 [2024-12-27T00:21:10.184Z] [Pipeline] { (Build Silverpeas-Assembly)
01:21:10 [2024-12-27T00:21:10.201Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:10 [2024-12-27T00:21:10.201Z] [Pipeline] getContext
01:21:10 [2024-12-27T00:21:10.202Z] [Pipeline] }
01:21:10 [2024-12-27T00:21:10.218Z] [Pipeline] // stage
01:21:10 [2024-12-27T00:21:10.235Z] [Pipeline] stage
01:21:10 [2024-12-27T00:21:10.236Z] [Pipeline] { (Build Silverpeas Setup)
01:21:10 [2024-12-27T00:21:10.253Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:10 [2024-12-27T00:21:10.253Z] [Pipeline] getContext
01:21:10 [2024-12-27T00:21:10.255Z] [Pipeline] }
01:21:10 [2024-12-27T00:21:10.270Z] [Pipeline] // stage
01:21:10 [2024-12-27T00:21:10.288Z] [Pipeline] stage
01:21:10 [2024-12-27T00:21:10.288Z] [Pipeline] { (Build Silverpeas Distribution)
01:21:10 [2024-12-27T00:21:10.305Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:10 [2024-12-27T00:21:10.306Z] [Pipeline] getContext
01:21:10 [2024-12-27T00:21:10.307Z] [Pipeline] }
01:21:10 [2024-12-27T00:21:10.316Z] [Pipeline] // stage
01:21:10 [2024-12-27T00:21:10.326Z] [Pipeline] stage
01:21:10 [2024-12-27T00:21:10.327Z] [Pipeline] { (Build Silverpeas-Looks)
01:21:10 [2024-12-27T00:21:10.343Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:10 [2024-12-27T00:21:10.344Z] [Pipeline] getContext
01:21:10 [2024-12-27T00:21:10.345Z] [Pipeline] }
01:21:10 [2024-12-27T00:21:10.359Z] [Pipeline] // stage
01:21:10 [2024-12-27T00:21:10.374Z] [Pipeline] stage
01:21:10 [2024-12-27T00:21:10.375Z] [Pipeline] { (Publish Silverpeas-Core)
01:21:10 [2024-12-27T00:21:10.391Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:10 [2024-12-27T00:21:10.392Z] [Pipeline] getContext
01:21:10 [2024-12-27T00:21:10.393Z] [Pipeline] }
01:21:10 [2024-12-27T00:21:10.407Z] [Pipeline] // stage
01:21:10 [2024-12-27T00:21:10.423Z] [Pipeline] stage
01:21:10 [2024-12-27T00:21:10.424Z] [Pipeline] { (Publish Silverpeas-Components)
01:21:10 [2024-12-27T00:21:10.440Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:10 [2024-12-27T00:21:10.441Z] [Pipeline] getContext
01:21:10 [2024-12-27T00:21:10.442Z] [Pipeline] }
01:21:10 [2024-12-27T00:21:10.456Z] [Pipeline] // stage
01:21:10 [2024-12-27T00:21:10.473Z] [Pipeline] stage
01:21:10 [2024-12-27T00:21:10.474Z] [Pipeline] { (Publish Silverpeas-Assembly)
01:21:10 [2024-12-27T00:21:10.490Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:10 [2024-12-27T00:21:10.491Z] [Pipeline] getContext
01:21:10 [2024-12-27T00:21:10.493Z] [Pipeline] }
01:21:10 [2024-12-27T00:21:10.509Z] [Pipeline] // stage
01:21:10 [2024-12-27T00:21:10.526Z] [Pipeline] stage
01:21:10 [2024-12-27T00:21:10.527Z] [Pipeline] { (Publish Silverpeas-Setup)
01:21:10 [2024-12-27T00:21:10.543Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:10 [2024-12-27T00:21:10.544Z] [Pipeline] getContext
01:21:10 [2024-12-27T00:21:10.545Z] [Pipeline] }
01:21:10 [2024-12-27T00:21:10.561Z] [Pipeline] // stage
01:21:10 [2024-12-27T00:21:10.579Z] [Pipeline] stage
01:21:10 [2024-12-27T00:21:10.579Z] [Pipeline] { (Publish Silverpeas-Distribution)
01:21:10 [2024-12-27T00:21:10.596Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:10 [2024-12-27T00:21:10.597Z] [Pipeline] getContext
01:21:10 [2024-12-27T00:21:10.598Z] [Pipeline] }
01:21:10 [2024-12-27T00:21:10.614Z] [Pipeline] // stage
01:21:10 [2024-12-27T00:21:10.632Z] [Pipeline] stage
01:21:10 [2024-12-27T00:21:10.632Z] [Pipeline] { (Publish Silverpeas-Looks)
01:21:10 [2024-12-27T00:21:10.649Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:10 [2024-12-27T00:21:10.650Z] [Pipeline] getContext
01:21:10 [2024-12-27T00:21:10.651Z] [Pipeline] }
01:21:10 [2024-12-27T00:21:10.667Z] [Pipeline] // stage
01:21:10 [2024-12-27T00:21:10.684Z] [Pipeline] stage
01:21:10 [2024-12-27T00:21:10.685Z] [Pipeline] { (Publish Community Web Site)
01:21:10 [2024-12-27T00:21:10.702Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:10 [2024-12-27T00:21:10.702Z] [Pipeline] getContext
01:21:10 [2024-12-27T00:21:10.703Z] [Pipeline] }
01:21:10 [2024-12-27T00:21:10.719Z] [Pipeline] // stage
01:21:10 [2024-12-27T00:21:10.735Z] [Pipeline] }
01:21:10 [2024-12-27T00:21:10.749Z] [Pipeline] // stage
01:21:10 [2024-12-27T00:21:10.767Z] [Pipeline] stage
01:21:10 [2024-12-27T00:21:10.768Z] [Pipeline] { (Create YAML build report)
01:21:10 [2024-12-27T00:21:10.798Z] [Pipeline] script
01:21:10 [2024-12-27T00:21:10.802Z] [Pipeline] {
01:21:10 [2024-12-27T00:21:10.819Z] [Pipeline] sh
01:21:11 [2024-12-27T00:21:11.077Z] + mkdir -p target
01:21:11 [2024-12-27T00:21:11.079Z] [Pipeline] sh
01:21:11 [2024-12-27T00:21:11.335Z] + mv build.yaml target/
01:21:11 [2024-12-27T00:21:11.337Z] [Pipeline] }
01:21:11 [2024-12-27T00:21:11.353Z] [Pipeline] // script
01:21:11 [2024-12-27T00:21:11.369Z] [Pipeline] }
01:21:11 [2024-12-27T00:21:11.385Z] [Pipeline] // stage
01:21:11 [2024-12-27T00:21:11.407Z] [Pipeline] stage
01:21:11 [2024-12-27T00:21:11.408Z] [Pipeline] { (Declarative: Post Actions)
01:21:11 [2024-12-27T00:21:11.435Z] [Pipeline] step
01:21:11 [2024-12-27T00:21:11.463Z] [Pipeline] script
01:21:11 [2024-12-27T00:21:11.467Z] [Pipeline] {
01:21:11 [2024-12-27T00:21:11.500Z] [Pipeline] }
01:21:11 [2024-12-27T00:21:11.516Z] [Pipeline] // script
01:21:11 [2024-12-27T00:21:11.536Z] [Pipeline] archiveArtifacts
01:21:11 [2024-12-27T00:21:11.539Z] Archiving artifacts
01:21:11 [2024-12-27T00:21:11.555Z] Enregistrement des empreintes numériques
01:21:11 [2024-12-27T00:21:11.567Z] [Pipeline] sh
01:21:11 [2024-12-27T00:21:11.826Z] + rm -rf target
01:21:11 [2024-12-27T00:21:11.832Z] [Pipeline] }
01:21:11 [2024-12-27T00:21:11.850Z] [Pipeline] // stage
01:21:11 [2024-12-27T00:21:11.866Z] [Pipeline] }
01:21:11 [2024-12-27T00:21:11.881Z] [Pipeline] // withEnv
01:21:11 [2024-12-27T00:21:11.897Z] [Pipeline] }
01:21:11 [2024-12-27T00:21:11.898Z] $ docker stop --time=1 d0a1125991515df456b5eecc1e32a69942cda800cbc07cd6e3e9f727058f24ce
01:21:13 [2024-12-27T00:21:13.128Z] $ docker rm -f --volumes d0a1125991515df456b5eecc1e32a69942cda800cbc07cd6e3e9f727058f24ce
01:21:13 [2024-12-27T00:21:13.180Z] [Pipeline] // withDockerContainer
01:21:13 [2024-12-27T00:21:13.196Z] [Pipeline] }
01:21:13 [2024-12-27T00:21:13.212Z] [Pipeline] // withEnv
01:21:13 [2024-12-27T00:21:13.228Z] [Pipeline] }
01:21:13 [2024-12-27T00:21:13.244Z] [Pipeline] // node
01:21:13 [2024-12-27T00:21:13.260Z] [Pipeline] End of Pipeline
01:21:13 [2024-12-27T00:21:13.326Z] Lancement d'un nouveau build de Silverpeas_Mobile_6.3.x_AutoDeploy #187
01:21:13 [2024-12-27T00:21:13.327Z] Finished: SUCCESS