[2026-08-16T02:20:00.585Z] Lancé par une alarme périodique [2026-08-16T02:20:00.586Z] Running as userbuild [2026-08-16T02:20:01.188Z] Obtained src/tests/install/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git [2026-08-16T02:20:02.047Z] [Pipeline] Start of Pipeline [2026-08-16T02:20:02.425Z] [Pipeline] node [2026-08-16T02:20:02.430Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_Installation_Test [2026-08-16T02:20:02.433Z] [Pipeline] { [2026-08-16T02:20:02.453Z] [Pipeline] stage [2026-08-16T02:20:02.454Z] [Pipeline] { (Declarative: Checkout SCM) [2026-08-16T02:20:02.465Z] [Pipeline] checkout [2026-08-16T02:20:02.469Z] Selected Git installation does not exist. Using Default [2026-08-16T02:20:02.469Z] The recommended git tool is: NONE [2026-08-16T02:20:02.469Z] No credentials specified [2026-08-16T02:20:02.469Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Installation_Test/.git # timeout=10 [2026-08-16T02:20:02.476Z] Fetching changes from the remote Git repository [2026-08-16T02:20:02.478Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10 [2026-08-16T02:20:02.484Z] Cleaning workspace [2026-08-16T02:20:02.484Z] > /usr/bin/git rev-parse --verify HEAD # timeout=10 [2026-08-16T02:20:02.489Z] Resetting working tree [2026-08-16T02:20:02.489Z] > /usr/bin/git reset --hard # timeout=10 [2026-08-16T02:20:02.574Z] > /usr/bin/git clean -fdx # timeout=10 [2026-08-16T02:20:03.460Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git [2026-08-16T02:20:03.460Z] > /usr/bin/git --version # timeout=10 [2026-08-16T02:20:03.466Z] > git --version # 'git version 2.43.0' [2026-08-16T02:20:03.467Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Jenkins-Pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2026-08-16T02:20:03.900Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10 [2026-08-16T02:20:03.906Z] Checking out Revision 5b79d885d26d617ef109b485fb9832a9185c5ce0 (refs/remotes/origin/master) [2026-08-16T02:20:03.906Z] > /usr/bin/git config core.sparsecheckout # timeout=10 [2026-08-16T02:20:03.911Z] > /usr/bin/git checkout -f 5b79d885d26d617ef109b485fb9832a9185c5ce0 # timeout=10 [2026-08-16T02:20:03.930Z] 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." [2026-08-16T02:20:03.931Z] > /usr/bin/git rev-list --no-walk 5b79d885d26d617ef109b485fb9832a9185c5ce0 # timeout=10 [2026-08-16T02:20:03.950Z] [Pipeline] } [2026-08-16T02:20:03.954Z] [Pipeline] // stage [2026-08-16T02:20:03.988Z] [Pipeline] withEnv [2026-08-16T02:20:03.989Z] [Pipeline] { [2026-08-16T02:20:04.173Z] [Pipeline] isUnix [2026-08-16T02:20:04.176Z] [Pipeline] withEnv [2026-08-16T02:20:04.177Z] [Pipeline] { [2026-08-16T02:20:04.190Z] [Pipeline] sh [2026-08-16T02:20:04.449Z] + docker inspect -f . silverpeas/silverbuild [2026-08-16T02:20:04.450Z] . [2026-08-16T02:20:04.452Z] [Pipeline] } [2026-08-16T02:20:04.459Z] [Pipeline] // withEnv [2026-08-16T02:20:04.472Z] [Pipeline] withDockerContainer [2026-08-16T02:20:04.512Z] Jenkins does not seem to be running inside a container [2026-08-16T02:20:04.520Z] $ 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_Installation_Test -v /var/lib/jenkins/workspace/Silverpeas_Installation_Test:/var/lib/jenkins/workspace/Silverpeas_Installation_Test:rw,z -v /var/lib/jenkins/workspace/Silverpeas_Installation_Test@tmp:/var/lib/jenkins/workspace/Silverpeas_Installation_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 [2026-08-16T02:20:04.895Z] $ docker top 3d17c479b44dd4a64a92c6db1091f2a143144e58772cac32c6f5db9739fbbbe0 -eo pid,comm [2026-08-16T02:20:04.934Z] [Pipeline] { [2026-08-16T02:20:04.952Z] [Pipeline] withEnv [2026-08-16T02:20:04.953Z] [Pipeline] { [2026-08-16T02:20:04.972Z] [Pipeline] stage [2026-08-16T02:20:04.973Z] [Pipeline] { (Fetch the last build version of Silverpeas) [2026-08-16T02:20:05.009Z] [Pipeline] sh [2026-08-16T02:20:05.267Z] + rm -rf LICENSE README.md src /home/silverbuild/.gradle [2026-08-16T02:20:05.271Z] [Pipeline] sh [2026-08-16T02:20:05.531Z] + mkdir logs/ [2026-08-16T02:20:05.541Z] [Pipeline] copyArtifacts [2026-08-16T02:20:05.548Z] Copied 1 artifact from "Silverpeas_Master_AutoDeploy" build number 1127 [2026-08-16T02:20:05.560Z] [Pipeline] script [2026-08-16T02:20:05.574Z] [Pipeline] { [2026-08-16T02:20:05.586Z] [Pipeline] readYaml [2026-08-16T02:20:05.600Z] 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. [2026-08-16T02:20:05.606Z] [Pipeline] sh [2026-08-16T02:20:05.866Z] + curl -fsSL -o pom.xml https://nexus3.silverpeas.org/repository/silverpeas/org/silverpeas/silverpeas-project/2.0-build260805/silverpeas-project-2.0-build260805.pom [2026-08-16T02:20:05.866Z] curl: (22) The requested URL returned error: 404 [2026-08-16T02:20:05.869Z] [Pipeline] } [2026-08-16T02:20:05.877Z] [Pipeline] // script [2026-08-16T02:20:05.900Z] [Pipeline] } [2026-08-16T02:20:05.909Z] [Pipeline] // stage [2026-08-16T02:20:05.922Z] [Pipeline] stage [2026-08-16T02:20:05.923Z] [Pipeline] { (Set up the test environment) [2026-08-16T02:20:05.938Z] Stage "Set up the test environment" skipped due to earlier failure(s) [2026-08-16T02:20:05.940Z] [Pipeline] getContext [2026-08-16T02:20:05.949Z] [Pipeline] } [2026-08-16T02:20:05.958Z] [Pipeline] // stage [2026-08-16T02:20:05.972Z] [Pipeline] stage [2026-08-16T02:20:05.973Z] [Pipeline] { (Test installation against PostgreSQL) [2026-08-16T02:20:05.982Z] Stage "Test installation against PostgreSQL" skipped due to earlier failure(s) [2026-08-16T02:20:05.983Z] [Pipeline] getContext [2026-08-16T02:20:05.986Z] [Pipeline] } [2026-08-16T02:20:05.994Z] [Pipeline] // stage [2026-08-16T02:20:06.007Z] [Pipeline] stage [2026-08-16T02:20:06.008Z] [Pipeline] { (Test installation against MS-SQLServer) [2026-08-16T02:20:06.017Z] Stage "Test installation against MS-SQLServer" skipped due to earlier failure(s) [2026-08-16T02:20:06.019Z] [Pipeline] getContext [2026-08-16T02:20:06.022Z] [Pipeline] } [2026-08-16T02:20:06.031Z] [Pipeline] // stage [2026-08-16T02:20:06.044Z] [Pipeline] stage [2026-08-16T02:20:06.045Z] [Pipeline] { (Test installation against Oracle) [2026-08-16T02:20:06.054Z] Stage "Test installation against Oracle" skipped due to earlier failure(s) [2026-08-16T02:20:06.056Z] [Pipeline] getContext [2026-08-16T02:20:06.060Z] [Pipeline] } [2026-08-16T02:20:06.069Z] [Pipeline] // stage [2026-08-16T02:20:06.081Z] [Pipeline] stage [2026-08-16T02:20:06.082Z] [Pipeline] { (Test installation against H2) [2026-08-16T02:20:06.090Z] Stage "Test installation against H2" skipped due to earlier failure(s) [2026-08-16T02:20:06.092Z] [Pipeline] getContext [2026-08-16T02:20:06.095Z] [Pipeline] } [2026-08-16T02:20:06.104Z] [Pipeline] // stage [2026-08-16T02:20:06.121Z] [Pipeline] stage [2026-08-16T02:20:06.122Z] [Pipeline] { (Declarative: Post Actions) [2026-08-16T02:20:06.143Z] [Pipeline] script [2026-08-16T02:20:06.150Z] [Pipeline] { [2026-08-16T02:20:06.175Z] [Pipeline] } [2026-08-16T02:20:06.182Z] [Pipeline] // script [2026-08-16T02:20:06.193Z] [Pipeline] archiveArtifacts [2026-08-16T02:20:06.197Z] Archiving artifacts [2026-08-16T02:20:06.213Z] [Pipeline] step [2026-08-16T02:20:06.226Z] Sending e-mails to: miguel.moquillon@silverpeas.org silveryocha@chastagnier.com [2026-08-16T02:20:06.348Z] [Pipeline] } [2026-08-16T02:20:06.357Z] [Pipeline] // stage [2026-08-16T02:20:06.364Z] [Pipeline] } [2026-08-16T02:20:06.370Z] [Pipeline] // withEnv [2026-08-16T02:20:06.377Z] [Pipeline] } [2026-08-16T02:20:06.379Z] $ docker stop --time=1 3d17c479b44dd4a64a92c6db1091f2a143144e58772cac32c6f5db9739fbbbe0 [2026-08-16T02:20:07.625Z] $ docker rm -f --volumes 3d17c479b44dd4a64a92c6db1091f2a143144e58772cac32c6f5db9739fbbbe0 [2026-08-16T02:20:07.661Z] [Pipeline] // withDockerContainer [2026-08-16T02:20:07.666Z] [Pipeline] } [2026-08-16T02:20:07.671Z] [Pipeline] // withEnv [2026-08-16T02:20:07.678Z] [Pipeline] } [2026-08-16T02:20:07.688Z] [Pipeline] // node [2026-08-16T02:20:07.702Z] [Pipeline] End of Pipeline [2026-08-16T02:20:07.761Z] ERROR: script returned exit code 22 [2026-08-16T02:20:07.779Z] Finished: FAILURE