19:24:24[2026-09-09T17:24:24.777Z] Démarré par le projet amont "Silverpeas_Master_AutoDeploy" de numéro de build 114819:24:24[2026-09-09T17:24:24.777Z] Causé à l'origine par :
19:24:24[2026-09-09T17:24:24.777Z] Lancé par une alarme périodique
19:24:24[2026-09-09T17:24:24.777Z] Running as userbuild19:24:25[2026-09-09T17:24:25.266Z] Obtained src/builds/mobile/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git19:24:25[2026-09-09T17:24:25.409Z] [Pipeline] Start of Pipeline
19:24:25[2026-09-09T17:24:25.613Z] [Pipeline] node
19:24:25[2026-09-09T17:24:25.616Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_Mobile_Master_AutoDeploy
19:24:25[2026-09-09T17:24:25.619Z] [Pipeline] {
19:24:25[2026-09-09T17:24:25.635Z] [Pipeline] stage
19:24:25[2026-09-09T17:24:25.635Z] [Pipeline] { (Declarative: Checkout SCM)
19:24:25[2026-09-09T17:24:25.645Z] [Pipeline] checkout
19:24:25[2026-09-09T17:24:25.657Z] Selected Git installation does not exist. Using Default
19:24:25[2026-09-09T17:24:25.657Z] The recommended git tool is: NONE
19:24:25[2026-09-09T17:24:25.657Z] No credentials specified
19:24:25[2026-09-09T17:24:25.658Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Mobile_Master_AutoDeploy/.git # timeout=10
19:24:25[2026-09-09T17:24:25.664Z] Fetching changes from the remote Git repository
19:24:25[2026-09-09T17:24:25.666Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
19:24:25[2026-09-09T17:24:25.673Z] Cleaning workspace
19:24:25[2026-09-09T17:24:25.673Z] > /usr/bin/git rev-parse --verify HEAD # timeout=10
19:24:25[2026-09-09T17:24:25.679Z] Resetting working tree
19:24:25[2026-09-09T17:24:25.679Z] > /usr/bin/git reset --hard # timeout=10
19:24:25[2026-09-09T17:24:25.702Z] > /usr/bin/git clean -fdx # timeout=10
19:24:25[2026-09-09T17:24:25.957Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git19:24:25[2026-09-09T17:24:25.957Z] > /usr/bin/git --version # timeout=10
19:24:25[2026-09-09T17:24:25.964Z] > git --version # 'git version 2.43.0'
19:24:25[2026-09-09T17:24:25.964Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Jenkins-Pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
19:24:26[2026-09-09T17:24:26.495Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:26[2026-09-09T17:24:26.502Z] Checking out Revision b3a0a7bf423a3407c3bc6980f30a0c6ee678b5ae (refs/remotes/origin/master)
19:24:26[2026-09-09T17:24:26.502Z] > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:26[2026-09-09T17:24:26.508Z] > /usr/bin/git checkout -f b3a0a7bf423a3407c3bc6980f30a0c6ee678b5ae # timeout=10
19:24:26[2026-09-09T17:24:26.578Z] Commit message: "Now by default Java version is 21 in the pipeline for building the project build Docker image"
19:24:26[2026-09-09T17:24:26.578Z] > /usr/bin/git rev-list --no-walk b3a0a7bf423a3407c3bc6980f30a0c6ee678b5ae # timeout=10
19:24:26[2026-09-09T17:24:26.600Z] [Pipeline] }
19:24:26[2026-09-09T17:24:26.603Z] [Pipeline] // stage
19:24:26[2026-09-09T17:24:26.623Z] [Pipeline] withEnv
19:24:26[2026-09-09T17:24:26.624Z] [Pipeline] {
19:24:26[2026-09-09T17:24:26.743Z] [Pipeline] isUnix
19:24:26[2026-09-09T17:24:26.745Z] [Pipeline] withEnv
19:24:26[2026-09-09T17:24:26.746Z] [Pipeline] {
19:24:26[2026-09-09T17:24:26.755Z] [Pipeline] sh
19:24:27[2026-09-09T17:24:27.012Z] + docker inspect -f . silverpeas/silverbuild:latest
19:24:27[2026-09-09T17:24:27.012Z] .
19:24:27[2026-09-09T17:24:27.014Z] [Pipeline] }
19:24:27[2026-09-09T17:24:27.022Z] [Pipeline] // withEnv
19:24:27[2026-09-09T17:24:27.034Z] [Pipeline] withDockerContainer
19:24:27[2026-09-09T17:24:27.068Z] Jenkins does not seem to be running inside a container
19:24:27[2026-09-09T17:24:27.075Z] $ 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:27[2026-09-09T17:24:27.407Z] $ docker top 34d57fc78770255e87e1123504ccf13cb74ec67d7510e93d04d7aa9b3af9973d -eo pid,comm
19:24:27[2026-09-09T17:24:27.443Z] [Pipeline] {
19:24:27[2026-09-09T17:24:27.457Z] [Pipeline] withEnv
19:24:27[2026-09-09T17:24:27.457Z] [Pipeline] {
19:24:27[2026-09-09T17:24:27.474Z] [Pipeline] stage
19:24:27[2026-09-09T17:24:27.474Z] [Pipeline] { (Resolve dependency on Silverpeas)
19:24:27[2026-09-09T17:24:27.501Z] [Pipeline] script
19:24:27[2026-09-09T17:24:27.505Z] [Pipeline] {
19:24:27[2026-09-09T17:24:27.515Z] [Pipeline] echo
19:24:27[2026-09-09T17:24:27.516Z] Working on branch master
19:24:27[2026-09-09T17:24:27.521Z] [Pipeline] copyArtifacts
19:24:27[2026-09-09T17:24:27.536Z] Copied 1 artifact from "Silverpeas_Master_AutoDeploy" build number 114819:24:27[2026-09-09T17:24:27.541Z] [Pipeline] readYaml
19:24:27[2026-09-09T17:24:27.547Z] 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:27[2026-09-09T17:24:27.547Z] 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:27[2026-09-09T17:24:27.548Z] [Pipeline] sh
19:24:27[2026-09-09T17:24:27.805Z] + rm -f build.yaml
19:24:27[2026-09-09T17:24:27.806Z] [Pipeline] }
19:24:27[2026-09-09T17:24:27.814Z] [Pipeline] // script
19:24:27[2026-09-09T17:24:27.825Z] [Pipeline] echo
19:24:27[2026-09-09T17:24:27.825Z] Parent version is 2.0-build260821
19:24:27[2026-09-09T17:24:27.827Z] [Pipeline] echo
19:24:27[2026-09-09T17:24:27.828Z] Silverpeas version is 6.5-build260906
19:24:27[2026-09-09T17:24:27.829Z] [Pipeline] }
19:24:27[2026-09-09T17:24:27.837Z] [Pipeline] // stage
19:24:27[2026-09-09T17:24:27.848Z] [Pipeline] stage
19:24:27[2026-09-09T17:24:27.849Z] [Pipeline] { (Prepare the project)
19:24:27[2026-09-09T17:24:27.877Z] [Pipeline] git
19:24:27[2026-09-09T17:24:27.890Z] The recommended git tool is: /usr/bin/git
19:24:27[2026-09-09T17:24:27.891Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
19:24:27[2026-09-09T17:24:27.902Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@2798fcd0; decorates hudson.Launcher$LocalLauncher@3c3e3117 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
19:24:27[2026-09-09T17:24:27.903Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Mobile_Master_AutoDeploy/.git # timeout=10
19:24:27[2026-09-09T17:24:27.909Z] Fetching changes from the remote Git repository
19:24:27[2026-09-09T17:24:27.911Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/silverpeasmobile # timeout=10
19:24:27[2026-09-09T17:24:27.917Z] Fetching upstream changes from https://github.com/Silverpeas/silverpeasmobile19:24:27[2026-09-09T17:24:27.917Z] > /usr/bin/git --version # timeout=10
19:24:27[2026-09-09T17:24:27.922Z] > git --version # 'git version 2.43.0'
19:24:27[2026-09-09T17:24:27.922Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
19:24:27[2026-09-09T17:24:27.928Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/silverpeasmobile +refs/heads/*:refs/remotes/origin/* # timeout=10
19:24:28[2026-09-09T17:24:28.412Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:28[2026-09-09T17:24:28.419Z] Checking out Revision b3b209654f3acb39398417bce8473648f7ea3a0c (refs/remotes/origin/master)
19:24:28[2026-09-09T17:24:28.419Z] > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:28[2026-09-09T17:24:28.424Z] > /usr/bin/git checkout -f b3b209654f3acb39398417bce8473648f7ea3a0c # timeout=10
19:24:28[2026-09-09T17:24:28.562Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
19:24:28[2026-09-09T17:24:28.572Z] > /usr/bin/git branch -D master # timeout=10
19:24:28[2026-09-09T17:24:28.579Z] > /usr/bin/git checkout -b master b3b209654f3acb39398417bce8473648f7ea3a0c # timeout=10
19:24:28[2026-09-09T17:24:28.665Z] Commit message: "Update dependency on Silverpeas to version 6.5-build260906"
19:24:28[2026-09-09T17:24:28.665Z] > /usr/bin/git rev-list --no-walk 81a4e5d20eb3908d0f46279542e414cade347b37 # timeout=10
19:24:28[2026-09-09T17:24:28.691Z] [Pipeline] script
19:24:28[2026-09-09T17:24:28.695Z] [Pipeline] {
19:24:28[2026-09-09T17:24:28.711Z] [Pipeline] copyArtifacts
19:24:28[2026-09-09T17:24:28.725Z] Copied 1 artifact from "Silverpeas_Mobile_Master_AutoDeploy" build number 67219:24:28[2026-09-09T17:24:28.733Z] [Pipeline] readYaml
19:24:28[2026-09-09T17:24:28.743Z] 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:28[2026-09-09T17:24:28.745Z] [Pipeline] sh
19:24:29[2026-09-09T17:24:29.006Z] + git rev-parse HEAD
19:24:29[2026-09-09T17:24:29.009Z] [Pipeline] echo
19:24:29[2026-09-09T17:24:29.010Z] Current commit is b3b209654f3acb39398417bce8473648f7ea3a0c and last build commit is b3b209654f3acb39398417bce8473648f7ea3a0c
19:24:29[2026-09-09T17:24:29.010Z] 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:29[2026-09-09T17:24:29.011Z] [Pipeline] }
19:24:29[2026-09-09T17:24:29.020Z] [Pipeline] // script
19:24:29[2026-09-09T17:24:29.029Z] [Pipeline] script
19:24:29[2026-09-09T17:24:29.035Z] [Pipeline] {
19:24:29[2026-09-09T17:24:29.052Z] [Pipeline] readMavenPom
19:24:29[2026-09-09T17:24:29.061Z] 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:29[2026-09-09T17:24:29.063Z] 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:29[2026-09-09T17:24:29.064Z] 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:29[2026-09-09T17:24:29.065Z] 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:29[2026-09-09T17:24:29.068Z] [Pipeline] echo
19:24:29[2026-09-09T17:24:29.069Z] No changes and no update in Silverpeas since the last build
19:24:29[2026-09-09T17:24:29.070Z] [Pipeline] }
19:24:29[2026-09-09T17:24:29.079Z] [Pipeline] // script
19:24:29[2026-09-09T17:24:29.088Z] [Pipeline] }
19:24:29[2026-09-09T17:24:29.102Z] [Pipeline] // stage
19:24:29[2026-09-09T17:24:29.113Z] [Pipeline] stage
19:24:29[2026-09-09T17:24:29.114Z] [Pipeline] { (Build the project)
19:24:29[2026-09-09T17:24:29.157Z] Stage "Build the project" skipped due to when conditional
19:24:29[2026-09-09T17:24:29.158Z] [Pipeline] getContext
19:24:29[2026-09-09T17:24:29.169Z] [Pipeline] stage
19:24:29[2026-09-09T17:24:29.170Z] [Pipeline] { (Check POM parent version)
19:24:29[2026-09-09T17:24:29.178Z] Stage "Build the project" skipped due to when conditional
19:24:29[2026-09-09T17:24:29.179Z] [Pipeline] getContext
19:24:29[2026-09-09T17:24:29.180Z] [Pipeline] }
19:24:29[2026-09-09T17:24:29.188Z] [Pipeline] // stage
19:24:29[2026-09-09T17:24:29.198Z] [Pipeline] stage
19:24:29[2026-09-09T17:24:29.199Z] [Pipeline] { (Update POM parent)
19:24:29[2026-09-09T17:24:29.207Z] Stage "Build the project" skipped due to when conditional
19:24:29[2026-09-09T17:24:29.208Z] [Pipeline] getContext
19:24:29[2026-09-09T17:24:29.209Z] [Pipeline] }
19:24:29[2026-09-09T17:24:29.217Z] [Pipeline] // stage
19:24:29[2026-09-09T17:24:29.226Z] [Pipeline] stage
19:24:29[2026-09-09T17:24:29.227Z] [Pipeline] { (Update dependency on Silverpeas)
19:24:29[2026-09-09T17:24:29.235Z] Stage "Build the project" skipped due to when conditional
19:24:29[2026-09-09T17:24:29.236Z] [Pipeline] getContext
19:24:29[2026-09-09T17:24:29.238Z] [Pipeline] }
19:24:29[2026-09-09T17:24:29.245Z] [Pipeline] // stage
19:24:29[2026-09-09T17:24:29.255Z] [Pipeline] stage
19:24:29[2026-09-09T17:24:29.256Z] [Pipeline] { (Build and Publish)
19:24:29[2026-09-09T17:24:29.264Z] Stage "Build the project" skipped due to when conditional
19:24:29[2026-09-09T17:24:29.265Z] [Pipeline] getContext
19:24:29[2026-09-09T17:24:29.267Z] [Pipeline] }
19:24:29[2026-09-09T17:24:29.274Z] [Pipeline] // stage
19:24:29[2026-09-09T17:24:29.285Z] [Pipeline] }
19:24:29[2026-09-09T17:24:29.292Z] [Pipeline] // stage
19:24:29[2026-09-09T17:24:29.302Z] [Pipeline] stage
19:24:29[2026-09-09T17:24:29.303Z] [Pipeline] { (Create YAML build report)
19:24:29[2026-09-09T17:24:29.328Z] [Pipeline] script
19:24:29[2026-09-09T17:24:29.333Z] [Pipeline] {
19:24:29[2026-09-09T17:24:29.350Z] [Pipeline] sh
19:24:29[2026-09-09T17:24:29.612Z] + mkdir -p target
19:24:29[2026-09-09T17:24:29.615Z] [Pipeline] sh
19:24:29[2026-09-09T17:24:29.874Z] + mv build.yaml target/
19:24:29[2026-09-09T17:24:29.875Z] [Pipeline] }
19:24:29[2026-09-09T17:24:29.884Z] [Pipeline] // script
19:24:29[2026-09-09T17:24:29.895Z] [Pipeline] }
19:24:29[2026-09-09T17:24:29.903Z] [Pipeline] // stage
19:24:29[2026-09-09T17:24:29.914Z] [Pipeline] stage
19:24:29[2026-09-09T17:24:29.915Z] [Pipeline] { (Declarative: Post Actions)
19:24:29[2026-09-09T17:24:29.933Z] [Pipeline] step
19:24:29[2026-09-09T17:24:29.962Z] [Pipeline] script
19:24:29[2026-09-09T17:24:29.967Z] [Pipeline] {
19:24:29[2026-09-09T17:24:29.995Z] [Pipeline] }
19:24:30[2026-09-09T17:24:30.004Z] [Pipeline] // script
19:24:30[2026-09-09T17:24:30.018Z] [Pipeline] archiveArtifacts
19:24:30[2026-09-09T17:24:30.027Z] Archiving artifacts
19:24:30[2026-09-09T17:24:30.029Z] Enregistrement des empreintes numériques
19:24:30[2026-09-09T17:24:30.051Z] [Pipeline] }
19:24:30[2026-09-09T17:24:30.057Z] [Pipeline] // stage
19:24:30[2026-09-09T17:24:30.065Z] [Pipeline] }
19:24:30[2026-09-09T17:24:30.074Z] [Pipeline] // withEnv
19:24:30[2026-09-09T17:24:30.079Z] [Pipeline] }
19:24:30[2026-09-09T17:24:30.080Z] $ docker stop --time=1 34d57fc78770255e87e1123504ccf13cb74ec67d7510e93d04d7aa9b3af9973d
19:24:31[2026-09-09T17:24:31.396Z] $ docker rm -f --volumes 34d57fc78770255e87e1123504ccf13cb74ec67d7510e93d04d7aa9b3af9973d
19:24:31[2026-09-09T17:24:31.436Z] [Pipeline] // withDockerContainer
19:24:31[2026-09-09T17:24:31.440Z] [Pipeline] }
19:24:31[2026-09-09T17:24:31.444Z] [Pipeline] // withEnv
19:24:31[2026-09-09T17:24:31.450Z] [Pipeline] }
19:24:31[2026-09-09T17:24:31.458Z] [Pipeline] // node
19:24:31[2026-09-09T17:24:31.465Z] [Pipeline] End of Pipeline
19:24:31[2026-09-09T17:24:31.522Z] Finished: SUCCESS