Skip to content
Succès

Sortie de la console

06:46:22 [2025-03-24T05:46:22.765Z] Démarré par le projet amont "Silverpeas_Stable_AutoDeploy" de numéro de build 374
06:46:22 [2025-03-24T05:46:22.765Z] Causé à l'origine par :
06:46:22 [2025-03-24T05:46:22.765Z]  Lancé par une alarme périodique
06:46:22 [2025-03-24T05:46:22.765Z] Running as userbuild
06:46:23 [2025-03-24T05:46:23.170Z] Obtained src/builds/mobile/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git
06:46:23 [2025-03-24T05:46:23.324Z] [Pipeline] Start of Pipeline
06:46:23 [2025-03-24T05:46:23.551Z] [Pipeline] node
06:46:23 [2025-03-24T05:46:23.555Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_Mobile_Stable_AutoDeploy
06:46:23 [2025-03-24T05:46:23.556Z] [Pipeline] {
06:46:23 [2025-03-24T05:46:23.568Z] [Pipeline] stage
06:46:23 [2025-03-24T05:46:23.569Z] [Pipeline] { (Declarative: Checkout SCM)
06:46:23 [2025-03-24T05:46:23.575Z] [Pipeline] checkout
06:46:23 [2025-03-24T05:46:23.576Z] Selected Git installation does not exist. Using Default
06:46:23 [2025-03-24T05:46:23.576Z] The recommended git tool is: NONE
06:46:23 [2025-03-24T05:46:23.576Z] No credentials specified
06:46:23 [2025-03-24T05:46:23.577Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Mobile_Stable_AutoDeploy/.git # timeout=10
06:46:23 [2025-03-24T05:46:23.582Z] Fetching changes from the remote Git repository
06:46:23 [2025-03-24T05:46:23.584Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
06:46:23 [2025-03-24T05:46:23.588Z] Cleaning workspace
06:46:23 [2025-03-24T05:46:23.588Z]  > /usr/bin/git rev-parse --verify HEAD # timeout=10
06:46:23 [2025-03-24T05:46:23.593Z] Resetting working tree
06:46:23 [2025-03-24T05:46:23.593Z]  > /usr/bin/git reset --hard # timeout=10
06:46:23 [2025-03-24T05:46:23.653Z]  > /usr/bin/git clean -fdx # timeout=10
06:46:23 [2025-03-24T05:46:23.902Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git
06:46:23 [2025-03-24T05:46:23.902Z]  > /usr/bin/git --version # timeout=10
06:46:23 [2025-03-24T05:46:23.907Z]  > git --version # 'git version 2.43.0'
06:46:23 [2025-03-24T05:46:23.907Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Jenkins-Pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
06:46:24 [2025-03-24T05:46:24.339Z]  > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
06:46:24 [2025-03-24T05:46:24.347Z] Checking out Revision 08023d811205f6aba0cc1af783597b4af757a954 (refs/remotes/origin/master)
06:46:24 [2025-03-24T05:46:24.347Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
06:46:24 [2025-03-24T05:46:24.352Z]  > /usr/bin/git checkout -f 08023d811205f6aba0cc1af783597b4af757a954 # timeout=10
06:46:24 [2025-03-24T05:46:24.429Z] Commit message: "Fix condition testing in the release pipeline for Silverpeas-Sso. In this same pipeline, give the version of the Docker image to use (6.4 currently). Idem for the auto build pipeline for Silverpeas-Sso."
06:46:24 [2025-03-24T05:46:24.429Z]  > /usr/bin/git rev-list --no-walk 08023d811205f6aba0cc1af783597b4af757a954 # timeout=10
06:46:24 [2025-03-24T05:46:24.454Z] [Pipeline] }
06:46:24 [2025-03-24T05:46:24.461Z] [Pipeline] // stage
06:46:24 [2025-03-24T05:46:24.475Z] [Pipeline] withEnv
06:46:24 [2025-03-24T05:46:24.476Z] [Pipeline] {
06:46:24 [2025-03-24T05:46:24.587Z] [Pipeline] isUnix
06:46:24 [2025-03-24T05:46:24.588Z] [Pipeline] withEnv
06:46:24 [2025-03-24T05:46:24.589Z] [Pipeline] {
06:46:24 [2025-03-24T05:46:24.599Z] [Pipeline] sh
06:46:24 [2025-03-24T05:46:24.855Z] + docker inspect -f . silverpeas/silverbuild:6.4
06:46:24 [2025-03-24T05:46:24.855Z] .
06:46:24 [2025-03-24T05:46:24.856Z] [Pipeline] }
06:46:24 [2025-03-24T05:46:24.865Z] [Pipeline] // withEnv
06:46:24 [2025-03-24T05:46:24.875Z] [Pipeline] withDockerContainer
06:46:24 [2025-03-24T05:46:24.905Z] Jenkins does not seem to be running inside a container
06:46:24 [2025-03-24T05:46:24.914Z] $ 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_Stable_AutoDeploy -v /var/lib/jenkins/workspace/Silverpeas_Mobile_Stable_AutoDeploy:/var/lib/jenkins/workspace/Silverpeas_Mobile_Stable_AutoDeploy:rw,z -v /var/lib/jenkins/workspace/Silverpeas_Mobile_Stable_AutoDeploy@tmp:/var/lib/jenkins/workspace/Silverpeas_Mobile_Stable_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.4 cat
06:46:25 [2025-03-24T05:46:25.266Z] $ docker top 25ca9befbc8144205f56092542722b5237031d108d2a1bcfefa7675528018cfd -eo pid,comm
06:46:25 [2025-03-24T05:46:25.303Z] [Pipeline] {
06:46:25 [2025-03-24T05:46:25.312Z] [Pipeline] withEnv
06:46:25 [2025-03-24T05:46:25.313Z] [Pipeline] {
06:46:25 [2025-03-24T05:46:25.322Z] [Pipeline] stage
06:46:25 [2025-03-24T05:46:25.323Z] [Pipeline] { (Resolve dependency on Silverpeas)
06:46:25 [2025-03-24T05:46:25.351Z] [Pipeline] script
06:46:25 [2025-03-24T05:46:25.354Z] [Pipeline] {
06:46:25 [2025-03-24T05:46:25.363Z] [Pipeline] echo
06:46:25 [2025-03-24T05:46:25.364Z] Working on branch 6.4.x
06:46:25 [2025-03-24T05:46:25.368Z] [Pipeline] copyArtifacts
06:46:25 [2025-03-24T05:46:25.374Z] Copied 1 artifact from "Silverpeas_Stable_AutoDeploy" build number 374
06:46:25 [2025-03-24T05:46:25.381Z] [Pipeline] readYaml
06:46:25 [2025-03-24T05:46:25.393Z] 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.
06:46:25 [2025-03-24T05:46:25.393Z] 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.
06:46:25 [2025-03-24T05:46:25.395Z] [Pipeline] sh
06:46:25 [2025-03-24T05:46:25.652Z] + rm -f build.yaml
06:46:25 [2025-03-24T05:46:25.653Z] [Pipeline] }
06:46:25 [2025-03-24T05:46:25.662Z] [Pipeline] // script
06:46:25 [2025-03-24T05:46:25.670Z] [Pipeline] echo
06:46:25 [2025-03-24T05:46:25.671Z] Parent version is 1.6.2
06:46:25 [2025-03-24T05:46:25.672Z] [Pipeline] echo
06:46:25 [2025-03-24T05:46:25.673Z] Silverpeas version is 6.4.3-build250320
06:46:25 [2025-03-24T05:46:25.674Z] [Pipeline] }
06:46:25 [2025-03-24T05:46:25.682Z] [Pipeline] // stage
06:46:25 [2025-03-24T05:46:25.692Z] [Pipeline] stage
06:46:25 [2025-03-24T05:46:25.692Z] [Pipeline] { (Prepare the project)
06:46:25 [2025-03-24T05:46:25.718Z] [Pipeline] git
06:46:25 [2025-03-24T05:46:25.719Z] The recommended git tool is: /usr/bin/git
06:46:25 [2025-03-24T05:46:25.720Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
06:46:25 [2025-03-24T05:46:25.730Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@1a0e66e4; decorates hudson.Launcher$LocalLauncher@669ef031 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
06:46:25 [2025-03-24T05:46:25.731Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Mobile_Stable_AutoDeploy/.git # timeout=10
06:46:25 [2025-03-24T05:46:25.737Z] Fetching changes from the remote Git repository
06:46:25 [2025-03-24T05:46:25.740Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/silverpeasmobile # timeout=10
06:46:25 [2025-03-24T05:46:25.748Z] Fetching upstream changes from https://github.com/Silverpeas/silverpeasmobile
06:46:25 [2025-03-24T05:46:25.748Z]  > /usr/bin/git --version # timeout=10
06:46:25 [2025-03-24T05:46:25.753Z]  > git --version # 'git version 2.43.0'
06:46:25 [2025-03-24T05:46:25.754Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
06:46:25 [2025-03-24T05:46:25.760Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/silverpeasmobile +refs/heads/*:refs/remotes/origin/* # timeout=10
06:46:26 [2025-03-24T05:46:26.657Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.4.x^{commit} # timeout=10
06:46:26 [2025-03-24T05:46:26.665Z] Checking out Revision 375174b16a8019cc914db3da5625ded4a1815d82 (refs/remotes/origin/6.4.x)
06:46:26 [2025-03-24T05:46:26.665Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
06:46:26 [2025-03-24T05:46:26.670Z]  > /usr/bin/git checkout -f 375174b16a8019cc914db3da5625ded4a1815d82 # timeout=10
06:46:26 [2025-03-24T05:46:26.816Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
06:46:26 [2025-03-24T05:46:26.827Z]  > /usr/bin/git branch -D 6.4.x # timeout=10
06:46:26 [2025-03-24T05:46:26.837Z]  > /usr/bin/git checkout -b 6.4.x 375174b16a8019cc914db3da5625ded4a1815d82 # timeout=10
06:46:26 [2025-03-24T05:46:26.955Z] Commit message: "Update dependency on Silverpeas to version 6.4.3-build250320"
06:46:26 [2025-03-24T05:46:26.956Z]  > /usr/bin/git rev-list --no-walk 25cf3a35497f6727c766ad3792b44b1bb9020c87 # timeout=10
06:46:26 [2025-03-24T05:46:26.978Z] [Pipeline] script
06:46:26 [2025-03-24T05:46:26.982Z] [Pipeline] {
06:46:26 [2025-03-24T05:46:26.997Z] [Pipeline] copyArtifacts
06:46:27 [2025-03-24T05:46:27.003Z] Copied 1 artifact from "Silverpeas_Mobile_Stable_AutoDeploy" build number 275
06:46:27 [2025-03-24T05:46:27.010Z] [Pipeline] readYaml
06:46:27 [2025-03-24T05:46:27.022Z] 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.
06:46:27 [2025-03-24T05:46:27.024Z] [Pipeline] sh
06:46:27 [2025-03-24T05:46:27.281Z] + git rev-parse HEAD
06:46:27 [2025-03-24T05:46:27.284Z] [Pipeline] echo
06:46:27 [2025-03-24T05:46:27.284Z] Current commit is 375174b16a8019cc914db3da5625ded4a1815d82 and last build commit is 375174b16a8019cc914db3da5625ded4a1815d82
06:46:27 [2025-03-24T05:46:27.285Z] 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.
06:46:27 [2025-03-24T05:46:27.285Z] [Pipeline] }
06:46:27 [2025-03-24T05:46:27.295Z] [Pipeline] // script
06:46:27 [2025-03-24T05:46:27.304Z] [Pipeline] script
06:46:27 [2025-03-24T05:46:27.308Z] [Pipeline] {
06:46:27 [2025-03-24T05:46:27.318Z] [Pipeline] readMavenPom
06:46:27 [2025-03-24T05:46:27.328Z] 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.
06:46:27 [2025-03-24T05:46:27.328Z] 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.
06:46:27 [2025-03-24T05:46:27.329Z] 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.
06:46:27 [2025-03-24T05:46:27.330Z] 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.
06:46:27 [2025-03-24T05:46:27.330Z] [Pipeline] echo
06:46:27 [2025-03-24T05:46:27.331Z] No changes and no update in Silverpeas since the last build
06:46:27 [2025-03-24T05:46:27.331Z] [Pipeline] }
06:46:27 [2025-03-24T05:46:27.340Z] [Pipeline] // script
06:46:27 [2025-03-24T05:46:27.349Z] [Pipeline] }
06:46:27 [2025-03-24T05:46:27.358Z] [Pipeline] // stage
06:46:27 [2025-03-24T05:46:27.368Z] [Pipeline] stage
06:46:27 [2025-03-24T05:46:27.369Z] [Pipeline] { (Build the project)
06:46:27 [2025-03-24T05:46:27.409Z] Stage "Build the project" skipped due to when conditional
06:46:27 [2025-03-24T05:46:27.410Z] [Pipeline] getContext
06:46:27 [2025-03-24T05:46:27.423Z] [Pipeline] stage
06:46:27 [2025-03-24T05:46:27.424Z] [Pipeline] { (Check POM parent version)
06:46:27 [2025-03-24T05:46:27.433Z] Stage "Build the project" skipped due to when conditional
06:46:27 [2025-03-24T05:46:27.434Z] [Pipeline] getContext
06:46:27 [2025-03-24T05:46:27.435Z] [Pipeline] }
06:46:27 [2025-03-24T05:46:27.444Z] [Pipeline] // stage
06:46:27 [2025-03-24T05:46:27.455Z] [Pipeline] stage
06:46:27 [2025-03-24T05:46:27.455Z] [Pipeline] { (Update POM parent)
06:46:27 [2025-03-24T05:46:27.464Z] Stage "Build the project" skipped due to when conditional
06:46:27 [2025-03-24T05:46:27.465Z] [Pipeline] getContext
06:46:27 [2025-03-24T05:46:27.466Z] [Pipeline] }
06:46:27 [2025-03-24T05:46:27.474Z] [Pipeline] // stage
06:46:27 [2025-03-24T05:46:27.484Z] [Pipeline] stage
06:46:27 [2025-03-24T05:46:27.484Z] [Pipeline] { (Update dependency on Silverpeas)
06:46:27 [2025-03-24T05:46:27.493Z] Stage "Build the project" skipped due to when conditional
06:46:27 [2025-03-24T05:46:27.494Z] [Pipeline] getContext
06:46:27 [2025-03-24T05:46:27.495Z] [Pipeline] }
06:46:27 [2025-03-24T05:46:27.503Z] [Pipeline] // stage
06:46:27 [2025-03-24T05:46:27.512Z] [Pipeline] stage
06:46:27 [2025-03-24T05:46:27.513Z] [Pipeline] { (Build and Publish)
06:46:27 [2025-03-24T05:46:27.521Z] Stage "Build the project" skipped due to when conditional
06:46:27 [2025-03-24T05:46:27.522Z] [Pipeline] getContext
06:46:27 [2025-03-24T05:46:27.523Z] [Pipeline] }
06:46:27 [2025-03-24T05:46:27.530Z] [Pipeline] // stage
06:46:27 [2025-03-24T05:46:27.537Z] [Pipeline] }
06:46:27 [2025-03-24T05:46:27.544Z] [Pipeline] // stage
06:46:27 [2025-03-24T05:46:27.555Z] [Pipeline] stage
06:46:27 [2025-03-24T05:46:27.555Z] [Pipeline] { (Create YAML build report)
06:46:27 [2025-03-24T05:46:27.577Z] [Pipeline] script
06:46:27 [2025-03-24T05:46:27.581Z] [Pipeline] {
06:46:27 [2025-03-24T05:46:27.592Z] [Pipeline] sh
06:46:27 [2025-03-24T05:46:27.850Z] + mkdir -p target
06:46:27 [2025-03-24T05:46:27.852Z] [Pipeline] sh
06:46:28 [2025-03-24T05:46:28.109Z] + mv build.yaml target/
06:46:28 [2025-03-24T05:46:28.110Z] [Pipeline] }
06:46:28 [2025-03-24T05:46:28.120Z] [Pipeline] // script
06:46:28 [2025-03-24T05:46:28.129Z] [Pipeline] }
06:46:28 [2025-03-24T05:46:28.137Z] [Pipeline] // stage
06:46:28 [2025-03-24T05:46:28.148Z] [Pipeline] stage
06:46:28 [2025-03-24T05:46:28.149Z] [Pipeline] { (Declarative: Post Actions)
06:46:28 [2025-03-24T05:46:28.166Z] [Pipeline] step
06:46:28 [2025-03-24T05:46:28.184Z] [Pipeline] script
06:46:28 [2025-03-24T05:46:28.190Z] [Pipeline] {
06:46:28 [2025-03-24T05:46:28.209Z] [Pipeline] }
06:46:28 [2025-03-24T05:46:28.218Z] [Pipeline] // script
06:46:28 [2025-03-24T05:46:28.231Z] [Pipeline] archiveArtifacts
06:46:28 [2025-03-24T05:46:28.234Z] Archiving artifacts
06:46:28 [2025-03-24T05:46:28.243Z] Enregistrement des empreintes numériques
06:46:28 [2025-03-24T05:46:28.265Z] [Pipeline] }
06:46:28 [2025-03-24T05:46:28.276Z] [Pipeline] // stage
06:46:28 [2025-03-24T05:46:28.285Z] [Pipeline] }
06:46:28 [2025-03-24T05:46:28.294Z] [Pipeline] // withEnv
06:46:28 [2025-03-24T05:46:28.302Z] [Pipeline] }
06:46:28 [2025-03-24T05:46:28.303Z] $ docker stop --time=1 25ca9befbc8144205f56092542722b5237031d108d2a1bcfefa7675528018cfd
06:46:29 [2025-03-24T05:46:29.561Z] $ docker rm -f --volumes 25ca9befbc8144205f56092542722b5237031d108d2a1bcfefa7675528018cfd
06:46:29 [2025-03-24T05:46:29.599Z] [Pipeline] // withDockerContainer
06:46:29 [2025-03-24T05:46:29.603Z] [Pipeline] }
06:46:29 [2025-03-24T05:46:29.606Z] [Pipeline] // withEnv
06:46:29 [2025-03-24T05:46:29.610Z] [Pipeline] }
06:46:29 [2025-03-24T05:46:29.614Z] [Pipeline] // node
06:46:29 [2025-03-24T05:46:29.618Z] [Pipeline] End of Pipeline
06:46:29 [2025-03-24T05:46:29.650Z] Finished: SUCCESS