01:21:22 [2026-03-13T00:21:22.808Z] Démarré par le projet amont "Silverpeas_6.3.x_AutoDeploy" de numéro de build 275
01:21:22 [2026-03-13T00:21:22.808Z] Causé à l'origine par :
01:21:22 [2026-03-13T00:21:22.808Z] Lancé par une alarme périodique
01:21:22 [2026-03-13T00:21:22.808Z] Running as userbuild
01:21:23 [2026-03-13T00:21:23.186Z] Obtained src/builds/mobile/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git
01:21:23 [2026-03-13T00:21:23.342Z] [Pipeline] Start of Pipeline
01:21:23 [2026-03-13T00:21:23.584Z] [Pipeline] node
01:21:23 [2026-03-13T00:21:23.587Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_Mobile_6.3.x_AutoDeploy
01:21:23 [2026-03-13T00:21:23.589Z] [Pipeline] {
01:21:23 [2026-03-13T00:21:23.600Z] [Pipeline] stage
01:21:23 [2026-03-13T00:21:23.601Z] [Pipeline] { (Declarative: Checkout SCM)
01:21:23 [2026-03-13T00:21:23.607Z] [Pipeline] checkout
01:21:23 [2026-03-13T00:21:23.609Z] Selected Git installation does not exist. Using Default
01:21:23 [2026-03-13T00:21:23.609Z] The recommended git tool is: NONE
01:21:23 [2026-03-13T00:21:23.609Z] No credentials specified
01:21:23 [2026-03-13T00:21:23.609Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Mobile_6.3.x_AutoDeploy/.git # timeout=10
01:21:23 [2026-03-13T00:21:23.615Z] Fetching changes from the remote Git repository
01:21:23 [2026-03-13T00:21:23.617Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
01:21:23 [2026-03-13T00:21:23.623Z] Cleaning workspace
01:21:23 [2026-03-13T00:21:23.623Z] > /usr/bin/git rev-parse --verify HEAD # timeout=10
01:21:23 [2026-03-13T00:21:23.628Z] Resetting working tree
01:21:23 [2026-03-13T00:21:23.628Z] > /usr/bin/git reset --hard # timeout=10
01:21:23 [2026-03-13T00:21:23.696Z] > /usr/bin/git clean -fdx # timeout=10
01:21:23 [2026-03-13T00:21:23.707Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git
01:21:23 [2026-03-13T00:21:23.707Z] > /usr/bin/git --version # timeout=10
01:21:23 [2026-03-13T00:21:23.711Z] > git --version # 'git version 2.43.0'
01:21:23 [2026-03-13T00:21:23.712Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Jenkins-Pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:24 [2026-03-13T00:21:24.123Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
01:21:24 [2026-03-13T00:21:24.132Z] Checking out Revision 1a3c726bd15b58b1d8b82d9cc1fc5c31a5533a45 (refs/remotes/origin/master)
01:21:24 [2026-03-13T00:21:24.132Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:24 [2026-03-13T00:21:24.138Z] > /usr/bin/git checkout -f 1a3c726bd15b58b1d8b82d9cc1fc5c31a5533a45 # timeout=10
01:21:24 [2026-03-13T00:21:24.211Z] Commit message: "Fix SonarQube Maven execution in pipelines."
01:21:24 [2026-03-13T00:21:24.211Z] > /usr/bin/git rev-list --no-walk 1a3c726bd15b58b1d8b82d9cc1fc5c31a5533a45 # timeout=10
01:21:24 [2026-03-13T00:21:24.237Z] [Pipeline] }
01:21:24 [2026-03-13T00:21:24.244Z] [Pipeline] // stage
01:21:24 [2026-03-13T00:21:24.258Z] [Pipeline] withEnv
01:21:24 [2026-03-13T00:21:24.259Z] [Pipeline] {
01:21:24 [2026-03-13T00:21:24.378Z] [Pipeline] isUnix
01:21:24 [2026-03-13T00:21:24.380Z] [Pipeline] withEnv
01:21:24 [2026-03-13T00:21:24.381Z] [Pipeline] {
01:21:24 [2026-03-13T00:21:24.389Z] [Pipeline] sh
01:21:24 [2026-03-13T00:21:24.646Z] + docker inspect -f . silverpeas/silverbuild:6.3.3
01:21:24 [2026-03-13T00:21:24.646Z] .
01:21:24 [2026-03-13T00:21:24.647Z] [Pipeline] }
01:21:24 [2026-03-13T00:21:24.655Z] [Pipeline] // withEnv
01:21:24 [2026-03-13T00:21:24.664Z] [Pipeline] withDockerContainer
01:21:24 [2026-03-13T00:21:24.694Z] Jenkins does not seem to be running inside a container
01:21:24 [2026-03-13T00:21:24.702Z] $ 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_Mobile_6.3.x_AutoDeploy -v /var/lib/jenkins/workspace/Silverpeas_Mobile_6.3.x_AutoDeploy:/var/lib/jenkins/workspace/Silverpeas_Mobile_6.3.x_AutoDeploy:rw,z -v /var/lib/jenkins/workspace/Silverpeas_Mobile_6.3.x_AutoDeploy@tmp:/var/lib/jenkins/workspace/Silverpeas_Mobile_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 ******** silverpeas/silverbuild:6.3.3 cat
01:21:25 [2026-03-13T00:21:25.006Z] $ docker top 3672a94247cc23f60f493ef804973f28a1579b41420dd5b590e88bea14afb286 -eo pid,comm
01:21:25 [2026-03-13T00:21:25.041Z] [Pipeline] {
01:21:25 [2026-03-13T00:21:25.055Z] [Pipeline] withEnv
01:21:25 [2026-03-13T00:21:25.055Z] [Pipeline] {
01:21:25 [2026-03-13T00:21:25.066Z] [Pipeline] stage
01:21:25 [2026-03-13T00:21:25.067Z] [Pipeline] { (Resolve dependency on Silverpeas)
01:21:25 [2026-03-13T00:21:25.096Z] [Pipeline] script
01:21:25 [2026-03-13T00:21:25.105Z] [Pipeline] {
01:21:25 [2026-03-13T00:21:25.112Z] [Pipeline] echo
01:21:25 [2026-03-13T00:21:25.112Z] Working on branch 6.3.x
01:21:25 [2026-03-13T00:21:25.116Z] [Pipeline] copyArtifacts
01:21:25 [2026-03-13T00:21:25.123Z] Copied 1 artifact from "Silverpeas_6.3.x_AutoDeploy" build number 275
01:21:25 [2026-03-13T00:21:25.136Z] [Pipeline] readYaml
01:21:25 [2026-03-13T00:21:25.143Z] Did you forget the `def` keyword? WorkflowScript seems to be setting a field named parentVersion (to a value of type String) which could lead to memory leaks or other issues.
01:21:25 [2026-03-13T00:21:25.143Z] Did you forget the `def` keyword? WorkflowScript seems to be setting a field named silverpeasVersion (to a value of type String) which could lead to memory leaks or other issues.
01:21:25 [2026-03-13T00:21:25.146Z] [Pipeline] sh
01:21:25 [2026-03-13T00:21:25.407Z] + rm -f build.yaml
01:21:25 [2026-03-13T00:21:25.409Z] [Pipeline] }
01:21:25 [2026-03-13T00:21:25.417Z] [Pipeline] // script
01:21:25 [2026-03-13T00:21:25.426Z] [Pipeline] echo
01:21:25 [2026-03-13T00:21:25.427Z] Parent version is 1.5.3
01:21:25 [2026-03-13T00:21:25.429Z] [Pipeline] echo
01:21:25 [2026-03-13T00:21:25.429Z] Silverpeas version is 6.3.7-build250214
01:21:25 [2026-03-13T00:21:25.431Z] [Pipeline] }
01:21:25 [2026-03-13T00:21:25.438Z] [Pipeline] // stage
01:21:25 [2026-03-13T00:21:25.449Z] [Pipeline] stage
01:21:25 [2026-03-13T00:21:25.450Z] [Pipeline] { (Prepare the project)
01:21:25 [2026-03-13T00:21:25.479Z] [Pipeline] git
01:21:25 [2026-03-13T00:21:25.481Z] The recommended git tool is: /usr/bin/git
01:21:25 [2026-03-13T00:21:25.482Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:25 [2026-03-13T00:21:25.492Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@1bbdbd75; decorates hudson.Launcher$LocalLauncher@1895aacf will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:25 [2026-03-13T00:21:25.493Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Mobile_6.3.x_AutoDeploy/.git # timeout=10
01:21:25 [2026-03-13T00:21:25.499Z] Fetching changes from the remote Git repository
01:21:25 [2026-03-13T00:21:25.501Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/silverpeasmobile # timeout=10
01:21:25 [2026-03-13T00:21:25.506Z] Fetching upstream changes from https://github.com/Silverpeas/silverpeasmobile
01:21:25 [2026-03-13T00:21:25.507Z] > /usr/bin/git --version # timeout=10
01:21:25 [2026-03-13T00:21:25.511Z] > git --version # 'git version 2.43.0'
01:21:25 [2026-03-13T00:21:25.511Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:25 [2026-03-13T00:21:25.516Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/silverpeasmobile +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:26 [2026-03-13T00:21:26.960Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:26 [2026-03-13T00:21:26.970Z] Checking out Revision defa63b4934e025329da4b267c4ca7f8968d7347 (refs/remotes/origin/6.3.x)
01:21:26 [2026-03-13T00:21:26.970Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:26 [2026-03-13T00:21:26.975Z] > /usr/bin/git checkout -f defa63b4934e025329da4b267c4ca7f8968d7347 # timeout=10
01:21:27 [2026-03-13T00:21:27.065Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:27 [2026-03-13T00:21:27.076Z] > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:27 [2026-03-13T00:21:27.084Z] > /usr/bin/git checkout -b 6.3.x defa63b4934e025329da4b267c4ca7f8968d7347 # timeout=10
01:21:27 [2026-03-13T00:21:27.204Z] Commit message: "Update dependency on Silverpeas to version 6.3.7-build250214"
01:21:27 [2026-03-13T00:21:27.204Z] > /usr/bin/git rev-list --no-walk defa63b4934e025329da4b267c4ca7f8968d7347 # timeout=10
01:21:27 [2026-03-13T00:21:27.227Z] [Pipeline] script
01:21:27 [2026-03-13T00:21:27.230Z] [Pipeline] {
01:21:27 [2026-03-13T00:21:27.240Z] [Pipeline] copyArtifacts
01:21:27 [2026-03-13T00:21:27.243Z] Copied 1 artifact from "Silverpeas_Mobile_6.3.x_AutoDeploy" build number 246
01:21:27 [2026-03-13T00:21:27.250Z] [Pipeline] readYaml
01:21:27 [2026-03-13T00:21:27.256Z] Did you forget the `def` keyword? WorkflowScript seems to be setting a field named previousBuildVersion (to a value of type String) which could lead to memory leaks or other issues.
01:21:27 [2026-03-13T00:21:27.257Z] [Pipeline] sh
01:21:27 [2026-03-13T00:21:27.517Z] + git rev-parse HEAD
01:21:27 [2026-03-13T00:21:27.520Z] [Pipeline] echo
01:21:27 [2026-03-13T00:21:27.521Z] Current commit is defa63b4934e025329da4b267c4ca7f8968d7347 and last build commit is defa63b4934e025329da4b267c4ca7f8968d7347
01:21:27 [2026-03-13T00:21:27.522Z] Did you forget the `def` keyword? WorkflowScript seems to be setting a field named triggerBuild (to a value of type Boolean) which could lead to memory leaks or other issues.
01:21:27 [2026-03-13T00:21:27.523Z] [Pipeline] }
01:21:27 [2026-03-13T00:21:27.532Z] [Pipeline] // script
01:21:27 [2026-03-13T00:21:27.542Z] [Pipeline] script
01:21:27 [2026-03-13T00:21:27.549Z] [Pipeline] {
01:21:27 [2026-03-13T00:21:27.561Z] [Pipeline] readMavenPom
01:21:27 [2026-03-13T00:21:27.571Z] Did you forget the `def` keyword? WorkflowScript seems to be setting a field named pom (to a value of type Model) which could lead to memory leaks or other issues.
01:21:27 [2026-03-13T00:21:27.573Z] Did you forget the `def` keyword? WorkflowScript seems to be setting a field named release (to a value of type String) which could lead to memory leaks or other issues.
01:21:27 [2026-03-13T00:21:27.575Z] Did you forget the `def` keyword? WorkflowScript seems to be setting a field named buildNumber (to a value of type String) which could lead to memory leaks or other issues.
01:21:27 [2026-03-13T00:21:27.575Z] Did you forget the `def` keyword? WorkflowScript seems to be setting a field named buildVersion (to a value of type GStringImpl) which could lead to memory leaks or other issues.
01:21:27 [2026-03-13T00:21:27.577Z] [Pipeline] echo
01:21:27 [2026-03-13T00:21:27.578Z] No changes and no update in Silverpeas since the last build
01:21:27 [2026-03-13T00:21:27.579Z] [Pipeline] }
01:21:27 [2026-03-13T00:21:27.588Z] [Pipeline] // script
01:21:27 [2026-03-13T00:21:27.598Z] [Pipeline] }
01:21:27 [2026-03-13T00:21:27.607Z] [Pipeline] // stage
01:21:27 [2026-03-13T00:21:27.618Z] [Pipeline] stage
01:21:27 [2026-03-13T00:21:27.619Z] [Pipeline] { (Build the project)
01:21:27 [2026-03-13T00:21:27.668Z] Stage "Build the project" skipped due to when conditional
01:21:27 [2026-03-13T00:21:27.669Z] [Pipeline] getContext
01:21:27 [2026-03-13T00:21:27.682Z] [Pipeline] stage
01:21:27 [2026-03-13T00:21:27.683Z] [Pipeline] { (Check POM parent version)
01:21:27 [2026-03-13T00:21:27.693Z] Stage "Build the project" skipped due to when conditional
01:21:27 [2026-03-13T00:21:27.694Z] [Pipeline] getContext
01:21:27 [2026-03-13T00:21:27.696Z] [Pipeline] }
01:21:27 [2026-03-13T00:21:27.705Z] [Pipeline] // stage
01:21:27 [2026-03-13T00:21:27.716Z] [Pipeline] stage
01:21:27 [2026-03-13T00:21:27.717Z] [Pipeline] { (Update POM parent)
01:21:27 [2026-03-13T00:21:27.726Z] Stage "Build the project" skipped due to when conditional
01:21:27 [2026-03-13T00:21:27.727Z] [Pipeline] getContext
01:21:27 [2026-03-13T00:21:27.728Z] [Pipeline] }
01:21:27 [2026-03-13T00:21:27.737Z] [Pipeline] // stage
01:21:27 [2026-03-13T00:21:27.747Z] [Pipeline] stage
01:21:27 [2026-03-13T00:21:27.748Z] [Pipeline] { (Update dependency on Silverpeas)
01:21:27 [2026-03-13T00:21:27.757Z] Stage "Build the project" skipped due to when conditional
01:21:27 [2026-03-13T00:21:27.758Z] [Pipeline] getContext
01:21:27 [2026-03-13T00:21:27.759Z] [Pipeline] }
01:21:27 [2026-03-13T00:21:27.768Z] [Pipeline] // stage
01:21:27 [2026-03-13T00:21:27.777Z] [Pipeline] stage
01:21:27 [2026-03-13T00:21:27.778Z] [Pipeline] { (Build and Publish)
01:21:27 [2026-03-13T00:21:27.786Z] Stage "Build the project" skipped due to when conditional
01:21:27 [2026-03-13T00:21:27.787Z] [Pipeline] getContext
01:21:27 [2026-03-13T00:21:27.788Z] [Pipeline] }
01:21:27 [2026-03-13T00:21:27.796Z] [Pipeline] // stage
01:21:27 [2026-03-13T00:21:27.804Z] [Pipeline] }
01:21:27 [2026-03-13T00:21:27.811Z] [Pipeline] // stage
01:21:27 [2026-03-13T00:21:27.819Z] [Pipeline] stage
01:21:27 [2026-03-13T00:21:27.820Z] [Pipeline] { (Create YAML build report)
01:21:27 [2026-03-13T00:21:27.840Z] [Pipeline] script
01:21:27 [2026-03-13T00:21:27.847Z] [Pipeline] {
01:21:27 [2026-03-13T00:21:27.858Z] [Pipeline] sh
01:21:28 [2026-03-13T00:21:28.117Z] + mkdir -p target
01:21:28 [2026-03-13T00:21:28.119Z] [Pipeline] sh
01:21:28 [2026-03-13T00:21:28.378Z] + mv build.yaml target/
01:21:28 [2026-03-13T00:21:28.379Z] [Pipeline] }
01:21:28 [2026-03-13T00:21:28.388Z] [Pipeline] // script
01:21:28 [2026-03-13T00:21:28.401Z] [Pipeline] }
01:21:28 [2026-03-13T00:21:28.410Z] [Pipeline] // stage
01:21:28 [2026-03-13T00:21:28.422Z] [Pipeline] stage
01:21:28 [2026-03-13T00:21:28.423Z] [Pipeline] { (Declarative: Post Actions)
01:21:28 [2026-03-13T00:21:28.450Z] [Pipeline] step
01:21:28 [2026-03-13T00:21:28.475Z] [Pipeline] script
01:21:28 [2026-03-13T00:21:28.484Z] [Pipeline] {
01:21:28 [2026-03-13T00:21:28.519Z] [Pipeline] }
01:21:28 [2026-03-13T00:21:28.528Z] [Pipeline] // script
01:21:28 [2026-03-13T00:21:28.542Z] [Pipeline] archiveArtifacts
01:21:28 [2026-03-13T00:21:28.546Z] Archiving artifacts
01:21:28 [2026-03-13T00:21:28.555Z] Enregistrement des empreintes numériques
01:21:28 [2026-03-13T00:21:28.582Z] [Pipeline] }
01:21:28 [2026-03-13T00:21:28.592Z] [Pipeline] // stage
01:21:28 [2026-03-13T00:21:28.601Z] [Pipeline] }
01:21:28 [2026-03-13T00:21:28.611Z] [Pipeline] // withEnv
01:21:28 [2026-03-13T00:21:28.620Z] [Pipeline] }
01:21:28 [2026-03-13T00:21:28.621Z] $ docker stop --time=1 3672a94247cc23f60f493ef804973f28a1579b41420dd5b590e88bea14afb286
01:21:29 [2026-03-13T00:21:29.934Z] $ docker rm -f --volumes 3672a94247cc23f60f493ef804973f28a1579b41420dd5b590e88bea14afb286
01:21:29 [2026-03-13T00:21:29.975Z] [Pipeline] // withDockerContainer
01:21:29 [2026-03-13T00:21:29.979Z] [Pipeline] }
01:21:29 [2026-03-13T00:21:29.983Z] [Pipeline] // withEnv
01:21:29 [2026-03-13T00:21:29.987Z] [Pipeline] }
01:21:29 [2026-03-13T00:21:29.991Z] [Pipeline] // node
01:21:29 [2026-03-13T00:21:29.996Z] [Pipeline] End of Pipeline
01:21:30 [2026-03-13T00:21:30.051Z] Finished: SUCCESS