01:21:22 [2026-08-13T23:21:22.475Z] Démarré par le projet amont "Silverpeas_6.3.x_AutoDeploy" de numéro de build 297 01:21:22 [2026-08-13T23:21:22.475Z] Causé à l'origine par : 01:21:22 [2026-08-13T23:21:22.475Z] Lancé par une alarme périodique 01:21:22 [2026-08-13T23:21:22.475Z] Running as userbuild 01:21:22 [2026-08-13T23:21:22.964Z] Obtained src/builds/mobile/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git 01:21:23 [2026-08-13T23:21:23.122Z] [Pipeline] Start of Pipeline 01:21:23 [2026-08-13T23:21:23.394Z] [Pipeline] node 01:21:23 [2026-08-13T23:21:23.398Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_Mobile_6.3.x_AutoDeploy 01:21:23 [2026-08-13T23:21:23.399Z] [Pipeline] { 01:21:23 [2026-08-13T23:21:23.413Z] [Pipeline] stage 01:21:23 [2026-08-13T23:21:23.414Z] [Pipeline] { (Declarative: Checkout SCM) 01:21:23 [2026-08-13T23:21:23.422Z] [Pipeline] checkout 01:21:23 [2026-08-13T23:21:23.423Z] Selected Git installation does not exist. Using Default 01:21:23 [2026-08-13T23:21:23.423Z] The recommended git tool is: NONE 01:21:23 [2026-08-13T23:21:23.423Z] No credentials specified 01:21:23 [2026-08-13T23:21:23.424Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Mobile_6.3.x_AutoDeploy/.git # timeout=10 01:21:23 [2026-08-13T23:21:23.431Z] Fetching changes from the remote Git repository 01:21:23 [2026-08-13T23:21:23.433Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10 01:21:23 [2026-08-13T23:21:23.439Z] Cleaning workspace 01:21:23 [2026-08-13T23:21:23.439Z] > /usr/bin/git rev-parse --verify HEAD # timeout=10 01:21:23 [2026-08-13T23:21:23.445Z] Resetting working tree 01:21:23 [2026-08-13T23:21:23.445Z] > /usr/bin/git reset --hard # timeout=10 01:21:23 [2026-08-13T23:21:23.587Z] > /usr/bin/git clean -fdx # timeout=10 01:21:23 [2026-08-13T23:21:23.598Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git 01:21:23 [2026-08-13T23:21:23.598Z] > /usr/bin/git --version # timeout=10 01:21:23 [2026-08-13T23:21:23.604Z] > git --version # 'git version 2.43.0' 01:21:23 [2026-08-13T23:21:23.604Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Jenkins-Pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:21:26 [2026-08-13T23:21:26.198Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10 01:21:26 [2026-08-13T23:21:26.204Z] Checking out Revision 5b79d885d26d617ef109b485fb9832a9185c5ce0 (refs/remotes/origin/master) 01:21:26 [2026-08-13T23:21:26.204Z] > /usr/bin/git config core.sparsecheckout # timeout=10 01:21:26 [2026-08-13T23:21:26.209Z] > /usr/bin/git checkout -f 5b79d885d26d617ef109b485fb9832a9185c5ce0 # timeout=10 01:21:26 [2026-08-13T23:21:26.256Z] 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." 01:21:26 [2026-08-13T23:21:26.256Z] > /usr/bin/git rev-list --no-walk c23612b1bbd434fb8b6627cef9dd95f58313f003 # timeout=10 01:21:26 [2026-08-13T23:21:26.273Z] [Pipeline] } 01:21:26 [2026-08-13T23:21:26.278Z] [Pipeline] // stage 01:21:26 [2026-08-13T23:21:26.288Z] [Pipeline] withEnv 01:21:26 [2026-08-13T23:21:26.289Z] [Pipeline] { 01:21:26 [2026-08-13T23:21:26.376Z] [Pipeline] isUnix 01:21:26 [2026-08-13T23:21:26.377Z] [Pipeline] withEnv 01:21:26 [2026-08-13T23:21:26.378Z] [Pipeline] { 01:21:26 [2026-08-13T23:21:26.384Z] [Pipeline] sh 01:21:26 [2026-08-13T23:21:26.641Z] + docker inspect -f . silverpeas/silverbuild:6.3.3 01:21:26 [2026-08-13T23:21:26.641Z] . 01:21:26 [2026-08-13T23:21:26.642Z] [Pipeline] } 01:21:26 [2026-08-13T23:21:26.648Z] [Pipeline] // withEnv 01:21:26 [2026-08-13T23:21:26.654Z] [Pipeline] withDockerContainer 01:21:26 [2026-08-13T23:21:26.690Z] Jenkins does not seem to be running inside a container 01:21:26 [2026-08-13T23:21:26.699Z] $ 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-08-13T23:21:26.982Z] $ docker top 4a8524f1e0b73a9b6e9bd8e6e916e61bdade223176216600598efd3629832cb2 -eo pid,comm 01:21:27 [2026-08-13T23:21:27.019Z] [Pipeline] { 01:21:27 [2026-08-13T23:21:27.032Z] [Pipeline] withEnv 01:21:27 [2026-08-13T23:21:27.032Z] [Pipeline] { 01:21:27 [2026-08-13T23:21:27.044Z] [Pipeline] stage 01:21:27 [2026-08-13T23:21:27.044Z] [Pipeline] { (Resolve dependency on Silverpeas) 01:21:27 [2026-08-13T23:21:27.072Z] [Pipeline] script 01:21:27 [2026-08-13T23:21:27.076Z] [Pipeline] { 01:21:27 [2026-08-13T23:21:27.088Z] [Pipeline] echo 01:21:27 [2026-08-13T23:21:27.088Z] Working on branch 6.3.x 01:21:27 [2026-08-13T23:21:27.094Z] [Pipeline] copyArtifacts 01:21:27 [2026-08-13T23:21:27.100Z] Copied 1 artifact from "Silverpeas_6.3.x_AutoDeploy" build number 297 01:21:27 [2026-08-13T23:21:27.112Z] [Pipeline] readYaml 01:21:27 [2026-08-13T23:21:27.122Z] 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:27 [2026-08-13T23:21:27.122Z] 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:27 [2026-08-13T23:21:27.124Z] [Pipeline] sh 01:21:27 [2026-08-13T23:21:27.381Z] + rm -f build.yaml 01:21:27 [2026-08-13T23:21:27.382Z] [Pipeline] } 01:21:27 [2026-08-13T23:21:27.388Z] [Pipeline] // script 01:21:27 [2026-08-13T23:21:27.396Z] [Pipeline] echo 01:21:27 [2026-08-13T23:21:27.397Z] Parent version is 1.5.3 01:21:27 [2026-08-13T23:21:27.399Z] [Pipeline] echo 01:21:27 [2026-08-13T23:21:27.399Z] Silverpeas version is 6.3.7-build250214 01:21:27 [2026-08-13T23:21:27.400Z] [Pipeline] } 01:21:27 [2026-08-13T23:21:27.406Z] [Pipeline] // stage 01:21:27 [2026-08-13T23:21:27.415Z] [Pipeline] stage 01:21:27 [2026-08-13T23:21:27.415Z] [Pipeline] { (Prepare the project) 01:21:27 [2026-08-13T23:21:27.436Z] [Pipeline] git 01:21:27 [2026-08-13T23:21:27.438Z] The recommended git tool is: /usr/bin/git 01:21:27 [2026-08-13T23:21:27.439Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59 01:21:27 [2026-08-13T23:21:27.451Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@3af1eb4f; decorates hudson.Launcher$LocalLauncher@5a6789c5 will be ignored (a typical symptom is the Git executable not being run inside a designated container) 01:21:27 [2026-08-13T23:21:27.451Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Mobile_6.3.x_AutoDeploy/.git # timeout=10 01:21:27 [2026-08-13T23:21:27.456Z] Fetching changes from the remote Git repository 01:21:27 [2026-08-13T23:21:27.458Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/silverpeasmobile # timeout=10 01:21:27 [2026-08-13T23:21:27.463Z] Fetching upstream changes from https://github.com/Silverpeas/silverpeasmobile 01:21:27 [2026-08-13T23:21:27.464Z] > /usr/bin/git --version # timeout=10 01:21:27 [2026-08-13T23:21:27.468Z] > git --version # 'git version 2.43.0' 01:21:27 [2026-08-13T23:21:27.468Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins 01:21:27 [2026-08-13T23:21:27.473Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/silverpeasmobile +refs/heads/*:refs/remotes/origin/* # timeout=10 01:21:28 [2026-08-13T23:21:28.653Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10 01:21:28 [2026-08-13T23:21:28.659Z] Checking out Revision defa63b4934e025329da4b267c4ca7f8968d7347 (refs/remotes/origin/6.3.x) 01:21:28 [2026-08-13T23:21:28.659Z] > /usr/bin/git config core.sparsecheckout # timeout=10 01:21:28 [2026-08-13T23:21:28.663Z] > /usr/bin/git checkout -f defa63b4934e025329da4b267c4ca7f8968d7347 # timeout=10 01:21:28 [2026-08-13T23:21:28.751Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10 01:21:28 [2026-08-13T23:21:28.757Z] > /usr/bin/git branch -D 6.3.x # timeout=10 01:21:28 [2026-08-13T23:21:28.763Z] > /usr/bin/git checkout -b 6.3.x defa63b4934e025329da4b267c4ca7f8968d7347 # timeout=10 01:21:28 [2026-08-13T23:21:28.803Z] Commit message: "Update dependency on Silverpeas to version 6.3.7-build250214" 01:21:28 [2026-08-13T23:21:28.803Z] > /usr/bin/git rev-list --no-walk defa63b4934e025329da4b267c4ca7f8968d7347 # timeout=10 01:21:28 [2026-08-13T23:21:28.821Z] [Pipeline] script 01:21:28 [2026-08-13T23:21:28.826Z] [Pipeline] { 01:21:28 [2026-08-13T23:21:28.835Z] [Pipeline] copyArtifacts 01:21:28 [2026-08-13T23:21:28.840Z] Copied 1 artifact from "Silverpeas_Mobile_6.3.x_AutoDeploy" build number 268 01:21:28 [2026-08-13T23:21:28.850Z] [Pipeline] readYaml 01:21:28 [2026-08-13T23:21:28.859Z] 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:28 [2026-08-13T23:21:28.861Z] [Pipeline] sh 01:21:29 [2026-08-13T23:21:29.119Z] + git rev-parse HEAD 01:21:29 [2026-08-13T23:21:29.123Z] [Pipeline] echo 01:21:29 [2026-08-13T23:21:29.123Z] Current commit is defa63b4934e025329da4b267c4ca7f8968d7347 and last build commit is defa63b4934e025329da4b267c4ca7f8968d7347 01:21:29 [2026-08-13T23:21:29.124Z] 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:29 [2026-08-13T23:21:29.125Z] [Pipeline] } 01:21:29 [2026-08-13T23:21:29.131Z] [Pipeline] // script 01:21:29 [2026-08-13T23:21:29.139Z] [Pipeline] script 01:21:29 [2026-08-13T23:21:29.145Z] [Pipeline] { 01:21:29 [2026-08-13T23:21:29.152Z] [Pipeline] readMavenPom 01:21:29 [2026-08-13T23:21:29.161Z] 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:29 [2026-08-13T23:21:29.162Z] 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:29 [2026-08-13T23:21:29.162Z] 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:29 [2026-08-13T23:21:29.163Z] 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:29 [2026-08-13T23:21:29.164Z] [Pipeline] echo 01:21:29 [2026-08-13T23:21:29.164Z] No changes and no update in Silverpeas since the last build 01:21:29 [2026-08-13T23:21:29.164Z] [Pipeline] } 01:21:29 [2026-08-13T23:21:29.173Z] [Pipeline] // script 01:21:29 [2026-08-13T23:21:29.181Z] [Pipeline] } 01:21:29 [2026-08-13T23:21:29.189Z] [Pipeline] // stage 01:21:29 [2026-08-13T23:21:29.196Z] [Pipeline] stage 01:21:29 [2026-08-13T23:21:29.197Z] [Pipeline] { (Build the project) 01:21:29 [2026-08-13T23:21:29.226Z] Stage "Build the project" skipped due to when conditional 01:21:29 [2026-08-13T23:21:29.227Z] [Pipeline] getContext 01:21:29 [2026-08-13T23:21:29.235Z] [Pipeline] stage 01:21:29 [2026-08-13T23:21:29.236Z] [Pipeline] { (Check POM parent version) 01:21:29 [2026-08-13T23:21:29.242Z] Stage "Build the project" skipped due to when conditional 01:21:29 [2026-08-13T23:21:29.242Z] [Pipeline] getContext 01:21:29 [2026-08-13T23:21:29.243Z] [Pipeline] } 01:21:29 [2026-08-13T23:21:29.249Z] [Pipeline] // stage 01:21:29 [2026-08-13T23:21:29.256Z] [Pipeline] stage 01:21:29 [2026-08-13T23:21:29.257Z] [Pipeline] { (Update POM parent) 01:21:29 [2026-08-13T23:21:29.263Z] Stage "Build the project" skipped due to when conditional 01:21:29 [2026-08-13T23:21:29.264Z] [Pipeline] getContext 01:21:29 [2026-08-13T23:21:29.266Z] [Pipeline] } 01:21:29 [2026-08-13T23:21:29.271Z] [Pipeline] // stage 01:21:29 [2026-08-13T23:21:29.278Z] [Pipeline] stage 01:21:29 [2026-08-13T23:21:29.279Z] [Pipeline] { (Update dependency on Silverpeas) 01:21:29 [2026-08-13T23:21:29.285Z] Stage "Build the project" skipped due to when conditional 01:21:29 [2026-08-13T23:21:29.286Z] [Pipeline] getContext 01:21:29 [2026-08-13T23:21:29.289Z] [Pipeline] } 01:21:29 [2026-08-13T23:21:29.294Z] [Pipeline] // stage 01:21:29 [2026-08-13T23:21:29.305Z] [Pipeline] stage 01:21:29 [2026-08-13T23:21:29.306Z] [Pipeline] { (Build and Publish) 01:21:29 [2026-08-13T23:21:29.312Z] Stage "Build the project" skipped due to when conditional 01:21:29 [2026-08-13T23:21:29.314Z] [Pipeline] getContext 01:21:29 [2026-08-13T23:21:29.316Z] [Pipeline] } 01:21:29 [2026-08-13T23:21:29.321Z] [Pipeline] // stage 01:21:29 [2026-08-13T23:21:29.327Z] [Pipeline] } 01:21:29 [2026-08-13T23:21:29.332Z] [Pipeline] // stage 01:21:29 [2026-08-13T23:21:29.341Z] [Pipeline] stage 01:21:29 [2026-08-13T23:21:29.342Z] [Pipeline] { (Create YAML build report) 01:21:29 [2026-08-13T23:21:29.364Z] [Pipeline] script 01:21:29 [2026-08-13T23:21:29.367Z] [Pipeline] { 01:21:29 [2026-08-13T23:21:29.377Z] [Pipeline] sh 01:21:29 [2026-08-13T23:21:29.636Z] + mkdir -p target 01:21:29 [2026-08-13T23:21:29.637Z] [Pipeline] sh 01:21:29 [2026-08-13T23:21:29.894Z] + mv build.yaml target/ 01:21:29 [2026-08-13T23:21:29.895Z] [Pipeline] } 01:21:29 [2026-08-13T23:21:29.906Z] [Pipeline] // script 01:21:29 [2026-08-13T23:21:29.912Z] [Pipeline] } 01:21:29 [2026-08-13T23:21:29.917Z] [Pipeline] // stage 01:21:29 [2026-08-13T23:21:29.928Z] [Pipeline] stage 01:21:29 [2026-08-13T23:21:29.928Z] [Pipeline] { (Declarative: Post Actions) 01:21:29 [2026-08-13T23:21:29.940Z] [Pipeline] step 01:21:29 [2026-08-13T23:21:29.955Z] [Pipeline] script 01:21:29 [2026-08-13T23:21:29.959Z] [Pipeline] { 01:21:29 [2026-08-13T23:21:29.977Z] [Pipeline] } 01:21:29 [2026-08-13T23:21:29.986Z] [Pipeline] // script 01:21:29 [2026-08-13T23:21:29.995Z] [Pipeline] archiveArtifacts 01:21:29 [2026-08-13T23:21:29.998Z] Archiving artifacts 01:21:30 [2026-08-13T23:21:30.003Z] Enregistrement des empreintes numériques 01:21:30 [2026-08-13T23:21:30.023Z] [Pipeline] } 01:21:30 [2026-08-13T23:21:30.030Z] [Pipeline] // stage 01:21:30 [2026-08-13T23:21:30.039Z] [Pipeline] } 01:21:30 [2026-08-13T23:21:30.047Z] [Pipeline] // withEnv 01:21:30 [2026-08-13T23:21:30.051Z] [Pipeline] } 01:21:30 [2026-08-13T23:21:30.052Z] $ docker stop --time=1 4a8524f1e0b73a9b6e9bd8e6e916e61bdade223176216600598efd3629832cb2 01:21:31 [2026-08-13T23:21:31.293Z] $ docker rm -f --volumes 4a8524f1e0b73a9b6e9bd8e6e916e61bdade223176216600598efd3629832cb2 01:21:31 [2026-08-13T23:21:31.336Z] [Pipeline] // withDockerContainer 01:21:31 [2026-08-13T23:21:31.342Z] [Pipeline] } 01:21:31 [2026-08-13T23:21:31.347Z] [Pipeline] // withEnv 01:21:31 [2026-08-13T23:21:31.356Z] [Pipeline] } 01:21:31 [2026-08-13T23:21:31.360Z] [Pipeline] // node 01:21:31 [2026-08-13T23:21:31.368Z] [Pipeline] End of Pipeline 01:21:31 [2026-08-13T23:21:31.407Z] Finished: SUCCESS