01:21:26 [2026-03-06T00:21:26.474Z] Démarré par le projet amont "Silverpeas_6.3.x_AutoDeploy" de numéro de build 274
01:21:26 [2026-03-06T00:21:26.474Z] Causé à l'origine par :
01:21:26 [2026-03-06T00:21:26.474Z] Lancé par une alarme périodique
01:21:26 [2026-03-06T00:21:26.474Z] Running as userbuild
01:21:26 [2026-03-06T00:21:26.902Z] Obtained src/builds/mobile/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git
01:21:27 [2026-03-06T00:21:27.064Z] [Pipeline] Start of Pipeline
01:21:27 [2026-03-06T00:21:27.347Z] [Pipeline] node
01:21:27 [2026-03-06T00:21:27.351Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_Mobile_6.3.x_AutoDeploy
01:21:27 [2026-03-06T00:21:27.352Z] [Pipeline] {
01:21:27 [2026-03-06T00:21:27.373Z] [Pipeline] stage
01:21:27 [2026-03-06T00:21:27.374Z] [Pipeline] { (Declarative: Checkout SCM)
01:21:27 [2026-03-06T00:21:27.387Z] [Pipeline] checkout
01:21:27 [2026-03-06T00:21:27.389Z] Selected Git installation does not exist. Using Default
01:21:27 [2026-03-06T00:21:27.389Z] The recommended git tool is: NONE
01:21:27 [2026-03-06T00:21:27.389Z] No credentials specified
01:21:27 [2026-03-06T00:21:27.390Z] > /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-03-06T00:21:27.396Z] Fetching changes from the remote Git repository
01:21:27 [2026-03-06T00:21:27.400Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
01:21:27 [2026-03-06T00:21:27.407Z] Cleaning workspace
01:21:27 [2026-03-06T00:21:27.408Z] > /usr/bin/git rev-parse --verify HEAD # timeout=10
01:21:27 [2026-03-06T00:21:27.413Z] Resetting working tree
01:21:27 [2026-03-06T00:21:27.413Z] > /usr/bin/git reset --hard # timeout=10
01:21:27 [2026-03-06T00:21:27.514Z] > /usr/bin/git clean -fdx # timeout=10
01:21:27 [2026-03-06T00:21:27.525Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git
01:21:27 [2026-03-06T00:21:27.525Z] > /usr/bin/git --version # timeout=10
01:21:27 [2026-03-06T00:21:27.530Z] > git --version # 'git version 2.43.0'
01:21:27 [2026-03-06T00:21:27.530Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Jenkins-Pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:27 [2026-03-06T00:21:27.933Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
01:21:27 [2026-03-06T00:21:27.940Z] Checking out Revision 1a3c726bd15b58b1d8b82d9cc1fc5c31a5533a45 (refs/remotes/origin/master)
01:21:27 [2026-03-06T00:21:27.940Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:27 [2026-03-06T00:21:27.946Z] > /usr/bin/git checkout -f 1a3c726bd15b58b1d8b82d9cc1fc5c31a5533a45 # timeout=10
01:21:28 [2026-03-06T00:21:28.028Z] Commit message: "Fix SonarQube Maven execution in pipelines."
01:21:28 [2026-03-06T00:21:28.028Z] > /usr/bin/git rev-list --no-walk 1a3c726bd15b58b1d8b82d9cc1fc5c31a5533a45 # timeout=10
01:21:28 [2026-03-06T00:21:28.055Z] [Pipeline] }
01:21:28 [2026-03-06T00:21:28.060Z] [Pipeline] // stage
01:21:28 [2026-03-06T00:21:28.071Z] [Pipeline] withEnv
01:21:28 [2026-03-06T00:21:28.071Z] [Pipeline] {
01:21:28 [2026-03-06T00:21:28.199Z] [Pipeline] isUnix
01:21:28 [2026-03-06T00:21:28.200Z] [Pipeline] withEnv
01:21:28 [2026-03-06T00:21:28.200Z] [Pipeline] {
01:21:28 [2026-03-06T00:21:28.212Z] [Pipeline] sh
01:21:28 [2026-03-06T00:21:28.469Z] + docker inspect -f . silverpeas/silverbuild:6.3.3
01:21:28 [2026-03-06T00:21:28.469Z] .
01:21:28 [2026-03-06T00:21:28.471Z] [Pipeline] }
01:21:28 [2026-03-06T00:21:28.480Z] [Pipeline] // withEnv
01:21:28 [2026-03-06T00:21:28.491Z] [Pipeline] withDockerContainer
01:21:28 [2026-03-06T00:21:28.521Z] Jenkins does not seem to be running inside a container
01:21:28 [2026-03-06T00:21:28.527Z] $ 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:28 [2026-03-06T00:21:28.856Z] $ docker top 06a2f85d25d76037e8ff0a7784be414f1cb6524f83d59599858edfa23e141ea1 -eo pid,comm
01:21:28 [2026-03-06T00:21:28.893Z] [Pipeline] {
01:21:28 [2026-03-06T00:21:28.907Z] [Pipeline] withEnv
01:21:28 [2026-03-06T00:21:28.908Z] [Pipeline] {
01:21:28 [2026-03-06T00:21:28.915Z] [Pipeline] stage
01:21:28 [2026-03-06T00:21:28.915Z] [Pipeline] { (Resolve dependency on Silverpeas)
01:21:28 [2026-03-06T00:21:28.930Z] [Pipeline] script
01:21:28 [2026-03-06T00:21:28.933Z] [Pipeline] {
01:21:28 [2026-03-06T00:21:28.938Z] [Pipeline] echo
01:21:28 [2026-03-06T00:21:28.939Z] Working on branch 6.3.x
01:21:28 [2026-03-06T00:21:28.942Z] [Pipeline] copyArtifacts
01:21:28 [2026-03-06T00:21:28.947Z] Copied 1 artifact from "Silverpeas_6.3.x_AutoDeploy" build number 274
01:21:28 [2026-03-06T00:21:28.953Z] [Pipeline] readYaml
01:21:28 [2026-03-06T00:21:28.961Z] 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:28 [2026-03-06T00:21:28.961Z] 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:28 [2026-03-06T00:21:28.962Z] [Pipeline] sh
01:21:29 [2026-03-06T00:21:29.220Z] + rm -f build.yaml
01:21:29 [2026-03-06T00:21:29.221Z] [Pipeline] }
01:21:29 [2026-03-06T00:21:29.226Z] [Pipeline] // script
01:21:29 [2026-03-06T00:21:29.235Z] [Pipeline] echo
01:21:29 [2026-03-06T00:21:29.236Z] Parent version is 1.5.3
01:21:29 [2026-03-06T00:21:29.237Z] [Pipeline] echo
01:21:29 [2026-03-06T00:21:29.237Z] Silverpeas version is 6.3.7-build250214
01:21:29 [2026-03-06T00:21:29.238Z] [Pipeline] }
01:21:29 [2026-03-06T00:21:29.279Z] [Pipeline] // stage
01:21:29 [2026-03-06T00:21:29.291Z] [Pipeline] stage
01:21:29 [2026-03-06T00:21:29.293Z] [Pipeline] { (Prepare the project)
01:21:29 [2026-03-06T00:21:29.319Z] [Pipeline] git
01:21:29 [2026-03-06T00:21:29.331Z] The recommended git tool is: /usr/bin/git
01:21:29 [2026-03-06T00:21:29.332Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:29 [2026-03-06T00:21:29.341Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@9140f5b; decorates hudson.Launcher$LocalLauncher@64c9f1dd will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:29 [2026-03-06T00:21:29.342Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Mobile_6.3.x_AutoDeploy/.git # timeout=10
01:21:29 [2026-03-06T00:21:29.347Z] Fetching changes from the remote Git repository
01:21:29 [2026-03-06T00:21:29.350Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/silverpeasmobile # timeout=10
01:21:29 [2026-03-06T00:21:29.355Z] Fetching upstream changes from https://github.com/Silverpeas/silverpeasmobile
01:21:29 [2026-03-06T00:21:29.355Z] > /usr/bin/git --version # timeout=10
01:21:29 [2026-03-06T00:21:29.360Z] > git --version # 'git version 2.43.0'
01:21:29 [2026-03-06T00:21:29.360Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:29 [2026-03-06T00:21:29.366Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/silverpeasmobile +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:30 [2026-03-06T00:21:30.654Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:30 [2026-03-06T00:21:30.665Z] Checking out Revision defa63b4934e025329da4b267c4ca7f8968d7347 (refs/remotes/origin/6.3.x)
01:21:30 [2026-03-06T00:21:30.665Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:30 [2026-03-06T00:21:30.671Z] > /usr/bin/git checkout -f defa63b4934e025329da4b267c4ca7f8968d7347 # timeout=10
01:21:30 [2026-03-06T00:21:30.775Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:30 [2026-03-06T00:21:30.785Z] > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:30 [2026-03-06T00:21:30.792Z] > /usr/bin/git checkout -b 6.3.x defa63b4934e025329da4b267c4ca7f8968d7347 # timeout=10
01:21:30 [2026-03-06T00:21:30.880Z] Commit message: "Update dependency on Silverpeas to version 6.3.7-build250214"
01:21:30 [2026-03-06T00:21:30.880Z] > /usr/bin/git rev-list --no-walk defa63b4934e025329da4b267c4ca7f8968d7347 # timeout=10
01:21:30 [2026-03-06T00:21:30.904Z] [Pipeline] script
01:21:30 [2026-03-06T00:21:30.908Z] [Pipeline] {
01:21:30 [2026-03-06T00:21:30.927Z] [Pipeline] copyArtifacts
01:21:30 [2026-03-06T00:21:30.935Z] Copied 1 artifact from "Silverpeas_Mobile_6.3.x_AutoDeploy" build number 245
01:21:30 [2026-03-06T00:21:30.945Z] [Pipeline] readYaml
01:21:30 [2026-03-06T00:21:30.957Z] 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:30 [2026-03-06T00:21:30.959Z] [Pipeline] sh
01:21:31 [2026-03-06T00:21:31.218Z] + git rev-parse HEAD
01:21:31 [2026-03-06T00:21:31.221Z] [Pipeline] echo
01:21:31 [2026-03-06T00:21:31.222Z] Current commit is defa63b4934e025329da4b267c4ca7f8968d7347 and last build commit is defa63b4934e025329da4b267c4ca7f8968d7347
01:21:31 [2026-03-06T00:21:31.223Z] 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:31 [2026-03-06T00:21:31.224Z] [Pipeline] }
01:21:31 [2026-03-06T00:21:31.234Z] [Pipeline] // script
01:21:31 [2026-03-06T00:21:31.244Z] [Pipeline] script
01:21:31 [2026-03-06T00:21:31.250Z] [Pipeline] {
01:21:31 [2026-03-06T00:21:31.261Z] [Pipeline] readMavenPom
01:21:31 [2026-03-06T00:21:31.272Z] 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:31 [2026-03-06T00:21:31.273Z] 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:31 [2026-03-06T00:21:31.274Z] 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:31 [2026-03-06T00:21:31.275Z] 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:31 [2026-03-06T00:21:31.276Z] [Pipeline] echo
01:21:31 [2026-03-06T00:21:31.277Z] No changes and no update in Silverpeas since the last build
01:21:31 [2026-03-06T00:21:31.277Z] [Pipeline] }
01:21:31 [2026-03-06T00:21:31.287Z] [Pipeline] // script
01:21:31 [2026-03-06T00:21:31.298Z] [Pipeline] }
01:21:31 [2026-03-06T00:21:31.307Z] [Pipeline] // stage
01:21:31 [2026-03-06T00:21:31.320Z] [Pipeline] stage
01:21:31 [2026-03-06T00:21:31.321Z] [Pipeline] { (Build the project)
01:21:31 [2026-03-06T00:21:31.375Z] Stage "Build the project" skipped due to when conditional
01:21:31 [2026-03-06T00:21:31.376Z] [Pipeline] getContext
01:21:31 [2026-03-06T00:21:31.388Z] [Pipeline] stage
01:21:31 [2026-03-06T00:21:31.389Z] [Pipeline] { (Check POM parent version)
01:21:31 [2026-03-06T00:21:31.398Z] Stage "Build the project" skipped due to when conditional
01:21:31 [2026-03-06T00:21:31.400Z] [Pipeline] getContext
01:21:31 [2026-03-06T00:21:31.401Z] [Pipeline] }
01:21:31 [2026-03-06T00:21:31.410Z] [Pipeline] // stage
01:21:31 [2026-03-06T00:21:31.421Z] [Pipeline] stage
01:21:31 [2026-03-06T00:21:31.422Z] [Pipeline] { (Update POM parent)
01:21:31 [2026-03-06T00:21:31.431Z] Stage "Build the project" skipped due to when conditional
01:21:31 [2026-03-06T00:21:31.432Z] [Pipeline] getContext
01:21:31 [2026-03-06T00:21:31.434Z] [Pipeline] }
01:21:31 [2026-03-06T00:21:31.443Z] [Pipeline] // stage
01:21:31 [2026-03-06T00:21:31.453Z] [Pipeline] stage
01:21:31 [2026-03-06T00:21:31.454Z] [Pipeline] { (Update dependency on Silverpeas)
01:21:31 [2026-03-06T00:21:31.462Z] Stage "Build the project" skipped due to when conditional
01:21:31 [2026-03-06T00:21:31.463Z] [Pipeline] getContext
01:21:31 [2026-03-06T00:21:31.465Z] [Pipeline] }
01:21:31 [2026-03-06T00:21:31.473Z] [Pipeline] // stage
01:21:31 [2026-03-06T00:21:31.483Z] [Pipeline] stage
01:21:31 [2026-03-06T00:21:31.484Z] [Pipeline] { (Build and Publish)
01:21:31 [2026-03-06T00:21:31.492Z] Stage "Build the project" skipped due to when conditional
01:21:31 [2026-03-06T00:21:31.493Z] [Pipeline] getContext
01:21:31 [2026-03-06T00:21:31.495Z] [Pipeline] }
01:21:31 [2026-03-06T00:21:31.503Z] [Pipeline] // stage
01:21:31 [2026-03-06T00:21:31.510Z] [Pipeline] }
01:21:31 [2026-03-06T00:21:31.517Z] [Pipeline] // stage
01:21:31 [2026-03-06T00:21:31.527Z] [Pipeline] stage
01:21:31 [2026-03-06T00:21:31.527Z] [Pipeline] { (Create YAML build report)
01:21:31 [2026-03-06T00:21:31.551Z] [Pipeline] script
01:21:31 [2026-03-06T00:21:31.556Z] [Pipeline] {
01:21:31 [2026-03-06T00:21:31.567Z] [Pipeline] sh
01:21:31 [2026-03-06T00:21:31.826Z] + mkdir -p target
01:21:31 [2026-03-06T00:21:31.829Z] [Pipeline] sh
01:21:32 [2026-03-06T00:21:32.088Z] + mv build.yaml target/
01:21:32 [2026-03-06T00:21:32.089Z] [Pipeline] }
01:21:32 [2026-03-06T00:21:32.099Z] [Pipeline] // script
01:21:32 [2026-03-06T00:21:32.106Z] [Pipeline] }
01:21:32 [2026-03-06T00:21:32.115Z] [Pipeline] // stage
01:21:32 [2026-03-06T00:21:32.128Z] [Pipeline] stage
01:21:32 [2026-03-06T00:21:32.129Z] [Pipeline] { (Declarative: Post Actions)
01:21:32 [2026-03-06T00:21:32.149Z] [Pipeline] step
01:21:32 [2026-03-06T00:21:32.175Z] [Pipeline] script
01:21:32 [2026-03-06T00:21:32.180Z] [Pipeline] {
01:21:32 [2026-03-06T00:21:32.202Z] [Pipeline] }
01:21:32 [2026-03-06T00:21:32.211Z] [Pipeline] // script
01:21:32 [2026-03-06T00:21:32.227Z] [Pipeline] archiveArtifacts
01:21:32 [2026-03-06T00:21:32.231Z] Archiving artifacts
01:21:32 [2026-03-06T00:21:32.241Z] Enregistrement des empreintes numériques
01:21:32 [2026-03-06T00:21:32.274Z] [Pipeline] }
01:21:32 [2026-03-06T00:21:32.285Z] [Pipeline] // stage
01:21:32 [2026-03-06T00:21:32.295Z] [Pipeline] }
01:21:32 [2026-03-06T00:21:32.304Z] [Pipeline] // withEnv
01:21:32 [2026-03-06T00:21:32.314Z] [Pipeline] }
01:21:32 [2026-03-06T00:21:32.315Z] $ docker stop --time=1 06a2f85d25d76037e8ff0a7784be414f1cb6524f83d59599858edfa23e141ea1
01:21:33 [2026-03-06T00:21:33.572Z] $ docker rm -f --volumes 06a2f85d25d76037e8ff0a7784be414f1cb6524f83d59599858edfa23e141ea1
01:21:33 [2026-03-06T00:21:33.610Z] [Pipeline] // withDockerContainer
01:21:33 [2026-03-06T00:21:33.614Z] [Pipeline] }
01:21:33 [2026-03-06T00:21:33.618Z] [Pipeline] // withEnv
01:21:33 [2026-03-06T00:21:33.622Z] [Pipeline] }
01:21:33 [2026-03-06T00:21:33.627Z] [Pipeline] // node
01:21:33 [2026-03-06T00:21:33.631Z] [Pipeline] End of Pipeline
01:21:33 [2026-03-06T00:21:33.665Z] Finished: SUCCESS