19:24:20 [2025-06-18T17:24:20.054Z] Démarré par le projet amont "Silverpeas_Master_AutoDeploy" de numéro de build 961
19:24:20 [2025-06-18T17:24:20.054Z] Causé à l'origine par :
19:24:20 [2025-06-18T17:24:20.054Z] Lancé par une alarme périodique
19:24:20 [2025-06-18T17:24:20.054Z] Running as userbuild
19:24:20 [2025-06-18T17:24:20.467Z] Obtained src/builds/mobile/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git
19:24:20 [2025-06-18T17:24:20.596Z] [Pipeline] Start of Pipeline
19:24:20 [2025-06-18T17:24:20.861Z] [Pipeline] node
19:24:20 [2025-06-18T17:24:20.867Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_Mobile_Master_AutoDeploy
19:24:20 [2025-06-18T17:24:20.868Z] [Pipeline] {
19:24:20 [2025-06-18T17:24:20.890Z] [Pipeline] stage
19:24:20 [2025-06-18T17:24:20.890Z] [Pipeline] { (Declarative: Checkout SCM)
19:24:20 [2025-06-18T17:24:20.901Z] [Pipeline] checkout
19:24:20 [2025-06-18T17:24:20.903Z] Selected Git installation does not exist. Using Default
19:24:20 [2025-06-18T17:24:20.903Z] The recommended git tool is: NONE
19:24:20 [2025-06-18T17:24:20.903Z] No credentials specified
19:24:20 [2025-06-18T17:24:20.904Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Mobile_Master_AutoDeploy/.git # timeout=10
19:24:20 [2025-06-18T17:24:20.910Z] Fetching changes from the remote Git repository
19:24:20 [2025-06-18T17:24:20.912Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
19:24:20 [2025-06-18T17:24:20.918Z] Cleaning workspace
19:24:20 [2025-06-18T17:24:20.918Z] > /usr/bin/git rev-parse --verify HEAD # timeout=10
19:24:20 [2025-06-18T17:24:20.923Z] Resetting working tree
19:24:20 [2025-06-18T17:24:20.923Z] > /usr/bin/git reset --hard # timeout=10
19:24:20 [2025-06-18T17:24:20.951Z] > /usr/bin/git clean -fdx # timeout=10
19:24:21 [2025-06-18T17:24:21.227Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git
19:24:21 [2025-06-18T17:24:21.227Z] > /usr/bin/git --version # timeout=10
19:24:21 [2025-06-18T17:24:21.232Z] > git --version # 'git version 2.43.0'
19:24:21 [2025-06-18T17:24:21.232Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Jenkins-Pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
19:24:21 [2025-06-18T17:24:21.651Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:21 [2025-06-18T17:24:21.657Z] Checking out Revision 0bdaa0f2b228a18722cadfb52fcde86654ecae98 (refs/remotes/origin/master)
19:24:21 [2025-06-18T17:24:21.657Z] > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:21 [2025-06-18T17:24:21.661Z] > /usr/bin/git checkout -f 0bdaa0f2b228a18722cadfb52fcde86654ecae98 # timeout=10
19:24:21 [2025-06-18T17:24:21.745Z] Commit message: "Use of the withCredentials Jenkins statement to allow the injection of the credentials of the Git account used to push code change into the Github repo in the AutoDeploy build of the silverpeas mobile project."
19:24:21 [2025-06-18T17:24:21.746Z] > /usr/bin/git rev-list --no-walk 0bdaa0f2b228a18722cadfb52fcde86654ecae98 # timeout=10
19:24:21 [2025-06-18T17:24:21.766Z] [Pipeline] }
19:24:21 [2025-06-18T17:24:21.770Z] [Pipeline] // stage
19:24:21 [2025-06-18T17:24:21.785Z] [Pipeline] withEnv
19:24:21 [2025-06-18T17:24:21.786Z] [Pipeline] {
19:24:21 [2025-06-18T17:24:21.872Z] [Pipeline] isUnix
19:24:21 [2025-06-18T17:24:21.874Z] [Pipeline] withEnv
19:24:21 [2025-06-18T17:24:21.874Z] [Pipeline] {
19:24:21 [2025-06-18T17:24:21.884Z] [Pipeline] sh
19:24:22 [2025-06-18T17:24:22.140Z] + docker inspect -f . silverpeas/silverbuild:latest
19:24:22 [2025-06-18T17:24:22.140Z] .
19:24:22 [2025-06-18T17:24:22.141Z] [Pipeline] }
19:24:22 [2025-06-18T17:24:22.149Z] [Pipeline] // withEnv
19:24:22 [2025-06-18T17:24:22.159Z] [Pipeline] withDockerContainer
19:24:22 [2025-06-18T17:24:22.187Z] Jenkins does not seem to be running inside a container
19:24:22 [2025-06-18T17:24:22.194Z] $ 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:22 [2025-06-18T17:24:22.534Z] $ docker top 3b76ffed4d94df0666f42c34af0103ff14d9c070e20339670d6f79076094766a -eo pid,comm
19:24:22 [2025-06-18T17:24:22.571Z] [Pipeline] {
19:24:22 [2025-06-18T17:24:22.585Z] [Pipeline] withEnv
19:24:22 [2025-06-18T17:24:22.586Z] [Pipeline] {
19:24:22 [2025-06-18T17:24:22.595Z] [Pipeline] stage
19:24:22 [2025-06-18T17:24:22.596Z] [Pipeline] { (Resolve dependency on Silverpeas)
19:24:22 [2025-06-18T17:24:22.624Z] [Pipeline] script
19:24:22 [2025-06-18T17:24:22.631Z] [Pipeline] {
19:24:22 [2025-06-18T17:24:22.641Z] [Pipeline] echo
19:24:22 [2025-06-18T17:24:22.641Z] Working on branch master
19:24:22 [2025-06-18T17:24:22.646Z] [Pipeline] copyArtifacts
19:24:22 [2025-06-18T17:24:22.654Z] Copied 1 artifact from "Silverpeas_Master_AutoDeploy" build number 961
19:24:22 [2025-06-18T17:24:22.659Z] [Pipeline] readYaml
19:24:22 [2025-06-18T17:24:22.677Z] 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:22 [2025-06-18T17:24:22.677Z] 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:22 [2025-06-18T17:24:22.678Z] [Pipeline] sh
19:24:22 [2025-06-18T17:24:22.938Z] + rm -f build.yaml
19:24:22 [2025-06-18T17:24:22.939Z] [Pipeline] }
19:24:22 [2025-06-18T17:24:22.947Z] [Pipeline] // script
19:24:22 [2025-06-18T17:24:22.957Z] [Pipeline] echo
19:24:22 [2025-06-18T17:24:22.958Z] Parent version is 1.7-build250303
19:24:22 [2025-06-18T17:24:22.959Z] [Pipeline] echo
19:24:22 [2025-06-18T17:24:22.959Z] Silverpeas version is 6.5-build250615
19:24:22 [2025-06-18T17:24:22.960Z] [Pipeline] }
19:24:22 [2025-06-18T17:24:22.971Z] [Pipeline] // stage
19:24:22 [2025-06-18T17:24:22.981Z] [Pipeline] stage
19:24:22 [2025-06-18T17:24:22.982Z] [Pipeline] { (Prepare the project)
19:24:23 [2025-06-18T17:24:23.007Z] [Pipeline] git
19:24:23 [2025-06-18T17:24:23.010Z] The recommended git tool is: /usr/bin/git
19:24:23 [2025-06-18T17:24:23.011Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
19:24:23 [2025-06-18T17:24:23.022Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@7366a799; decorates hudson.Launcher$LocalLauncher@75141ac5 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
19:24:23 [2025-06-18T17:24:23.023Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Mobile_Master_AutoDeploy/.git # timeout=10
19:24:23 [2025-06-18T17:24:23.028Z] Fetching changes from the remote Git repository
19:24:23 [2025-06-18T17:24:23.034Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/silverpeasmobile # timeout=10
19:24:23 [2025-06-18T17:24:23.041Z] Fetching upstream changes from https://github.com/Silverpeas/silverpeasmobile
19:24:23 [2025-06-18T17:24:23.041Z] > /usr/bin/git --version # timeout=10
19:24:23 [2025-06-18T17:24:23.046Z] > git --version # 'git version 2.43.0'
19:24:23 [2025-06-18T17:24:23.046Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
19:24:23 [2025-06-18T17:24:23.052Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/silverpeasmobile +refs/heads/*:refs/remotes/origin/* # timeout=10
19:24:23 [2025-06-18T17:24:23.601Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:23 [2025-06-18T17:24:23.610Z] Checking out Revision c7a33adeca41ca732fa646c9a01de6b4d04f37f7 (refs/remotes/origin/master)
19:24:23 [2025-06-18T17:24:23.610Z] > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:23 [2025-06-18T17:24:23.616Z] > /usr/bin/git checkout -f c7a33adeca41ca732fa646c9a01de6b4d04f37f7 # timeout=10
19:24:23 [2025-06-18T17:24:23.750Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
19:24:23 [2025-06-18T17:24:23.761Z] > /usr/bin/git branch -D master # timeout=10
19:24:23 [2025-06-18T17:24:23.770Z] > /usr/bin/git checkout -b master c7a33adeca41ca732fa646c9a01de6b4d04f37f7 # timeout=10
19:24:23 [2025-06-18T17:24:23.910Z] Commit message: "Update dependency on Silverpeas to version 6.5-build250615"
19:24:23 [2025-06-18T17:24:23.911Z] > /usr/bin/git rev-list --no-walk 5219ad132033e56915220521f2b0fa3256ba93c6 # timeout=10
19:24:23 [2025-06-18T17:24:23.932Z] [Pipeline] script
19:24:23 [2025-06-18T17:24:23.936Z] [Pipeline] {
19:24:23 [2025-06-18T17:24:23.951Z] [Pipeline] copyArtifacts
19:24:23 [2025-06-18T17:24:23.959Z] Copied 1 artifact from "Silverpeas_Mobile_Master_AutoDeploy" build number 572
19:24:23 [2025-06-18T17:24:23.966Z] [Pipeline] readYaml
19:24:23 [2025-06-18T17:24:23.980Z] 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:23 [2025-06-18T17:24:23.982Z] [Pipeline] sh
19:24:24 [2025-06-18T17:24:24.240Z] + git rev-parse HEAD
19:24:24 [2025-06-18T17:24:24.242Z] [Pipeline] echo
19:24:24 [2025-06-18T17:24:24.243Z] Current commit is c7a33adeca41ca732fa646c9a01de6b4d04f37f7 and last build commit is c7a33adeca41ca732fa646c9a01de6b4d04f37f7
19:24:24 [2025-06-18T17:24:24.244Z] 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:24 [2025-06-18T17:24:24.244Z] [Pipeline] }
19:24:24 [2025-06-18T17:24:24.253Z] [Pipeline] // script
19:24:24 [2025-06-18T17:24:24.263Z] [Pipeline] script
19:24:24 [2025-06-18T17:24:24.269Z] [Pipeline] {
19:24:24 [2025-06-18T17:24:24.279Z] [Pipeline] readMavenPom
19:24:24 [2025-06-18T17:24:24.289Z] 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:24 [2025-06-18T17:24:24.290Z] 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:24 [2025-06-18T17:24:24.291Z] 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:24 [2025-06-18T17:24:24.291Z] 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:24 [2025-06-18T17:24:24.292Z] [Pipeline] echo
19:24:24 [2025-06-18T17:24:24.293Z] No changes and no update in Silverpeas since the last build
19:24:24 [2025-06-18T17:24:24.293Z] [Pipeline] }
19:24:24 [2025-06-18T17:24:24.302Z] [Pipeline] // script
19:24:24 [2025-06-18T17:24:24.311Z] [Pipeline] }
19:24:24 [2025-06-18T17:24:24.320Z] [Pipeline] // stage
19:24:24 [2025-06-18T17:24:24.332Z] [Pipeline] stage
19:24:24 [2025-06-18T17:24:24.332Z] [Pipeline] { (Build the project)
19:24:24 [2025-06-18T17:24:24.375Z] Stage "Build the project" skipped due to when conditional
19:24:24 [2025-06-18T17:24:24.376Z] [Pipeline] getContext
19:24:24 [2025-06-18T17:24:24.388Z] [Pipeline] stage
19:24:24 [2025-06-18T17:24:24.389Z] [Pipeline] { (Check POM parent version)
19:24:24 [2025-06-18T17:24:24.398Z] Stage "Build the project" skipped due to when conditional
19:24:24 [2025-06-18T17:24:24.399Z] [Pipeline] getContext
19:24:24 [2025-06-18T17:24:24.400Z] [Pipeline] }
19:24:24 [2025-06-18T17:24:24.409Z] [Pipeline] // stage
19:24:24 [2025-06-18T17:24:24.419Z] [Pipeline] stage
19:24:24 [2025-06-18T17:24:24.420Z] [Pipeline] { (Update POM parent)
19:24:24 [2025-06-18T17:24:24.429Z] Stage "Build the project" skipped due to when conditional
19:24:24 [2025-06-18T17:24:24.430Z] [Pipeline] getContext
19:24:24 [2025-06-18T17:24:24.432Z] [Pipeline] }
19:24:24 [2025-06-18T17:24:24.441Z] [Pipeline] // stage
19:24:24 [2025-06-18T17:24:24.451Z] [Pipeline] stage
19:24:24 [2025-06-18T17:24:24.452Z] [Pipeline] { (Update dependency on Silverpeas)
19:24:24 [2025-06-18T17:24:24.462Z] Stage "Build the project" skipped due to when conditional
19:24:24 [2025-06-18T17:24:24.463Z] [Pipeline] getContext
19:24:24 [2025-06-18T17:24:24.464Z] [Pipeline] }
19:24:24 [2025-06-18T17:24:24.472Z] [Pipeline] // stage
19:24:24 [2025-06-18T17:24:24.481Z] [Pipeline] stage
19:24:24 [2025-06-18T17:24:24.482Z] [Pipeline] { (Build and Publish)
19:24:24 [2025-06-18T17:24:24.490Z] Stage "Build the project" skipped due to when conditional
19:24:24 [2025-06-18T17:24:24.491Z] [Pipeline] getContext
19:24:24 [2025-06-18T17:24:24.493Z] [Pipeline] }
19:24:24 [2025-06-18T17:24:24.501Z] [Pipeline] // stage
19:24:24 [2025-06-18T17:24:24.508Z] [Pipeline] }
19:24:24 [2025-06-18T17:24:24.515Z] [Pipeline] // stage
19:24:24 [2025-06-18T17:24:24.525Z] [Pipeline] stage
19:24:24 [2025-06-18T17:24:24.526Z] [Pipeline] { (Create YAML build report)
19:24:24 [2025-06-18T17:24:24.549Z] [Pipeline] script
19:24:24 [2025-06-18T17:24:24.558Z] [Pipeline] {
19:24:24 [2025-06-18T17:24:24.568Z] [Pipeline] sh
19:24:24 [2025-06-18T17:24:24.826Z] + mkdir -p target
19:24:24 [2025-06-18T17:24:24.829Z] [Pipeline] sh
19:24:25 [2025-06-18T17:24:25.089Z] + mv build.yaml target/
19:24:25 [2025-06-18T17:24:25.090Z] [Pipeline] }
19:24:25 [2025-06-18T17:24:25.101Z] [Pipeline] // script
19:24:25 [2025-06-18T17:24:25.111Z] [Pipeline] }
19:24:25 [2025-06-18T17:24:25.119Z] [Pipeline] // stage
19:24:25 [2025-06-18T17:24:25.131Z] [Pipeline] stage
19:24:25 [2025-06-18T17:24:25.131Z] [Pipeline] { (Declarative: Post Actions)
19:24:25 [2025-06-18T17:24:25.149Z] [Pipeline] step
19:24:25 [2025-06-18T17:24:25.169Z] [Pipeline] script
19:24:25 [2025-06-18T17:24:25.175Z] [Pipeline] {
19:24:25 [2025-06-18T17:24:25.197Z] [Pipeline] }
19:24:25 [2025-06-18T17:24:25.206Z] [Pipeline] // script
19:24:25 [2025-06-18T17:24:25.220Z] [Pipeline] archiveArtifacts
19:24:25 [2025-06-18T17:24:25.223Z] Archiving artifacts
19:24:25 [2025-06-18T17:24:25.232Z] Enregistrement des empreintes numériques
19:24:25 [2025-06-18T17:24:25.253Z] [Pipeline] }
19:24:25 [2025-06-18T17:24:25.264Z] [Pipeline] // stage
19:24:25 [2025-06-18T17:24:25.272Z] [Pipeline] }
19:24:25 [2025-06-18T17:24:25.281Z] [Pipeline] // withEnv
19:24:25 [2025-06-18T17:24:25.289Z] [Pipeline] }
19:24:25 [2025-06-18T17:24:25.290Z] $ docker stop --time=1 3b76ffed4d94df0666f42c34af0103ff14d9c070e20339670d6f79076094766a
19:24:26 [2025-06-18T17:24:26.579Z] $ docker rm -f --volumes 3b76ffed4d94df0666f42c34af0103ff14d9c070e20339670d6f79076094766a
19:24:26 [2025-06-18T17:24:26.622Z] [Pipeline] // withDockerContainer
19:24:26 [2025-06-18T17:24:26.626Z] [Pipeline] }
19:24:26 [2025-06-18T17:24:26.630Z] [Pipeline] // withEnv
19:24:26 [2025-06-18T17:24:26.634Z] [Pipeline] }
19:24:26 [2025-06-18T17:24:26.637Z] [Pipeline] // node
19:24:26 [2025-06-18T17:24:26.642Z] [Pipeline] End of Pipeline
19:24:26 [2025-06-18T17:24:26.678Z] Finished: SUCCESS