Skip to content
Succès

Sortie de la console

19:24:23 [2025-02-12T18:24:23.962Z] Démarré par le projet amont "Silverpeas_Master_AutoDeploy" de numéro de build 907
19:24:23 [2025-02-12T18:24:23.962Z] Causé à l'origine par :
19:24:23 [2025-02-12T18:24:23.963Z]  Lancé par une alarme périodique
19:24:23 [2025-02-12T18:24:23.963Z] Running as userbuild
19:24:24 [2025-02-12T18:24:24.319Z] Obtained src/builds/mobile/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git
19:24:24 [2025-02-12T18:24:24.422Z] [Pipeline] Start of Pipeline
19:24:24 [2025-02-12T18:24:24.599Z] [Pipeline] node
19:24:24 [2025-02-12T18:24:24.602Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_Mobile_Master_AutoDeploy
19:24:24 [2025-02-12T18:24:24.606Z] [Pipeline] {
19:24:24 [2025-02-12T18:24:24.624Z] [Pipeline] stage
19:24:24 [2025-02-12T18:24:24.625Z] [Pipeline] { (Declarative: Checkout SCM)
19:24:24 [2025-02-12T18:24:24.636Z] [Pipeline] checkout
19:24:24 [2025-02-12T18:24:24.638Z] Selected Git installation does not exist. Using Default
19:24:24 [2025-02-12T18:24:24.638Z] The recommended git tool is: NONE
19:24:24 [2025-02-12T18:24:24.638Z] No credentials specified
19:24:24 [2025-02-12T18:24:24.638Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Mobile_Master_AutoDeploy/.git # timeout=10
19:24:24 [2025-02-12T18:24:24.644Z] Fetching changes from the remote Git repository
19:24:24 [2025-02-12T18:24:24.648Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
19:24:24 [2025-02-12T18:24:24.653Z] Cleaning workspace
19:24:24 [2025-02-12T18:24:24.653Z]  > /usr/bin/git rev-parse --verify HEAD # timeout=10
19:24:24 [2025-02-12T18:24:24.658Z] Resetting working tree
19:24:24 [2025-02-12T18:24:24.658Z]  > /usr/bin/git reset --hard # timeout=10
19:24:24 [2025-02-12T18:24:24.799Z]  > /usr/bin/git clean -fdx # timeout=10
19:24:24 [2025-02-12T18:24:24.810Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git
19:24:24 [2025-02-12T18:24:24.810Z]  > /usr/bin/git --version # timeout=10
19:24:24 [2025-02-12T18:24:24.815Z]  > git --version # 'git version 2.43.0'
19:24:24 [2025-02-12T18:24:24.815Z]  > /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-02-12T18:24:26.442Z]  > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:26 [2025-02-12T18:24:26.449Z] Checking out Revision e8468bf49647ac63ce0c1464a25fb5c963108a3f (refs/remotes/origin/master)
19:24:26 [2025-02-12T18:24:26.449Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:26 [2025-02-12T18:24:26.455Z]  > /usr/bin/git checkout -f e8468bf49647ac63ce0c1464a25fb5c963108a3f # timeout=10
19:24:26 [2025-02-12T18:24:26.519Z] Commit message: "About Silverpeas Web Browser Edition: - the build pipeline is simplified by asking to the user the branch on   which the project has to be built (default valued at 'main') - the release pipeline is improved to create a stable branch in the case   the release is done from the main branch."
19:24:26 [2025-02-12T18:24:26.519Z]  > /usr/bin/git rev-list --no-walk 34428cd2b6903f85fa844b485bff53488b11710e # timeout=10
19:24:26 [2025-02-12T18:24:26.544Z] [Pipeline] }
19:24:26 [2025-02-12T18:24:26.552Z] [Pipeline] // stage
19:24:26 [2025-02-12T18:24:26.562Z] [Pipeline] withEnv
19:24:26 [2025-02-12T18:24:26.562Z] [Pipeline] {
19:24:26 [2025-02-12T18:24:26.682Z] [Pipeline] isUnix
19:24:26 [2025-02-12T18:24:26.683Z] [Pipeline] withEnv
19:24:26 [2025-02-12T18:24:26.684Z] [Pipeline] {
19:24:26 [2025-02-12T18:24:26.693Z] [Pipeline] sh
19:24:26 [2025-02-12T18:24:26.950Z] + docker inspect -f . silverpeas/silverbuild:latest
19:24:26 [2025-02-12T18:24:26.950Z] .
19:24:26 [2025-02-12T18:24:26.951Z] [Pipeline] }
19:24:26 [2025-02-12T18:24:26.955Z] [Pipeline] // withEnv
19:24:26 [2025-02-12T18:24:26.965Z] [Pipeline] withDockerContainer
19:24:27 [2025-02-12T18:24:27.000Z] Jenkins does not seem to be running inside a container
19:24:27 [2025-02-12T18:24:27.007Z] $ 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-02-12T18:24:27.378Z] $ docker top c1f27d6f345f68507cd92ac95d924e943e647b5743bbe8a01b7b4adffef8ca28 -eo pid,comm
19:24:27 [2025-02-12T18:24:27.419Z] [Pipeline] {
19:24:27 [2025-02-12T18:24:27.429Z] [Pipeline] withEnv
19:24:27 [2025-02-12T18:24:27.429Z] [Pipeline] {
19:24:27 [2025-02-12T18:24:27.436Z] [Pipeline] stage
19:24:27 [2025-02-12T18:24:27.437Z] [Pipeline] { (Resolve dependency on Silverpeas)
19:24:27 [2025-02-12T18:24:27.465Z] [Pipeline] script
19:24:27 [2025-02-12T18:24:27.468Z] [Pipeline] {
19:24:27 [2025-02-12T18:24:27.477Z] [Pipeline] echo
19:24:27 [2025-02-12T18:24:27.478Z] Working on branch master
19:24:27 [2025-02-12T18:24:27.482Z] [Pipeline] copyArtifacts
19:24:27 [2025-02-12T18:24:27.488Z] Copied 1 artifact from "Silverpeas_Master_AutoDeploy" build number 907
19:24:27 [2025-02-12T18:24:27.494Z] [Pipeline] readYaml
19:24:27 [2025-02-12T18:24:27.507Z] [Pipeline] sh
19:24:27 [2025-02-12T18:24:27.764Z] + rm -f build.yaml
19:24:27 [2025-02-12T18:24:27.765Z] [Pipeline] }
19:24:27 [2025-02-12T18:24:27.773Z] [Pipeline] // script
19:24:27 [2025-02-12T18:24:27.778Z] [Pipeline] echo
19:24:27 [2025-02-12T18:24:27.778Z] Parent version is 1.7-build241218
19:24:27 [2025-02-12T18:24:27.779Z] [Pipeline] echo
19:24:27 [2025-02-12T18:24:27.780Z] Silverpeas version is 6.5-build250203
19:24:27 [2025-02-12T18:24:27.781Z] [Pipeline] }
19:24:27 [2025-02-12T18:24:27.785Z] [Pipeline] // stage
19:24:27 [2025-02-12T18:24:27.795Z] [Pipeline] stage
19:24:27 [2025-02-12T18:24:27.795Z] [Pipeline] { (Prepare the project)
19:24:27 [2025-02-12T18:24:27.818Z] [Pipeline] git
19:24:27 [2025-02-12T18:24:27.820Z] The recommended git tool is: /usr/bin/git
19:24:27 [2025-02-12T18:24:27.821Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
19:24:27 [2025-02-12T18:24:27.829Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@2775e683; decorates hudson.Launcher$LocalLauncher@6ca13609 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
19:24:27 [2025-02-12T18:24:27.829Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Mobile_Master_AutoDeploy/.git # timeout=10
19:24:27 [2025-02-12T18:24:27.836Z] Fetching changes from the remote Git repository
19:24:27 [2025-02-12T18:24:27.839Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/silverpeasmobile # timeout=10
19:24:27 [2025-02-12T18:24:27.844Z] Fetching upstream changes from https://github.com/Silverpeas/silverpeasmobile
19:24:27 [2025-02-12T18:24:27.845Z]  > /usr/bin/git --version # timeout=10
19:24:27 [2025-02-12T18:24:27.849Z]  > git --version # 'git version 2.43.0'
19:24:27 [2025-02-12T18:24:27.849Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
19:24:27 [2025-02-12T18:24:27.854Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/silverpeasmobile +refs/heads/*:refs/remotes/origin/* # timeout=10
19:24:28 [2025-02-12T18:24:28.276Z]  > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:28 [2025-02-12T18:24:28.283Z] Checking out Revision 936f1585c2a544a819ae7b9b191c9aa080b788f5 (refs/remotes/origin/master)
19:24:28 [2025-02-12T18:24:28.283Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:28 [2025-02-12T18:24:28.288Z]  > /usr/bin/git checkout -f 936f1585c2a544a819ae7b9b191c9aa080b788f5 # timeout=10
19:24:28 [2025-02-12T18:24:28.451Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
19:24:28 [2025-02-12T18:24:28.463Z]  > /usr/bin/git branch -D master # timeout=10
19:24:28 [2025-02-12T18:24:28.471Z]  > /usr/bin/git checkout -b master 936f1585c2a544a819ae7b9b191c9aa080b788f5 # timeout=10
19:24:28 [2025-02-12T18:24:28.605Z] Commit message: "Update dependency on Silverpeas to version 6.5-build250203"
19:24:28 [2025-02-12T18:24:28.605Z]  > /usr/bin/git rev-list --no-walk 936f1585c2a544a819ae7b9b191c9aa080b788f5 # timeout=10
19:24:28 [2025-02-12T18:24:28.629Z] [Pipeline] script
19:24:28 [2025-02-12T18:24:28.633Z] [Pipeline] {
19:24:28 [2025-02-12T18:24:28.640Z] [Pipeline] copyArtifacts
19:24:28 [2025-02-12T18:24:28.645Z] Copied 1 artifact from "Silverpeas_Mobile_Master_AutoDeploy" build number 537
19:24:28 [2025-02-12T18:24:28.651Z] [Pipeline] readYaml
19:24:28 [2025-02-12T18:24:28.665Z] [Pipeline] sh
19:24:28 [2025-02-12T18:24:28.923Z] + git rev-parse HEAD
19:24:28 [2025-02-12T18:24:28.925Z] [Pipeline] echo
19:24:28 [2025-02-12T18:24:28.926Z] Current commit is 936f1585c2a544a819ae7b9b191c9aa080b788f5 and last build commit is 936f1585c2a544a819ae7b9b191c9aa080b788f5
19:24:28 [2025-02-12T18:24:28.927Z] [Pipeline] }
19:24:28 [2025-02-12T18:24:28.935Z] [Pipeline] // script
19:24:28 [2025-02-12T18:24:28.945Z] [Pipeline] script
19:24:28 [2025-02-12T18:24:28.948Z] [Pipeline] {
19:24:28 [2025-02-12T18:24:28.958Z] [Pipeline] readMavenPom
19:24:28 [2025-02-12T18:24:28.971Z] [Pipeline] echo
19:24:28 [2025-02-12T18:24:28.971Z] No changes and no update in Silverpeas since the last build
19:24:28 [2025-02-12T18:24:28.972Z] [Pipeline] }
19:24:28 [2025-02-12T18:24:28.981Z] [Pipeline] // script
19:24:28 [2025-02-12T18:24:28.990Z] [Pipeline] }
19:24:28 [2025-02-12T18:24:28.999Z] [Pipeline] // stage
19:24:29 [2025-02-12T18:24:29.009Z] [Pipeline] stage
19:24:29 [2025-02-12T18:24:29.010Z] [Pipeline] { (Build the project)
19:24:29 [2025-02-12T18:24:29.050Z] Stage "Build the project" skipped due to when conditional
19:24:29 [2025-02-12T18:24:29.051Z] [Pipeline] getContext
19:24:29 [2025-02-12T18:24:29.064Z] [Pipeline] stage
19:24:29 [2025-02-12T18:24:29.065Z] [Pipeline] { (Check POM parent version)
19:24:29 [2025-02-12T18:24:29.074Z] Stage "Build the project" skipped due to when conditional
19:24:29 [2025-02-12T18:24:29.075Z] [Pipeline] getContext
19:24:29 [2025-02-12T18:24:29.076Z] [Pipeline] }
19:24:29 [2025-02-12T18:24:29.084Z] [Pipeline] // stage
19:24:29 [2025-02-12T18:24:29.094Z] [Pipeline] stage
19:24:29 [2025-02-12T18:24:29.095Z] [Pipeline] { (Update POM parent)
19:24:29 [2025-02-12T18:24:29.104Z] Stage "Build the project" skipped due to when conditional
19:24:29 [2025-02-12T18:24:29.105Z] [Pipeline] getContext
19:24:29 [2025-02-12T18:24:29.106Z] [Pipeline] }
19:24:29 [2025-02-12T18:24:29.115Z] [Pipeline] // stage
19:24:29 [2025-02-12T18:24:29.125Z] [Pipeline] stage
19:24:29 [2025-02-12T18:24:29.125Z] [Pipeline] { (Update dependency on Silverpeas)
19:24:29 [2025-02-12T18:24:29.134Z] Stage "Build the project" skipped due to when conditional
19:24:29 [2025-02-12T18:24:29.135Z] [Pipeline] getContext
19:24:29 [2025-02-12T18:24:29.136Z] [Pipeline] }
19:24:29 [2025-02-12T18:24:29.144Z] [Pipeline] // stage
19:24:29 [2025-02-12T18:24:29.155Z] [Pipeline] stage
19:24:29 [2025-02-12T18:24:29.155Z] [Pipeline] { (Build and Publish)
19:24:29 [2025-02-12T18:24:29.164Z] Stage "Build the project" skipped due to when conditional
19:24:29 [2025-02-12T18:24:29.165Z] [Pipeline] getContext
19:24:29 [2025-02-12T18:24:29.166Z] [Pipeline] }
19:24:29 [2025-02-12T18:24:29.175Z] [Pipeline] // stage
19:24:29 [2025-02-12T18:24:29.183Z] [Pipeline] }
19:24:29 [2025-02-12T18:24:29.192Z] [Pipeline] // stage
19:24:29 [2025-02-12T18:24:29.200Z] [Pipeline] stage
19:24:29 [2025-02-12T18:24:29.200Z] [Pipeline] { (Create YAML build report)
19:24:29 [2025-02-12T18:24:29.220Z] [Pipeline] script
19:24:29 [2025-02-12T18:24:29.224Z] [Pipeline] {
19:24:29 [2025-02-12T18:24:29.234Z] [Pipeline] sh
19:24:29 [2025-02-12T18:24:29.492Z] + mkdir -p target
19:24:29 [2025-02-12T18:24:29.494Z] [Pipeline] sh
19:24:29 [2025-02-12T18:24:29.751Z] + mv build.yaml target/
19:24:29 [2025-02-12T18:24:29.752Z] [Pipeline] }
19:24:29 [2025-02-12T18:24:29.761Z] [Pipeline] // script
19:24:29 [2025-02-12T18:24:29.770Z] [Pipeline] }
19:24:29 [2025-02-12T18:24:29.778Z] [Pipeline] // stage
19:24:29 [2025-02-12T18:24:29.789Z] [Pipeline] stage
19:24:29 [2025-02-12T18:24:29.789Z] [Pipeline] { (Declarative: Post Actions)
19:24:29 [2025-02-12T18:24:29.805Z] [Pipeline] step
19:24:29 [2025-02-12T18:24:29.823Z] [Pipeline] script
19:24:29 [2025-02-12T18:24:29.829Z] [Pipeline] {
19:24:29 [2025-02-12T18:24:29.847Z] [Pipeline] }
19:24:29 [2025-02-12T18:24:29.856Z] [Pipeline] // script
19:24:29 [2025-02-12T18:24:29.869Z] [Pipeline] archiveArtifacts
19:24:29 [2025-02-12T18:24:29.872Z] Archiving artifacts
19:24:29 [2025-02-12T18:24:29.880Z] Enregistrement des empreintes numériques
19:24:29 [2025-02-12T18:24:29.910Z] [Pipeline] }
19:24:29 [2025-02-12T18:24:29.920Z] [Pipeline] // stage
19:24:29 [2025-02-12T18:24:29.929Z] [Pipeline] }
19:24:29 [2025-02-12T18:24:29.937Z] [Pipeline] // withEnv
19:24:29 [2025-02-12T18:24:29.945Z] [Pipeline] }
19:24:29 [2025-02-12T18:24:29.946Z] $ docker stop --time=1 c1f27d6f345f68507cd92ac95d924e943e647b5743bbe8a01b7b4adffef8ca28
19:24:31 [2025-02-12T18:24:31.207Z] $ docker rm -f --volumes c1f27d6f345f68507cd92ac95d924e943e647b5743bbe8a01b7b4adffef8ca28
19:24:31 [2025-02-12T18:24:31.243Z] [Pipeline] // withDockerContainer
19:24:31 [2025-02-12T18:24:31.247Z] [Pipeline] }
19:24:31 [2025-02-12T18:24:31.250Z] [Pipeline] // withEnv
19:24:31 [2025-02-12T18:24:31.254Z] [Pipeline] }
19:24:31 [2025-02-12T18:24:31.257Z] [Pipeline] // node
19:24:31 [2025-02-12T18:24:31.261Z] [Pipeline] End of Pipeline
19:24:31 [2025-02-12T18:24:31.297Z] Finished: SUCCESS