En échecSortie de la console
19:24:00 [2025-03-09T18:24:00.199Z] Lancé par une alarme périodique
19:24:00 [2025-03-09T18:24:00.200Z] Running as userbuild
19:24:00 [2025-03-09T18:24:00.574Z] Obtained src/builds/silverpeas/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git
19:24:01 [2025-03-09T18:24:01.775Z] [Pipeline] Start of Pipeline
19:24:02 [2025-03-09T18:24:02.197Z] [Pipeline] node
19:24:02 [2025-03-09T18:24:02.202Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy
19:24:02 [2025-03-09T18:24:02.205Z] [Pipeline] {
19:24:02 [2025-03-09T18:24:02.225Z] [Pipeline] stage
19:24:02 [2025-03-09T18:24:02.226Z] [Pipeline] { (Declarative: Checkout SCM)
19:24:02 [2025-03-09T18:24:02.240Z] [Pipeline] checkout
19:24:02 [2025-03-09T18:24:02.242Z] Selected Git installation does not exist. Using Default
19:24:02 [2025-03-09T18:24:02.242Z] The recommended git tool is: NONE
19:24:02 [2025-03-09T18:24:02.242Z] No credentials specified
19:24:02 [2025-03-09T18:24:02.243Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/.git # timeout=10
19:24:02 [2025-03-09T18:24:02.248Z] Fetching changes from the remote Git repository
19:24:02 [2025-03-09T18:24:02.252Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
19:24:02 [2025-03-09T18:24:02.257Z] Cleaning workspace
19:24:02 [2025-03-09T18:24:02.257Z] > /usr/bin/git rev-parse --verify HEAD # timeout=10
19:24:02 [2025-03-09T18:24:02.262Z] Resetting working tree
19:24:02 [2025-03-09T18:24:02.262Z] > /usr/bin/git reset --hard # timeout=10
19:24:02 [2025-03-09T18:24:02.277Z] > /usr/bin/git clean -fdx # timeout=10
19:24:02 [2025-03-09T18:24:02.284Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git
19:24:02 [2025-03-09T18:24:02.284Z] > /usr/bin/git --version # timeout=10
19:24:02 [2025-03-09T18:24:02.289Z] > git --version # 'git version 2.43.0'
19:24:02 [2025-03-09T18:24:02.289Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Jenkins-Pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
19:24:02 [2025-03-09T18:24:02.649Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:02 [2025-03-09T18:24:02.655Z] Checking out Revision 08023d811205f6aba0cc1af783597b4af757a954 (refs/remotes/origin/master)
19:24:02 [2025-03-09T18:24:02.655Z] > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:02 [2025-03-09T18:24:02.660Z] > /usr/bin/git checkout -f 08023d811205f6aba0cc1af783597b4af757a954 # timeout=10
19:24:02 [2025-03-09T18:24:02.675Z] Commit message: "Fix condition testing in the release pipeline for Silverpeas-Sso. In this same pipeline, give the version of the Docker image to use (6.4 currently). Idem for the auto build pipeline for Silverpeas-Sso."
19:24:02 [2025-03-09T18:24:02.676Z] > /usr/bin/git rev-list --no-walk 08023d811205f6aba0cc1af783597b4af757a954 # timeout=10
19:24:02 [2025-03-09T18:24:02.702Z] [Pipeline] }
19:24:02 [2025-03-09T18:24:02.712Z] [Pipeline] // stage
19:24:02 [2025-03-09T18:24:02.743Z] [Pipeline] withEnv
19:24:02 [2025-03-09T18:24:02.744Z] [Pipeline] {
19:24:02 [2025-03-09T18:24:02.938Z] [Pipeline] isUnix
19:24:02 [2025-03-09T18:24:02.939Z] [Pipeline] withEnv
19:24:02 [2025-03-09T18:24:02.940Z] [Pipeline] {
19:24:02 [2025-03-09T18:24:02.957Z] [Pipeline] sh
19:24:03 [2025-03-09T18:24:03.213Z] + docker inspect -f . silverpeas/silverbuild:latest
19:24:03 [2025-03-09T18:24:03.213Z] .
19:24:03 [2025-03-09T18:24:03.215Z] [Pipeline] }
19:24:03 [2025-03-09T18:24:03.229Z] [Pipeline] // withEnv
19:24:03 [2025-03-09T18:24:03.250Z] [Pipeline] withDockerContainer
19:24:03 [2025-03-09T18:24:03.285Z] Jenkins does not seem to be running inside a container
19:24:03 [2025-03-09T18:24:03.292Z] $ 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_Master_AutoDeploy -v /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy:/var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy:rw,z -v /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy@tmp:/var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy@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 ******** -e ******** silverpeas/silverbuild:latest cat
19:24:03 [2025-03-09T18:24:03.627Z] $ docker top b8f544248b4a3cd309003bc1c49855fb7a0fab133ce21466abddbe802a0330d2 -eo pid,comm
19:24:03 [2025-03-09T18:24:03.666Z] [Pipeline] {
19:24:03 [2025-03-09T18:24:03.724Z] [Pipeline] withEnv
19:24:03 [2025-03-09T18:24:03.725Z] [Pipeline] {
19:24:03 [2025-03-09T18:24:03.755Z] [Pipeline] stage
19:24:03 [2025-03-09T18:24:03.756Z] [Pipeline] { (Prepare the job)
19:24:03 [2025-03-09T18:24:03.821Z] [Pipeline] sh
19:24:04 [2025-03-09T18:24:04.080Z] + curl -fsSL -o pom.xml https://raw.githubusercontent.com/Silverpeas/Silverpeas-Core/master/pom.xml
19:24:04 [2025-03-09T18:24:04.333Z] [Pipeline] script
19:24:04 [2025-03-09T18:24:04.338Z] [Pipeline] {
19:24:04 [2025-03-09T18:24:04.356Z] [Pipeline] readMavenPom
19:24:04 [2025-03-09T18:24:04.386Z] Did you forget the `def` keyword? WorkflowScript seems to be setting a field named release (to a value of type String) which could lead to memory leaks or other issues.
19:24:04 [2025-03-09T18:24:04.389Z] Did you forget the `def` keyword? WorkflowScript seems to be setting a field named buildVersion (to a value of type GStringImpl) which could lead to memory leaks or other issues.
19:24:04 [2025-03-09T18:24:04.391Z] Did you forget the `def` keyword? WorkflowScript seems to be setting a field named parentVersion (to a value of type String) which could lead to memory leaks or other issues.
19:24:04 [2025-03-09T18:24:04.391Z] Did you forget the `def` keyword? WorkflowScript seems to be setting a field named commits (to a value of type LinkedHashMap) which could lead to memory leaks or other issues.
19:24:04 [2025-03-09T18:24:04.391Z] Did you forget the `def` keyword? WorkflowScript seems to be setting a field named changes (to a value of type LinkedHashMap) which could lead to memory leaks or other issues.
19:24:04 [2025-03-09T18:24:04.393Z] [Pipeline] sh
19:24:04 [2025-03-09T18:24:04.652Z] + rm -f pom.xml
19:24:04 [2025-03-09T18:24:04.653Z] [Pipeline] }
19:24:04 [2025-03-09T18:24:04.667Z] [Pipeline] // script
19:24:04 [2025-03-09T18:24:04.718Z] [Pipeline] }
19:24:04 [2025-03-09T18:24:04.735Z] [Pipeline] // stage
19:24:04 [2025-03-09T18:24:04.751Z] [Pipeline] stage
19:24:04 [2025-03-09T18:24:04.752Z] [Pipeline] { (Check POM parent version)
19:24:04 [2025-03-09T18:24:04.820Z] [Pipeline] copyArtifacts
19:24:04 [2025-03-09T18:24:04.828Z] Copied 1 artifact from "Silverpeas_Project_Definition_AutoDeploy" build number 273
19:24:04 [2025-03-09T18:24:04.835Z] [Pipeline] script
19:24:04 [2025-03-09T18:24:04.847Z] [Pipeline] {
19:24:04 [2025-03-09T18:24:04.878Z] [Pipeline] readYaml
19:24:04 [2025-03-09T18:24:04.900Z] [Pipeline] sh
19:24:05 [2025-03-09T18:24:05.157Z] + curl --output /dev/null --silent --head --fail -r 0-0 https://nexus3.silverpeas.org/repository/releases/org/silverpeas/silverpeas-project/1.7/silverpeas-project-1.7.pom
19:24:05 [2025-03-09T18:24:05.158Z] Did you forget the `def` keyword? WorkflowScript seems to be setting a field named parentVersion (to a value of type String) which could lead to memory leaks or other issues.
19:24:05 [2025-03-09T18:24:05.159Z] Did you forget the `def` keyword? WorkflowScript seems to be setting a field named wildflyVersion (to a value of type String) which could lead to memory leaks or other issues.
19:24:05 [2025-03-09T18:24:05.160Z] [Pipeline] sh
19:24:05 [2025-03-09T18:24:05.415Z] + rm -f build.yaml
19:24:05 [2025-03-09T18:24:05.416Z] [Pipeline] }
19:24:05 [2025-03-09T18:24:05.430Z] [Pipeline] // script
19:24:05 [2025-03-09T18:24:05.445Z] [Pipeline] }
19:24:05 [2025-03-09T18:24:05.458Z] [Pipeline] // stage
19:24:05 [2025-03-09T18:24:05.475Z] [Pipeline] stage
19:24:05 [2025-03-09T18:24:05.476Z] [Pipeline] { (Checkout projects and check code changes)
19:24:05 [2025-03-09T18:24:05.511Z] [Pipeline] script
19:24:05 [2025-03-09T18:24:05.518Z] [Pipeline] {
19:24:05 [2025-03-09T18:24:05.629Z] [Pipeline] copyArtifacts
19:24:05 [2025-03-09T18:24:05.638Z] Copied 1 artifact from "Silverpeas_Master_AutoDeploy" build number 913
19:24:05 [2025-03-09T18:24:05.648Z] [Pipeline] fileExists
19:24:05 [2025-03-09T18:24:05.665Z] [Pipeline] readYaml
19:24:05 [2025-03-09T18:24:05.683Z] Did you forget the `def` keyword? WorkflowScript seems to be setting a field named previousBuildVersion (to a value of type String) which could lead to memory leaks or other issues.
19:24:05 [2025-03-09T18:24:05.686Z] [Pipeline] dir
19:24:05 [2025-03-09T18:24:05.687Z] Running in /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Core
19:24:05 [2025-03-09T18:24:05.688Z] [Pipeline] {
19:24:05 [2025-03-09T18:24:05.707Z] [Pipeline] git
19:24:05 [2025-03-09T18:24:05.747Z] The recommended git tool is: /usr/bin/git
19:24:05 [2025-03-09T18:24:05.748Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
19:24:05 [2025-03-09T18:24:05.762Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@208754fa; decorates hudson.Launcher$LocalLauncher@207afe20 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
19:24:05 [2025-03-09T18:24:05.762Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Core/.git # timeout=10
19:24:05 [2025-03-09T18:24:05.768Z] Fetching changes from the remote Git repository
19:24:05 [2025-03-09T18:24:05.771Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Core # timeout=10
19:24:05 [2025-03-09T18:24:05.777Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Core
19:24:05 [2025-03-09T18:24:05.777Z] > /usr/bin/git --version # timeout=10
19:24:05 [2025-03-09T18:24:05.781Z] > git --version # 'git version 2.43.0'
19:24:05 [2025-03-09T18:24:05.782Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
19:24:05 [2025-03-09T18:24:05.788Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Core +refs/heads/*:refs/remotes/origin/* # timeout=10
19:24:07 [2025-03-09T18:24:07.473Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:07 [2025-03-09T18:24:07.479Z] Checking out Revision dcf9d2efa8934907771c11280865ddcfbb0cdbad (refs/remotes/origin/master)
19:24:07 [2025-03-09T18:24:07.479Z] > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:07 [2025-03-09T18:24:07.484Z] > /usr/bin/git checkout -f dcf9d2efa8934907771c11280865ddcfbb0cdbad # timeout=10
19:24:07 [2025-03-09T18:24:07.549Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
19:24:07 [2025-03-09T18:24:07.571Z] > /usr/bin/git branch -D master # timeout=10
19:24:07 [2025-03-09T18:24:07.580Z] > /usr/bin/git checkout -b master dcf9d2efa8934907771c11280865ddcfbb0cdbad # timeout=10
19:24:07 [2025-03-09T18:24:07.668Z] Commit message: "Bug #14595"
19:24:07 [2025-03-09T18:24:07.668Z] > /usr/bin/git rev-list --no-walk dcf9d2efa8934907771c11280865ddcfbb0cdbad # timeout=10
19:24:07 [2025-03-09T18:24:07.687Z] [Pipeline] fileExists
19:24:07 [2025-03-09T18:24:07.695Z] [Pipeline] readMavenPom
19:24:07 [2025-03-09T18:24:07.708Z] [Pipeline] sh
19:24:07 [2025-03-09T18:24:07.965Z] + mvn -U versions:update-parent -DgenerateBackupPoms=false -DparentVersion=[1.7-build250303]
19:24:09 [2025-03-09T18:24:09.827Z] [INFO] Scanning for projects...
19:24:10 [2025-03-09T18:24:10.077Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/silverpeas/silverpeas-project/1.7-build241218/silverpeas-project-1.7-build241218.pom
19:24:11 [2025-03-09T18:24:11.422Z] [ERROR] [ERROR] Some problems were encountered while processing the POMs:
19:24:11 [2025-03-09T18:24:11.422Z] [FATAL] Non-resolvable parent POM for org.silverpeas:core:6.5-SNAPSHOT: The following artifacts could not be resolved: org.silverpeas:silverpeas-project:pom:1.7-build241218 (absent): Could not find artifact org.silverpeas:silverpeas-project:pom:1.7-build241218 in Silverpeas Nexus (https://nexus3.silverpeas.org/repository/silverpeas) and 'parent.relativePath' points at wrong local POM @ line 32, column 11
19:24:11 [2025-03-09T18:24:11.422Z] @
19:24:11 [2025-03-09T18:24:11.422Z] [ERROR] The build could not read 1 project -> [Help 1]
19:24:11 [2025-03-09T18:24:11.422Z] [ERROR]
19:24:11 [2025-03-09T18:24:11.422Z] [ERROR] The project org.silverpeas:core:6.5-SNAPSHOT (/var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Core/pom.xml) has 1 error
19:24:11 [2025-03-09T18:24:11.422Z] [ERROR] Non-resolvable parent POM for org.silverpeas:core:6.5-SNAPSHOT: The following artifacts could not be resolved: org.silverpeas:silverpeas-project:pom:1.7-build241218 (absent): Could not find artifact org.silverpeas:silverpeas-project:pom:1.7-build241218 in Silverpeas Nexus (https://nexus3.silverpeas.org/repository/silverpeas) and 'parent.relativePath' points at wrong local POM @ line 32, column 11 -> [Help 2]
19:24:11 [2025-03-09T18:24:11.422Z] [ERROR]
19:24:11 [2025-03-09T18:24:11.422Z] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
19:24:11 [2025-03-09T18:24:11.422Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
19:24:11 [2025-03-09T18:24:11.422Z] [ERROR]
19:24:11 [2025-03-09T18:24:11.422Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
19:24:11 [2025-03-09T18:24:11.422Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
19:24:11 [2025-03-09T18:24:11.422Z] [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
19:24:11 [2025-03-09T18:24:11.424Z] [Pipeline] }
19:24:11 [2025-03-09T18:24:11.441Z] [Pipeline] // dir
19:24:11 [2025-03-09T18:24:11.456Z] [Pipeline] }
19:24:11 [2025-03-09T18:24:11.470Z] [Pipeline] // script
19:24:11 [2025-03-09T18:24:11.512Z] [Pipeline] }
19:24:11 [2025-03-09T18:24:11.528Z] [Pipeline] // stage
19:24:11 [2025-03-09T18:24:11.546Z] [Pipeline] stage
19:24:11 [2025-03-09T18:24:11.547Z] [Pipeline] { (Build Silverpeas)
19:24:11 [2025-03-09T18:24:11.570Z] Stage "Build Silverpeas" skipped due to earlier failure(s)
19:24:11 [2025-03-09T18:24:11.572Z] [Pipeline] getContext
19:24:11 [2025-03-09T18:24:11.610Z] [Pipeline] stage
19:24:11 [2025-03-09T18:24:11.611Z] [Pipeline] { (Build Silverpeas-Core)
19:24:11 [2025-03-09T18:24:11.627Z] Stage "Build Silverpeas" skipped due to earlier failure(s)
19:24:11 [2025-03-09T18:24:11.628Z] [Pipeline] getContext
19:24:11 [2025-03-09T18:24:11.631Z] [Pipeline] }
19:24:11 [2025-03-09T18:24:11.646Z] [Pipeline] // stage
19:24:11 [2025-03-09T18:24:11.664Z] [Pipeline] stage
19:24:11 [2025-03-09T18:24:11.665Z] [Pipeline] { (Build Silverpeas-Components)
19:24:11 [2025-03-09T18:24:11.680Z] Stage "Build Silverpeas" skipped due to earlier failure(s)
19:24:11 [2025-03-09T18:24:11.681Z] [Pipeline] getContext
19:24:11 [2025-03-09T18:24:11.683Z] [Pipeline] }
19:24:11 [2025-03-09T18:24:11.698Z] [Pipeline] // stage
19:24:11 [2025-03-09T18:24:11.715Z] [Pipeline] stage
19:24:11 [2025-03-09T18:24:11.716Z] [Pipeline] { (Build Silverpeas-Assembly)
19:24:11 [2025-03-09T18:24:11.729Z] Stage "Build Silverpeas" skipped due to earlier failure(s)
19:24:11 [2025-03-09T18:24:11.730Z] [Pipeline] getContext
19:24:11 [2025-03-09T18:24:11.732Z] [Pipeline] }
19:24:11 [2025-03-09T18:24:11.745Z] [Pipeline] // stage
19:24:11 [2025-03-09T18:24:11.760Z] [Pipeline] stage
19:24:11 [2025-03-09T18:24:11.761Z] [Pipeline] { (Build Silverpeas Setup)
19:24:11 [2025-03-09T18:24:11.774Z] Stage "Build Silverpeas" skipped due to earlier failure(s)
19:24:11 [2025-03-09T18:24:11.775Z] [Pipeline] getContext
19:24:11 [2025-03-09T18:24:11.777Z] [Pipeline] }
19:24:11 [2025-03-09T18:24:11.789Z] [Pipeline] // stage
19:24:11 [2025-03-09T18:24:11.804Z] [Pipeline] stage
19:24:11 [2025-03-09T18:24:11.805Z] [Pipeline] { (Build Silverpeas Distribution)
19:24:11 [2025-03-09T18:24:11.816Z] Stage "Build Silverpeas" skipped due to earlier failure(s)
19:24:11 [2025-03-09T18:24:11.817Z] [Pipeline] getContext
19:24:11 [2025-03-09T18:24:11.819Z] [Pipeline] }
19:24:11 [2025-03-09T18:24:11.830Z] [Pipeline] // stage
19:24:11 [2025-03-09T18:24:11.844Z] [Pipeline] stage
19:24:11 [2025-03-09T18:24:11.845Z] [Pipeline] { (Build Silverpeas-Looks)
19:24:11 [2025-03-09T18:24:11.856Z] Stage "Build Silverpeas" skipped due to earlier failure(s)
19:24:11 [2025-03-09T18:24:11.857Z] [Pipeline] getContext
19:24:11 [2025-03-09T18:24:11.859Z] [Pipeline] }
19:24:11 [2025-03-09T18:24:11.870Z] [Pipeline] // stage
19:24:11 [2025-03-09T18:24:11.884Z] [Pipeline] stage
19:24:11 [2025-03-09T18:24:11.885Z] [Pipeline] { (Publish Silverpeas-Core)
19:24:11 [2025-03-09T18:24:11.896Z] Stage "Build Silverpeas" skipped due to earlier failure(s)
19:24:11 [2025-03-09T18:24:11.897Z] [Pipeline] getContext
19:24:11 [2025-03-09T18:24:11.899Z] [Pipeline] }
19:24:11 [2025-03-09T18:24:11.910Z] [Pipeline] // stage
19:24:11 [2025-03-09T18:24:11.923Z] [Pipeline] stage
19:24:11 [2025-03-09T18:24:11.924Z] [Pipeline] { (Publish Silverpeas-Components)
19:24:11 [2025-03-09T18:24:11.934Z] Stage "Build Silverpeas" skipped due to earlier failure(s)
19:24:11 [2025-03-09T18:24:11.936Z] [Pipeline] getContext
19:24:11 [2025-03-09T18:24:11.937Z] [Pipeline] }
19:24:11 [2025-03-09T18:24:11.947Z] [Pipeline] // stage
19:24:11 [2025-03-09T18:24:11.960Z] [Pipeline] stage
19:24:11 [2025-03-09T18:24:11.961Z] [Pipeline] { (Publish Silverpeas-Assembly)
19:24:11 [2025-03-09T18:24:11.971Z] Stage "Build Silverpeas" skipped due to earlier failure(s)
19:24:11 [2025-03-09T18:24:11.972Z] [Pipeline] getContext
19:24:11 [2025-03-09T18:24:11.974Z] [Pipeline] }
19:24:11 [2025-03-09T18:24:11.984Z] [Pipeline] // stage
19:24:11 [2025-03-09T18:24:11.997Z] [Pipeline] stage
19:24:11 [2025-03-09T18:24:11.998Z] [Pipeline] { (Publish Silverpeas-Setup)
19:24:12 [2025-03-09T18:24:12.008Z] Stage "Build Silverpeas" skipped due to earlier failure(s)
19:24:12 [2025-03-09T18:24:12.009Z] [Pipeline] getContext
19:24:12 [2025-03-09T18:24:12.012Z] [Pipeline] }
19:24:12 [2025-03-09T18:24:12.022Z] [Pipeline] // stage
19:24:12 [2025-03-09T18:24:12.035Z] [Pipeline] stage
19:24:12 [2025-03-09T18:24:12.036Z] [Pipeline] { (Publish Silverpeas-Distribution)
19:24:12 [2025-03-09T18:24:12.045Z] Stage "Build Silverpeas" skipped due to earlier failure(s)
19:24:12 [2025-03-09T18:24:12.046Z] [Pipeline] getContext
19:24:12 [2025-03-09T18:24:12.048Z] [Pipeline] }
19:24:12 [2025-03-09T18:24:12.058Z] [Pipeline] // stage
19:24:12 [2025-03-09T18:24:12.071Z] [Pipeline] stage
19:24:12 [2025-03-09T18:24:12.071Z] [Pipeline] { (Publish Silverpeas-Looks)
19:24:12 [2025-03-09T18:24:12.081Z] Stage "Build Silverpeas" skipped due to earlier failure(s)
19:24:12 [2025-03-09T18:24:12.082Z] [Pipeline] getContext
19:24:12 [2025-03-09T18:24:12.084Z] [Pipeline] }
19:24:12 [2025-03-09T18:24:12.093Z] [Pipeline] // stage
19:24:12 [2025-03-09T18:24:12.105Z] [Pipeline] stage
19:24:12 [2025-03-09T18:24:12.106Z] [Pipeline] { (Publish Community Web Site)
19:24:12 [2025-03-09T18:24:12.116Z] Stage "Build Silverpeas" skipped due to earlier failure(s)
19:24:12 [2025-03-09T18:24:12.117Z] [Pipeline] getContext
19:24:12 [2025-03-09T18:24:12.119Z] [Pipeline] }
19:24:12 [2025-03-09T18:24:12.128Z] [Pipeline] // stage
19:24:12 [2025-03-09T18:24:12.138Z] [Pipeline] }
19:24:12 [2025-03-09T18:24:12.147Z] [Pipeline] // stage
19:24:12 [2025-03-09T18:24:12.164Z] [Pipeline] stage
19:24:12 [2025-03-09T18:24:12.165Z] [Pipeline] { (Create YAML build report)
19:24:12 [2025-03-09T18:24:12.180Z] Stage "Create YAML build report" skipped due to earlier failure(s)
19:24:12 [2025-03-09T18:24:12.181Z] [Pipeline] getContext
19:24:12 [2025-03-09T18:24:12.182Z] [Pipeline] }
19:24:12 [2025-03-09T18:24:12.197Z] [Pipeline] // stage
19:24:12 [2025-03-09T18:24:12.220Z] [Pipeline] stage
19:24:12 [2025-03-09T18:24:12.221Z] [Pipeline] { (Declarative: Post Actions)
19:24:12 [2025-03-09T18:24:12.250Z] [Pipeline] step
19:24:12 [2025-03-09T18:24:12.270Z] Sending e-mails to: miguel.moquillon@silverpeas.org david.lesimple@silverpeas.com sebastien.vuillet@silverpeas.com silveryocha@chastagnier.com
19:24:12 [2025-03-09T18:24:12.391Z] [Pipeline] }
19:24:12 [2025-03-09T18:24:12.401Z] [Pipeline] // stage
19:24:12 [2025-03-09T18:24:12.416Z] [Pipeline] }
19:24:12 [2025-03-09T18:24:12.428Z] [Pipeline] // withEnv
19:24:12 [2025-03-09T18:24:12.436Z] [Pipeline] }
19:24:12 [2025-03-09T18:24:12.437Z] $ docker stop --time=1 b8f544248b4a3cd309003bc1c49855fb7a0fab133ce21466abddbe802a0330d2
19:24:13 [2025-03-09T18:24:13.653Z] $ docker rm -f --volumes b8f544248b4a3cd309003bc1c49855fb7a0fab133ce21466abddbe802a0330d2
19:24:13 [2025-03-09T18:24:13.693Z] [Pipeline] // withDockerContainer
19:24:13 [2025-03-09T18:24:13.701Z] [Pipeline] }
19:24:13 [2025-03-09T18:24:13.714Z] [Pipeline] // withEnv
19:24:13 [2025-03-09T18:24:13.728Z] [Pipeline] }
19:24:13 [2025-03-09T18:24:13.744Z] [Pipeline] // node
19:24:13 [2025-03-09T18:24:13.760Z] [Pipeline] End of Pipeline
19:24:13 [2025-03-09T18:24:13.805Z] ERROR: script returned exit code 1
19:24:13 [2025-03-09T18:24:13.828Z] Finished: FAILURE