Skip to content
En échec

Sortie de la console

11:36:00 [2024-06-26T09:36:00.183Z] Démarré par l'utilisateur Miguel Moquillon
11:36:00 [2024-06-26T09:36:00.183Z] Running as userbuild
11:36:00 [2024-06-26T09:36:00.628Z] Obtained src/releases/silverpeas/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git
11:36:01 [2024-06-26T09:36:01.471Z] [Pipeline] Start of Pipeline
11:36:01 [2024-06-26T09:36:01.841Z] [Pipeline] node
11:36:01 [2024-06-26T09:36:01.844Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_Release
11:36:01 [2024-06-26T09:36:01.853Z] [Pipeline] {
11:36:01 [2024-06-26T09:36:01.882Z] [Pipeline] stage
11:36:01 [2024-06-26T09:36:01.882Z] [Pipeline] { (Declarative: Checkout SCM)
11:36:01 [2024-06-26T09:36:01.899Z] [Pipeline] checkout
11:36:01 [2024-06-26T09:36:01.901Z] Selected Git installation does not exist. Using Default
11:36:01 [2024-06-26T09:36:01.901Z] The recommended git tool is: NONE
11:36:01 [2024-06-26T09:36:01.901Z] No credentials specified
11:36:01 [2024-06-26T09:36:01.901Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Release/.git # timeout=10
11:36:01 [2024-06-26T09:36:01.906Z] Fetching changes from the remote Git repository
11:36:01 [2024-06-26T09:36:01.908Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
11:36:01 [2024-06-26T09:36:01.914Z] Cleaning workspace
11:36:01 [2024-06-26T09:36:01.914Z]  > /usr/bin/git rev-parse --verify HEAD # timeout=10
11:36:01 [2024-06-26T09:36:01.918Z] Resetting working tree
11:36:01 [2024-06-26T09:36:01.918Z]  > /usr/bin/git reset --hard # timeout=10
11:36:01 [2024-06-26T09:36:01.930Z]  > /usr/bin/git clean -fdx # timeout=10
11:36:01 [2024-06-26T09:36:01.937Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git
11:36:01 [2024-06-26T09:36:01.937Z]  > /usr/bin/git --version # timeout=10
11:36:01 [2024-06-26T09:36:01.941Z]  > git --version # 'git version 2.34.1'
11:36:01 [2024-06-26T09:36:01.941Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Jenkins-Pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
11:36:02 [2024-06-26T09:36:02.421Z]  > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
11:36:02 [2024-06-26T09:36:02.426Z] Checking out Revision 33ecb1a11f2f1221e5cee09d6824acf27be1e1f8 (refs/remotes/origin/master)
11:36:02 [2024-06-26T09:36:02.427Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
11:36:02 [2024-06-26T09:36:02.431Z]  > /usr/bin/git checkout -f 33ecb1a11f2f1221e5cee09d6824acf27be1e1f8 # timeout=10
11:36:02 [2024-06-26T09:36:02.446Z] Commit message: "Fix a bug in the pipeline for releasing a version of Silverpeas. The isPatchVersion is an environment variable and as such it can be only a String. But in the pipeline it is interpreted as it was a boolean. Fix this by checking each time the boolean value as a String."
11:36:02 [2024-06-26T09:36:02.446Z]  > /usr/bin/git rev-list --no-walk a38321f78d47c03ccad21022240a16f26041226d # timeout=10
11:36:02 [2024-06-26T09:36:02.470Z] [Pipeline] }
11:36:02 [2024-06-26T09:36:02.478Z] [Pipeline] // stage
11:36:02 [2024-06-26T09:36:02.492Z] [Pipeline] withEnv
11:36:02 [2024-06-26T09:36:02.493Z] [Pipeline] {
11:36:02 [2024-06-26T09:36:02.666Z] [Pipeline] isUnix
11:36:02 [2024-06-26T09:36:02.667Z] [Pipeline] withEnv
11:36:02 [2024-06-26T09:36:02.668Z] [Pipeline] {
11:36:02 [2024-06-26T09:36:02.686Z] [Pipeline] sh
11:36:02 [2024-06-26T09:36:02.943Z] + docker inspect -f . silverpeas/silverbuild:6.4
11:36:02 [2024-06-26T09:36:02.943Z] .
11:36:02 [2024-06-26T09:36:02.944Z] [Pipeline] }
11:36:02 [2024-06-26T09:36:02.961Z] [Pipeline] // withEnv
11:36:02 [2024-06-26T09:36:02.981Z] [Pipeline] withDockerContainer
11:36:03 [2024-06-26T09:36:03.011Z] Jenkins does not seem to be running inside a container
11:36:03 [2024-06-26T09:36:03.018Z] $ 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_Release -v /var/lib/jenkins/workspace/Silverpeas_Release:/var/lib/jenkins/workspace/Silverpeas_Release:rw,z -v /var/lib/jenkins/workspace/Silverpeas_Release@tmp:/var/lib/jenkins/workspace/Silverpeas_Release@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:6.4 cat
11:36:03 [2024-06-26T09:36:03.399Z] $ docker top ee26cd3d45a06e6a15bb64c382ea16957ad7feaf82faa512919c45a98401e370 -eo pid,comm
11:36:03 [2024-06-26T09:36:03.435Z] [Pipeline] {
11:36:03 [2024-06-26T09:36:03.456Z] [Pipeline] withEnv
11:36:03 [2024-06-26T09:36:03.456Z] [Pipeline] {
11:36:03 [2024-06-26T09:36:03.467Z] [Pipeline] stage
11:36:03 [2024-06-26T09:36:03.467Z] [Pipeline] { (Prepare the release)
11:36:03 [2024-06-26T09:36:03.486Z] [Pipeline] script
11:36:03 [2024-06-26T09:36:03.488Z] [Pipeline] {
11:36:03 [2024-06-26T09:36:03.496Z] [Pipeline] sh
11:36:03 [2024-06-26T09:36:03.750Z] + rm -rf target
11:36:03 [2024-06-26T09:36:03.750Z] + mkdir target
11:36:03 [2024-06-26T09:36:03.852Z] [Pipeline] copyArtifacts
11:36:03 [2024-06-26T09:36:03.858Z] Copied 1 artifact from "Silverpeas_Stable_AutoDeploy" build number 305
11:36:03 [2024-06-26T09:36:03.874Z] [Pipeline] readYaml
11:36:03 [2024-06-26T09:36:03.900Z] [Pipeline] sh
11:36:04 [2024-06-26T09:36:04.156Z] + rm -f build.yaml
11:36:04 [2024-06-26T09:36:04.161Z] [Pipeline] copyArtifacts
11:36:04 [2024-06-26T09:36:04.169Z] Copied 1 artifact from "Silverpeas_Mobile_Stable_AutoDeploy" build number 227
11:36:04 [2024-06-26T09:36:04.183Z] [Pipeline] readYaml
11:36:04 [2024-06-26T09:36:04.206Z] [Pipeline] sh
11:36:04 [2024-06-26T09:36:04.464Z] + rm -f build.yaml
11:36:04 [2024-06-26T09:36:04.473Z] [Pipeline] sh
11:36:04 [2024-06-26T09:36:04.731Z] + curl -fsSL -o pom.xml https://raw.githubusercontent.com/Silverpeas/Silverpeas-Assembly/6.4.x/pom.xml
11:36:04 [2024-06-26T09:36:04.983Z] [Pipeline] readMavenPom
11:36:05 [2024-06-26T09:36:05.017Z] [Pipeline] sh
11:36:05 [2024-06-26T09:36:05.275Z] + rm -f pom.xml
11:36:05 [2024-06-26T09:36:05.276Z] [Pipeline] }
11:36:05 [2024-06-26T09:36:05.293Z] [Pipeline] // script
11:36:05 [2024-06-26T09:36:05.311Z] [Pipeline] }
11:36:05 [2024-06-26T09:36:05.327Z] [Pipeline] // stage
11:36:05 [2024-06-26T09:36:05.347Z] [Pipeline] stage
11:36:05 [2024-06-26T09:36:05.348Z] [Pipeline] { (Check the build version can be used for release)
11:36:05 [2024-06-26T09:36:05.416Z] Stage "Check the build version can be used for release" skipped due to when conditional
11:36:05 [2024-06-26T09:36:05.417Z] [Pipeline] getContext
11:36:05 [2024-06-26T09:36:05.429Z] [Pipeline] }
11:36:05 [2024-06-26T09:36:05.446Z] [Pipeline] // stage
11:36:05 [2024-06-26T09:36:05.466Z] [Pipeline] stage
11:36:05 [2024-06-26T09:36:05.466Z] [Pipeline] { (Check Jackrabbit version)
11:36:05 [2024-06-26T09:36:05.512Z] [Pipeline] }
11:36:05 [2024-06-26T09:36:05.531Z] [Pipeline] // stage
11:36:05 [2024-06-26T09:36:05.551Z] [Pipeline] stage
11:36:05 [2024-06-26T09:36:05.552Z] [Pipeline] { (Check Silverpeas Projects Definition)
11:36:05 [2024-06-26T09:36:05.571Z] Stage "Check Silverpeas Projects Definition" skipped due to earlier failure(s)
11:36:05 [2024-06-26T09:36:05.572Z] [Pipeline] getContext
11:36:05 [2024-06-26T09:36:05.574Z] [Pipeline] }
11:36:05 [2024-06-26T09:36:05.593Z] [Pipeline] // stage
11:36:05 [2024-06-26T09:36:05.614Z] [Pipeline] stage
11:36:05 [2024-06-26T09:36:05.615Z] [Pipeline] { (Echo release parameters)
11:36:05 [2024-06-26T09:36:05.634Z] Stage "Echo release parameters" skipped due to earlier failure(s)
11:36:05 [2024-06-26T09:36:05.635Z] [Pipeline] getContext
11:36:05 [2024-06-26T09:36:05.636Z] [Pipeline] }
11:36:05 [2024-06-26T09:36:05.653Z] [Pipeline] // stage
11:36:05 [2024-06-26T09:36:05.672Z] [Pipeline] stage
11:36:05 [2024-06-26T09:36:05.673Z] [Pipeline] { (Release Silverpeas Projects Definition)
11:36:05 [2024-06-26T09:36:05.691Z] Stage "Release Silverpeas Projects Definition" skipped due to earlier failure(s)
11:36:05 [2024-06-26T09:36:05.692Z] [Pipeline] getContext
11:36:05 [2024-06-26T09:36:05.693Z] [Pipeline] }
11:36:05 [2024-06-26T09:36:05.710Z] [Pipeline] // stage
11:36:05 [2024-06-26T09:36:05.729Z] [Pipeline] stage
11:36:05 [2024-06-26T09:36:05.730Z] [Pipeline] { (Release Silverpeas Core)
11:36:05 [2024-06-26T09:36:05.749Z] Stage "Release Silverpeas Core" skipped due to earlier failure(s)
11:36:05 [2024-06-26T09:36:05.750Z] [Pipeline] getContext
11:36:05 [2024-06-26T09:36:05.752Z] [Pipeline] }
11:36:05 [2024-06-26T09:36:05.770Z] [Pipeline] // stage
11:36:05 [2024-06-26T09:36:05.791Z] [Pipeline] stage
11:36:05 [2024-06-26T09:36:05.792Z] [Pipeline] { (Prepare next version of Silverpeas Core)
11:36:05 [2024-06-26T09:36:05.811Z] Stage "Prepare next version of Silverpeas Core" skipped due to earlier failure(s)
11:36:05 [2024-06-26T09:36:05.812Z] [Pipeline] getContext
11:36:05 [2024-06-26T09:36:05.813Z] [Pipeline] }
11:36:05 [2024-06-26T09:36:05.830Z] [Pipeline] // stage
11:36:05 [2024-06-26T09:36:05.849Z] [Pipeline] stage
11:36:05 [2024-06-26T09:36:05.850Z] [Pipeline] { (Release Silverpeas Components)
11:36:05 [2024-06-26T09:36:05.869Z] Stage "Release Silverpeas Components" skipped due to earlier failure(s)
11:36:05 [2024-06-26T09:36:05.870Z] [Pipeline] getContext
11:36:05 [2024-06-26T09:36:05.871Z] [Pipeline] }
11:36:05 [2024-06-26T09:36:05.889Z] [Pipeline] // stage
11:36:05 [2024-06-26T09:36:05.911Z] [Pipeline] stage
11:36:05 [2024-06-26T09:36:05.911Z] [Pipeline] { (Prepare next version of Silverpeas Components)
11:36:05 [2024-06-26T09:36:05.930Z] Stage "Prepare next version of Silverpeas Components" skipped due to earlier failure(s)
11:36:05 [2024-06-26T09:36:05.931Z] [Pipeline] getContext
11:36:05 [2024-06-26T09:36:05.933Z] [Pipeline] }
11:36:05 [2024-06-26T09:36:05.951Z] [Pipeline] // stage
11:36:05 [2024-06-26T09:36:05.972Z] [Pipeline] stage
11:36:05 [2024-06-26T09:36:05.973Z] [Pipeline] { (Release Silverpeas Assembly)
11:36:05 [2024-06-26T09:36:05.991Z] Stage "Release Silverpeas Assembly" skipped due to earlier failure(s)
11:36:05 [2024-06-26T09:36:05.992Z] [Pipeline] getContext
11:36:05 [2024-06-26T09:36:05.993Z] [Pipeline] }
11:36:06 [2024-06-26T09:36:06.009Z] [Pipeline] // stage
11:36:06 [2024-06-26T09:36:06.028Z] [Pipeline] stage
11:36:06 [2024-06-26T09:36:06.029Z] [Pipeline] { (Prepare next version of Silverpeas Assembly)
11:36:06 [2024-06-26T09:36:06.048Z] Stage "Prepare next version of Silverpeas Assembly" skipped due to earlier failure(s)
11:36:06 [2024-06-26T09:36:06.049Z] [Pipeline] getContext
11:36:06 [2024-06-26T09:36:06.050Z] [Pipeline] }
11:36:06 [2024-06-26T09:36:06.068Z] [Pipeline] // stage
11:36:06 [2024-06-26T09:36:06.089Z] [Pipeline] stage
11:36:06 [2024-06-26T09:36:06.089Z] [Pipeline] { (Release Silverpeas Setup)
11:36:06 [2024-06-26T09:36:06.108Z] Stage "Release Silverpeas Setup" skipped due to earlier failure(s)
11:36:06 [2024-06-26T09:36:06.109Z] [Pipeline] getContext
11:36:06 [2024-06-26T09:36:06.110Z] [Pipeline] }
11:36:06 [2024-06-26T09:36:06.128Z] [Pipeline] // stage
11:36:06 [2024-06-26T09:36:06.149Z] [Pipeline] stage
11:36:06 [2024-06-26T09:36:06.150Z] [Pipeline] { (Prepare next version of Silverpeas Setup)
11:36:06 [2024-06-26T09:36:06.168Z] Stage "Prepare next version of Silverpeas Setup" skipped due to earlier failure(s)
11:36:06 [2024-06-26T09:36:06.169Z] [Pipeline] getContext
11:36:06 [2024-06-26T09:36:06.170Z] [Pipeline] }
11:36:06 [2024-06-26T09:36:06.188Z] [Pipeline] // stage
11:36:06 [2024-06-26T09:36:06.209Z] [Pipeline] stage
11:36:06 [2024-06-26T09:36:06.209Z] [Pipeline] { (Release Silverpeas Distribution)
11:36:06 [2024-06-26T09:36:06.228Z] Stage "Release Silverpeas Distribution" skipped due to earlier failure(s)
11:36:06 [2024-06-26T09:36:06.228Z] [Pipeline] getContext
11:36:06 [2024-06-26T09:36:06.230Z] [Pipeline] }
11:36:06 [2024-06-26T09:36:06.248Z] [Pipeline] // stage
11:36:06 [2024-06-26T09:36:06.269Z] [Pipeline] stage
11:36:06 [2024-06-26T09:36:06.270Z] [Pipeline] { (Prepare next version of Silverpeas Distribution)
11:36:06 [2024-06-26T09:36:06.288Z] Stage "Prepare next version of Silverpeas Distribution" skipped due to earlier failure(s)
11:36:06 [2024-06-26T09:36:06.289Z] [Pipeline] getContext
11:36:06 [2024-06-26T09:36:06.290Z] [Pipeline] }
11:36:06 [2024-06-26T09:36:06.307Z] [Pipeline] // stage
11:36:06 [2024-06-26T09:36:06.325Z] [Pipeline] stage
11:36:06 [2024-06-26T09:36:06.326Z] [Pipeline] { (Release Silverpeas Looks)
11:36:06 [2024-06-26T09:36:06.344Z] Stage "Release Silverpeas Looks" skipped due to earlier failure(s)
11:36:06 [2024-06-26T09:36:06.345Z] [Pipeline] getContext
11:36:06 [2024-06-26T09:36:06.348Z] [Pipeline] }
11:36:06 [2024-06-26T09:36:06.364Z] [Pipeline] // stage
11:36:06 [2024-06-26T09:36:06.386Z] [Pipeline] stage
11:36:06 [2024-06-26T09:36:06.387Z] [Pipeline] { (Prepare next version of Silverpeas Looks)
11:36:06 [2024-06-26T09:36:06.407Z] Stage "Prepare next version of Silverpeas Looks" skipped due to earlier failure(s)
11:36:06 [2024-06-26T09:36:06.408Z] [Pipeline] getContext
11:36:06 [2024-06-26T09:36:06.411Z] [Pipeline] }
11:36:06 [2024-06-26T09:36:06.429Z] [Pipeline] // stage
11:36:06 [2024-06-26T09:36:06.451Z] [Pipeline] stage
11:36:06 [2024-06-26T09:36:06.451Z] [Pipeline] { (Release Silverpeas Mobile)
11:36:06 [2024-06-26T09:36:06.471Z] Stage "Release Silverpeas Mobile" skipped due to earlier failure(s)
11:36:06 [2024-06-26T09:36:06.472Z] [Pipeline] getContext
11:36:06 [2024-06-26T09:36:06.474Z] [Pipeline] }
11:36:06 [2024-06-26T09:36:06.493Z] [Pipeline] // stage
11:36:06 [2024-06-26T09:36:06.514Z] [Pipeline] stage
11:36:06 [2024-06-26T09:36:06.514Z] [Pipeline] { (Prepare next version of Silverpeas Mobile)
11:36:06 [2024-06-26T09:36:06.533Z] Stage "Prepare next version of Silverpeas Mobile" skipped due to earlier failure(s)
11:36:06 [2024-06-26T09:36:06.534Z] [Pipeline] getContext
11:36:06 [2024-06-26T09:36:06.535Z] [Pipeline] }
11:36:06 [2024-06-26T09:36:06.553Z] [Pipeline] // stage
11:36:06 [2024-06-26T09:36:06.572Z] [Pipeline] stage
11:36:06 [2024-06-26T09:36:06.573Z] [Pipeline] { (Publish Silverpeas Izpack Installer)
11:36:06 [2024-06-26T09:36:06.591Z] Stage "Publish Silverpeas Izpack Installer" skipped due to earlier failure(s)
11:36:06 [2024-06-26T09:36:06.592Z] [Pipeline] getContext
11:36:06 [2024-06-26T09:36:06.593Z] [Pipeline] }
11:36:06 [2024-06-26T09:36:06.603Z] [Pipeline] // stage
11:36:06 [2024-06-26T09:36:06.615Z] [Pipeline] stage
11:36:06 [2024-06-26T09:36:06.615Z] [Pipeline] { (Publish Docker Image for development environment)
11:36:06 [2024-06-26T09:36:06.633Z] Stage "Publish Docker Image for development environment" skipped due to earlier failure(s)
11:36:06 [2024-06-26T09:36:06.634Z] [Pipeline] getContext
11:36:06 [2024-06-26T09:36:06.635Z] [Pipeline] }
11:36:06 [2024-06-26T09:36:06.646Z] [Pipeline] // stage
11:36:06 [2024-06-26T09:36:06.657Z] [Pipeline] stage
11:36:06 [2024-06-26T09:36:06.658Z] [Pipeline] { (Publish Docker image for Jenkins job)
11:36:06 [2024-06-26T09:36:06.676Z] Stage "Publish Docker image for Jenkins job" skipped due to earlier failure(s)
11:36:06 [2024-06-26T09:36:06.677Z] [Pipeline] getContext
11:36:06 [2024-06-26T09:36:06.678Z] [Pipeline] }
11:36:06 [2024-06-26T09:36:06.691Z] [Pipeline] // stage
11:36:06 [2024-06-26T09:36:06.707Z] [Pipeline] stage
11:36:06 [2024-06-26T09:36:06.708Z] [Pipeline] { (Publish Docker Image of Silverpeas for testing purpose)
11:36:06 [2024-06-26T09:36:06.725Z] Stage "Publish Docker Image of Silverpeas for testing purpose" skipped due to earlier failure(s)
11:36:06 [2024-06-26T09:36:06.726Z] [Pipeline] getContext
11:36:06 [2024-06-26T09:36:06.727Z] [Pipeline] }
11:36:06 [2024-06-26T09:36:06.744Z] [Pipeline] // stage
11:36:06 [2024-06-26T09:36:06.761Z] [Pipeline] stage
11:36:06 [2024-06-26T09:36:06.761Z] [Pipeline] { (Prepare Docker Image of Silverpeas for production)
11:36:06 [2024-06-26T09:36:06.780Z] Stage "Prepare Docker Image of Silverpeas for production" skipped due to earlier failure(s)
11:36:06 [2024-06-26T09:36:06.780Z] [Pipeline] getContext
11:36:06 [2024-06-26T09:36:06.781Z] [Pipeline] }
11:36:06 [2024-06-26T09:36:06.798Z] [Pipeline] // stage
11:36:06 [2024-06-26T09:36:06.816Z] [Pipeline] stage
11:36:06 [2024-06-26T09:36:06.817Z] [Pipeline] { (Publish Silverpeas Documentation)
11:36:06 [2024-06-26T09:36:06.835Z] Stage "Publish Silverpeas Documentation" skipped due to earlier failure(s)
11:36:06 [2024-06-26T09:36:06.836Z] [Pipeline] getContext
11:36:06 [2024-06-26T09:36:06.837Z] [Pipeline] }
11:36:06 [2024-06-26T09:36:06.852Z] [Pipeline] // stage
11:36:06 [2024-06-26T09:36:06.870Z] [Pipeline] stage
11:36:06 [2024-06-26T09:36:06.870Z] [Pipeline] { (Create YAML release report)
11:36:06 [2024-06-26T09:36:06.888Z] Stage "Create YAML release report" skipped due to earlier failure(s)
11:36:06 [2024-06-26T09:36:06.889Z] [Pipeline] getContext
11:36:06 [2024-06-26T09:36:06.890Z] [Pipeline] }
11:36:06 [2024-06-26T09:36:06.909Z] [Pipeline] // stage
11:36:06 [2024-06-26T09:36:06.931Z] [Pipeline] stage
11:36:06 [2024-06-26T09:36:06.932Z] [Pipeline] { (Declarative: Post Actions)
11:36:06 [2024-06-26T09:36:06.958Z] [Pipeline] step
11:36:06 [2024-06-26T09:36:06.972Z] Sending e-mails to: david.lesimple@silverpeas.org sebastien.vuillet@silverpeas.org aurore.allibe@silverpeas.org miguel.moquillon@silverpeas.org silveryocha@chastagnier.com
11:36:07 [2024-06-26T09:36:07.113Z] [Pipeline] }
11:36:07 [2024-06-26T09:36:07.123Z] [Pipeline] // stage
11:36:07 [2024-06-26T09:36:07.132Z] [Pipeline] }
11:36:07 [2024-06-26T09:36:07.141Z] [Pipeline] // withEnv
11:36:07 [2024-06-26T09:36:07.150Z] [Pipeline] }
11:36:07 [2024-06-26T09:36:07.151Z] $ docker stop --time=1 ee26cd3d45a06e6a15bb64c382ea16957ad7feaf82faa512919c45a98401e370
11:36:08 [2024-06-26T09:36:08.454Z] $ docker rm -f --volumes ee26cd3d45a06e6a15bb64c382ea16957ad7feaf82faa512919c45a98401e370
11:36:08 [2024-06-26T09:36:08.490Z] [Pipeline] // withDockerContainer
11:36:08 [2024-06-26T09:36:08.497Z] [Pipeline] }
11:36:08 [2024-06-26T09:36:08.504Z] [Pipeline] // withEnv
11:36:08 [2024-06-26T09:36:08.512Z] [Pipeline] }
11:36:08 [2024-06-26T09:36:08.519Z] [Pipeline] // node
11:36:08 [2024-06-26T09:36:08.527Z] [Pipeline] End of Pipeline
11:36:08 [2024-06-26T09:36:08.547Z] Also:   org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: b8006f44-1c6e-42d4-9369-9d9bd47bbfe9
11:36:08 [2024-06-26T09:36:08.547Z] java.lang.NullPointerException: Cannot invoke method contains() on null object
11:36:08 [2024-06-26T09:36:08.547Z] 	at org.codehaus.groovy.runtime.NullObject.invokeMethod(NullObject.java:91)
11:36:08 [2024-06-26T09:36:08.547Z] 	at org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.call(PogoMetaClassSite.java:47)
11:36:08 [2024-06-26T09:36:08.547Z] 	at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)
11:36:08 [2024-06-26T09:36:08.547Z] 	at org.codehaus.groovy.runtime.callsite.NullCallSite.call(NullCallSite.java:34)
11:36:08 [2024-06-26T09:36:08.547Z] 	at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)
11:36:08 [2024-06-26T09:36:08.547Z] 	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:116)
11:36:08 [2024-06-26T09:36:08.547Z] 	at PluginClassLoader for script-security//org.kohsuke.groovy.sandbox.impl.Checker$1.call(Checker.java:180)
11:36:08 [2024-06-26T09:36:08.547Z] 	at PluginClassLoader for script-security//org.kohsuke.groovy.sandbox.impl.Checker.checkedCall(Checker.java:182)
11:36:08 [2024-06-26T09:36:08.547Z] 	at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.sandbox.SandboxInvoker.methodCall(SandboxInvoker.java:17)
11:36:08 [2024-06-26T09:36:08.547Z] 	at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.LoggingInvoker.methodCall(LoggingInvoker.java:105)
11:36:08 [2024-06-26T09:36:08.547Z] 	at WorkflowScript.run(WorkflowScript:140)
11:36:08 [2024-06-26T09:36:08.547Z] 	at org.jenkinsci.plugins.pipeline.modeldefinition.when.impl.ExpressionConditionalScript.evaluate(ExpressionConditionalScript.groovy:48)
11:36:08 [2024-06-26T09:36:08.547Z] 	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter$WhenEvaluator.evaluateWhen(ModelInterpreter.groovy:863)
11:36:08 [2024-06-26T09:36:08.547Z] 	at com.cloudbees.groovy.cps.CpsDefaultGroovyMethods.every(CpsDefaultGroovyMethods:2323)
11:36:08 [2024-06-26T09:36:08.547Z] 	at com.cloudbees.groovy.cps.CpsDefaultGroovyMethods.every(CpsDefaultGroovyMethods:2344)
11:36:08 [2024-06-26T09:36:08.547Z] 	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter$WhenEvaluator.evaluateWhen(ModelInterpreter.groovy:862)
11:36:08 [2024-06-26T09:36:08.547Z] 	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter$WhenEvaluator.evaluateWhen(ModelInterpreter.groovy)
11:36:08 [2024-06-26T09:36:08.547Z] 	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter$WhenEvaluator.passedOrNotEvaluated(ModelInterpreter.groovy:853)
11:36:08 [2024-06-26T09:36:08.547Z] 	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.evaluateStage(ModelInterpreter.groovy:279)
11:36:08 [2024-06-26T09:36:08.547Z] 	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.inDeclarativeAgent(ModelInterpreter.groovy:593)
11:36:08 [2024-06-26T09:36:08.547Z] 	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.inDeclarativeAgent(ModelInterpreter.groovy:592)
11:36:08 [2024-06-26T09:36:08.547Z] 	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.evaluateStage(ModelInterpreter.groovy:278)
11:36:08 [2024-06-26T09:36:08.547Z] 	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.stageInput(ModelInterpreter.groovy:362)
11:36:08 [2024-06-26T09:36:08.547Z] 	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.stageInput(ModelInterpreter.groovy:361)
11:36:08 [2024-06-26T09:36:08.547Z] 	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.evaluateStage(ModelInterpreter.groovy:267)
11:36:08 [2024-06-26T09:36:08.547Z] 	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.inWrappers(ModelInterpreter.groovy:625)
11:36:08 [2024-06-26T09:36:08.547Z] 	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.inWrappers(ModelInterpreter.groovy:624)
11:36:08 [2024-06-26T09:36:08.547Z] 	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.evaluateStage(ModelInterpreter.groovy:265)
11:36:08 [2024-06-26T09:36:08.547Z] 	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.withEnvBlock(ModelInterpreter.groovy:450)
11:36:08 [2024-06-26T09:36:08.547Z] 	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.withEnvBlock(ModelInterpreter.groovy:449)
11:36:08 [2024-06-26T09:36:08.547Z] 	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.evaluateStage(ModelInterpreter.groovy:260)
11:36:08 [2024-06-26T09:36:08.547Z] 	at ___cps.transform___(Native Method)
11:36:08 [2024-06-26T09:36:08.547Z] 	at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.impl.ContinuationGroup.methodCall(ContinuationGroup.java:90)
11:36:08 [2024-06-26T09:36:08.547Z] 	at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.impl.FunctionCallBlock$ContinuationImpl.dispatchOrArg(FunctionCallBlock.java:116)
11:36:08 [2024-06-26T09:36:08.547Z] 	at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.impl.FunctionCallBlock$ContinuationImpl.fixArg(FunctionCallBlock.java:85)
11:36:08 [2024-06-26T09:36:08.547Z] 	at jdk.internal.reflect.GeneratedMethodAccessor781.invoke(Unknown Source)
11:36:08 [2024-06-26T09:36:08.547Z] 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
11:36:08 [2024-06-26T09:36:08.547Z] 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
11:36:08 [2024-06-26T09:36:08.547Z] 	at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.impl.ContinuationPtr$ContinuationImpl.receive(ContinuationPtr.java:72)
11:36:08 [2024-06-26T09:36:08.547Z] 	at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.impl.ConstantBlock.eval(ConstantBlock.java:21)
11:36:08 [2024-06-26T09:36:08.547Z] 	at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.Next.step(Next.java:83)
11:36:08 [2024-06-26T09:36:08.547Z] 	at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.Continuable.run0(Continuable.java:147)
11:36:08 [2024-06-26T09:36:08.547Z] 	at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.SandboxContinuable.access$001(SandboxContinuable.java:17)
11:36:08 [2024-06-26T09:36:08.547Z] 	at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.SandboxContinuable.run0(SandboxContinuable.java:49)
11:36:08 [2024-06-26T09:36:08.547Z] 	at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsThread.runNextChunk(CpsThread.java:180)
11:36:08 [2024-06-26T09:36:08.547Z] 	at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.run(CpsThreadGroup.java:423)
11:36:08 [2024-06-26T09:36:08.547Z] 	at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:331)
11:36:08 [2024-06-26T09:36:08.547Z] 	at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:295)
11:36:08 [2024-06-26T09:36:08.547Z] 	at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService.lambda$wrap$4(CpsVmExecutorService.java:136)
11:36:08 [2024-06-26T09:36:08.547Z] 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
11:36:08 [2024-06-26T09:36:08.547Z] 	at hudson.remoting.SingleLaneExecutorService$1.run(SingleLaneExecutorService.java:139)
11:36:08 [2024-06-26T09:36:08.547Z] 	at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28)
11:36:08 [2024-06-26T09:36:08.548Z] 	at jenkins.security.ImpersonatingExecutorService$1.run(ImpersonatingExecutorService.java:68)
11:36:08 [2024-06-26T09:36:08.548Z] 	at jenkins.util.ErrorLoggingExecutorService.lambda$wrap$0(ErrorLoggingExecutorService.java:51)
11:36:08 [2024-06-26T09:36:08.548Z] 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
11:36:08 [2024-06-26T09:36:08.548Z] 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
11:36:08 [2024-06-26T09:36:08.548Z] 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
11:36:08 [2024-06-26T09:36:08.548Z] 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
11:36:08 [2024-06-26T09:36:08.548Z] 	at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService$1.call(CpsVmExecutorService.java:53)
11:36:08 [2024-06-26T09:36:08.548Z] 	at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService$1.call(CpsVmExecutorService.java:50)
11:36:08 [2024-06-26T09:36:08.548Z] 	at org.codehaus.groovy.runtime.GroovyCategorySupport$ThreadCategoryInfo.use(GroovyCategorySupport.java:136)
11:36:08 [2024-06-26T09:36:08.548Z] 	at org.codehaus.groovy.runtime.GroovyCategorySupport.use(GroovyCategorySupport.java:275)
11:36:08 [2024-06-26T09:36:08.548Z] 	at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService.lambda$categoryThreadFactory$0(CpsVmExecutorService.java:50)
11:36:08 [2024-06-26T09:36:08.548Z] 	at java.base/java.lang.Thread.run(Thread.java:840)
11:36:08 [2024-06-26T09:36:08.567Z] Finished: FAILURE