Skip to content
Succès

Sortie de la console

10:45:14 [2022-01-26T09:45:14.117Z] Démarré par l'utilisateur Miguel Moquillon
10:45:14 [2022-01-26T09:45:14.117Z] Running as userbuild
10:45:14 [2022-01-26T09:45:14.161Z] [Pipeline] Start of Pipeline
10:45:14 [2022-01-26T09:45:14.307Z] [Pipeline] node
10:45:14 [2022-01-26T09:45:14.311Z] Running on Jenkins in /var/lib/jenkins/workspace/Test Pipeline 2
10:45:14 [2022-01-26T09:45:14.311Z] [Pipeline] {
10:45:14 [2022-01-26T09:45:14.383Z] [Pipeline] withEnv
10:45:14 [2022-01-26T09:45:14.384Z] [Pipeline] {
10:45:14 [2022-01-26T09:45:14.387Z] [Pipeline] isUnix
10:45:14 [2022-01-26T09:45:14.389Z] [Pipeline] sh
10:45:14 [2022-01-26T09:45:14.643Z] + docker inspect -f . silverpeas/silverbuild
10:45:14 [2022-01-26T09:45:14.644Z] .
10:45:14 [2022-01-26T09:45:14.645Z] [Pipeline] }
10:45:14 [2022-01-26T09:45:14.648Z] [Pipeline] // withEnv
10:45:14 [2022-01-26T09:45:14.656Z] [Pipeline] withDockerContainer
10:45:14 [2022-01-26T09:45:14.712Z] Jenkins does not seem to be running inside a container
10:45:14 [2022-01-26T09:45:14.721Z] $ 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/Test Pipeline 2" -v "/var/lib/jenkins/workspace/Test Pipeline 2:/var/lib/jenkins/workspace/Test Pipeline 2:rw,z" -v "/var/lib/jenkins/workspace/Test Pipeline 2@tmp:/var/lib/jenkins/workspace/Test Pipeline 2@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 ******** silverpeas/silverbuild cat
10:45:15 [2022-01-26T09:45:15.244Z] $ docker top ab7a225f3cda30f43e315fe7bc74441b5ba6ddacc8982b6538e411d505a4289f -eo pid,comm
10:45:15 [2022-01-26T09:45:15.325Z] [Pipeline] {
10:45:15 [2022-01-26T09:45:15.338Z] [Pipeline] withEnv
10:45:15 [2022-01-26T09:45:15.339Z] [Pipeline] {
10:45:15 [2022-01-26T09:45:15.348Z] [Pipeline] stage
10:45:15 [2022-01-26T09:45:15.348Z] [Pipeline] { (Preparation)
10:45:15 [2022-01-26T09:45:15.375Z] [Pipeline] git
10:45:15 [2022-01-26T09:45:15.377Z] The recommended git tool is: /usr/bin/git
10:45:15 [2022-01-26T09:45:15.378Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
10:45:15 [2022-01-26T09:45:15.389Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@56ba7cd0; decorates hudson.Launcher$LocalLauncher@5285f2df will be ignored (a typical symptom is the Git executable not being run inside a designated container)
10:45:15 [2022-01-26T09:45:15.389Z] Cloning the remote Git repository
10:45:15 [2022-01-26T09:45:15.389Z] Cloning repository https://github.com/Silverpeas/Silverpeas-Core
10:45:15 [2022-01-26T09:45:15.389Z]  > /usr/bin/git init /var/lib/jenkins/workspace/Test Pipeline 2 # timeout=10
10:45:15 [2022-01-26T09:45:15.420Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Core
10:45:15 [2022-01-26T09:45:15.420Z]  > /usr/bin/git --version # timeout=10
10:45:15 [2022-01-26T09:45:15.426Z]  > git --version # 'git version 2.25.1'
10:45:15 [2022-01-26T09:45:15.426Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
10:45:15 [2022-01-26T09:45:15.427Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Core +refs/heads/*:refs/remotes/origin/* # timeout=10
10:45:30 [2022-01-26T09:45:30.431Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Core # timeout=10
10:45:30 [2022-01-26T09:45:30.440Z]  > /usr/bin/git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
10:45:30 [2022-01-26T09:45:30.445Z] Avoid second fetch
10:45:30 [2022-01-26T09:45:30.446Z]  > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
10:45:30 [2022-01-26T09:45:30.452Z] Checking out Revision fd47e3c56467698f60ac82d33afa2c04c7d246b7 (refs/remotes/origin/master)
10:45:30 [2022-01-26T09:45:30.452Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
10:45:30 [2022-01-26T09:45:30.458Z]  > /usr/bin/git checkout -f fd47e3c56467698f60ac82d33afa2c04c7d246b7 # timeout=10
10:45:31 [2022-01-26T09:45:31.689Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
10:45:31 [2022-01-26T09:45:31.703Z]  > /usr/bin/git checkout -b master fd47e3c56467698f60ac82d33afa2c04c7d246b7 # timeout=10
10:45:32 [2022-01-26T09:45:32.177Z] Commit message: "Support #12844: Taking into account given recommendations from issue https://github.com/conversejs/converse.js/issues/2770 : the possibility to set the use of websocket has been implemented."
10:45:32 [2022-01-26T09:45:32.177Z] First time build. Skipping changelog.
10:45:32 [2022-01-26T09:45:32.184Z] [Pipeline] sh
10:45:32 [2022-01-26T09:45:32.441Z] + git fetch origin pull/1183/head:to_test
10:45:33 [2022-01-26T09:45:33.354Z] Depuis https://github.com/Silverpeas/Silverpeas-Core
10:45:33 [2022-01-26T09:45:33.354Z]  * [nouvelle référence]    refs/pull/1183/head -> to_test
10:45:33 [2022-01-26T09:45:33.354Z] + git checkout to_test
10:45:34 [2022-01-26T09:45:34.266Z] Basculement sur la branche 'to_test'
10:45:34 [2022-01-26T09:45:34.268Z] [Pipeline] }
10:45:34 [2022-01-26T09:45:34.272Z] [Pipeline] // stage
10:45:34 [2022-01-26T09:45:34.278Z] [Pipeline] stage
10:45:34 [2022-01-26T09:45:34.279Z] [Pipeline] { (Analyse the quality of the code)
10:45:34 [2022-01-26T09:45:34.295Z] [Pipeline] echo
10:45:34 [2022-01-26T09:45:34.295Z] PROUT
10:45:34 [2022-01-26T09:45:34.296Z] [Pipeline] }
10:45:34 [2022-01-26T09:45:34.298Z] [Pipeline] // stage
10:45:34 [2022-01-26T09:45:34.301Z] [Pipeline] stage
10:45:34 [2022-01-26T09:45:34.302Z] [Pipeline] { (Declarative: Post Actions)
10:45:34 [2022-01-26T09:45:34.308Z] [Pipeline] echo
10:45:34 [2022-01-26T09:45:34.308Z] This is the end
10:45:34 [2022-01-26T09:45:34.317Z] [Pipeline] }
10:45:34 [2022-01-26T09:45:34.319Z] [Pipeline] // stage
10:45:34 [2022-01-26T09:45:34.321Z] [Pipeline] }
10:45:34 [2022-01-26T09:45:34.323Z] [Pipeline] // withEnv
10:45:34 [2022-01-26T09:45:34.325Z] [Pipeline] }
10:45:34 [2022-01-26T09:45:34.326Z] $ docker stop --time=1 ab7a225f3cda30f43e315fe7bc74441b5ba6ddacc8982b6538e411d505a4289f
10:45:36 [2022-01-26T09:45:36.258Z] $ docker rm -f ab7a225f3cda30f43e315fe7bc74441b5ba6ddacc8982b6538e411d505a4289f
10:45:36 [2022-01-26T09:45:36.329Z] [Pipeline] // withDockerContainer
10:45:36 [2022-01-26T09:45:36.332Z] [Pipeline] }
10:45:36 [2022-01-26T09:45:36.337Z] [Pipeline] // node
10:45:36 [2022-01-26T09:45:36.340Z] [Pipeline] End of Pipeline
10:45:36 [2022-01-26T09:45:36.366Z] Finished: SUCCESS