01:21:24 [2026-08-20T23:21:24.251Z] Démarré par le projet amont "Silverpeas_6.3.x_AutoDeploy" de numéro de build 298 01:21:24 [2026-08-20T23:21:24.251Z] Causé à l'origine par : 01:21:24 [2026-08-20T23:21:24.251Z] Lancé par une alarme périodique 01:21:24 [2026-08-20T23:21:24.251Z] Running as userbuild 01:21:24 [2026-08-20T23:21:24.731Z] Obtained src/builds/mobile/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git 01:21:24 [2026-08-20T23:21:24.875Z] [Pipeline] Start of Pipeline 01:21:25 [2026-08-20T23:21:25.147Z] [Pipeline] node 01:21:25 [2026-08-20T23:21:25.152Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_Mobile_6.3.x_AutoDeploy 01:21:25 [2026-08-20T23:21:25.152Z] [Pipeline] { 01:21:25 [2026-08-20T23:21:25.170Z] [Pipeline] stage 01:21:25 [2026-08-20T23:21:25.171Z] [Pipeline] { (Declarative: Checkout SCM) 01:21:25 [2026-08-20T23:21:25.185Z] [Pipeline] checkout 01:21:25 [2026-08-20T23:21:25.186Z] Selected Git installation does not exist. Using Default 01:21:25 [2026-08-20T23:21:25.186Z] The recommended git tool is: NONE 01:21:25 [2026-08-20T23:21:25.186Z] No credentials specified 01:21:25 [2026-08-20T23:21:25.186Z] > /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-08-20T23:21:25.193Z] Fetching changes from the remote Git repository 01:21:25 [2026-08-20T23:21:25.194Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10 01:21:25 [2026-08-20T23:21:25.199Z] Cleaning workspace 01:21:25 [2026-08-20T23:21:25.199Z] > /usr/bin/git rev-parse --verify HEAD # timeout=10 01:21:25 [2026-08-20T23:21:25.204Z] Resetting working tree 01:21:25 [2026-08-20T23:21:25.204Z] > /usr/bin/git reset --hard # timeout=10 01:21:25 [2026-08-20T23:21:25.342Z] > /usr/bin/git clean -fdx # timeout=10 01:21:25 [2026-08-20T23:21:25.351Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git 01:21:25 [2026-08-20T23:21:25.351Z] > /usr/bin/git --version # timeout=10 01:21:25 [2026-08-20T23:21:25.356Z] > git --version # 'git version 2.43.0' 01:21:25 [2026-08-20T23:21:25.356Z] > /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-08-20T23:21:25.798Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10 01:21:25 [2026-08-20T23:21:25.803Z] Checking out Revision 5b79d885d26d617ef109b485fb9832a9185c5ce0 (refs/remotes/origin/master) 01:21:25 [2026-08-20T23:21:25.803Z] > /usr/bin/git config core.sparsecheckout # timeout=10 01:21:25 [2026-08-20T23:21:25.808Z] > /usr/bin/git checkout -f 5b79d885d26d617ef109b485fb9832a9185c5ce0 # timeout=10 01:21:25 [2026-08-20T23:21:25.855Z] 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:25 [2026-08-20T23:21:25.855Z] > /usr/bin/git rev-list --no-walk 5b79d885d26d617ef109b485fb9832a9185c5ce0 # timeout=10 01:21:25 [2026-08-20T23:21:25.873Z] [Pipeline] } 01:21:25 [2026-08-20T23:21:25.878Z] [Pipeline] // stage 01:21:25 [2026-08-20T23:21:25.889Z] [Pipeline] withEnv 01:21:25 [2026-08-20T23:21:25.890Z] [Pipeline] { 01:21:25 [2026-08-20T23:21:25.984Z] [Pipeline] isUnix 01:21:25 [2026-08-20T23:21:25.985Z] [Pipeline] withEnv 01:21:25 [2026-08-20T23:21:25.986Z] [Pipeline] { 01:21:25 [2026-08-20T23:21:25.996Z] [Pipeline] sh 01:21:26 [2026-08-20T23:21:26.254Z] + docker inspect -f . silverpeas/silverbuild:6.3.3 01:21:26 [2026-08-20T23:21:26.254Z] . 01:21:26 [2026-08-20T23:21:26.256Z] [Pipeline] } 01:21:26 [2026-08-20T23:21:26.265Z] [Pipeline] // withEnv 01:21:26 [2026-08-20T23:21:26.275Z] [Pipeline] withDockerContainer 01:21:26 [2026-08-20T23:21:26.308Z] Jenkins does not seem to be running inside a container 01:21:26 [2026-08-20T23:21:26.315Z] $ 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-20T23:21:26.589Z] $ docker top 5dec752068f6157c68d112edf11d5591b304f4eb413ae61f6b75645b2187bdc1 -eo pid,comm 01:21:26 [2026-08-20T23:21:26.627Z] [Pipeline] { 01:21:26 [2026-08-20T23:21:26.639Z] [Pipeline] withEnv 01:21:26 [2026-08-20T23:21:26.640Z] [Pipeline] { 01:21:26 [2026-08-20T23:21:26.649Z] [Pipeline] stage 01:21:26 [2026-08-20T23:21:26.650Z] [Pipeline] { (Resolve dependency on Silverpeas) 01:21:26 [2026-08-20T23:21:26.683Z] [Pipeline] script 01:21:26 [2026-08-20T23:21:26.689Z] [Pipeline] { 01:21:26 [2026-08-20T23:21:26.700Z] [Pipeline] echo 01:21:26 [2026-08-20T23:21:26.700Z] Working on branch 6.3.x 01:21:26 [2026-08-20T23:21:26.706Z] [Pipeline] copyArtifacts 01:21:26 [2026-08-20T23:21:26.713Z] Copied 1 artifact from "Silverpeas_6.3.x_AutoDeploy" build number 298 01:21:26 [2026-08-20T23:21:26.723Z] [Pipeline] readYaml 01:21:26 [2026-08-20T23:21:26.737Z] 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-08-20T23:21:26.737Z] 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-08-20T23:21:26.740Z] [Pipeline] sh 01:21:27 [2026-08-20T23:21:27.000Z] + rm -f build.yaml 01:21:27 [2026-08-20T23:21:27.001Z] [Pipeline] } 01:21:27 [2026-08-20T23:21:27.010Z] [Pipeline] // script 01:21:27 [2026-08-20T23:21:27.019Z] [Pipeline] echo 01:21:27 [2026-08-20T23:21:27.020Z] Parent version is 1.5.3 01:21:27 [2026-08-20T23:21:27.022Z] [Pipeline] echo 01:21:27 [2026-08-20T23:21:27.023Z] Silverpeas version is 6.3.7-build250214 01:21:27 [2026-08-20T23:21:27.024Z] [Pipeline] } 01:21:27 [2026-08-20T23:21:27.033Z] [Pipeline] // stage 01:21:27 [2026-08-20T23:21:27.045Z] [Pipeline] stage 01:21:27 [2026-08-20T23:21:27.046Z] [Pipeline] { (Prepare the project) 01:21:27 [2026-08-20T23:21:27.076Z] [Pipeline] git 01:21:27 [2026-08-20T23:21:27.078Z] The recommended git tool is: /usr/bin/git 01:21:27 [2026-08-20T23:21:27.080Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59 01:21:27 [2026-08-20T23:21:27.088Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@2c84fd87; decorates hudson.Launcher$LocalLauncher@4266c73f will be ignored (a typical symptom is the Git executable not being run inside a designated container) 01:21:27 [2026-08-20T23:21:27.088Z] > /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-20T23:21:27.094Z] Fetching changes from the remote Git repository 01:21:27 [2026-08-20T23:21:27.096Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/silverpeasmobile # timeout=10 01:21:27 [2026-08-20T23:21:27.102Z] Fetching upstream changes from https://github.com/Silverpeas/silverpeasmobile 01:21:27 [2026-08-20T23:21:27.102Z] > /usr/bin/git --version # timeout=10 01:21:27 [2026-08-20T23:21:27.106Z] > git --version # 'git version 2.43.0' 01:21:27 [2026-08-20T23:21:27.106Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins 01:21:27 [2026-08-20T23:21:27.111Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/silverpeasmobile +refs/heads/*:refs/remotes/origin/* # timeout=10 01:21:27 [2026-08-20T23:21:27.803Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10 01:21:27 [2026-08-20T23:21:27.810Z] Checking out Revision defa63b4934e025329da4b267c4ca7f8968d7347 (refs/remotes/origin/6.3.x) 01:21:27 [2026-08-20T23:21:27.810Z] > /usr/bin/git config core.sparsecheckout # timeout=10 01:21:27 [2026-08-20T23:21:27.816Z] > /usr/bin/git checkout -f defa63b4934e025329da4b267c4ca7f8968d7347 # timeout=10 01:21:27 [2026-08-20T23:21:27.916Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10 01:21:27 [2026-08-20T23:21:27.923Z] > /usr/bin/git branch -D 6.3.x # timeout=10 01:21:27 [2026-08-20T23:21:27.931Z] > /usr/bin/git checkout -b 6.3.x defa63b4934e025329da4b267c4ca7f8968d7347 # timeout=10 01:21:27 [2026-08-20T23:21:27.977Z] Commit message: "Update dependency on Silverpeas to version 6.3.7-build250214" 01:21:27 [2026-08-20T23:21:27.978Z] > /usr/bin/git rev-list --no-walk defa63b4934e025329da4b267c4ca7f8968d7347 # timeout=10 01:21:28 [2026-08-20T23:21:28.000Z] [Pipeline] script 01:21:28 [2026-08-20T23:21:28.004Z] [Pipeline] { 01:21:28 [2026-08-20T23:21:28.021Z] [Pipeline] copyArtifacts 01:21:28 [2026-08-20T23:21:28.029Z] Copied 1 artifact from "Silverpeas_Mobile_6.3.x_AutoDeploy" build number 269 01:21:28 [2026-08-20T23:21:28.037Z] [Pipeline] readYaml 01:21:28 [2026-08-20T23:21:28.047Z] 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-20T23:21:28.049Z] [Pipeline] sh 01:21:28 [2026-08-20T23:21:28.308Z] + git rev-parse HEAD 01:21:28 [2026-08-20T23:21:28.311Z] [Pipeline] echo 01:21:28 [2026-08-20T23:21:28.311Z] Current commit is defa63b4934e025329da4b267c4ca7f8968d7347 and last build commit is defa63b4934e025329da4b267c4ca7f8968d7347 01:21:28 [2026-08-20T23:21:28.312Z] 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-08-20T23:21:28.313Z] [Pipeline] } 01:21:28 [2026-08-20T23:21:28.319Z] [Pipeline] // script 01:21:28 [2026-08-20T23:21:28.329Z] [Pipeline] script 01:21:28 [2026-08-20T23:21:28.335Z] [Pipeline] { 01:21:28 [2026-08-20T23:21:28.347Z] [Pipeline] readMavenPom 01:21:28 [2026-08-20T23:21:28.358Z] 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-08-20T23:21:28.359Z] 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-08-20T23:21:28.360Z] 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-08-20T23:21:28.361Z] 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-08-20T23:21:28.363Z] [Pipeline] echo 01:21:28 [2026-08-20T23:21:28.363Z] No changes and no update in Silverpeas since the last build 01:21:28 [2026-08-20T23:21:28.364Z] [Pipeline] } 01:21:28 [2026-08-20T23:21:28.373Z] [Pipeline] // script 01:21:28 [2026-08-20T23:21:28.383Z] [Pipeline] } 01:21:28 [2026-08-20T23:21:28.392Z] [Pipeline] // stage 01:21:28 [2026-08-20T23:21:28.404Z] [Pipeline] stage 01:21:28 [2026-08-20T23:21:28.405Z] [Pipeline] { (Build the project) 01:21:28 [2026-08-20T23:21:28.457Z] Stage "Build the project" skipped due to when conditional 01:21:28 [2026-08-20T23:21:28.459Z] [Pipeline] getContext 01:21:28 [2026-08-20T23:21:28.473Z] [Pipeline] stage 01:21:28 [2026-08-20T23:21:28.474Z] [Pipeline] { (Check POM parent version) 01:21:28 [2026-08-20T23:21:28.484Z] Stage "Build the project" skipped due to when conditional 01:21:28 [2026-08-20T23:21:28.485Z] [Pipeline] getContext 01:21:28 [2026-08-20T23:21:28.487Z] [Pipeline] } 01:21:28 [2026-08-20T23:21:28.496Z] [Pipeline] // stage 01:21:28 [2026-08-20T23:21:28.508Z] [Pipeline] stage 01:21:28 [2026-08-20T23:21:28.509Z] [Pipeline] { (Update POM parent) 01:21:28 [2026-08-20T23:21:28.518Z] Stage "Build the project" skipped due to when conditional 01:21:28 [2026-08-20T23:21:28.519Z] [Pipeline] getContext 01:21:28 [2026-08-20T23:21:28.522Z] [Pipeline] } 01:21:28 [2026-08-20T23:21:28.530Z] [Pipeline] // stage 01:21:28 [2026-08-20T23:21:28.544Z] [Pipeline] stage 01:21:28 [2026-08-20T23:21:28.545Z] [Pipeline] { (Update dependency on Silverpeas) 01:21:28 [2026-08-20T23:21:28.554Z] Stage "Build the project" skipped due to when conditional 01:21:28 [2026-08-20T23:21:28.555Z] [Pipeline] getContext 01:21:28 [2026-08-20T23:21:28.557Z] [Pipeline] } 01:21:28 [2026-08-20T23:21:28.565Z] [Pipeline] // stage 01:21:28 [2026-08-20T23:21:28.576Z] [Pipeline] stage 01:21:28 [2026-08-20T23:21:28.577Z] [Pipeline] { (Build and Publish) 01:21:28 [2026-08-20T23:21:28.586Z] Stage "Build the project" skipped due to when conditional 01:21:28 [2026-08-20T23:21:28.587Z] [Pipeline] getContext 01:21:28 [2026-08-20T23:21:28.589Z] [Pipeline] } 01:21:28 [2026-08-20T23:21:28.597Z] [Pipeline] // stage 01:21:28 [2026-08-20T23:21:28.606Z] [Pipeline] } 01:21:28 [2026-08-20T23:21:28.613Z] [Pipeline] // stage 01:21:28 [2026-08-20T23:21:28.624Z] [Pipeline] stage 01:21:28 [2026-08-20T23:21:28.625Z] [Pipeline] { (Create YAML build report) 01:21:28 [2026-08-20T23:21:28.652Z] [Pipeline] script 01:21:28 [2026-08-20T23:21:28.658Z] [Pipeline] { 01:21:28 [2026-08-20T23:21:28.670Z] [Pipeline] sh 01:21:28 [2026-08-20T23:21:28.928Z] + mkdir -p target 01:21:28 [2026-08-20T23:21:28.931Z] [Pipeline] sh 01:21:29 [2026-08-20T23:21:29.190Z] + mv build.yaml target/ 01:21:29 [2026-08-20T23:21:29.191Z] [Pipeline] } 01:21:29 [2026-08-20T23:21:29.200Z] [Pipeline] // script 01:21:29 [2026-08-20T23:21:29.210Z] [Pipeline] } 01:21:29 [2026-08-20T23:21:29.219Z] [Pipeline] // stage 01:21:29 [2026-08-20T23:21:29.231Z] [Pipeline] stage 01:21:29 [2026-08-20T23:21:29.232Z] [Pipeline] { (Declarative: Post Actions) 01:21:29 [2026-08-20T23:21:29.249Z] [Pipeline] step 01:21:29 [2026-08-20T23:21:29.289Z] [Pipeline] script 01:21:29 [2026-08-20T23:21:29.295Z] [Pipeline] { 01:21:29 [2026-08-20T23:21:29.315Z] [Pipeline] } 01:21:29 [2026-08-20T23:21:29.325Z] [Pipeline] // script 01:21:29 [2026-08-20T23:21:29.345Z] [Pipeline] archiveArtifacts 01:21:29 [2026-08-20T23:21:29.348Z] Archiving artifacts 01:21:29 [2026-08-20T23:21:29.357Z] Enregistrement des empreintes numériques 01:21:29 [2026-08-20T23:21:29.384Z] [Pipeline] } 01:21:29 [2026-08-20T23:21:29.393Z] [Pipeline] // stage 01:21:29 [2026-08-20T23:21:29.403Z] [Pipeline] } 01:21:29 [2026-08-20T23:21:29.412Z] [Pipeline] // withEnv 01:21:29 [2026-08-20T23:21:29.421Z] [Pipeline] } 01:21:29 [2026-08-20T23:21:29.422Z] $ docker stop --time=1 5dec752068f6157c68d112edf11d5591b304f4eb413ae61f6b75645b2187bdc1 01:21:30 [2026-08-20T23:21:30.704Z] $ docker rm -f --volumes 5dec752068f6157c68d112edf11d5591b304f4eb413ae61f6b75645b2187bdc1 01:21:30 [2026-08-20T23:21:30.743Z] [Pipeline] // withDockerContainer 01:21:30 [2026-08-20T23:21:30.748Z] [Pipeline] } 01:21:30 [2026-08-20T23:21:30.754Z] [Pipeline] // withEnv 01:21:30 [2026-08-20T23:21:30.765Z] [Pipeline] } 01:21:30 [2026-08-20T23:21:30.775Z] [Pipeline] // node 01:21:30 [2026-08-20T23:21:30.780Z] [Pipeline] End of Pipeline 01:21:30 [2026-08-20T23:21:30.837Z] Finished: SUCCESS