Skip to content
12:14:00 [2026-08-16T10:14:00.586Z] Lancé par une alarme périodique
12:14:00 [2026-08-16T10:14:00.586Z] Running as userbuild
12:14:01 [2026-08-16T10:14:01.091Z] Obtained src/tests/upgrade/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git
12:14:01 [2026-08-16T10:14:01.370Z] [Pipeline] Start of Pipeline
12:14:01 [2026-08-16T10:14:01.628Z] [Pipeline] node
12:14:01 [2026-08-16T10:14:01.631Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_Ugrade_Test
12:14:01 [2026-08-16T10:14:01.632Z] [Pipeline] {
12:14:01 [2026-08-16T10:14:01.648Z] [Pipeline] stage
12:14:01 [2026-08-16T10:14:01.648Z] [Pipeline] { (Declarative: Checkout SCM)
12:14:01 [2026-08-16T10:14:01.656Z] [Pipeline] checkout
12:14:01 [2026-08-16T10:14:01.659Z] Selected Git installation does not exist. Using Default
12:14:01 [2026-08-16T10:14:01.659Z] The recommended git tool is: NONE
12:14:01 [2026-08-16T10:14:01.659Z] No credentials specified
12:14:01 [2026-08-16T10:14:01.660Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Ugrade_Test/.git # timeout=10
12:14:01 [2026-08-16T10:14:01.668Z] Fetching changes from the remote Git repository
12:14:01 [2026-08-16T10:14:01.669Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
12:14:01 [2026-08-16T10:14:01.675Z] Cleaning workspace
12:14:01 [2026-08-16T10:14:01.675Z]  > /usr/bin/git rev-parse --verify HEAD # timeout=10
12:14:01 [2026-08-16T10:14:01.680Z] Resetting working tree
12:14:01 [2026-08-16T10:14:01.680Z]  > /usr/bin/git reset --hard # timeout=10
12:14:01 [2026-08-16T10:14:01.774Z]  > /usr/bin/git clean -fdx # timeout=10
12:14:02 [2026-08-16T10:14:02.662Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git
12:14:02 [2026-08-16T10:14:02.662Z]  > /usr/bin/git --version # timeout=10
12:14:02 [2026-08-16T10:14:02.668Z]  > git --version # 'git version 2.43.0'
12:14:02 [2026-08-16T10:14:02.668Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Jenkins-Pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
12:14:03 [2026-08-16T10:14:03.109Z]  > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
12:14:03 [2026-08-16T10:14:03.117Z] Checking out Revision 5b79d885d26d617ef109b485fb9832a9185c5ce0 (refs/remotes/origin/master)
12:14:03 [2026-08-16T10:14:03.117Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
12:14:03 [2026-08-16T10:14:03.122Z]  > /usr/bin/git checkout -f 5b79d885d26d617ef109b485fb9832a9185c5ce0 # timeout=10
12:14:03 [2026-08-16T10:14:03.143Z] Commit message: "In the pipeline to construct a Docker image for building a Silverpeas project, add a new stage in which we switch to the git branch that is related to the version of the Docker image to generate. If such branch doesn't yet exist, then it is created."
12:14:03 [2026-08-16T10:14:03.145Z]  > /usr/bin/git rev-list --no-walk 5b79d885d26d617ef109b485fb9832a9185c5ce0 # timeout=10
12:14:03 [2026-08-16T10:14:03.162Z] [Pipeline] }
12:14:03 [2026-08-16T10:14:03.164Z] [Pipeline] // stage
12:14:03 [2026-08-16T10:14:03.176Z] [Pipeline] withEnv
12:14:03 [2026-08-16T10:14:03.177Z] [Pipeline] {
12:14:03 [2026-08-16T10:14:03.316Z] [Pipeline] isUnix
12:14:03 [2026-08-16T10:14:03.318Z] [Pipeline] withEnv
12:14:03 [2026-08-16T10:14:03.319Z] [Pipeline] {
12:14:03 [2026-08-16T10:14:03.329Z] [Pipeline] sh
12:14:03 [2026-08-16T10:14:03.586Z] + docker inspect -f . silverpeas/silverbuild
12:14:03 [2026-08-16T10:14:03.586Z] .
12:14:03 [2026-08-16T10:14:03.587Z] [Pipeline] }
12:14:03 [2026-08-16T10:14:03.596Z] [Pipeline] // withEnv
12:14:03 [2026-08-16T10:14:03.604Z] [Pipeline] withDockerContainer
12:14:03 [2026-08-16T10:14:03.638Z] Jenkins does not seem to be running inside a container
12:14:03 [2026-08-16T10:14:03.646Z] $ 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:04 [2026-08-16T10:14:04.016Z] $ docker top 3046a08c747a8f8cef0bb3793c8c86b06451f8d820e0200560df6e4ec629f2d7 -eo pid,comm
12:14:04 [2026-08-16T10:14:04.052Z] [Pipeline] {
12:14:04 [2026-08-16T10:14:04.072Z] [Pipeline] withEnv
12:14:04 [2026-08-16T10:14:04.072Z] [Pipeline] {
12:14:04 [2026-08-16T10:14:04.094Z] [Pipeline] stage
12:14:04 [2026-08-16T10:14:04.095Z] [Pipeline] { (Fetch the last build version of Silverpeas)
12:14:04 [2026-08-16T10:14:04.137Z] [Pipeline] sh
12:14:04 [2026-08-16T10:14:04.396Z] + rm -rf LICENSE README.md src /home/silverbuild/.gradle
12:14:04 [2026-08-16T10:14:04.400Z] [Pipeline] sh
12:14:04 [2026-08-16T10:14:04.661Z] + mkdir logs
12:14:04 [2026-08-16T10:14:04.670Z] [Pipeline] copyArtifacts
12:14:04 [2026-08-16T10:14:04.678Z] Copied 1 artifact from "Silverpeas_Master_AutoDeploy" build number 1127
12:14:04 [2026-08-16T10:14:04.685Z] [Pipeline] script
12:14:04 [2026-08-16T10:14:04.692Z] [Pipeline] {
12:14:04 [2026-08-16T10:14:04.705Z] [Pipeline] readYaml
12:14:04 [2026-08-16T10:14:04.713Z] Did you forget the `def` keyword? WorkflowScript seems to be setting a field named buildVersion (to a value of type String) which could lead to memory leaks or other issues.
12:14:04 [2026-08-16T10:14:04.716Z] [Pipeline] sh
12:14:04 [2026-08-16T10:14:04.974Z] + curl -fsSL -o pom.xml https://nexus3.silverpeas.org/repository/silverpeas/org/silverpeas/silverpeas-project/2.0-build260805/silverpeas-project-2.0-build260805.pom
12:14:04 [2026-08-16T10:14:04.974Z] curl: (22) The requested URL returned error: 404
12:14:04 [2026-08-16T10:14:04.977Z] [Pipeline] }
12:14:04 [2026-08-16T10:14:04.985Z] [Pipeline] // script
12:14:04 [2026-08-16T10:14:04.997Z] [Pipeline] }
12:14:05 [2026-08-16T10:14:05.004Z] [Pipeline] // stage
12:14:05 [2026-08-16T10:14:05.014Z] [Pipeline] stage
12:14:05 [2026-08-16T10:14:05.014Z] [Pipeline] { (Set up the test environment)
12:14:05 [2026-08-16T10:14:05.024Z] Stage "Set up the test environment" skipped due to earlier failure(s)
12:14:05 [2026-08-16T10:14:05.026Z] [Pipeline] getContext
12:14:05 [2026-08-16T10:14:05.028Z] [Pipeline] }
12:14:05 [2026-08-16T10:14:05.034Z] [Pipeline] // stage
12:14:05 [2026-08-16T10:14:05.044Z] [Pipeline] stage
12:14:05 [2026-08-16T10:14:05.045Z] [Pipeline] { (Test upgrade against PostgreSQL)
12:14:05 [2026-08-16T10:14:05.052Z] Stage "Test upgrade against PostgreSQL" skipped due to earlier failure(s)
12:14:05 [2026-08-16T10:14:05.053Z] [Pipeline] getContext
12:14:05 [2026-08-16T10:14:05.055Z] [Pipeline] }
12:14:05 [2026-08-16T10:14:05.062Z] [Pipeline] // stage
12:14:05 [2026-08-16T10:14:05.071Z] [Pipeline] stage
12:14:05 [2026-08-16T10:14:05.072Z] [Pipeline] { (Test upgrade against MS-SQLServer)
12:14:05 [2026-08-16T10:14:05.079Z] Stage "Test upgrade against MS-SQLServer" skipped due to earlier failure(s)
12:14:05 [2026-08-16T10:14:05.080Z] [Pipeline] getContext
12:14:05 [2026-08-16T10:14:05.082Z] [Pipeline] }
12:14:05 [2026-08-16T10:14:05.089Z] [Pipeline] // stage
12:14:05 [2026-08-16T10:14:05.099Z] [Pipeline] stage
12:14:05 [2026-08-16T10:14:05.100Z] [Pipeline] { (Test upgrade against Oracle)
12:14:05 [2026-08-16T10:14:05.106Z] Stage "Test upgrade against Oracle" skipped due to earlier failure(s)
12:14:05 [2026-08-16T10:14:05.108Z] [Pipeline] getContext
12:14:05 [2026-08-16T10:14:05.110Z] [Pipeline] }
12:14:05 [2026-08-16T10:14:05.116Z] [Pipeline] // stage
12:14:05 [2026-08-16T10:14:05.131Z] [Pipeline] stage
12:14:05 [2026-08-16T10:14:05.131Z] [Pipeline] { (Declarative: Post Actions)
12:14:05 [2026-08-16T10:14:05.147Z] [Pipeline] script
12:14:05 [2026-08-16T10:14:05.151Z] [Pipeline] {
12:14:05 [2026-08-16T10:14:05.165Z] [Pipeline] }
12:14:05 [2026-08-16T10:14:05.169Z] [Pipeline] // script
12:14:05 [2026-08-16T10:14:05.176Z] [Pipeline] archiveArtifacts
12:14:05 [2026-08-16T10:14:05.179Z] Archiving artifacts
12:14:05 [2026-08-16T10:14:05.189Z] [Pipeline] step
12:14:05 [2026-08-16T10:14:05.204Z] Sending e-mails to: miguel.moquillon@silverpeas.org silveryocha@chastagnier.com
12:14:05 [2026-08-16T10:14:05.318Z] [Pipeline] }
12:14:05 [2026-08-16T10:14:05.322Z] [Pipeline] // stage
12:14:05 [2026-08-16T10:14:05.327Z] [Pipeline] }
12:14:05 [2026-08-16T10:14:05.333Z] [Pipeline] // withEnv
12:14:05 [2026-08-16T10:14:05.336Z] [Pipeline] }
12:14:05 [2026-08-16T10:14:05.338Z] $ docker stop --time=1 3046a08c747a8f8cef0bb3793c8c86b06451f8d820e0200560df6e4ec629f2d7
12:14:06 [2026-08-16T10:14:06.572Z] $ docker rm -f --volumes 3046a08c747a8f8cef0bb3793c8c86b06451f8d820e0200560df6e4ec629f2d7
12:14:06 [2026-08-16T10:14:06.607Z] [Pipeline] // withDockerContainer
12:14:06 [2026-08-16T10:14:06.609Z] [Pipeline] }
12:14:06 [2026-08-16T10:14:06.614Z] [Pipeline] // withEnv
12:14:06 [2026-08-16T10:14:06.618Z] [Pipeline] }
12:14:06 [2026-08-16T10:14:06.623Z] [Pipeline] // node
12:14:06 [2026-08-16T10:14:06.627Z] [Pipeline] End of Pipeline
12:14:06 [2026-08-16T10:14:06.648Z] ERROR: script returned exit code 22
12:14:06 [2026-08-16T10:14:06.670Z] Finished: FAILURE