06:46:24 [2026-08-13T04:46:24.637Z] Démarré par le projet amont "Silverpeas_Stable_AutoDeploy" de numéro de build 552 06:46:24 [2026-08-13T04:46:24.637Z] Causé à l'origine par : 06:46:24 [2026-08-13T04:46:24.638Z] Lancé par une alarme périodique 06:46:24 [2026-08-13T04:46:24.638Z] Running as userbuild 06:46:25 [2026-08-13T04:46:25.145Z] Obtained src/builds/mobile/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git 06:46:25 [2026-08-13T04:46:25.301Z] [Pipeline] Start of Pipeline 06:46:25 [2026-08-13T04:46:25.536Z] [Pipeline] node 06:46:25 [2026-08-13T04:46:25.538Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_Mobile_Stable_AutoDeploy 06:46:25 [2026-08-13T04:46:25.540Z] [Pipeline] { 06:46:25 [2026-08-13T04:46:25.549Z] [Pipeline] stage 06:46:25 [2026-08-13T04:46:25.550Z] [Pipeline] { (Declarative: Checkout SCM) 06:46:25 [2026-08-13T04:46:25.555Z] [Pipeline] checkout 06:46:25 [2026-08-13T04:46:25.557Z] Selected Git installation does not exist. Using Default 06:46:25 [2026-08-13T04:46:25.557Z] The recommended git tool is: NONE 06:46:25 [2026-08-13T04:46:25.557Z] No credentials specified 06:46:25 [2026-08-13T04:46:25.557Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Mobile_Stable_AutoDeploy/.git # timeout=10 06:46:25 [2026-08-13T04:46:25.563Z] Fetching changes from the remote Git repository 06:46:25 [2026-08-13T04:46:25.566Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10 06:46:25 [2026-08-13T04:46:25.573Z] Cleaning workspace 06:46:25 [2026-08-13T04:46:25.573Z] > /usr/bin/git rev-parse --verify HEAD # timeout=10 06:46:25 [2026-08-13T04:46:25.578Z] Resetting working tree 06:46:25 [2026-08-13T04:46:25.578Z] > /usr/bin/git reset --hard # timeout=10 06:46:25 [2026-08-13T04:46:25.595Z] > /usr/bin/git clean -fdx # timeout=10 06:46:25 [2026-08-13T04:46:25.826Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git 06:46:25 [2026-08-13T04:46:25.826Z] > /usr/bin/git --version # timeout=10 06:46:25 [2026-08-13T04:46:25.830Z] > git --version # 'git version 2.43.0' 06:46:25 [2026-08-13T04:46:25.830Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Jenkins-Pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:46:26 [2026-08-13T04:46:26.272Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10 06:46:26 [2026-08-13T04:46:26.279Z] Checking out Revision 5b79d885d26d617ef109b485fb9832a9185c5ce0 (refs/remotes/origin/master) 06:46:26 [2026-08-13T04:46:26.279Z] > /usr/bin/git config core.sparsecheckout # timeout=10 06:46:26 [2026-08-13T04:46:26.284Z] > /usr/bin/git checkout -f 5b79d885d26d617ef109b485fb9832a9185c5ce0 # timeout=10 06:46:26 [2026-08-13T04:46:26.343Z] Commit message: "In the pipeline to construct a Docker image for building a Silverpeas project, add a new stage in which we switch to the git branch that is related to the version of the Docker image to generate. If such branch doesn't yet exist, then it is created." 06:46:26 [2026-08-13T04:46:26.343Z] > /usr/bin/git rev-list --no-walk 5b79d885d26d617ef109b485fb9832a9185c5ce0 # timeout=10 06:46:26 [2026-08-13T04:46:26.362Z] [Pipeline] } 06:46:26 [2026-08-13T04:46:26.366Z] [Pipeline] // stage 06:46:26 [2026-08-13T04:46:26.376Z] [Pipeline] withEnv 06:46:26 [2026-08-13T04:46:26.377Z] [Pipeline] { 06:46:26 [2026-08-13T04:46:26.507Z] [Pipeline] isUnix 06:46:26 [2026-08-13T04:46:26.508Z] [Pipeline] withEnv 06:46:26 [2026-08-13T04:46:26.509Z] [Pipeline] { 06:46:26 [2026-08-13T04:46:26.516Z] [Pipeline] sh 06:46:26 [2026-08-13T04:46:26.772Z] + docker inspect -f . silverpeas/silverbuild:6.4 06:46:26 [2026-08-13T04:46:26.772Z] . 06:46:26 [2026-08-13T04:46:26.773Z] [Pipeline] } 06:46:26 [2026-08-13T04:46:26.777Z] [Pipeline] // withEnv 06:46:26 [2026-08-13T04:46:26.788Z] [Pipeline] withDockerContainer 06:46:26 [2026-08-13T04:46:26.821Z] Jenkins does not seem to be running inside a container 06:46:26 [2026-08-13T04:46:26.830Z] $ 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_Stable_AutoDeploy -v /var/lib/jenkins/workspace/Silverpeas_Mobile_Stable_AutoDeploy:/var/lib/jenkins/workspace/Silverpeas_Mobile_Stable_AutoDeploy:rw,z -v /var/lib/jenkins/workspace/Silverpeas_Mobile_Stable_AutoDeploy@tmp:/var/lib/jenkins/workspace/Silverpeas_Mobile_Stable_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.4 cat 06:46:27 [2026-08-13T04:46:27.160Z] $ docker top 1e58a31d5ad2f12972ee756acd008ffd50c605c5d0bc9a1ca3c1e3a2924980e9 -eo pid,comm 06:46:27 [2026-08-13T04:46:27.199Z] [Pipeline] { 06:46:27 [2026-08-13T04:46:27.208Z] [Pipeline] withEnv 06:46:27 [2026-08-13T04:46:27.209Z] [Pipeline] { 06:46:27 [2026-08-13T04:46:27.216Z] [Pipeline] stage 06:46:27 [2026-08-13T04:46:27.216Z] [Pipeline] { (Resolve dependency on Silverpeas) 06:46:27 [2026-08-13T04:46:27.239Z] [Pipeline] script 06:46:27 [2026-08-13T04:46:27.243Z] [Pipeline] { 06:46:27 [2026-08-13T04:46:27.251Z] [Pipeline] echo 06:46:27 [2026-08-13T04:46:27.251Z] Working on branch 6.4.x 06:46:27 [2026-08-13T04:46:27.256Z] [Pipeline] copyArtifacts 06:46:27 [2026-08-13T04:46:27.261Z] Copied 1 artifact from "Silverpeas_Stable_AutoDeploy" build number 552 06:46:27 [2026-08-13T04:46:27.273Z] [Pipeline] readYaml 06:46:27 [2026-08-13T04:46:27.284Z] 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. 06:46:27 [2026-08-13T04:46:27.284Z] 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. 06:46:27 [2026-08-13T04:46:27.286Z] [Pipeline] sh 06:46:27 [2026-08-13T04:46:27.544Z] + rm -f build.yaml 06:46:27 [2026-08-13T04:46:27.545Z] [Pipeline] } 06:46:27 [2026-08-13T04:46:27.553Z] [Pipeline] // script 06:46:27 [2026-08-13T04:46:27.562Z] [Pipeline] echo 06:46:27 [2026-08-13T04:46:27.563Z] Parent version is 1.6.3 06:46:27 [2026-08-13T04:46:27.565Z] [Pipeline] echo 06:46:27 [2026-08-13T04:46:27.565Z] Silverpeas version is 6.4.8-build260810 06:46:27 [2026-08-13T04:46:27.566Z] [Pipeline] } 06:46:27 [2026-08-13T04:46:27.575Z] [Pipeline] // stage 06:46:27 [2026-08-13T04:46:27.586Z] [Pipeline] stage 06:46:27 [2026-08-13T04:46:27.587Z] [Pipeline] { (Prepare the project) 06:46:27 [2026-08-13T04:46:27.611Z] [Pipeline] git 06:46:27 [2026-08-13T04:46:27.613Z] The recommended git tool is: /usr/bin/git 06:46:27 [2026-08-13T04:46:27.614Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59 06:46:27 [2026-08-13T04:46:27.627Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@9ca0eaa; decorates hudson.Launcher$LocalLauncher@763c7029 will be ignored (a typical symptom is the Git executable not being run inside a designated container) 06:46:27 [2026-08-13T04:46:27.627Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Mobile_Stable_AutoDeploy/.git # timeout=10 06:46:27 [2026-08-13T04:46:27.633Z] Fetching changes from the remote Git repository 06:46:27 [2026-08-13T04:46:27.637Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/silverpeasmobile # timeout=10 06:46:27 [2026-08-13T04:46:27.643Z] Fetching upstream changes from https://github.com/Silverpeas/silverpeasmobile 06:46:27 [2026-08-13T04:46:27.643Z] > /usr/bin/git --version # timeout=10 06:46:27 [2026-08-13T04:46:27.648Z] > git --version # 'git version 2.43.0' 06:46:27 [2026-08-13T04:46:27.648Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins 06:46:27 [2026-08-13T04:46:27.654Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/silverpeasmobile +refs/heads/*:refs/remotes/origin/* # timeout=10 06:46:28 [2026-08-13T04:46:28.108Z] > /usr/bin/git rev-parse refs/remotes/origin/6.4.x^{commit} # timeout=10 06:46:28 [2026-08-13T04:46:28.115Z] Checking out Revision 96d9b06c4e2f91e90436aed63ee312ac894d9cf2 (refs/remotes/origin/6.4.x) 06:46:28 [2026-08-13T04:46:28.115Z] > /usr/bin/git config core.sparsecheckout # timeout=10 06:46:28 [2026-08-13T04:46:28.120Z] > /usr/bin/git checkout -f 96d9b06c4e2f91e90436aed63ee312ac894d9cf2 # timeout=10 06:46:28 [2026-08-13T04:46:28.228Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10 06:46:28 [2026-08-13T04:46:28.236Z] > /usr/bin/git branch -D 6.4.x # timeout=10 06:46:28 [2026-08-13T04:46:28.243Z] > /usr/bin/git checkout -b 6.4.x 96d9b06c4e2f91e90436aed63ee312ac894d9cf2 # timeout=10 06:46:28 [2026-08-13T04:46:28.340Z] Commit message: "Update dependency on Silverpeas to version 6.4.8-build260810" 06:46:28 [2026-08-13T04:46:28.340Z] > /usr/bin/git rev-list --no-walk d61323d6543c581b320ce7972f169f04dd165eba # timeout=10 06:46:28 [2026-08-13T04:46:28.361Z] [Pipeline] script 06:46:28 [2026-08-13T04:46:28.364Z] [Pipeline] { 06:46:28 [2026-08-13T04:46:28.374Z] [Pipeline] copyArtifacts 06:46:28 [2026-08-13T04:46:28.378Z] Copied 1 artifact from "Silverpeas_Mobile_Stable_AutoDeploy" build number 422 06:46:28 [2026-08-13T04:46:28.389Z] [Pipeline] readYaml 06:46:28 [2026-08-13T04:46:28.398Z] 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. 06:46:28 [2026-08-13T04:46:28.399Z] [Pipeline] sh 06:46:28 [2026-08-13T04:46:28.654Z] + git rev-parse HEAD 06:46:28 [2026-08-13T04:46:28.657Z] [Pipeline] echo 06:46:28 [2026-08-13T04:46:28.657Z] Current commit is 96d9b06c4e2f91e90436aed63ee312ac894d9cf2 and last build commit is 96d9b06c4e2f91e90436aed63ee312ac894d9cf2 06:46:28 [2026-08-13T04:46:28.658Z] 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. 06:46:28 [2026-08-13T04:46:28.658Z] [Pipeline] } 06:46:28 [2026-08-13T04:46:28.670Z] [Pipeline] // script 06:46:28 [2026-08-13T04:46:28.680Z] [Pipeline] script 06:46:28 [2026-08-13T04:46:28.685Z] [Pipeline] { 06:46:28 [2026-08-13T04:46:28.698Z] [Pipeline] readMavenPom 06:46:28 [2026-08-13T04:46:28.709Z] 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. 06:46:28 [2026-08-13T04:46:28.710Z] 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. 06:46:28 [2026-08-13T04:46:28.712Z] 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. 06:46:28 [2026-08-13T04:46:28.712Z] 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. 06:46:28 [2026-08-13T04:46:28.714Z] [Pipeline] echo 06:46:28 [2026-08-13T04:46:28.714Z] No changes and no update in Silverpeas since the last build 06:46:28 [2026-08-13T04:46:28.714Z] [Pipeline] } 06:46:28 [2026-08-13T04:46:28.726Z] [Pipeline] // script 06:46:28 [2026-08-13T04:46:28.738Z] [Pipeline] } 06:46:28 [2026-08-13T04:46:28.751Z] [Pipeline] // stage 06:46:28 [2026-08-13T04:46:28.765Z] [Pipeline] stage 06:46:28 [2026-08-13T04:46:28.766Z] [Pipeline] { (Build the project) 06:46:28 [2026-08-13T04:46:28.813Z] Stage "Build the project" skipped due to when conditional 06:46:28 [2026-08-13T04:46:28.815Z] [Pipeline] getContext 06:46:28 [2026-08-13T04:46:28.830Z] [Pipeline] stage 06:46:28 [2026-08-13T04:46:28.830Z] [Pipeline] { (Check POM parent version) 06:46:28 [2026-08-13T04:46:28.842Z] Stage "Build the project" skipped due to when conditional 06:46:28 [2026-08-13T04:46:28.843Z] [Pipeline] getContext 06:46:28 [2026-08-13T04:46:28.845Z] [Pipeline] } 06:46:28 [2026-08-13T04:46:28.855Z] [Pipeline] // stage 06:46:28 [2026-08-13T04:46:28.866Z] [Pipeline] stage 06:46:28 [2026-08-13T04:46:28.867Z] [Pipeline] { (Update POM parent) 06:46:28 [2026-08-13T04:46:28.876Z] Stage "Build the project" skipped due to when conditional 06:46:28 [2026-08-13T04:46:28.878Z] [Pipeline] getContext 06:46:28 [2026-08-13T04:46:28.879Z] [Pipeline] } 06:46:28 [2026-08-13T04:46:28.888Z] [Pipeline] // stage 06:46:28 [2026-08-13T04:46:28.897Z] [Pipeline] stage 06:46:28 [2026-08-13T04:46:28.898Z] [Pipeline] { (Update dependency on Silverpeas) 06:46:28 [2026-08-13T04:46:28.904Z] Stage "Build the project" skipped due to when conditional 06:46:28 [2026-08-13T04:46:28.906Z] [Pipeline] getContext 06:46:28 [2026-08-13T04:46:28.908Z] [Pipeline] } 06:46:28 [2026-08-13T04:46:28.912Z] [Pipeline] // stage 06:46:28 [2026-08-13T04:46:28.919Z] [Pipeline] stage 06:46:28 [2026-08-13T04:46:28.919Z] [Pipeline] { (Build and Publish) 06:46:28 [2026-08-13T04:46:28.924Z] Stage "Build the project" skipped due to when conditional 06:46:28 [2026-08-13T04:46:28.925Z] [Pipeline] getContext 06:46:28 [2026-08-13T04:46:28.927Z] [Pipeline] } 06:46:28 [2026-08-13T04:46:28.931Z] [Pipeline] // stage 06:46:28 [2026-08-13T04:46:28.935Z] [Pipeline] } 06:46:28 [2026-08-13T04:46:28.940Z] [Pipeline] // stage 06:46:28 [2026-08-13T04:46:28.953Z] [Pipeline] stage 06:46:28 [2026-08-13T04:46:28.953Z] [Pipeline] { (Create YAML build report) 06:46:28 [2026-08-13T04:46:28.967Z] [Pipeline] script 06:46:28 [2026-08-13T04:46:28.971Z] [Pipeline] { 06:46:28 [2026-08-13T04:46:28.984Z] [Pipeline] sh 06:46:29 [2026-08-13T04:46:29.243Z] + mkdir -p target 06:46:29 [2026-08-13T04:46:29.245Z] [Pipeline] sh 06:46:29 [2026-08-13T04:46:29.503Z] + mv build.yaml target/ 06:46:29 [2026-08-13T04:46:29.504Z] [Pipeline] } 06:46:29 [2026-08-13T04:46:29.513Z] [Pipeline] // script 06:46:29 [2026-08-13T04:46:29.522Z] [Pipeline] } 06:46:29 [2026-08-13T04:46:29.531Z] [Pipeline] // stage 06:46:29 [2026-08-13T04:46:29.543Z] [Pipeline] stage 06:46:29 [2026-08-13T04:46:29.544Z] [Pipeline] { (Declarative: Post Actions) 06:46:29 [2026-08-13T04:46:29.562Z] [Pipeline] step 06:46:29 [2026-08-13T04:46:29.589Z] [Pipeline] script 06:46:29 [2026-08-13T04:46:29.593Z] [Pipeline] { 06:46:29 [2026-08-13T04:46:29.612Z] [Pipeline] } 06:46:29 [2026-08-13T04:46:29.621Z] [Pipeline] // script 06:46:29 [2026-08-13T04:46:29.635Z] [Pipeline] archiveArtifacts 06:46:29 [2026-08-13T04:46:29.638Z] Archiving artifacts 06:46:29 [2026-08-13T04:46:29.647Z] Enregistrement des empreintes numériques 06:46:29 [2026-08-13T04:46:29.671Z] [Pipeline] } 06:46:29 [2026-08-13T04:46:29.680Z] [Pipeline] // stage 06:46:29 [2026-08-13T04:46:29.689Z] [Pipeline] } 06:46:29 [2026-08-13T04:46:29.698Z] [Pipeline] // withEnv 06:46:29 [2026-08-13T04:46:29.707Z] [Pipeline] } 06:46:29 [2026-08-13T04:46:29.707Z] $ docker stop --time=1 1e58a31d5ad2f12972ee756acd008ffd50c605c5d0bc9a1ca3c1e3a2924980e9 06:46:30 [2026-08-13T04:46:30.996Z] $ docker rm -f --volumes 1e58a31d5ad2f12972ee756acd008ffd50c605c5d0bc9a1ca3c1e3a2924980e9 06:46:31 [2026-08-13T04:46:31.033Z] [Pipeline] // withDockerContainer 06:46:31 [2026-08-13T04:46:31.037Z] [Pipeline] } 06:46:31 [2026-08-13T04:46:31.041Z] [Pipeline] // withEnv 06:46:31 [2026-08-13T04:46:31.050Z] [Pipeline] } 06:46:31 [2026-08-13T04:46:31.059Z] [Pipeline] // node 06:46:31 [2026-08-13T04:46:31.063Z] [Pipeline] End of Pipeline 06:46:31 [2026-08-13T04:46:31.117Z] Finished: SUCCESS