01:21:20 [2026-03-27T00:21:20.093Z] Démarré par le projet amont "Silverpeas_6.3.x_AutoDeploy" de numéro de build 277
01:21:20 [2026-03-27T00:21:20.093Z] Causé à l'origine par :
01:21:20 [2026-03-27T00:21:20.093Z] Lancé par une alarme périodique
01:21:20 [2026-03-27T00:21:20.094Z] Running as userbuild
01:21:20 [2026-03-27T00:21:20.483Z] Obtained src/builds/mobile/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git
01:21:20 [2026-03-27T00:21:20.629Z] [Pipeline] Start of Pipeline
01:21:20 [2026-03-27T00:21:20.823Z] [Pipeline] node
01:21:20 [2026-03-27T00:21:20.827Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_Mobile_6.3.x_AutoDeploy
01:21:20 [2026-03-27T00:21:20.828Z] [Pipeline] {
01:21:20 [2026-03-27T00:21:20.840Z] [Pipeline] stage
01:21:20 [2026-03-27T00:21:20.841Z] [Pipeline] { (Declarative: Checkout SCM)
01:21:20 [2026-03-27T00:21:20.847Z] [Pipeline] checkout
01:21:20 [2026-03-27T00:21:20.848Z] Selected Git installation does not exist. Using Default
01:21:20 [2026-03-27T00:21:20.848Z] The recommended git tool is: NONE
01:21:20 [2026-03-27T00:21:20.848Z] No credentials specified
01:21:20 [2026-03-27T00:21:20.848Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Mobile_6.3.x_AutoDeploy/.git # timeout=10
01:21:20 [2026-03-27T00:21:20.853Z] Fetching changes from the remote Git repository
01:21:20 [2026-03-27T00:21:20.855Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
01:21:20 [2026-03-27T00:21:20.862Z] Cleaning workspace
01:21:20 [2026-03-27T00:21:20.863Z] > /usr/bin/git rev-parse --verify HEAD # timeout=10
01:21:20 [2026-03-27T00:21:20.867Z] Resetting working tree
01:21:20 [2026-03-27T00:21:20.867Z] > /usr/bin/git reset --hard # timeout=10
01:21:20 [2026-03-27T00:21:20.933Z] > /usr/bin/git clean -fdx # timeout=10
01:21:20 [2026-03-27T00:21:20.943Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git
01:21:20 [2026-03-27T00:21:20.943Z] > /usr/bin/git --version # timeout=10
01:21:20 [2026-03-27T00:21:20.947Z] > git --version # 'git version 2.43.0'
01:21:20 [2026-03-27T00:21:20.947Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Jenkins-Pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:21 [2026-03-27T00:21:21.299Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
01:21:21 [2026-03-27T00:21:21.305Z] Checking out Revision 1a3c726bd15b58b1d8b82d9cc1fc5c31a5533a45 (refs/remotes/origin/master)
01:21:21 [2026-03-27T00:21:21.305Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:21 [2026-03-27T00:21:21.311Z] > /usr/bin/git checkout -f 1a3c726bd15b58b1d8b82d9cc1fc5c31a5533a45 # timeout=10
01:21:21 [2026-03-27T00:21:21.397Z] Commit message: "Fix SonarQube Maven execution in pipelines."
01:21:21 [2026-03-27T00:21:21.397Z] > /usr/bin/git rev-list --no-walk 1a3c726bd15b58b1d8b82d9cc1fc5c31a5533a45 # timeout=10
01:21:21 [2026-03-27T00:21:21.422Z] [Pipeline] }
01:21:21 [2026-03-27T00:21:21.429Z] [Pipeline] // stage
01:21:21 [2026-03-27T00:21:21.444Z] [Pipeline] withEnv
01:21:21 [2026-03-27T00:21:21.444Z] [Pipeline] {
01:21:21 [2026-03-27T00:21:21.556Z] [Pipeline] isUnix
01:21:21 [2026-03-27T00:21:21.557Z] [Pipeline] withEnv
01:21:21 [2026-03-27T00:21:21.558Z] [Pipeline] {
01:21:21 [2026-03-27T00:21:21.568Z] [Pipeline] sh
01:21:21 [2026-03-27T00:21:21.825Z] + docker inspect -f . silverpeas/silverbuild:6.3.3
01:21:21 [2026-03-27T00:21:21.825Z] .
01:21:21 [2026-03-27T00:21:21.826Z] [Pipeline] }
01:21:21 [2026-03-27T00:21:21.835Z] [Pipeline] // withEnv
01:21:21 [2026-03-27T00:21:21.844Z] [Pipeline] withDockerContainer
01:21:21 [2026-03-27T00:21:21.876Z] Jenkins does not seem to be running inside a container
01:21:21 [2026-03-27T00:21:21.884Z] $ 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:22 [2026-03-27T00:21:22.209Z] $ docker top 846a013a355a894e09d9a8941b8b23a8b256afd2445b43dc3c6057077ff39232 -eo pid,comm
01:21:22 [2026-03-27T00:21:22.247Z] [Pipeline] {
01:21:22 [2026-03-27T00:21:22.256Z] [Pipeline] withEnv
01:21:22 [2026-03-27T00:21:22.256Z] [Pipeline] {
01:21:22 [2026-03-27T00:21:22.262Z] [Pipeline] stage
01:21:22 [2026-03-27T00:21:22.262Z] [Pipeline] { (Resolve dependency on Silverpeas)
01:21:22 [2026-03-27T00:21:22.276Z] [Pipeline] script
01:21:22 [2026-03-27T00:21:22.278Z] [Pipeline] {
01:21:22 [2026-03-27T00:21:22.286Z] [Pipeline] echo
01:21:22 [2026-03-27T00:21:22.286Z] Working on branch 6.3.x
01:21:22 [2026-03-27T00:21:22.288Z] [Pipeline] copyArtifacts
01:21:22 [2026-03-27T00:21:22.293Z] Copied 1 artifact from "Silverpeas_6.3.x_AutoDeploy" build number 277
01:21:22 [2026-03-27T00:21:22.299Z] [Pipeline] readYaml
01:21:22 [2026-03-27T00:21:22.307Z] 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:22 [2026-03-27T00:21:22.307Z] 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:22 [2026-03-27T00:21:22.308Z] [Pipeline] sh
01:21:22 [2026-03-27T00:21:22.566Z] + rm -f build.yaml
01:21:22 [2026-03-27T00:21:22.567Z] [Pipeline] }
01:21:22 [2026-03-27T00:21:22.575Z] [Pipeline] // script
01:21:22 [2026-03-27T00:21:22.584Z] [Pipeline] echo
01:21:22 [2026-03-27T00:21:22.584Z] Parent version is 1.5.3
01:21:22 [2026-03-27T00:21:22.586Z] [Pipeline] echo
01:21:22 [2026-03-27T00:21:22.586Z] Silverpeas version is 6.3.7-build250214
01:21:22 [2026-03-27T00:21:22.587Z] [Pipeline] }
01:21:22 [2026-03-27T00:21:22.595Z] [Pipeline] // stage
01:21:22 [2026-03-27T00:21:22.605Z] [Pipeline] stage
01:21:22 [2026-03-27T00:21:22.606Z] [Pipeline] { (Prepare the project)
01:21:22 [2026-03-27T00:21:22.631Z] [Pipeline] git
01:21:22 [2026-03-27T00:21:22.633Z] The recommended git tool is: /usr/bin/git
01:21:22 [2026-03-27T00:21:22.634Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:22 [2026-03-27T00:21:22.642Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@73dd5f9c; decorates hudson.Launcher$LocalLauncher@222a8243 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:22 [2026-03-27T00:21:22.642Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Mobile_6.3.x_AutoDeploy/.git # timeout=10
01:21:22 [2026-03-27T00:21:22.649Z] Fetching changes from the remote Git repository
01:21:22 [2026-03-27T00:21:22.652Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/silverpeasmobile # timeout=10
01:21:22 [2026-03-27T00:21:22.658Z] Fetching upstream changes from https://github.com/Silverpeas/silverpeasmobile
01:21:22 [2026-03-27T00:21:22.658Z] > /usr/bin/git --version # timeout=10
01:21:22 [2026-03-27T00:21:22.663Z] > git --version # 'git version 2.43.0'
01:21:22 [2026-03-27T00:21:22.663Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:22 [2026-03-27T00:21:22.670Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/silverpeasmobile +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:23 [2026-03-27T00:21:23.862Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:23 [2026-03-27T00:21:23.869Z] Checking out Revision defa63b4934e025329da4b267c4ca7f8968d7347 (refs/remotes/origin/6.3.x)
01:21:23 [2026-03-27T00:21:23.870Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:23 [2026-03-27T00:21:23.875Z] > /usr/bin/git checkout -f defa63b4934e025329da4b267c4ca7f8968d7347 # timeout=10
01:21:23 [2026-03-27T00:21:23.967Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:23 [2026-03-27T00:21:23.976Z] > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:23 [2026-03-27T00:21:23.983Z] > /usr/bin/git checkout -b 6.3.x defa63b4934e025329da4b267c4ca7f8968d7347 # timeout=10
01:21:24 [2026-03-27T00:21:24.110Z] Commit message: "Update dependency on Silverpeas to version 6.3.7-build250214"
01:21:24 [2026-03-27T00:21:24.110Z] > /usr/bin/git rev-list --no-walk defa63b4934e025329da4b267c4ca7f8968d7347 # timeout=10
01:21:24 [2026-03-27T00:21:24.131Z] [Pipeline] script
01:21:24 [2026-03-27T00:21:24.133Z] [Pipeline] {
01:21:24 [2026-03-27T00:21:24.141Z] [Pipeline] copyArtifacts
01:21:24 [2026-03-27T00:21:24.144Z] Copied 1 artifact from "Silverpeas_Mobile_6.3.x_AutoDeploy" build number 248
01:21:24 [2026-03-27T00:21:24.149Z] [Pipeline] readYaml
01:21:24 [2026-03-27T00:21:24.158Z] 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:24 [2026-03-27T00:21:24.159Z] [Pipeline] sh
01:21:24 [2026-03-27T00:21:24.418Z] + git rev-parse HEAD
01:21:24 [2026-03-27T00:21:24.420Z] [Pipeline] echo
01:21:24 [2026-03-27T00:21:24.421Z] Current commit is defa63b4934e025329da4b267c4ca7f8968d7347 and last build commit is defa63b4934e025329da4b267c4ca7f8968d7347
01:21:24 [2026-03-27T00:21:24.421Z] 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:24 [2026-03-27T00:21:24.422Z] [Pipeline] }
01:21:24 [2026-03-27T00:21:24.431Z] [Pipeline] // script
01:21:24 [2026-03-27T00:21:24.441Z] [Pipeline] script
01:21:24 [2026-03-27T00:21:24.445Z] [Pipeline] {
01:21:24 [2026-03-27T00:21:24.455Z] [Pipeline] readMavenPom
01:21:24 [2026-03-27T00:21:24.464Z] 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:24 [2026-03-27T00:21:24.464Z] 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:24 [2026-03-27T00:21:24.465Z] 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:24 [2026-03-27T00:21:24.466Z] 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:24 [2026-03-27T00:21:24.467Z] [Pipeline] echo
01:21:24 [2026-03-27T00:21:24.467Z] No changes and no update in Silverpeas since the last build
01:21:24 [2026-03-27T00:21:24.467Z] [Pipeline] }
01:21:24 [2026-03-27T00:21:24.476Z] [Pipeline] // script
01:21:24 [2026-03-27T00:21:24.485Z] [Pipeline] }
01:21:24 [2026-03-27T00:21:24.494Z] [Pipeline] // stage
01:21:24 [2026-03-27T00:21:24.505Z] [Pipeline] stage
01:21:24 [2026-03-27T00:21:24.505Z] [Pipeline] { (Build the project)
01:21:24 [2026-03-27T00:21:24.549Z] Stage "Build the project" skipped due to when conditional
01:21:24 [2026-03-27T00:21:24.550Z] [Pipeline] getContext
01:21:24 [2026-03-27T00:21:24.563Z] [Pipeline] stage
01:21:24 [2026-03-27T00:21:24.564Z] [Pipeline] { (Check POM parent version)
01:21:24 [2026-03-27T00:21:24.573Z] Stage "Build the project" skipped due to when conditional
01:21:24 [2026-03-27T00:21:24.574Z] [Pipeline] getContext
01:21:24 [2026-03-27T00:21:24.576Z] [Pipeline] }
01:21:24 [2026-03-27T00:21:24.584Z] [Pipeline] // stage
01:21:24 [2026-03-27T00:21:24.595Z] [Pipeline] stage
01:21:24 [2026-03-27T00:21:24.596Z] [Pipeline] { (Update POM parent)
01:21:24 [2026-03-27T00:21:24.605Z] Stage "Build the project" skipped due to when conditional
01:21:24 [2026-03-27T00:21:24.606Z] [Pipeline] getContext
01:21:24 [2026-03-27T00:21:24.607Z] [Pipeline] }
01:21:24 [2026-03-27T00:21:24.616Z] [Pipeline] // stage
01:21:24 [2026-03-27T00:21:24.626Z] [Pipeline] stage
01:21:24 [2026-03-27T00:21:24.627Z] [Pipeline] { (Update dependency on Silverpeas)
01:21:24 [2026-03-27T00:21:24.635Z] Stage "Build the project" skipped due to when conditional
01:21:24 [2026-03-27T00:21:24.636Z] [Pipeline] getContext
01:21:24 [2026-03-27T00:21:24.638Z] [Pipeline] }
01:21:24 [2026-03-27T00:21:24.646Z] [Pipeline] // stage
01:21:24 [2026-03-27T00:21:24.655Z] [Pipeline] stage
01:21:24 [2026-03-27T00:21:24.656Z] [Pipeline] { (Build and Publish)
01:21:24 [2026-03-27T00:21:24.664Z] Stage "Build the project" skipped due to when conditional
01:21:24 [2026-03-27T00:21:24.665Z] [Pipeline] getContext
01:21:24 [2026-03-27T00:21:24.667Z] [Pipeline] }
01:21:24 [2026-03-27T00:21:24.675Z] [Pipeline] // stage
01:21:24 [2026-03-27T00:21:24.685Z] [Pipeline] }
01:21:24 [2026-03-27T00:21:24.692Z] [Pipeline] // stage
01:21:24 [2026-03-27T00:21:24.703Z] [Pipeline] stage
01:21:24 [2026-03-27T00:21:24.703Z] [Pipeline] { (Create YAML build report)
01:21:24 [2026-03-27T00:21:24.724Z] [Pipeline] script
01:21:24 [2026-03-27T00:21:24.728Z] [Pipeline] {
01:21:24 [2026-03-27T00:21:24.739Z] [Pipeline] sh
01:21:24 [2026-03-27T00:21:24.996Z] + mkdir -p target
01:21:24 [2026-03-27T00:21:24.998Z] [Pipeline] sh
01:21:25 [2026-03-27T00:21:25.258Z] + mv build.yaml target/
01:21:25 [2026-03-27T00:21:25.259Z] [Pipeline] }
01:21:25 [2026-03-27T00:21:25.268Z] [Pipeline] // script
01:21:25 [2026-03-27T00:21:25.277Z] [Pipeline] }
01:21:25 [2026-03-27T00:21:25.285Z] [Pipeline] // stage
01:21:25 [2026-03-27T00:21:25.297Z] [Pipeline] stage
01:21:25 [2026-03-27T00:21:25.297Z] [Pipeline] { (Declarative: Post Actions)
01:21:25 [2026-03-27T00:21:25.315Z] [Pipeline] step
01:21:25 [2026-03-27T00:21:25.336Z] [Pipeline] script
01:21:25 [2026-03-27T00:21:25.340Z] [Pipeline] {
01:21:25 [2026-03-27T00:21:25.358Z] [Pipeline] }
01:21:25 [2026-03-27T00:21:25.367Z] [Pipeline] // script
01:21:25 [2026-03-27T00:21:25.381Z] [Pipeline] archiveArtifacts
01:21:25 [2026-03-27T00:21:25.385Z] Archiving artifacts
01:21:25 [2026-03-27T00:21:25.398Z] Enregistrement des empreintes numériques
01:21:25 [2026-03-27T00:21:25.422Z] [Pipeline] }
01:21:25 [2026-03-27T00:21:25.427Z] [Pipeline] // stage
01:21:25 [2026-03-27T00:21:25.435Z] [Pipeline] }
01:21:25 [2026-03-27T00:21:25.444Z] [Pipeline] // withEnv
01:21:25 [2026-03-27T00:21:25.448Z] [Pipeline] }
01:21:25 [2026-03-27T00:21:25.449Z] $ docker stop --time=1 846a013a355a894e09d9a8941b8b23a8b256afd2445b43dc3c6057077ff39232
01:21:26 [2026-03-27T00:21:26.750Z] $ docker rm -f --volumes 846a013a355a894e09d9a8941b8b23a8b256afd2445b43dc3c6057077ff39232
01:21:26 [2026-03-27T00:21:26.788Z] [Pipeline] // withDockerContainer
01:21:26 [2026-03-27T00:21:26.792Z] [Pipeline] }
01:21:26 [2026-03-27T00:21:26.796Z] [Pipeline] // withEnv
01:21:26 [2026-03-27T00:21:26.800Z] [Pipeline] }
01:21:26 [2026-03-27T00:21:26.804Z] [Pipeline] // node
01:21:26 [2026-03-27T00:21:26.808Z] [Pipeline] End of Pipeline
01:21:26 [2026-03-27T00:21:26.853Z] Finished: SUCCESS