19:24:22[2026-08-12T17:24:22.887Z] Démarré par le projet amont "Silverpeas_Master_AutoDeploy" de numéro de build 112719:24:22[2026-08-12T17:24:22.887Z] Causé à l'origine par :
19:24:22[2026-08-12T17:24:22.887Z] Lancé par une alarme périodique
19:24:22[2026-08-12T17:24:22.887Z] Running as userbuild19:24:23[2026-08-12T17:24:23.397Z] Obtained src/builds/mobile/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git19:24:23[2026-08-12T17:24:23.554Z] [Pipeline] Start of Pipeline
19:24:23[2026-08-12T17:24:23.761Z] [Pipeline] node
19:24:23[2026-08-12T17:24:23.765Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_Mobile_Master_AutoDeploy
19:24:23[2026-08-12T17:24:23.766Z] [Pipeline] {
19:24:23[2026-08-12T17:24:23.775Z] [Pipeline] stage
19:24:23[2026-08-12T17:24:23.775Z] [Pipeline] { (Declarative: Checkout SCM)
19:24:23[2026-08-12T17:24:23.781Z] [Pipeline] checkout
19:24:23[2026-08-12T17:24:23.782Z] Selected Git installation does not exist. Using Default
19:24:23[2026-08-12T17:24:23.783Z] The recommended git tool is: NONE
19:24:23[2026-08-12T17:24:23.783Z] No credentials specified
19:24:23[2026-08-12T17:24:23.783Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Mobile_Master_AutoDeploy/.git # timeout=10
19:24:23[2026-08-12T17:24:23.789Z] Fetching changes from the remote Git repository
19:24:23[2026-08-12T17:24:23.790Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
19:24:23[2026-08-12T17:24:23.796Z] Cleaning workspace
19:24:23[2026-08-12T17:24:23.796Z] > /usr/bin/git rev-parse --verify HEAD # timeout=10
19:24:23[2026-08-12T17:24:23.802Z] Resetting working tree
19:24:23[2026-08-12T17:24:23.802Z] > /usr/bin/git reset --hard # timeout=10
19:24:23[2026-08-12T17:24:23.846Z] > /usr/bin/git clean -fdx # timeout=10
19:24:24[2026-08-12T17:24:24.075Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git19:24:24[2026-08-12T17:24:24.075Z] > /usr/bin/git --version # timeout=10
19:24:24[2026-08-12T17:24:24.080Z] > git --version # 'git version 2.43.0'
19:24:24[2026-08-12T17:24:24.080Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Jenkins-Pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
19:24:24[2026-08-12T17:24:24.590Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:24[2026-08-12T17:24:24.598Z] Checking out Revision 5b79d885d26d617ef109b485fb9832a9185c5ce0 (refs/remotes/origin/master)
19:24:24[2026-08-12T17:24:24.598Z] > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:24[2026-08-12T17:24:24.603Z] > /usr/bin/git checkout -f 5b79d885d26d617ef109b485fb9832a9185c5ce0 # timeout=10
19:24:24[2026-08-12T17:24:24.659Z] 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."
19:24:24[2026-08-12T17:24:24.659Z] > /usr/bin/git rev-list --no-walk 5b79d885d26d617ef109b485fb9832a9185c5ce0 # timeout=10
19:24:24[2026-08-12T17:24:24.678Z] [Pipeline] }
19:24:24[2026-08-12T17:24:24.683Z] [Pipeline] // stage
19:24:24[2026-08-12T17:24:24.695Z] [Pipeline] withEnv
19:24:24[2026-08-12T17:24:24.695Z] [Pipeline] {
19:24:24[2026-08-12T17:24:24.809Z] [Pipeline] isUnix
19:24:24[2026-08-12T17:24:24.810Z] [Pipeline] withEnv
19:24:24[2026-08-12T17:24:24.811Z] [Pipeline] {
19:24:24[2026-08-12T17:24:24.821Z] [Pipeline] sh
19:24:25[2026-08-12T17:24:25.077Z] + docker inspect -f . silverpeas/silverbuild:latest
19:24:25[2026-08-12T17:24:25.077Z] .
19:24:25[2026-08-12T17:24:25.078Z] [Pipeline] }
19:24:25[2026-08-12T17:24:25.087Z] [Pipeline] // withEnv
19:24:25[2026-08-12T17:24:25.098Z] [Pipeline] withDockerContainer
19:24:25[2026-08-12T17:24:25.128Z] Jenkins does not seem to be running inside a container
19:24:25[2026-08-12T17:24:25.136Z] $ 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:25[2026-08-12T17:24:25.452Z] $ docker top 31d6c7c579d6b56a1837d62364bebe0a3a187c03a4e0027951c459e0751d14df -eo pid,comm
19:24:25[2026-08-12T17:24:25.490Z] [Pipeline] {
19:24:25[2026-08-12T17:24:25.499Z] [Pipeline] withEnv
19:24:25[2026-08-12T17:24:25.500Z] [Pipeline] {
19:24:25[2026-08-12T17:24:25.506Z] [Pipeline] stage
19:24:25[2026-08-12T17:24:25.506Z] [Pipeline] { (Resolve dependency on Silverpeas)
19:24:25[2026-08-12T17:24:25.525Z] [Pipeline] script
19:24:25[2026-08-12T17:24:25.528Z] [Pipeline] {
19:24:25[2026-08-12T17:24:25.534Z] [Pipeline] echo
19:24:25[2026-08-12T17:24:25.534Z] Working on branch master
19:24:25[2026-08-12T17:24:25.538Z] [Pipeline] copyArtifacts
19:24:25[2026-08-12T17:24:25.544Z] Copied 1 artifact from "Silverpeas_Master_AutoDeploy" build number 112719:24:25[2026-08-12T17:24:25.549Z] [Pipeline] readYaml
19:24:25[2026-08-12T17:24:25.556Z] 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:25[2026-08-12T17:24:25.556Z] 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:25[2026-08-12T17:24:25.558Z] [Pipeline] sh
19:24:25[2026-08-12T17:24:25.815Z] + rm -f build.yaml
19:24:25[2026-08-12T17:24:25.816Z] [Pipeline] }
19:24:25[2026-08-12T17:24:25.820Z] [Pipeline] // script
19:24:25[2026-08-12T17:24:25.830Z] [Pipeline] echo
19:24:25[2026-08-12T17:24:25.830Z] Parent version is 2.0-build260805
19:24:25[2026-08-12T17:24:25.831Z] [Pipeline] echo
19:24:25[2026-08-12T17:24:25.832Z] Silverpeas version is 6.5-build260809
19:24:25[2026-08-12T17:24:25.833Z] [Pipeline] }
19:24:25[2026-08-12T17:24:25.841Z] [Pipeline] // stage
19:24:25[2026-08-12T17:24:25.852Z] [Pipeline] stage
19:24:25[2026-08-12T17:24:25.852Z] [Pipeline] { (Prepare the project)
19:24:25[2026-08-12T17:24:25.879Z] [Pipeline] git
19:24:25[2026-08-12T17:24:25.891Z] The recommended git tool is: /usr/bin/git
19:24:25[2026-08-12T17:24:25.892Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
19:24:25[2026-08-12T17:24:25.898Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@47de4552; decorates hudson.Launcher$LocalLauncher@79c5b1d5 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
19:24:25[2026-08-12T17:24:25.899Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Mobile_Master_AutoDeploy/.git # timeout=10
19:24:25[2026-08-12T17:24:25.903Z] Fetching changes from the remote Git repository
19:24:25[2026-08-12T17:24:25.905Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/silverpeasmobile # timeout=10
19:24:25[2026-08-12T17:24:25.911Z] Fetching upstream changes from https://github.com/Silverpeas/silverpeasmobile19:24:25[2026-08-12T17:24:25.911Z] > /usr/bin/git --version # timeout=10
19:24:25[2026-08-12T17:24:25.915Z] > git --version # 'git version 2.43.0'
19:24:25[2026-08-12T17:24:25.915Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
19:24:25[2026-08-12T17:24:25.920Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/silverpeasmobile +refs/heads/*:refs/remotes/origin/* # timeout=10
19:24:26[2026-08-12T17:24:26.695Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:26[2026-08-12T17:24:26.703Z] Checking out Revision 27e26ec6458a699fc265f452d586bbc8ebb23f24 (refs/remotes/origin/master)
19:24:26[2026-08-12T17:24:26.704Z] > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:26[2026-08-12T17:24:26.709Z] > /usr/bin/git checkout -f 27e26ec6458a699fc265f452d586bbc8ebb23f24 # timeout=10
19:24:26[2026-08-12T17:24:26.837Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
19:24:26[2026-08-12T17:24:26.844Z] > /usr/bin/git branch -D master # timeout=10
19:24:26[2026-08-12T17:24:26.851Z] > /usr/bin/git checkout -b master 27e26ec6458a699fc265f452d586bbc8ebb23f24 # timeout=10
19:24:26[2026-08-12T17:24:26.934Z] Commit message: "Update dependency on Silverpeas to version 6.5-build260809"
19:24:26[2026-08-12T17:24:26.934Z] > /usr/bin/git rev-list --no-walk db8ac06a986eaf2f991bf748cb616f07d6ac03f0 # timeout=10
19:24:26[2026-08-12T17:24:26.960Z] [Pipeline] script
19:24:26[2026-08-12T17:24:26.962Z] [Pipeline] {
19:24:26[2026-08-12T17:24:26.970Z] [Pipeline] copyArtifacts
19:24:26[2026-08-12T17:24:26.975Z] Copied 1 artifact from "Silverpeas_Mobile_Master_AutoDeploy" build number 66219:24:26[2026-08-12T17:24:26.978Z] [Pipeline] readYaml
19:24:26[2026-08-12T17:24:26.982Z] 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:26[2026-08-12T17:24:26.984Z] [Pipeline] sh
19:24:27[2026-08-12T17:24:27.242Z] + git rev-parse HEAD
19:24:27[2026-08-12T17:24:27.245Z] [Pipeline] echo
19:24:27[2026-08-12T17:24:27.245Z] Current commit is 27e26ec6458a699fc265f452d586bbc8ebb23f24 and last build commit is 27e26ec6458a699fc265f452d586bbc8ebb23f24
19:24:27[2026-08-12T17:24:27.246Z] 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:27[2026-08-12T17:24:27.247Z] [Pipeline] }
19:24:27[2026-08-12T17:24:27.258Z] [Pipeline] // script
19:24:27[2026-08-12T17:24:27.268Z] [Pipeline] script
19:24:27[2026-08-12T17:24:27.272Z] [Pipeline] {
19:24:27[2026-08-12T17:24:27.282Z] [Pipeline] readMavenPom
19:24:27[2026-08-12T17:24:27.291Z] 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:27[2026-08-12T17:24:27.292Z] 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:27[2026-08-12T17:24:27.293Z] 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:27[2026-08-12T17:24:27.293Z] 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:27[2026-08-12T17:24:27.294Z] [Pipeline] echo
19:24:27[2026-08-12T17:24:27.295Z] No changes and no update in Silverpeas since the last build
19:24:27[2026-08-12T17:24:27.295Z] [Pipeline] }
19:24:27[2026-08-12T17:24:27.304Z] [Pipeline] // script
19:24:27[2026-08-12T17:24:27.313Z] [Pipeline] }
19:24:27[2026-08-12T17:24:27.322Z] [Pipeline] // stage
19:24:27[2026-08-12T17:24:27.333Z] [Pipeline] stage
19:24:27[2026-08-12T17:24:27.333Z] [Pipeline] { (Build the project)
19:24:27[2026-08-12T17:24:27.376Z] Stage "Build the project" skipped due to when conditional
19:24:27[2026-08-12T17:24:27.378Z] [Pipeline] getContext
19:24:27[2026-08-12T17:24:27.391Z] [Pipeline] stage
19:24:27[2026-08-12T17:24:27.392Z] [Pipeline] { (Check POM parent version)
19:24:27[2026-08-12T17:24:27.401Z] Stage "Build the project" skipped due to when conditional
19:24:27[2026-08-12T17:24:27.402Z] [Pipeline] getContext
19:24:27[2026-08-12T17:24:27.405Z] [Pipeline] }
19:24:27[2026-08-12T17:24:27.413Z] [Pipeline] // stage
19:24:27[2026-08-12T17:24:27.424Z] [Pipeline] stage
19:24:27[2026-08-12T17:24:27.425Z] [Pipeline] { (Update POM parent)
19:24:27[2026-08-12T17:24:27.435Z] Stage "Build the project" skipped due to when conditional
19:24:27[2026-08-12T17:24:27.436Z] [Pipeline] getContext
19:24:27[2026-08-12T17:24:27.437Z] [Pipeline] }
19:24:27[2026-08-12T17:24:27.446Z] [Pipeline] // stage
19:24:27[2026-08-12T17:24:27.457Z] [Pipeline] stage
19:24:27[2026-08-12T17:24:27.458Z] [Pipeline] { (Update dependency on Silverpeas)
19:24:27[2026-08-12T17:24:27.466Z] Stage "Build the project" skipped due to when conditional
19:24:27[2026-08-12T17:24:27.467Z] [Pipeline] getContext
19:24:27[2026-08-12T17:24:27.469Z] [Pipeline] }
19:24:27[2026-08-12T17:24:27.477Z] [Pipeline] // stage
19:24:27[2026-08-12T17:24:27.487Z] [Pipeline] stage
19:24:27[2026-08-12T17:24:27.487Z] [Pipeline] { (Build and Publish)
19:24:27[2026-08-12T17:24:27.496Z] Stage "Build the project" skipped due to when conditional
19:24:27[2026-08-12T17:24:27.497Z] [Pipeline] getContext
19:24:27[2026-08-12T17:24:27.499Z] [Pipeline] }
19:24:27[2026-08-12T17:24:27.506Z] [Pipeline] // stage
19:24:27[2026-08-12T17:24:27.514Z] [Pipeline] }
19:24:27[2026-08-12T17:24:27.522Z] [Pipeline] // stage
19:24:27[2026-08-12T17:24:27.532Z] [Pipeline] stage
19:24:27[2026-08-12T17:24:27.533Z] [Pipeline] { (Create YAML build report)
19:24:27[2026-08-12T17:24:27.556Z] [Pipeline] script
19:24:27[2026-08-12T17:24:27.562Z] [Pipeline] {
19:24:27[2026-08-12T17:24:27.572Z] [Pipeline] sh
19:24:27[2026-08-12T17:24:27.831Z] + mkdir -p target
19:24:27[2026-08-12T17:24:27.833Z] [Pipeline] sh
19:24:28[2026-08-12T17:24:28.090Z] + mv build.yaml target/
19:24:28[2026-08-12T17:24:28.091Z] [Pipeline] }
19:24:28[2026-08-12T17:24:28.102Z] [Pipeline] // script
19:24:28[2026-08-12T17:24:28.112Z] [Pipeline] }
19:24:28[2026-08-12T17:24:28.120Z] [Pipeline] // stage
19:24:28[2026-08-12T17:24:28.132Z] [Pipeline] stage
19:24:28[2026-08-12T17:24:28.132Z] [Pipeline] { (Declarative: Post Actions)
19:24:28[2026-08-12T17:24:28.149Z] [Pipeline] step
19:24:28[2026-08-12T17:24:28.169Z] [Pipeline] script
19:24:28[2026-08-12T17:24:28.173Z] [Pipeline] {
19:24:28[2026-08-12T17:24:28.191Z] [Pipeline] }
19:24:28[2026-08-12T17:24:28.200Z] [Pipeline] // script
19:24:28[2026-08-12T17:24:28.213Z] [Pipeline] archiveArtifacts
19:24:28[2026-08-12T17:24:28.217Z] Archiving artifacts
19:24:28[2026-08-12T17:24:28.225Z] Enregistrement des empreintes numériques
19:24:28[2026-08-12T17:24:28.252Z] [Pipeline] }
19:24:28[2026-08-12T17:24:28.261Z] [Pipeline] // stage
19:24:28[2026-08-12T17:24:28.270Z] [Pipeline] }
19:24:28[2026-08-12T17:24:28.281Z] [Pipeline] // withEnv
19:24:28[2026-08-12T17:24:28.290Z] [Pipeline] }
19:24:28[2026-08-12T17:24:28.291Z] $ docker stop --time=1 31d6c7c579d6b56a1837d62364bebe0a3a187c03a4e0027951c459e0751d14df
19:24:29[2026-08-12T17:24:29.567Z] $ docker rm -f --volumes 31d6c7c579d6b56a1837d62364bebe0a3a187c03a4e0027951c459e0751d14df
19:24:29[2026-08-12T17:24:29.605Z] [Pipeline] // withDockerContainer
19:24:29[2026-08-12T17:24:29.611Z] [Pipeline] }
19:24:29[2026-08-12T17:24:29.616Z] [Pipeline] // withEnv
19:24:29[2026-08-12T17:24:29.624Z] [Pipeline] }
19:24:29[2026-08-12T17:24:29.633Z] [Pipeline] // node
19:24:29[2026-08-12T17:24:29.642Z] [Pipeline] End of Pipeline
19:24:29[2026-08-12T17:24:29.696Z] Finished: SUCCESS