19:24:23 [2026-04-26T17:24:23.972Z] Démarré par le projet amont "Silverpeas_Master_AutoDeploy" de numéro de build 1074 19:24:23 [2026-04-26T17:24:23.972Z] Causé à l'origine par : 19:24:23 [2026-04-26T17:24:23.972Z] Lancé par une alarme périodique 19:24:23 [2026-04-26T17:24:23.972Z] Running as userbuild 19:24:24 [2026-04-26T17:24:24.366Z] Obtained src/builds/mobile/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git 19:24:24 [2026-04-26T17:24:24.523Z] [Pipeline] Start of Pipeline 19:24:24 [2026-04-26T17:24:24.777Z] [Pipeline] node 19:24:24 [2026-04-26T17:24:24.780Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_Mobile_Master_AutoDeploy 19:24:24 [2026-04-26T17:24:24.782Z] [Pipeline] { 19:24:24 [2026-04-26T17:24:24.796Z] [Pipeline] stage 19:24:24 [2026-04-26T17:24:24.797Z] [Pipeline] { (Declarative: Checkout SCM) 19:24:24 [2026-04-26T17:24:24.805Z] [Pipeline] checkout 19:24:24 [2026-04-26T17:24:24.806Z] Selected Git installation does not exist. Using Default 19:24:24 [2026-04-26T17:24:24.806Z] The recommended git tool is: NONE 19:24:24 [2026-04-26T17:24:24.806Z] No credentials specified 19:24:24 [2026-04-26T17:24:24.806Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Mobile_Master_AutoDeploy/.git # timeout=10 19:24:24 [2026-04-26T17:24:24.813Z] Fetching changes from the remote Git repository 19:24:24 [2026-04-26T17:24:24.816Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10 19:24:24 [2026-04-26T17:24:24.826Z] Cleaning workspace 19:24:24 [2026-04-26T17:24:24.827Z] > /usr/bin/git rev-parse --verify HEAD # timeout=10 19:24:24 [2026-04-26T17:24:24.832Z] Resetting working tree 19:24:24 [2026-04-26T17:24:24.832Z] > /usr/bin/git reset --hard # timeout=10 19:24:24 [2026-04-26T17:24:24.875Z] > /usr/bin/git clean -fdx # timeout=10 19:24:25 [2026-04-26T17:24:25.150Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git 19:24:25 [2026-04-26T17:24:25.150Z] > /usr/bin/git --version # timeout=10 19:24:25 [2026-04-26T17:24:25.157Z] > git --version # 'git version 2.43.0' 19:24:25 [2026-04-26T17:24:25.157Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Jenkins-Pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:24:25 [2026-04-26T17:24:25.623Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10 19:24:25 [2026-04-26T17:24:25.632Z] Checking out Revision 1a3c726bd15b58b1d8b82d9cc1fc5c31a5533a45 (refs/remotes/origin/master) 19:24:25 [2026-04-26T17:24:25.632Z] > /usr/bin/git config core.sparsecheckout # timeout=10 19:24:25 [2026-04-26T17:24:25.638Z] > /usr/bin/git checkout -f 1a3c726bd15b58b1d8b82d9cc1fc5c31a5533a45 # timeout=10 19:24:25 [2026-04-26T17:24:25.732Z] Commit message: "Fix SonarQube Maven execution in pipelines." 19:24:25 [2026-04-26T17:24:25.733Z] > /usr/bin/git rev-list --no-walk 1a3c726bd15b58b1d8b82d9cc1fc5c31a5533a45 # timeout=10 19:24:25 [2026-04-26T17:24:25.759Z] [Pipeline] } 19:24:25 [2026-04-26T17:24:25.765Z] [Pipeline] // stage 19:24:25 [2026-04-26T17:24:25.784Z] [Pipeline] withEnv 19:24:25 [2026-04-26T17:24:25.785Z] [Pipeline] { 19:24:25 [2026-04-26T17:24:25.905Z] [Pipeline] isUnix 19:24:25 [2026-04-26T17:24:25.906Z] [Pipeline] withEnv 19:24:25 [2026-04-26T17:24:25.907Z] [Pipeline] { 19:24:25 [2026-04-26T17:24:25.917Z] [Pipeline] sh 19:24:26 [2026-04-26T17:24:26.174Z] + docker inspect -f . silverpeas/silverbuild:latest 19:24:26 [2026-04-26T17:24:26.174Z] . 19:24:26 [2026-04-26T17:24:26.175Z] [Pipeline] } 19:24:26 [2026-04-26T17:24:26.183Z] [Pipeline] // withEnv 19:24:26 [2026-04-26T17:24:26.194Z] [Pipeline] withDockerContainer 19:24:26 [2026-04-26T17:24:26.226Z] Jenkins does not seem to be running inside a container 19:24:26 [2026-04-26T17:24:26.234Z] $ 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_Master_AutoDeploy -v /var/lib/jenkins/workspace/Silverpeas_Mobile_Master_AutoDeploy:/var/lib/jenkins/workspace/Silverpeas_Mobile_Master_AutoDeploy:rw,z -v /var/lib/jenkins/workspace/Silverpeas_Mobile_Master_AutoDeploy@tmp:/var/lib/jenkins/workspace/Silverpeas_Mobile_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 ******** silverpeas/silverbuild:latest cat 19:24:26 [2026-04-26T17:24:26.576Z] $ docker top 4e6879a7d0eb2bc4c16e18bd177d6a005198d32caefdb53a5f74c7af115e322f -eo pid,comm 19:24:26 [2026-04-26T17:24:26.617Z] [Pipeline] { 19:24:26 [2026-04-26T17:24:26.631Z] [Pipeline] withEnv 19:24:26 [2026-04-26T17:24:26.631Z] [Pipeline] { 19:24:26 [2026-04-26T17:24:26.642Z] [Pipeline] stage 19:24:26 [2026-04-26T17:24:26.643Z] [Pipeline] { (Resolve dependency on Silverpeas) 19:24:26 [2026-04-26T17:24:26.677Z] [Pipeline] script 19:24:26 [2026-04-26T17:24:26.682Z] [Pipeline] { 19:24:26 [2026-04-26T17:24:26.691Z] [Pipeline] echo 19:24:26 [2026-04-26T17:24:26.692Z] Working on branch master 19:24:26 [2026-04-26T17:24:26.697Z] [Pipeline] copyArtifacts 19:24:26 [2026-04-26T17:24:26.702Z] Copied 1 artifact from "Silverpeas_Master_AutoDeploy" build number 1074 19:24:26 [2026-04-26T17:24:26.712Z] [Pipeline] readYaml 19:24:26 [2026-04-26T17:24:26.722Z] 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. 19:24:26 [2026-04-26T17:24:26.722Z] 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. 19:24:26 [2026-04-26T17:24:26.723Z] [Pipeline] sh 19:24:26 [2026-04-26T17:24:26.982Z] + rm -f build.yaml 19:24:26 [2026-04-26T17:24:26.983Z] [Pipeline] } 19:24:26 [2026-04-26T17:24:26.991Z] [Pipeline] // script 19:24:27 [2026-04-26T17:24:27.001Z] [Pipeline] echo 19:24:27 [2026-04-26T17:24:27.001Z] Parent version is 1.7-build260224 19:24:27 [2026-04-26T17:24:27.003Z] [Pipeline] echo 19:24:27 [2026-04-26T17:24:27.003Z] Silverpeas version is 6.5-build260422 19:24:27 [2026-04-26T17:24:27.004Z] [Pipeline] } 19:24:27 [2026-04-26T17:24:27.012Z] [Pipeline] // stage 19:24:27 [2026-04-26T17:24:27.025Z] [Pipeline] stage 19:24:27 [2026-04-26T17:24:27.025Z] [Pipeline] { (Prepare the project) 19:24:27 [2026-04-26T17:24:27.054Z] [Pipeline] git 19:24:27 [2026-04-26T17:24:27.065Z] The recommended git tool is: /usr/bin/git 19:24:27 [2026-04-26T17:24:27.065Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59 19:24:27 [2026-04-26T17:24:27.072Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@7b4a207; decorates hudson.Launcher$LocalLauncher@525e6841 will be ignored (a typical symptom is the Git executable not being run inside a designated container) 19:24:27 [2026-04-26T17:24:27.073Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Mobile_Master_AutoDeploy/.git # timeout=10 19:24:27 [2026-04-26T17:24:27.078Z] Fetching changes from the remote Git repository 19:24:27 [2026-04-26T17:24:27.080Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/silverpeasmobile # timeout=10 19:24:27 [2026-04-26T17:24:27.086Z] Fetching upstream changes from https://github.com/Silverpeas/silverpeasmobile 19:24:27 [2026-04-26T17:24:27.086Z] > /usr/bin/git --version # timeout=10 19:24:27 [2026-04-26T17:24:27.091Z] > git --version # 'git version 2.43.0' 19:24:27 [2026-04-26T17:24:27.091Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins 19:24:27 [2026-04-26T17:24:27.096Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/silverpeasmobile +refs/heads/*:refs/remotes/origin/* # timeout=10 19:24:27 [2026-04-26T17:24:27.546Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10 19:24:27 [2026-04-26T17:24:27.554Z] Checking out Revision 1dfa3fa3c1ed35020c2eb37ce562ee5f5d65bb19 (refs/remotes/origin/master) 19:24:27 [2026-04-26T17:24:27.554Z] > /usr/bin/git config core.sparsecheckout # timeout=10 19:24:27 [2026-04-26T17:24:27.560Z] > /usr/bin/git checkout -f 1dfa3fa3c1ed35020c2eb37ce562ee5f5d65bb19 # timeout=10 19:24:27 [2026-04-26T17:24:27.712Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10 19:24:27 [2026-04-26T17:24:27.722Z] > /usr/bin/git branch -D master # timeout=10 19:24:27 [2026-04-26T17:24:27.729Z] > /usr/bin/git checkout -b master 1dfa3fa3c1ed35020c2eb37ce562ee5f5d65bb19 # timeout=10 19:24:27 [2026-04-26T17:24:27.882Z] Commit message: "Update dependency on Silverpeas to version 6.5-build260422" 19:24:27 [2026-04-26T17:24:27.882Z] > /usr/bin/git rev-list --no-walk 7a9e4e5a5f9e855e0dd92c8b2c7b4c60cdef5b58 # timeout=10 19:24:27 [2026-04-26T17:24:27.903Z] [Pipeline] script 19:24:27 [2026-04-26T17:24:27.906Z] [Pipeline] { 19:24:27 [2026-04-26T17:24:27.914Z] [Pipeline] copyArtifacts 19:24:27 [2026-04-26T17:24:27.918Z] Copied 1 artifact from "Silverpeas_Mobile_Master_AutoDeploy" build number 646 19:24:27 [2026-04-26T17:24:27.925Z] [Pipeline] readYaml 19:24:27 [2026-04-26T17:24:27.934Z] 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. 19:24:27 [2026-04-26T17:24:27.936Z] [Pipeline] sh 19:24:28 [2026-04-26T17:24:28.196Z] + git rev-parse HEAD 19:24:28 [2026-04-26T17:24:28.198Z] [Pipeline] echo 19:24:28 [2026-04-26T17:24:28.198Z] Current commit is 1dfa3fa3c1ed35020c2eb37ce562ee5f5d65bb19 and last build commit is 1dfa3fa3c1ed35020c2eb37ce562ee5f5d65bb19 19:24:28 [2026-04-26T17:24:28.199Z] 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. 19:24:28 [2026-04-26T17:24:28.200Z] [Pipeline] } 19:24:28 [2026-04-26T17:24:28.209Z] [Pipeline] // script 19:24:28 [2026-04-26T17:24:28.218Z] [Pipeline] script 19:24:28 [2026-04-26T17:24:28.222Z] [Pipeline] { 19:24:28 [2026-04-26T17:24:28.232Z] [Pipeline] readMavenPom 19:24:28 [2026-04-26T17:24:28.241Z] 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. 19:24:28 [2026-04-26T17:24:28.242Z] 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. 19:24:28 [2026-04-26T17:24:28.243Z] 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. 19:24:28 [2026-04-26T17:24:28.243Z] 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. 19:24:28 [2026-04-26T17:24:28.245Z] [Pipeline] echo 19:24:28 [2026-04-26T17:24:28.245Z] No changes and no update in Silverpeas since the last build 19:24:28 [2026-04-26T17:24:28.245Z] [Pipeline] } 19:24:28 [2026-04-26T17:24:28.254Z] [Pipeline] // script 19:24:28 [2026-04-26T17:24:28.263Z] [Pipeline] } 19:24:28 [2026-04-26T17:24:28.271Z] [Pipeline] // stage 19:24:28 [2026-04-26T17:24:28.282Z] [Pipeline] stage 19:24:28 [2026-04-26T17:24:28.283Z] [Pipeline] { (Build the project) 19:24:28 [2026-04-26T17:24:28.342Z] Stage "Build the project" skipped due to when conditional 19:24:28 [2026-04-26T17:24:28.344Z] [Pipeline] getContext 19:24:28 [2026-04-26T17:24:28.356Z] [Pipeline] stage 19:24:28 [2026-04-26T17:24:28.356Z] [Pipeline] { (Check POM parent version) 19:24:28 [2026-04-26T17:24:28.364Z] Stage "Build the project" skipped due to when conditional 19:24:28 [2026-04-26T17:24:28.365Z] [Pipeline] getContext 19:24:28 [2026-04-26T17:24:28.367Z] [Pipeline] } 19:24:28 [2026-04-26T17:24:28.379Z] [Pipeline] // stage 19:24:28 [2026-04-26T17:24:28.389Z] [Pipeline] stage 19:24:28 [2026-04-26T17:24:28.389Z] [Pipeline] { (Update POM parent) 19:24:28 [2026-04-26T17:24:28.398Z] Stage "Build the project" skipped due to when conditional 19:24:28 [2026-04-26T17:24:28.399Z] [Pipeline] getContext 19:24:28 [2026-04-26T17:24:28.401Z] [Pipeline] } 19:24:28 [2026-04-26T17:24:28.408Z] [Pipeline] // stage 19:24:28 [2026-04-26T17:24:28.418Z] [Pipeline] stage 19:24:28 [2026-04-26T17:24:28.419Z] [Pipeline] { (Update dependency on Silverpeas) 19:24:28 [2026-04-26T17:24:28.427Z] Stage "Build the project" skipped due to when conditional 19:24:28 [2026-04-26T17:24:28.428Z] [Pipeline] getContext 19:24:28 [2026-04-26T17:24:28.430Z] [Pipeline] } 19:24:28 [2026-04-26T17:24:28.437Z] [Pipeline] // stage 19:24:28 [2026-04-26T17:24:28.446Z] [Pipeline] stage 19:24:28 [2026-04-26T17:24:28.447Z] [Pipeline] { (Build and Publish) 19:24:28 [2026-04-26T17:24:28.454Z] Stage "Build the project" skipped due to when conditional 19:24:28 [2026-04-26T17:24:28.455Z] [Pipeline] getContext 19:24:28 [2026-04-26T17:24:28.457Z] [Pipeline] } 19:24:28 [2026-04-26T17:24:28.464Z] [Pipeline] // stage 19:24:28 [2026-04-26T17:24:28.471Z] [Pipeline] } 19:24:28 [2026-04-26T17:24:28.478Z] [Pipeline] // stage 19:24:28 [2026-04-26T17:24:28.489Z] [Pipeline] stage 19:24:28 [2026-04-26T17:24:28.489Z] [Pipeline] { (Create YAML build report) 19:24:28 [2026-04-26T17:24:28.513Z] [Pipeline] script 19:24:28 [2026-04-26T17:24:28.517Z] [Pipeline] { 19:24:28 [2026-04-26T17:24:28.529Z] [Pipeline] sh 19:24:28 [2026-04-26T17:24:28.788Z] + mkdir -p target 19:24:28 [2026-04-26T17:24:28.790Z] [Pipeline] sh 19:24:29 [2026-04-26T17:24:29.049Z] + mv build.yaml target/ 19:24:29 [2026-04-26T17:24:29.050Z] [Pipeline] } 19:24:29 [2026-04-26T17:24:29.059Z] [Pipeline] // script 19:24:29 [2026-04-26T17:24:29.068Z] [Pipeline] } 19:24:29 [2026-04-26T17:24:29.076Z] [Pipeline] // stage 19:24:29 [2026-04-26T17:24:29.087Z] [Pipeline] stage 19:24:29 [2026-04-26T17:24:29.088Z] [Pipeline] { (Declarative: Post Actions) 19:24:29 [2026-04-26T17:24:29.106Z] [Pipeline] step 19:24:29 [2026-04-26T17:24:29.128Z] [Pipeline] script 19:24:29 [2026-04-26T17:24:29.132Z] [Pipeline] { 19:24:29 [2026-04-26T17:24:29.151Z] [Pipeline] } 19:24:29 [2026-04-26T17:24:29.160Z] [Pipeline] // script 19:24:29 [2026-04-26T17:24:29.175Z] [Pipeline] archiveArtifacts 19:24:29 [2026-04-26T17:24:29.179Z] Archiving artifacts 19:24:29 [2026-04-26T17:24:29.187Z] Enregistrement des empreintes numériques 19:24:29 [2026-04-26T17:24:29.212Z] [Pipeline] } 19:24:29 [2026-04-26T17:24:29.227Z] [Pipeline] // stage 19:24:29 [2026-04-26T17:24:29.236Z] [Pipeline] } 19:24:29 [2026-04-26T17:24:29.245Z] [Pipeline] // withEnv 19:24:29 [2026-04-26T17:24:29.260Z] [Pipeline] } 19:24:29 [2026-04-26T17:24:29.260Z] $ docker stop --time=1 4e6879a7d0eb2bc4c16e18bd177d6a005198d32caefdb53a5f74c7af115e322f 19:24:30 [2026-04-26T17:24:30.529Z] $ docker rm -f --volumes 4e6879a7d0eb2bc4c16e18bd177d6a005198d32caefdb53a5f74c7af115e322f 19:24:30 [2026-04-26T17:24:30.573Z] [Pipeline] // withDockerContainer 19:24:30 [2026-04-26T17:24:30.578Z] [Pipeline] } 19:24:30 [2026-04-26T17:24:30.582Z] [Pipeline] // withEnv 19:24:30 [2026-04-26T17:24:30.586Z] [Pipeline] } 19:24:30 [2026-04-26T17:24:30.592Z] [Pipeline] // node 19:24:30 [2026-04-26T17:24:30.604Z] [Pipeline] End of Pipeline 19:24:30 [2026-04-26T17:24:30.658Z] Finished: SUCCESS