19:24:00 [2025-02-16T18:24:00.544Z] Lancé par une alarme périodique 19:24:00 [2025-02-16T18:24:00.544Z] Running as userbuild 19:24:00 [2025-02-16T18:24:00.929Z] Obtained src/builds/silverpeas/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git 19:24:01 [2025-02-16T18:24:01.446Z] [Pipeline] Start of Pipeline 19:24:01 [2025-02-16T18:24:01.895Z] [Pipeline] node 19:24:01 [2025-02-16T18:24:01.898Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy 19:24:01 [2025-02-16T18:24:01.905Z] [Pipeline] { 19:24:01 [2025-02-16T18:24:01.927Z] [Pipeline] stage 19:24:01 [2025-02-16T18:24:01.928Z] [Pipeline] { (Declarative: Checkout SCM) 19:24:01 [2025-02-16T18:24:01.946Z] [Pipeline] checkout 19:24:01 [2025-02-16T18:24:01.949Z] Selected Git installation does not exist. Using Default 19:24:01 [2025-02-16T18:24:01.949Z] The recommended git tool is: NONE 19:24:01 [2025-02-16T18:24:01.949Z] No credentials specified 19:24:01 [2025-02-16T18:24:01.949Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/.git # timeout=10 19:24:01 [2025-02-16T18:24:01.955Z] Fetching changes from the remote Git repository 19:24:01 [2025-02-16T18:24:01.959Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10 19:24:01 [2025-02-16T18:24:01.965Z] Cleaning workspace 19:24:01 [2025-02-16T18:24:01.965Z] > /usr/bin/git rev-parse --verify HEAD # timeout=10 19:24:01 [2025-02-16T18:24:01.969Z] Resetting working tree 19:24:01 [2025-02-16T18:24:01.969Z] > /usr/bin/git reset --hard # timeout=10 19:24:01 [2025-02-16T18:24:01.983Z] > /usr/bin/git clean -fdx # timeout=10 19:24:01 [2025-02-16T18:24:01.990Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git 19:24:01 [2025-02-16T18:24:01.990Z] > /usr/bin/git --version # timeout=10 19:24:01 [2025-02-16T18:24:01.994Z] > git --version # 'git version 2.43.0' 19:24:01 [2025-02-16T18:24:01.994Z] > /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-16T18:24:02.321Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10 19:24:02 [2025-02-16T18:24:02.328Z] Checking out Revision e8468bf49647ac63ce0c1464a25fb5c963108a3f (refs/remotes/origin/master) 19:24:02 [2025-02-16T18:24:02.328Z] > /usr/bin/git config core.sparsecheckout # timeout=10 19:24:02 [2025-02-16T18:24:02.332Z] > /usr/bin/git checkout -f e8468bf49647ac63ce0c1464a25fb5c963108a3f # timeout=10 19:24:02 [2025-02-16T18:24:02.342Z] 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-16T18:24:02.342Z] > /usr/bin/git rev-list --no-walk e8468bf49647ac63ce0c1464a25fb5c963108a3f # timeout=10 19:24:02 [2025-02-16T18:24:02.370Z] [Pipeline] } 19:24:02 [2025-02-16T18:24:02.377Z] [Pipeline] // stage 19:24:02 [2025-02-16T18:24:02.399Z] [Pipeline] withEnv 19:24:02 [2025-02-16T18:24:02.400Z] [Pipeline] { 19:24:02 [2025-02-16T18:24:02.611Z] [Pipeline] isUnix 19:24:02 [2025-02-16T18:24:02.612Z] [Pipeline] withEnv 19:24:02 [2025-02-16T18:24:02.612Z] [Pipeline] { 19:24:02 [2025-02-16T18:24:02.628Z] [Pipeline] sh 19:24:02 [2025-02-16T18:24:02.884Z] + docker inspect -f . silverpeas/silverbuild:latest 19:24:02 [2025-02-16T18:24:02.884Z] . 19:24:02 [2025-02-16T18:24:02.885Z] [Pipeline] } 19:24:02 [2025-02-16T18:24:02.901Z] [Pipeline] // withEnv 19:24:02 [2025-02-16T18:24:02.917Z] [Pipeline] withDockerContainer 19:24:02 [2025-02-16T18:24:02.953Z] Jenkins does not seem to be running inside a container 19:24:02 [2025-02-16T18:24:02.960Z] $ 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-16T18:24:03.289Z] $ docker top 54821f4415153aa81f986b4cd1d5ab991c9a774b1dbb08362b2f05c93d70a47c -eo pid,comm 19:24:03 [2025-02-16T18:24:03.326Z] [Pipeline] { 19:24:03 [2025-02-16T18:24:03.368Z] [Pipeline] withEnv 19:24:03 [2025-02-16T18:24:03.369Z] [Pipeline] { 19:24:03 [2025-02-16T18:24:03.402Z] [Pipeline] stage 19:24:03 [2025-02-16T18:24:03.403Z] [Pipeline] { (Prepare the job) 19:24:03 [2025-02-16T18:24:03.456Z] [Pipeline] sh 19:24:03 [2025-02-16T18:24:03.714Z] + curl -fsSL -o pom.xml https://raw.githubusercontent.com/Silverpeas/Silverpeas-Core/master/pom.xml 19:24:03 [2025-02-16T18:24:03.967Z] [Pipeline] script 19:24:03 [2025-02-16T18:24:03.971Z] [Pipeline] { 19:24:03 [2025-02-16T18:24:03.988Z] [Pipeline] readMavenPom 19:24:04 [2025-02-16T18:24:04.020Z] [Pipeline] sh 19:24:04 [2025-02-16T18:24:04.278Z] + rm -f pom.xml 19:24:04 [2025-02-16T18:24:04.279Z] [Pipeline] } 19:24:04 [2025-02-16T18:24:04.293Z] [Pipeline] // script 19:24:04 [2025-02-16T18:24:04.310Z] [Pipeline] } 19:24:04 [2025-02-16T18:24:04.324Z] [Pipeline] // stage 19:24:04 [2025-02-16T18:24:04.340Z] [Pipeline] stage 19:24:04 [2025-02-16T18:24:04.341Z] [Pipeline] { (Check POM parent version) 19:24:04 [2025-02-16T18:24:04.421Z] [Pipeline] copyArtifacts 19:24:04 [2025-02-16T18:24:04.431Z] Copied 1 artifact from "Silverpeas_Project_Definition_AutoDeploy" build number 272 19:24:04 [2025-02-16T18:24:04.441Z] [Pipeline] script 19:24:04 [2025-02-16T18:24:04.450Z] [Pipeline] { 19:24:04 [2025-02-16T18:24:04.466Z] [Pipeline] readYaml 19:24:04 [2025-02-16T18:24:04.484Z] [Pipeline] sh 19:24:04 [2025-02-16T18:24:04.742Z] + 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-16T18:24:04.996Z] [Pipeline] sh 19:24:05 [2025-02-16T18:24:05.255Z] + rm -f build.yaml 19:24:05 [2025-02-16T18:24:05.255Z] [Pipeline] } 19:24:05 [2025-02-16T18:24:05.269Z] [Pipeline] // script 19:24:05 [2025-02-16T18:24:05.284Z] [Pipeline] } 19:24:05 [2025-02-16T18:24:05.297Z] [Pipeline] // stage 19:24:05 [2025-02-16T18:24:05.313Z] [Pipeline] stage 19:24:05 [2025-02-16T18:24:05.314Z] [Pipeline] { (Checkout projects and check code changes) 19:24:05 [2025-02-16T18:24:05.349Z] [Pipeline] script 19:24:05 [2025-02-16T18:24:05.354Z] [Pipeline] { 19:24:05 [2025-02-16T18:24:05.376Z] [Pipeline] copyArtifacts 19:24:05 [2025-02-16T18:24:05.384Z] Copied 1 artifact from "Silverpeas_Master_AutoDeploy" build number 907 19:24:05 [2025-02-16T18:24:05.395Z] [Pipeline] fileExists 19:24:05 [2025-02-16T18:24:05.414Z] [Pipeline] readYaml 19:24:05 [2025-02-16T18:24:05.432Z] [Pipeline] dir 19:24:05 [2025-02-16T18:24:05.432Z] Running in /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Core 19:24:05 [2025-02-16T18:24:05.433Z] [Pipeline] { 19:24:05 [2025-02-16T18:24:05.452Z] [Pipeline] git 19:24:05 [2025-02-16T18:24:05.454Z] The recommended git tool is: /usr/bin/git 19:24:05 [2025-02-16T18:24:05.456Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59 19:24:05 [2025-02-16T18:24:05.471Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@2503dd91; decorates hudson.Launcher$LocalLauncher@1d8cff2 will be ignored (a typical symptom is the Git executable not being run inside a designated container) 19:24:05 [2025-02-16T18:24:05.472Z] > /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-16T18:24:05.478Z] Fetching changes from the remote Git repository 19:24:05 [2025-02-16T18:24:05.482Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Core # timeout=10 19:24:05 [2025-02-16T18:24:05.488Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Core 19:24:05 [2025-02-16T18:24:05.488Z] > /usr/bin/git --version # timeout=10 19:24:05 [2025-02-16T18:24:05.494Z] > git --version # 'git version 2.43.0' 19:24:05 [2025-02-16T18:24:05.494Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins 19:24:05 [2025-02-16T18:24:05.500Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Core +refs/heads/*:refs/remotes/origin/* # timeout=10 19:24:05 [2025-02-16T18:24:05.932Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10 19:24:05 [2025-02-16T18:24:05.939Z] Checking out Revision a2d8adb225d0dde24a1ff57326b3f65982f4494b (refs/remotes/origin/master) 19:24:05 [2025-02-16T18:24:05.939Z] > /usr/bin/git config core.sparsecheckout # timeout=10 19:24:05 [2025-02-16T18:24:05.944Z] > /usr/bin/git checkout -f a2d8adb225d0dde24a1ff57326b3f65982f4494b # timeout=10 19:24:06 [2025-02-16T18:24:06.015Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10 19:24:06 [2025-02-16T18:24:06.034Z] > /usr/bin/git branch -D master # timeout=10 19:24:06 [2025-02-16T18:24:06.041Z] > /usr/bin/git checkout -b master a2d8adb225d0dde24a1ff57326b3f65982f4494b # timeout=10 19:24:06 [2025-02-16T18:24:06.088Z] Commit message: "Bug #14491" 19:24:06 [2025-02-16T18:24:06.088Z] > /usr/bin/git rev-list --no-walk a2d8adb225d0dde24a1ff57326b3f65982f4494b # timeout=10 19:24:06 [2025-02-16T18:24:06.114Z] [Pipeline] fileExists 19:24:06 [2025-02-16T18:24:06.122Z] [Pipeline] readMavenPom 19:24:06 [2025-02-16T18:24:06.135Z] [Pipeline] sh 19:24:06 [2025-02-16T18:24:06.393Z] + git rev-parse HEAD 19:24:06 [2025-02-16T18:24:06.396Z] [Pipeline] echo 19:24:06 [2025-02-16T18:24:06.397Z] Silverpeas-Core: current commit is a2d8adb225d0dde24a1ff57326b3f65982f4494b and last build commit is a2d8adb225d0dde24a1ff57326b3f65982f4494b 19:24:06 [2025-02-16T18:24:06.399Z] [Pipeline] } 19:24:06 [2025-02-16T18:24:06.416Z] [Pipeline] // dir 19:24:06 [2025-02-16T18:24:06.431Z] [Pipeline] echo 19:24:06 [2025-02-16T18:24:06.431Z] Build skipped due to no changes have been done since the last build 19:24:06 [2025-02-16T18:24:06.447Z] [Pipeline] dir 19:24:06 [2025-02-16T18:24:06.447Z] Running in /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Components 19:24:06 [2025-02-16T18:24:06.448Z] [Pipeline] { 19:24:06 [2025-02-16T18:24:06.467Z] [Pipeline] git 19:24:06 [2025-02-16T18:24:06.469Z] The recommended git tool is: /usr/bin/git 19:24:06 [2025-02-16T18:24:06.470Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59 19:24:06 [2025-02-16T18:24:06.483Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@40f8d962; decorates hudson.Launcher$LocalLauncher@7f9aeed3 will be ignored (a typical symptom is the Git executable not being run inside a designated container) 19:24:06 [2025-02-16T18:24:06.483Z] > /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-16T18:24:06.489Z] Fetching changes from the remote Git repository 19:24:06 [2025-02-16T18:24:06.494Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Components # timeout=10 19:24:06 [2025-02-16T18:24:06.500Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Components 19:24:06 [2025-02-16T18:24:06.500Z] > /usr/bin/git --version # timeout=10 19:24:06 [2025-02-16T18:24:06.504Z] > git --version # 'git version 2.43.0' 19:24:06 [2025-02-16T18:24:06.504Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins 19:24:06 [2025-02-16T18:24:06.510Z] > /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-16T18:24:07.000Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10 19:24:07 [2025-02-16T18:24:07.006Z] Checking out Revision 28992de53aeed29c31ff264902dad3b4fa701625 (refs/remotes/origin/master) 19:24:07 [2025-02-16T18:24:07.006Z] > /usr/bin/git config core.sparsecheckout # timeout=10 19:24:07 [2025-02-16T18:24:07.011Z] > /usr/bin/git checkout -f 28992de53aeed29c31ff264902dad3b4fa701625 # timeout=10 19:24:07 [2025-02-16T18:24:07.054Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10 19:24:07 [2025-02-16T18:24:07.069Z] > /usr/bin/git branch -D master # timeout=10 19:24:07 [2025-02-16T18:24:07.078Z] > /usr/bin/git checkout -b master 28992de53aeed29c31ff264902dad3b4fa701625 # timeout=10 19:24:07 [2025-02-16T18:24:07.111Z] Commit message: "Bug #14391" 19:24:07 [2025-02-16T18:24:07.111Z] > /usr/bin/git rev-list --no-walk 28992de53aeed29c31ff264902dad3b4fa701625 # timeout=10 19:24:07 [2025-02-16T18:24:07.130Z] [Pipeline] fileExists 19:24:07 [2025-02-16T18:24:07.138Z] [Pipeline] readMavenPom 19:24:07 [2025-02-16T18:24:07.150Z] [Pipeline] sh 19:24:07 [2025-02-16T18:24:07.407Z] + git rev-parse HEAD 19:24:07 [2025-02-16T18:24:07.410Z] [Pipeline] echo 19:24:07 [2025-02-16T18:24:07.411Z] Silverpeas-Components: current commit is 28992de53aeed29c31ff264902dad3b4fa701625 and last build commit is 28992de53aeed29c31ff264902dad3b4fa701625 19:24:07 [2025-02-16T18:24:07.413Z] [Pipeline] } 19:24:07 [2025-02-16T18:24:07.430Z] [Pipeline] // dir 19:24:07 [2025-02-16T18:24:07.446Z] [Pipeline] echo 19:24:07 [2025-02-16T18:24:07.446Z] Build skipped due to no changes have been done since the last build 19:24:07 [2025-02-16T18:24:07.462Z] [Pipeline] dir 19:24:07 [2025-02-16T18:24:07.463Z] Running in /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Looks 19:24:07 [2025-02-16T18:24:07.463Z] [Pipeline] { 19:24:07 [2025-02-16T18:24:07.483Z] [Pipeline] git 19:24:07 [2025-02-16T18:24:07.485Z] Selected Git installation does not exist. Using Default 19:24:07 [2025-02-16T18:24:07.486Z] The recommended git tool is: NONE 19:24:07 [2025-02-16T18:24:07.486Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59 19:24:07 [2025-02-16T18:24:07.498Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@777b6b12; decorates hudson.Launcher$LocalLauncher@38d53ffa will be ignored (a typical symptom is the Git executable not being run inside a designated container) 19:24:07 [2025-02-16T18:24:07.499Z] > /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-16T18:24:07.505Z] Fetching changes from the remote Git repository 19:24:07 [2025-02-16T18:24:07.509Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Looks # timeout=10 19:24:07 [2025-02-16T18:24:07.516Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Looks 19:24:07 [2025-02-16T18:24:07.516Z] > /usr/bin/git --version # timeout=10 19:24:07 [2025-02-16T18:24:07.522Z] > git --version # 'git version 2.43.0' 19:24:07 [2025-02-16T18:24:07.522Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins 19:24:07 [2025-02-16T18:24:07.528Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Looks +refs/heads/*:refs/remotes/origin/* # timeout=10 19:24:07 [2025-02-16T18:24:07.909Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10 19:24:07 [2025-02-16T18:24:07.915Z] Checking out Revision 59477e589e17581c153dd901677f666b053732a7 (refs/remotes/origin/master) 19:24:07 [2025-02-16T18:24:07.916Z] > /usr/bin/git config core.sparsecheckout # timeout=10 19:24:07 [2025-02-16T18:24:07.923Z] > /usr/bin/git checkout -f 59477e589e17581c153dd901677f666b053732a7 # timeout=10 19:24:07 [2025-02-16T18:24:07.938Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10 19:24:07 [2025-02-16T18:24:07.948Z] > /usr/bin/git branch -D master # timeout=10 19:24:07 [2025-02-16T18:24:07.961Z] > /usr/bin/git checkout -b master 59477e589e17581c153dd901677f666b053732a7 # timeout=10 19:24:07 [2025-02-16T18:24:07.982Z] Commit message: "Defined the font-size's variable for each skin" 19:24:07 [2025-02-16T18:24:07.982Z] > /usr/bin/git rev-list --no-walk 59477e589e17581c153dd901677f666b053732a7 # timeout=10 19:24:08 [2025-02-16T18:24:08.013Z] [Pipeline] fileExists 19:24:08 [2025-02-16T18:24:08.029Z] [Pipeline] readMavenPom 19:24:08 [2025-02-16T18:24:08.050Z] [Pipeline] sh 19:24:08 [2025-02-16T18:24:08.308Z] + git rev-parse HEAD 19:24:08 [2025-02-16T18:24:08.311Z] [Pipeline] echo 19:24:08 [2025-02-16T18:24:08.312Z] Silverpeas-Looks: current commit is 59477e589e17581c153dd901677f666b053732a7 and last build commit is 59477e589e17581c153dd901677f666b053732a7 19:24:08 [2025-02-16T18:24:08.314Z] [Pipeline] } 19:24:08 [2025-02-16T18:24:08.329Z] [Pipeline] // dir 19:24:08 [2025-02-16T18:24:08.344Z] [Pipeline] echo 19:24:08 [2025-02-16T18:24:08.345Z] Build skipped due to no changes have been done since the last build 19:24:08 [2025-02-16T18:24:08.361Z] [Pipeline] dir 19:24:08 [2025-02-16T18:24:08.362Z] Running in /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Setup 19:24:08 [2025-02-16T18:24:08.362Z] [Pipeline] { 19:24:08 [2025-02-16T18:24:08.382Z] [Pipeline] git 19:24:08 [2025-02-16T18:24:08.384Z] The recommended git tool is: NONE 19:24:08 [2025-02-16T18:24:08.385Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59 19:24:08 [2025-02-16T18:24:08.397Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@443161de; decorates hudson.Launcher$LocalLauncher@16aeb7fc will be ignored (a typical symptom is the Git executable not being run inside a designated container) 19:24:08 [2025-02-16T18:24:08.397Z] > /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-16T18:24:08.403Z] Fetching changes from the remote Git repository 19:24:08 [2025-02-16T18:24:08.409Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Setup # timeout=10 19:24:08 [2025-02-16T18:24:08.415Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Setup 19:24:08 [2025-02-16T18:24:08.415Z] > /usr/bin/git --version # timeout=10 19:24:08 [2025-02-16T18:24:08.421Z] > git --version # 'git version 2.43.0' 19:24:08 [2025-02-16T18:24:08.421Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins 19:24:08 [2025-02-16T18:24:08.428Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Setup +refs/heads/*:refs/remotes/origin/* # timeout=10 19:24:08 [2025-02-16T18:24:08.804Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10 19:24:08 [2025-02-16T18:24:08.810Z] Checking out Revision 19f9a05ff806927062daed0bc30d2dddfb4e1115 (refs/remotes/origin/master) 19:24:08 [2025-02-16T18:24:08.811Z] > /usr/bin/git config core.sparsecheckout # timeout=10 19:24:08 [2025-02-16T18:24:08.818Z] > /usr/bin/git checkout -f 19f9a05ff806927062daed0bc30d2dddfb4e1115 # timeout=10 19:24:08 [2025-02-16T18:24:08.829Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10 19:24:08 [2025-02-16T18:24:08.839Z] > /usr/bin/git branch -D master # timeout=10 19:24:08 [2025-02-16T18:24:08.846Z] > /usr/bin/git checkout -b master 19f9a05ff806927062daed0bc30d2dddfb4e1115 # timeout=10 19:24:08 [2025-02-16T18:24:08.863Z] Commit message: "6.4 has been released from build 6.4-build240616 (92d58487c2004cefbf3973e0d5225d6a0e53884c).Prepare for development iteration of next version 6.5" 19:24:08 [2025-02-16T18:24:08.863Z] > /usr/bin/git rev-list --no-walk 19f9a05ff806927062daed0bc30d2dddfb4e1115 # timeout=10 19:24:08 [2025-02-16T18:24:08.894Z] [Pipeline] fileExists 19:24:08 [2025-02-16T18:24:08.914Z] [Pipeline] sh 19:24:09 [2025-02-16T18:24:09.172Z] + git rev-parse HEAD 19:24:09 [2025-02-16T18:24:09.175Z] [Pipeline] echo 19:24:09 [2025-02-16T18:24:09.176Z] Silverpeas-Setup: current commit is 19f9a05ff806927062daed0bc30d2dddfb4e1115 and last build commit is 19f9a05ff806927062daed0bc30d2dddfb4e1115 19:24:09 [2025-02-16T18:24:09.178Z] [Pipeline] } 19:24:09 [2025-02-16T18:24:09.193Z] [Pipeline] // dir 19:24:09 [2025-02-16T18:24:09.209Z] [Pipeline] echo 19:24:09 [2025-02-16T18:24:09.210Z] Build skipped due to no changes have been done since the last build 19:24:09 [2025-02-16T18:24:09.226Z] [Pipeline] dir 19:24:09 [2025-02-16T18:24:09.227Z] Running in /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Distribution 19:24:09 [2025-02-16T18:24:09.227Z] [Pipeline] { 19:24:09 [2025-02-16T18:24:09.247Z] [Pipeline] git 19:24:09 [2025-02-16T18:24:09.249Z] The recommended git tool is: NONE 19:24:09 [2025-02-16T18:24:09.250Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59 19:24:09 [2025-02-16T18:24:09.261Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@2ede208a; decorates hudson.Launcher$LocalLauncher@131380f1 will be ignored (a typical symptom is the Git executable not being run inside a designated container) 19:24:09 [2025-02-16T18:24:09.262Z] > /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-16T18:24:09.268Z] Fetching changes from the remote Git repository 19:24:09 [2025-02-16T18:24:09.272Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Distribution # timeout=10 19:24:09 [2025-02-16T18:24:09.278Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Distribution 19:24:09 [2025-02-16T18:24:09.278Z] > /usr/bin/git --version # timeout=10 19:24:09 [2025-02-16T18:24:09.283Z] > git --version # 'git version 2.43.0' 19:24:09 [2025-02-16T18:24:09.283Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins 19:24:09 [2025-02-16T18:24:09.291Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Distribution +refs/heads/*:refs/remotes/origin/* # timeout=10 19:24:09 [2025-02-16T18:24:09.675Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10 19:24:09 [2025-02-16T18:24:09.682Z] Checking out Revision 2d0499c5ec315f060e4a0d17f68dafe63aff62ec (refs/remotes/origin/master) 19:24:09 [2025-02-16T18:24:09.682Z] > /usr/bin/git config core.sparsecheckout # timeout=10 19:24:09 [2025-02-16T18:24:09.687Z] > /usr/bin/git checkout -f 2d0499c5ec315f060e4a0d17f68dafe63aff62ec # timeout=10 19:24:09 [2025-02-16T18:24:09.698Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10 19:24:09 [2025-02-16T18:24:09.707Z] > /usr/bin/git branch -D master # timeout=10 19:24:09 [2025-02-16T18:24:09.717Z] > /usr/bin/git checkout -b master 2d0499c5ec315f060e4a0d17f68dafe63aff62ec # timeout=10 19:24:09 [2025-02-16T18:24:09.731Z] 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:09 [2025-02-16T18:24:09.731Z] > /usr/bin/git rev-list --no-walk 2d0499c5ec315f060e4a0d17f68dafe63aff62ec # timeout=10 19:24:09 [2025-02-16T18:24:09.762Z] [Pipeline] fileExists 19:24:09 [2025-02-16T18:24:09.780Z] [Pipeline] readMavenPom 19:24:09 [2025-02-16T18:24:09.801Z] [Pipeline] sh 19:24:10 [2025-02-16T18:24:10.060Z] + git rev-parse HEAD 19:24:10 [2025-02-16T18:24:10.063Z] [Pipeline] echo 19:24:10 [2025-02-16T18:24:10.063Z] Silverpeas-Distribution: current commit is 2d0499c5ec315f060e4a0d17f68dafe63aff62ec and last build commit is 2d0499c5ec315f060e4a0d17f68dafe63aff62ec 19:24:10 [2025-02-16T18:24:10.065Z] [Pipeline] } 19:24:10 [2025-02-16T18:24:10.081Z] [Pipeline] // dir 19:24:10 [2025-02-16T18:24:10.098Z] [Pipeline] echo 19:24:10 [2025-02-16T18:24:10.098Z] Build skipped due to no changes have been done since the last build 19:24:10 [2025-02-16T18:24:10.116Z] [Pipeline] dir 19:24:10 [2025-02-16T18:24:10.116Z] Running in /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Assembly 19:24:10 [2025-02-16T18:24:10.117Z] [Pipeline] { 19:24:10 [2025-02-16T18:24:10.138Z] [Pipeline] git 19:24:10 [2025-02-16T18:24:10.140Z] The recommended git tool is: NONE 19:24:10 [2025-02-16T18:24:10.141Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59 19:24:10 [2025-02-16T18:24:10.150Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@5fedb0b6; decorates hudson.Launcher$LocalLauncher@79f63a33 will be ignored (a typical symptom is the Git executable not being run inside a designated container) 19:24:10 [2025-02-16T18:24:10.151Z] > /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-16T18:24:10.156Z] Fetching changes from the remote Git repository 19:24:10 [2025-02-16T18:24:10.158Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Assembly # timeout=10 19:24:10 [2025-02-16T18:24:10.164Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Assembly 19:24:10 [2025-02-16T18:24:10.164Z] > /usr/bin/git --version # timeout=10 19:24:10 [2025-02-16T18:24:10.168Z] > git --version # 'git version 2.43.0' 19:24:10 [2025-02-16T18:24:10.168Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins 19:24:10 [2025-02-16T18:24:10.173Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Assembly +refs/heads/*:refs/remotes/origin/* # timeout=10 19:24:10 [2025-02-16T18:24:10.553Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10 19:24:10 [2025-02-16T18:24:10.559Z] Checking out Revision 2c6567336e38e2df324ebede90c072c62036a6ac (refs/remotes/origin/master) 19:24:10 [2025-02-16T18:24:10.559Z] > /usr/bin/git config core.sparsecheckout # timeout=10 19:24:10 [2025-02-16T18:24:10.565Z] > /usr/bin/git checkout -f 2c6567336e38e2df324ebede90c072c62036a6ac # timeout=10 19:24:10 [2025-02-16T18:24:10.575Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10 19:24:10 [2025-02-16T18:24:10.587Z] > /usr/bin/git branch -D master # timeout=10 19:24:10 [2025-02-16T18:24:10.594Z] > /usr/bin/git checkout -b master 2c6567336e38e2df324ebede90c072c62036a6ac # timeout=10 19:24:10 [2025-02-16T18:24:10.608Z] Commit message: "Update parent POM to 1.7-build241218" 19:24:10 [2025-02-16T18:24:10.608Z] > /usr/bin/git rev-list --no-walk 2c6567336e38e2df324ebede90c072c62036a6ac # timeout=10 19:24:10 [2025-02-16T18:24:10.640Z] [Pipeline] fileExists 19:24:10 [2025-02-16T18:24:10.650Z] [Pipeline] readMavenPom 19:24:10 [2025-02-16T18:24:10.678Z] [Pipeline] sh 19:24:10 [2025-02-16T18:24:10.936Z] + git rev-parse HEAD 19:24:10 [2025-02-16T18:24:10.939Z] [Pipeline] echo 19:24:10 [2025-02-16T18:24:10.939Z] Silverpeas-Assembly: current commit is 2c6567336e38e2df324ebede90c072c62036a6ac and last build commit is 2c6567336e38e2df324ebede90c072c62036a6ac 19:24:10 [2025-02-16T18:24:10.940Z] [Pipeline] } 19:24:10 [2025-02-16T18:24:10.957Z] [Pipeline] // dir 19:24:10 [2025-02-16T18:24:10.974Z] [Pipeline] echo 19:24:10 [2025-02-16T18:24:10.974Z] Build skipped due to no changes have been done since the last build 19:24:10 [2025-02-16T18:24:10.975Z] [Pipeline] } 19:24:11 [2025-02-16T18:24:11.019Z] [Pipeline] // script 19:24:11 [2025-02-16T18:24:11.034Z] [Pipeline] } 19:24:11 [2025-02-16T18:24:11.047Z] [Pipeline] // stage 19:24:11 [2025-02-16T18:24:11.065Z] [Pipeline] stage 19:24:11 [2025-02-16T18:24:11.066Z] [Pipeline] { (Build Silverpeas) 19:24:11 [2025-02-16T18:24:11.106Z] Stage "Build Silverpeas" skipped due to when conditional 19:24:11 [2025-02-16T18:24:11.107Z] [Pipeline] getContext 19:24:11 [2025-02-16T18:24:11.150Z] [Pipeline] stage 19:24:11 [2025-02-16T18:24:11.150Z] [Pipeline] { (Build Silverpeas-Core) 19:24:11 [2025-02-16T18:24:11.159Z] Stage "Build Silverpeas" skipped due to when conditional 19:24:11 [2025-02-16T18:24:11.160Z] [Pipeline] getContext 19:24:11 [2025-02-16T18:24:11.161Z] [Pipeline] } 19:24:11 [2025-02-16T18:24:11.177Z] [Pipeline] // stage 19:24:11 [2025-02-16T18:24:11.194Z] [Pipeline] stage 19:24:11 [2025-02-16T18:24:11.195Z] [Pipeline] { (Build Silverpeas-Components) 19:24:11 [2025-02-16T18:24:11.212Z] Stage "Build Silverpeas" skipped due to when conditional 19:24:11 [2025-02-16T18:24:11.213Z] [Pipeline] getContext 19:24:11 [2025-02-16T18:24:11.215Z] [Pipeline] } 19:24:11 [2025-02-16T18:24:11.230Z] [Pipeline] // stage 19:24:11 [2025-02-16T18:24:11.248Z] [Pipeline] stage 19:24:11 [2025-02-16T18:24:11.249Z] [Pipeline] { (Build Silverpeas-Assembly) 19:24:11 [2025-02-16T18:24:11.266Z] Stage "Build Silverpeas" skipped due to when conditional 19:24:11 [2025-02-16T18:24:11.267Z] [Pipeline] getContext 19:24:11 [2025-02-16T18:24:11.268Z] [Pipeline] } 19:24:11 [2025-02-16T18:24:11.284Z] [Pipeline] // stage 19:24:11 [2025-02-16T18:24:11.303Z] [Pipeline] stage 19:24:11 [2025-02-16T18:24:11.304Z] [Pipeline] { (Build Silverpeas Setup) 19:24:11 [2025-02-16T18:24:11.321Z] Stage "Build Silverpeas" skipped due to when conditional 19:24:11 [2025-02-16T18:24:11.322Z] [Pipeline] getContext 19:24:11 [2025-02-16T18:24:11.323Z] [Pipeline] } 19:24:11 [2025-02-16T18:24:11.339Z] [Pipeline] // stage 19:24:11 [2025-02-16T18:24:11.358Z] [Pipeline] stage 19:24:11 [2025-02-16T18:24:11.358Z] [Pipeline] { (Build Silverpeas Distribution) 19:24:11 [2025-02-16T18:24:11.376Z] Stage "Build Silverpeas" skipped due to when conditional 19:24:11 [2025-02-16T18:24:11.377Z] [Pipeline] getContext 19:24:11 [2025-02-16T18:24:11.379Z] [Pipeline] } 19:24:11 [2025-02-16T18:24:11.395Z] [Pipeline] // stage 19:24:11 [2025-02-16T18:24:11.414Z] [Pipeline] stage 19:24:11 [2025-02-16T18:24:11.415Z] [Pipeline] { (Build Silverpeas-Looks) 19:24:11 [2025-02-16T18:24:11.434Z] Stage "Build Silverpeas" skipped due to when conditional 19:24:11 [2025-02-16T18:24:11.435Z] [Pipeline] getContext 19:24:11 [2025-02-16T18:24:11.437Z] [Pipeline] } 19:24:11 [2025-02-16T18:24:11.453Z] [Pipeline] // stage 19:24:11 [2025-02-16T18:24:11.471Z] [Pipeline] stage 19:24:11 [2025-02-16T18:24:11.472Z] [Pipeline] { (Publish Silverpeas-Core) 19:24:11 [2025-02-16T18:24:11.490Z] Stage "Build Silverpeas" skipped due to when conditional 19:24:11 [2025-02-16T18:24:11.491Z] [Pipeline] getContext 19:24:11 [2025-02-16T18:24:11.492Z] [Pipeline] } 19:24:11 [2025-02-16T18:24:11.510Z] [Pipeline] // stage 19:24:11 [2025-02-16T18:24:11.528Z] [Pipeline] stage 19:24:11 [2025-02-16T18:24:11.529Z] [Pipeline] { (Publish Silverpeas-Components) 19:24:11 [2025-02-16T18:24:11.546Z] Stage "Build Silverpeas" skipped due to when conditional 19:24:11 [2025-02-16T18:24:11.547Z] [Pipeline] getContext 19:24:11 [2025-02-16T18:24:11.549Z] [Pipeline] } 19:24:11 [2025-02-16T18:24:11.565Z] [Pipeline] // stage 19:24:11 [2025-02-16T18:24:11.583Z] [Pipeline] stage 19:24:11 [2025-02-16T18:24:11.584Z] [Pipeline] { (Publish Silverpeas-Assembly) 19:24:11 [2025-02-16T18:24:11.600Z] Stage "Build Silverpeas" skipped due to when conditional 19:24:11 [2025-02-16T18:24:11.601Z] [Pipeline] getContext 19:24:11 [2025-02-16T18:24:11.604Z] [Pipeline] } 19:24:11 [2025-02-16T18:24:11.620Z] [Pipeline] // stage 19:24:11 [2025-02-16T18:24:11.638Z] [Pipeline] stage 19:24:11 [2025-02-16T18:24:11.639Z] [Pipeline] { (Publish Silverpeas-Setup) 19:24:11 [2025-02-16T18:24:11.658Z] Stage "Build Silverpeas" skipped due to when conditional 19:24:11 [2025-02-16T18:24:11.659Z] [Pipeline] getContext 19:24:11 [2025-02-16T18:24:11.661Z] [Pipeline] } 19:24:11 [2025-02-16T18:24:11.677Z] [Pipeline] // stage 19:24:11 [2025-02-16T18:24:11.696Z] [Pipeline] stage 19:24:11 [2025-02-16T18:24:11.697Z] [Pipeline] { (Publish Silverpeas-Distribution) 19:24:11 [2025-02-16T18:24:11.714Z] Stage "Build Silverpeas" skipped due to when conditional 19:24:11 [2025-02-16T18:24:11.715Z] [Pipeline] getContext 19:24:11 [2025-02-16T18:24:11.716Z] [Pipeline] } 19:24:11 [2025-02-16T18:24:11.732Z] [Pipeline] // stage 19:24:11 [2025-02-16T18:24:11.753Z] [Pipeline] stage 19:24:11 [2025-02-16T18:24:11.754Z] [Pipeline] { (Publish Silverpeas-Looks) 19:24:11 [2025-02-16T18:24:11.771Z] Stage "Build Silverpeas" skipped due to when conditional 19:24:11 [2025-02-16T18:24:11.772Z] [Pipeline] getContext 19:24:11 [2025-02-16T18:24:11.773Z] [Pipeline] } 19:24:11 [2025-02-16T18:24:11.789Z] [Pipeline] // stage 19:24:11 [2025-02-16T18:24:11.810Z] [Pipeline] stage 19:24:11 [2025-02-16T18:24:11.811Z] [Pipeline] { (Publish Community Web Site) 19:24:11 [2025-02-16T18:24:11.828Z] Stage "Build Silverpeas" skipped due to when conditional 19:24:11 [2025-02-16T18:24:11.829Z] [Pipeline] getContext 19:24:11 [2025-02-16T18:24:11.830Z] [Pipeline] } 19:24:11 [2025-02-16T18:24:11.847Z] [Pipeline] // stage 19:24:11 [2025-02-16T18:24:11.862Z] [Pipeline] } 19:24:11 [2025-02-16T18:24:11.877Z] [Pipeline] // stage 19:24:11 [2025-02-16T18:24:11.896Z] [Pipeline] stage 19:24:11 [2025-02-16T18:24:11.897Z] [Pipeline] { (Create YAML build report) 19:24:11 [2025-02-16T18:24:11.932Z] [Pipeline] script 19:24:11 [2025-02-16T18:24:11.937Z] [Pipeline] { 19:24:11 [2025-02-16T18:24:11.956Z] [Pipeline] sh 19:24:12 [2025-02-16T18:24:12.214Z] + mkdir -p target 19:24:12 [2025-02-16T18:24:12.216Z] [Pipeline] sh 19:24:12 [2025-02-16T18:24:12.474Z] + mv build.yaml target/ 19:24:12 [2025-02-16T18:24:12.476Z] [Pipeline] } 19:24:12 [2025-02-16T18:24:12.493Z] [Pipeline] // script 19:24:12 [2025-02-16T18:24:12.509Z] [Pipeline] } 19:24:12 [2025-02-16T18:24:12.525Z] [Pipeline] // stage 19:24:12 [2025-02-16T18:24:12.550Z] [Pipeline] stage 19:24:12 [2025-02-16T18:24:12.551Z] [Pipeline] { (Declarative: Post Actions) 19:24:12 [2025-02-16T18:24:12.581Z] [Pipeline] step 19:24:12 [2025-02-16T18:24:12.612Z] [Pipeline] script 19:24:12 [2025-02-16T18:24:12.619Z] [Pipeline] { 19:24:12 [2025-02-16T18:24:12.652Z] [Pipeline] } 19:24:12 [2025-02-16T18:24:12.668Z] [Pipeline] // script 19:24:12 [2025-02-16T18:24:12.691Z] [Pipeline] archiveArtifacts 19:24:12 [2025-02-16T18:24:12.695Z] Archiving artifacts 19:24:12 [2025-02-16T18:24:12.711Z] Enregistrement des empreintes numériques 19:24:12 [2025-02-16T18:24:12.724Z] [Pipeline] sh 19:24:12 [2025-02-16T18:24:12.984Z] + rm -rf target 19:24:12 [2025-02-16T18:24:12.992Z] [Pipeline] } 19:24:13 [2025-02-16T18:24:13.008Z] [Pipeline] // stage 19:24:13 [2025-02-16T18:24:13.024Z] [Pipeline] } 19:24:13 [2025-02-16T18:24:13.039Z] [Pipeline] // withEnv 19:24:13 [2025-02-16T18:24:13.055Z] [Pipeline] } 19:24:13 [2025-02-16T18:24:13.056Z] $ docker stop --time=1 54821f4415153aa81f986b4cd1d5ab991c9a774b1dbb08362b2f05c93d70a47c 19:24:14 [2025-02-16T18:24:14.304Z] $ docker rm -f --volumes 54821f4415153aa81f986b4cd1d5ab991c9a774b1dbb08362b2f05c93d70a47c 19:24:14 [2025-02-16T18:24:14.344Z] [Pipeline] // withDockerContainer 19:24:14 [2025-02-16T18:24:14.351Z] [Pipeline] } 19:24:14 [2025-02-16T18:24:14.357Z] [Pipeline] // withEnv 19:24:14 [2025-02-16T18:24:14.373Z] [Pipeline] } 19:24:14 [2025-02-16T18:24:14.389Z] [Pipeline] // node 19:24:14 [2025-02-16T18:24:14.405Z] [Pipeline] End of Pipeline 19:24:14 [2025-02-16T18:24:14.479Z] Lancement d'un nouveau build de Silverpeas_Mobile_Master_AutoDeploy #539 19:24:14 [2025-02-16T18:24:14.480Z] Finished: SUCCESS