19:24:20 [2025-06-22T17:24:20.393Z] Démarré par le projet amont "Silverpeas_Master_AutoDeploy" de numéro de build 962 19:24:20 [2025-06-22T17:24:20.393Z] Causé à l'origine par : 19:24:20 [2025-06-22T17:24:20.393Z] Lancé par une alarme périodique 19:24:20 [2025-06-22T17:24:20.394Z] Running as userbuild 19:24:20 [2025-06-22T17:24:20.772Z] Obtained src/builds/mobile/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git 19:24:20 [2025-06-22T17:24:20.939Z] [Pipeline] Start of Pipeline 19:24:21 [2025-06-22T17:24:21.168Z] [Pipeline] node 19:24:21 [2025-06-22T17:24:21.170Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_Mobile_Master_AutoDeploy 19:24:21 [2025-06-22T17:24:21.172Z] [Pipeline] { 19:24:21 [2025-06-22T17:24:21.182Z] [Pipeline] stage 19:24:21 [2025-06-22T17:24:21.182Z] [Pipeline] { (Declarative: Checkout SCM) 19:24:21 [2025-06-22T17:24:21.188Z] [Pipeline] checkout 19:24:21 [2025-06-22T17:24:21.189Z] Selected Git installation does not exist. Using Default 19:24:21 [2025-06-22T17:24:21.189Z] The recommended git tool is: NONE 19:24:21 [2025-06-22T17:24:21.189Z] No credentials specified 19:24:21 [2025-06-22T17:24:21.190Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Mobile_Master_AutoDeploy/.git # timeout=10 19:24:21 [2025-06-22T17:24:21.195Z] Fetching changes from the remote Git repository 19:24:21 [2025-06-22T17:24:21.197Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10 19:24:21 [2025-06-22T17:24:21.202Z] Cleaning workspace 19:24:21 [2025-06-22T17:24:21.202Z] > /usr/bin/git rev-parse --verify HEAD # timeout=10 19:24:21 [2025-06-22T17:24:21.208Z] Resetting working tree 19:24:21 [2025-06-22T17:24:21.208Z] > /usr/bin/git reset --hard # timeout=10 19:24:21 [2025-06-22T17:24:21.315Z] > /usr/bin/git clean -fdx # timeout=10 19:24:21 [2025-06-22T17:24:21.326Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git 19:24:21 [2025-06-22T17:24:21.326Z] > /usr/bin/git --version # timeout=10 19:24:21 [2025-06-22T17:24:21.330Z] > git --version # 'git version 2.43.0' 19:24:21 [2025-06-22T17:24:21.330Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Jenkins-Pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:24:21 [2025-06-22T17:24:21.718Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10 19:24:21 [2025-06-22T17:24:21.725Z] Checking out Revision 0bdaa0f2b228a18722cadfb52fcde86654ecae98 (refs/remotes/origin/master) 19:24:21 [2025-06-22T17:24:21.726Z] > /usr/bin/git config core.sparsecheckout # timeout=10 19:24:21 [2025-06-22T17:24:21.731Z] > /usr/bin/git checkout -f 0bdaa0f2b228a18722cadfb52fcde86654ecae98 # timeout=10 19:24:21 [2025-06-22T17:24:21.803Z] Commit message: "Use of the withCredentials Jenkins statement to allow the injection of the credentials of the Git account used to push code change into the Github repo in the AutoDeploy build of the silverpeas mobile project." 19:24:21 [2025-06-22T17:24:21.803Z] > /usr/bin/git rev-list --no-walk 0bdaa0f2b228a18722cadfb52fcde86654ecae98 # timeout=10 19:24:21 [2025-06-22T17:24:21.821Z] [Pipeline] } 19:24:21 [2025-06-22T17:24:21.824Z] [Pipeline] // stage 19:24:21 [2025-06-22T17:24:21.832Z] [Pipeline] withEnv 19:24:21 [2025-06-22T17:24:21.833Z] [Pipeline] { 19:24:21 [2025-06-22T17:24:21.953Z] [Pipeline] isUnix 19:24:21 [2025-06-22T17:24:21.954Z] [Pipeline] withEnv 19:24:21 [2025-06-22T17:24:21.955Z] [Pipeline] { 19:24:21 [2025-06-22T17:24:21.962Z] [Pipeline] sh 19:24:22 [2025-06-22T17:24:22.219Z] + docker inspect -f . silverpeas/silverbuild:latest 19:24:22 [2025-06-22T17:24:22.219Z] . 19:24:22 [2025-06-22T17:24:22.220Z] [Pipeline] } 19:24:22 [2025-06-22T17:24:22.228Z] [Pipeline] // withEnv 19:24:22 [2025-06-22T17:24:22.239Z] [Pipeline] withDockerContainer 19:24:22 [2025-06-22T17:24:22.274Z] Jenkins does not seem to be running inside a container 19:24:22 [2025-06-22T17:24:22.282Z] $ 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:22 [2025-06-22T17:24:22.600Z] $ docker top a443e289eaf6f3e16d2d31abfef738cf2a4009aed2f1bb31f24063bb6e7a78e8 -eo pid,comm 19:24:22 [2025-06-22T17:24:22.635Z] [Pipeline] { 19:24:22 [2025-06-22T17:24:22.650Z] [Pipeline] withEnv 19:24:22 [2025-06-22T17:24:22.651Z] [Pipeline] { 19:24:22 [2025-06-22T17:24:22.661Z] [Pipeline] stage 19:24:22 [2025-06-22T17:24:22.662Z] [Pipeline] { (Resolve dependency on Silverpeas) 19:24:22 [2025-06-22T17:24:22.691Z] [Pipeline] script 19:24:22 [2025-06-22T17:24:22.696Z] [Pipeline] { 19:24:22 [2025-06-22T17:24:22.706Z] [Pipeline] echo 19:24:22 [2025-06-22T17:24:22.706Z] Working on branch master 19:24:22 [2025-06-22T17:24:22.711Z] [Pipeline] copyArtifacts 19:24:22 [2025-06-22T17:24:22.717Z] Copied 1 artifact from "Silverpeas_Master_AutoDeploy" build number 962 19:24:22 [2025-06-22T17:24:22.720Z] [Pipeline] readYaml 19:24:22 [2025-06-22T17:24:22.730Z] 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:22 [2025-06-22T17:24:22.730Z] 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:22 [2025-06-22T17:24:22.731Z] [Pipeline] sh 19:24:22 [2025-06-22T17:24:22.988Z] + rm -f build.yaml 19:24:22 [2025-06-22T17:24:22.989Z] [Pipeline] } 19:24:22 [2025-06-22T17:24:22.994Z] [Pipeline] // script 19:24:23 [2025-06-22T17:24:23.003Z] [Pipeline] echo 19:24:23 [2025-06-22T17:24:23.003Z] Parent version is 1.7-build250303 19:24:23 [2025-06-22T17:24:23.004Z] [Pipeline] echo 19:24:23 [2025-06-22T17:24:23.004Z] Silverpeas version is 6.5-build250615 19:24:23 [2025-06-22T17:24:23.005Z] [Pipeline] } 19:24:23 [2025-06-22T17:24:23.013Z] [Pipeline] // stage 19:24:23 [2025-06-22T17:24:23.019Z] [Pipeline] stage 19:24:23 [2025-06-22T17:24:23.021Z] [Pipeline] { (Prepare the project) 19:24:23 [2025-06-22T17:24:23.039Z] [Pipeline] git 19:24:23 [2025-06-22T17:24:23.041Z] The recommended git tool is: /usr/bin/git 19:24:23 [2025-06-22T17:24:23.042Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59 19:24:23 [2025-06-22T17:24:23.054Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@67545a0d; decorates hudson.Launcher$LocalLauncher@51acb7d7 will be ignored (a typical symptom is the Git executable not being run inside a designated container) 19:24:23 [2025-06-22T17:24:23.055Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Mobile_Master_AutoDeploy/.git # timeout=10 19:24:23 [2025-06-22T17:24:23.060Z] Fetching changes from the remote Git repository 19:24:23 [2025-06-22T17:24:23.062Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/silverpeasmobile # timeout=10 19:24:23 [2025-06-22T17:24:23.067Z] Fetching upstream changes from https://github.com/Silverpeas/silverpeasmobile 19:24:23 [2025-06-22T17:24:23.067Z] > /usr/bin/git --version # timeout=10 19:24:23 [2025-06-22T17:24:23.072Z] > git --version # 'git version 2.43.0' 19:24:23 [2025-06-22T17:24:23.072Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins 19:24:23 [2025-06-22T17:24:23.076Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/silverpeasmobile +refs/heads/*:refs/remotes/origin/* # timeout=10 19:24:23 [2025-06-22T17:24:23.460Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10 19:24:23 [2025-06-22T17:24:23.468Z] Checking out Revision c7a33adeca41ca732fa646c9a01de6b4d04f37f7 (refs/remotes/origin/master) 19:24:23 [2025-06-22T17:24:23.468Z] > /usr/bin/git config core.sparsecheckout # timeout=10 19:24:23 [2025-06-22T17:24:23.474Z] > /usr/bin/git checkout -f c7a33adeca41ca732fa646c9a01de6b4d04f37f7 # timeout=10 19:24:23 [2025-06-22T17:24:23.597Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10 19:24:23 [2025-06-22T17:24:23.607Z] > /usr/bin/git branch -D master # timeout=10 19:24:23 [2025-06-22T17:24:23.615Z] > /usr/bin/git checkout -b master c7a33adeca41ca732fa646c9a01de6b4d04f37f7 # timeout=10 19:24:23 [2025-06-22T17:24:23.750Z] Commit message: "Update dependency on Silverpeas to version 6.5-build250615" 19:24:23 [2025-06-22T17:24:23.750Z] > /usr/bin/git rev-list --no-walk c7a33adeca41ca732fa646c9a01de6b4d04f37f7 # timeout=10 19:24:23 [2025-06-22T17:24:23.774Z] [Pipeline] script 19:24:23 [2025-06-22T17:24:23.777Z] [Pipeline] { 19:24:23 [2025-06-22T17:24:23.790Z] [Pipeline] copyArtifacts 19:24:23 [2025-06-22T17:24:23.796Z] Copied 1 artifact from "Silverpeas_Mobile_Master_AutoDeploy" build number 573 19:24:23 [2025-06-22T17:24:23.802Z] [Pipeline] readYaml 19:24:23 [2025-06-22T17:24:23.813Z] 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:23 [2025-06-22T17:24:23.814Z] [Pipeline] sh 19:24:24 [2025-06-22T17:24:24.070Z] + git rev-parse HEAD 19:24:24 [2025-06-22T17:24:24.073Z] [Pipeline] echo 19:24:24 [2025-06-22T17:24:24.073Z] Current commit is c7a33adeca41ca732fa646c9a01de6b4d04f37f7 and last build commit is c7a33adeca41ca732fa646c9a01de6b4d04f37f7 19:24:24 [2025-06-22T17:24:24.074Z] 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:24 [2025-06-22T17:24:24.074Z] [Pipeline] } 19:24:24 [2025-06-22T17:24:24.080Z] [Pipeline] // script 19:24:24 [2025-06-22T17:24:24.090Z] [Pipeline] script 19:24:24 [2025-06-22T17:24:24.096Z] [Pipeline] { 19:24:24 [2025-06-22T17:24:24.106Z] [Pipeline] readMavenPom 19:24:24 [2025-06-22T17:24:24.114Z] 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:24 [2025-06-22T17:24:24.115Z] 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:24 [2025-06-22T17:24:24.116Z] 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:24 [2025-06-22T17:24:24.116Z] 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:24 [2025-06-22T17:24:24.117Z] [Pipeline] echo 19:24:24 [2025-06-22T17:24:24.117Z] No changes and no update in Silverpeas since the last build 19:24:24 [2025-06-22T17:24:24.118Z] [Pipeline] } 19:24:24 [2025-06-22T17:24:24.126Z] [Pipeline] // script 19:24:24 [2025-06-22T17:24:24.135Z] [Pipeline] } 19:24:24 [2025-06-22T17:24:24.143Z] [Pipeline] // stage 19:24:24 [2025-06-22T17:24:24.153Z] [Pipeline] stage 19:24:24 [2025-06-22T17:24:24.154Z] [Pipeline] { (Build the project) 19:24:24 [2025-06-22T17:24:24.208Z] Stage "Build the project" skipped due to when conditional 19:24:24 [2025-06-22T17:24:24.210Z] [Pipeline] getContext 19:24:24 [2025-06-22T17:24:24.222Z] [Pipeline] stage 19:24:24 [2025-06-22T17:24:24.223Z] [Pipeline] { (Check POM parent version) 19:24:24 [2025-06-22T17:24:24.232Z] Stage "Build the project" skipped due to when conditional 19:24:24 [2025-06-22T17:24:24.232Z] [Pipeline] getContext 19:24:24 [2025-06-22T17:24:24.234Z] [Pipeline] } 19:24:24 [2025-06-22T17:24:24.242Z] [Pipeline] // stage 19:24:24 [2025-06-22T17:24:24.251Z] [Pipeline] stage 19:24:24 [2025-06-22T17:24:24.252Z] [Pipeline] { (Update POM parent) 19:24:24 [2025-06-22T17:24:24.260Z] Stage "Build the project" skipped due to when conditional 19:24:24 [2025-06-22T17:24:24.261Z] [Pipeline] getContext 19:24:24 [2025-06-22T17:24:24.262Z] [Pipeline] } 19:24:24 [2025-06-22T17:24:24.270Z] [Pipeline] // stage 19:24:24 [2025-06-22T17:24:24.279Z] [Pipeline] stage 19:24:24 [2025-06-22T17:24:24.280Z] [Pipeline] { (Update dependency on Silverpeas) 19:24:24 [2025-06-22T17:24:24.289Z] Stage "Build the project" skipped due to when conditional 19:24:24 [2025-06-22T17:24:24.289Z] [Pipeline] getContext 19:24:24 [2025-06-22T17:24:24.291Z] [Pipeline] } 19:24:24 [2025-06-22T17:24:24.298Z] [Pipeline] // stage 19:24:24 [2025-06-22T17:24:24.307Z] [Pipeline] stage 19:24:24 [2025-06-22T17:24:24.308Z] [Pipeline] { (Build and Publish) 19:24:24 [2025-06-22T17:24:24.315Z] Stage "Build the project" skipped due to when conditional 19:24:24 [2025-06-22T17:24:24.316Z] [Pipeline] getContext 19:24:24 [2025-06-22T17:24:24.317Z] [Pipeline] } 19:24:24 [2025-06-22T17:24:24.324Z] [Pipeline] // stage 19:24:24 [2025-06-22T17:24:24.331Z] [Pipeline] } 19:24:24 [2025-06-22T17:24:24.337Z] [Pipeline] // stage 19:24:24 [2025-06-22T17:24:24.348Z] [Pipeline] stage 19:24:24 [2025-06-22T17:24:24.349Z] [Pipeline] { (Create YAML build report) 19:24:24 [2025-06-22T17:24:24.369Z] [Pipeline] script 19:24:24 [2025-06-22T17:24:24.375Z] [Pipeline] { 19:24:24 [2025-06-22T17:24:24.385Z] [Pipeline] sh 19:24:24 [2025-06-22T17:24:24.643Z] + mkdir -p target 19:24:24 [2025-06-22T17:24:24.645Z] [Pipeline] sh 19:24:24 [2025-06-22T17:24:24.904Z] + mv build.yaml target/ 19:24:24 [2025-06-22T17:24:24.905Z] [Pipeline] } 19:24:24 [2025-06-22T17:24:24.916Z] [Pipeline] // script 19:24:24 [2025-06-22T17:24:24.925Z] [Pipeline] } 19:24:24 [2025-06-22T17:24:24.933Z] [Pipeline] // stage 19:24:24 [2025-06-22T17:24:24.944Z] [Pipeline] stage 19:24:24 [2025-06-22T17:24:24.944Z] [Pipeline] { (Declarative: Post Actions) 19:24:24 [2025-06-22T17:24:24.960Z] [Pipeline] step 19:24:24 [2025-06-22T17:24:24.979Z] [Pipeline] script 19:24:24 [2025-06-22T17:24:24.987Z] [Pipeline] { 19:24:25 [2025-06-22T17:24:25.005Z] [Pipeline] } 19:24:25 [2025-06-22T17:24:25.013Z] [Pipeline] // script 19:24:25 [2025-06-22T17:24:25.026Z] [Pipeline] archiveArtifacts 19:24:25 [2025-06-22T17:24:25.029Z] Archiving artifacts 19:24:25 [2025-06-22T17:24:25.038Z] Enregistrement des empreintes numériques 19:24:25 [2025-06-22T17:24:25.062Z] [Pipeline] } 19:24:25 [2025-06-22T17:24:25.073Z] [Pipeline] // stage 19:24:25 [2025-06-22T17:24:25.081Z] [Pipeline] } 19:24:25 [2025-06-22T17:24:25.089Z] [Pipeline] // withEnv 19:24:25 [2025-06-22T17:24:25.098Z] [Pipeline] } 19:24:25 [2025-06-22T17:24:25.098Z] $ docker stop --time=1 a443e289eaf6f3e16d2d31abfef738cf2a4009aed2f1bb31f24063bb6e7a78e8 19:24:26 [2025-06-22T17:24:26.393Z] $ docker rm -f --volumes a443e289eaf6f3e16d2d31abfef738cf2a4009aed2f1bb31f24063bb6e7a78e8 19:24:26 [2025-06-22T17:24:26.434Z] [Pipeline] // withDockerContainer 19:24:26 [2025-06-22T17:24:26.438Z] [Pipeline] } 19:24:26 [2025-06-22T17:24:26.442Z] [Pipeline] // withEnv 19:24:26 [2025-06-22T17:24:26.445Z] [Pipeline] } 19:24:26 [2025-06-22T17:24:26.449Z] [Pipeline] // node 19:24:26 [2025-06-22T17:24:26.454Z] [Pipeline] End of Pipeline 19:24:26 [2025-06-22T17:24:26.506Z] Finished: SUCCESS