19:24:21 [2025-03-23T18:24:21.001Z] Démarré par le projet amont "Silverpeas_Master_AutoDeploy" de numéro de build 927 19:24:21 [2025-03-23T18:24:21.001Z] Causé à l'origine par : 19:24:21 [2025-03-23T18:24:21.001Z] Lancé par une alarme périodique 19:24:21 [2025-03-23T18:24:21.001Z] Running as userbuild 19:24:21 [2025-03-23T18:24:21.382Z] Obtained src/builds/mobile/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git 19:24:21 [2025-03-23T18:24:21.530Z] [Pipeline] Start of Pipeline 19:24:21 [2025-03-23T18:24:21.755Z] [Pipeline] node 19:24:21 [2025-03-23T18:24:21.759Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_Mobile_Master_AutoDeploy 19:24:21 [2025-03-23T18:24:21.761Z] [Pipeline] { 19:24:21 [2025-03-23T18:24:21.774Z] [Pipeline] stage 19:24:21 [2025-03-23T18:24:21.775Z] [Pipeline] { (Declarative: Checkout SCM) 19:24:21 [2025-03-23T18:24:21.782Z] [Pipeline] checkout 19:24:21 [2025-03-23T18:24:21.784Z] Selected Git installation does not exist. Using Default 19:24:21 [2025-03-23T18:24:21.784Z] The recommended git tool is: NONE 19:24:21 [2025-03-23T18:24:21.784Z] No credentials specified 19:24:21 [2025-03-23T18:24:21.784Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Mobile_Master_AutoDeploy/.git # timeout=10 19:24:21 [2025-03-23T18:24:21.789Z] Fetching changes from the remote Git repository 19:24:21 [2025-03-23T18:24:21.791Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10 19:24:21 [2025-03-23T18:24:21.797Z] Cleaning workspace 19:24:21 [2025-03-23T18:24:21.797Z] > /usr/bin/git rev-parse --verify HEAD # timeout=10 19:24:21 [2025-03-23T18:24:21.801Z] Resetting working tree 19:24:21 [2025-03-23T18:24:21.802Z] > /usr/bin/git reset --hard # timeout=10 19:24:21 [2025-03-23T18:24:21.828Z] > /usr/bin/git clean -fdx # timeout=10 19:24:22 [2025-03-23T18:24:22.082Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git 19:24:22 [2025-03-23T18:24:22.082Z] > /usr/bin/git --version # timeout=10 19:24:22 [2025-03-23T18:24:22.088Z] > git --version # 'git version 2.43.0' 19:24:22 [2025-03-23T18:24:22.088Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Jenkins-Pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:24:22 [2025-03-23T18:24:22.468Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10 19:24:22 [2025-03-23T18:24:22.474Z] Checking out Revision 08023d811205f6aba0cc1af783597b4af757a954 (refs/remotes/origin/master) 19:24:22 [2025-03-23T18:24:22.474Z] > /usr/bin/git config core.sparsecheckout # timeout=10 19:24:22 [2025-03-23T18:24:22.479Z] > /usr/bin/git checkout -f 08023d811205f6aba0cc1af783597b4af757a954 # timeout=10 19:24:22 [2025-03-23T18:24:22.575Z] Commit message: "Fix condition testing in the release pipeline for Silverpeas-Sso. In this same pipeline, give the version of the Docker image to use (6.4 currently). Idem for the auto build pipeline for Silverpeas-Sso." 19:24:22 [2025-03-23T18:24:22.575Z] > /usr/bin/git rev-list --no-walk 08023d811205f6aba0cc1af783597b4af757a954 # timeout=10 19:24:22 [2025-03-23T18:24:22.599Z] [Pipeline] } 19:24:22 [2025-03-23T18:24:22.604Z] [Pipeline] // stage 19:24:22 [2025-03-23T18:24:22.614Z] [Pipeline] withEnv 19:24:22 [2025-03-23T18:24:22.615Z] [Pipeline] { 19:24:22 [2025-03-23T18:24:22.729Z] [Pipeline] isUnix 19:24:22 [2025-03-23T18:24:22.730Z] [Pipeline] withEnv 19:24:22 [2025-03-23T18:24:22.731Z] [Pipeline] { 19:24:22 [2025-03-23T18:24:22.741Z] [Pipeline] sh 19:24:22 [2025-03-23T18:24:22.997Z] + docker inspect -f . silverpeas/silverbuild:latest 19:24:22 [2025-03-23T18:24:22.997Z] . 19:24:22 [2025-03-23T18:24:22.998Z] [Pipeline] } 19:24:23 [2025-03-23T18:24:23.004Z] [Pipeline] // withEnv 19:24:23 [2025-03-23T18:24:23.014Z] [Pipeline] withDockerContainer 19:24:23 [2025-03-23T18:24:23.044Z] Jenkins does not seem to be running inside a container 19:24:23 [2025-03-23T18:24:23.051Z] $ 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:23 [2025-03-23T18:24:23.385Z] $ docker top bf3c020107c939109981a7b05e4d061334b63d7a4ea984400afc109452e30019 -eo pid,comm 19:24:23 [2025-03-23T18:24:23.423Z] [Pipeline] { 19:24:23 [2025-03-23T18:24:23.433Z] [Pipeline] withEnv 19:24:23 [2025-03-23T18:24:23.433Z] [Pipeline] { 19:24:23 [2025-03-23T18:24:23.441Z] [Pipeline] stage 19:24:23 [2025-03-23T18:24:23.441Z] [Pipeline] { (Resolve dependency on Silverpeas) 19:24:23 [2025-03-23T18:24:23.467Z] [Pipeline] script 19:24:23 [2025-03-23T18:24:23.471Z] [Pipeline] { 19:24:23 [2025-03-23T18:24:23.480Z] [Pipeline] echo 19:24:23 [2025-03-23T18:24:23.481Z] Working on branch master 19:24:23 [2025-03-23T18:24:23.485Z] [Pipeline] copyArtifacts 19:24:23 [2025-03-23T18:24:23.492Z] Copied 1 artifact from "Silverpeas_Master_AutoDeploy" build number 927 19:24:23 [2025-03-23T18:24:23.497Z] [Pipeline] readYaml 19:24:23 [2025-03-23T18:24:23.509Z] 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:23 [2025-03-23T18:24:23.509Z] 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:23 [2025-03-23T18:24:23.511Z] [Pipeline] sh 19:24:23 [2025-03-23T18:24:23.768Z] + rm -f build.yaml 19:24:23 [2025-03-23T18:24:23.769Z] [Pipeline] } 19:24:23 [2025-03-23T18:24:23.778Z] [Pipeline] // script 19:24:23 [2025-03-23T18:24:23.787Z] [Pipeline] echo 19:24:23 [2025-03-23T18:24:23.788Z] Parent version is 1.7-build250303 19:24:23 [2025-03-23T18:24:23.789Z] [Pipeline] echo 19:24:23 [2025-03-23T18:24:23.789Z] Silverpeas version is 6.5-build250321 19:24:23 [2025-03-23T18:24:23.790Z] [Pipeline] } 19:24:23 [2025-03-23T18:24:23.798Z] [Pipeline] // stage 19:24:23 [2025-03-23T18:24:23.808Z] [Pipeline] stage 19:24:23 [2025-03-23T18:24:23.809Z] [Pipeline] { (Prepare the project) 19:24:23 [2025-03-23T18:24:23.835Z] [Pipeline] git 19:24:23 [2025-03-23T18:24:23.836Z] The recommended git tool is: /usr/bin/git 19:24:23 [2025-03-23T18:24:23.837Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59 19:24:23 [2025-03-23T18:24:23.848Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@25749ead; decorates hudson.Launcher$LocalLauncher@4e10c365 will be ignored (a typical symptom is the Git executable not being run inside a designated container) 19:24:23 [2025-03-23T18:24:23.849Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Mobile_Master_AutoDeploy/.git # timeout=10 19:24:23 [2025-03-23T18:24:23.854Z] Fetching changes from the remote Git repository 19:24:23 [2025-03-23T18:24:23.858Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/silverpeasmobile # timeout=10 19:24:23 [2025-03-23T18:24:23.863Z] Fetching upstream changes from https://github.com/Silverpeas/silverpeasmobile 19:24:23 [2025-03-23T18:24:23.863Z] > /usr/bin/git --version # timeout=10 19:24:23 [2025-03-23T18:24:23.868Z] > git --version # 'git version 2.43.0' 19:24:23 [2025-03-23T18:24:23.869Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins 19:24:23 [2025-03-23T18:24:23.874Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/silverpeasmobile +refs/heads/*:refs/remotes/origin/* # timeout=10 19:24:24 [2025-03-23T18:24:24.248Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10 19:24:24 [2025-03-23T18:24:24.256Z] Checking out Revision 81ead12692ffa43ab51285d82d0af76b4c6fb4fb (refs/remotes/origin/master) 19:24:24 [2025-03-23T18:24:24.256Z] > /usr/bin/git config core.sparsecheckout # timeout=10 19:24:24 [2025-03-23T18:24:24.262Z] > /usr/bin/git checkout -f 81ead12692ffa43ab51285d82d0af76b4c6fb4fb # timeout=10 19:24:24 [2025-03-23T18:24:24.395Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10 19:24:24 [2025-03-23T18:24:24.406Z] > /usr/bin/git branch -D master # timeout=10 19:24:24 [2025-03-23T18:24:24.413Z] > /usr/bin/git checkout -b master 81ead12692ffa43ab51285d82d0af76b4c6fb4fb # timeout=10 19:24:24 [2025-03-23T18:24:24.552Z] Commit message: "Update dependency on Silverpeas to version 6.5-build250321" 19:24:24 [2025-03-23T18:24:24.552Z] > /usr/bin/git rev-list --no-walk 8199da504c268e7571c3f7f574db40bf21de6980 # timeout=10 19:24:24 [2025-03-23T18:24:24.574Z] [Pipeline] script 19:24:24 [2025-03-23T18:24:24.576Z] [Pipeline] { 19:24:24 [2025-03-23T18:24:24.585Z] [Pipeline] copyArtifacts 19:24:24 [2025-03-23T18:24:24.590Z] Copied 1 artifact from "Silverpeas_Mobile_Master_AutoDeploy" build number 546 19:24:24 [2025-03-23T18:24:24.597Z] [Pipeline] readYaml 19:24:24 [2025-03-23T18:24:24.636Z] 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:24 [2025-03-23T18:24:24.638Z] [Pipeline] sh 19:24:24 [2025-03-23T18:24:24.895Z] + git rev-parse HEAD 19:24:24 [2025-03-23T18:24:24.897Z] [Pipeline] echo 19:24:24 [2025-03-23T18:24:24.898Z] Current commit is 81ead12692ffa43ab51285d82d0af76b4c6fb4fb and last build commit is 81ead12692ffa43ab51285d82d0af76b4c6fb4fb 19:24:24 [2025-03-23T18:24:24.899Z] 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-03-23T18:24:24.899Z] [Pipeline] } 19:24:24 [2025-03-23T18:24:24.908Z] [Pipeline] // script 19:24:24 [2025-03-23T18:24:24.917Z] [Pipeline] script 19:24:24 [2025-03-23T18:24:24.920Z] [Pipeline] { 19:24:24 [2025-03-23T18:24:24.930Z] [Pipeline] readMavenPom 19:24:24 [2025-03-23T18:24:24.936Z] 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-03-23T18:24:24.937Z] 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-03-23T18:24:24.938Z] 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-03-23T18:24:24.938Z] 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-03-23T18:24:24.939Z] [Pipeline] echo 19:24:24 [2025-03-23T18:24:24.940Z] No changes and no update in Silverpeas since the last build 19:24:24 [2025-03-23T18:24:24.940Z] [Pipeline] } 19:24:24 [2025-03-23T18:24:24.946Z] [Pipeline] // script 19:24:24 [2025-03-23T18:24:24.953Z] [Pipeline] } 19:24:24 [2025-03-23T18:24:24.959Z] [Pipeline] // stage 19:24:24 [2025-03-23T18:24:24.969Z] [Pipeline] stage 19:24:24 [2025-03-23T18:24:24.969Z] [Pipeline] { (Build the project) 19:24:25 [2025-03-23T18:24:25.012Z] Stage "Build the project" skipped due to when conditional 19:24:25 [2025-03-23T18:24:25.013Z] [Pipeline] getContext 19:24:25 [2025-03-23T18:24:25.025Z] [Pipeline] stage 19:24:25 [2025-03-23T18:24:25.026Z] [Pipeline] { (Check POM parent version) 19:24:25 [2025-03-23T18:24:25.035Z] Stage "Build the project" skipped due to when conditional 19:24:25 [2025-03-23T18:24:25.035Z] [Pipeline] getContext 19:24:25 [2025-03-23T18:24:25.037Z] [Pipeline] } 19:24:25 [2025-03-23T18:24:25.045Z] [Pipeline] // stage 19:24:25 [2025-03-23T18:24:25.055Z] [Pipeline] stage 19:24:25 [2025-03-23T18:24:25.056Z] [Pipeline] { (Update POM parent) 19:24:25 [2025-03-23T18:24:25.065Z] Stage "Build the project" skipped due to when conditional 19:24:25 [2025-03-23T18:24:25.066Z] [Pipeline] getContext 19:24:25 [2025-03-23T18:24:25.067Z] [Pipeline] } 19:24:25 [2025-03-23T18:24:25.075Z] [Pipeline] // stage 19:24:25 [2025-03-23T18:24:25.085Z] [Pipeline] stage 19:24:25 [2025-03-23T18:24:25.086Z] [Pipeline] { (Update dependency on Silverpeas) 19:24:25 [2025-03-23T18:24:25.094Z] Stage "Build the project" skipped due to when conditional 19:24:25 [2025-03-23T18:24:25.095Z] [Pipeline] getContext 19:24:25 [2025-03-23T18:24:25.096Z] [Pipeline] } 19:24:25 [2025-03-23T18:24:25.104Z] [Pipeline] // stage 19:24:25 [2025-03-23T18:24:25.113Z] [Pipeline] stage 19:24:25 [2025-03-23T18:24:25.114Z] [Pipeline] { (Build and Publish) 19:24:25 [2025-03-23T18:24:25.122Z] Stage "Build the project" skipped due to when conditional 19:24:25 [2025-03-23T18:24:25.123Z] [Pipeline] getContext 19:24:25 [2025-03-23T18:24:25.124Z] [Pipeline] } 19:24:25 [2025-03-23T18:24:25.132Z] [Pipeline] // stage 19:24:25 [2025-03-23T18:24:25.140Z] [Pipeline] } 19:24:25 [2025-03-23T18:24:25.146Z] [Pipeline] // stage 19:24:25 [2025-03-23T18:24:25.157Z] [Pipeline] stage 19:24:25 [2025-03-23T18:24:25.157Z] [Pipeline] { (Create YAML build report) 19:24:25 [2025-03-23T18:24:25.180Z] [Pipeline] script 19:24:25 [2025-03-23T18:24:25.184Z] [Pipeline] { 19:24:25 [2025-03-23T18:24:25.194Z] [Pipeline] sh 19:24:25 [2025-03-23T18:24:25.452Z] + mkdir -p target 19:24:25 [2025-03-23T18:24:25.454Z] [Pipeline] sh 19:24:25 [2025-03-23T18:24:25.712Z] + mv build.yaml target/ 19:24:25 [2025-03-23T18:24:25.713Z] [Pipeline] } 19:24:25 [2025-03-23T18:24:25.722Z] [Pipeline] // script 19:24:25 [2025-03-23T18:24:25.731Z] [Pipeline] } 19:24:25 [2025-03-23T18:24:25.739Z] [Pipeline] // stage 19:24:25 [2025-03-23T18:24:25.750Z] [Pipeline] stage 19:24:25 [2025-03-23T18:24:25.751Z] [Pipeline] { (Declarative: Post Actions) 19:24:25 [2025-03-23T18:24:25.767Z] [Pipeline] step 19:24:25 [2025-03-23T18:24:25.785Z] [Pipeline] script 19:24:25 [2025-03-23T18:24:25.791Z] [Pipeline] { 19:24:25 [2025-03-23T18:24:25.812Z] [Pipeline] } 19:24:25 [2025-03-23T18:24:25.820Z] [Pipeline] // script 19:24:25 [2025-03-23T18:24:25.834Z] [Pipeline] archiveArtifacts 19:24:25 [2025-03-23T18:24:25.837Z] Archiving artifacts 19:24:25 [2025-03-23T18:24:25.845Z] Enregistrement des empreintes numériques 19:24:25 [2025-03-23T18:24:25.870Z] [Pipeline] } 19:24:25 [2025-03-23T18:24:25.881Z] [Pipeline] // stage 19:24:25 [2025-03-23T18:24:25.889Z] [Pipeline] } 19:24:25 [2025-03-23T18:24:25.897Z] [Pipeline] // withEnv 19:24:25 [2025-03-23T18:24:25.906Z] [Pipeline] } 19:24:25 [2025-03-23T18:24:25.906Z] $ docker stop --time=1 bf3c020107c939109981a7b05e4d061334b63d7a4ea984400afc109452e30019 19:24:27 [2025-03-23T18:24:27.179Z] $ docker rm -f --volumes bf3c020107c939109981a7b05e4d061334b63d7a4ea984400afc109452e30019 19:24:27 [2025-03-23T18:24:27.218Z] [Pipeline] // withDockerContainer 19:24:27 [2025-03-23T18:24:27.221Z] [Pipeline] } 19:24:27 [2025-03-23T18:24:27.225Z] [Pipeline] // withEnv 19:24:27 [2025-03-23T18:24:27.229Z] [Pipeline] } 19:24:27 [2025-03-23T18:24:27.233Z] [Pipeline] // node 19:24:27 [2025-03-23T18:24:27.237Z] [Pipeline] End of Pipeline 19:24:27 [2025-03-23T18:24:27.272Z] Finished: SUCCESS