09:54:39 [2025-06-02T07:54:39.960Z] Démarré par l'utilisateur Miguel Moquillon
09:54:39 [2025-06-02T07:54:39.961Z] Running as userbuild
09:54:40 [2025-06-02T07:54:40.740Z] Obtained src/builds/mobile/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git
09:54:42 [2025-06-02T07:54:42.415Z] [Pipeline] Start of Pipeline
09:54:44 [2025-06-02T07:54:44.281Z] [Pipeline] node
09:54:44 [2025-06-02T07:54:44.306Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_Mobile_Stable_AutoDeploy
09:54:44 [2025-06-02T07:54:44.317Z] [Pipeline] {
09:54:44 [2025-06-02T07:54:44.352Z] [Pipeline] stage
09:54:44 [2025-06-02T07:54:44.354Z] [Pipeline] { (Declarative: Checkout SCM)
09:54:44 [2025-06-02T07:54:44.376Z] [Pipeline] checkout
09:54:44 [2025-06-02T07:54:44.443Z] Selected Git installation does not exist. Using Default
09:54:44 [2025-06-02T07:54:44.443Z] The recommended git tool is: NONE
09:54:44 [2025-06-02T07:54:44.443Z] No credentials specified
09:54:44 [2025-06-02T07:54:44.444Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Mobile_Stable_AutoDeploy/.git # timeout=10
09:54:44 [2025-06-02T07:54:44.450Z] Fetching changes from the remote Git repository
09:54:44 [2025-06-02T07:54:44.452Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
09:54:44 [2025-06-02T07:54:44.457Z] Cleaning workspace
09:54:44 [2025-06-02T07:54:44.457Z] > /usr/bin/git rev-parse --verify HEAD # timeout=10
09:54:44 [2025-06-02T07:54:44.462Z] Resetting working tree
09:54:44 [2025-06-02T07:54:44.462Z] > /usr/bin/git reset --hard # timeout=10
09:54:44 [2025-06-02T07:54:44.479Z] > /usr/bin/git clean -fdx # timeout=10
09:54:44 [2025-06-02T07:54:44.490Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git
09:54:44 [2025-06-02T07:54:44.491Z] > /usr/bin/git --version # timeout=10
09:54:44 [2025-06-02T07:54:44.495Z] > git --version # 'git version 2.43.0'
09:54:44 [2025-06-02T07:54:44.496Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Jenkins-Pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
09:54:46 [2025-06-02T07:54:46.373Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
09:54:46 [2025-06-02T07:54:46.380Z] Checking out Revision 0bdaa0f2b228a18722cadfb52fcde86654ecae98 (refs/remotes/origin/master)
09:54:46 [2025-06-02T07:54:46.382Z] > /usr/bin/git config core.sparsecheckout # timeout=10
09:54:46 [2025-06-02T07:54:46.392Z] > /usr/bin/git checkout -f 0bdaa0f2b228a18722cadfb52fcde86654ecae98 # timeout=10
09:54:46 [2025-06-02T07:54:46.464Z] Commit message: "Use of the withCredentials Jenkins statement to allow the injection of the credentials of the Git account used to push code change into the Github repo in the AutoDeploy build of the silverpeas mobile project."
09:54:46 [2025-06-02T07:54:46.468Z] > /usr/bin/git rev-list --no-walk 6f3ed5076b931dc46750c0b319bf2dd1065c100e # timeout=10
09:54:46 [2025-06-02T07:54:46.525Z] [Pipeline] }
09:54:46 [2025-06-02T07:54:46.538Z] [Pipeline] // stage
09:54:46 [2025-06-02T07:54:46.611Z] [Pipeline] withEnv
09:54:46 [2025-06-02T07:54:46.615Z] [Pipeline] {
09:54:47 [2025-06-02T07:54:47.565Z] [Pipeline] isUnix
09:54:47 [2025-06-02T07:54:47.567Z] [Pipeline] withEnv
09:54:47 [2025-06-02T07:54:47.568Z] [Pipeline] {
09:54:47 [2025-06-02T07:54:47.579Z] [Pipeline] sh
09:54:47 [2025-06-02T07:54:47.853Z] + docker inspect -f . silverpeas/silverbuild:6.4
09:54:47 [2025-06-02T07:54:47.853Z] .
09:54:47 [2025-06-02T07:54:47.857Z] [Pipeline] }
09:54:47 [2025-06-02T07:54:47.868Z] [Pipeline] // withEnv
09:54:47 [2025-06-02T07:54:47.882Z] [Pipeline] withDockerContainer
09:54:47 [2025-06-02T07:54:47.970Z] Jenkins does not seem to be running inside a container
09:54:47 [2025-06-02T07:54:47.983Z] $ 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_Stable_AutoDeploy -v /var/lib/jenkins/workspace/Silverpeas_Mobile_Stable_AutoDeploy:/var/lib/jenkins/workspace/Silverpeas_Mobile_Stable_AutoDeploy:rw,z -v /var/lib/jenkins/workspace/Silverpeas_Mobile_Stable_AutoDeploy@tmp:/var/lib/jenkins/workspace/Silverpeas_Mobile_Stable_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:6.4 cat
09:54:48 [2025-06-02T07:54:48.295Z] $ docker top f938b4bdb4936ea90b5aa34fd591fb85cf1c549e367ca38d2c5becdf9d203ecf -eo pid,comm
09:54:48 [2025-06-02T07:54:48.335Z] [Pipeline] {
09:54:48 [2025-06-02T07:54:48.424Z] [Pipeline] withEnv
09:54:48 [2025-06-02T07:54:48.426Z] [Pipeline] {
09:54:48 [2025-06-02T07:54:48.475Z] [Pipeline] stage
09:54:48 [2025-06-02T07:54:48.477Z] [Pipeline] { (Resolve dependency on Silverpeas)
09:54:48 [2025-06-02T07:54:48.560Z] [Pipeline] script
09:54:48 [2025-06-02T07:54:48.572Z] [Pipeline] {
09:54:48 [2025-06-02T07:54:48.593Z] [Pipeline] echo
09:54:48 [2025-06-02T07:54:48.594Z] Working on branch 6.4.x
09:54:48 [2025-06-02T07:54:48.643Z] [Pipeline] copyArtifacts
09:54:48 [2025-06-02T07:54:48.659Z] Copied 1 artifact from "Silverpeas_Stable_AutoDeploy" build number 396
09:54:48 [2025-06-02T07:54:48.662Z] [Pipeline] readYaml
09:54:48 [2025-06-02T07:54:48.733Z] 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.
09:54:48 [2025-06-02T07:54:48.733Z] 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.
09:54:48 [2025-06-02T07:54:48.736Z] [Pipeline] sh
09:54:48 [2025-06-02T07:54:48.998Z] + rm -f build.yaml
09:54:49 [2025-06-02T07:54:49.000Z] [Pipeline] }
09:54:49 [2025-06-02T07:54:49.012Z] [Pipeline] // script
09:54:49 [2025-06-02T07:54:49.028Z] [Pipeline] echo
09:54:49 [2025-06-02T07:54:49.029Z] Parent version is 1.6.2
09:54:49 [2025-06-02T07:54:49.032Z] [Pipeline] echo
09:54:49 [2025-06-02T07:54:49.033Z] Silverpeas version is 6.4.4-build250529
09:54:49 [2025-06-02T07:54:49.039Z] [Pipeline] }
09:54:49 [2025-06-02T07:54:49.051Z] [Pipeline] // stage
09:54:49 [2025-06-02T07:54:49.066Z] [Pipeline] stage
09:54:49 [2025-06-02T07:54:49.068Z] [Pipeline] { (Prepare the project)
09:54:49 [2025-06-02T07:54:49.116Z] [Pipeline] git
09:54:49 [2025-06-02T07:54:49.130Z] The recommended git tool is: /usr/bin/git
09:54:49 [2025-06-02T07:54:49.141Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
09:54:49 [2025-06-02T07:54:49.164Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@24a2856d; decorates hudson.Launcher$LocalLauncher@5d496378 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
09:54:49 [2025-06-02T07:54:49.166Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Mobile_Stable_AutoDeploy/.git # timeout=10
09:54:49 [2025-06-02T07:54:49.173Z] Fetching changes from the remote Git repository
09:54:49 [2025-06-02T07:54:49.176Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/silverpeasmobile # timeout=10
09:54:49 [2025-06-02T07:54:49.182Z] Fetching upstream changes from https://github.com/Silverpeas/silverpeasmobile
09:54:49 [2025-06-02T07:54:49.182Z] > /usr/bin/git --version # timeout=10
09:54:49 [2025-06-02T07:54:49.187Z] > git --version # 'git version 2.43.0'
09:54:49 [2025-06-02T07:54:49.187Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
09:54:49 [2025-06-02T07:54:49.192Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/silverpeasmobile +refs/heads/*:refs/remotes/origin/* # timeout=10
09:54:49 [2025-06-02T07:54:49.594Z] > /usr/bin/git rev-parse refs/remotes/origin/6.4.x^{commit} # timeout=10
09:54:49 [2025-06-02T07:54:49.602Z] Checking out Revision 6c8afbfbbe085bf90a08b0a518dfeadd58b5f858 (refs/remotes/origin/6.4.x)
09:54:49 [2025-06-02T07:54:49.602Z] > /usr/bin/git config core.sparsecheckout # timeout=10
09:54:49 [2025-06-02T07:54:49.608Z] > /usr/bin/git checkout -f 6c8afbfbbe085bf90a08b0a518dfeadd58b5f858 # timeout=10
09:54:49 [2025-06-02T07:54:49.733Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
09:54:49 [2025-06-02T07:54:49.743Z] > /usr/bin/git branch -D 6.4.x # timeout=10
09:54:49 [2025-06-02T07:54:49.752Z] > /usr/bin/git checkout -b 6.4.x 6c8afbfbbe085bf90a08b0a518dfeadd58b5f858 # timeout=10
09:54:49 [2025-06-02T07:54:49.856Z] Commit message: "Update dependency on Silverpeas to version 6.4.4-build250522"
09:54:49 [2025-06-02T07:54:49.856Z] > /usr/bin/git rev-list --no-walk 6c8afbfbbe085bf90a08b0a518dfeadd58b5f858 # timeout=10
09:54:49 [2025-06-02T07:54:49.891Z] [Pipeline] script
09:54:49 [2025-06-02T07:54:49.898Z] [Pipeline] {
09:54:49 [2025-06-02T07:54:49.952Z] [Pipeline] copyArtifacts
09:54:49 [2025-06-02T07:54:49.963Z] Copied 1 artifact from "Silverpeas_Mobile_Stable_AutoDeploy" build number 295
09:54:49 [2025-06-02T07:54:49.980Z] [Pipeline] readYaml
09:54:50 [2025-06-02T07:54:50.000Z] 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.
09:54:50 [2025-06-02T07:54:50.003Z] [Pipeline] sh
09:54:50 [2025-06-02T07:54:50.264Z] + git rev-parse HEAD
09:54:50 [2025-06-02T07:54:50.270Z] [Pipeline] echo
09:54:50 [2025-06-02T07:54:50.270Z] Current commit is 6c8afbfbbe085bf90a08b0a518dfeadd58b5f858 and last build commit is 6c8afbfbbe085bf90a08b0a518dfeadd58b5f858
09:54:50 [2025-06-02T07:54:50.271Z] 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.
09:54:50 [2025-06-02T07:54:50.272Z] [Pipeline] }
09:54:50 [2025-06-02T07:54:50.287Z] [Pipeline] // script
09:54:50 [2025-06-02T07:54:50.304Z] [Pipeline] script
09:54:50 [2025-06-02T07:54:50.317Z] [Pipeline] {
09:54:50 [2025-06-02T07:54:50.334Z] [Pipeline] readMavenPom
09:54:50 [2025-06-02T07:54:50.401Z] 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.
09:54:50 [2025-06-02T07:54:50.470Z] 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.
09:54:50 [2025-06-02T07:54:50.478Z] 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.
09:54:50 [2025-06-02T07:54:50.479Z] 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.
09:54:50 [2025-06-02T07:54:50.480Z] [Pipeline] echo
09:54:50 [2025-06-02T07:54:50.480Z] Build version will be 6.4.4-build250602
09:54:50 [2025-06-02T07:54:50.481Z] [Pipeline] }
09:54:50 [2025-06-02T07:54:50.493Z] [Pipeline] // script
09:54:50 [2025-06-02T07:54:50.506Z] [Pipeline] }
09:54:50 [2025-06-02T07:54:50.516Z] [Pipeline] // stage
09:54:50 [2025-06-02T07:54:50.530Z] [Pipeline] stage
09:54:50 [2025-06-02T07:54:50.532Z] [Pipeline] { (Build the project)
09:54:50 [2025-06-02T07:54:50.707Z] [Pipeline] stage
09:54:50 [2025-06-02T07:54:50.708Z] [Pipeline] { (Check POM parent version)
09:54:50 [2025-06-02T07:54:50.795Z] Stage "Check POM parent version" skipped due to when conditional
09:54:50 [2025-06-02T07:54:50.798Z] [Pipeline] getContext
09:54:50 [2025-06-02T07:54:50.889Z] [Pipeline] }
09:54:50 [2025-06-02T07:54:50.895Z] [Pipeline] // stage
09:54:50 [2025-06-02T07:54:50.903Z] [Pipeline] stage
09:54:50 [2025-06-02T07:54:50.904Z] [Pipeline] { (Update POM parent)
09:54:50 [2025-06-02T07:54:50.937Z] Stage "Update POM parent" skipped due to when conditional
09:54:50 [2025-06-02T07:54:50.938Z] [Pipeline] getContext
09:54:50 [2025-06-02T07:54:50.940Z] [Pipeline] }
09:54:50 [2025-06-02T07:54:50.957Z] [Pipeline] // stage
09:54:50 [2025-06-02T07:54:50.971Z] [Pipeline] stage
09:54:50 [2025-06-02T07:54:50.972Z] [Pipeline] { (Update dependency on Silverpeas)
09:54:51 [2025-06-02T07:54:51.086Z] [Pipeline] withCredentials
09:54:51 [2025-06-02T07:54:51.130Z] Masking supported pattern matches of $GIT_AUTH_USR or $GIT_AUTH_PSW
09:54:51 [2025-06-02T07:54:51.141Z] [Pipeline] {
09:54:51 [2025-06-02T07:54:51.155Z] [Pipeline] sh
09:54:51 [2025-06-02T07:54:51.418Z] + git config --local credential.helper !f() { echo username=${GIT_AUTH_USR}; echo password=$GIT_AUTH_PSW; }; f
09:54:51 [2025-06-02T07:54:51.422Z] [Pipeline] sh
09:54:51 [2025-06-02T07:54:51.681Z] + sed -i -e s/<silverpeas.version>[0-9a-zA-Z.-]\+/<silverpeas.version>6.4.4-build250529/g pom.xml
09:54:51 [2025-06-02T07:54:51.681Z] + git commit -am Update dependency on Silverpeas to version 6.4.4-build250529
09:54:51 [2025-06-02T07:54:51.682Z] [6.4.x b9f5d93d] Update dependency on Silverpeas to version 6.4.4-build250529
09:54:51 [2025-06-02T07:54:51.682Z] 1 file changed, 1 insertion(+), 1 deletion(-)
09:54:51 [2025-06-02T07:54:51.682Z] + git push origin HEAD:6.4.x
09:54:52 [2025-06-02T07:54:52.233Z] remote: You must verify your email address.
09:54:52 [2025-06-02T07:54:52.233Z] remote: See https://github.com/settings/emails.
09:54:52 [2025-06-02T07:54:52.233Z] fatal: impossible d'accéder à 'https://github.com/Silverpeas/silverpeasmobile/' : The requested URL returned error: 403
09:54:52 [2025-06-02T07:54:52.239Z] [Pipeline] }
09:54:52 [2025-06-02T07:54:52.256Z] [Pipeline] // withCredentials
09:54:52 [2025-06-02T07:54:52.328Z] [Pipeline] }
09:54:52 [2025-06-02T07:54:52.341Z] [Pipeline] // stage
09:54:52 [2025-06-02T07:54:52.356Z] [Pipeline] stage
09:54:52 [2025-06-02T07:54:52.358Z] [Pipeline] { (Build and Publish)
09:54:52 [2025-06-02T07:54:52.380Z] Stage "Build and Publish" skipped due to earlier failure(s)
09:54:52 [2025-06-02T07:54:52.382Z] [Pipeline] getContext
09:54:52 [2025-06-02T07:54:52.385Z] [Pipeline] }
09:54:52 [2025-06-02T07:54:52.396Z] [Pipeline] // stage
09:54:52 [2025-06-02T07:54:52.410Z] [Pipeline] }
09:54:52 [2025-06-02T07:54:52.426Z] [Pipeline] // stage
09:54:52 [2025-06-02T07:54:52.455Z] [Pipeline] stage
09:54:52 [2025-06-02T07:54:52.456Z] [Pipeline] { (Create YAML build report)
09:54:52 [2025-06-02T07:54:52.469Z] Stage "Create YAML build report" skipped due to earlier failure(s)
09:54:52 [2025-06-02T07:54:52.471Z] [Pipeline] getContext
09:54:52 [2025-06-02T07:54:52.474Z] [Pipeline] }
09:54:52 [2025-06-02T07:54:52.487Z] [Pipeline] // stage
09:54:52 [2025-06-02T07:54:52.601Z] [Pipeline] stage
09:54:52 [2025-06-02T07:54:52.602Z] [Pipeline] { (Declarative: Post Actions)
09:54:52 [2025-06-02T07:54:52.626Z] [Pipeline] step
09:54:52 [2025-06-02T07:54:52.731Z] Sending e-mails to: miguel.moquillon@silverpeas.org silveryocha@chastagnier.com sebastien.vuillet@silverpeas.org
09:54:52 [2025-06-02T07:54:52.912Z] [Pipeline] }
09:54:52 [2025-06-02T07:54:52.921Z] [Pipeline] // stage
09:54:52 [2025-06-02T07:54:52.932Z] [Pipeline] }
09:54:52 [2025-06-02T07:54:52.945Z] [Pipeline] // withEnv
09:54:52 [2025-06-02T07:54:52.958Z] [Pipeline] }
09:54:52 [2025-06-02T07:54:52.961Z] $ docker stop --time=1 f938b4bdb4936ea90b5aa34fd591fb85cf1c549e367ca38d2c5becdf9d203ecf
09:54:54 [2025-06-02T07:54:54.281Z] $ docker rm -f --volumes f938b4bdb4936ea90b5aa34fd591fb85cf1c549e367ca38d2c5becdf9d203ecf
09:54:54 [2025-06-02T07:54:54.324Z] [Pipeline] // withDockerContainer
09:54:54 [2025-06-02T07:54:54.330Z] [Pipeline] }
09:54:54 [2025-06-02T07:54:54.336Z] [Pipeline] // withEnv
09:54:54 [2025-06-02T07:54:54.349Z] [Pipeline] }
09:54:54 [2025-06-02T07:54:54.361Z] [Pipeline] // node
09:54:54 [2025-06-02T07:54:54.380Z] [Pipeline] End of Pipeline
09:54:54 [2025-06-02T07:54:54.432Z] ERROR: script returned exit code 128
09:54:54 [2025-06-02T07:54:54.467Z] Finished: FAILURE