06:46:26[2026-09-07T04:46:26.097Z] Démarré par le projet amont "Silverpeas_Stable_AutoDeploy" de numéro de build 55906:46:26[2026-09-07T04:46:26.097Z] Causé à l'origine par :
06:46:26[2026-09-07T04:46:26.098Z] Lancé par une alarme périodique
06:46:26[2026-09-07T04:46:26.098Z] Running as userbuild06:46:26[2026-09-07T04:46:26.575Z] Obtained src/builds/mobile/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git06:46:26[2026-09-07T04:46:26.732Z] [Pipeline] Start of Pipeline
06:46:26[2026-09-07T04:46:26.953Z] [Pipeline] node
06:46:26[2026-09-07T04:46:26.956Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_Mobile_Stable_AutoDeploy
06:46:26[2026-09-07T04:46:26.958Z] [Pipeline] {
06:46:26[2026-09-07T04:46:26.970Z] [Pipeline] stage
06:46:26[2026-09-07T04:46:26.970Z] [Pipeline] { (Declarative: Checkout SCM)
06:46:26[2026-09-07T04:46:26.977Z] [Pipeline] checkout
06:46:26[2026-09-07T04:46:26.985Z] Selected Git installation does not exist. Using Default
06:46:26[2026-09-07T04:46:26.985Z] The recommended git tool is: NONE
06:46:26[2026-09-07T04:46:26.985Z] No credentials specified
06:46:26[2026-09-07T04:46:26.986Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Mobile_Stable_AutoDeploy/.git # timeout=10
06:46:26[2026-09-07T04:46:26.990Z] Fetching changes from the remote Git repository
06:46:26[2026-09-07T04:46:26.994Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
06:46:27[2026-09-07T04:46:27.002Z] Cleaning workspace
06:46:27[2026-09-07T04:46:27.002Z] > /usr/bin/git rev-parse --verify HEAD # timeout=10
06:46:27[2026-09-07T04:46:27.007Z] Resetting working tree
06:46:27[2026-09-07T04:46:27.007Z] > /usr/bin/git reset --hard # timeout=10
06:46:27[2026-09-07T04:46:27.115Z] > /usr/bin/git clean -fdx # timeout=10
06:46:27[2026-09-07T04:46:27.395Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git06:46:27[2026-09-07T04:46:27.395Z] > /usr/bin/git --version # timeout=10
06:46:27[2026-09-07T04:46:27.400Z] > git --version # 'git version 2.43.0'
06:46:27[2026-09-07T04:46:27.400Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Jenkins-Pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
06:46:27[2026-09-07T04:46:27.896Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
06:46:27[2026-09-07T04:46:27.902Z] Checking out Revision b3a0a7bf423a3407c3bc6980f30a0c6ee678b5ae (refs/remotes/origin/master)
06:46:27[2026-09-07T04:46:27.902Z] > /usr/bin/git config core.sparsecheckout # timeout=10
06:46:27[2026-09-07T04:46:27.907Z] > /usr/bin/git checkout -f b3a0a7bf423a3407c3bc6980f30a0c6ee678b5ae # timeout=10
06:46:27[2026-09-07T04:46:27.967Z] Commit message: "Now by default Java version is 21 in the pipeline for building the project build Docker image"
06:46:27[2026-09-07T04:46:27.967Z] > /usr/bin/git rev-list --no-walk b3a0a7bf423a3407c3bc6980f30a0c6ee678b5ae # timeout=10
06:46:27[2026-09-07T04:46:27.987Z] [Pipeline] }
06:46:27[2026-09-07T04:46:27.990Z] [Pipeline] // stage
06:46:28[2026-09-07T04:46:28.002Z] [Pipeline] withEnv
06:46:28[2026-09-07T04:46:28.002Z] [Pipeline] {
06:46:28[2026-09-07T04:46:28.113Z] [Pipeline] isUnix
06:46:28[2026-09-07T04:46:28.115Z] [Pipeline] withEnv
06:46:28[2026-09-07T04:46:28.115Z] [Pipeline] {
06:46:28[2026-09-07T04:46:28.123Z] [Pipeline] sh
06:46:28[2026-09-07T04:46:28.379Z] + docker inspect -f . silverpeas/silverbuild:6.4
06:46:28[2026-09-07T04:46:28.379Z] .
06:46:28[2026-09-07T04:46:28.380Z] [Pipeline] }
06:46:28[2026-09-07T04:46:28.388Z] [Pipeline] // withEnv
06:46:28[2026-09-07T04:46:28.395Z] [Pipeline] withDockerContainer
06:46:28[2026-09-07T04:46:28.424Z] Jenkins does not seem to be running inside a container
06:46:28[2026-09-07T04:46:28.432Z] $ 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_Stable_AutoDeploy -v /var/lib/jenkins/workspace/Silverpeas_Mobile_Stable_AutoDeploy:/var/lib/jenkins/workspace/Silverpeas_Mobile_Stable_AutoDeploy:rw,z -v /var/lib/jenkins/workspace/Silverpeas_Mobile_Stable_AutoDeploy@tmp:/var/lib/jenkins/workspace/Silverpeas_Mobile_Stable_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.4 cat
06:46:28[2026-09-07T04:46:28.779Z] $ docker top 7fd90a800f796cad53cc3619adc30c6778d4ea21d8252aab6e708099a861f1c7 -eo pid,comm
06:46:28[2026-09-07T04:46:28.818Z] [Pipeline] {
06:46:28[2026-09-07T04:46:28.835Z] [Pipeline] withEnv
06:46:28[2026-09-07T04:46:28.836Z] [Pipeline] {
06:46:28[2026-09-07T04:46:28.847Z] [Pipeline] stage
06:46:28[2026-09-07T04:46:28.848Z] [Pipeline] { (Resolve dependency on Silverpeas)
06:46:28[2026-09-07T04:46:28.877Z] [Pipeline] script
06:46:28[2026-09-07T04:46:28.882Z] [Pipeline] {
06:46:28[2026-09-07T04:46:28.891Z] [Pipeline] echo
06:46:28[2026-09-07T04:46:28.892Z] Working on branch 6.4.x
06:46:28[2026-09-07T04:46:28.896Z] [Pipeline] copyArtifacts
06:46:28[2026-09-07T04:46:28.908Z] Copied 1 artifact from "Silverpeas_Stable_AutoDeploy" build number 55906:46:28[2026-09-07T04:46:28.913Z] [Pipeline] readYaml
06:46:28[2026-09-07T04:46:28.921Z] 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.
06:46:28[2026-09-07T04:46:28.921Z] 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.
06:46:28[2026-09-07T04:46:28.923Z] [Pipeline] sh
06:46:29[2026-09-07T04:46:29.183Z] + rm -f build.yaml
06:46:29[2026-09-07T04:46:29.184Z] [Pipeline] }
06:46:29[2026-09-07T04:46:29.192Z] [Pipeline] // script
06:46:29[2026-09-07T04:46:29.201Z] [Pipeline] echo
06:46:29[2026-09-07T04:46:29.201Z] Parent version is 1.6.3
06:46:29[2026-09-07T04:46:29.203Z] [Pipeline] echo
06:46:29[2026-09-07T04:46:29.203Z] Silverpeas version is 6.4.8-build260810
06:46:29[2026-09-07T04:46:29.204Z] [Pipeline] }
06:46:29[2026-09-07T04:46:29.212Z] [Pipeline] // stage
06:46:29[2026-09-07T04:46:29.219Z] [Pipeline] stage
06:46:29[2026-09-07T04:46:29.219Z] [Pipeline] { (Prepare the project)
06:46:29[2026-09-07T04:46:29.244Z] [Pipeline] git
06:46:29[2026-09-07T04:46:29.252Z] The recommended git tool is: /usr/bin/git
06:46:29[2026-09-07T04:46:29.253Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
06:46:29[2026-09-07T04:46:29.266Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@efc610d; decorates hudson.Launcher$LocalLauncher@7530ba00 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
06:46:29[2026-09-07T04:46:29.267Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Mobile_Stable_AutoDeploy/.git # timeout=10
06:46:29[2026-09-07T04:46:29.274Z] Fetching changes from the remote Git repository
06:46:29[2026-09-07T04:46:29.276Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/silverpeasmobile # timeout=10
06:46:29[2026-09-07T04:46:29.282Z] Fetching upstream changes from https://github.com/Silverpeas/silverpeasmobile06:46:29[2026-09-07T04:46:29.282Z] > /usr/bin/git --version # timeout=10
06:46:29[2026-09-07T04:46:29.287Z] > git --version # 'git version 2.43.0'
06:46:29[2026-09-07T04:46:29.287Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
06:46:29[2026-09-07T04:46:29.292Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/silverpeasmobile +refs/heads/*:refs/remotes/origin/* # timeout=10
06:46:30[2026-09-07T04:46:30.149Z] > /usr/bin/git rev-parse refs/remotes/origin/6.4.x^{commit} # timeout=10
06:46:30[2026-09-07T04:46:30.156Z] Checking out Revision 2b7c49d86942a5dc9d5f703646b028035456d983 (refs/remotes/origin/6.4.x)
06:46:30[2026-09-07T04:46:30.157Z] > /usr/bin/git config core.sparsecheckout # timeout=10
06:46:30[2026-09-07T04:46:30.161Z] > /usr/bin/git checkout -f 2b7c49d86942a5dc9d5f703646b028035456d983 # timeout=10
06:46:30[2026-09-07T04:46:30.265Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
06:46:30[2026-09-07T04:46:30.272Z] > /usr/bin/git branch -D 6.4.x # timeout=10
06:46:30[2026-09-07T04:46:30.278Z] > /usr/bin/git checkout -b 6.4.x 2b7c49d86942a5dc9d5f703646b028035456d983 # timeout=10
06:46:30[2026-09-07T04:46:30.351Z] Commit message: "Fix Bug #15437"
06:46:30[2026-09-07T04:46:30.351Z] > /usr/bin/git rev-list --no-walk 2b7c49d86942a5dc9d5f703646b028035456d983 # timeout=10
06:46:30[2026-09-07T04:46:30.369Z] [Pipeline] script
06:46:30[2026-09-07T04:46:30.373Z] [Pipeline] {
06:46:30[2026-09-07T04:46:30.384Z] [Pipeline] copyArtifacts
06:46:30[2026-09-07T04:46:30.397Z] Copied 1 artifact from "Silverpeas_Mobile_Stable_AutoDeploy" build number 42906:46:30[2026-09-07T04:46:30.402Z] [Pipeline] readYaml
06:46:30[2026-09-07T04:46:30.409Z] 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.
06:46:30[2026-09-07T04:46:30.411Z] [Pipeline] sh
06:46:30[2026-09-07T04:46:30.670Z] + git rev-parse HEAD
06:46:30[2026-09-07T04:46:30.674Z] [Pipeline] echo
06:46:30[2026-09-07T04:46:30.675Z] Current commit is 2b7c49d86942a5dc9d5f703646b028035456d983 and last build commit is 2b7c49d86942a5dc9d5f703646b028035456d983
06:46:30[2026-09-07T04:46:30.675Z] 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.
06:46:30[2026-09-07T04:46:30.675Z] [Pipeline] }
06:46:30[2026-09-07T04:46:30.684Z] [Pipeline] // script
06:46:30[2026-09-07T04:46:30.694Z] [Pipeline] script
06:46:30[2026-09-07T04:46:30.699Z] [Pipeline] {
06:46:30[2026-09-07T04:46:30.710Z] [Pipeline] readMavenPom
06:46:30[2026-09-07T04:46:30.719Z] 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.
06:46:30[2026-09-07T04:46:30.720Z] 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.
06:46:30[2026-09-07T04:46:30.721Z] 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.
06:46:30[2026-09-07T04:46:30.721Z] 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.
06:46:30[2026-09-07T04:46:30.722Z] [Pipeline] echo
06:46:30[2026-09-07T04:46:30.723Z] No changes and no update in Silverpeas since the last build
06:46:30[2026-09-07T04:46:30.723Z] [Pipeline] }
06:46:30[2026-09-07T04:46:30.734Z] [Pipeline] // script
06:46:30[2026-09-07T04:46:30.743Z] [Pipeline] }
06:46:30[2026-09-07T04:46:30.752Z] [Pipeline] // stage
06:46:30[2026-09-07T04:46:30.764Z] [Pipeline] stage
06:46:30[2026-09-07T04:46:30.765Z] [Pipeline] { (Build the project)
06:46:30[2026-09-07T04:46:30.810Z] Stage "Build the project" skipped due to when conditional
06:46:30[2026-09-07T04:46:30.811Z] [Pipeline] getContext
06:46:30[2026-09-07T04:46:30.825Z] [Pipeline] stage
06:46:30[2026-09-07T04:46:30.826Z] [Pipeline] { (Check POM parent version)
06:46:30[2026-09-07T04:46:30.835Z] Stage "Build the project" skipped due to when conditional
06:46:30[2026-09-07T04:46:30.836Z] [Pipeline] getContext
06:46:30[2026-09-07T04:46:30.837Z] [Pipeline] }
06:46:30[2026-09-07T04:46:30.846Z] [Pipeline] // stage
06:46:30[2026-09-07T04:46:30.859Z] [Pipeline] stage
06:46:30[2026-09-07T04:46:30.860Z] [Pipeline] { (Update POM parent)
06:46:30[2026-09-07T04:46:30.868Z] Stage "Build the project" skipped due to when conditional
06:46:30[2026-09-07T04:46:30.869Z] [Pipeline] getContext
06:46:30[2026-09-07T04:46:30.871Z] [Pipeline] }
06:46:30[2026-09-07T04:46:30.878Z] [Pipeline] // stage
06:46:30[2026-09-07T04:46:30.887Z] [Pipeline] stage
06:46:30[2026-09-07T04:46:30.887Z] [Pipeline] { (Update dependency on Silverpeas)
06:46:30[2026-09-07T04:46:30.892Z] Stage "Build the project" skipped due to when conditional
06:46:30[2026-09-07T04:46:30.893Z] [Pipeline] getContext
06:46:30[2026-09-07T04:46:30.894Z] [Pipeline] }
06:46:30[2026-09-07T04:46:30.899Z] [Pipeline] // stage
06:46:30[2026-09-07T04:46:30.904Z] [Pipeline] stage
06:46:30[2026-09-07T04:46:30.905Z] [Pipeline] { (Build and Publish)
06:46:30[2026-09-07T04:46:30.910Z] Stage "Build the project" skipped due to when conditional
06:46:30[2026-09-07T04:46:30.911Z] [Pipeline] getContext
06:46:30[2026-09-07T04:46:30.912Z] [Pipeline] }
06:46:30[2026-09-07T04:46:30.917Z] [Pipeline] // stage
06:46:30[2026-09-07T04:46:30.922Z] [Pipeline] }
06:46:30[2026-09-07T04:46:30.926Z] [Pipeline] // stage
06:46:30[2026-09-07T04:46:30.934Z] [Pipeline] stage
06:46:30[2026-09-07T04:46:30.934Z] [Pipeline] { (Create YAML build report)
06:46:30[2026-09-07T04:46:30.947Z] [Pipeline] script
06:46:30[2026-09-07T04:46:30.950Z] [Pipeline] {
06:46:30[2026-09-07T04:46:30.958Z] [Pipeline] sh
06:46:31[2026-09-07T04:46:31.215Z] + mkdir -p target
06:46:31[2026-09-07T04:46:31.218Z] [Pipeline] sh
06:46:31[2026-09-07T04:46:31.475Z] + mv build.yaml target/
06:46:31[2026-09-07T04:46:31.476Z] [Pipeline] }
06:46:31[2026-09-07T04:46:31.484Z] [Pipeline] // script
06:46:31[2026-09-07T04:46:31.491Z] [Pipeline] }
06:46:31[2026-09-07T04:46:31.496Z] [Pipeline] // stage
06:46:31[2026-09-07T04:46:31.508Z] [Pipeline] stage
06:46:31[2026-09-07T04:46:31.508Z] [Pipeline] { (Declarative: Post Actions)
06:46:31[2026-09-07T04:46:31.519Z] [Pipeline] step
06:46:31[2026-09-07T04:46:31.538Z] [Pipeline] script
06:46:31[2026-09-07T04:46:31.543Z] [Pipeline] {
06:46:31[2026-09-07T04:46:31.560Z] [Pipeline] }
06:46:31[2026-09-07T04:46:31.569Z] [Pipeline] // script
06:46:31[2026-09-07T04:46:31.582Z] [Pipeline] archiveArtifacts
06:46:31[2026-09-07T04:46:31.585Z] Archiving artifacts
06:46:31[2026-09-07T04:46:31.593Z] Enregistrement des empreintes numériques
06:46:31[2026-09-07T04:46:31.617Z] [Pipeline] }
06:46:31[2026-09-07T04:46:31.626Z] [Pipeline] // stage
06:46:31[2026-09-07T04:46:31.635Z] [Pipeline] }
06:46:31[2026-09-07T04:46:31.644Z] [Pipeline] // withEnv
06:46:31[2026-09-07T04:46:31.653Z] [Pipeline] }
06:46:31[2026-09-07T04:46:31.654Z] $ docker stop --time=1 7fd90a800f796cad53cc3619adc30c6778d4ea21d8252aab6e708099a861f1c7
06:46:32[2026-09-07T04:46:32.921Z] $ docker rm -f --volumes 7fd90a800f796cad53cc3619adc30c6778d4ea21d8252aab6e708099a861f1c7
06:46:32[2026-09-07T04:46:32.957Z] [Pipeline] // withDockerContainer
06:46:32[2026-09-07T04:46:32.961Z] [Pipeline] }
06:46:32[2026-09-07T04:46:32.965Z] [Pipeline] // withEnv
06:46:32[2026-09-07T04:46:32.969Z] [Pipeline] }
06:46:32[2026-09-07T04:46:32.974Z] [Pipeline] // node
06:46:32[2026-09-07T04:46:32.978Z] [Pipeline] End of Pipeline
06:46:33[2026-09-07T04:46:33.015Z] Finished: SUCCESS