Skip to content
En échec

Sortie de la console

09:06:34 [2024-06-17T07:06:34.245Z] Démarré par l'utilisateur Miguel Moquillon
09:06:34 [2024-06-17T07:06:34.246Z] Running as userbuild
09:06:34 [2024-06-17T07:06:34.614Z] Obtained src/releases/silverpeas/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git
09:06:35 [2024-06-17T07:06:35.271Z] [Pipeline] Start of Pipeline
09:06:35 [2024-06-17T07:06:35.521Z] [Pipeline] node
09:06:35 [2024-06-17T07:06:35.525Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_Release
09:06:35 [2024-06-17T07:06:35.543Z] [Pipeline] {
09:06:35 [2024-06-17T07:06:35.562Z] [Pipeline] stage
09:06:35 [2024-06-17T07:06:35.563Z] [Pipeline] { (Declarative: Checkout SCM)
09:06:35 [2024-06-17T07:06:35.580Z] [Pipeline] checkout
09:06:35 [2024-06-17T07:06:35.582Z] Selected Git installation does not exist. Using Default
09:06:35 [2024-06-17T07:06:35.582Z] The recommended git tool is: NONE
09:06:35 [2024-06-17T07:06:35.582Z] No credentials specified
09:06:35 [2024-06-17T07:06:35.583Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Release/.git # timeout=10
09:06:35 [2024-06-17T07:06:35.590Z] Fetching changes from the remote Git repository
09:06:35 [2024-06-17T07:06:35.592Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
09:06:35 [2024-06-17T07:06:35.601Z] Cleaning workspace
09:06:35 [2024-06-17T07:06:35.601Z]  > /usr/bin/git rev-parse --verify HEAD # timeout=10
09:06:35 [2024-06-17T07:06:35.606Z] Resetting working tree
09:06:35 [2024-06-17T07:06:35.606Z]  > /usr/bin/git reset --hard # timeout=10
09:06:35 [2024-06-17T07:06:35.623Z]  > /usr/bin/git clean -fdx # timeout=10
09:06:35 [2024-06-17T07:06:35.633Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git
09:06:35 [2024-06-17T07:06:35.633Z]  > /usr/bin/git --version # timeout=10
09:06:35 [2024-06-17T07:06:35.636Z]  > git --version # 'git version 2.34.1'
09:06:35 [2024-06-17T07:06:35.637Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Jenkins-Pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
09:06:36 [2024-06-17T07:06:36.097Z]  > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
09:06:36 [2024-06-17T07:06:36.103Z] Checking out Revision 382a64fb515569ac48e6323b0fa753d42e1561ec (refs/remotes/origin/master)
09:06:36 [2024-06-17T07:06:36.103Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
09:06:36 [2024-06-17T07:06:36.107Z]  > /usr/bin/git checkout -f 382a64fb515569ac48e6323b0fa753d42e1561ec # timeout=10
09:06:36 [2024-06-17T07:06:36.117Z] Commit message: "When releasing a new version of Silverpeas, its dependency on Jackrabbit is usually checked. Nowadays from Silverpeas 6.4, Jackrabbit isn't anymore a dependency (JCR is now provided by Apache Oak). So, the dependency should be checked only if such dependency exists."
09:06:36 [2024-06-17T07:06:36.117Z]  > /usr/bin/git rev-list --no-walk 884c5ebfe47dc75cec4a31c144d2d2f42842d0f5 # timeout=10
09:06:36 [2024-06-17T07:06:36.138Z] [Pipeline] }
09:06:36 [2024-06-17T07:06:36.146Z] [Pipeline] // stage
09:06:36 [2024-06-17T07:06:36.158Z] [Pipeline] withEnv
09:06:36 [2024-06-17T07:06:36.159Z] [Pipeline] {
09:06:36 [2024-06-17T07:06:36.267Z] [Pipeline] isUnix
09:06:36 [2024-06-17T07:06:36.267Z] [Pipeline] withEnv
09:06:36 [2024-06-17T07:06:36.268Z] [Pipeline] {
09:06:36 [2024-06-17T07:06:36.287Z] [Pipeline] sh
09:06:36 [2024-06-17T07:06:36.543Z] + docker inspect -f . silverpeas/silverbuild:latest
09:06:36 [2024-06-17T07:06:36.543Z] .
09:06:36 [2024-06-17T07:06:36.544Z] [Pipeline] }
09:06:36 [2024-06-17T07:06:36.564Z] [Pipeline] // withEnv
09:06:36 [2024-06-17T07:06:36.583Z] [Pipeline] withDockerContainer
09:06:36 [2024-06-17T07:06:36.609Z] Jenkins does not seem to be running inside a container
09:06:36 [2024-06-17T07:06:36.617Z] $ 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:latest cat
09:06:36 [2024-06-17T07:06:36.970Z] $ docker top 91fb417eb15071c5456725e92363e5e815ea4d93f166db2b3ad93368b6e433a1 -eo pid,comm
09:06:37 [2024-06-17T07:06:37.009Z] [Pipeline] {
09:06:37 [2024-06-17T07:06:37.023Z] [Pipeline] withEnv
09:06:37 [2024-06-17T07:06:37.023Z] [Pipeline] {
09:06:37 [2024-06-17T07:06:37.033Z] [Pipeline] stage
09:06:37 [2024-06-17T07:06:37.034Z] [Pipeline] { (Prepare the release)
09:06:37 [2024-06-17T07:06:37.048Z] [Pipeline] script
09:06:37 [2024-06-17T07:06:37.050Z] [Pipeline] {
09:06:37 [2024-06-17T07:06:37.057Z] [Pipeline] sh
09:06:37 [2024-06-17T07:06:37.311Z] + rm -rf target
09:06:37 [2024-06-17T07:06:37.311Z] + mkdir target
09:06:37 [2024-06-17T07:06:37.409Z] [Pipeline] copyArtifacts
09:06:37 [2024-06-17T07:06:37.415Z] Copied 1 artifact from "Silverpeas_Master_AutoDeploy" build number 828
09:06:37 [2024-06-17T07:06:37.431Z] [Pipeline] readYaml
09:06:37 [2024-06-17T07:06:37.461Z] [Pipeline] sh
09:06:37 [2024-06-17T07:06:37.719Z] + rm -f build.yaml
09:06:37 [2024-06-17T07:06:37.726Z] [Pipeline] copyArtifacts
09:06:37 [2024-06-17T07:06:37.733Z] Copied 1 artifact from "Silverpeas_Mobile_Master_AutoDeploy" build number 469
09:06:37 [2024-06-17T07:06:37.749Z] [Pipeline] readYaml
09:06:37 [2024-06-17T07:06:37.779Z] [Pipeline] sh
09:06:38 [2024-06-17T07:06:38.038Z] + rm -f build.yaml
09:06:38 [2024-06-17T07:06:38.042Z] [Pipeline] }
09:06:38 [2024-06-17T07:06:38.060Z] [Pipeline] // script
09:06:38 [2024-06-17T07:06:38.079Z] [Pipeline] }
09:06:38 [2024-06-17T07:06:38.097Z] [Pipeline] // stage
09:06:38 [2024-06-17T07:06:38.117Z] [Pipeline] stage
09:06:38 [2024-06-17T07:06:38.118Z] [Pipeline] { (Check the build version can be used for release)
09:06:38 [2024-06-17T07:06:38.170Z] Stage "Check the build version can be used for release" skipped due to when conditional
09:06:38 [2024-06-17T07:06:38.171Z] [Pipeline] getContext
09:06:38 [2024-06-17T07:06:38.173Z] [Pipeline] }
09:06:38 [2024-06-17T07:06:38.191Z] [Pipeline] // stage
09:06:38 [2024-06-17T07:06:38.211Z] [Pipeline] stage
09:06:38 [2024-06-17T07:06:38.212Z] [Pipeline] { (Check Jackrabbit version)
09:06:38 [2024-06-17T07:06:38.257Z] [Pipeline] }
09:06:38 [2024-06-17T07:06:38.278Z] [Pipeline] // stage
09:06:38 [2024-06-17T07:06:38.291Z] [Pipeline] stage
09:06:38 [2024-06-17T07:06:38.292Z] [Pipeline] { (Check Silverpeas Projects Definition)
09:06:38 [2024-06-17T07:06:38.325Z] Stage "Check Silverpeas Projects Definition" skipped due to earlier failure(s)
09:06:38 [2024-06-17T07:06:38.326Z] [Pipeline] getContext
09:06:38 [2024-06-17T07:06:38.327Z] [Pipeline] }
09:06:38 [2024-06-17T07:06:38.336Z] [Pipeline] // stage
09:06:38 [2024-06-17T07:06:38.346Z] [Pipeline] stage
09:06:38 [2024-06-17T07:06:38.347Z] [Pipeline] { (Echo release parameters)
09:06:38 [2024-06-17T07:06:38.364Z] Stage "Echo release parameters" skipped due to earlier failure(s)
09:06:38 [2024-06-17T07:06:38.364Z] [Pipeline] getContext
09:06:38 [2024-06-17T07:06:38.366Z] [Pipeline] }
09:06:38 [2024-06-17T07:06:38.374Z] [Pipeline] // stage
09:06:38 [2024-06-17T07:06:38.384Z] [Pipeline] stage
09:06:38 [2024-06-17T07:06:38.385Z] [Pipeline] { (Release Silverpeas Projects Definition)
09:06:38 [2024-06-17T07:06:38.401Z] Stage "Release Silverpeas Projects Definition" skipped due to earlier failure(s)
09:06:38 [2024-06-17T07:06:38.402Z] [Pipeline] getContext
09:06:38 [2024-06-17T07:06:38.404Z] [Pipeline] }
09:06:38 [2024-06-17T07:06:38.412Z] [Pipeline] // stage
09:06:38 [2024-06-17T07:06:38.423Z] [Pipeline] stage
09:06:38 [2024-06-17T07:06:38.423Z] [Pipeline] { (Release Silverpeas Core)
09:06:38 [2024-06-17T07:06:38.440Z] Stage "Release Silverpeas Core" skipped due to earlier failure(s)
09:06:38 [2024-06-17T07:06:38.441Z] [Pipeline] getContext
09:06:38 [2024-06-17T07:06:38.442Z] [Pipeline] }
09:06:38 [2024-06-17T07:06:38.451Z] [Pipeline] // stage
09:06:38 [2024-06-17T07:06:38.461Z] [Pipeline] stage
09:06:38 [2024-06-17T07:06:38.461Z] [Pipeline] { (Prepare next version of Silverpeas Core)
09:06:38 [2024-06-17T07:06:38.478Z] Stage "Prepare next version of Silverpeas Core" skipped due to earlier failure(s)
09:06:38 [2024-06-17T07:06:38.479Z] [Pipeline] getContext
09:06:38 [2024-06-17T07:06:38.480Z] [Pipeline] }
09:06:38 [2024-06-17T07:06:38.489Z] [Pipeline] // stage
09:06:38 [2024-06-17T07:06:38.499Z] [Pipeline] stage
09:06:38 [2024-06-17T07:06:38.499Z] [Pipeline] { (Release Silverpeas Components)
09:06:38 [2024-06-17T07:06:38.516Z] Stage "Release Silverpeas Components" skipped due to earlier failure(s)
09:06:38 [2024-06-17T07:06:38.517Z] [Pipeline] getContext
09:06:38 [2024-06-17T07:06:38.518Z] [Pipeline] }
09:06:38 [2024-06-17T07:06:38.527Z] [Pipeline] // stage
09:06:38 [2024-06-17T07:06:38.537Z] [Pipeline] stage
09:06:38 [2024-06-17T07:06:38.538Z] [Pipeline] { (Prepare next version of Silverpeas Components)
09:06:38 [2024-06-17T07:06:38.557Z] Stage "Prepare next version of Silverpeas Components" skipped due to earlier failure(s)
09:06:38 [2024-06-17T07:06:38.558Z] [Pipeline] getContext
09:06:38 [2024-06-17T07:06:38.559Z] [Pipeline] }
09:06:38 [2024-06-17T07:06:38.568Z] [Pipeline] // stage
09:06:38 [2024-06-17T07:06:38.578Z] [Pipeline] stage
09:06:38 [2024-06-17T07:06:38.578Z] [Pipeline] { (Release Silverpeas Assembly)
09:06:38 [2024-06-17T07:06:38.596Z] Stage "Release Silverpeas Assembly" skipped due to earlier failure(s)
09:06:38 [2024-06-17T07:06:38.597Z] [Pipeline] getContext
09:06:38 [2024-06-17T07:06:38.599Z] [Pipeline] }
09:06:38 [2024-06-17T07:06:38.608Z] [Pipeline] // stage
09:06:38 [2024-06-17T07:06:38.618Z] [Pipeline] stage
09:06:38 [2024-06-17T07:06:38.619Z] [Pipeline] { (Prepare next version of Silverpeas Assembly)
09:06:38 [2024-06-17T07:06:38.636Z] Stage "Prepare next version of Silverpeas Assembly" skipped due to earlier failure(s)
09:06:38 [2024-06-17T07:06:38.637Z] [Pipeline] getContext
09:06:38 [2024-06-17T07:06:38.638Z] [Pipeline] }
09:06:38 [2024-06-17T07:06:38.647Z] [Pipeline] // stage
09:06:38 [2024-06-17T07:06:38.657Z] [Pipeline] stage
09:06:38 [2024-06-17T07:06:38.657Z] [Pipeline] { (Release Silverpeas Setup)
09:06:38 [2024-06-17T07:06:38.674Z] Stage "Release Silverpeas Setup" skipped due to earlier failure(s)
09:06:38 [2024-06-17T07:06:38.675Z] [Pipeline] getContext
09:06:38 [2024-06-17T07:06:38.676Z] [Pipeline] }
09:06:38 [2024-06-17T07:06:38.685Z] [Pipeline] // stage
09:06:38 [2024-06-17T07:06:38.695Z] [Pipeline] stage
09:06:38 [2024-06-17T07:06:38.696Z] [Pipeline] { (Prepare next version of Silverpeas Setup)
09:06:38 [2024-06-17T07:06:38.713Z] Stage "Prepare next version of Silverpeas Setup" skipped due to earlier failure(s)
09:06:38 [2024-06-17T07:06:38.714Z] [Pipeline] getContext
09:06:38 [2024-06-17T07:06:38.715Z] [Pipeline] }
09:06:38 [2024-06-17T07:06:38.724Z] [Pipeline] // stage
09:06:38 [2024-06-17T07:06:38.734Z] [Pipeline] stage
09:06:38 [2024-06-17T07:06:38.734Z] [Pipeline] { (Release Silverpeas Distribution)
09:06:38 [2024-06-17T07:06:38.751Z] Stage "Release Silverpeas Distribution" skipped due to earlier failure(s)
09:06:38 [2024-06-17T07:06:38.752Z] [Pipeline] getContext
09:06:38 [2024-06-17T07:06:38.753Z] [Pipeline] }
09:06:38 [2024-06-17T07:06:38.762Z] [Pipeline] // stage
09:06:38 [2024-06-17T07:06:38.772Z] [Pipeline] stage
09:06:38 [2024-06-17T07:06:38.772Z] [Pipeline] { (Prepare next version of Silverpeas Distribution)
09:06:38 [2024-06-17T07:06:38.790Z] Stage "Prepare next version of Silverpeas Distribution" skipped due to earlier failure(s)
09:06:38 [2024-06-17T07:06:38.790Z] [Pipeline] getContext
09:06:38 [2024-06-17T07:06:38.792Z] [Pipeline] }
09:06:38 [2024-06-17T07:06:38.800Z] [Pipeline] // stage
09:06:38 [2024-06-17T07:06:38.810Z] [Pipeline] stage
09:06:38 [2024-06-17T07:06:38.811Z] [Pipeline] { (Release Silverpeas Looks)
09:06:38 [2024-06-17T07:06:38.828Z] Stage "Release Silverpeas Looks" skipped due to earlier failure(s)
09:06:38 [2024-06-17T07:06:38.829Z] [Pipeline] getContext
09:06:38 [2024-06-17T07:06:38.830Z] [Pipeline] }
09:06:38 [2024-06-17T07:06:38.839Z] [Pipeline] // stage
09:06:38 [2024-06-17T07:06:38.852Z] [Pipeline] stage
09:06:38 [2024-06-17T07:06:38.852Z] [Pipeline] { (Prepare next version of Silverpeas Looks)
09:06:38 [2024-06-17T07:06:38.870Z] Stage "Prepare next version of Silverpeas Looks" skipped due to earlier failure(s)
09:06:38 [2024-06-17T07:06:38.871Z] [Pipeline] getContext
09:06:38 [2024-06-17T07:06:38.872Z] [Pipeline] }
09:06:38 [2024-06-17T07:06:38.881Z] [Pipeline] // stage
09:06:38 [2024-06-17T07:06:38.892Z] [Pipeline] stage
09:06:38 [2024-06-17T07:06:38.892Z] [Pipeline] { (Release Silverpeas Mobile)
09:06:38 [2024-06-17T07:06:38.910Z] Stage "Release Silverpeas Mobile" skipped due to earlier failure(s)
09:06:38 [2024-06-17T07:06:38.911Z] [Pipeline] getContext
09:06:38 [2024-06-17T07:06:38.913Z] [Pipeline] }
09:06:38 [2024-06-17T07:06:38.921Z] [Pipeline] // stage
09:06:38 [2024-06-17T07:06:38.932Z] [Pipeline] stage
09:06:38 [2024-06-17T07:06:38.932Z] [Pipeline] { (Prepare next version of Silverpeas Mobile)
09:06:38 [2024-06-17T07:06:38.949Z] Stage "Prepare next version of Silverpeas Mobile" skipped due to earlier failure(s)
09:06:38 [2024-06-17T07:06:38.950Z] [Pipeline] getContext
09:06:38 [2024-06-17T07:06:38.951Z] [Pipeline] }
09:06:38 [2024-06-17T07:06:38.960Z] [Pipeline] // stage
09:06:38 [2024-06-17T07:06:38.970Z] [Pipeline] stage
09:06:38 [2024-06-17T07:06:38.970Z] [Pipeline] { (Publish Silverpeas Izpack Installer)
09:06:38 [2024-06-17T07:06:38.988Z] Stage "Publish Silverpeas Izpack Installer" skipped due to earlier failure(s)
09:06:38 [2024-06-17T07:06:38.988Z] [Pipeline] getContext
09:06:38 [2024-06-17T07:06:38.990Z] [Pipeline] }
09:06:38 [2024-06-17T07:06:38.999Z] [Pipeline] // stage
09:06:39 [2024-06-17T07:06:39.009Z] [Pipeline] stage
09:06:39 [2024-06-17T07:06:39.010Z] [Pipeline] { (Publish Docker Image for development environment)
09:06:39 [2024-06-17T07:06:39.027Z] Stage "Publish Docker Image for development environment" skipped due to earlier failure(s)
09:06:39 [2024-06-17T07:06:39.028Z] [Pipeline] getContext
09:06:39 [2024-06-17T07:06:39.029Z] [Pipeline] }
09:06:39 [2024-06-17T07:06:39.038Z] [Pipeline] // stage
09:06:39 [2024-06-17T07:06:39.048Z] [Pipeline] stage
09:06:39 [2024-06-17T07:06:39.048Z] [Pipeline] { (Publish Docker image for Jenkins job)
09:06:39 [2024-06-17T07:06:39.065Z] Stage "Publish Docker image for Jenkins job" skipped due to earlier failure(s)
09:06:39 [2024-06-17T07:06:39.066Z] [Pipeline] getContext
09:06:39 [2024-06-17T07:06:39.067Z] [Pipeline] }
09:06:39 [2024-06-17T07:06:39.076Z] [Pipeline] // stage
09:06:39 [2024-06-17T07:06:39.087Z] [Pipeline] stage
09:06:39 [2024-06-17T07:06:39.087Z] [Pipeline] { (Publish Docker Image of Silverpeas for testing purpose)
09:06:39 [2024-06-17T07:06:39.104Z] Stage "Publish Docker Image of Silverpeas for testing purpose" skipped due to earlier failure(s)
09:06:39 [2024-06-17T07:06:39.105Z] [Pipeline] getContext
09:06:39 [2024-06-17T07:06:39.106Z] [Pipeline] }
09:06:39 [2024-06-17T07:06:39.116Z] [Pipeline] // stage
09:06:39 [2024-06-17T07:06:39.126Z] [Pipeline] stage
09:06:39 [2024-06-17T07:06:39.127Z] [Pipeline] { (Prepare Docker Image of Silverpeas for production)
09:06:39 [2024-06-17T07:06:39.144Z] Stage "Prepare Docker Image of Silverpeas for production" skipped due to earlier failure(s)
09:06:39 [2024-06-17T07:06:39.145Z] [Pipeline] getContext
09:06:39 [2024-06-17T07:06:39.146Z] [Pipeline] }
09:06:39 [2024-06-17T07:06:39.155Z] [Pipeline] // stage
09:06:39 [2024-06-17T07:06:39.165Z] [Pipeline] stage
09:06:39 [2024-06-17T07:06:39.166Z] [Pipeline] { (Publish Silverpeas Documentation)
09:06:39 [2024-06-17T07:06:39.183Z] Stage "Publish Silverpeas Documentation" skipped due to earlier failure(s)
09:06:39 [2024-06-17T07:06:39.184Z] [Pipeline] getContext
09:06:39 [2024-06-17T07:06:39.185Z] [Pipeline] }
09:06:39 [2024-06-17T07:06:39.194Z] [Pipeline] // stage
09:06:39 [2024-06-17T07:06:39.203Z] [Pipeline] stage
09:06:39 [2024-06-17T07:06:39.204Z] [Pipeline] { (Create YAML release report)
09:06:39 [2024-06-17T07:06:39.221Z] Stage "Create YAML release report" skipped due to earlier failure(s)
09:06:39 [2024-06-17T07:06:39.222Z] [Pipeline] getContext
09:06:39 [2024-06-17T07:06:39.223Z] [Pipeline] }
09:06:39 [2024-06-17T07:06:39.232Z] [Pipeline] // stage
09:06:39 [2024-06-17T07:06:39.253Z] [Pipeline] stage
09:06:39 [2024-06-17T07:06:39.253Z] [Pipeline] { (Declarative: Post Actions)
09:06:39 [2024-06-17T07:06:39.277Z] [Pipeline] step
09:06:39 [2024-06-17T07:06:39.349Z] Sending e-mails to: david.lesimple@silverpeas.org sebastien.vuillet@silverpeas.org aurore.allibe@silverpeas.org miguel.moquillon@silverpeas.org silveryocha@chastagnier.com
09:06:39 [2024-06-17T07:06:39.514Z] [Pipeline] }
09:06:39 [2024-06-17T07:06:39.532Z] [Pipeline] // stage
09:06:39 [2024-06-17T07:06:39.552Z] [Pipeline] }
09:06:39 [2024-06-17T07:06:39.572Z] [Pipeline] // withEnv
09:06:39 [2024-06-17T07:06:39.605Z] [Pipeline] }
09:06:39 [2024-06-17T07:06:39.607Z] $ docker stop --time=1 91fb417eb15071c5456725e92363e5e815ea4d93f166db2b3ad93368b6e433a1
09:06:40 [2024-06-17T07:06:40.904Z] $ docker rm -f --volumes 91fb417eb15071c5456725e92363e5e815ea4d93f166db2b3ad93368b6e433a1
09:06:40 [2024-06-17T07:06:40.938Z] [Pipeline] // withDockerContainer
09:06:40 [2024-06-17T07:06:40.947Z] [Pipeline] }
09:06:40 [2024-06-17T07:06:40.955Z] [Pipeline] // withEnv
09:06:40 [2024-06-17T07:06:40.963Z] [Pipeline] }
09:06:40 [2024-06-17T07:06:40.971Z] [Pipeline] // node
09:06:40 [2024-06-17T07:06:40.982Z] [Pipeline] End of Pipeline
09:06:41 [2024-06-17T07:06:41.007Z] Also:   org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 01bf24b7-3aae-4d46-bbdd-1efc67f81eca
09:06:41 [2024-06-17T07:06:41.007Z] groovy.lang.MissingPropertyException: No such property: jackrabbitVersion for class: groovy.lang.Binding
09:06:41 [2024-06-17T07:06:41.007Z] 	at groovy.lang.Binding.getVariable(Binding.java:63)
09:06:41 [2024-06-17T07:06:41.007Z] 	at PluginClassLoader for script-security//org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.SandboxInterceptor.onGetProperty(SandboxInterceptor.java:285)
09:06:41 [2024-06-17T07:06:41.007Z] 	at PluginClassLoader for script-security//org.kohsuke.groovy.sandbox.impl.Checker$7.call(Checker.java:375)
09:06:41 [2024-06-17T07:06:41.007Z] 	at PluginClassLoader for script-security//org.kohsuke.groovy.sandbox.impl.Checker.checkedGetProperty(Checker.java:379)
09:06:41 [2024-06-17T07:06:41.007Z] 	at PluginClassLoader for script-security//org.kohsuke.groovy.sandbox.impl.Checker.checkedGetProperty(Checker.java:355)
09:06:41 [2024-06-17T07:06:41.007Z] 	at PluginClassLoader for script-security//org.kohsuke.groovy.sandbox.impl.Checker.checkedGetProperty(Checker.java:355)
09:06:41 [2024-06-17T07:06:41.007Z] 	at PluginClassLoader for script-security//org.kohsuke.groovy.sandbox.impl.Checker.checkedGetProperty(Checker.java:355)
09:06:41 [2024-06-17T07:06:41.007Z] 	at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.sandbox.SandboxInvoker.getProperty(SandboxInvoker.java:29)
09:06:41 [2024-06-17T07:06:41.007Z] 	at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.LoggingInvoker.getProperty(LoggingInvoker.java:121)
09:06:41 [2024-06-17T07:06:41.007Z] 	at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.impl.PropertyAccessBlock.rawGet(PropertyAccessBlock.java:20)
09:06:41 [2024-06-17T07:06:41.007Z] 	at WorkflowScript.run(WorkflowScript:138)
09:06:41 [2024-06-17T07:06:41.007Z] 	at org.jenkinsci.plugins.pipeline.modeldefinition.when.impl.ExpressionConditionalScript.evaluate(ExpressionConditionalScript.groovy:48)
09:06:41 [2024-06-17T07:06:41.007Z] 	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter$WhenEvaluator.evaluateWhen(ModelInterpreter.groovy:863)
09:06:41 [2024-06-17T07:06:41.007Z] 	at com.cloudbees.groovy.cps.CpsDefaultGroovyMethods.every(CpsDefaultGroovyMethods:2323)
09:06:41 [2024-06-17T07:06:41.007Z] 	at com.cloudbees.groovy.cps.CpsDefaultGroovyMethods.every(CpsDefaultGroovyMethods:2344)
09:06:41 [2024-06-17T07:06:41.007Z] 	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter$WhenEvaluator.evaluateWhen(ModelInterpreter.groovy:862)
09:06:41 [2024-06-17T07:06:41.007Z] 	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter$WhenEvaluator.evaluateWhen(ModelInterpreter.groovy)
09:06:41 [2024-06-17T07:06:41.007Z] 	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter$WhenEvaluator.passedOrNotEvaluated(ModelInterpreter.groovy:853)
09:06:41 [2024-06-17T07:06:41.007Z] 	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.evaluateStage(ModelInterpreter.groovy:279)
09:06:41 [2024-06-17T07:06:41.007Z] 	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.inDeclarativeAgent(ModelInterpreter.groovy:593)
09:06:41 [2024-06-17T07:06:41.007Z] 	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.inDeclarativeAgent(ModelInterpreter.groovy:592)
09:06:41 [2024-06-17T07:06:41.007Z] 	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.evaluateStage(ModelInterpreter.groovy:278)
09:06:41 [2024-06-17T07:06:41.007Z] 	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.stageInput(ModelInterpreter.groovy:362)
09:06:41 [2024-06-17T07:06:41.007Z] 	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.stageInput(ModelInterpreter.groovy:361)
09:06:41 [2024-06-17T07:06:41.007Z] 	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.evaluateStage(ModelInterpreter.groovy:267)
09:06:41 [2024-06-17T07:06:41.007Z] 	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.inWrappers(ModelInterpreter.groovy:625)
09:06:41 [2024-06-17T07:06:41.007Z] 	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.inWrappers(ModelInterpreter.groovy:624)
09:06:41 [2024-06-17T07:06:41.007Z] 	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.evaluateStage(ModelInterpreter.groovy:265)
09:06:41 [2024-06-17T07:06:41.007Z] 	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.withEnvBlock(ModelInterpreter.groovy:450)
09:06:41 [2024-06-17T07:06:41.007Z] 	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.withEnvBlock(ModelInterpreter.groovy:449)
09:06:41 [2024-06-17T07:06:41.007Z] 	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.evaluateStage(ModelInterpreter.groovy:260)
09:06:41 [2024-06-17T07:06:41.007Z] 	at ___cps.transform___(Native Method)
09:06:41 [2024-06-17T07:06:41.007Z] 	at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.impl.PropertyishBlock$ContinuationImpl.get(PropertyishBlock.java:73)
09:06:41 [2024-06-17T07:06:41.007Z] 	at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.LValueBlock$GetAdapter.receive(LValueBlock.java:30)
09:06:41 [2024-06-17T07:06:41.007Z] 	at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.impl.PropertyishBlock$ContinuationImpl.fixName(PropertyishBlock.java:65)
09:06:41 [2024-06-17T07:06:41.007Z] 	at jdk.internal.reflect.GeneratedMethodAccessor498.invoke(Unknown Source)
09:06:41 [2024-06-17T07:06:41.007Z] 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:06:41 [2024-06-17T07:06:41.007Z] 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
09:06:41 [2024-06-17T07:06:41.007Z] 	at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.impl.ContinuationPtr$ContinuationImpl.receive(ContinuationPtr.java:72)
09:06:41 [2024-06-17T07:06:41.007Z] 	at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.impl.ConstantBlock.eval(ConstantBlock.java:21)
09:06:41 [2024-06-17T07:06:41.007Z] 	at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.Next.step(Next.java:83)
09:06:41 [2024-06-17T07:06:41.007Z] 	at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.Continuable.run0(Continuable.java:147)
09:06:41 [2024-06-17T07:06:41.007Z] 	at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.SandboxContinuable.access$001(SandboxContinuable.java:17)
09:06:41 [2024-06-17T07:06:41.007Z] 	at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.SandboxContinuable.run0(SandboxContinuable.java:49)
09:06:41 [2024-06-17T07:06:41.007Z] 	at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsThread.runNextChunk(CpsThread.java:180)
09:06:41 [2024-06-17T07:06:41.007Z] 	at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.run(CpsThreadGroup.java:423)
09:06:41 [2024-06-17T07:06:41.007Z] 	at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:331)
09:06:41 [2024-06-17T07:06:41.007Z] 	at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:295)
09:06:41 [2024-06-17T07:06:41.007Z] 	at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService.lambda$wrap$4(CpsVmExecutorService.java:136)
09:06:41 [2024-06-17T07:06:41.007Z] 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
09:06:41 [2024-06-17T07:06:41.007Z] 	at hudson.remoting.SingleLaneExecutorService$1.run(SingleLaneExecutorService.java:139)
09:06:41 [2024-06-17T07:06:41.007Z] 	at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28)
09:06:41 [2024-06-17T07:06:41.007Z] 	at jenkins.security.ImpersonatingExecutorService$1.run(ImpersonatingExecutorService.java:68)
09:06:41 [2024-06-17T07:06:41.007Z] 	at jenkins.util.ErrorLoggingExecutorService.lambda$wrap$0(ErrorLoggingExecutorService.java:51)
09:06:41 [2024-06-17T07:06:41.007Z] 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
09:06:41 [2024-06-17T07:06:41.007Z] 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
09:06:41 [2024-06-17T07:06:41.007Z] 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
09:06:41 [2024-06-17T07:06:41.007Z] 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
09:06:41 [2024-06-17T07:06:41.007Z] 	at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService$1.call(CpsVmExecutorService.java:53)
09:06:41 [2024-06-17T07:06:41.008Z] 	at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService$1.call(CpsVmExecutorService.java:50)
09:06:41 [2024-06-17T07:06:41.008Z] 	at org.codehaus.groovy.runtime.GroovyCategorySupport$ThreadCategoryInfo.use(GroovyCategorySupport.java:136)
09:06:41 [2024-06-17T07:06:41.008Z] 	at org.codehaus.groovy.runtime.GroovyCategorySupport.use(GroovyCategorySupport.java:275)
09:06:41 [2024-06-17T07:06:41.008Z] 	at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService.lambda$categoryThreadFactory$0(CpsVmExecutorService.java:50)
09:06:41 [2024-06-17T07:06:41.008Z] 	at java.base/java.lang.Thread.run(Thread.java:840)
09:06:41 [2024-06-17T07:06:41.025Z] Finished: FAILURE