Skip to content
Succès

Sortie de la console

19:24:24 [2025-01-12T18:24:24.866Z] Démarré par le projet amont "Silverpeas_Master_AutoDeploy" de numéro de build 897
19:24:24 [2025-01-12T18:24:24.866Z] Causé à l'origine par :
19:24:24 [2025-01-12T18:24:24.866Z]  Lancé par une alarme périodique
19:24:24 [2025-01-12T18:24:24.866Z] Running as userbuild
19:24:25 [2025-01-12T18:24:25.267Z] Obtained src/builds/mobile/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git
19:24:25 [2025-01-12T18:24:25.482Z] [Pipeline] Start of Pipeline
19:24:25 [2025-01-12T18:24:25.706Z] [Pipeline] node
19:24:25 [2025-01-12T18:24:25.710Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_Mobile_Master_AutoDeploy
19:24:25 [2025-01-12T18:24:25.713Z] [Pipeline] {
19:24:25 [2025-01-12T18:24:25.728Z] [Pipeline] stage
19:24:25 [2025-01-12T18:24:25.729Z] [Pipeline] { (Declarative: Checkout SCM)
19:24:25 [2025-01-12T18:24:25.742Z] [Pipeline] checkout
19:24:25 [2025-01-12T18:24:25.744Z] Selected Git installation does not exist. Using Default
19:24:25 [2025-01-12T18:24:25.744Z] The recommended git tool is: NONE
19:24:25 [2025-01-12T18:24:25.744Z] No credentials specified
19:24:25 [2025-01-12T18:24:25.745Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Mobile_Master_AutoDeploy/.git # timeout=10
19:24:25 [2025-01-12T18:24:25.750Z] Fetching changes from the remote Git repository
19:24:25 [2025-01-12T18:24:25.754Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
19:24:25 [2025-01-12T18:24:25.760Z] Cleaning workspace
19:24:25 [2025-01-12T18:24:25.761Z]  > /usr/bin/git rev-parse --verify HEAD # timeout=10
19:24:25 [2025-01-12T18:24:25.765Z] Resetting working tree
19:24:25 [2025-01-12T18:24:25.766Z]  > /usr/bin/git reset --hard # timeout=10
19:24:25 [2025-01-12T18:24:25.848Z]  > /usr/bin/git clean -fdx # timeout=10
19:24:25 [2025-01-12T18:24:25.861Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git
19:24:25 [2025-01-12T18:24:25.861Z]  > /usr/bin/git --version # timeout=10
19:24:25 [2025-01-12T18:24:25.866Z]  > git --version # 'git version 2.43.0'
19:24:25 [2025-01-12T18:24:25.866Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Jenkins-Pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
19:24:26 [2025-01-12T18:24:26.267Z]  > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:26 [2025-01-12T18:24:26.275Z] Checking out Revision a21b86feba1363f95e030bf85247d116cfc8258c (refs/remotes/origin/master)
19:24:26 [2025-01-12T18:24:26.275Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:26 [2025-01-12T18:24:26.280Z]  > /usr/bin/git checkout -f a21b86feba1363f95e030bf85247d116cfc8258c # timeout=10
19:24:26 [2025-01-12T18:24:26.370Z] Commit message: "In the release pipeline of the Silverpeas platform, enabled the build of the docker image of Silverpeas for trial purpose."
19:24:26 [2025-01-12T18:24:26.370Z]  > /usr/bin/git rev-list --no-walk a21b86feba1363f95e030bf85247d116cfc8258c # timeout=10
19:24:26 [2025-01-12T18:24:26.394Z] [Pipeline] }
19:24:26 [2025-01-12T18:24:26.399Z] [Pipeline] // stage
19:24:26 [2025-01-12T18:24:26.418Z] [Pipeline] withEnv
19:24:26 [2025-01-12T18:24:26.419Z] [Pipeline] {
19:24:26 [2025-01-12T18:24:26.568Z] [Pipeline] isUnix
19:24:26 [2025-01-12T18:24:26.569Z] [Pipeline] withEnv
19:24:26 [2025-01-12T18:24:26.570Z] [Pipeline] {
19:24:26 [2025-01-12T18:24:26.581Z] [Pipeline] sh
19:24:26 [2025-01-12T18:24:26.838Z] + docker inspect -f . silverpeas/silverbuild:latest
19:24:26 [2025-01-12T18:24:26.838Z] .
19:24:26 [2025-01-12T18:24:26.839Z] [Pipeline] }
19:24:26 [2025-01-12T18:24:26.844Z] [Pipeline] // withEnv
19:24:26 [2025-01-12T18:24:26.854Z] [Pipeline] withDockerContainer
19:24:26 [2025-01-12T18:24:26.884Z] Jenkins does not seem to be running inside a container
19:24:26 [2025-01-12T18:24:26.891Z] $ 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:27 [2025-01-12T18:24:27.260Z] $ docker top 64647c0dc0fe74b1194231966ecf191ac7e860d2f8a400c3e3c3e38ef3b85fa4 -eo pid,comm
19:24:27 [2025-01-12T18:24:27.296Z] [Pipeline] {
19:24:27 [2025-01-12T18:24:27.310Z] [Pipeline] withEnv
19:24:27 [2025-01-12T18:24:27.311Z] [Pipeline] {
19:24:27 [2025-01-12T18:24:27.323Z] [Pipeline] stage
19:24:27 [2025-01-12T18:24:27.324Z] [Pipeline] { (Resolve dependency on Silverpeas)
19:24:27 [2025-01-12T18:24:27.364Z] [Pipeline] script
19:24:27 [2025-01-12T18:24:27.369Z] [Pipeline] {
19:24:27 [2025-01-12T18:24:27.379Z] [Pipeline] echo
19:24:27 [2025-01-12T18:24:27.379Z] Working on branch master
19:24:27 [2025-01-12T18:24:27.385Z] [Pipeline] copyArtifacts
19:24:27 [2025-01-12T18:24:27.393Z] Copied 1 artifact from "Silverpeas_Master_AutoDeploy" build number 897
19:24:27 [2025-01-12T18:24:27.399Z] [Pipeline] readYaml
19:24:27 [2025-01-12T18:24:27.414Z] [Pipeline] sh
19:24:27 [2025-01-12T18:24:27.672Z] + rm -f build.yaml
19:24:27 [2025-01-12T18:24:27.673Z] [Pipeline] }
19:24:27 [2025-01-12T18:24:27.682Z] [Pipeline] // script
19:24:27 [2025-01-12T18:24:27.692Z] [Pipeline] echo
19:24:27 [2025-01-12T18:24:27.693Z] Parent version is 1.7-build241218
19:24:27 [2025-01-12T18:24:27.694Z] [Pipeline] echo
19:24:27 [2025-01-12T18:24:27.695Z] Silverpeas version is 6.5-build250106
19:24:27 [2025-01-12T18:24:27.696Z] [Pipeline] }
19:24:27 [2025-01-12T18:24:27.705Z] [Pipeline] // stage
19:24:27 [2025-01-12T18:24:27.717Z] [Pipeline] stage
19:24:27 [2025-01-12T18:24:27.718Z] [Pipeline] { (Prepare the project)
19:24:27 [2025-01-12T18:24:27.757Z] [Pipeline] git
19:24:27 [2025-01-12T18:24:27.767Z] The recommended git tool is: /usr/bin/git
19:24:27 [2025-01-12T18:24:27.768Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
19:24:27 [2025-01-12T18:24:27.774Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@6c1583a8; decorates hudson.Launcher$LocalLauncher@29451b24 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
19:24:27 [2025-01-12T18:24:27.775Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Mobile_Master_AutoDeploy/.git # timeout=10
19:24:27 [2025-01-12T18:24:27.779Z] Fetching changes from the remote Git repository
19:24:27 [2025-01-12T18:24:27.782Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/silverpeasmobile # timeout=10
19:24:27 [2025-01-12T18:24:27.787Z] Fetching upstream changes from https://github.com/Silverpeas/silverpeasmobile
19:24:27 [2025-01-12T18:24:27.787Z]  > /usr/bin/git --version # timeout=10
19:24:27 [2025-01-12T18:24:27.792Z]  > git --version # 'git version 2.43.0'
19:24:27 [2025-01-12T18:24:27.792Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
19:24:27 [2025-01-12T18:24:27.797Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/silverpeasmobile +refs/heads/*:refs/remotes/origin/* # timeout=10
19:24:28 [2025-01-12T18:24:28.171Z]  > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:28 [2025-01-12T18:24:28.179Z] Checking out Revision 6d4f1aaddca09a9d008975fa0a6a036edb8f2ad2 (refs/remotes/origin/master)
19:24:28 [2025-01-12T18:24:28.179Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:28 [2025-01-12T18:24:28.184Z]  > /usr/bin/git checkout -f 6d4f1aaddca09a9d008975fa0a6a036edb8f2ad2 # timeout=10
19:24:28 [2025-01-12T18:24:28.337Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
19:24:28 [2025-01-12T18:24:28.348Z]  > /usr/bin/git branch -D master # timeout=10
19:24:28 [2025-01-12T18:24:28.356Z]  > /usr/bin/git checkout -b master 6d4f1aaddca09a9d008975fa0a6a036edb8f2ad2 # timeout=10
19:24:28 [2025-01-12T18:24:28.489Z] Commit message: "Update dependency on Silverpeas to version 6.5-build250106"
19:24:28 [2025-01-12T18:24:28.489Z]  > /usr/bin/git rev-list --no-walk 6d4f1aaddca09a9d008975fa0a6a036edb8f2ad2 # timeout=10
19:24:28 [2025-01-12T18:24:28.512Z] [Pipeline] script
19:24:28 [2025-01-12T18:24:28.515Z] [Pipeline] {
19:24:28 [2025-01-12T18:24:28.525Z] [Pipeline] copyArtifacts
19:24:28 [2025-01-12T18:24:28.531Z] Copied 1 artifact from "Silverpeas_Mobile_Master_AutoDeploy" build number 527
19:24:28 [2025-01-12T18:24:28.536Z] [Pipeline] readYaml
19:24:28 [2025-01-12T18:24:28.551Z] [Pipeline] sh
19:24:28 [2025-01-12T18:24:28.810Z] + git rev-parse HEAD
19:24:28 [2025-01-12T18:24:28.813Z] [Pipeline] echo
19:24:28 [2025-01-12T18:24:28.814Z] Current commit is 6d4f1aaddca09a9d008975fa0a6a036edb8f2ad2 and last build commit is 6d4f1aaddca09a9d008975fa0a6a036edb8f2ad2
19:24:28 [2025-01-12T18:24:28.815Z] [Pipeline] }
19:24:28 [2025-01-12T18:24:28.826Z] [Pipeline] // script
19:24:28 [2025-01-12T18:24:28.839Z] [Pipeline] script
19:24:28 [2025-01-12T18:24:28.843Z] [Pipeline] {
19:24:28 [2025-01-12T18:24:28.860Z] [Pipeline] readMavenPom
19:24:28 [2025-01-12T18:24:28.878Z] [Pipeline] echo
19:24:28 [2025-01-12T18:24:28.878Z] No changes and no update in Silverpeas since the last build
19:24:28 [2025-01-12T18:24:28.879Z] [Pipeline] }
19:24:28 [2025-01-12T18:24:28.891Z] [Pipeline] // script
19:24:28 [2025-01-12T18:24:28.903Z] [Pipeline] }
19:24:28 [2025-01-12T18:24:28.912Z] [Pipeline] // stage
19:24:28 [2025-01-12T18:24:28.926Z] [Pipeline] stage
19:24:28 [2025-01-12T18:24:28.927Z] [Pipeline] { (Build the project)
19:24:28 [2025-01-12T18:24:28.985Z] Stage "Build the project" skipped due to when conditional
19:24:28 [2025-01-12T18:24:28.987Z] [Pipeline] getContext
19:24:29 [2025-01-12T18:24:29.003Z] [Pipeline] stage
19:24:29 [2025-01-12T18:24:29.004Z] [Pipeline] { (Check POM parent version)
19:24:29 [2025-01-12T18:24:29.013Z] Stage "Build the project" skipped due to when conditional
19:24:29 [2025-01-12T18:24:29.014Z] [Pipeline] getContext
19:24:29 [2025-01-12T18:24:29.015Z] [Pipeline] }
19:24:29 [2025-01-12T18:24:29.025Z] [Pipeline] // stage
19:24:29 [2025-01-12T18:24:29.036Z] [Pipeline] stage
19:24:29 [2025-01-12T18:24:29.037Z] [Pipeline] { (Update POM parent)
19:24:29 [2025-01-12T18:24:29.047Z] Stage "Build the project" skipped due to when conditional
19:24:29 [2025-01-12T18:24:29.047Z] [Pipeline] getContext
19:24:29 [2025-01-12T18:24:29.048Z] [Pipeline] }
19:24:29 [2025-01-12T18:24:29.057Z] [Pipeline] // stage
19:24:29 [2025-01-12T18:24:29.068Z] [Pipeline] stage
19:24:29 [2025-01-12T18:24:29.069Z] [Pipeline] { (Update dependency on Silverpeas)
19:24:29 [2025-01-12T18:24:29.079Z] Stage "Build the project" skipped due to when conditional
19:24:29 [2025-01-12T18:24:29.079Z] [Pipeline] getContext
19:24:29 [2025-01-12T18:24:29.081Z] [Pipeline] }
19:24:29 [2025-01-12T18:24:29.090Z] [Pipeline] // stage
19:24:29 [2025-01-12T18:24:29.101Z] [Pipeline] stage
19:24:29 [2025-01-12T18:24:29.102Z] [Pipeline] { (Build and Publish)
19:24:29 [2025-01-12T18:24:29.112Z] Stage "Build the project" skipped due to when conditional
19:24:29 [2025-01-12T18:24:29.113Z] [Pipeline] getContext
19:24:29 [2025-01-12T18:24:29.115Z] [Pipeline] }
19:24:29 [2025-01-12T18:24:29.124Z] [Pipeline] // stage
19:24:29 [2025-01-12T18:24:29.133Z] [Pipeline] }
19:24:29 [2025-01-12T18:24:29.142Z] [Pipeline] // stage
19:24:29 [2025-01-12T18:24:29.153Z] [Pipeline] stage
19:24:29 [2025-01-12T18:24:29.154Z] [Pipeline] { (Create YAML build report)
19:24:29 [2025-01-12T18:24:29.188Z] [Pipeline] script
19:24:29 [2025-01-12T18:24:29.193Z] [Pipeline] {
19:24:29 [2025-01-12T18:24:29.204Z] [Pipeline] sh
19:24:29 [2025-01-12T18:24:29.463Z] + mkdir -p target
19:24:29 [2025-01-12T18:24:29.465Z] [Pipeline] sh
19:24:29 [2025-01-12T18:24:29.721Z] + mv build.yaml target/
19:24:29 [2025-01-12T18:24:29.722Z] [Pipeline] }
19:24:29 [2025-01-12T18:24:29.731Z] [Pipeline] // script
19:24:29 [2025-01-12T18:24:29.738Z] [Pipeline] }
19:24:29 [2025-01-12T18:24:29.747Z] [Pipeline] // stage
19:24:29 [2025-01-12T18:24:29.759Z] [Pipeline] stage
19:24:29 [2025-01-12T18:24:29.760Z] [Pipeline] { (Declarative: Post Actions)
19:24:29 [2025-01-12T18:24:29.812Z] [Pipeline] step
19:24:29 [2025-01-12T18:24:29.836Z] [Pipeline] script
19:24:29 [2025-01-12T18:24:29.843Z] [Pipeline] {
19:24:29 [2025-01-12T18:24:29.862Z] [Pipeline] }
19:24:29 [2025-01-12T18:24:29.871Z] [Pipeline] // script
19:24:29 [2025-01-12T18:24:29.886Z] [Pipeline] archiveArtifacts
19:24:29 [2025-01-12T18:24:29.890Z] Archiving artifacts
19:24:29 [2025-01-12T18:24:29.899Z] Enregistrement des empreintes numériques
19:24:29 [2025-01-12T18:24:29.929Z] [Pipeline] }
19:24:29 [2025-01-12T18:24:29.941Z] [Pipeline] // stage
19:24:29 [2025-01-12T18:24:29.950Z] [Pipeline] }
19:24:29 [2025-01-12T18:24:29.959Z] [Pipeline] // withEnv
19:24:29 [2025-01-12T18:24:29.968Z] [Pipeline] }
19:24:29 [2025-01-12T18:24:29.969Z] $ docker stop --time=1 64647c0dc0fe74b1194231966ecf191ac7e860d2f8a400c3e3c3e38ef3b85fa4
19:24:31 [2025-01-12T18:24:31.224Z] $ docker rm -f --volumes 64647c0dc0fe74b1194231966ecf191ac7e860d2f8a400c3e3c3e38ef3b85fa4
19:24:31 [2025-01-12T18:24:31.263Z] [Pipeline] // withDockerContainer
19:24:31 [2025-01-12T18:24:31.267Z] [Pipeline] }
19:24:31 [2025-01-12T18:24:31.271Z] [Pipeline] // withEnv
19:24:31 [2025-01-12T18:24:31.275Z] [Pipeline] }
19:24:31 [2025-01-12T18:24:31.279Z] [Pipeline] // node
19:24:31 [2025-01-12T18:24:31.283Z] [Pipeline] End of Pipeline
19:24:31 [2025-01-12T18:24:31.319Z] Finished: SUCCESS