01:21:23 [2026-09-10T23:21:23.950Z] Démarré par le projet amont "Silverpeas_6.3.x_AutoDeploy" de numéro de build 301 01:21:23 [2026-09-10T23:21:23.950Z] Causé à l'origine par : 01:21:23 [2026-09-10T23:21:23.950Z] Lancé par une alarme périodique 01:21:23 [2026-09-10T23:21:23.950Z] Running as userbuild 01:21:24 [2026-09-10T23:21:24.655Z] Obtained src/builds/mobile/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git 01:21:24 [2026-09-10T23:21:24.804Z] [Pipeline] Start of Pipeline 01:21:25 [2026-09-10T23:21:25.020Z] [Pipeline] node 01:21:25 [2026-09-10T23:21:25.024Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_Mobile_6.3.x_AutoDeploy 01:21:25 [2026-09-10T23:21:25.025Z] [Pipeline] { 01:21:25 [2026-09-10T23:21:25.037Z] [Pipeline] stage 01:21:25 [2026-09-10T23:21:25.038Z] [Pipeline] { (Declarative: Checkout SCM) 01:21:25 [2026-09-10T23:21:25.045Z] [Pipeline] checkout 01:21:25 [2026-09-10T23:21:25.052Z] Selected Git installation does not exist. Using Default 01:21:25 [2026-09-10T23:21:25.052Z] The recommended git tool is: NONE 01:21:25 [2026-09-10T23:21:25.052Z] No credentials specified 01:21:25 [2026-09-10T23:21:25.053Z] > /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-09-10T23:21:25.059Z] Fetching changes from the remote Git repository 01:21:25 [2026-09-10T23:21:25.061Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10 01:21:25 [2026-09-10T23:21:25.067Z] Cleaning workspace 01:21:25 [2026-09-10T23:21:25.067Z] > /usr/bin/git rev-parse --verify HEAD # timeout=10 01:21:25 [2026-09-10T23:21:25.073Z] Resetting working tree 01:21:25 [2026-09-10T23:21:25.073Z] > /usr/bin/git reset --hard # timeout=10 01:21:25 [2026-09-10T23:21:25.157Z] > /usr/bin/git clean -fdx # timeout=10 01:21:25 [2026-09-10T23:21:25.167Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git 01:21:25 [2026-09-10T23:21:25.168Z] > /usr/bin/git --version # timeout=10 01:21:25 [2026-09-10T23:21:25.172Z] > git --version # 'git version 2.43.0' 01:21:25 [2026-09-10T23:21:25.172Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Jenkins-Pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:21:25 [2026-09-10T23:21:25.626Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10 01:21:25 [2026-09-10T23:21:25.634Z] Checking out Revision b3a0a7bf423a3407c3bc6980f30a0c6ee678b5ae (refs/remotes/origin/master) 01:21:25 [2026-09-10T23:21:25.634Z] > /usr/bin/git config core.sparsecheckout # timeout=10 01:21:25 [2026-09-10T23:21:25.640Z] > /usr/bin/git checkout -f b3a0a7bf423a3407c3bc6980f30a0c6ee678b5ae # timeout=10 01:21:25 [2026-09-10T23:21:25.686Z] Commit message: "Now by default Java version is 21 in the pipeline for building the project build Docker image" 01:21:25 [2026-09-10T23:21:25.686Z] > /usr/bin/git rev-list --no-walk b3a0a7bf423a3407c3bc6980f30a0c6ee678b5ae # timeout=10 01:21:25 [2026-09-10T23:21:25.705Z] [Pipeline] } 01:21:25 [2026-09-10T23:21:25.710Z] [Pipeline] // stage 01:21:25 [2026-09-10T23:21:25.718Z] [Pipeline] withEnv 01:21:25 [2026-09-10T23:21:25.718Z] [Pipeline] { 01:21:25 [2026-09-10T23:21:25.820Z] [Pipeline] isUnix 01:21:25 [2026-09-10T23:21:25.821Z] [Pipeline] withEnv 01:21:25 [2026-09-10T23:21:25.822Z] [Pipeline] { 01:21:25 [2026-09-10T23:21:25.833Z] [Pipeline] sh 01:21:26 [2026-09-10T23:21:26.090Z] + docker inspect -f . silverpeas/silverbuild:6.3.3 01:21:26 [2026-09-10T23:21:26.090Z] . 01:21:26 [2026-09-10T23:21:26.091Z] [Pipeline] } 01:21:26 [2026-09-10T23:21:26.098Z] [Pipeline] // withEnv 01:21:26 [2026-09-10T23:21:26.113Z] [Pipeline] withDockerContainer 01:21:26 [2026-09-10T23:21:26.145Z] Jenkins does not seem to be running inside a container 01:21:26 [2026-09-10T23:21:26.154Z] $ 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:26 [2026-09-10T23:21:26.447Z] $ docker top 88c0bbcceb615891e40a32cc25c4e022d77fc12cb8c33a7df1ca9999f07187f1 -eo pid,comm 01:21:26 [2026-09-10T23:21:26.486Z] [Pipeline] { 01:21:26 [2026-09-10T23:21:26.503Z] [Pipeline] withEnv 01:21:26 [2026-09-10T23:21:26.504Z] [Pipeline] { 01:21:26 [2026-09-10T23:21:26.516Z] [Pipeline] stage 01:21:26 [2026-09-10T23:21:26.517Z] [Pipeline] { (Resolve dependency on Silverpeas) 01:21:26 [2026-09-10T23:21:26.543Z] [Pipeline] script 01:21:26 [2026-09-10T23:21:26.549Z] [Pipeline] { 01:21:26 [2026-09-10T23:21:26.556Z] [Pipeline] echo 01:21:26 [2026-09-10T23:21:26.557Z] Working on branch 6.3.x 01:21:26 [2026-09-10T23:21:26.560Z] [Pipeline] copyArtifacts 01:21:26 [2026-09-10T23:21:26.573Z] Copied 1 artifact from "Silverpeas_6.3.x_AutoDeploy" build number 301 01:21:26 [2026-09-10T23:21:26.577Z] [Pipeline] readYaml 01:21:26 [2026-09-10T23:21:26.586Z] 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:26 [2026-09-10T23:21:26.586Z] 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:26 [2026-09-10T23:21:26.587Z] [Pipeline] sh 01:21:26 [2026-09-10T23:21:26.843Z] + rm -f build.yaml 01:21:26 [2026-09-10T23:21:26.844Z] [Pipeline] } 01:21:26 [2026-09-10T23:21:26.851Z] [Pipeline] // script 01:21:26 [2026-09-10T23:21:26.856Z] [Pipeline] echo 01:21:26 [2026-09-10T23:21:26.856Z] Parent version is 1.5.3 01:21:26 [2026-09-10T23:21:26.859Z] [Pipeline] echo 01:21:26 [2026-09-10T23:21:26.859Z] Silverpeas version is 6.3.7-build250214 01:21:26 [2026-09-10T23:21:26.860Z] [Pipeline] } 01:21:26 [2026-09-10T23:21:26.868Z] [Pipeline] // stage 01:21:26 [2026-09-10T23:21:26.879Z] [Pipeline] stage 01:21:26 [2026-09-10T23:21:26.880Z] [Pipeline] { (Prepare the project) 01:21:26 [2026-09-10T23:21:26.904Z] [Pipeline] git 01:21:26 [2026-09-10T23:21:26.912Z] The recommended git tool is: /usr/bin/git 01:21:26 [2026-09-10T23:21:26.913Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59 01:21:26 [2026-09-10T23:21:26.919Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@75ba784d; decorates hudson.Launcher$LocalLauncher@afc4482 will be ignored (a typical symptom is the Git executable not being run inside a designated container) 01:21:26 [2026-09-10T23:21:26.920Z] > /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-09-10T23:21:26.926Z] Fetching changes from the remote Git repository 01:21:26 [2026-09-10T23:21:26.928Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/silverpeasmobile # timeout=10 01:21:26 [2026-09-10T23:21:26.935Z] Fetching upstream changes from https://github.com/Silverpeas/silverpeasmobile 01:21:26 [2026-09-10T23:21:26.936Z] > /usr/bin/git --version # timeout=10 01:21:26 [2026-09-10T23:21:26.941Z] > git --version # 'git version 2.43.0' 01:21:26 [2026-09-10T23:21:26.941Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins 01:21:26 [2026-09-10T23:21:26.947Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/silverpeasmobile +refs/heads/*:refs/remotes/origin/* # timeout=10 01:21:27 [2026-09-10T23:21:27.674Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10 01:21:27 [2026-09-10T23:21:27.682Z] Checking out Revision defa63b4934e025329da4b267c4ca7f8968d7347 (refs/remotes/origin/6.3.x) 01:21:27 [2026-09-10T23:21:27.682Z] > /usr/bin/git config core.sparsecheckout # timeout=10 01:21:27 [2026-09-10T23:21:27.688Z] > /usr/bin/git checkout -f defa63b4934e025329da4b267c4ca7f8968d7347 # timeout=10 01:21:27 [2026-09-10T23:21:27.795Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10 01:21:27 [2026-09-10T23:21:27.804Z] > /usr/bin/git branch -D 6.3.x # timeout=10 01:21:27 [2026-09-10T23:21:27.813Z] > /usr/bin/git checkout -b 6.3.x defa63b4934e025329da4b267c4ca7f8968d7347 # timeout=10 01:21:27 [2026-09-10T23:21:27.857Z] Commit message: "Update dependency on Silverpeas to version 6.3.7-build250214" 01:21:27 [2026-09-10T23:21:27.857Z] > /usr/bin/git rev-list --no-walk defa63b4934e025329da4b267c4ca7f8968d7347 # timeout=10 01:21:27 [2026-09-10T23:21:27.874Z] [Pipeline] script 01:21:27 [2026-09-10T23:21:27.877Z] [Pipeline] { 01:21:27 [2026-09-10T23:21:27.886Z] [Pipeline] copyArtifacts 01:21:27 [2026-09-10T23:21:27.893Z] Copied 1 artifact from "Silverpeas_Mobile_6.3.x_AutoDeploy" build number 272 01:21:27 [2026-09-10T23:21:27.899Z] [Pipeline] readYaml 01:21:27 [2026-09-10T23:21:27.908Z] 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-09-10T23:21:27.910Z] [Pipeline] sh 01:21:28 [2026-09-10T23:21:28.169Z] + git rev-parse HEAD 01:21:28 [2026-09-10T23:21:28.172Z] [Pipeline] echo 01:21:28 [2026-09-10T23:21:28.173Z] Current commit is defa63b4934e025329da4b267c4ca7f8968d7347 and last build commit is defa63b4934e025329da4b267c4ca7f8968d7347 01:21:28 [2026-09-10T23:21:28.174Z] 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-09-10T23:21:28.174Z] [Pipeline] } 01:21:28 [2026-09-10T23:21:28.189Z] [Pipeline] // script 01:21:28 [2026-09-10T23:21:28.204Z] [Pipeline] script 01:21:28 [2026-09-10T23:21:28.212Z] [Pipeline] { 01:21:28 [2026-09-10T23:21:28.223Z] [Pipeline] readMavenPom 01:21:28 [2026-09-10T23:21:28.232Z] 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-09-10T23:21:28.233Z] 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-09-10T23:21:28.234Z] 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-09-10T23:21:28.234Z] 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-09-10T23:21:28.236Z] [Pipeline] echo 01:21:28 [2026-09-10T23:21:28.237Z] No changes and no update in Silverpeas since the last build 01:21:28 [2026-09-10T23:21:28.237Z] [Pipeline] } 01:21:28 [2026-09-10T23:21:28.246Z] [Pipeline] // script 01:21:28 [2026-09-10T23:21:28.256Z] [Pipeline] } 01:21:28 [2026-09-10T23:21:28.265Z] [Pipeline] // stage 01:21:28 [2026-09-10T23:21:28.277Z] [Pipeline] stage 01:21:28 [2026-09-10T23:21:28.279Z] [Pipeline] { (Build the project) 01:21:28 [2026-09-10T23:21:28.325Z] Stage "Build the project" skipped due to when conditional 01:21:28 [2026-09-10T23:21:28.327Z] [Pipeline] getContext 01:21:28 [2026-09-10T23:21:28.340Z] [Pipeline] stage 01:21:28 [2026-09-10T23:21:28.341Z] [Pipeline] { (Check POM parent version) 01:21:28 [2026-09-10T23:21:28.350Z] Stage "Build the project" skipped due to when conditional 01:21:28 [2026-09-10T23:21:28.352Z] [Pipeline] getContext 01:21:28 [2026-09-10T23:21:28.354Z] [Pipeline] } 01:21:28 [2026-09-10T23:21:28.363Z] [Pipeline] // stage 01:21:28 [2026-09-10T23:21:28.374Z] [Pipeline] stage 01:21:28 [2026-09-10T23:21:28.375Z] [Pipeline] { (Update POM parent) 01:21:28 [2026-09-10T23:21:28.384Z] Stage "Build the project" skipped due to when conditional 01:21:28 [2026-09-10T23:21:28.385Z] [Pipeline] getContext 01:21:28 [2026-09-10T23:21:28.387Z] [Pipeline] } 01:21:28 [2026-09-10T23:21:28.396Z] [Pipeline] // stage 01:21:28 [2026-09-10T23:21:28.406Z] [Pipeline] stage 01:21:28 [2026-09-10T23:21:28.407Z] [Pipeline] { (Update dependency on Silverpeas) 01:21:28 [2026-09-10T23:21:28.415Z] Stage "Build the project" skipped due to when conditional 01:21:28 [2026-09-10T23:21:28.416Z] [Pipeline] getContext 01:21:28 [2026-09-10T23:21:28.418Z] [Pipeline] } 01:21:28 [2026-09-10T23:21:28.426Z] [Pipeline] // stage 01:21:28 [2026-09-10T23:21:28.436Z] [Pipeline] stage 01:21:28 [2026-09-10T23:21:28.436Z] [Pipeline] { (Build and Publish) 01:21:28 [2026-09-10T23:21:28.444Z] Stage "Build the project" skipped due to when conditional 01:21:28 [2026-09-10T23:21:28.445Z] [Pipeline] getContext 01:21:28 [2026-09-10T23:21:28.447Z] [Pipeline] } 01:21:28 [2026-09-10T23:21:28.454Z] [Pipeline] // stage 01:21:28 [2026-09-10T23:21:28.462Z] [Pipeline] } 01:21:28 [2026-09-10T23:21:28.469Z] [Pipeline] // stage 01:21:28 [2026-09-10T23:21:28.481Z] [Pipeline] stage 01:21:28 [2026-09-10T23:21:28.481Z] [Pipeline] { (Create YAML build report) 01:21:28 [2026-09-10T23:21:28.504Z] [Pipeline] script 01:21:28 [2026-09-10T23:21:28.512Z] [Pipeline] { 01:21:28 [2026-09-10T23:21:28.523Z] [Pipeline] sh 01:21:28 [2026-09-10T23:21:28.783Z] + mkdir -p target 01:21:28 [2026-09-10T23:21:28.785Z] [Pipeline] sh 01:21:29 [2026-09-10T23:21:29.041Z] + mv build.yaml target/ 01:21:29 [2026-09-10T23:21:29.043Z] [Pipeline] } 01:21:29 [2026-09-10T23:21:29.051Z] [Pipeline] // script 01:21:29 [2026-09-10T23:21:29.061Z] [Pipeline] } 01:21:29 [2026-09-10T23:21:29.069Z] [Pipeline] // stage 01:21:29 [2026-09-10T23:21:29.080Z] [Pipeline] stage 01:21:29 [2026-09-10T23:21:29.081Z] [Pipeline] { (Declarative: Post Actions) 01:21:29 [2026-09-10T23:21:29.099Z] [Pipeline] step 01:21:29 [2026-09-10T23:21:29.121Z] [Pipeline] script 01:21:29 [2026-09-10T23:21:29.126Z] [Pipeline] { 01:21:29 [2026-09-10T23:21:29.145Z] [Pipeline] } 01:21:29 [2026-09-10T23:21:29.153Z] [Pipeline] // script 01:21:29 [2026-09-10T23:21:29.168Z] [Pipeline] archiveArtifacts 01:21:29 [2026-09-10T23:21:29.180Z] Archiving artifacts 01:21:29 [2026-09-10T23:21:29.181Z] Enregistrement des empreintes numériques 01:21:29 [2026-09-10T23:21:29.211Z] [Pipeline] } 01:21:29 [2026-09-10T23:21:29.219Z] [Pipeline] // stage 01:21:29 [2026-09-10T23:21:29.228Z] [Pipeline] } 01:21:29 [2026-09-10T23:21:29.236Z] [Pipeline] // withEnv 01:21:29 [2026-09-10T23:21:29.244Z] [Pipeline] } 01:21:29 [2026-09-10T23:21:29.246Z] $ docker stop --time=1 88c0bbcceb615891e40a32cc25c4e022d77fc12cb8c33a7df1ca9999f07187f1 01:21:30 [2026-09-10T23:21:30.530Z] $ docker rm -f --volumes 88c0bbcceb615891e40a32cc25c4e022d77fc12cb8c33a7df1ca9999f07187f1 01:21:30 [2026-09-10T23:21:30.568Z] [Pipeline] // withDockerContainer 01:21:30 [2026-09-10T23:21:30.572Z] [Pipeline] } 01:21:30 [2026-09-10T23:21:30.575Z] [Pipeline] // withEnv 01:21:30 [2026-09-10T23:21:30.579Z] [Pipeline] } 01:21:30 [2026-09-10T23:21:30.583Z] [Pipeline] // node 01:21:30 [2026-09-10T23:21:30.587Z] [Pipeline] End of Pipeline 01:21:30 [2026-09-10T23:21:30.621Z] Finished: SUCCESS