En échecSortie de la console
12:14:00 [2025-03-02T11:14:00.240Z] Lancé par une alarme périodique
12:14:00 [2025-03-02T11:14:00.241Z] Running as userbuild
12:14:00 [2025-03-02T11:14:00.630Z] Obtained src/tests/upgrade/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git
12:14:00 [2025-03-02T11:14:00.942Z] [Pipeline] Start of Pipeline
12:14:01 [2025-03-02T11:14:01.282Z] [Pipeline] node
12:14:01 [2025-03-02T11:14:01.285Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_Ugrade_Test
12:14:01 [2025-03-02T11:14:01.289Z] [Pipeline] {
12:14:01 [2025-03-02T11:14:01.307Z] [Pipeline] stage
12:14:01 [2025-03-02T11:14:01.307Z] [Pipeline] { (Declarative: Checkout SCM)
12:14:01 [2025-03-02T11:14:01.318Z] [Pipeline] checkout
12:14:01 [2025-03-02T11:14:01.319Z] Selected Git installation does not exist. Using Default
12:14:01 [2025-03-02T11:14:01.319Z] The recommended git tool is: NONE
12:14:01 [2025-03-02T11:14:01.319Z] No credentials specified
12:14:01 [2025-03-02T11:14:01.320Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Ugrade_Test/.git # timeout=10
12:14:01 [2025-03-02T11:14:01.326Z] Fetching changes from the remote Git repository
12:14:01 [2025-03-02T11:14:01.329Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
12:14:01 [2025-03-02T11:14:01.335Z] Cleaning workspace
12:14:01 [2025-03-02T11:14:01.335Z] > /usr/bin/git rev-parse --verify HEAD # timeout=10
12:14:01 [2025-03-02T11:14:01.340Z] Resetting working tree
12:14:01 [2025-03-02T11:14:01.340Z] > /usr/bin/git reset --hard # timeout=10
12:14:01 [2025-03-02T11:14:01.436Z] > /usr/bin/git clean -fdx # timeout=10
12:14:02 [2025-03-02T11:14:02.058Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git
12:14:02 [2025-03-02T11:14:02.058Z] > /usr/bin/git --version # timeout=10
12:14:02 [2025-03-02T11:14:02.064Z] > git --version # 'git version 2.43.0'
12:14:02 [2025-03-02T11:14:02.064Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Jenkins-Pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
12:14:02 [2025-03-02T11:14:02.423Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
12:14:02 [2025-03-02T11:14:02.430Z] Checking out Revision e8468bf49647ac63ce0c1464a25fb5c963108a3f (refs/remotes/origin/master)
12:14:02 [2025-03-02T11:14:02.430Z] > /usr/bin/git config core.sparsecheckout # timeout=10
12:14:02 [2025-03-02T11:14:02.434Z] > /usr/bin/git checkout -f e8468bf49647ac63ce0c1464a25fb5c963108a3f # timeout=10
12:14:02 [2025-03-02T11:14:02.457Z] 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."
12:14:02 [2025-03-02T11:14:02.458Z] > /usr/bin/git rev-list --no-walk e8468bf49647ac63ce0c1464a25fb5c963108a3f # timeout=10
12:14:02 [2025-03-02T11:14:02.478Z] [Pipeline] }
12:14:02 [2025-03-02T11:14:02.481Z] [Pipeline] // stage
12:14:02 [2025-03-02T11:14:02.500Z] [Pipeline] withEnv
12:14:02 [2025-03-02T11:14:02.500Z] [Pipeline] {
12:14:02 [2025-03-02T11:14:02.679Z] [Pipeline] isUnix
12:14:02 [2025-03-02T11:14:02.680Z] [Pipeline] withEnv
12:14:02 [2025-03-02T11:14:02.680Z] [Pipeline] {
12:14:02 [2025-03-02T11:14:02.689Z] [Pipeline] sh
12:14:02 [2025-03-02T11:14:02.945Z] + docker inspect -f . silverpeas/silverbuild
12:14:02 [2025-03-02T11:14:02.945Z] .
12:14:02 [2025-03-02T11:14:02.946Z] [Pipeline] }
12:14:02 [2025-03-02T11:14:02.953Z] [Pipeline] // withEnv
12:14:02 [2025-03-02T11:14:02.960Z] [Pipeline] withDockerContainer
12:14:02 [2025-03-02T11:14:02.994Z] Jenkins does not seem to be running inside a container
12:14:03 [2025-03-02T11:14:03.001Z] $ 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_Ugrade_Test -v /var/lib/jenkins/workspace/Silverpeas_Ugrade_Test:/var/lib/jenkins/workspace/Silverpeas_Ugrade_Test:rw,z -v /var/lib/jenkins/workspace/Silverpeas_Ugrade_Test@tmp:/var/lib/jenkins/workspace/Silverpeas_Ugrade_Test@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 ******** silverpeas/silverbuild cat
12:14:03 [2025-03-02T11:14:03.446Z] $ docker top 1d152cdcfcc16b18c19a0bae15f7e14fbbb69c4703ce070357356e4ad53c5a92 -eo pid,comm
12:14:03 [2025-03-02T11:14:03.483Z] [Pipeline] {
12:14:03 [2025-03-02T11:14:03.497Z] [Pipeline] withEnv
12:14:03 [2025-03-02T11:14:03.497Z] [Pipeline] {
12:14:03 [2025-03-02T11:14:03.511Z] [Pipeline] stage
12:14:03 [2025-03-02T11:14:03.512Z] [Pipeline] { (Fetch the last build version of Silverpeas)
12:14:03 [2025-03-02T11:14:03.548Z] [Pipeline] sh
12:14:03 [2025-03-02T11:14:03.805Z] + rm -rf LICENSE README.md src /home/silverbuild/.gradle
12:14:03 [2025-03-02T11:14:03.807Z] [Pipeline] sh
12:14:04 [2025-03-02T11:14:04.065Z] + mkdir logs
12:14:04 [2025-03-02T11:14:04.073Z] [Pipeline] copyArtifacts
12:14:04 [2025-03-02T11:14:04.079Z] Copied 1 artifact from "Silverpeas_Master_AutoDeploy" build number 912
12:14:04 [2025-03-02T11:14:04.083Z] [Pipeline] script
12:14:04 [2025-03-02T11:14:04.089Z] [Pipeline] {
12:14:04 [2025-03-02T11:14:04.099Z] [Pipeline] readYaml
12:14:04 [2025-03-02T11:14:04.110Z] [Pipeline] sh
12:14:04 [2025-03-02T11:14:04.369Z] + curl -fsSL -o pom.xml https://nexus3.silverpeas.org/repository/silverpeas/org/silverpeas/silverpeas-project/1.7-build241218/silverpeas-project-1.7-build241218.pom
12:14:05 [2025-03-02T11:14:05.281Z] curl: (22) The requested URL returned error: 404
12:14:05 [2025-03-02T11:14:05.282Z] [Pipeline] }
12:14:05 [2025-03-02T11:14:05.290Z] [Pipeline] // script
12:14:05 [2025-03-02T11:14:05.326Z] [Pipeline] }
12:14:05 [2025-03-02T11:14:05.332Z] [Pipeline] // stage
12:14:05 [2025-03-02T11:14:05.341Z] [Pipeline] stage
12:14:05 [2025-03-02T11:14:05.342Z] [Pipeline] { (Set up the test environment)
12:14:05 [2025-03-02T11:14:05.354Z] Stage "Set up the test environment" skipped due to earlier failure(s)
12:14:05 [2025-03-02T11:14:05.355Z] [Pipeline] getContext
12:14:05 [2025-03-02T11:14:05.361Z] [Pipeline] }
12:14:05 [2025-03-02T11:14:05.367Z] [Pipeline] // stage
12:14:05 [2025-03-02T11:14:05.375Z] [Pipeline] stage
12:14:05 [2025-03-02T11:14:05.376Z] [Pipeline] { (Test upgrade against PostgreSQL)
12:14:05 [2025-03-02T11:14:05.382Z] Stage "Test upgrade against PostgreSQL" skipped due to earlier failure(s)
12:14:05 [2025-03-02T11:14:05.383Z] [Pipeline] getContext
12:14:05 [2025-03-02T11:14:05.384Z] [Pipeline] }
12:14:05 [2025-03-02T11:14:05.390Z] [Pipeline] // stage
12:14:05 [2025-03-02T11:14:05.401Z] [Pipeline] stage
12:14:05 [2025-03-02T11:14:05.401Z] [Pipeline] { (Test upgrade against MS-SQLServer)
12:14:05 [2025-03-02T11:14:05.408Z] Stage "Test upgrade against MS-SQLServer" skipped due to earlier failure(s)
12:14:05 [2025-03-02T11:14:05.408Z] [Pipeline] getContext
12:14:05 [2025-03-02T11:14:05.409Z] [Pipeline] }
12:14:05 [2025-03-02T11:14:05.415Z] [Pipeline] // stage
12:14:05 [2025-03-02T11:14:05.424Z] [Pipeline] stage
12:14:05 [2025-03-02T11:14:05.424Z] [Pipeline] { (Test upgrade against Oracle)
12:14:05 [2025-03-02T11:14:05.431Z] Stage "Test upgrade against Oracle" skipped due to earlier failure(s)
12:14:05 [2025-03-02T11:14:05.431Z] [Pipeline] getContext
12:14:05 [2025-03-02T11:14:05.432Z] [Pipeline] }
12:14:05 [2025-03-02T11:14:05.439Z] [Pipeline] // stage
12:14:05 [2025-03-02T11:14:05.453Z] [Pipeline] stage
12:14:05 [2025-03-02T11:14:05.454Z] [Pipeline] { (Declarative: Post Actions)
12:14:05 [2025-03-02T11:14:05.470Z] [Pipeline] script
12:14:05 [2025-03-02T11:14:05.475Z] [Pipeline] {
12:14:05 [2025-03-02T11:14:05.487Z] [Pipeline] }
12:14:05 [2025-03-02T11:14:05.492Z] [Pipeline] // script
12:14:05 [2025-03-02T11:14:05.500Z] [Pipeline] archiveArtifacts
12:14:05 [2025-03-02T11:14:05.503Z] Archiving artifacts
12:14:05 [2025-03-02T11:14:05.512Z] [Pipeline] step
12:14:05 [2025-03-02T11:14:05.526Z] Sending e-mails to: miguel.moquillon@silverpeas.org silveryocha@chastagnier.com
12:14:05 [2025-03-02T11:14:05.640Z] [Pipeline] }
12:14:05 [2025-03-02T11:14:05.645Z] [Pipeline] // stage
12:14:05 [2025-03-02T11:14:05.651Z] [Pipeline] }
12:14:05 [2025-03-02T11:14:05.656Z] [Pipeline] // withEnv
12:14:05 [2025-03-02T11:14:05.662Z] [Pipeline] }
12:14:05 [2025-03-02T11:14:05.663Z] $ docker stop --time=1 1d152cdcfcc16b18c19a0bae15f7e14fbbb69c4703ce070357356e4ad53c5a92
12:14:06 [2025-03-02T11:14:06.866Z] $ docker rm -f --volumes 1d152cdcfcc16b18c19a0bae15f7e14fbbb69c4703ce070357356e4ad53c5a92
12:14:06 [2025-03-02T11:14:06.902Z] [Pipeline] // withDockerContainer
12:14:06 [2025-03-02T11:14:06.905Z] [Pipeline] }
12:14:06 [2025-03-02T11:14:06.908Z] [Pipeline] // withEnv
12:14:06 [2025-03-02T11:14:06.910Z] [Pipeline] }
12:14:06 [2025-03-02T11:14:06.913Z] [Pipeline] // node
12:14:06 [2025-03-02T11:14:06.917Z] [Pipeline] End of Pipeline
12:14:06 [2025-03-02T11:14:06.927Z] ERROR: script returned exit code 22
12:14:06 [2025-03-02T11:14:06.946Z] Finished: FAILURE