01:21:23 [2026-02-27T00:21:23.401Z] Démarré par le projet amont "Silverpeas_6.3.x_AutoDeploy" de numéro de build 273 01:21:23 [2026-02-27T00:21:23.401Z] Causé à l'origine par : 01:21:23 [2026-02-27T00:21:23.401Z] Lancé par une alarme périodique 01:21:23 [2026-02-27T00:21:23.401Z] Running as userbuild 01:21:23 [2026-02-27T00:21:23.878Z] Obtained src/builds/mobile/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git 01:21:24 [2026-02-27T00:21:24.010Z] [Pipeline] Start of Pipeline 01:21:24 [2026-02-27T00:21:24.259Z] [Pipeline] node 01:21:24 [2026-02-27T00:21:24.263Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_Mobile_6.3.x_AutoDeploy 01:21:24 [2026-02-27T00:21:24.264Z] [Pipeline] { 01:21:24 [2026-02-27T00:21:24.279Z] [Pipeline] stage 01:21:24 [2026-02-27T00:21:24.279Z] [Pipeline] { (Declarative: Checkout SCM) 01:21:24 [2026-02-27T00:21:24.286Z] [Pipeline] checkout 01:21:24 [2026-02-27T00:21:24.288Z] Selected Git installation does not exist. Using Default 01:21:24 [2026-02-27T00:21:24.288Z] The recommended git tool is: NONE 01:21:24 [2026-02-27T00:21:24.288Z] No credentials specified 01:21:24 [2026-02-27T00:21:24.289Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Mobile_6.3.x_AutoDeploy/.git # timeout=10 01:21:24 [2026-02-27T00:21:24.294Z] Fetching changes from the remote Git repository 01:21:24 [2026-02-27T00:21:24.296Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10 01:21:24 [2026-02-27T00:21:24.301Z] Cleaning workspace 01:21:24 [2026-02-27T00:21:24.302Z] > /usr/bin/git rev-parse --verify HEAD # timeout=10 01:21:24 [2026-02-27T00:21:24.307Z] Resetting working tree 01:21:24 [2026-02-27T00:21:24.307Z] > /usr/bin/git reset --hard # timeout=10 01:21:24 [2026-02-27T00:21:24.474Z] > /usr/bin/git clean -fdx # timeout=10 01:21:24 [2026-02-27T00:21:24.484Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git 01:21:24 [2026-02-27T00:21:24.484Z] > /usr/bin/git --version # timeout=10 01:21:24 [2026-02-27T00:21:24.487Z] > git --version # 'git version 2.43.0' 01:21:24 [2026-02-27T00:21:24.488Z] > /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-02-27T00:21:24.928Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10 01:21:24 [2026-02-27T00:21:24.934Z] Checking out Revision 1a3c726bd15b58b1d8b82d9cc1fc5c31a5533a45 (refs/remotes/origin/master) 01:21:24 [2026-02-27T00:21:24.934Z] > /usr/bin/git config core.sparsecheckout # timeout=10 01:21:24 [2026-02-27T00:21:24.938Z] > /usr/bin/git checkout -f 1a3c726bd15b58b1d8b82d9cc1fc5c31a5533a45 # timeout=10 01:21:24 [2026-02-27T00:21:24.999Z] Commit message: "Fix SonarQube Maven execution in pipelines." 01:21:24 [2026-02-27T00:21:24.999Z] > /usr/bin/git rev-list --no-walk 1a3c726bd15b58b1d8b82d9cc1fc5c31a5533a45 # timeout=10 01:21:25 [2026-02-27T00:21:25.020Z] [Pipeline] } 01:21:25 [2026-02-27T00:21:25.024Z] [Pipeline] // stage 01:21:25 [2026-02-27T00:21:25.040Z] [Pipeline] withEnv 01:21:25 [2026-02-27T00:21:25.041Z] [Pipeline] { 01:21:25 [2026-02-27T00:21:25.190Z] [Pipeline] isUnix 01:21:25 [2026-02-27T00:21:25.191Z] [Pipeline] withEnv 01:21:25 [2026-02-27T00:21:25.191Z] [Pipeline] { 01:21:25 [2026-02-27T00:21:25.203Z] [Pipeline] sh 01:21:25 [2026-02-27T00:21:25.458Z] + docker inspect -f . silverpeas/silverbuild:6.3.3 01:21:25 [2026-02-27T00:21:25.458Z] . 01:21:25 [2026-02-27T00:21:25.459Z] [Pipeline] } 01:21:25 [2026-02-27T00:21:25.467Z] [Pipeline] // withEnv 01:21:25 [2026-02-27T00:21:25.476Z] [Pipeline] withDockerContainer 01:21:25 [2026-02-27T00:21:25.505Z] Jenkins does not seem to be running inside a container 01:21:25 [2026-02-27T00:21:25.512Z] $ 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-02-27T00:21:25.801Z] $ docker top 4e94e76c22ed157b7111f1180bc84f4ed9704930dd88501dc8bfdede5ffb4479 -eo pid,comm 01:21:25 [2026-02-27T00:21:25.835Z] [Pipeline] { 01:21:25 [2026-02-27T00:21:25.849Z] [Pipeline] withEnv 01:21:25 [2026-02-27T00:21:25.850Z] [Pipeline] { 01:21:25 [2026-02-27T00:21:25.856Z] [Pipeline] stage 01:21:25 [2026-02-27T00:21:25.857Z] [Pipeline] { (Resolve dependency on Silverpeas) 01:21:25 [2026-02-27T00:21:25.880Z] [Pipeline] script 01:21:25 [2026-02-27T00:21:25.886Z] [Pipeline] { 01:21:25 [2026-02-27T00:21:25.893Z] [Pipeline] echo 01:21:25 [2026-02-27T00:21:25.893Z] Working on branch 6.3.x 01:21:25 [2026-02-27T00:21:25.896Z] [Pipeline] copyArtifacts 01:21:25 [2026-02-27T00:21:25.901Z] Copied 1 artifact from "Silverpeas_6.3.x_AutoDeploy" build number 273 01:21:25 [2026-02-27T00:21:25.911Z] [Pipeline] readYaml 01:21:25 [2026-02-27T00:21:25.918Z] 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-02-27T00:21:25.918Z] 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-02-27T00:21:25.920Z] [Pipeline] sh 01:21:26 [2026-02-27T00:21:26.177Z] + rm -f build.yaml 01:21:26 [2026-02-27T00:21:26.178Z] [Pipeline] } 01:21:26 [2026-02-27T00:21:26.185Z] [Pipeline] // script 01:21:26 [2026-02-27T00:21:26.193Z] [Pipeline] echo 01:21:26 [2026-02-27T00:21:26.193Z] Parent version is 1.5.3 01:21:26 [2026-02-27T00:21:26.195Z] [Pipeline] echo 01:21:26 [2026-02-27T00:21:26.196Z] Silverpeas version is 6.3.7-build250214 01:21:26 [2026-02-27T00:21:26.197Z] [Pipeline] } 01:21:26 [2026-02-27T00:21:26.205Z] [Pipeline] // stage 01:21:26 [2026-02-27T00:21:26.217Z] [Pipeline] stage 01:21:26 [2026-02-27T00:21:26.218Z] [Pipeline] { (Prepare the project) 01:21:26 [2026-02-27T00:21:26.248Z] [Pipeline] git 01:21:26 [2026-02-27T00:21:26.250Z] The recommended git tool is: /usr/bin/git 01:21:26 [2026-02-27T00:21:26.250Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59 01:21:26 [2026-02-27T00:21:26.257Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@7a39870c; decorates hudson.Launcher$LocalLauncher@32a78e51 will be ignored (a typical symptom is the Git executable not being run inside a designated container) 01:21:26 [2026-02-27T00:21:26.257Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Mobile_6.3.x_AutoDeploy/.git # timeout=10 01:21:26 [2026-02-27T00:21:26.264Z] Fetching changes from the remote Git repository 01:21:26 [2026-02-27T00:21:26.266Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/silverpeasmobile # timeout=10 01:21:26 [2026-02-27T00:21:26.271Z] Fetching upstream changes from https://github.com/Silverpeas/silverpeasmobile 01:21:26 [2026-02-27T00:21:26.272Z] > /usr/bin/git --version # timeout=10 01:21:26 [2026-02-27T00:21:26.277Z] > git --version # 'git version 2.43.0' 01:21:26 [2026-02-27T00:21:26.277Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins 01:21:26 [2026-02-27T00:21:26.283Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/silverpeasmobile +refs/heads/*:refs/remotes/origin/* # timeout=10 01:21:27 [2026-02-27T00:21:27.463Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10 01:21:27 [2026-02-27T00:21:27.471Z] Checking out Revision defa63b4934e025329da4b267c4ca7f8968d7347 (refs/remotes/origin/6.3.x) 01:21:27 [2026-02-27T00:21:27.471Z] > /usr/bin/git config core.sparsecheckout # timeout=10 01:21:27 [2026-02-27T00:21:27.477Z] > /usr/bin/git checkout -f defa63b4934e025329da4b267c4ca7f8968d7347 # timeout=10 01:21:27 [2026-02-27T00:21:27.582Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10 01:21:27 [2026-02-27T00:21:27.590Z] > /usr/bin/git branch -D 6.3.x # timeout=10 01:21:27 [2026-02-27T00:21:27.598Z] > /usr/bin/git checkout -b 6.3.x defa63b4934e025329da4b267c4ca7f8968d7347 # timeout=10 01:21:27 [2026-02-27T00:21:27.714Z] Commit message: "Update dependency on Silverpeas to version 6.3.7-build250214" 01:21:27 [2026-02-27T00:21:27.715Z] > /usr/bin/git rev-list --no-walk defa63b4934e025329da4b267c4ca7f8968d7347 # timeout=10 01:21:27 [2026-02-27T00:21:27.736Z] [Pipeline] script 01:21:27 [2026-02-27T00:21:27.740Z] [Pipeline] { 01:21:27 [2026-02-27T00:21:27.748Z] [Pipeline] copyArtifacts 01:21:27 [2026-02-27T00:21:27.752Z] Copied 1 artifact from "Silverpeas_Mobile_6.3.x_AutoDeploy" build number 244 01:21:27 [2026-02-27T00:21:27.761Z] [Pipeline] readYaml 01:21:27 [2026-02-27T00:21:27.775Z] 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-02-27T00:21:27.777Z] [Pipeline] sh 01:21:28 [2026-02-27T00:21:28.036Z] + git rev-parse HEAD 01:21:28 [2026-02-27T00:21:28.039Z] [Pipeline] echo 01:21:28 [2026-02-27T00:21:28.040Z] Current commit is defa63b4934e025329da4b267c4ca7f8968d7347 and last build commit is defa63b4934e025329da4b267c4ca7f8968d7347 01:21:28 [2026-02-27T00:21:28.041Z] 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:28 [2026-02-27T00:21:28.041Z] [Pipeline] } 01:21:28 [2026-02-27T00:21:28.051Z] [Pipeline] // script 01:21:28 [2026-02-27T00:21:28.061Z] [Pipeline] script 01:21:28 [2026-02-27T00:21:28.070Z] [Pipeline] { 01:21:28 [2026-02-27T00:21:28.080Z] [Pipeline] readMavenPom 01:21:28 [2026-02-27T00:21:28.091Z] 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:28 [2026-02-27T00:21:28.092Z] 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:28 [2026-02-27T00:21:28.092Z] 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:28 [2026-02-27T00:21:28.093Z] 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:28 [2026-02-27T00:21:28.094Z] [Pipeline] echo 01:21:28 [2026-02-27T00:21:28.095Z] No changes and no update in Silverpeas since the last build 01:21:28 [2026-02-27T00:21:28.095Z] [Pipeline] } 01:21:28 [2026-02-27T00:21:28.104Z] [Pipeline] // script 01:21:28 [2026-02-27T00:21:28.114Z] [Pipeline] } 01:21:28 [2026-02-27T00:21:28.122Z] [Pipeline] // stage 01:21:28 [2026-02-27T00:21:28.134Z] [Pipeline] stage 01:21:28 [2026-02-27T00:21:28.135Z] [Pipeline] { (Build the project) 01:21:28 [2026-02-27T00:21:28.183Z] Stage "Build the project" skipped due to when conditional 01:21:28 [2026-02-27T00:21:28.185Z] [Pipeline] getContext 01:21:28 [2026-02-27T00:21:28.198Z] [Pipeline] stage 01:21:28 [2026-02-27T00:21:28.200Z] [Pipeline] { (Check POM parent version) 01:21:28 [2026-02-27T00:21:28.209Z] Stage "Build the project" skipped due to when conditional 01:21:28 [2026-02-27T00:21:28.210Z] [Pipeline] getContext 01:21:28 [2026-02-27T00:21:28.212Z] [Pipeline] } 01:21:28 [2026-02-27T00:21:28.221Z] [Pipeline] // stage 01:21:28 [2026-02-27T00:21:28.233Z] [Pipeline] stage 01:21:28 [2026-02-27T00:21:28.234Z] [Pipeline] { (Update POM parent) 01:21:28 [2026-02-27T00:21:28.243Z] Stage "Build the project" skipped due to when conditional 01:21:28 [2026-02-27T00:21:28.244Z] [Pipeline] getContext 01:21:28 [2026-02-27T00:21:28.246Z] [Pipeline] } 01:21:28 [2026-02-27T00:21:28.255Z] [Pipeline] // stage 01:21:28 [2026-02-27T00:21:28.265Z] [Pipeline] stage 01:21:28 [2026-02-27T00:21:28.266Z] [Pipeline] { (Update dependency on Silverpeas) 01:21:28 [2026-02-27T00:21:28.274Z] Stage "Build the project" skipped due to when conditional 01:21:28 [2026-02-27T00:21:28.275Z] [Pipeline] getContext 01:21:28 [2026-02-27T00:21:28.277Z] [Pipeline] } 01:21:28 [2026-02-27T00:21:28.286Z] [Pipeline] // stage 01:21:28 [2026-02-27T00:21:28.297Z] [Pipeline] stage 01:21:28 [2026-02-27T00:21:28.298Z] [Pipeline] { (Build and Publish) 01:21:28 [2026-02-27T00:21:28.305Z] Stage "Build the project" skipped due to when conditional 01:21:28 [2026-02-27T00:21:28.306Z] [Pipeline] getContext 01:21:28 [2026-02-27T00:21:28.308Z] [Pipeline] } 01:21:28 [2026-02-27T00:21:28.314Z] [Pipeline] // stage 01:21:28 [2026-02-27T00:21:28.321Z] [Pipeline] } 01:21:28 [2026-02-27T00:21:28.327Z] [Pipeline] // stage 01:21:28 [2026-02-27T00:21:28.337Z] [Pipeline] stage 01:21:28 [2026-02-27T00:21:28.338Z] [Pipeline] { (Create YAML build report) 01:21:28 [2026-02-27T00:21:28.357Z] [Pipeline] script 01:21:28 [2026-02-27T00:21:28.360Z] [Pipeline] { 01:21:28 [2026-02-27T00:21:28.371Z] [Pipeline] sh 01:21:28 [2026-02-27T00:21:28.630Z] + mkdir -p target 01:21:28 [2026-02-27T00:21:28.632Z] [Pipeline] sh 01:21:28 [2026-02-27T00:21:28.889Z] + mv build.yaml target/ 01:21:28 [2026-02-27T00:21:28.890Z] [Pipeline] } 01:21:28 [2026-02-27T00:21:28.898Z] [Pipeline] // script 01:21:28 [2026-02-27T00:21:28.904Z] [Pipeline] } 01:21:28 [2026-02-27T00:21:28.912Z] [Pipeline] // stage 01:21:28 [2026-02-27T00:21:28.917Z] [Pipeline] stage 01:21:28 [2026-02-27T00:21:28.918Z] [Pipeline] { (Declarative: Post Actions) 01:21:28 [2026-02-27T00:21:28.933Z] [Pipeline] step 01:21:28 [2026-02-27T00:21:28.952Z] [Pipeline] script 01:21:28 [2026-02-27T00:21:28.960Z] [Pipeline] { 01:21:28 [2026-02-27T00:21:28.978Z] [Pipeline] } 01:21:28 [2026-02-27T00:21:28.987Z] [Pipeline] // script 01:21:29 [2026-02-27T00:21:29.000Z] [Pipeline] archiveArtifacts 01:21:29 [2026-02-27T00:21:29.004Z] Archiving artifacts 01:21:29 [2026-02-27T00:21:29.012Z] Enregistrement des empreintes numériques 01:21:29 [2026-02-27T00:21:29.034Z] [Pipeline] } 01:21:29 [2026-02-27T00:21:29.038Z] [Pipeline] // stage 01:21:29 [2026-02-27T00:21:29.043Z] [Pipeline] } 01:21:29 [2026-02-27T00:21:29.048Z] [Pipeline] // withEnv 01:21:29 [2026-02-27T00:21:29.052Z] [Pipeline] } 01:21:29 [2026-02-27T00:21:29.053Z] $ docker stop --time=1 4e94e76c22ed157b7111f1180bc84f4ed9704930dd88501dc8bfdede5ffb4479 01:21:30 [2026-02-27T00:21:30.303Z] $ docker rm -f --volumes 4e94e76c22ed157b7111f1180bc84f4ed9704930dd88501dc8bfdede5ffb4479 01:21:30 [2026-02-27T00:21:30.337Z] [Pipeline] // withDockerContainer 01:21:30 [2026-02-27T00:21:30.341Z] [Pipeline] } 01:21:30 [2026-02-27T00:21:30.344Z] [Pipeline] // withEnv 01:21:30 [2026-02-27T00:21:30.348Z] [Pipeline] } 01:21:30 [2026-02-27T00:21:30.352Z] [Pipeline] // node 01:21:30 [2026-02-27T00:21:30.358Z] [Pipeline] End of Pipeline 01:21:30 [2026-02-27T00:21:30.393Z] Finished: SUCCESS