01:21:21 [2026-04-02T23:21:21.468Z] Démarré par le projet amont "Silverpeas_6.3.x_AutoDeploy" de numéro de build 278 01:21:21 [2026-04-02T23:21:21.468Z] Causé à l'origine par : 01:21:21 [2026-04-02T23:21:21.468Z] Lancé par une alarme périodique 01:21:21 [2026-04-02T23:21:21.468Z] Running as userbuild 01:21:21 [2026-04-02T23:21:21.830Z] Obtained src/builds/mobile/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git 01:21:21 [2026-04-02T23:21:21.939Z] [Pipeline] Start of Pipeline 01:21:22 [2026-04-02T23:21:22.113Z] [Pipeline] node 01:21:22 [2026-04-02T23:21:22.116Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_Mobile_6.3.x_AutoDeploy 01:21:22 [2026-04-02T23:21:22.117Z] [Pipeline] { 01:21:22 [2026-04-02T23:21:22.128Z] [Pipeline] stage 01:21:22 [2026-04-02T23:21:22.128Z] [Pipeline] { (Declarative: Checkout SCM) 01:21:22 [2026-04-02T23:21:22.135Z] [Pipeline] checkout 01:21:22 [2026-04-02T23:21:22.136Z] Selected Git installation does not exist. Using Default 01:21:22 [2026-04-02T23:21:22.136Z] The recommended git tool is: NONE 01:21:22 [2026-04-02T23:21:22.136Z] No credentials specified 01:21:22 [2026-04-02T23:21:22.136Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Mobile_6.3.x_AutoDeploy/.git # timeout=10 01:21:22 [2026-04-02T23:21:22.143Z] Fetching changes from the remote Git repository 01:21:22 [2026-04-02T23:21:22.148Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10 01:21:22 [2026-04-02T23:21:22.154Z] Cleaning workspace 01:21:22 [2026-04-02T23:21:22.155Z] > /usr/bin/git rev-parse --verify HEAD # timeout=10 01:21:22 [2026-04-02T23:21:22.159Z] Resetting working tree 01:21:22 [2026-04-02T23:21:22.159Z] > /usr/bin/git reset --hard # timeout=10 01:21:22 [2026-04-02T23:21:22.180Z] > /usr/bin/git clean -fdx # timeout=10 01:21:22 [2026-04-02T23:21:22.191Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git 01:21:22 [2026-04-02T23:21:22.191Z] > /usr/bin/git --version # timeout=10 01:21:22 [2026-04-02T23:21:22.195Z] > git --version # 'git version 2.43.0' 01:21:22 [2026-04-02T23:21:22.195Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Jenkins-Pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:21:22 [2026-04-02T23:21:22.549Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10 01:21:22 [2026-04-02T23:21:22.555Z] Checking out Revision 1a3c726bd15b58b1d8b82d9cc1fc5c31a5533a45 (refs/remotes/origin/master) 01:21:22 [2026-04-02T23:21:22.556Z] > /usr/bin/git config core.sparsecheckout # timeout=10 01:21:22 [2026-04-02T23:21:22.560Z] > /usr/bin/git checkout -f 1a3c726bd15b58b1d8b82d9cc1fc5c31a5533a45 # timeout=10 01:21:22 [2026-04-02T23:21:22.649Z] Commit message: "Fix SonarQube Maven execution in pipelines." 01:21:22 [2026-04-02T23:21:22.650Z] > /usr/bin/git rev-list --no-walk 1a3c726bd15b58b1d8b82d9cc1fc5c31a5533a45 # timeout=10 01:21:22 [2026-04-02T23:21:22.671Z] [Pipeline] } 01:21:22 [2026-04-02T23:21:22.677Z] [Pipeline] // stage 01:21:22 [2026-04-02T23:21:22.688Z] [Pipeline] withEnv 01:21:22 [2026-04-02T23:21:22.689Z] [Pipeline] { 01:21:22 [2026-04-02T23:21:22.833Z] [Pipeline] isUnix 01:21:22 [2026-04-02T23:21:22.835Z] [Pipeline] withEnv 01:21:22 [2026-04-02T23:21:22.836Z] [Pipeline] { 01:21:22 [2026-04-02T23:21:22.847Z] [Pipeline] sh 01:21:23 [2026-04-02T23:21:23.103Z] + docker inspect -f . silverpeas/silverbuild:6.3.3 01:21:23 [2026-04-02T23:21:23.103Z] . 01:21:23 [2026-04-02T23:21:23.105Z] [Pipeline] } 01:21:23 [2026-04-02T23:21:23.112Z] [Pipeline] // withEnv 01:21:23 [2026-04-02T23:21:23.124Z] [Pipeline] withDockerContainer 01:21:23 [2026-04-02T23:21:23.152Z] Jenkins does not seem to be running inside a container 01:21:23 [2026-04-02T23:21:23.159Z] $ 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:23 [2026-04-02T23:21:23.514Z] $ docker top 0f06bafe26ee7b544c4c8595d2ef730e80cbd5ea957f69114949debddb0911d9 -eo pid,comm 01:21:23 [2026-04-02T23:21:23.553Z] [Pipeline] { 01:21:23 [2026-04-02T23:21:23.561Z] [Pipeline] withEnv 01:21:23 [2026-04-02T23:21:23.561Z] [Pipeline] { 01:21:23 [2026-04-02T23:21:23.567Z] [Pipeline] stage 01:21:23 [2026-04-02T23:21:23.567Z] [Pipeline] { (Resolve dependency on Silverpeas) 01:21:23 [2026-04-02T23:21:23.588Z] [Pipeline] script 01:21:23 [2026-04-02T23:21:23.591Z] [Pipeline] { 01:21:23 [2026-04-02T23:21:23.599Z] [Pipeline] echo 01:21:23 [2026-04-02T23:21:23.599Z] Working on branch 6.3.x 01:21:23 [2026-04-02T23:21:23.603Z] [Pipeline] copyArtifacts 01:21:23 [2026-04-02T23:21:23.611Z] Copied 1 artifact from "Silverpeas_6.3.x_AutoDeploy" build number 278 01:21:23 [2026-04-02T23:21:23.619Z] [Pipeline] readYaml 01:21:23 [2026-04-02T23:21:23.628Z] 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:23 [2026-04-02T23:21:23.628Z] 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:23 [2026-04-02T23:21:23.629Z] [Pipeline] sh 01:21:23 [2026-04-02T23:21:23.887Z] + rm -f build.yaml 01:21:23 [2026-04-02T23:21:23.888Z] [Pipeline] } 01:21:23 [2026-04-02T23:21:23.896Z] [Pipeline] // script 01:21:23 [2026-04-02T23:21:23.905Z] [Pipeline] echo 01:21:23 [2026-04-02T23:21:23.905Z] Parent version is 1.5.3 01:21:23 [2026-04-02T23:21:23.907Z] [Pipeline] echo 01:21:23 [2026-04-02T23:21:23.907Z] Silverpeas version is 6.3.7-build250214 01:21:23 [2026-04-02T23:21:23.908Z] [Pipeline] } 01:21:23 [2026-04-02T23:21:23.916Z] [Pipeline] // stage 01:21:23 [2026-04-02T23:21:23.926Z] [Pipeline] stage 01:21:23 [2026-04-02T23:21:23.927Z] [Pipeline] { (Prepare the project) 01:21:23 [2026-04-02T23:21:23.948Z] [Pipeline] git 01:21:23 [2026-04-02T23:21:23.951Z] The recommended git tool is: /usr/bin/git 01:21:23 [2026-04-02T23:21:23.953Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59 01:21:23 [2026-04-02T23:21:23.963Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@33a498d7; decorates hudson.Launcher$LocalLauncher@55a6863f will be ignored (a typical symptom is the Git executable not being run inside a designated container) 01:21:23 [2026-04-02T23:21:23.964Z] > /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-04-02T23:21:23.971Z] Fetching changes from the remote Git repository 01:21:23 [2026-04-02T23:21:23.974Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/silverpeasmobile # timeout=10 01:21:23 [2026-04-02T23:21:23.981Z] Fetching upstream changes from https://github.com/Silverpeas/silverpeasmobile 01:21:23 [2026-04-02T23:21:23.981Z] > /usr/bin/git --version # timeout=10 01:21:23 [2026-04-02T23:21:23.986Z] > git --version # 'git version 2.43.0' 01:21:23 [2026-04-02T23:21:23.986Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins 01:21:23 [2026-04-02T23:21:23.992Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/silverpeasmobile +refs/heads/*:refs/remotes/origin/* # timeout=10 01:21:25 [2026-04-02T23:21:25.372Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10 01:21:25 [2026-04-02T23:21:25.380Z] Checking out Revision defa63b4934e025329da4b267c4ca7f8968d7347 (refs/remotes/origin/6.3.x) 01:21:25 [2026-04-02T23:21:25.380Z] > /usr/bin/git config core.sparsecheckout # timeout=10 01:21:25 [2026-04-02T23:21:25.385Z] > /usr/bin/git checkout -f defa63b4934e025329da4b267c4ca7f8968d7347 # timeout=10 01:21:25 [2026-04-02T23:21:25.470Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10 01:21:25 [2026-04-02T23:21:25.478Z] > /usr/bin/git branch -D 6.3.x # timeout=10 01:21:25 [2026-04-02T23:21:25.484Z] > /usr/bin/git checkout -b 6.3.x defa63b4934e025329da4b267c4ca7f8968d7347 # timeout=10 01:21:25 [2026-04-02T23:21:25.609Z] Commit message: "Update dependency on Silverpeas to version 6.3.7-build250214" 01:21:25 [2026-04-02T23:21:25.609Z] > /usr/bin/git rev-list --no-walk defa63b4934e025329da4b267c4ca7f8968d7347 # timeout=10 01:21:25 [2026-04-02T23:21:25.630Z] [Pipeline] script 01:21:25 [2026-04-02T23:21:25.632Z] [Pipeline] { 01:21:25 [2026-04-02T23:21:25.640Z] [Pipeline] copyArtifacts 01:21:25 [2026-04-02T23:21:25.644Z] Copied 1 artifact from "Silverpeas_Mobile_6.3.x_AutoDeploy" build number 249 01:21:25 [2026-04-02T23:21:25.654Z] [Pipeline] readYaml 01:21:25 [2026-04-02T23:21:25.663Z] 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:25 [2026-04-02T23:21:25.664Z] [Pipeline] sh 01:21:25 [2026-04-02T23:21:25.922Z] + git rev-parse HEAD 01:21:25 [2026-04-02T23:21:25.924Z] [Pipeline] echo 01:21:25 [2026-04-02T23:21:25.924Z] Current commit is defa63b4934e025329da4b267c4ca7f8968d7347 and last build commit is defa63b4934e025329da4b267c4ca7f8968d7347 01:21:25 [2026-04-02T23:21:25.925Z] 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:25 [2026-04-02T23:21:25.925Z] [Pipeline] } 01:21:25 [2026-04-02T23:21:25.934Z] [Pipeline] // script 01:21:25 [2026-04-02T23:21:25.944Z] [Pipeline] script 01:21:25 [2026-04-02T23:21:25.948Z] [Pipeline] { 01:21:25 [2026-04-02T23:21:25.958Z] [Pipeline] readMavenPom 01:21:25 [2026-04-02T23:21:25.966Z] 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:25 [2026-04-02T23:21:25.967Z] 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:25 [2026-04-02T23:21:25.968Z] 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:25 [2026-04-02T23:21:25.968Z] 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:25 [2026-04-02T23:21:25.969Z] [Pipeline] echo 01:21:25 [2026-04-02T23:21:25.970Z] No changes and no update in Silverpeas since the last build 01:21:25 [2026-04-02T23:21:25.970Z] [Pipeline] } 01:21:25 [2026-04-02T23:21:25.979Z] [Pipeline] // script 01:21:25 [2026-04-02T23:21:25.988Z] [Pipeline] } 01:21:25 [2026-04-02T23:21:25.996Z] [Pipeline] // stage 01:21:26 [2026-04-02T23:21:26.007Z] [Pipeline] stage 01:21:26 [2026-04-02T23:21:26.007Z] [Pipeline] { (Build the project) 01:21:26 [2026-04-02T23:21:26.049Z] Stage "Build the project" skipped due to when conditional 01:21:26 [2026-04-02T23:21:26.050Z] [Pipeline] getContext 01:21:26 [2026-04-02T23:21:26.063Z] [Pipeline] stage 01:21:26 [2026-04-02T23:21:26.064Z] [Pipeline] { (Check POM parent version) 01:21:26 [2026-04-02T23:21:26.073Z] Stage "Build the project" skipped due to when conditional 01:21:26 [2026-04-02T23:21:26.074Z] [Pipeline] getContext 01:21:26 [2026-04-02T23:21:26.075Z] [Pipeline] } 01:21:26 [2026-04-02T23:21:26.084Z] [Pipeline] // stage 01:21:26 [2026-04-02T23:21:26.094Z] [Pipeline] stage 01:21:26 [2026-04-02T23:21:26.095Z] [Pipeline] { (Update POM parent) 01:21:26 [2026-04-02T23:21:26.104Z] Stage "Build the project" skipped due to when conditional 01:21:26 [2026-04-02T23:21:26.104Z] [Pipeline] getContext 01:21:26 [2026-04-02T23:21:26.106Z] [Pipeline] } 01:21:26 [2026-04-02T23:21:26.114Z] [Pipeline] // stage 01:21:26 [2026-04-02T23:21:26.124Z] [Pipeline] stage 01:21:26 [2026-04-02T23:21:26.125Z] [Pipeline] { (Update dependency on Silverpeas) 01:21:26 [2026-04-02T23:21:26.133Z] Stage "Build the project" skipped due to when conditional 01:21:26 [2026-04-02T23:21:26.134Z] [Pipeline] getContext 01:21:26 [2026-04-02T23:21:26.135Z] [Pipeline] } 01:21:26 [2026-04-02T23:21:26.143Z] [Pipeline] // stage 01:21:26 [2026-04-02T23:21:26.154Z] [Pipeline] stage 01:21:26 [2026-04-02T23:21:26.155Z] [Pipeline] { (Build and Publish) 01:21:26 [2026-04-02T23:21:26.163Z] Stage "Build the project" skipped due to when conditional 01:21:26 [2026-04-02T23:21:26.164Z] [Pipeline] getContext 01:21:26 [2026-04-02T23:21:26.166Z] [Pipeline] } 01:21:26 [2026-04-02T23:21:26.173Z] [Pipeline] // stage 01:21:26 [2026-04-02T23:21:26.181Z] [Pipeline] } 01:21:26 [2026-04-02T23:21:26.188Z] [Pipeline] // stage 01:21:26 [2026-04-02T23:21:26.198Z] [Pipeline] stage 01:21:26 [2026-04-02T23:21:26.199Z] [Pipeline] { (Create YAML build report) 01:21:26 [2026-04-02T23:21:26.217Z] [Pipeline] script 01:21:26 [2026-04-02T23:21:26.221Z] [Pipeline] { 01:21:26 [2026-04-02T23:21:26.231Z] [Pipeline] sh 01:21:26 [2026-04-02T23:21:26.488Z] + mkdir -p target 01:21:26 [2026-04-02T23:21:26.490Z] [Pipeline] sh 01:21:26 [2026-04-02T23:21:26.748Z] + mv build.yaml target/ 01:21:26 [2026-04-02T23:21:26.748Z] [Pipeline] } 01:21:26 [2026-04-02T23:21:26.757Z] [Pipeline] // script 01:21:26 [2026-04-02T23:21:26.769Z] [Pipeline] } 01:21:26 [2026-04-02T23:21:26.777Z] [Pipeline] // stage 01:21:26 [2026-04-02T23:21:26.788Z] [Pipeline] stage 01:21:26 [2026-04-02T23:21:26.788Z] [Pipeline] { (Declarative: Post Actions) 01:21:26 [2026-04-02T23:21:26.804Z] [Pipeline] step 01:21:26 [2026-04-02T23:21:26.825Z] [Pipeline] script 01:21:26 [2026-04-02T23:21:26.828Z] [Pipeline] { 01:21:26 [2026-04-02T23:21:26.846Z] [Pipeline] } 01:21:26 [2026-04-02T23:21:26.855Z] [Pipeline] // script 01:21:26 [2026-04-02T23:21:26.868Z] [Pipeline] archiveArtifacts 01:21:26 [2026-04-02T23:21:26.872Z] Archiving artifacts 01:21:26 [2026-04-02T23:21:26.880Z] Enregistrement des empreintes numériques 01:21:26 [2026-04-02T23:21:26.905Z] [Pipeline] } 01:21:26 [2026-04-02T23:21:26.913Z] [Pipeline] // stage 01:21:26 [2026-04-02T23:21:26.922Z] [Pipeline] } 01:21:26 [2026-04-02T23:21:26.931Z] [Pipeline] // withEnv 01:21:26 [2026-04-02T23:21:26.939Z] [Pipeline] } 01:21:26 [2026-04-02T23:21:26.940Z] $ docker stop --time=1 0f06bafe26ee7b544c4c8595d2ef730e80cbd5ea957f69114949debddb0911d9 01:21:28 [2026-04-02T23:21:28.228Z] $ docker rm -f --volumes 0f06bafe26ee7b544c4c8595d2ef730e80cbd5ea957f69114949debddb0911d9 01:21:28 [2026-04-02T23:21:28.267Z] [Pipeline] // withDockerContainer 01:21:28 [2026-04-02T23:21:28.271Z] [Pipeline] } 01:21:28 [2026-04-02T23:21:28.275Z] [Pipeline] // withEnv 01:21:28 [2026-04-02T23:21:28.278Z] [Pipeline] } 01:21:28 [2026-04-02T23:21:28.282Z] [Pipeline] // node 01:21:28 [2026-04-02T23:21:28.286Z] [Pipeline] End of Pipeline 01:21:28 [2026-04-02T23:21:28.336Z] Finished: SUCCESS