19:24:22[2025-12-14T18:24:22.846Z] Démarré par le projet amont "Silverpeas_Master_AutoDeploy" de numéro de build 103319:24:22[2025-12-14T18:24:22.846Z] Causé à l'origine par :
19:24:22[2025-12-14T18:24:22.846Z] Lancé par une alarme périodique
19:24:22[2025-12-14T18:24:22.846Z] Running as userbuild19:24:23[2025-12-14T18:24:23.240Z] Obtained src/builds/mobile/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git19:24:23[2025-12-14T18:24:23.384Z] [Pipeline] Start of Pipeline
19:24:23[2025-12-14T18:24:23.594Z] [Pipeline] node
19:24:23[2025-12-14T18:24:23.596Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_Mobile_Master_AutoDeploy
19:24:23[2025-12-14T18:24:23.599Z] [Pipeline] {
19:24:23[2025-12-14T18:24:23.609Z] [Pipeline] stage
19:24:23[2025-12-14T18:24:23.610Z] [Pipeline] { (Declarative: Checkout SCM)
19:24:23[2025-12-14T18:24:23.617Z] [Pipeline] checkout
19:24:23[2025-12-14T18:24:23.618Z] Selected Git installation does not exist. Using Default
19:24:23[2025-12-14T18:24:23.618Z] The recommended git tool is: NONE
19:24:23[2025-12-14T18:24:23.618Z] No credentials specified
19:24:23[2025-12-14T18:24:23.619Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Mobile_Master_AutoDeploy/.git # timeout=10
19:24:23[2025-12-14T18:24:23.624Z] Fetching changes from the remote Git repository
19:24:23[2025-12-14T18:24:23.627Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
19:24:23[2025-12-14T18:24:23.634Z] Cleaning workspace
19:24:23[2025-12-14T18:24:23.634Z] > /usr/bin/git rev-parse --verify HEAD # timeout=10
19:24:23[2025-12-14T18:24:23.638Z] Resetting working tree
19:24:23[2025-12-14T18:24:23.638Z] > /usr/bin/git reset --hard # timeout=10
19:24:23[2025-12-14T18:24:23.741Z] > /usr/bin/git clean -fdx # timeout=10
19:24:23[2025-12-14T18:24:23.754Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git19:24:23[2025-12-14T18:24:23.754Z] > /usr/bin/git --version # timeout=10
19:24:23[2025-12-14T18:24:23.759Z] > git --version # 'git version 2.43.0'
19:24:23[2025-12-14T18:24:23.759Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Jenkins-Pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
19:24:24[2025-12-14T18:24:24.119Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:24[2025-12-14T18:24:24.127Z] Checking out Revision 1a3c726bd15b58b1d8b82d9cc1fc5c31a5533a45 (refs/remotes/origin/master)
19:24:24[2025-12-14T18:24:24.127Z] > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:24[2025-12-14T18:24:24.132Z] > /usr/bin/git checkout -f 1a3c726bd15b58b1d8b82d9cc1fc5c31a5533a45 # timeout=10
19:24:24[2025-12-14T18:24:24.220Z] Commit message: "Fix SonarQube Maven execution in pipelines."
19:24:24[2025-12-14T18:24:24.220Z] > /usr/bin/git rev-list --no-walk 1a3c726bd15b58b1d8b82d9cc1fc5c31a5533a45 # timeout=10
19:24:24[2025-12-14T18:24:24.245Z] [Pipeline] }
19:24:24[2025-12-14T18:24:24.248Z] [Pipeline] // stage
19:24:24[2025-12-14T18:24:24.261Z] [Pipeline] withEnv
19:24:24[2025-12-14T18:24:24.262Z] [Pipeline] {
19:24:24[2025-12-14T18:24:24.347Z] [Pipeline] isUnix
19:24:24[2025-12-14T18:24:24.348Z] [Pipeline] withEnv
19:24:24[2025-12-14T18:24:24.348Z] [Pipeline] {
19:24:24[2025-12-14T18:24:24.358Z] [Pipeline] sh
19:24:24[2025-12-14T18:24:24.614Z] + docker inspect -f . silverpeas/silverbuild:latest
19:24:24[2025-12-14T18:24:24.614Z] .
19:24:24[2025-12-14T18:24:24.615Z] [Pipeline] }
19:24:24[2025-12-14T18:24:24.622Z] [Pipeline] // withEnv
19:24:24[2025-12-14T18:24:24.632Z] [Pipeline] withDockerContainer
19:24:24[2025-12-14T18:24:24.660Z] Jenkins does not seem to be running inside a container
19:24:24[2025-12-14T18:24:24.667Z] $ 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[2025-12-14T18:24:25.006Z] $ docker top b1021756193c41d5e01c54cadbee474a6010a43148bd084e6fa184a38f06a1b3 -eo pid,comm
19:24:25[2025-12-14T18:24:25.044Z] [Pipeline] {
19:24:25[2025-12-14T18:24:25.054Z] [Pipeline] withEnv
19:24:25[2025-12-14T18:24:25.054Z] [Pipeline] {
19:24:25[2025-12-14T18:24:25.060Z] [Pipeline] stage
19:24:25[2025-12-14T18:24:25.060Z] [Pipeline] { (Resolve dependency on Silverpeas)
19:24:25[2025-12-14T18:24:25.072Z] [Pipeline] script
19:24:25[2025-12-14T18:24:25.074Z] [Pipeline] {
19:24:25[2025-12-14T18:24:25.078Z] [Pipeline] echo
19:24:25[2025-12-14T18:24:25.078Z] Working on branch master
19:24:25[2025-12-14T18:24:25.080Z] [Pipeline] copyArtifacts
19:24:25[2025-12-14T18:24:25.085Z] Copied 1 artifact from "Silverpeas_Master_AutoDeploy" build number 103319:24:25[2025-12-14T18:24:25.091Z] [Pipeline] readYaml
19:24:25[2025-12-14T18:24:25.098Z] 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[2025-12-14T18:24:25.098Z] 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[2025-12-14T18:24:25.099Z] [Pipeline] sh
19:24:25[2025-12-14T18:24:25.356Z] + rm -f build.yaml
19:24:25[2025-12-14T18:24:25.357Z] [Pipeline] }
19:24:25[2025-12-14T18:24:25.365Z] [Pipeline] // script
19:24:25[2025-12-14T18:24:25.375Z] [Pipeline] echo
19:24:25[2025-12-14T18:24:25.375Z] Parent version is 1.7-build251205
19:24:25[2025-12-14T18:24:25.377Z] [Pipeline] echo
19:24:25[2025-12-14T18:24:25.377Z] Silverpeas version is 6.5-build251207
19:24:25[2025-12-14T18:24:25.378Z] [Pipeline] }
19:24:25[2025-12-14T18:24:25.387Z] [Pipeline] // stage
19:24:25[2025-12-14T18:24:25.397Z] [Pipeline] stage
19:24:25[2025-12-14T18:24:25.398Z] [Pipeline] { (Prepare the project)
19:24:25[2025-12-14T18:24:25.421Z] [Pipeline] git
19:24:25[2025-12-14T18:24:25.423Z] The recommended git tool is: /usr/bin/git
19:24:25[2025-12-14T18:24:25.424Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
19:24:25[2025-12-14T18:24:25.433Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@1ffde22; decorates hudson.Launcher$LocalLauncher@7dc9e9e3 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
19:24:25[2025-12-14T18:24:25.433Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Mobile_Master_AutoDeploy/.git # timeout=10
19:24:25[2025-12-14T18:24:25.439Z] Fetching changes from the remote Git repository
19:24:25[2025-12-14T18:24:25.442Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/silverpeasmobile # timeout=10
19:24:25[2025-12-14T18:24:25.448Z] Fetching upstream changes from https://github.com/Silverpeas/silverpeasmobile19:24:25[2025-12-14T18:24:25.449Z] > /usr/bin/git --version # timeout=10
19:24:25[2025-12-14T18:24:25.453Z] > git --version # 'git version 2.43.0'
19:24:25[2025-12-14T18:24:25.453Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
19:24:25[2025-12-14T18:24:25.459Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/silverpeasmobile +refs/heads/*:refs/remotes/origin/* # timeout=10
19:24:25[2025-12-14T18:24:25.970Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:25[2025-12-14T18:24:25.979Z] Checking out Revision 06dabbe7d77737350b4e40a4772ffab725314275 (refs/remotes/origin/master)
19:24:25[2025-12-14T18:24:25.979Z] > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:25[2025-12-14T18:24:25.984Z] > /usr/bin/git checkout -f 06dabbe7d77737350b4e40a4772ffab725314275 # timeout=10
19:24:26[2025-12-14T18:24:26.117Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
19:24:26[2025-12-14T18:24:26.127Z] > /usr/bin/git branch -D master # timeout=10
19:24:26[2025-12-14T18:24:26.135Z] > /usr/bin/git checkout -b master 06dabbe7d77737350b4e40a4772ffab725314275 # timeout=10
19:24:26[2025-12-14T18:24:26.275Z] Commit message: "Update dependency on Silverpeas to version 6.5-build251207"
19:24:26[2025-12-14T18:24:26.275Z] > /usr/bin/git rev-list --no-walk 06dabbe7d77737350b4e40a4772ffab725314275 # timeout=10
19:24:26[2025-12-14T18:24:26.297Z] [Pipeline] script
19:24:26[2025-12-14T18:24:26.299Z] [Pipeline] {
19:24:26[2025-12-14T18:24:26.307Z] [Pipeline] copyArtifacts
19:24:26[2025-12-14T18:24:26.312Z] Copied 1 artifact from "Silverpeas_Mobile_Master_AutoDeploy" build number 61319:24:26[2025-12-14T18:24:26.316Z] [Pipeline] readYaml
19:24:26[2025-12-14T18:24:26.321Z] 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[2025-12-14T18:24:26.322Z] [Pipeline] sh
19:24:26[2025-12-14T18:24:26.578Z] + git rev-parse HEAD
19:24:26[2025-12-14T18:24:26.580Z] [Pipeline] echo
19:24:26[2025-12-14T18:24:26.581Z] Current commit is 06dabbe7d77737350b4e40a4772ffab725314275 and last build commit is 06dabbe7d77737350b4e40a4772ffab725314275
19:24:26[2025-12-14T18:24:26.581Z] 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:26[2025-12-14T18:24:26.582Z] [Pipeline] }
19:24:26[2025-12-14T18:24:26.592Z] [Pipeline] // script
19:24:26[2025-12-14T18:24:26.601Z] [Pipeline] script
19:24:26[2025-12-14T18:24:26.605Z] [Pipeline] {
19:24:26[2025-12-14T18:24:26.621Z] [Pipeline] readMavenPom
19:24:26[2025-12-14T18:24:26.630Z] 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:26[2025-12-14T18:24:26.631Z] 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:26[2025-12-14T18:24:26.632Z] 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:26[2025-12-14T18:24:26.632Z] 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:26[2025-12-14T18:24:26.633Z] [Pipeline] echo
19:24:26[2025-12-14T18:24:26.634Z] No changes and no update in Silverpeas since the last build
19:24:26[2025-12-14T18:24:26.634Z] [Pipeline] }
19:24:26[2025-12-14T18:24:26.641Z] [Pipeline] // script
19:24:26[2025-12-14T18:24:26.648Z] [Pipeline] }
19:24:26[2025-12-14T18:24:26.654Z] [Pipeline] // stage
19:24:26[2025-12-14T18:24:26.664Z] [Pipeline] stage
19:24:26[2025-12-14T18:24:26.665Z] [Pipeline] { (Build the project)
19:24:26[2025-12-14T18:24:26.705Z] Stage "Build the project" skipped due to when conditional
19:24:26[2025-12-14T18:24:26.706Z] [Pipeline] getContext
19:24:26[2025-12-14T18:24:26.719Z] [Pipeline] stage
19:24:26[2025-12-14T18:24:26.719Z] [Pipeline] { (Check POM parent version)
19:24:26[2025-12-14T18:24:26.728Z] Stage "Build the project" skipped due to when conditional
19:24:26[2025-12-14T18:24:26.729Z] [Pipeline] getContext
19:24:26[2025-12-14T18:24:26.731Z] [Pipeline] }
19:24:26[2025-12-14T18:24:26.739Z] [Pipeline] // stage
19:24:26[2025-12-14T18:24:26.750Z] [Pipeline] stage
19:24:26[2025-12-14T18:24:26.751Z] [Pipeline] { (Update POM parent)
19:24:26[2025-12-14T18:24:26.759Z] Stage "Build the project" skipped due to when conditional
19:24:26[2025-12-14T18:24:26.760Z] [Pipeline] getContext
19:24:26[2025-12-14T18:24:26.762Z] [Pipeline] }
19:24:26[2025-12-14T18:24:26.770Z] [Pipeline] // stage
19:24:26[2025-12-14T18:24:26.781Z] [Pipeline] stage
19:24:26[2025-12-14T18:24:26.781Z] [Pipeline] { (Update dependency on Silverpeas)
19:24:26[2025-12-14T18:24:26.789Z] Stage "Build the project" skipped due to when conditional
19:24:26[2025-12-14T18:24:26.790Z] [Pipeline] getContext
19:24:26[2025-12-14T18:24:26.792Z] [Pipeline] }
19:24:26[2025-12-14T18:24:26.799Z] [Pipeline] // stage
19:24:26[2025-12-14T18:24:26.809Z] [Pipeline] stage
19:24:26[2025-12-14T18:24:26.809Z] [Pipeline] { (Build and Publish)
19:24:26[2025-12-14T18:24:26.817Z] Stage "Build the project" skipped due to when conditional
19:24:26[2025-12-14T18:24:26.818Z] [Pipeline] getContext
19:24:26[2025-12-14T18:24:26.819Z] [Pipeline] }
19:24:26[2025-12-14T18:24:26.827Z] [Pipeline] // stage
19:24:26[2025-12-14T18:24:26.834Z] [Pipeline] }
19:24:26[2025-12-14T18:24:26.841Z] [Pipeline] // stage
19:24:26[2025-12-14T18:24:26.851Z] [Pipeline] stage
19:24:26[2025-12-14T18:24:26.852Z] [Pipeline] { (Create YAML build report)
19:24:26[2025-12-14T18:24:26.871Z] [Pipeline] script
19:24:26[2025-12-14T18:24:26.875Z] [Pipeline] {
19:24:26[2025-12-14T18:24:26.885Z] [Pipeline] sh
19:24:27[2025-12-14T18:24:27.143Z] + mkdir -p target
19:24:27[2025-12-14T18:24:27.146Z] [Pipeline] sh
19:24:27[2025-12-14T18:24:27.405Z] + mv build.yaml target/
19:24:27[2025-12-14T18:24:27.406Z] [Pipeline] }
19:24:27[2025-12-14T18:24:27.414Z] [Pipeline] // script
19:24:27[2025-12-14T18:24:27.423Z] [Pipeline] }
19:24:27[2025-12-14T18:24:27.431Z] [Pipeline] // stage
19:24:27[2025-12-14T18:24:27.442Z] [Pipeline] stage
19:24:27[2025-12-14T18:24:27.443Z] [Pipeline] { (Declarative: Post Actions)
19:24:27[2025-12-14T18:24:27.458Z] [Pipeline] step
19:24:27[2025-12-14T18:24:27.479Z] [Pipeline] script
19:24:27[2025-12-14T18:24:27.483Z] [Pipeline] {
19:24:27[2025-12-14T18:24:27.501Z] [Pipeline] }
19:24:27[2025-12-14T18:24:27.509Z] [Pipeline] // script
19:24:27[2025-12-14T18:24:27.523Z] [Pipeline] archiveArtifacts
19:24:27[2025-12-14T18:24:27.526Z] Archiving artifacts
19:24:27[2025-12-14T18:24:27.534Z] Enregistrement des empreintes numériques
19:24:27[2025-12-14T18:24:27.560Z] [Pipeline] }
19:24:27[2025-12-14T18:24:27.569Z] [Pipeline] // stage
19:24:27[2025-12-14T18:24:27.577Z] [Pipeline] }
19:24:27[2025-12-14T18:24:27.585Z] [Pipeline] // withEnv
19:24:27[2025-12-14T18:24:27.594Z] [Pipeline] }
19:24:27[2025-12-14T18:24:27.594Z] $ docker stop --time=1 b1021756193c41d5e01c54cadbee474a6010a43148bd084e6fa184a38f06a1b3
19:24:28[2025-12-14T18:24:28.851Z] $ docker rm -f --volumes b1021756193c41d5e01c54cadbee474a6010a43148bd084e6fa184a38f06a1b3
19:24:28[2025-12-14T18:24:28.892Z] [Pipeline] // withDockerContainer
19:24:28[2025-12-14T18:24:28.896Z] [Pipeline] }
19:24:28[2025-12-14T18:24:28.899Z] [Pipeline] // withEnv
19:24:28[2025-12-14T18:24:28.906Z] [Pipeline] }
19:24:28[2025-12-14T18:24:28.914Z] [Pipeline] // node
19:24:28[2025-12-14T18:24:28.923Z] [Pipeline] End of Pipeline
19:24:28[2025-12-14T18:24:28.974Z] Finished: SUCCESS