SuccèsSortie de la console
19:24:00 [2025-02-12T18:24:00.610Z] Lancé par une alarme périodique
19:24:00 [2025-02-12T18:24:00.610Z] Running as userbuild
19:24:01 [2025-02-12T18:24:01.175Z] Obtained src/builds/silverpeas/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git
19:24:01 [2025-02-12T18:24:01.415Z] [Pipeline] Start of Pipeline
19:24:01 [2025-02-12T18:24:01.686Z] [Pipeline] node
19:24:01 [2025-02-12T18:24:01.689Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy
19:24:01 [2025-02-12T18:24:01.695Z] [Pipeline] {
19:24:01 [2025-02-12T18:24:01.716Z] [Pipeline] stage
19:24:01 [2025-02-12T18:24:01.717Z] [Pipeline] { (Declarative: Checkout SCM)
19:24:01 [2025-02-12T18:24:01.731Z] [Pipeline] checkout
19:24:01 [2025-02-12T18:24:01.732Z] Selected Git installation does not exist. Using Default
19:24:01 [2025-02-12T18:24:01.732Z] The recommended git tool is: NONE
19:24:01 [2025-02-12T18:24:01.732Z] No credentials specified
19:24:01 [2025-02-12T18:24:01.733Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/.git # timeout=10
19:24:01 [2025-02-12T18:24:01.738Z] Fetching changes from the remote Git repository
19:24:01 [2025-02-12T18:24:01.748Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
19:24:01 [2025-02-12T18:24:01.754Z] Cleaning workspace
19:24:01 [2025-02-12T18:24:01.754Z] > /usr/bin/git rev-parse --verify HEAD # timeout=10
19:24:01 [2025-02-12T18:24:01.759Z] Resetting working tree
19:24:01 [2025-02-12T18:24:01.759Z] > /usr/bin/git reset --hard # timeout=10
19:24:01 [2025-02-12T18:24:01.773Z] > /usr/bin/git clean -fdx # timeout=10
19:24:01 [2025-02-12T18:24:01.778Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git
19:24:01 [2025-02-12T18:24:01.779Z] > /usr/bin/git --version # timeout=10
19:24:01 [2025-02-12T18:24:01.784Z] > git --version # 'git version 2.43.0'
19:24:01 [2025-02-12T18:24:01.784Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Jenkins-Pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
19:24:02 [2025-02-12T18:24:02.481Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:02 [2025-02-12T18:24:02.488Z] Checking out Revision e8468bf49647ac63ce0c1464a25fb5c963108a3f (refs/remotes/origin/master)
19:24:02 [2025-02-12T18:24:02.488Z] > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:02 [2025-02-12T18:24:02.494Z] > /usr/bin/git checkout -f e8468bf49647ac63ce0c1464a25fb5c963108a3f # timeout=10
19:24:02 [2025-02-12T18:24:02.506Z] Commit message: "About Silverpeas Web Browser Edition: - the build pipeline is simplified by asking to the user the branch on which the project has to be built (default valued at 'main') - the release pipeline is improved to create a stable branch in the case the release is done from the main branch."
19:24:02 [2025-02-12T18:24:02.506Z] > /usr/bin/git rev-list --no-walk 34428cd2b6903f85fa844b485bff53488b11710e # timeout=10
19:24:02 [2025-02-12T18:24:02.527Z] [Pipeline] }
19:24:02 [2025-02-12T18:24:02.534Z] [Pipeline] // stage
19:24:02 [2025-02-12T18:24:02.554Z] [Pipeline] withEnv
19:24:02 [2025-02-12T18:24:02.554Z] [Pipeline] {
19:24:02 [2025-02-12T18:24:02.732Z] [Pipeline] isUnix
19:24:02 [2025-02-12T18:24:02.733Z] [Pipeline] withEnv
19:24:02 [2025-02-12T18:24:02.733Z] [Pipeline] {
19:24:02 [2025-02-12T18:24:02.748Z] [Pipeline] sh
19:24:03 [2025-02-12T18:24:03.004Z] + docker inspect -f . silverpeas/silverbuild:latest
19:24:03 [2025-02-12T18:24:03.004Z] .
19:24:03 [2025-02-12T18:24:03.005Z] [Pipeline] }
19:24:03 [2025-02-12T18:24:03.018Z] [Pipeline] // withEnv
19:24:03 [2025-02-12T18:24:03.032Z] [Pipeline] withDockerContainer
19:24:03 [2025-02-12T18:24:03.062Z] Jenkins does not seem to be running inside a container
19:24:03 [2025-02-12T18:24:03.068Z] $ 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_Master_AutoDeploy -v /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy:/var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy:rw,z -v /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy@tmp:/var/lib/jenkins/workspace/Silverpeas_Master_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:latest cat
19:24:03 [2025-02-12T18:24:03.400Z] $ docker top e233e747b0426ddb0580029d3488a0bdb7745f6d6c662655f3cb782a95ec3f3f -eo pid,comm
19:24:03 [2025-02-12T18:24:03.440Z] [Pipeline] {
19:24:03 [2025-02-12T18:24:03.453Z] [Pipeline] withEnv
19:24:03 [2025-02-12T18:24:03.454Z] [Pipeline] {
19:24:03 [2025-02-12T18:24:03.462Z] [Pipeline] stage
19:24:03 [2025-02-12T18:24:03.462Z] [Pipeline] { (Prepare the job)
19:24:03 [2025-02-12T18:24:03.488Z] [Pipeline] sh
19:24:03 [2025-02-12T18:24:03.745Z] + curl -fsSL -o pom.xml https://raw.githubusercontent.com/Silverpeas/Silverpeas-Core/master/pom.xml
19:24:03 [2025-02-12T18:24:03.998Z] [Pipeline] script
19:24:04 [2025-02-12T18:24:04.001Z] [Pipeline] {
19:24:04 [2025-02-12T18:24:04.018Z] [Pipeline] readMavenPom
19:24:04 [2025-02-12T18:24:04.034Z] [Pipeline] sh
19:24:04 [2025-02-12T18:24:04.292Z] + rm -f pom.xml
19:24:04 [2025-02-12T18:24:04.293Z] [Pipeline] }
19:24:04 [2025-02-12T18:24:04.308Z] [Pipeline] // script
19:24:04 [2025-02-12T18:24:04.321Z] [Pipeline] }
19:24:04 [2025-02-12T18:24:04.333Z] [Pipeline] // stage
19:24:04 [2025-02-12T18:24:04.348Z] [Pipeline] stage
19:24:04 [2025-02-12T18:24:04.349Z] [Pipeline] { (Check POM parent version)
19:24:04 [2025-02-12T18:24:04.414Z] [Pipeline] copyArtifacts
19:24:04 [2025-02-12T18:24:04.420Z] Copied 1 artifact from "Silverpeas_Project_Definition_AutoDeploy" build number 272
19:24:04 [2025-02-12T18:24:04.431Z] [Pipeline] script
19:24:04 [2025-02-12T18:24:04.438Z] [Pipeline] {
19:24:04 [2025-02-12T18:24:04.452Z] [Pipeline] readYaml
19:24:04 [2025-02-12T18:24:04.469Z] [Pipeline] sh
19:24:04 [2025-02-12T18:24:04.727Z] + curl --output /dev/null --silent --head --fail -r 0-0 https://nexus3.silverpeas.org/repository/releases/org/silverpeas/silverpeas-project/1.7/silverpeas-project-1.7.pom
19:24:04 [2025-02-12T18:24:04.980Z] [Pipeline] sh
19:24:05 [2025-02-12T18:24:05.237Z] + rm -f build.yaml
19:24:05 [2025-02-12T18:24:05.238Z] [Pipeline] }
19:24:05 [2025-02-12T18:24:05.251Z] [Pipeline] // script
19:24:05 [2025-02-12T18:24:05.264Z] [Pipeline] }
19:24:05 [2025-02-12T18:24:05.277Z] [Pipeline] // stage
19:24:05 [2025-02-12T18:24:05.292Z] [Pipeline] stage
19:24:05 [2025-02-12T18:24:05.293Z] [Pipeline] { (Checkout projects and check code changes)
19:24:05 [2025-02-12T18:24:05.320Z] [Pipeline] script
19:24:05 [2025-02-12T18:24:05.324Z] [Pipeline] {
19:24:05 [2025-02-12T18:24:05.346Z] [Pipeline] copyArtifacts
19:24:05 [2025-02-12T18:24:05.352Z] Copied 1 artifact from "Silverpeas_Master_AutoDeploy" build number 906
19:24:05 [2025-02-12T18:24:05.363Z] [Pipeline] fileExists
19:24:05 [2025-02-12T18:24:05.380Z] [Pipeline] readYaml
19:24:05 [2025-02-12T18:24:05.396Z] [Pipeline] dir
19:24:05 [2025-02-12T18:24:05.397Z] Running in /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Core
19:24:05 [2025-02-12T18:24:05.397Z] [Pipeline] {
19:24:05 [2025-02-12T18:24:05.414Z] [Pipeline] git
19:24:05 [2025-02-12T18:24:05.416Z] The recommended git tool is: /usr/bin/git
19:24:05 [2025-02-12T18:24:05.417Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
19:24:05 [2025-02-12T18:24:05.431Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@31a501d5; decorates hudson.Launcher$LocalLauncher@1ce973e will be ignored (a typical symptom is the Git executable not being run inside a designated container)
19:24:05 [2025-02-12T18:24:05.432Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Core/.git # timeout=10
19:24:05 [2025-02-12T18:24:05.438Z] Fetching changes from the remote Git repository
19:24:05 [2025-02-12T18:24:05.441Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Core # timeout=10
19:24:05 [2025-02-12T18:24:05.447Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Core
19:24:05 [2025-02-12T18:24:05.447Z] > /usr/bin/git --version # timeout=10
19:24:05 [2025-02-12T18:24:05.451Z] > git --version # 'git version 2.43.0'
19:24:05 [2025-02-12T18:24:05.452Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
19:24:05 [2025-02-12T18:24:05.458Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Core +refs/heads/*:refs/remotes/origin/* # timeout=10
19:24:06 [2025-02-12T18:24:06.298Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:06 [2025-02-12T18:24:06.305Z] Checking out Revision a2d8adb225d0dde24a1ff57326b3f65982f4494b (refs/remotes/origin/master)
19:24:06 [2025-02-12T18:24:06.305Z] > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:06 [2025-02-12T18:24:06.311Z] > /usr/bin/git checkout -f a2d8adb225d0dde24a1ff57326b3f65982f4494b # timeout=10
19:24:06 [2025-02-12T18:24:06.365Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
19:24:06 [2025-02-12T18:24:06.382Z] > /usr/bin/git branch -D master # timeout=10
19:24:06 [2025-02-12T18:24:06.389Z] > /usr/bin/git checkout -b master a2d8adb225d0dde24a1ff57326b3f65982f4494b # timeout=10
19:24:06 [2025-02-12T18:24:06.438Z] Commit message: "Bug #14491"
19:24:06 [2025-02-12T18:24:06.438Z] > /usr/bin/git rev-list --no-walk a2d8adb225d0dde24a1ff57326b3f65982f4494b # timeout=10
19:24:06 [2025-02-12T18:24:06.457Z] [Pipeline] fileExists
19:24:06 [2025-02-12T18:24:06.471Z] [Pipeline] readMavenPom
19:24:06 [2025-02-12T18:24:06.491Z] [Pipeline] sh
19:24:06 [2025-02-12T18:24:06.748Z] + git rev-parse HEAD
19:24:06 [2025-02-12T18:24:06.751Z] [Pipeline] echo
19:24:06 [2025-02-12T18:24:06.752Z] Silverpeas-Core: current commit is a2d8adb225d0dde24a1ff57326b3f65982f4494b and last build commit is a2d8adb225d0dde24a1ff57326b3f65982f4494b
19:24:06 [2025-02-12T18:24:06.753Z] [Pipeline] }
19:24:06 [2025-02-12T18:24:06.767Z] [Pipeline] // dir
19:24:06 [2025-02-12T18:24:06.781Z] [Pipeline] echo
19:24:06 [2025-02-12T18:24:06.781Z] Build skipped due to no changes have been done since the last build
19:24:06 [2025-02-12T18:24:06.796Z] [Pipeline] dir
19:24:06 [2025-02-12T18:24:06.796Z] Running in /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Components
19:24:06 [2025-02-12T18:24:06.797Z] [Pipeline] {
19:24:06 [2025-02-12T18:24:06.815Z] [Pipeline] git
19:24:06 [2025-02-12T18:24:06.816Z] The recommended git tool is: /usr/bin/git
19:24:06 [2025-02-12T18:24:06.817Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
19:24:06 [2025-02-12T18:24:06.827Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@3a5453a2; decorates hudson.Launcher$LocalLauncher@39b1d0ad will be ignored (a typical symptom is the Git executable not being run inside a designated container)
19:24:06 [2025-02-12T18:24:06.827Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Components/.git # timeout=10
19:24:06 [2025-02-12T18:24:06.833Z] Fetching changes from the remote Git repository
19:24:06 [2025-02-12T18:24:06.836Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Components # timeout=10
19:24:06 [2025-02-12T18:24:06.842Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Components
19:24:06 [2025-02-12T18:24:06.842Z] > /usr/bin/git --version # timeout=10
19:24:06 [2025-02-12T18:24:06.847Z] > git --version # 'git version 2.43.0'
19:24:06 [2025-02-12T18:24:06.847Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
19:24:06 [2025-02-12T18:24:06.853Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Components +refs/heads/*:refs/remotes/origin/* # timeout=10
19:24:07 [2025-02-12T18:24:07.367Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:07 [2025-02-12T18:24:07.375Z] Checking out Revision 28992de53aeed29c31ff264902dad3b4fa701625 (refs/remotes/origin/master)
19:24:07 [2025-02-12T18:24:07.375Z] > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:07 [2025-02-12T18:24:07.380Z] > /usr/bin/git checkout -f 28992de53aeed29c31ff264902dad3b4fa701625 # timeout=10
19:24:07 [2025-02-12T18:24:07.416Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
19:24:07 [2025-02-12T18:24:07.430Z] > /usr/bin/git branch -D master # timeout=10
19:24:07 [2025-02-12T18:24:07.438Z] > /usr/bin/git checkout -b master 28992de53aeed29c31ff264902dad3b4fa701625 # timeout=10
19:24:07 [2025-02-12T18:24:07.481Z] Commit message: "Bug #14391"
19:24:07 [2025-02-12T18:24:07.481Z] > /usr/bin/git rev-list --no-walk 28992de53aeed29c31ff264902dad3b4fa701625 # timeout=10
19:24:07 [2025-02-12T18:24:07.509Z] [Pipeline] fileExists
19:24:07 [2025-02-12T18:24:07.515Z] [Pipeline] readMavenPom
19:24:07 [2025-02-12T18:24:07.527Z] [Pipeline] sh
19:24:07 [2025-02-12T18:24:07.784Z] + git rev-parse HEAD
19:24:07 [2025-02-12T18:24:07.787Z] [Pipeline] echo
19:24:07 [2025-02-12T18:24:07.787Z] Silverpeas-Components: current commit is 28992de53aeed29c31ff264902dad3b4fa701625 and last build commit is 28992de53aeed29c31ff264902dad3b4fa701625
19:24:07 [2025-02-12T18:24:07.789Z] [Pipeline] }
19:24:07 [2025-02-12T18:24:07.803Z] [Pipeline] // dir
19:24:07 [2025-02-12T18:24:07.818Z] [Pipeline] echo
19:24:07 [2025-02-12T18:24:07.818Z] Build skipped due to no changes have been done since the last build
19:24:07 [2025-02-12T18:24:07.833Z] [Pipeline] dir
19:24:07 [2025-02-12T18:24:07.834Z] Running in /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Looks
19:24:07 [2025-02-12T18:24:07.834Z] [Pipeline] {
19:24:07 [2025-02-12T18:24:07.853Z] [Pipeline] git
19:24:07 [2025-02-12T18:24:07.855Z] Selected Git installation does not exist. Using Default
19:24:07 [2025-02-12T18:24:07.855Z] The recommended git tool is: NONE
19:24:07 [2025-02-12T18:24:07.856Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
19:24:07 [2025-02-12T18:24:07.866Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@1b8d931e; decorates hudson.Launcher$LocalLauncher@481a6626 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
19:24:07 [2025-02-12T18:24:07.866Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Looks/.git # timeout=10
19:24:07 [2025-02-12T18:24:07.872Z] Fetching changes from the remote Git repository
19:24:07 [2025-02-12T18:24:07.875Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Looks # timeout=10
19:24:07 [2025-02-12T18:24:07.881Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Looks
19:24:07 [2025-02-12T18:24:07.881Z] > /usr/bin/git --version # timeout=10
19:24:07 [2025-02-12T18:24:07.886Z] > git --version # 'git version 2.43.0'
19:24:07 [2025-02-12T18:24:07.886Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
19:24:07 [2025-02-12T18:24:07.892Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Looks +refs/heads/*:refs/remotes/origin/* # timeout=10
19:24:08 [2025-02-12T18:24:08.299Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:08 [2025-02-12T18:24:08.305Z] Checking out Revision 59477e589e17581c153dd901677f666b053732a7 (refs/remotes/origin/master)
19:24:08 [2025-02-12T18:24:08.305Z] > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:08 [2025-02-12T18:24:08.311Z] > /usr/bin/git checkout -f 59477e589e17581c153dd901677f666b053732a7 # timeout=10
19:24:08 [2025-02-12T18:24:08.323Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
19:24:08 [2025-02-12T18:24:08.332Z] > /usr/bin/git branch -D master # timeout=10
19:24:08 [2025-02-12T18:24:08.339Z] > /usr/bin/git checkout -b master 59477e589e17581c153dd901677f666b053732a7 # timeout=10
19:24:08 [2025-02-12T18:24:08.358Z] Commit message: "Defined the font-size's variable for each skin"
19:24:08 [2025-02-12T18:24:08.359Z] > /usr/bin/git rev-list --no-walk 59477e589e17581c153dd901677f666b053732a7 # timeout=10
19:24:08 [2025-02-12T18:24:08.389Z] [Pipeline] fileExists
19:24:08 [2025-02-12T18:24:08.405Z] [Pipeline] readMavenPom
19:24:08 [2025-02-12T18:24:08.424Z] [Pipeline] sh
19:24:08 [2025-02-12T18:24:08.682Z] + git rev-parse HEAD
19:24:08 [2025-02-12T18:24:08.685Z] [Pipeline] echo
19:24:08 [2025-02-12T18:24:08.685Z] Silverpeas-Looks: current commit is 59477e589e17581c153dd901677f666b053732a7 and last build commit is 59477e589e17581c153dd901677f666b053732a7
19:24:08 [2025-02-12T18:24:08.687Z] [Pipeline] }
19:24:08 [2025-02-12T18:24:08.702Z] [Pipeline] // dir
19:24:08 [2025-02-12T18:24:08.716Z] [Pipeline] echo
19:24:08 [2025-02-12T18:24:08.717Z] Build skipped due to no changes have been done since the last build
19:24:08 [2025-02-12T18:24:08.732Z] [Pipeline] dir
19:24:08 [2025-02-12T18:24:08.732Z] Running in /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Setup
19:24:08 [2025-02-12T18:24:08.733Z] [Pipeline] {
19:24:08 [2025-02-12T18:24:08.751Z] [Pipeline] git
19:24:08 [2025-02-12T18:24:08.754Z] The recommended git tool is: NONE
19:24:08 [2025-02-12T18:24:08.754Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
19:24:08 [2025-02-12T18:24:08.765Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@4f47bfda; decorates hudson.Launcher$LocalLauncher@3ed90d56 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
19:24:08 [2025-02-12T18:24:08.765Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Setup/.git # timeout=10
19:24:08 [2025-02-12T18:24:08.772Z] Fetching changes from the remote Git repository
19:24:08 [2025-02-12T18:24:08.775Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Setup # timeout=10
19:24:08 [2025-02-12T18:24:08.781Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Setup
19:24:08 [2025-02-12T18:24:08.781Z] > /usr/bin/git --version # timeout=10
19:24:08 [2025-02-12T18:24:08.786Z] > git --version # 'git version 2.43.0'
19:24:08 [2025-02-12T18:24:08.786Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
19:24:08 [2025-02-12T18:24:08.792Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Setup +refs/heads/*:refs/remotes/origin/* # timeout=10
19:24:09 [2025-02-12T18:24:09.375Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:09 [2025-02-12T18:24:09.382Z] Checking out Revision 19f9a05ff806927062daed0bc30d2dddfb4e1115 (refs/remotes/origin/master)
19:24:09 [2025-02-12T18:24:09.382Z] > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:09 [2025-02-12T18:24:09.388Z] > /usr/bin/git checkout -f 19f9a05ff806927062daed0bc30d2dddfb4e1115 # timeout=10
19:24:09 [2025-02-12T18:24:09.396Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
19:24:09 [2025-02-12T18:24:09.405Z] > /usr/bin/git branch -D master # timeout=10
19:24:09 [2025-02-12T18:24:09.412Z] > /usr/bin/git checkout -b master 19f9a05ff806927062daed0bc30d2dddfb4e1115 # timeout=10
19:24:09 [2025-02-12T18:24:09.429Z] Commit message: "6.4 has been released from build 6.4-build240616 (92d58487c2004cefbf3973e0d5225d6a0e53884c).Prepare for development iteration of next version 6.5"
19:24:09 [2025-02-12T18:24:09.430Z] > /usr/bin/git rev-list --no-walk 19f9a05ff806927062daed0bc30d2dddfb4e1115 # timeout=10
19:24:09 [2025-02-12T18:24:09.458Z] [Pipeline] fileExists
19:24:09 [2025-02-12T18:24:09.469Z] [Pipeline] sh
19:24:09 [2025-02-12T18:24:09.726Z] + git rev-parse HEAD
19:24:09 [2025-02-12T18:24:09.728Z] [Pipeline] echo
19:24:09 [2025-02-12T18:24:09.729Z] Silverpeas-Setup: current commit is 19f9a05ff806927062daed0bc30d2dddfb4e1115 and last build commit is 19f9a05ff806927062daed0bc30d2dddfb4e1115
19:24:09 [2025-02-12T18:24:09.731Z] [Pipeline] }
19:24:09 [2025-02-12T18:24:09.742Z] [Pipeline] // dir
19:24:09 [2025-02-12T18:24:09.758Z] [Pipeline] echo
19:24:09 [2025-02-12T18:24:09.758Z] Build skipped due to no changes have been done since the last build
19:24:09 [2025-02-12T18:24:09.773Z] [Pipeline] dir
19:24:09 [2025-02-12T18:24:09.774Z] Running in /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Distribution
19:24:09 [2025-02-12T18:24:09.774Z] [Pipeline] {
19:24:09 [2025-02-12T18:24:09.793Z] [Pipeline] git
19:24:09 [2025-02-12T18:24:09.795Z] The recommended git tool is: NONE
19:24:09 [2025-02-12T18:24:09.796Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
19:24:09 [2025-02-12T18:24:09.808Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@54fa34b6; decorates hudson.Launcher$LocalLauncher@57fb687a will be ignored (a typical symptom is the Git executable not being run inside a designated container)
19:24:09 [2025-02-12T18:24:09.809Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Distribution/.git # timeout=10
19:24:09 [2025-02-12T18:24:09.815Z] Fetching changes from the remote Git repository
19:24:09 [2025-02-12T18:24:09.819Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Distribution # timeout=10
19:24:09 [2025-02-12T18:24:09.824Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Distribution
19:24:09 [2025-02-12T18:24:09.824Z] > /usr/bin/git --version # timeout=10
19:24:09 [2025-02-12T18:24:09.829Z] > git --version # 'git version 2.43.0'
19:24:09 [2025-02-12T18:24:09.830Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
19:24:09 [2025-02-12T18:24:09.837Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Distribution +refs/heads/*:refs/remotes/origin/* # timeout=10
19:24:10 [2025-02-12T18:24:10.227Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:10 [2025-02-12T18:24:10.234Z] Checking out Revision 2d0499c5ec315f060e4a0d17f68dafe63aff62ec (refs/remotes/origin/master)
19:24:10 [2025-02-12T18:24:10.234Z] > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:10 [2025-02-12T18:24:10.239Z] > /usr/bin/git checkout -f 2d0499c5ec315f060e4a0d17f68dafe63aff62ec # timeout=10
19:24:10 [2025-02-12T18:24:10.249Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
19:24:10 [2025-02-12T18:24:10.257Z] > /usr/bin/git branch -D master # timeout=10
19:24:10 [2025-02-12T18:24:10.264Z] > /usr/bin/git checkout -b master 2d0499c5ec315f060e4a0d17f68dafe63aff62ec # timeout=10
19:24:10 [2025-02-12T18:24:10.274Z] Commit message: "Bug #14374 Fix the script 01-jcrSettings.groovy to take into account also a Silverpeas update: in this case, update also the JCR schema."
19:24:10 [2025-02-12T18:24:10.275Z] > /usr/bin/git rev-list --no-walk 2d0499c5ec315f060e4a0d17f68dafe63aff62ec # timeout=10
19:24:10 [2025-02-12T18:24:10.296Z] [Pipeline] fileExists
19:24:10 [2025-02-12T18:24:10.305Z] [Pipeline] readMavenPom
19:24:10 [2025-02-12T18:24:10.315Z] [Pipeline] sh
19:24:10 [2025-02-12T18:24:10.572Z] + git rev-parse HEAD
19:24:10 [2025-02-12T18:24:10.574Z] [Pipeline] echo
19:24:10 [2025-02-12T18:24:10.575Z] Silverpeas-Distribution: current commit is 2d0499c5ec315f060e4a0d17f68dafe63aff62ec and last build commit is 2d0499c5ec315f060e4a0d17f68dafe63aff62ec
19:24:10 [2025-02-12T18:24:10.577Z] [Pipeline] }
19:24:10 [2025-02-12T18:24:10.592Z] [Pipeline] // dir
19:24:10 [2025-02-12T18:24:10.607Z] [Pipeline] echo
19:24:10 [2025-02-12T18:24:10.608Z] Build skipped due to no changes have been done since the last build
19:24:10 [2025-02-12T18:24:10.623Z] [Pipeline] dir
19:24:10 [2025-02-12T18:24:10.624Z] Running in /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Assembly
19:24:10 [2025-02-12T18:24:10.624Z] [Pipeline] {
19:24:10 [2025-02-12T18:24:10.643Z] [Pipeline] git
19:24:10 [2025-02-12T18:24:10.646Z] The recommended git tool is: NONE
19:24:10 [2025-02-12T18:24:10.646Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
19:24:10 [2025-02-12T18:24:10.661Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@53a6f101; decorates hudson.Launcher$LocalLauncher@4eabaf25 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
19:24:10 [2025-02-12T18:24:10.662Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Assembly/.git # timeout=10
19:24:10 [2025-02-12T18:24:10.668Z] Fetching changes from the remote Git repository
19:24:10 [2025-02-12T18:24:10.671Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Assembly # timeout=10
19:24:10 [2025-02-12T18:24:10.677Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Assembly
19:24:10 [2025-02-12T18:24:10.677Z] > /usr/bin/git --version # timeout=10
19:24:10 [2025-02-12T18:24:10.682Z] > git --version # 'git version 2.43.0'
19:24:10 [2025-02-12T18:24:10.682Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
19:24:10 [2025-02-12T18:24:10.688Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Assembly +refs/heads/*:refs/remotes/origin/* # timeout=10
19:24:11 [2025-02-12T18:24:11.086Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:11 [2025-02-12T18:24:11.093Z] Checking out Revision 2c6567336e38e2df324ebede90c072c62036a6ac (refs/remotes/origin/master)
19:24:11 [2025-02-12T18:24:11.093Z] > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:11 [2025-02-12T18:24:11.099Z] > /usr/bin/git checkout -f 2c6567336e38e2df324ebede90c072c62036a6ac # timeout=10
19:24:11 [2025-02-12T18:24:11.109Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
19:24:11 [2025-02-12T18:24:11.121Z] > /usr/bin/git branch -D master # timeout=10
19:24:11 [2025-02-12T18:24:11.128Z] > /usr/bin/git checkout -b master 2c6567336e38e2df324ebede90c072c62036a6ac # timeout=10
19:24:11 [2025-02-12T18:24:11.141Z] Commit message: "Update parent POM to 1.7-build241218"
19:24:11 [2025-02-12T18:24:11.141Z] > /usr/bin/git rev-list --no-walk 2c6567336e38e2df324ebede90c072c62036a6ac # timeout=10
19:24:11 [2025-02-12T18:24:11.164Z] [Pipeline] fileExists
19:24:11 [2025-02-12T18:24:11.181Z] [Pipeline] readMavenPom
19:24:11 [2025-02-12T18:24:11.201Z] [Pipeline] sh
19:24:11 [2025-02-12T18:24:11.459Z] + git rev-parse HEAD
19:24:11 [2025-02-12T18:24:11.462Z] [Pipeline] echo
19:24:11 [2025-02-12T18:24:11.462Z] Silverpeas-Assembly: current commit is 2c6567336e38e2df324ebede90c072c62036a6ac and last build commit is 2c6567336e38e2df324ebede90c072c62036a6ac
19:24:11 [2025-02-12T18:24:11.464Z] [Pipeline] }
19:24:11 [2025-02-12T18:24:11.480Z] [Pipeline] // dir
19:24:11 [2025-02-12T18:24:11.528Z] [Pipeline] echo
19:24:11 [2025-02-12T18:24:11.529Z] Build skipped due to no changes have been done since the last build
19:24:11 [2025-02-12T18:24:11.529Z] [Pipeline] }
19:24:11 [2025-02-12T18:24:11.544Z] [Pipeline] // script
19:24:11 [2025-02-12T18:24:11.559Z] [Pipeline] }
19:24:11 [2025-02-12T18:24:11.572Z] [Pipeline] // stage
19:24:11 [2025-02-12T18:24:11.589Z] [Pipeline] stage
19:24:11 [2025-02-12T18:24:11.590Z] [Pipeline] { (Build Silverpeas)
19:24:11 [2025-02-12T18:24:11.620Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:11 [2025-02-12T18:24:11.620Z] [Pipeline] getContext
19:24:11 [2025-02-12T18:24:11.644Z] [Pipeline] stage
19:24:11 [2025-02-12T18:24:11.644Z] [Pipeline] { (Build Silverpeas-Core)
19:24:11 [2025-02-12T18:24:11.660Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:11 [2025-02-12T18:24:11.661Z] [Pipeline] getContext
19:24:11 [2025-02-12T18:24:11.662Z] [Pipeline] }
19:24:11 [2025-02-12T18:24:11.677Z] [Pipeline] // stage
19:24:11 [2025-02-12T18:24:11.694Z] [Pipeline] stage
19:24:11 [2025-02-12T18:24:11.695Z] [Pipeline] { (Build Silverpeas-Components)
19:24:11 [2025-02-12T18:24:11.711Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:11 [2025-02-12T18:24:11.711Z] [Pipeline] getContext
19:24:11 [2025-02-12T18:24:11.713Z] [Pipeline] }
19:24:11 [2025-02-12T18:24:11.728Z] [Pipeline] // stage
19:24:11 [2025-02-12T18:24:11.745Z] [Pipeline] stage
19:24:11 [2025-02-12T18:24:11.745Z] [Pipeline] { (Build Silverpeas-Assembly)
19:24:11 [2025-02-12T18:24:11.761Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:11 [2025-02-12T18:24:11.762Z] [Pipeline] getContext
19:24:11 [2025-02-12T18:24:11.763Z] [Pipeline] }
19:24:11 [2025-02-12T18:24:11.778Z] [Pipeline] // stage
19:24:11 [2025-02-12T18:24:11.795Z] [Pipeline] stage
19:24:11 [2025-02-12T18:24:11.795Z] [Pipeline] { (Build Silverpeas Setup)
19:24:11 [2025-02-12T18:24:11.811Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:11 [2025-02-12T18:24:11.812Z] [Pipeline] getContext
19:24:11 [2025-02-12T18:24:11.813Z] [Pipeline] }
19:24:11 [2025-02-12T18:24:11.828Z] [Pipeline] // stage
19:24:11 [2025-02-12T18:24:11.845Z] [Pipeline] stage
19:24:11 [2025-02-12T18:24:11.845Z] [Pipeline] { (Build Silverpeas Distribution)
19:24:11 [2025-02-12T18:24:11.862Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:11 [2025-02-12T18:24:11.862Z] [Pipeline] getContext
19:24:11 [2025-02-12T18:24:11.864Z] [Pipeline] }
19:24:11 [2025-02-12T18:24:11.878Z] [Pipeline] // stage
19:24:11 [2025-02-12T18:24:11.895Z] [Pipeline] stage
19:24:11 [2025-02-12T18:24:11.896Z] [Pipeline] { (Build Silverpeas-Looks)
19:24:11 [2025-02-12T18:24:11.911Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:11 [2025-02-12T18:24:11.912Z] [Pipeline] getContext
19:24:11 [2025-02-12T18:24:11.913Z] [Pipeline] }
19:24:11 [2025-02-12T18:24:11.928Z] [Pipeline] // stage
19:24:11 [2025-02-12T18:24:11.945Z] [Pipeline] stage
19:24:11 [2025-02-12T18:24:11.945Z] [Pipeline] { (Publish Silverpeas-Core)
19:24:11 [2025-02-12T18:24:11.961Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:11 [2025-02-12T18:24:11.962Z] [Pipeline] getContext
19:24:11 [2025-02-12T18:24:11.963Z] [Pipeline] }
19:24:11 [2025-02-12T18:24:11.978Z] [Pipeline] // stage
19:24:11 [2025-02-12T18:24:11.995Z] [Pipeline] stage
19:24:11 [2025-02-12T18:24:11.995Z] [Pipeline] { (Publish Silverpeas-Components)
19:24:12 [2025-02-12T18:24:12.011Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:12 [2025-02-12T18:24:12.012Z] [Pipeline] getContext
19:24:12 [2025-02-12T18:24:12.013Z] [Pipeline] }
19:24:12 [2025-02-12T18:24:12.028Z] [Pipeline] // stage
19:24:12 [2025-02-12T18:24:12.045Z] [Pipeline] stage
19:24:12 [2025-02-12T18:24:12.045Z] [Pipeline] { (Publish Silverpeas-Assembly)
19:24:12 [2025-02-12T18:24:12.061Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:12 [2025-02-12T18:24:12.062Z] [Pipeline] getContext
19:24:12 [2025-02-12T18:24:12.063Z] [Pipeline] }
19:24:12 [2025-02-12T18:24:12.078Z] [Pipeline] // stage
19:24:12 [2025-02-12T18:24:12.094Z] [Pipeline] stage
19:24:12 [2025-02-12T18:24:12.095Z] [Pipeline] { (Publish Silverpeas-Setup)
19:24:12 [2025-02-12T18:24:12.111Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:12 [2025-02-12T18:24:12.112Z] [Pipeline] getContext
19:24:12 [2025-02-12T18:24:12.113Z] [Pipeline] }
19:24:12 [2025-02-12T18:24:12.128Z] [Pipeline] // stage
19:24:12 [2025-02-12T18:24:12.144Z] [Pipeline] stage
19:24:12 [2025-02-12T18:24:12.145Z] [Pipeline] { (Publish Silverpeas-Distribution)
19:24:12 [2025-02-12T18:24:12.161Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:12 [2025-02-12T18:24:12.162Z] [Pipeline] getContext
19:24:12 [2025-02-12T18:24:12.163Z] [Pipeline] }
19:24:12 [2025-02-12T18:24:12.178Z] [Pipeline] // stage
19:24:12 [2025-02-12T18:24:12.196Z] [Pipeline] stage
19:24:12 [2025-02-12T18:24:12.197Z] [Pipeline] { (Publish Silverpeas-Looks)
19:24:12 [2025-02-12T18:24:12.212Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:12 [2025-02-12T18:24:12.213Z] [Pipeline] getContext
19:24:12 [2025-02-12T18:24:12.214Z] [Pipeline] }
19:24:12 [2025-02-12T18:24:12.231Z] [Pipeline] // stage
19:24:12 [2025-02-12T18:24:12.248Z] [Pipeline] stage
19:24:12 [2025-02-12T18:24:12.249Z] [Pipeline] { (Publish Community Web Site)
19:24:12 [2025-02-12T18:24:12.267Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:12 [2025-02-12T18:24:12.268Z] [Pipeline] getContext
19:24:12 [2025-02-12T18:24:12.269Z] [Pipeline] }
19:24:12 [2025-02-12T18:24:12.284Z] [Pipeline] // stage
19:24:12 [2025-02-12T18:24:12.299Z] [Pipeline] }
19:24:12 [2025-02-12T18:24:12.313Z] [Pipeline] // stage
19:24:12 [2025-02-12T18:24:12.331Z] [Pipeline] stage
19:24:12 [2025-02-12T18:24:12.331Z] [Pipeline] { (Create YAML build report)
19:24:12 [2025-02-12T18:24:12.365Z] [Pipeline] script
19:24:12 [2025-02-12T18:24:12.371Z] [Pipeline] {
19:24:12 [2025-02-12T18:24:12.388Z] [Pipeline] sh
19:24:12 [2025-02-12T18:24:12.646Z] + mkdir -p target
19:24:12 [2025-02-12T18:24:12.648Z] [Pipeline] sh
19:24:12 [2025-02-12T18:24:12.906Z] + mv build.yaml target/
19:24:12 [2025-02-12T18:24:12.906Z] [Pipeline] }
19:24:12 [2025-02-12T18:24:12.923Z] [Pipeline] // script
19:24:12 [2025-02-12T18:24:12.943Z] [Pipeline] }
19:24:12 [2025-02-12T18:24:12.958Z] [Pipeline] // stage
19:24:12 [2025-02-12T18:24:12.977Z] [Pipeline] stage
19:24:12 [2025-02-12T18:24:12.978Z] [Pipeline] { (Declarative: Post Actions)
19:24:13 [2025-02-12T18:24:13.001Z] [Pipeline] step
19:24:13 [2025-02-12T18:24:13.042Z] [Pipeline] script
19:24:13 [2025-02-12T18:24:13.047Z] [Pipeline] {
19:24:13 [2025-02-12T18:24:13.082Z] [Pipeline] }
19:24:13 [2025-02-12T18:24:13.101Z] [Pipeline] // script
19:24:13 [2025-02-12T18:24:13.117Z] [Pipeline] archiveArtifacts
19:24:13 [2025-02-12T18:24:13.120Z] Archiving artifacts
19:24:13 [2025-02-12T18:24:13.132Z] Enregistrement des empreintes numériques
19:24:13 [2025-02-12T18:24:13.147Z] [Pipeline] sh
19:24:13 [2025-02-12T18:24:13.406Z] + rm -rf target
19:24:13 [2025-02-12T18:24:13.411Z] [Pipeline] }
19:24:13 [2025-02-12T18:24:13.420Z] [Pipeline] // stage
19:24:13 [2025-02-12T18:24:13.435Z] [Pipeline] }
19:24:13 [2025-02-12T18:24:13.450Z] [Pipeline] // withEnv
19:24:13 [2025-02-12T18:24:13.464Z] [Pipeline] }
19:24:13 [2025-02-12T18:24:13.465Z] $ docker stop --time=1 e233e747b0426ddb0580029d3488a0bdb7745f6d6c662655f3cb782a95ec3f3f
19:24:14 [2025-02-12T18:24:14.726Z] $ docker rm -f --volumes e233e747b0426ddb0580029d3488a0bdb7745f6d6c662655f3cb782a95ec3f3f
19:24:14 [2025-02-12T18:24:14.769Z] [Pipeline] // withDockerContainer
19:24:14 [2025-02-12T18:24:14.775Z] [Pipeline] }
19:24:14 [2025-02-12T18:24:14.781Z] [Pipeline] // withEnv
19:24:14 [2025-02-12T18:24:14.789Z] [Pipeline] }
19:24:14 [2025-02-12T18:24:14.803Z] [Pipeline] // node
19:24:14 [2025-02-12T18:24:14.818Z] [Pipeline] End of Pipeline
19:24:14 [2025-02-12T18:24:14.889Z] Lancement d'un nouveau build de Silverpeas_Mobile_Master_AutoDeploy #538
19:24:14 [2025-02-12T18:24:14.889Z] Finished: SUCCESS