06:46:21 [2026-08-06T04:46:21.245Z] Démarré par le projet amont "Silverpeas_Stable_AutoDeploy" de numéro de build 550
06:46:21 [2026-08-06T04:46:21.245Z] Causé à l'origine par :
06:46:21 [2026-08-06T04:46:21.245Z] Lancé par une alarme périodique
06:46:21 [2026-08-06T04:46:21.245Z] Running as userbuild
06:46:21 [2026-08-06T04:46:21.697Z] Obtained src/builds/mobile/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git
06:46:21 [2026-08-06T04:46:21.830Z] [Pipeline] Start of Pipeline
06:46:22 [2026-08-06T04:46:22.070Z] [Pipeline] node
06:46:22 [2026-08-06T04:46:22.073Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_Mobile_Stable_AutoDeploy
06:46:22 [2026-08-06T04:46:22.075Z] [Pipeline] {
06:46:22 [2026-08-06T04:46:22.090Z] [Pipeline] stage
06:46:22 [2026-08-06T04:46:22.091Z] [Pipeline] { (Declarative: Checkout SCM)
06:46:22 [2026-08-06T04:46:22.102Z] [Pipeline] checkout
06:46:22 [2026-08-06T04:46:22.104Z] Selected Git installation does not exist. Using Default
06:46:22 [2026-08-06T04:46:22.104Z] The recommended git tool is: NONE
06:46:22 [2026-08-06T04:46:22.104Z] No credentials specified
06:46:22 [2026-08-06T04:46:22.105Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Mobile_Stable_AutoDeploy/.git # timeout=10
06:46:22 [2026-08-06T04:46:22.110Z] Fetching changes from the remote Git repository
06:46:22 [2026-08-06T04:46:22.111Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
06:46:22 [2026-08-06T04:46:22.116Z] Cleaning workspace
06:46:22 [2026-08-06T04:46:22.116Z] > /usr/bin/git rev-parse --verify HEAD # timeout=10
06:46:22 [2026-08-06T04:46:22.122Z] Resetting working tree
06:46:22 [2026-08-06T04:46:22.122Z] > /usr/bin/git reset --hard # timeout=10
06:46:22 [2026-08-06T04:46:22.315Z] > /usr/bin/git clean -fdx # timeout=10
06:46:22 [2026-08-06T04:46:22.329Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git
06:46:22 [2026-08-06T04:46:22.329Z] > /usr/bin/git --version # timeout=10
06:46:22 [2026-08-06T04:46:22.334Z] > git --version # 'git version 2.43.0'
06:46:22 [2026-08-06T04:46:22.334Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Jenkins-Pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
06:46:24 [2026-08-06T04:46:24.435Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
06:46:24 [2026-08-06T04:46:24.442Z] Checking out Revision 01016743dfe6029fbec83eb133b58304d428f058 (refs/remotes/origin/master)
06:46:24 [2026-08-06T04:46:24.442Z] > /usr/bin/git config core.sparsecheckout # timeout=10
06:46:24 [2026-08-06T04:46:24.448Z] > /usr/bin/git checkout -f 01016743dfe6029fbec83eb133b58304d428f058 # timeout=10
06:46:24 [2026-08-06T04:46:24.505Z] Commit message: "Update the version of the silverbuild Docker image to use for constructing a build version of the Silverpeas-Sso project: now it uses the latest version of silverbuild (with Java 17 and Wildfly 34)"
06:46:24 [2026-08-06T04:46:24.505Z] > /usr/bin/git rev-list --no-walk ee417f2e12a50c898fce7d66542b733c63b400a8 # timeout=10
06:46:24 [2026-08-06T04:46:24.531Z] [Pipeline] }
06:46:24 [2026-08-06T04:46:24.536Z] [Pipeline] // stage
06:46:24 [2026-08-06T04:46:24.546Z] [Pipeline] withEnv
06:46:24 [2026-08-06T04:46:24.547Z] [Pipeline] {
06:46:24 [2026-08-06T04:46:24.665Z] [Pipeline] isUnix
06:46:24 [2026-08-06T04:46:24.667Z] [Pipeline] withEnv
06:46:24 [2026-08-06T04:46:24.667Z] [Pipeline] {
06:46:24 [2026-08-06T04:46:24.679Z] [Pipeline] sh
06:46:24 [2026-08-06T04:46:24.935Z] + docker inspect -f . silverpeas/silverbuild:6.4
06:46:24 [2026-08-06T04:46:24.936Z] .
06:46:24 [2026-08-06T04:46:24.937Z] [Pipeline] }
06:46:24 [2026-08-06T04:46:24.945Z] [Pipeline] // withEnv
06:46:24 [2026-08-06T04:46:24.957Z] [Pipeline] withDockerContainer
06:46:24 [2026-08-06T04:46:24.987Z] Jenkins does not seem to be running inside a container
06:46:24 [2026-08-06T04:46:24.995Z] $ 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:25 [2026-08-06T04:46:25.308Z] $ docker top 4ed70fb4451876b2c8eaeeff2d755c1328dc98b234de51165ca27531a9f52e1e -eo pid,comm
06:46:25 [2026-08-06T04:46:25.348Z] [Pipeline] {
06:46:25 [2026-08-06T04:46:25.359Z] [Pipeline] withEnv
06:46:25 [2026-08-06T04:46:25.360Z] [Pipeline] {
06:46:25 [2026-08-06T04:46:25.369Z] [Pipeline] stage
06:46:25 [2026-08-06T04:46:25.370Z] [Pipeline] { (Resolve dependency on Silverpeas)
06:46:25 [2026-08-06T04:46:25.401Z] [Pipeline] script
06:46:25 [2026-08-06T04:46:25.405Z] [Pipeline] {
06:46:25 [2026-08-06T04:46:25.415Z] [Pipeline] echo
06:46:25 [2026-08-06T04:46:25.416Z] Working on branch 6.4.x
06:46:25 [2026-08-06T04:46:25.420Z] [Pipeline] copyArtifacts
06:46:25 [2026-08-06T04:46:25.427Z] Copied 1 artifact from "Silverpeas_Stable_AutoDeploy" build number 550
06:46:25 [2026-08-06T04:46:25.436Z] [Pipeline] readYaml
06:46:25 [2026-08-06T04:46:25.446Z] 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:25 [2026-08-06T04:46:25.446Z] 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:25 [2026-08-06T04:46:25.447Z] [Pipeline] sh
06:46:25 [2026-08-06T04:46:25.705Z] + rm -f build.yaml
06:46:25 [2026-08-06T04:46:25.706Z] [Pipeline] }
06:46:25 [2026-08-06T04:46:25.715Z] [Pipeline] // script
06:46:25 [2026-08-06T04:46:25.724Z] [Pipeline] echo
06:46:25 [2026-08-06T04:46:25.725Z] Parent version is 1.6.3
06:46:25 [2026-08-06T04:46:25.726Z] [Pipeline] echo
06:46:25 [2026-08-06T04:46:25.727Z] Silverpeas version is 6.4.8-build260720
06:46:25 [2026-08-06T04:46:25.728Z] [Pipeline] }
06:46:25 [2026-08-06T04:46:25.736Z] [Pipeline] // stage
06:46:25 [2026-08-06T04:46:25.746Z] [Pipeline] stage
06:46:25 [2026-08-06T04:46:25.747Z] [Pipeline] { (Prepare the project)
06:46:25 [2026-08-06T04:46:25.774Z] [Pipeline] git
06:46:25 [2026-08-06T04:46:25.776Z] The recommended git tool is: /usr/bin/git
06:46:25 [2026-08-06T04:46:25.777Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
06:46:25 [2026-08-06T04:46:25.785Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@70f6abf5; decorates hudson.Launcher$LocalLauncher@6fc8b079 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
06:46:25 [2026-08-06T04:46:25.785Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Mobile_Stable_AutoDeploy/.git # timeout=10
06:46:25 [2026-08-06T04:46:25.792Z] Fetching changes from the remote Git repository
06:46:25 [2026-08-06T04:46:25.794Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/silverpeasmobile # timeout=10
06:46:25 [2026-08-06T04:46:25.800Z] Fetching upstream changes from https://github.com/Silverpeas/silverpeasmobile
06:46:25 [2026-08-06T04:46:25.801Z] > /usr/bin/git --version # timeout=10
06:46:25 [2026-08-06T04:46:25.805Z] > git --version # 'git version 2.43.0'
06:46:25 [2026-08-06T04:46:25.806Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
06:46:25 [2026-08-06T04:46:25.812Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/silverpeasmobile +refs/heads/*:refs/remotes/origin/* # timeout=10
06:46:26 [2026-08-06T04:46:26.918Z] > /usr/bin/git rev-parse refs/remotes/origin/6.4.x^{commit} # timeout=10
06:46:26 [2026-08-06T04:46:26.924Z] Checking out Revision d61323d6543c581b320ce7972f169f04dd165eba (refs/remotes/origin/6.4.x)
06:46:26 [2026-08-06T04:46:26.925Z] > /usr/bin/git config core.sparsecheckout # timeout=10
06:46:26 [2026-08-06T04:46:26.930Z] > /usr/bin/git checkout -f d61323d6543c581b320ce7972f169f04dd165eba # timeout=10
06:46:27 [2026-08-06T04:46:27.048Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
06:46:27 [2026-08-06T04:46:27.059Z] > /usr/bin/git branch -D 6.4.x # timeout=10
06:46:27 [2026-08-06T04:46:27.067Z] > /usr/bin/git checkout -b 6.4.x d61323d6543c581b320ce7972f169f04dd165eba # timeout=10
06:46:27 [2026-08-06T04:46:27.143Z] Commit message: "Update dependency on Silverpeas to version 6.4.8-build260720"
06:46:27 [2026-08-06T04:46:27.143Z] > /usr/bin/git rev-list --no-walk d61323d6543c581b320ce7972f169f04dd165eba # timeout=10
06:46:27 [2026-08-06T04:46:27.170Z] [Pipeline] script
06:46:27 [2026-08-06T04:46:27.173Z] [Pipeline] {
06:46:27 [2026-08-06T04:46:27.188Z] [Pipeline] copyArtifacts
06:46:27 [2026-08-06T04:46:27.195Z] Copied 1 artifact from "Silverpeas_Mobile_Stable_AutoDeploy" build number 420
06:46:27 [2026-08-06T04:46:27.205Z] [Pipeline] readYaml
06:46:27 [2026-08-06T04:46:27.214Z] 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:27 [2026-08-06T04:46:27.216Z] [Pipeline] sh
06:46:27 [2026-08-06T04:46:27.474Z] + git rev-parse HEAD
06:46:27 [2026-08-06T04:46:27.477Z] [Pipeline] echo
06:46:27 [2026-08-06T04:46:27.477Z] Current commit is d61323d6543c581b320ce7972f169f04dd165eba and last build commit is d61323d6543c581b320ce7972f169f04dd165eba
06:46:27 [2026-08-06T04:46:27.478Z] 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:27 [2026-08-06T04:46:27.479Z] [Pipeline] }
06:46:27 [2026-08-06T04:46:27.488Z] [Pipeline] // script
06:46:27 [2026-08-06T04:46:27.498Z] [Pipeline] script
06:46:27 [2026-08-06T04:46:27.503Z] [Pipeline] {
06:46:27 [2026-08-06T04:46:27.515Z] [Pipeline] readMavenPom
06:46:27 [2026-08-06T04:46:27.524Z] 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:27 [2026-08-06T04:46:27.525Z] 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:27 [2026-08-06T04:46:27.526Z] 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:27 [2026-08-06T04:46:27.526Z] 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:27 [2026-08-06T04:46:27.528Z] [Pipeline] echo
06:46:27 [2026-08-06T04:46:27.528Z] No changes and no update in Silverpeas since the last build
06:46:27 [2026-08-06T04:46:27.529Z] [Pipeline] }
06:46:27 [2026-08-06T04:46:27.538Z] [Pipeline] // script
06:46:27 [2026-08-06T04:46:27.547Z] [Pipeline] }
06:46:27 [2026-08-06T04:46:27.556Z] [Pipeline] // stage
06:46:27 [2026-08-06T04:46:27.567Z] [Pipeline] stage
06:46:27 [2026-08-06T04:46:27.568Z] [Pipeline] { (Build the project)
06:46:27 [2026-08-06T04:46:27.612Z] Stage "Build the project" skipped due to when conditional
06:46:27 [2026-08-06T04:46:27.613Z] [Pipeline] getContext
06:46:27 [2026-08-06T04:46:27.651Z] [Pipeline] stage
06:46:27 [2026-08-06T04:46:27.652Z] [Pipeline] { (Check POM parent version)
06:46:27 [2026-08-06T04:46:27.664Z] Stage "Build the project" skipped due to when conditional
06:46:27 [2026-08-06T04:46:27.665Z] [Pipeline] getContext
06:46:27 [2026-08-06T04:46:27.667Z] [Pipeline] }
06:46:27 [2026-08-06T04:46:27.678Z] [Pipeline] // stage
06:46:27 [2026-08-06T04:46:27.689Z] [Pipeline] stage
06:46:27 [2026-08-06T04:46:27.690Z] [Pipeline] { (Update POM parent)
06:46:27 [2026-08-06T04:46:27.700Z] Stage "Build the project" skipped due to when conditional
06:46:27 [2026-08-06T04:46:27.700Z] [Pipeline] getContext
06:46:27 [2026-08-06T04:46:27.701Z] [Pipeline] }
06:46:27 [2026-08-06T04:46:27.710Z] [Pipeline] // stage
06:46:27 [2026-08-06T04:46:27.719Z] [Pipeline] stage
06:46:27 [2026-08-06T04:46:27.720Z] [Pipeline] { (Update dependency on Silverpeas)
06:46:27 [2026-08-06T04:46:27.728Z] Stage "Build the project" skipped due to when conditional
06:46:27 [2026-08-06T04:46:27.729Z] [Pipeline] getContext
06:46:27 [2026-08-06T04:46:27.731Z] [Pipeline] }
06:46:27 [2026-08-06T04:46:27.740Z] [Pipeline] // stage
06:46:27 [2026-08-06T04:46:27.750Z] [Pipeline] stage
06:46:27 [2026-08-06T04:46:27.751Z] [Pipeline] { (Build and Publish)
06:46:27 [2026-08-06T04:46:27.760Z] Stage "Build the project" skipped due to when conditional
06:46:27 [2026-08-06T04:46:27.761Z] [Pipeline] getContext
06:46:27 [2026-08-06T04:46:27.763Z] [Pipeline] }
06:46:27 [2026-08-06T04:46:27.770Z] [Pipeline] // stage
06:46:27 [2026-08-06T04:46:27.778Z] [Pipeline] }
06:46:27 [2026-08-06T04:46:27.784Z] [Pipeline] // stage
06:46:27 [2026-08-06T04:46:27.795Z] [Pipeline] stage
06:46:27 [2026-08-06T04:46:27.796Z] [Pipeline] { (Create YAML build report)
06:46:27 [2026-08-06T04:46:27.819Z] [Pipeline] script
06:46:27 [2026-08-06T04:46:27.825Z] [Pipeline] {
06:46:27 [2026-08-06T04:46:27.836Z] [Pipeline] sh
06:46:28 [2026-08-06T04:46:28.096Z] + mkdir -p target
06:46:28 [2026-08-06T04:46:28.098Z] [Pipeline] sh
06:46:28 [2026-08-06T04:46:28.357Z] + mv build.yaml target/
06:46:28 [2026-08-06T04:46:28.358Z] [Pipeline] }
06:46:28 [2026-08-06T04:46:28.368Z] [Pipeline] // script
06:46:28 [2026-08-06T04:46:28.377Z] [Pipeline] }
06:46:28 [2026-08-06T04:46:28.386Z] [Pipeline] // stage
06:46:28 [2026-08-06T04:46:28.398Z] [Pipeline] stage
06:46:28 [2026-08-06T04:46:28.398Z] [Pipeline] { (Declarative: Post Actions)
06:46:28 [2026-08-06T04:46:28.416Z] [Pipeline] step
06:46:28 [2026-08-06T04:46:28.438Z] [Pipeline] script
06:46:28 [2026-08-06T04:46:28.442Z] [Pipeline] {
06:46:28 [2026-08-06T04:46:28.462Z] [Pipeline] }
06:46:28 [2026-08-06T04:46:28.471Z] [Pipeline] // script
06:46:28 [2026-08-06T04:46:28.485Z] [Pipeline] archiveArtifacts
06:46:28 [2026-08-06T04:46:28.488Z] Archiving artifacts
06:46:28 [2026-08-06T04:46:28.497Z] Enregistrement des empreintes numériques
06:46:28 [2026-08-06T04:46:28.523Z] [Pipeline] }
06:46:28 [2026-08-06T04:46:28.532Z] [Pipeline] // stage
06:46:28 [2026-08-06T04:46:28.542Z] [Pipeline] }
06:46:28 [2026-08-06T04:46:28.550Z] [Pipeline] // withEnv
06:46:28 [2026-08-06T04:46:28.559Z] [Pipeline] }
06:46:28 [2026-08-06T04:46:28.560Z] $ docker stop --time=1 4ed70fb4451876b2c8eaeeff2d755c1328dc98b234de51165ca27531a9f52e1e
06:46:29 [2026-08-06T04:46:29.870Z] $ docker rm -f --volumes 4ed70fb4451876b2c8eaeeff2d755c1328dc98b234de51165ca27531a9f52e1e
06:46:29 [2026-08-06T04:46:29.909Z] [Pipeline] // withDockerContainer
06:46:29 [2026-08-06T04:46:29.914Z] [Pipeline] }
06:46:29 [2026-08-06T04:46:29.918Z] [Pipeline] // withEnv
06:46:29 [2026-08-06T04:46:29.922Z] [Pipeline] }
06:46:29 [2026-08-06T04:46:29.927Z] [Pipeline] // node
06:46:29 [2026-08-06T04:46:29.932Z] [Pipeline] End of Pipeline
06:46:29 [2026-08-06T04:46:29.978Z] Finished: SUCCESS