19:24:26 [2025-11-19T18:24:26.186Z] Démarré par le projet amont "Silverpeas_Master_AutoDeploy" de numéro de build 1025
19:24:26 [2025-11-19T18:24:26.186Z] Causé à l'origine par :
19:24:26 [2025-11-19T18:24:26.186Z] Lancé par une alarme périodique
19:24:26 [2025-11-19T18:24:26.187Z] Running as userbuild
19:24:26 [2025-11-19T18:24:26.580Z] Obtained src/builds/mobile/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git
19:24:26 [2025-11-19T18:24:26.783Z] [Pipeline] Start of Pipeline
19:24:27 [2025-11-19T18:24:27.168Z] [Pipeline] node
19:24:27 [2025-11-19T18:24:27.174Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_Mobile_Master_AutoDeploy
19:24:27 [2025-11-19T18:24:27.176Z] [Pipeline] {
19:24:27 [2025-11-19T18:24:27.190Z] [Pipeline] stage
19:24:27 [2025-11-19T18:24:27.190Z] [Pipeline] { (Declarative: Checkout SCM)
19:24:27 [2025-11-19T18:24:27.200Z] [Pipeline] checkout
19:24:27 [2025-11-19T18:24:27.201Z] Selected Git installation does not exist. Using Default
19:24:27 [2025-11-19T18:24:27.201Z] The recommended git tool is: NONE
19:24:27 [2025-11-19T18:24:27.201Z] No credentials specified
19:24:27 [2025-11-19T18:24:27.202Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Mobile_Master_AutoDeploy/.git # timeout=10
19:24:27 [2025-11-19T18:24:27.207Z] Fetching changes from the remote Git repository
19:24:27 [2025-11-19T18:24:27.211Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
19:24:27 [2025-11-19T18:24:27.217Z] Cleaning workspace
19:24:27 [2025-11-19T18:24:27.217Z] > /usr/bin/git rev-parse --verify HEAD # timeout=10
19:24:27 [2025-11-19T18:24:27.222Z] Resetting working tree
19:24:27 [2025-11-19T18:24:27.222Z] > /usr/bin/git reset --hard # timeout=10
19:24:27 [2025-11-19T18:24:27.330Z] > /usr/bin/git clean -fdx # timeout=10
19:24:27 [2025-11-19T18:24:27.342Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git
19:24:27 [2025-11-19T18:24:27.342Z] > /usr/bin/git --version # timeout=10
19:24:27 [2025-11-19T18:24:27.347Z] > git --version # 'git version 2.43.0'
19:24:27 [2025-11-19T18:24:27.347Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Jenkins-Pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
19:24:27 [2025-11-19T18:24:27.713Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:27 [2025-11-19T18:24:27.720Z] Checking out Revision be187094479d978273bfeafee509985e7389c5e3 (refs/remotes/origin/master)
19:24:27 [2025-11-19T18:24:27.721Z] > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:27 [2025-11-19T18:24:27.726Z] > /usr/bin/git checkout -f be187094479d978273bfeafee509985e7389c5e3 # timeout=10
19:24:27 [2025-11-19T18:24:27.823Z] Commit message: "Refine the failure step in the silverpeas build pipeline"
19:24:27 [2025-11-19T18:24:27.824Z] > /usr/bin/git rev-list --no-walk be187094479d978273bfeafee509985e7389c5e3 # timeout=10
19:24:27 [2025-11-19T18:24:27.854Z] [Pipeline] }
19:24:27 [2025-11-19T18:24:27.861Z] [Pipeline] // stage
19:24:27 [2025-11-19T18:24:27.883Z] [Pipeline] withEnv
19:24:27 [2025-11-19T18:24:27.885Z] [Pipeline] {
19:24:28 [2025-11-19T18:24:28.050Z] [Pipeline] isUnix
19:24:28 [2025-11-19T18:24:28.052Z] [Pipeline] withEnv
19:24:28 [2025-11-19T18:24:28.052Z] [Pipeline] {
19:24:28 [2025-11-19T18:24:28.064Z] [Pipeline] sh
19:24:28 [2025-11-19T18:24:28.323Z] + docker inspect -f . silverpeas/silverbuild:latest
19:24:28 [2025-11-19T18:24:28.323Z] .
19:24:28 [2025-11-19T18:24:28.325Z] [Pipeline] }
19:24:28 [2025-11-19T18:24:28.334Z] [Pipeline] // withEnv
19:24:28 [2025-11-19T18:24:28.346Z] [Pipeline] withDockerContainer
19:24:28 [2025-11-19T18:24:28.379Z] Jenkins does not seem to be running inside a container
19:24:28 [2025-11-19T18:24:28.387Z] $ 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:28 [2025-11-19T18:24:28.716Z] $ docker top 00c91f2224f8535a50fbcb6a91e496c7fba68ec66e6fbdb5371022d2e761ca24 -eo pid,comm
19:24:28 [2025-11-19T18:24:28.756Z] [Pipeline] {
19:24:28 [2025-11-19T18:24:28.771Z] [Pipeline] withEnv
19:24:28 [2025-11-19T18:24:28.771Z] [Pipeline] {
19:24:28 [2025-11-19T18:24:28.782Z] [Pipeline] stage
19:24:28 [2025-11-19T18:24:28.782Z] [Pipeline] { (Resolve dependency on Silverpeas)
19:24:28 [2025-11-19T18:24:28.821Z] [Pipeline] script
19:24:28 [2025-11-19T18:24:28.828Z] [Pipeline] {
19:24:28 [2025-11-19T18:24:28.840Z] [Pipeline] echo
19:24:28 [2025-11-19T18:24:28.840Z] Working on branch master
19:24:28 [2025-11-19T18:24:28.846Z] [Pipeline] copyArtifacts
19:24:28 [2025-11-19T18:24:28.855Z] Copied 1 artifact from "Silverpeas_Master_AutoDeploy" build number 1025
19:24:28 [2025-11-19T18:24:28.864Z] [Pipeline] readYaml
19:24:28 [2025-11-19T18:24:28.874Z] 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:28 [2025-11-19T18:24:28.874Z] 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:28 [2025-11-19T18:24:28.877Z] [Pipeline] sh
19:24:29 [2025-11-19T18:24:29.136Z] + rm -f build.yaml
19:24:29 [2025-11-19T18:24:29.138Z] [Pipeline] }
19:24:29 [2025-11-19T18:24:29.146Z] [Pipeline] // script
19:24:29 [2025-11-19T18:24:29.157Z] [Pipeline] echo
19:24:29 [2025-11-19T18:24:29.158Z] Parent version is 1.7-build251103
19:24:29 [2025-11-19T18:24:29.160Z] [Pipeline] echo
19:24:29 [2025-11-19T18:24:29.160Z] Silverpeas version is 6.5-build251109
19:24:29 [2025-11-19T18:24:29.162Z] [Pipeline] }
19:24:29 [2025-11-19T18:24:29.171Z] [Pipeline] // stage
19:24:29 [2025-11-19T18:24:29.183Z] [Pipeline] stage
19:24:29 [2025-11-19T18:24:29.184Z] [Pipeline] { (Prepare the project)
19:24:29 [2025-11-19T18:24:29.217Z] [Pipeline] git
19:24:29 [2025-11-19T18:24:29.229Z] The recommended git tool is: /usr/bin/git
19:24:29 [2025-11-19T18:24:29.230Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
19:24:29 [2025-11-19T18:24:29.237Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@5f9e07cb; decorates hudson.Launcher$LocalLauncher@2966fcc8 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
19:24:29 [2025-11-19T18:24:29.237Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Mobile_Master_AutoDeploy/.git # timeout=10
19:24:29 [2025-11-19T18:24:29.243Z] Fetching changes from the remote Git repository
19:24:29 [2025-11-19T18:24:29.245Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/silverpeasmobile # timeout=10
19:24:29 [2025-11-19T18:24:29.250Z] Fetching upstream changes from https://github.com/Silverpeas/silverpeasmobile
19:24:29 [2025-11-19T18:24:29.250Z] > /usr/bin/git --version # timeout=10
19:24:29 [2025-11-19T18:24:29.256Z] > git --version # 'git version 2.43.0'
19:24:29 [2025-11-19T18:24:29.256Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
19:24:29 [2025-11-19T18:24:29.262Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/silverpeasmobile +refs/heads/*:refs/remotes/origin/* # timeout=10
19:24:29 [2025-11-19T18:24:29.639Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:29 [2025-11-19T18:24:29.649Z] Checking out Revision f9a17b0b43367e3f1028f2f80b3eae3b6db60fc5 (refs/remotes/origin/master)
19:24:29 [2025-11-19T18:24:29.649Z] > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:29 [2025-11-19T18:24:29.655Z] > /usr/bin/git checkout -f f9a17b0b43367e3f1028f2f80b3eae3b6db60fc5 # timeout=10
19:24:29 [2025-11-19T18:24:29.784Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
19:24:29 [2025-11-19T18:24:29.794Z] > /usr/bin/git branch -D master # timeout=10
19:24:29 [2025-11-19T18:24:29.802Z] > /usr/bin/git checkout -b master f9a17b0b43367e3f1028f2f80b3eae3b6db60fc5 # timeout=10
19:24:29 [2025-11-19T18:24:29.948Z] Commit message: "Update dependency on Silverpeas to version 6.5-build251109"
19:24:29 [2025-11-19T18:24:29.948Z] > /usr/bin/git rev-list --no-walk f9a17b0b43367e3f1028f2f80b3eae3b6db60fc5 # timeout=10
19:24:29 [2025-11-19T18:24:29.969Z] [Pipeline] script
19:24:29 [2025-11-19T18:24:29.972Z] [Pipeline] {
19:24:29 [2025-11-19T18:24:29.985Z] [Pipeline] copyArtifacts
19:24:29 [2025-11-19T18:24:29.992Z] Copied 1 artifact from "Silverpeas_Mobile_Master_AutoDeploy" build number 606
19:24:30 [2025-11-19T18:24:30.003Z] [Pipeline] readYaml
19:24:30 [2025-11-19T18:24:30.013Z] 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:30 [2025-11-19T18:24:30.016Z] [Pipeline] sh
19:24:30 [2025-11-19T18:24:30.276Z] + git rev-parse HEAD
19:24:30 [2025-11-19T18:24:30.279Z] [Pipeline] echo
19:24:30 [2025-11-19T18:24:30.280Z] Current commit is f9a17b0b43367e3f1028f2f80b3eae3b6db60fc5 and last build commit is f9a17b0b43367e3f1028f2f80b3eae3b6db60fc5
19:24:30 [2025-11-19T18:24:30.281Z] 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:30 [2025-11-19T18:24:30.282Z] [Pipeline] }
19:24:30 [2025-11-19T18:24:30.294Z] [Pipeline] // script
19:24:30 [2025-11-19T18:24:30.305Z] [Pipeline] script
19:24:30 [2025-11-19T18:24:30.311Z] [Pipeline] {
19:24:30 [2025-11-19T18:24:30.323Z] [Pipeline] readMavenPom
19:24:30 [2025-11-19T18:24:30.333Z] 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:30 [2025-11-19T18:24:30.334Z] 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:30 [2025-11-19T18:24:30.335Z] 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:30 [2025-11-19T18:24:30.336Z] 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:30 [2025-11-19T18:24:30.337Z] [Pipeline] echo
19:24:30 [2025-11-19T18:24:30.338Z] No changes and no update in Silverpeas since the last build
19:24:30 [2025-11-19T18:24:30.339Z] [Pipeline] }
19:24:30 [2025-11-19T18:24:30.348Z] [Pipeline] // script
19:24:30 [2025-11-19T18:24:30.358Z] [Pipeline] }
19:24:30 [2025-11-19T18:24:30.367Z] [Pipeline] // stage
19:24:30 [2025-11-19T18:24:30.380Z] [Pipeline] stage
19:24:30 [2025-11-19T18:24:30.381Z] [Pipeline] { (Build the project)
19:24:30 [2025-11-19T18:24:30.435Z] Stage "Build the project" skipped due to when conditional
19:24:30 [2025-11-19T18:24:30.437Z] [Pipeline] getContext
19:24:30 [2025-11-19T18:24:30.450Z] [Pipeline] stage
19:24:30 [2025-11-19T18:24:30.451Z] [Pipeline] { (Check POM parent version)
19:24:30 [2025-11-19T18:24:30.461Z] Stage "Build the project" skipped due to when conditional
19:24:30 [2025-11-19T18:24:30.463Z] [Pipeline] getContext
19:24:30 [2025-11-19T18:24:30.465Z] [Pipeline] }
19:24:30 [2025-11-19T18:24:30.474Z] [Pipeline] // stage
19:24:30 [2025-11-19T18:24:30.486Z] [Pipeline] stage
19:24:30 [2025-11-19T18:24:30.487Z] [Pipeline] { (Update POM parent)
19:24:30 [2025-11-19T18:24:30.496Z] Stage "Build the project" skipped due to when conditional
19:24:30 [2025-11-19T18:24:30.497Z] [Pipeline] getContext
19:24:30 [2025-11-19T18:24:30.499Z] [Pipeline] }
19:24:30 [2025-11-19T18:24:30.508Z] [Pipeline] // stage
19:24:30 [2025-11-19T18:24:30.519Z] [Pipeline] stage
19:24:30 [2025-11-19T18:24:30.521Z] [Pipeline] { (Update dependency on Silverpeas)
19:24:30 [2025-11-19T18:24:30.530Z] Stage "Build the project" skipped due to when conditional
19:24:30 [2025-11-19T18:24:30.531Z] [Pipeline] getContext
19:24:30 [2025-11-19T18:24:30.533Z] [Pipeline] }
19:24:30 [2025-11-19T18:24:30.542Z] [Pipeline] // stage
19:24:30 [2025-11-19T18:24:30.552Z] [Pipeline] stage
19:24:30 [2025-11-19T18:24:30.553Z] [Pipeline] { (Build and Publish)
19:24:30 [2025-11-19T18:24:30.562Z] Stage "Build the project" skipped due to when conditional
19:24:30 [2025-11-19T18:24:30.563Z] [Pipeline] getContext
19:24:30 [2025-11-19T18:24:30.566Z] [Pipeline] }
19:24:30 [2025-11-19T18:24:30.574Z] [Pipeline] // stage
19:24:30 [2025-11-19T18:24:30.582Z] [Pipeline] }
19:24:30 [2025-11-19T18:24:30.589Z] [Pipeline] // stage
19:24:30 [2025-11-19T18:24:30.599Z] [Pipeline] stage
19:24:30 [2025-11-19T18:24:30.600Z] [Pipeline] { (Create YAML build report)
19:24:30 [2025-11-19T18:24:30.625Z] [Pipeline] script
19:24:30 [2025-11-19T18:24:30.631Z] [Pipeline] {
19:24:30 [2025-11-19T18:24:30.643Z] [Pipeline] sh
19:24:30 [2025-11-19T18:24:30.902Z] + mkdir -p target
19:24:30 [2025-11-19T18:24:30.905Z] [Pipeline] sh
19:24:31 [2025-11-19T18:24:31.163Z] + mv build.yaml target/
19:24:31 [2025-11-19T18:24:31.165Z] [Pipeline] }
19:24:31 [2025-11-19T18:24:31.174Z] [Pipeline] // script
19:24:31 [2025-11-19T18:24:31.184Z] [Pipeline] }
19:24:31 [2025-11-19T18:24:31.193Z] [Pipeline] // stage
19:24:31 [2025-11-19T18:24:31.205Z] [Pipeline] stage
19:24:31 [2025-11-19T18:24:31.206Z] [Pipeline] { (Declarative: Post Actions)
19:24:31 [2025-11-19T18:24:31.225Z] [Pipeline] step
19:24:31 [2025-11-19T18:24:31.250Z] [Pipeline] script
19:24:31 [2025-11-19T18:24:31.256Z] [Pipeline] {
19:24:31 [2025-11-19T18:24:31.276Z] [Pipeline] }
19:24:31 [2025-11-19T18:24:31.285Z] [Pipeline] // script
19:24:31 [2025-11-19T18:24:31.301Z] [Pipeline] archiveArtifacts
19:24:31 [2025-11-19T18:24:31.305Z] Archiving artifacts
19:24:31 [2025-11-19T18:24:31.314Z] Enregistrement des empreintes numériques
19:24:31 [2025-11-19T18:24:31.344Z] [Pipeline] }
19:24:31 [2025-11-19T18:24:31.353Z] [Pipeline] // stage
19:24:31 [2025-11-19T18:24:31.362Z] [Pipeline] }
19:24:31 [2025-11-19T18:24:31.371Z] [Pipeline] // withEnv
19:24:31 [2025-11-19T18:24:31.380Z] [Pipeline] }
19:24:31 [2025-11-19T18:24:31.381Z] $ docker stop --time=1 00c91f2224f8535a50fbcb6a91e496c7fba68ec66e6fbdb5371022d2e761ca24
19:24:32 [2025-11-19T18:24:32.661Z] $ docker rm -f --volumes 00c91f2224f8535a50fbcb6a91e496c7fba68ec66e6fbdb5371022d2e761ca24
19:24:32 [2025-11-19T18:24:32.702Z] [Pipeline] // withDockerContainer
19:24:32 [2025-11-19T18:24:32.710Z] [Pipeline] }
19:24:32 [2025-11-19T18:24:32.717Z] [Pipeline] // withEnv
19:24:32 [2025-11-19T18:24:32.726Z] [Pipeline] }
19:24:32 [2025-11-19T18:24:32.735Z] [Pipeline] // node
19:24:32 [2025-11-19T18:24:32.752Z] [Pipeline] End of Pipeline
19:24:32 [2025-11-19T18:24:32.814Z] Finished: SUCCESS