01:21:23 [2026-04-09T23:21:23.111Z] Démarré par le projet amont "Silverpeas_6.3.x_AutoDeploy" de numéro de build 279
01:21:23 [2026-04-09T23:21:23.111Z] Causé à l'origine par :
01:21:23 [2026-04-09T23:21:23.111Z] Lancé par une alarme périodique
01:21:23 [2026-04-09T23:21:23.111Z] Running as userbuild
01:21:23 [2026-04-09T23:21:23.572Z] Obtained src/builds/mobile/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git
01:21:23 [2026-04-09T23:21:23.696Z] [Pipeline] Start of Pipeline
01:21:23 [2026-04-09T23:21:23.896Z] [Pipeline] node
01:21:23 [2026-04-09T23:21:23.899Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_Mobile_6.3.x_AutoDeploy
01:21:23 [2026-04-09T23:21:23.902Z] [Pipeline] {
01:21:23 [2026-04-09T23:21:23.913Z] [Pipeline] stage
01:21:23 [2026-04-09T23:21:23.914Z] [Pipeline] { (Declarative: Checkout SCM)
01:21:23 [2026-04-09T23:21:23.922Z] [Pipeline] checkout
01:21:23 [2026-04-09T23:21:23.923Z] Selected Git installation does not exist. Using Default
01:21:23 [2026-04-09T23:21:23.924Z] The recommended git tool is: NONE
01:21:23 [2026-04-09T23:21:23.924Z] No credentials specified
01:21:23 [2026-04-09T23:21:23.924Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Mobile_6.3.x_AutoDeploy/.git # timeout=10
01:21:23 [2026-04-09T23:21:23.931Z] Fetching changes from the remote Git repository
01:21:23 [2026-04-09T23:21:23.934Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
01:21:23 [2026-04-09T23:21:23.941Z] Cleaning workspace
01:21:23 [2026-04-09T23:21:23.941Z] > /usr/bin/git rev-parse --verify HEAD # timeout=10
01:21:23 [2026-04-09T23:21:23.946Z] Resetting working tree
01:21:23 [2026-04-09T23:21:23.946Z] > /usr/bin/git reset --hard # timeout=10
01:21:24 [2026-04-09T23:21:24.127Z] > /usr/bin/git clean -fdx # timeout=10
01:21:24 [2026-04-09T23:21:24.137Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git
01:21:24 [2026-04-09T23:21:24.138Z] > /usr/bin/git --version # timeout=10
01:21:24 [2026-04-09T23:21:24.142Z] > git --version # 'git version 2.43.0'
01:21:24 [2026-04-09T23:21:24.142Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Jenkins-Pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:24 [2026-04-09T23:21:24.588Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
01:21:24 [2026-04-09T23:21:24.595Z] Checking out Revision 1a3c726bd15b58b1d8b82d9cc1fc5c31a5533a45 (refs/remotes/origin/master)
01:21:24 [2026-04-09T23:21:24.595Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:24 [2026-04-09T23:21:24.601Z] > /usr/bin/git checkout -f 1a3c726bd15b58b1d8b82d9cc1fc5c31a5533a45 # timeout=10
01:21:24 [2026-04-09T23:21:24.693Z] Commit message: "Fix SonarQube Maven execution in pipelines."
01:21:24 [2026-04-09T23:21:24.694Z] > /usr/bin/git rev-list --no-walk 1a3c726bd15b58b1d8b82d9cc1fc5c31a5533a45 # timeout=10
01:21:24 [2026-04-09T23:21:24.720Z] [Pipeline] }
01:21:24 [2026-04-09T23:21:24.725Z] [Pipeline] // stage
01:21:24 [2026-04-09T23:21:24.738Z] [Pipeline] withEnv
01:21:24 [2026-04-09T23:21:24.739Z] [Pipeline] {
01:21:24 [2026-04-09T23:21:24.862Z] [Pipeline] isUnix
01:21:24 [2026-04-09T23:21:24.863Z] [Pipeline] withEnv
01:21:24 [2026-04-09T23:21:24.864Z] [Pipeline] {
01:21:24 [2026-04-09T23:21:24.874Z] [Pipeline] sh
01:21:25 [2026-04-09T23:21:25.130Z] + docker inspect -f . silverpeas/silverbuild:6.3.3
01:21:25 [2026-04-09T23:21:25.130Z] .
01:21:25 [2026-04-09T23:21:25.131Z] [Pipeline] }
01:21:25 [2026-04-09T23:21:25.140Z] [Pipeline] // withEnv
01:21:25 [2026-04-09T23:21:25.150Z] [Pipeline] withDockerContainer
01:21:25 [2026-04-09T23:21:25.180Z] Jenkins does not seem to be running inside a container
01:21:25 [2026-04-09T23:21:25.189Z] $ 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:25 [2026-04-09T23:21:25.539Z] $ docker top 1b1931f29ed60770fcd929051541f46e619a85c8121b2eef651b96e72147938e -eo pid,comm
01:21:25 [2026-04-09T23:21:25.578Z] [Pipeline] {
01:21:25 [2026-04-09T23:21:25.590Z] [Pipeline] withEnv
01:21:25 [2026-04-09T23:21:25.591Z] [Pipeline] {
01:21:25 [2026-04-09T23:21:25.601Z] [Pipeline] stage
01:21:25 [2026-04-09T23:21:25.601Z] [Pipeline] { (Resolve dependency on Silverpeas)
01:21:25 [2026-04-09T23:21:25.628Z] [Pipeline] script
01:21:25 [2026-04-09T23:21:25.632Z] [Pipeline] {
01:21:25 [2026-04-09T23:21:25.641Z] [Pipeline] echo
01:21:25 [2026-04-09T23:21:25.641Z] Working on branch 6.3.x
01:21:25 [2026-04-09T23:21:25.646Z] [Pipeline] copyArtifacts
01:21:25 [2026-04-09T23:21:25.653Z] Copied 1 artifact from "Silverpeas_6.3.x_AutoDeploy" build number 279
01:21:25 [2026-04-09T23:21:25.662Z] [Pipeline] readYaml
01:21:25 [2026-04-09T23:21:25.671Z] 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:25 [2026-04-09T23:21:25.672Z] 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:25 [2026-04-09T23:21:25.673Z] [Pipeline] sh
01:21:25 [2026-04-09T23:21:25.932Z] + rm -f build.yaml
01:21:25 [2026-04-09T23:21:25.933Z] [Pipeline] }
01:21:25 [2026-04-09T23:21:25.942Z] [Pipeline] // script
01:21:25 [2026-04-09T23:21:25.951Z] [Pipeline] echo
01:21:25 [2026-04-09T23:21:25.952Z] Parent version is 1.5.3
01:21:25 [2026-04-09T23:21:25.954Z] [Pipeline] echo
01:21:25 [2026-04-09T23:21:25.954Z] Silverpeas version is 6.3.7-build250214
01:21:25 [2026-04-09T23:21:25.955Z] [Pipeline] }
01:21:25 [2026-04-09T23:21:25.964Z] [Pipeline] // stage
01:21:25 [2026-04-09T23:21:25.974Z] [Pipeline] stage
01:21:25 [2026-04-09T23:21:25.975Z] [Pipeline] { (Prepare the project)
01:21:26 [2026-04-09T23:21:26.001Z] [Pipeline] git
01:21:26 [2026-04-09T23:21:26.003Z] The recommended git tool is: /usr/bin/git
01:21:26 [2026-04-09T23:21:26.003Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:26 [2026-04-09T23:21:26.012Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@3716686b; decorates hudson.Launcher$LocalLauncher@5d5ec092 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:26 [2026-04-09T23:21:26.013Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Mobile_6.3.x_AutoDeploy/.git # timeout=10
01:21:26 [2026-04-09T23:21:26.019Z] Fetching changes from the remote Git repository
01:21:26 [2026-04-09T23:21:26.022Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/silverpeasmobile # timeout=10
01:21:26 [2026-04-09T23:21:26.028Z] Fetching upstream changes from https://github.com/Silverpeas/silverpeasmobile
01:21:26 [2026-04-09T23:21:26.028Z] > /usr/bin/git --version # timeout=10
01:21:26 [2026-04-09T23:21:26.032Z] > git --version # 'git version 2.43.0'
01:21:26 [2026-04-09T23:21:26.033Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:26 [2026-04-09T23:21:26.039Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/silverpeasmobile +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:27 [2026-04-09T23:21:27.663Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:27 [2026-04-09T23:21:27.671Z] Checking out Revision defa63b4934e025329da4b267c4ca7f8968d7347 (refs/remotes/origin/6.3.x)
01:21:27 [2026-04-09T23:21:27.671Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:27 [2026-04-09T23:21:27.677Z] > /usr/bin/git checkout -f defa63b4934e025329da4b267c4ca7f8968d7347 # timeout=10
01:21:27 [2026-04-09T23:21:27.784Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:27 [2026-04-09T23:21:27.794Z] > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:27 [2026-04-09T23:21:27.802Z] > /usr/bin/git checkout -b 6.3.x defa63b4934e025329da4b267c4ca7f8968d7347 # timeout=10
01:21:27 [2026-04-09T23:21:27.927Z] Commit message: "Update dependency on Silverpeas to version 6.3.7-build250214"
01:21:27 [2026-04-09T23:21:27.927Z] > /usr/bin/git rev-list --no-walk defa63b4934e025329da4b267c4ca7f8968d7347 # timeout=10
01:21:27 [2026-04-09T23:21:27.949Z] [Pipeline] script
01:21:27 [2026-04-09T23:21:27.951Z] [Pipeline] {
01:21:27 [2026-04-09T23:21:27.968Z] [Pipeline] copyArtifacts
01:21:27 [2026-04-09T23:21:27.974Z] Copied 1 artifact from "Silverpeas_Mobile_6.3.x_AutoDeploy" build number 250
01:21:27 [2026-04-09T23:21:27.984Z] [Pipeline] readYaml
01:21:27 [2026-04-09T23:21:27.994Z] 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:27 [2026-04-09T23:21:27.996Z] [Pipeline] sh
01:21:28 [2026-04-09T23:21:28.255Z] + git rev-parse HEAD
01:21:28 [2026-04-09T23:21:28.258Z] [Pipeline] echo
01:21:28 [2026-04-09T23:21:28.258Z] Current commit is defa63b4934e025329da4b267c4ca7f8968d7347 and last build commit is defa63b4934e025329da4b267c4ca7f8968d7347
01:21:28 [2026-04-09T23:21:28.259Z] 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:28 [2026-04-09T23:21:28.259Z] [Pipeline] }
01:21:28 [2026-04-09T23:21:28.269Z] [Pipeline] // script
01:21:28 [2026-04-09T23:21:28.280Z] [Pipeline] script
01:21:28 [2026-04-09T23:21:28.285Z] [Pipeline] {
01:21:28 [2026-04-09T23:21:28.296Z] [Pipeline] readMavenPom
01:21:28 [2026-04-09T23:21:28.306Z] 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:28 [2026-04-09T23:21:28.307Z] 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:28 [2026-04-09T23:21:28.308Z] 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:28 [2026-04-09T23:21:28.308Z] 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:28 [2026-04-09T23:21:28.309Z] [Pipeline] echo
01:21:28 [2026-04-09T23:21:28.310Z] No changes and no update in Silverpeas since the last build
01:21:28 [2026-04-09T23:21:28.310Z] [Pipeline] }
01:21:28 [2026-04-09T23:21:28.319Z] [Pipeline] // script
01:21:28 [2026-04-09T23:21:28.329Z] [Pipeline] }
01:21:28 [2026-04-09T23:21:28.338Z] [Pipeline] // stage
01:21:28 [2026-04-09T23:21:28.350Z] [Pipeline] stage
01:21:28 [2026-04-09T23:21:28.350Z] [Pipeline] { (Build the project)
01:21:28 [2026-04-09T23:21:28.394Z] Stage "Build the project" skipped due to when conditional
01:21:28 [2026-04-09T23:21:28.395Z] [Pipeline] getContext
01:21:28 [2026-04-09T23:21:28.408Z] [Pipeline] stage
01:21:28 [2026-04-09T23:21:28.409Z] [Pipeline] { (Check POM parent version)
01:21:28 [2026-04-09T23:21:28.419Z] Stage "Build the project" skipped due to when conditional
01:21:28 [2026-04-09T23:21:28.420Z] [Pipeline] getContext
01:21:28 [2026-04-09T23:21:28.421Z] [Pipeline] }
01:21:28 [2026-04-09T23:21:28.430Z] [Pipeline] // stage
01:21:28 [2026-04-09T23:21:28.442Z] [Pipeline] stage
01:21:28 [2026-04-09T23:21:28.443Z] [Pipeline] { (Update POM parent)
01:21:28 [2026-04-09T23:21:28.452Z] Stage "Build the project" skipped due to when conditional
01:21:28 [2026-04-09T23:21:28.453Z] [Pipeline] getContext
01:21:28 [2026-04-09T23:21:28.455Z] [Pipeline] }
01:21:28 [2026-04-09T23:21:28.464Z] [Pipeline] // stage
01:21:28 [2026-04-09T23:21:28.474Z] [Pipeline] stage
01:21:28 [2026-04-09T23:21:28.475Z] [Pipeline] { (Update dependency on Silverpeas)
01:21:28 [2026-04-09T23:21:28.484Z] Stage "Build the project" skipped due to when conditional
01:21:28 [2026-04-09T23:21:28.485Z] [Pipeline] getContext
01:21:28 [2026-04-09T23:21:28.487Z] [Pipeline] }
01:21:28 [2026-04-09T23:21:28.495Z] [Pipeline] // stage
01:21:28 [2026-04-09T23:21:28.506Z] [Pipeline] stage
01:21:28 [2026-04-09T23:21:28.507Z] [Pipeline] { (Build and Publish)
01:21:28 [2026-04-09T23:21:28.515Z] Stage "Build the project" skipped due to when conditional
01:21:28 [2026-04-09T23:21:28.516Z] [Pipeline] getContext
01:21:28 [2026-04-09T23:21:28.518Z] [Pipeline] }
01:21:28 [2026-04-09T23:21:28.526Z] [Pipeline] // stage
01:21:28 [2026-04-09T23:21:28.533Z] [Pipeline] }
01:21:28 [2026-04-09T23:21:28.541Z] [Pipeline] // stage
01:21:28 [2026-04-09T23:21:28.552Z] [Pipeline] stage
01:21:28 [2026-04-09T23:21:28.552Z] [Pipeline] { (Create YAML build report)
01:21:28 [2026-04-09T23:21:28.576Z] [Pipeline] script
01:21:28 [2026-04-09T23:21:28.582Z] [Pipeline] {
01:21:28 [2026-04-09T23:21:28.594Z] [Pipeline] sh
01:21:28 [2026-04-09T23:21:28.852Z] + mkdir -p target
01:21:28 [2026-04-09T23:21:28.855Z] [Pipeline] sh
01:21:29 [2026-04-09T23:21:29.113Z] + mv build.yaml target/
01:21:29 [2026-04-09T23:21:29.114Z] [Pipeline] }
01:21:29 [2026-04-09T23:21:29.123Z] [Pipeline] // script
01:21:29 [2026-04-09T23:21:29.136Z] [Pipeline] }
01:21:29 [2026-04-09T23:21:29.149Z] [Pipeline] // stage
01:21:29 [2026-04-09T23:21:29.161Z] [Pipeline] stage
01:21:29 [2026-04-09T23:21:29.162Z] [Pipeline] { (Declarative: Post Actions)
01:21:29 [2026-04-09T23:21:29.179Z] [Pipeline] step
01:21:29 [2026-04-09T23:21:29.201Z] [Pipeline] script
01:21:29 [2026-04-09T23:21:29.205Z] [Pipeline] {
01:21:29 [2026-04-09T23:21:29.224Z] [Pipeline] }
01:21:29 [2026-04-09T23:21:29.233Z] [Pipeline] // script
01:21:29 [2026-04-09T23:21:29.248Z] [Pipeline] archiveArtifacts
01:21:29 [2026-04-09T23:21:29.251Z] Archiving artifacts
01:21:29 [2026-04-09T23:21:29.261Z] Enregistrement des empreintes numériques
01:21:29 [2026-04-09T23:21:29.287Z] [Pipeline] }
01:21:29 [2026-04-09T23:21:29.297Z] [Pipeline] // stage
01:21:29 [2026-04-09T23:21:29.306Z] [Pipeline] }
01:21:29 [2026-04-09T23:21:29.315Z] [Pipeline] // withEnv
01:21:29 [2026-04-09T23:21:29.325Z] [Pipeline] }
01:21:29 [2026-04-09T23:21:29.326Z] $ docker stop --time=1 1b1931f29ed60770fcd929051541f46e619a85c8121b2eef651b96e72147938e
01:21:30 [2026-04-09T23:21:30.609Z] $ docker rm -f --volumes 1b1931f29ed60770fcd929051541f46e619a85c8121b2eef651b96e72147938e
01:21:30 [2026-04-09T23:21:30.649Z] [Pipeline] // withDockerContainer
01:21:30 [2026-04-09T23:21:30.661Z] [Pipeline] }
01:21:30 [2026-04-09T23:21:30.672Z] [Pipeline] // withEnv
01:21:30 [2026-04-09T23:21:30.682Z] [Pipeline] }
01:21:30 [2026-04-09T23:21:30.693Z] [Pipeline] // node
01:21:30 [2026-04-09T23:21:30.704Z] [Pipeline] End of Pipeline
01:21:30 [2026-04-09T23:21:30.765Z] Finished: SUCCESS