Skip to content
Succès

Sortie de la console

19:24:20 [2025-01-22T18:24:20.672Z] Démarré par le projet amont "Silverpeas_Master_AutoDeploy" de numéro de build 900
19:24:20 [2025-01-22T18:24:20.672Z] Causé à l'origine par :
19:24:20 [2025-01-22T18:24:20.672Z]  Lancé par une alarme périodique
19:24:20 [2025-01-22T18:24:20.672Z] Running as userbuild
19:24:21 [2025-01-22T18:24:21.062Z] Obtained src/builds/mobile/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git
19:24:21 [2025-01-22T18:24:21.214Z] [Pipeline] Start of Pipeline
19:24:21 [2025-01-22T18:24:21.442Z] [Pipeline] node
19:24:21 [2025-01-22T18:24:21.445Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_Mobile_Master_AutoDeploy
19:24:21 [2025-01-22T18:24:21.449Z] [Pipeline] {
19:24:21 [2025-01-22T18:24:21.468Z] [Pipeline] stage
19:24:21 [2025-01-22T18:24:21.468Z] [Pipeline] { (Declarative: Checkout SCM)
19:24:21 [2025-01-22T18:24:21.480Z] [Pipeline] checkout
19:24:21 [2025-01-22T18:24:21.482Z] Selected Git installation does not exist. Using Default
19:24:21 [2025-01-22T18:24:21.482Z] The recommended git tool is: NONE
19:24:21 [2025-01-22T18:24:21.482Z] No credentials specified
19:24:21 [2025-01-22T18:24:21.482Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Mobile_Master_AutoDeploy/.git # timeout=10
19:24:21 [2025-01-22T18:24:21.488Z] Fetching changes from the remote Git repository
19:24:21 [2025-01-22T18:24:21.491Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
19:24:21 [2025-01-22T18:24:21.497Z] Cleaning workspace
19:24:21 [2025-01-22T18:24:21.497Z]  > /usr/bin/git rev-parse --verify HEAD # timeout=10
19:24:21 [2025-01-22T18:24:21.502Z] Resetting working tree
19:24:21 [2025-01-22T18:24:21.502Z]  > /usr/bin/git reset --hard # timeout=10
19:24:21 [2025-01-22T18:24:21.525Z]  > /usr/bin/git clean -fdx # timeout=10
19:24:21 [2025-01-22T18:24:21.538Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git
19:24:21 [2025-01-22T18:24:21.538Z]  > /usr/bin/git --version # timeout=10
19:24:21 [2025-01-22T18:24:21.543Z]  > git --version # 'git version 2.43.0'
19:24:21 [2025-01-22T18:24:21.543Z]  > /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-01-22T18:24:21.941Z]  > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:21 [2025-01-22T18:24:21.949Z] Checking out Revision a21b86feba1363f95e030bf85247d116cfc8258c (refs/remotes/origin/master)
19:24:21 [2025-01-22T18:24:21.949Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:21 [2025-01-22T18:24:21.955Z]  > /usr/bin/git checkout -f a21b86feba1363f95e030bf85247d116cfc8258c # timeout=10
19:24:22 [2025-01-22T18:24:22.048Z] Commit message: "In the release pipeline of the Silverpeas platform, enabled the build of the docker image of Silverpeas for trial purpose."
19:24:22 [2025-01-22T18:24:22.048Z]  > /usr/bin/git rev-list --no-walk a21b86feba1363f95e030bf85247d116cfc8258c # timeout=10
19:24:22 [2025-01-22T18:24:22.074Z] [Pipeline] }
19:24:22 [2025-01-22T18:24:22.078Z] [Pipeline] // stage
19:24:22 [2025-01-22T18:24:22.090Z] [Pipeline] withEnv
19:24:22 [2025-01-22T18:24:22.091Z] [Pipeline] {
19:24:22 [2025-01-22T18:24:22.205Z] [Pipeline] isUnix
19:24:22 [2025-01-22T18:24:22.205Z] [Pipeline] withEnv
19:24:22 [2025-01-22T18:24:22.206Z] [Pipeline] {
19:24:22 [2025-01-22T18:24:22.216Z] [Pipeline] sh
19:24:22 [2025-01-22T18:24:22.472Z] + docker inspect -f . silverpeas/silverbuild:latest
19:24:22 [2025-01-22T18:24:22.472Z] .
19:24:22 [2025-01-22T18:24:22.473Z] [Pipeline] }
19:24:22 [2025-01-22T18:24:22.481Z] [Pipeline] // withEnv
19:24:22 [2025-01-22T18:24:22.491Z] [Pipeline] withDockerContainer
19:24:22 [2025-01-22T18:24:22.520Z] Jenkins does not seem to be running inside a container
19:24:22 [2025-01-22T18:24:22.528Z] $ 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-01-22T18:24:22.874Z] $ docker top 3023b02a9c301bbd9ba97c402ea1a52e748413c90ac2edcc745b7b890d0db163 -eo pid,comm
19:24:22 [2025-01-22T18:24:22.913Z] [Pipeline] {
19:24:22 [2025-01-22T18:24:22.923Z] [Pipeline] withEnv
19:24:22 [2025-01-22T18:24:22.924Z] [Pipeline] {
19:24:22 [2025-01-22T18:24:22.936Z] [Pipeline] stage
19:24:22 [2025-01-22T18:24:22.937Z] [Pipeline] { (Resolve dependency on Silverpeas)
19:24:22 [2025-01-22T18:24:22.961Z] [Pipeline] script
19:24:22 [2025-01-22T18:24:22.965Z] [Pipeline] {
19:24:22 [2025-01-22T18:24:22.971Z] [Pipeline] echo
19:24:22 [2025-01-22T18:24:22.971Z] Working on branch master
19:24:22 [2025-01-22T18:24:22.973Z] [Pipeline] copyArtifacts
19:24:22 [2025-01-22T18:24:22.977Z] Copied 1 artifact from "Silverpeas_Master_AutoDeploy" build number 900
19:24:22 [2025-01-22T18:24:22.985Z] [Pipeline] readYaml
19:24:22 [2025-01-22T18:24:22.995Z] [Pipeline] sh
19:24:23 [2025-01-22T18:24:23.253Z] + rm -f build.yaml
19:24:23 [2025-01-22T18:24:23.254Z] [Pipeline] }
19:24:23 [2025-01-22T18:24:23.262Z] [Pipeline] // script
19:24:23 [2025-01-22T18:24:23.270Z] [Pipeline] echo
19:24:23 [2025-01-22T18:24:23.270Z] Parent version is 1.7-build241218
19:24:23 [2025-01-22T18:24:23.271Z] [Pipeline] echo
19:24:23 [2025-01-22T18:24:23.272Z] Silverpeas version is 6.5-build250115
19:24:23 [2025-01-22T18:24:23.273Z] [Pipeline] }
19:24:23 [2025-01-22T18:24:23.283Z] [Pipeline] // stage
19:24:23 [2025-01-22T18:24:23.293Z] [Pipeline] stage
19:24:23 [2025-01-22T18:24:23.293Z] [Pipeline] { (Prepare the project)
19:24:23 [2025-01-22T18:24:23.318Z] [Pipeline] git
19:24:23 [2025-01-22T18:24:23.320Z] The recommended git tool is: /usr/bin/git
19:24:23 [2025-01-22T18:24:23.321Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
19:24:23 [2025-01-22T18:24:23.330Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@7cb788cd; decorates hudson.Launcher$LocalLauncher@282c6c2e will be ignored (a typical symptom is the Git executable not being run inside a designated container)
19:24:23 [2025-01-22T18:24:23.330Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Mobile_Master_AutoDeploy/.git # timeout=10
19:24:23 [2025-01-22T18:24:23.336Z] Fetching changes from the remote Git repository
19:24:23 [2025-01-22T18:24:23.340Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/silverpeasmobile # timeout=10
19:24:23 [2025-01-22T18:24:23.347Z] Fetching upstream changes from https://github.com/Silverpeas/silverpeasmobile
19:24:23 [2025-01-22T18:24:23.347Z]  > /usr/bin/git --version # timeout=10
19:24:23 [2025-01-22T18:24:23.352Z]  > git --version # 'git version 2.43.0'
19:24:23 [2025-01-22T18:24:23.352Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
19:24:23 [2025-01-22T18:24:23.359Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/silverpeasmobile +refs/heads/*:refs/remotes/origin/* # timeout=10
19:24:23 [2025-01-22T18:24:23.778Z]  > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:23 [2025-01-22T18:24:23.786Z] Checking out Revision c14669c94d73557dde2381c0c5ec3a726da1953a (refs/remotes/origin/master)
19:24:23 [2025-01-22T18:24:23.786Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:23 [2025-01-22T18:24:23.791Z]  > /usr/bin/git checkout -f c14669c94d73557dde2381c0c5ec3a726da1953a # timeout=10
19:24:23 [2025-01-22T18:24:23.923Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
19:24:23 [2025-01-22T18:24:23.935Z]  > /usr/bin/git branch -D master # timeout=10
19:24:23 [2025-01-22T18:24:23.943Z]  > /usr/bin/git checkout -b master c14669c94d73557dde2381c0c5ec3a726da1953a # timeout=10
19:24:24 [2025-01-22T18:24:24.075Z] Commit message: "Update dependency on Silverpeas to version 6.5-build250115"
19:24:24 [2025-01-22T18:24:24.075Z]  > /usr/bin/git rev-list --no-walk c14669c94d73557dde2381c0c5ec3a726da1953a # timeout=10
19:24:24 [2025-01-22T18:24:24.097Z] [Pipeline] script
19:24:24 [2025-01-22T18:24:24.100Z] [Pipeline] {
19:24:24 [2025-01-22T18:24:24.115Z] [Pipeline] copyArtifacts
19:24:24 [2025-01-22T18:24:24.120Z] Copied 1 artifact from "Silverpeas_Mobile_Master_AutoDeploy" build number 530
19:24:24 [2025-01-22T18:24:24.128Z] [Pipeline] readYaml
19:24:24 [2025-01-22T18:24:24.141Z] [Pipeline] sh
19:24:24 [2025-01-22T18:24:24.398Z] + git rev-parse HEAD
19:24:24 [2025-01-22T18:24:24.401Z] [Pipeline] echo
19:24:24 [2025-01-22T18:24:24.401Z] Current commit is c14669c94d73557dde2381c0c5ec3a726da1953a and last build commit is c14669c94d73557dde2381c0c5ec3a726da1953a
19:24:24 [2025-01-22T18:24:24.402Z] [Pipeline] }
19:24:24 [2025-01-22T18:24:24.411Z] [Pipeline] // script
19:24:24 [2025-01-22T18:24:24.420Z] [Pipeline] script
19:24:24 [2025-01-22T18:24:24.426Z] [Pipeline] {
19:24:24 [2025-01-22T18:24:24.436Z] [Pipeline] readMavenPom
19:24:24 [2025-01-22T18:24:24.447Z] [Pipeline] echo
19:24:24 [2025-01-22T18:24:24.448Z] No changes and no update in Silverpeas since the last build
19:24:24 [2025-01-22T18:24:24.448Z] [Pipeline] }
19:24:24 [2025-01-22T18:24:24.457Z] [Pipeline] // script
19:24:24 [2025-01-22T18:24:24.466Z] [Pipeline] }
19:24:24 [2025-01-22T18:24:24.474Z] [Pipeline] // stage
19:24:24 [2025-01-22T18:24:24.484Z] [Pipeline] stage
19:24:24 [2025-01-22T18:24:24.485Z] [Pipeline] { (Build the project)
19:24:24 [2025-01-22T18:24:24.530Z] Stage "Build the project" skipped due to when conditional
19:24:24 [2025-01-22T18:24:24.531Z] [Pipeline] getContext
19:24:24 [2025-01-22T18:24:24.544Z] [Pipeline] stage
19:24:24 [2025-01-22T18:24:24.545Z] [Pipeline] { (Check POM parent version)
19:24:24 [2025-01-22T18:24:24.554Z] Stage "Build the project" skipped due to when conditional
19:24:24 [2025-01-22T18:24:24.555Z] [Pipeline] getContext
19:24:24 [2025-01-22T18:24:24.556Z] [Pipeline] }
19:24:24 [2025-01-22T18:24:24.565Z] [Pipeline] // stage
19:24:24 [2025-01-22T18:24:24.575Z] [Pipeline] stage
19:24:24 [2025-01-22T18:24:24.576Z] [Pipeline] { (Update POM parent)
19:24:24 [2025-01-22T18:24:24.585Z] Stage "Build the project" skipped due to when conditional
19:24:24 [2025-01-22T18:24:24.586Z] [Pipeline] getContext
19:24:24 [2025-01-22T18:24:24.587Z] [Pipeline] }
19:24:24 [2025-01-22T18:24:24.596Z] [Pipeline] // stage
19:24:24 [2025-01-22T18:24:24.606Z] [Pipeline] stage
19:24:24 [2025-01-22T18:24:24.607Z] [Pipeline] { (Update dependency on Silverpeas)
19:24:24 [2025-01-22T18:24:24.616Z] Stage "Build the project" skipped due to when conditional
19:24:24 [2025-01-22T18:24:24.617Z] [Pipeline] getContext
19:24:24 [2025-01-22T18:24:24.618Z] [Pipeline] }
19:24:24 [2025-01-22T18:24:24.626Z] [Pipeline] // stage
19:24:24 [2025-01-22T18:24:24.636Z] [Pipeline] stage
19:24:24 [2025-01-22T18:24:24.637Z] [Pipeline] { (Build and Publish)
19:24:24 [2025-01-22T18:24:24.646Z] Stage "Build the project" skipped due to when conditional
19:24:24 [2025-01-22T18:24:24.647Z] [Pipeline] getContext
19:24:24 [2025-01-22T18:24:24.648Z] [Pipeline] }
19:24:24 [2025-01-22T18:24:24.657Z] [Pipeline] // stage
19:24:24 [2025-01-22T18:24:24.665Z] [Pipeline] }
19:24:24 [2025-01-22T18:24:24.678Z] [Pipeline] // stage
19:24:24 [2025-01-22T18:24:24.689Z] [Pipeline] stage
19:24:24 [2025-01-22T18:24:24.690Z] [Pipeline] { (Create YAML build report)
19:24:24 [2025-01-22T18:24:24.714Z] [Pipeline] script
19:24:24 [2025-01-22T18:24:24.718Z] [Pipeline] {
19:24:24 [2025-01-22T18:24:24.728Z] [Pipeline] sh
19:24:24 [2025-01-22T18:24:24.986Z] + mkdir -p target
19:24:24 [2025-01-22T18:24:24.988Z] [Pipeline] sh
19:24:25 [2025-01-22T18:24:25.246Z] + mv build.yaml target/
19:24:25 [2025-01-22T18:24:25.247Z] [Pipeline] }
19:24:25 [2025-01-22T18:24:25.253Z] [Pipeline] // script
19:24:25 [2025-01-22T18:24:25.262Z] [Pipeline] }
19:24:25 [2025-01-22T18:24:25.271Z] [Pipeline] // stage
19:24:25 [2025-01-22T18:24:25.282Z] [Pipeline] stage
19:24:25 [2025-01-22T18:24:25.283Z] [Pipeline] { (Declarative: Post Actions)
19:24:25 [2025-01-22T18:24:25.299Z] [Pipeline] step
19:24:25 [2025-01-22T18:24:25.317Z] [Pipeline] script
19:24:25 [2025-01-22T18:24:25.323Z] [Pipeline] {
19:24:25 [2025-01-22T18:24:25.340Z] [Pipeline] }
19:24:25 [2025-01-22T18:24:25.348Z] [Pipeline] // script
19:24:25 [2025-01-22T18:24:25.362Z] [Pipeline] archiveArtifacts
19:24:25 [2025-01-22T18:24:25.365Z] Archiving artifacts
19:24:25 [2025-01-22T18:24:25.373Z] Enregistrement des empreintes numériques
19:24:25 [2025-01-22T18:24:25.395Z] [Pipeline] }
19:24:25 [2025-01-22T18:24:25.406Z] [Pipeline] // stage
19:24:25 [2025-01-22T18:24:25.414Z] [Pipeline] }
19:24:25 [2025-01-22T18:24:25.423Z] [Pipeline] // withEnv
19:24:25 [2025-01-22T18:24:25.431Z] [Pipeline] }
19:24:25 [2025-01-22T18:24:25.431Z] $ docker stop --time=1 3023b02a9c301bbd9ba97c402ea1a52e748413c90ac2edcc745b7b890d0db163
19:24:26 [2025-01-22T18:24:26.688Z] $ docker rm -f --volumes 3023b02a9c301bbd9ba97c402ea1a52e748413c90ac2edcc745b7b890d0db163
19:24:26 [2025-01-22T18:24:26.729Z] [Pipeline] // withDockerContainer
19:24:26 [2025-01-22T18:24:26.735Z] [Pipeline] }
19:24:26 [2025-01-22T18:24:26.742Z] [Pipeline] // withEnv
19:24:26 [2025-01-22T18:24:26.745Z] [Pipeline] }
19:24:26 [2025-01-22T18:24:26.749Z] [Pipeline] // node
19:24:26 [2025-01-22T18:24:26.756Z] [Pipeline] End of Pipeline
19:24:26 [2025-01-22T18:24:26.815Z] Finished: SUCCESS