Skip to content
21:44:00 [2026-06-10T19:44:00.053Z] Démarré par le projet amont "Silverpeas_Master_AutoDeploy" de numéro de build 1100
21:44:00 [2026-06-10T19:44:00.053Z] Causé à l'origine par :
21:44:00 [2026-06-10T19:44:00.053Z]  Lancé par une alarme périodique
21:44:00 [2026-06-10T19:44:00.054Z] Running as userbuild
21:44:00 [2026-06-10T19:44:00.943Z] Obtained src/builds/mobile/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git
21:44:01 [2026-06-10T19:44:01.061Z] [Pipeline] Start of Pipeline
21:44:01 [2026-06-10T19:44:01.275Z] [Pipeline] node
21:44:01 [2026-06-10T19:44:01.280Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_Mobile_Master_AutoDeploy
21:44:01 [2026-06-10T19:44:01.280Z] [Pipeline] {
21:44:01 [2026-06-10T19:44:01.294Z] [Pipeline] stage
21:44:01 [2026-06-10T19:44:01.295Z] [Pipeline] { (Declarative: Checkout SCM)
21:44:01 [2026-06-10T19:44:01.303Z] [Pipeline] checkout
21:44:01 [2026-06-10T19:44:01.304Z] Selected Git installation does not exist. Using Default
21:44:01 [2026-06-10T19:44:01.304Z] The recommended git tool is: NONE
21:44:01 [2026-06-10T19:44:01.305Z] No credentials specified
21:44:01 [2026-06-10T19:44:01.305Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Mobile_Master_AutoDeploy/.git # timeout=10
21:44:01 [2026-06-10T19:44:01.311Z] Fetching changes from the remote Git repository
21:44:01 [2026-06-10T19:44:01.312Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
21:44:01 [2026-06-10T19:44:01.319Z] Cleaning workspace
21:44:01 [2026-06-10T19:44:01.319Z]  > /usr/bin/git rev-parse --verify HEAD # timeout=10
21:44:01 [2026-06-10T19:44:01.324Z] Resetting working tree
21:44:01 [2026-06-10T19:44:01.324Z]  > /usr/bin/git reset --hard # timeout=10
21:44:01 [2026-06-10T19:44:01.350Z]  > /usr/bin/git clean -fdx # timeout=10
21:44:01 [2026-06-10T19:44:01.358Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git
21:44:01 [2026-06-10T19:44:01.358Z]  > /usr/bin/git --version # timeout=10
21:44:01 [2026-06-10T19:44:01.362Z]  > git --version # 'git version 2.43.0'
21:44:01 [2026-06-10T19:44:01.363Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Jenkins-Pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
21:44:03 [2026-06-10T19:44:03.165Z]  > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
21:44:03 [2026-06-10T19:44:03.170Z] Checking out Revision ee417f2e12a50c898fce7d66542b733c63b400a8 (refs/remotes/origin/master)
21:44:03 [2026-06-10T19:44:03.170Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
21:44:03 [2026-06-10T19:44:03.174Z]  > /usr/bin/git checkout -f ee417f2e12a50c898fce7d66542b733c63b400a8 # timeout=10
21:44:03 [2026-06-10T19:44:03.226Z] Commit message: "Update pipeline to build a build release of master based upon JEE"
21:44:03 [2026-06-10T19:44:03.227Z]  > /usr/bin/git rev-list --no-walk 01d06ccb34ffbca958998fce357470ddc43cbd57 # timeout=10
21:44:03 [2026-06-10T19:44:03.249Z] [Pipeline] }
21:44:03 [2026-06-10T19:44:03.253Z] [Pipeline] // stage
21:44:03 [2026-06-10T19:44:03.262Z] [Pipeline] withEnv
21:44:03 [2026-06-10T19:44:03.263Z] [Pipeline] {
21:44:03 [2026-06-10T19:44:03.364Z] [Pipeline] isUnix
21:44:03 [2026-06-10T19:44:03.365Z] [Pipeline] withEnv
21:44:03 [2026-06-10T19:44:03.365Z] [Pipeline] {
21:44:03 [2026-06-10T19:44:03.375Z] [Pipeline] sh
21:44:03 [2026-06-10T19:44:03.633Z] + docker inspect -f . silverpeas/silverbuild:latest
21:44:03 [2026-06-10T19:44:03.633Z] .
21:44:03 [2026-06-10T19:44:03.634Z] [Pipeline] }
21:44:03 [2026-06-10T19:44:03.637Z] [Pipeline] // withEnv
21:44:03 [2026-06-10T19:44:03.645Z] [Pipeline] withDockerContainer
21:44:03 [2026-06-10T19:44:03.667Z] Jenkins does not seem to be running inside a container
21:44:03 [2026-06-10T19:44:03.674Z] $ 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_Mobile_Master_AutoDeploy -v /var/lib/jenkins/workspace/Silverpeas_Mobile_Master_AutoDeploy:/var/lib/jenkins/workspace/Silverpeas_Mobile_Master_AutoDeploy:rw,z -v /var/lib/jenkins/workspace/Silverpeas_Mobile_Master_AutoDeploy@tmp:/var/lib/jenkins/workspace/Silverpeas_Mobile_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 ******** silverpeas/silverbuild:latest cat
21:44:03 [2026-06-10T19:44:03.984Z] $ docker top fe30597639e4f571cd9483f49b2a1db7486c0e9de2adc5a429b902173a3cdcd5 -eo pid,comm
21:44:04 [2026-06-10T19:44:04.022Z] [Pipeline] {
21:44:04 [2026-06-10T19:44:04.031Z] [Pipeline] withEnv
21:44:04 [2026-06-10T19:44:04.031Z] [Pipeline] {
21:44:04 [2026-06-10T19:44:04.039Z] [Pipeline] stage
21:44:04 [2026-06-10T19:44:04.039Z] [Pipeline] { (Resolve dependency on Silverpeas)
21:44:04 [2026-06-10T19:44:04.056Z] [Pipeline] script
21:44:04 [2026-06-10T19:44:04.059Z] [Pipeline] {
21:44:04 [2026-06-10T19:44:04.067Z] [Pipeline] echo
21:44:04 [2026-06-10T19:44:04.067Z] Working on branch master
21:44:04 [2026-06-10T19:44:04.071Z] [Pipeline] copyArtifacts
21:44:04 [2026-06-10T19:44:04.077Z] Copied 1 artifact from "Silverpeas_Master_AutoDeploy" build number 1100
21:44:04 [2026-06-10T19:44:04.086Z] [Pipeline] readYaml
21:44:04 [2026-06-10T19:44:04.095Z] 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.
21:44:04 [2026-06-10T19:44:04.095Z] Did you forget the `def` keyword? WorkflowScript seems to be setting a field named silverpeasVersion (to a value of type String) which could lead to memory leaks or other issues.
21:44:04 [2026-06-10T19:44:04.097Z] [Pipeline] sh
21:44:04 [2026-06-10T19:44:04.354Z] + rm -f build.yaml
21:44:04 [2026-06-10T19:44:04.355Z] [Pipeline] }
21:44:04 [2026-06-10T19:44:04.364Z] [Pipeline] // script
21:44:04 [2026-06-10T19:44:04.375Z] [Pipeline] echo
21:44:04 [2026-06-10T19:44:04.376Z] Parent version is 2.0-build260610
21:44:04 [2026-06-10T19:44:04.377Z] [Pipeline] echo
21:44:04 [2026-06-10T19:44:04.377Z] Silverpeas version is 6.5-build260610
21:44:04 [2026-06-10T19:44:04.378Z] [Pipeline] }
21:44:04 [2026-06-10T19:44:04.386Z] [Pipeline] // stage
21:44:04 [2026-06-10T19:44:04.392Z] [Pipeline] stage
21:44:04 [2026-06-10T19:44:04.393Z] [Pipeline] { (Prepare the project)
21:44:04 [2026-06-10T19:44:04.413Z] [Pipeline] git
21:44:04 [2026-06-10T19:44:04.415Z] The recommended git tool is: /usr/bin/git
21:44:04 [2026-06-10T19:44:04.416Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
21:44:04 [2026-06-10T19:44:04.423Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@2fd0dc02; decorates hudson.Launcher$LocalLauncher@41d08753 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
21:44:04 [2026-06-10T19:44:04.424Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Mobile_Master_AutoDeploy/.git # timeout=10
21:44:04 [2026-06-10T19:44:04.430Z] Fetching changes from the remote Git repository
21:44:04 [2026-06-10T19:44:04.432Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/silverpeasmobile # timeout=10
21:44:04 [2026-06-10T19:44:04.436Z] Fetching upstream changes from https://github.com/Silverpeas/silverpeasmobile
21:44:04 [2026-06-10T19:44:04.436Z]  > /usr/bin/git --version # timeout=10
21:44:04 [2026-06-10T19:44:04.441Z]  > git --version # 'git version 2.43.0'
21:44:04 [2026-06-10T19:44:04.441Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
21:44:04 [2026-06-10T19:44:04.445Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/silverpeasmobile +refs/heads/*:refs/remotes/origin/* # timeout=10
21:44:05 [2026-06-10T19:44:05.227Z]  > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
21:44:05 [2026-06-10T19:44:05.231Z] Checking out Revision f3d3c76745a573b790eec36cf6599ea066357908 (refs/remotes/origin/master)
21:44:05 [2026-06-10T19:44:05.231Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
21:44:05 [2026-06-10T19:44:05.235Z]  > /usr/bin/git checkout -f f3d3c76745a573b790eec36cf6599ea066357908 # timeout=10
21:44:05 [2026-06-10T19:44:05.343Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
21:44:05 [2026-06-10T19:44:05.352Z]  > /usr/bin/git branch -D master # timeout=10
21:44:05 [2026-06-10T19:44:05.358Z]  > /usr/bin/git checkout -b master f3d3c76745a573b790eec36cf6599ea066357908 # timeout=10
21:44:05 [2026-06-10T19:44:05.437Z] Commit message: "Update dependency on Silverpeas to version 6.5-build260511"
21:44:05 [2026-06-10T19:44:05.438Z]  > /usr/bin/git rev-list --no-walk 4981adae0d171bc8d448699b03916a0d9e43f60c # timeout=10
21:44:05 [2026-06-10T19:44:05.464Z] [Pipeline] script
21:44:05 [2026-06-10T19:44:05.466Z] [Pipeline] {
21:44:05 [2026-06-10T19:44:05.477Z] [Pipeline] copyArtifacts
21:44:05 [2026-06-10T19:44:05.483Z] Copied 1 artifact from "Silverpeas_Mobile_Master_AutoDeploy" build number 648
21:44:05 [2026-06-10T19:44:05.487Z] [Pipeline] readYaml
21:44:05 [2026-06-10T19:44:05.491Z] 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.
21:44:05 [2026-06-10T19:44:05.492Z] [Pipeline] sh
21:44:05 [2026-06-10T19:44:05.746Z] + git rev-parse HEAD
21:44:05 [2026-06-10T19:44:05.749Z] [Pipeline] echo
21:44:05 [2026-06-10T19:44:05.749Z] Current commit is f3d3c76745a573b790eec36cf6599ea066357908 and last build commit is 4981adae0d171bc8d448699b03916a0d9e43f60c
21:44:05 [2026-06-10T19:44:05.750Z] Did you forget the `def` keyword? WorkflowScript seems to be setting a field named triggerBuild (to a value of type Boolean) which could lead to memory leaks or other issues.
21:44:05 [2026-06-10T19:44:05.750Z] [Pipeline] }
21:44:05 [2026-06-10T19:44:05.755Z] [Pipeline] // script
21:44:05 [2026-06-10T19:44:05.761Z] [Pipeline] script
21:44:05 [2026-06-10T19:44:05.764Z] [Pipeline] {
21:44:05 [2026-06-10T19:44:05.773Z] [Pipeline] readMavenPom
21:44:05 [2026-06-10T19:44:05.778Z] Did you forget the `def` keyword? WorkflowScript seems to be setting a field named pom (to a value of type Model) which could lead to memory leaks or other issues.
21:44:05 [2026-06-10T19:44:05.779Z] 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.
21:44:05 [2026-06-10T19:44:05.783Z] Did you forget the `def` keyword? WorkflowScript seems to be setting a field named buildNumber (to a value of type String) which could lead to memory leaks or other issues.
21:44:05 [2026-06-10T19:44:05.783Z] 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.
21:44:05 [2026-06-10T19:44:05.785Z] [Pipeline] echo
21:44:05 [2026-06-10T19:44:05.786Z] Build version will be 6.5-build260610
21:44:05 [2026-06-10T19:44:05.786Z] [Pipeline] }
21:44:05 [2026-06-10T19:44:05.795Z] [Pipeline] // script
21:44:05 [2026-06-10T19:44:05.804Z] [Pipeline] }
21:44:05 [2026-06-10T19:44:05.812Z] [Pipeline] // stage
21:44:05 [2026-06-10T19:44:05.825Z] [Pipeline] stage
21:44:05 [2026-06-10T19:44:05.826Z] [Pipeline] { (Build the project)
21:44:05 [2026-06-10T19:44:05.868Z] [Pipeline] stage
21:44:05 [2026-06-10T19:44:05.868Z] [Pipeline] { (Check POM parent version)
21:44:05 [2026-06-10T19:44:05.886Z] Stage "Check POM parent version" skipped due to when conditional
21:44:05 [2026-06-10T19:44:05.887Z] [Pipeline] getContext
21:44:05 [2026-06-10T19:44:05.889Z] [Pipeline] }
21:44:05 [2026-06-10T19:44:05.897Z] [Pipeline] // stage
21:44:05 [2026-06-10T19:44:05.906Z] [Pipeline] stage
21:44:05 [2026-06-10T19:44:05.907Z] [Pipeline] { (Update POM parent)
21:44:05 [2026-06-10T19:44:05.929Z] [Pipeline] withCredentials
21:44:05 [2026-06-10T19:44:05.943Z] Masking supported pattern matches of $GIT_AUTH_USR or $GIT_AUTH_PSW
21:44:05 [2026-06-10T19:44:05.944Z] [Pipeline] {
21:44:05 [2026-06-10T19:44:05.953Z] [Pipeline] sh
21:44:06 [2026-06-10T19:44:06.210Z] + git config --local credential.helper !f() { echo username=${GIT_AUTH_USR}; echo password=$GIT_AUTH_PSW; }; f
21:44:06 [2026-06-10T19:44:06.212Z] [Pipeline] sh
21:44:06 [2026-06-10T19:44:06.471Z] + mvn -U versions:update-parent -DgenerateBackupPoms=false -DskipResolution=true -DparentVersion=2.0-build260610
21:44:08 [2026-06-10T19:44:08.333Z] [INFO] Scanning for projects...
21:44:08 [2026-06-10T19:44:08.584Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/silverpeas/silverpeas-project/2.0-build260507/silverpeas-project-2.0-build260507.pom
21:44:09 [2026-06-10T19:44:09.134Z] Progress (1): 816 B
21:44:09 [2026-06-10T19:44:09.134Z] Progress (1): 2.0 kB
21:44:09 [2026-06-10T19:44:09.134Z] Progress (1): 4.6 kB
21:44:09 [2026-06-10T19:44:09.134Z] Progress (1): 7.7 kB
21:44:09 [2026-06-10T19:44:09.134Z] Progress (1): 12 kB 
21:44:09 [2026-06-10T19:44:09.134Z] Progress (1): 15 kB
21:44:09 [2026-06-10T19:44:09.134Z] Progress (1): 19 kB
21:44:09 [2026-06-10T19:44:09.134Z] Progress (1): 21 kB
21:44:09 [2026-06-10T19:44:09.134Z]                    
21:44:09 [2026-06-10T19:44:09.135Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/silverpeas/silverpeas-project/2.0-build260507/silverpeas-project-2.0-build260507.pom (21 kB at 52 kB/s)
21:44:09 [2026-06-10T19:44:09.135Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/silverpeas/silverpeas-dependencies-bom/2.0-build260507/silverpeas-dependencies-bom-2.0-build260507.pom
21:44:09 [2026-06-10T19:44:09.135Z] Progress (1): 803 B
21:44:09 [2026-06-10T19:44:09.135Z] Progress (1): 2.1 kB
21:44:09 [2026-06-10T19:44:09.135Z] Progress (1): 4.8 kB
21:44:09 [2026-06-10T19:44:09.135Z] Progress (1): 8.6 kB
21:44:09 [2026-06-10T19:44:09.135Z] Progress (1): 15 kB 
21:44:09 [2026-06-10T19:44:09.135Z] Progress (1): 21 kB
21:44:09 [2026-06-10T19:44:09.135Z] Progress (1): 26 kB
21:44:09 [2026-06-10T19:44:09.135Z] Progress (1): 31 kB
21:44:09 [2026-06-10T19:44:09.135Z] Progress (1): 34 kB
21:44:09 [2026-06-10T19:44:09.135Z] Progress (1): 40 kB
21:44:09 [2026-06-10T19:44:09.386Z] Progress (1): 41 kB
21:44:09 [2026-06-10T19:44:09.386Z]                    
21:44:09 [2026-06-10T19:44:09.386Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/silverpeas/silverpeas-dependencies-bom/2.0-build260507/silverpeas-dependencies-bom-2.0-build260507.pom (41 kB at 881 kB/s)
21:44:09 [2026-06-10T19:44:09.386Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/silverpeas/silverpeas-test-dependencies-bom/2.0-build260507/silverpeas-test-dependencies-bom-2.0-build260507.pom
21:44:09 [2026-06-10T19:44:09.386Z] Progress (1): 836 B
21:44:09 [2026-06-10T19:44:09.386Z] Progress (1): 2.2 kB
21:44:09 [2026-06-10T19:44:09.386Z] Progress (1): 6.1 kB
21:44:09 [2026-06-10T19:44:09.386Z] Progress (1): 10 kB 
21:44:09 [2026-06-10T19:44:09.386Z] Progress (1): 12 kB
21:44:09 [2026-06-10T19:44:09.386Z]                    
21:44:09 [2026-06-10T19:44:09.386Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/silverpeas/silverpeas-test-dependencies-bom/2.0-build260507/silverpeas-test-dependencies-bom-2.0-build260507.pom (12 kB at 303 kB/s)
21:44:09 [2026-06-10T19:44:09.386Z] [ERROR] [ERROR] Some problems were encountered while processing the POMs:
21:44:09 [2026-06-10T19:44:09.386Z] [ERROR] 'dependencies.dependency.version' for com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar is missing. @ line 315, column 17
21:44:09 [2026-06-10T19:44:09.387Z]  @ 
21:44:09 [2026-06-10T19:44:09.387Z] [ERROR] The build could not read 1 project -> [Help 1]
21:44:09 [2026-06-10T19:44:09.387Z] [ERROR]   
21:44:09 [2026-06-10T19:44:09.387Z] [ERROR]   The project org.silverpeas.components.mobile:silverpeas-mobile-war:6.5-SNAPSHOT (/var/lib/jenkins/workspace/Silverpeas_Mobile_Master_AutoDeploy/mobile-war/pom.xml) has 1 error
21:44:09 [2026-06-10T19:44:09.387Z] [ERROR]     'dependencies.dependency.version' for com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar is missing. @ line 315, column 17
21:44:09 [2026-06-10T19:44:09.387Z] [ERROR] 
21:44:09 [2026-06-10T19:44:09.387Z] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
21:44:09 [2026-06-10T19:44:09.387Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
21:44:09 [2026-06-10T19:44:09.387Z] [ERROR] 
21:44:09 [2026-06-10T19:44:09.387Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
21:44:09 [2026-06-10T19:44:09.387Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
21:44:09 [2026-06-10T19:44:09.392Z] [Pipeline] }
21:44:09 [2026-06-10T19:44:09.403Z] [Pipeline] // withCredentials
21:44:09 [2026-06-10T19:44:09.415Z] [Pipeline] }
21:44:09 [2026-06-10T19:44:09.424Z] [Pipeline] // stage
21:44:09 [2026-06-10T19:44:09.435Z] [Pipeline] stage
21:44:09 [2026-06-10T19:44:09.436Z] [Pipeline] { (Update dependency on Silverpeas)
21:44:09 [2026-06-10T19:44:09.446Z] Stage "Update dependency on Silverpeas" skipped due to earlier failure(s)
21:44:09 [2026-06-10T19:44:09.447Z] [Pipeline] getContext
21:44:09 [2026-06-10T19:44:09.449Z] [Pipeline] }
21:44:09 [2026-06-10T19:44:09.457Z] [Pipeline] // stage
21:44:09 [2026-06-10T19:44:09.468Z] [Pipeline] stage
21:44:09 [2026-06-10T19:44:09.469Z] [Pipeline] { (Build and Publish)
21:44:09 [2026-06-10T19:44:09.477Z] Stage "Build and Publish" skipped due to earlier failure(s)
21:44:09 [2026-06-10T19:44:09.478Z] [Pipeline] getContext
21:44:09 [2026-06-10T19:44:09.480Z] [Pipeline] }
21:44:09 [2026-06-10T19:44:09.488Z] [Pipeline] // stage
21:44:09 [2026-06-10T19:44:09.502Z] [Pipeline] }
21:44:09 [2026-06-10T19:44:09.511Z] [Pipeline] // stage
21:44:09 [2026-06-10T19:44:09.522Z] [Pipeline] stage
21:44:09 [2026-06-10T19:44:09.522Z] [Pipeline] { (Create YAML build report)
21:44:09 [2026-06-10T19:44:09.531Z] Stage "Create YAML build report" skipped due to earlier failure(s)
21:44:09 [2026-06-10T19:44:09.532Z] [Pipeline] getContext
21:44:09 [2026-06-10T19:44:09.533Z] [Pipeline] }
21:44:09 [2026-06-10T19:44:09.542Z] [Pipeline] // stage
21:44:09 [2026-06-10T19:44:09.553Z] [Pipeline] stage
21:44:09 [2026-06-10T19:44:09.554Z] [Pipeline] { (Declarative: Post Actions)
21:44:09 [2026-06-10T19:44:09.572Z] [Pipeline] step
21:44:09 [2026-06-10T19:44:09.584Z] Sending e-mails to: miguel.moquillon@silverpeas.org silveryocha@chastagnier.com sebastien.vuillet@silverpeas.org
21:44:09 [2026-06-10T19:44:09.660Z] [Pipeline] }
21:44:09 [2026-06-10T19:44:09.670Z] [Pipeline] // stage
21:44:09 [2026-06-10T19:44:09.678Z] [Pipeline] }
21:44:09 [2026-06-10T19:44:09.686Z] [Pipeline] // withEnv
21:44:09 [2026-06-10T19:44:09.695Z] [Pipeline] }
21:44:09 [2026-06-10T19:44:09.696Z] $ docker stop --time=1 fe30597639e4f571cd9483f49b2a1db7486c0e9de2adc5a429b902173a3cdcd5
21:44:12 [2026-06-10T19:44:12.207Z] $ docker rm -f --volumes fe30597639e4f571cd9483f49b2a1db7486c0e9de2adc5a429b902173a3cdcd5
21:44:12 [2026-06-10T19:44:12.245Z] [Pipeline] // withDockerContainer
21:44:12 [2026-06-10T19:44:12.249Z] [Pipeline] }
21:44:12 [2026-06-10T19:44:12.254Z] [Pipeline] // withEnv
21:44:12 [2026-06-10T19:44:12.257Z] [Pipeline] }
21:44:12 [2026-06-10T19:44:12.262Z] [Pipeline] // node
21:44:12 [2026-06-10T19:44:12.268Z] [Pipeline] End of Pipeline
21:44:12 [2026-06-10T19:44:12.300Z] ERROR: script returned exit code 1
21:44:12 [2026-06-10T19:44:12.322Z] Finished: FAILURE