09:41:17 [2025-06-02T07:41:17.532Z] Démarré par l'utilisateur Miguel Moquillon 09:41:17 [2025-06-02T07:41:17.532Z] Running as userbuild 09:41:18 [2025-06-02T07:41:18.159Z] Obtained src/builds/mobile/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git 09:41:18 [2025-06-02T07:41:18.602Z] [Pipeline] Start of Pipeline 09:41:18 [2025-06-02T07:41:18.931Z] [Pipeline] node 09:41:18 [2025-06-02T07:41:18.934Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_Mobile_Stable_AutoDeploy 09:41:18 [2025-06-02T07:41:18.936Z] [Pipeline] { 09:41:18 [2025-06-02T07:41:18.949Z] [Pipeline] stage 09:41:18 [2025-06-02T07:41:18.950Z] [Pipeline] { (Declarative: Checkout SCM) 09:41:18 [2025-06-02T07:41:18.958Z] [Pipeline] checkout 09:41:18 [2025-06-02T07:41:18.959Z] Selected Git installation does not exist. Using Default 09:41:18 [2025-06-02T07:41:18.959Z] The recommended git tool is: NONE 09:41:18 [2025-06-02T07:41:18.959Z] No credentials specified 09:41:18 [2025-06-02T07:41:18.959Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Mobile_Stable_AutoDeploy/.git # timeout=10 09:41:18 [2025-06-02T07:41:18.966Z] Fetching changes from the remote Git repository 09:41:18 [2025-06-02T07:41:18.967Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10 09:41:18 [2025-06-02T07:41:18.975Z] Cleaning workspace 09:41:18 [2025-06-02T07:41:18.975Z] > /usr/bin/git rev-parse --verify HEAD # timeout=10 09:41:18 [2025-06-02T07:41:18.979Z] Resetting working tree 09:41:18 [2025-06-02T07:41:18.979Z] > /usr/bin/git reset --hard # timeout=10 09:41:18 [2025-06-02T07:41:18.998Z] > /usr/bin/git clean -fdx # timeout=10 09:41:19 [2025-06-02T07:41:19.009Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git 09:41:19 [2025-06-02T07:41:19.009Z] > /usr/bin/git --version # timeout=10 09:41:19 [2025-06-02T07:41:19.013Z] > git --version # 'git version 2.43.0' 09:41:19 [2025-06-02T07:41:19.013Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Jenkins-Pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:41:20 [2025-06-02T07:41:20.639Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10 09:41:20 [2025-06-02T07:41:20.646Z] Checking out Revision 6f3ed5076b931dc46750c0b319bf2dd1065c100e (refs/remotes/origin/master) 09:41:20 [2025-06-02T07:41:20.646Z] > /usr/bin/git config core.sparsecheckout # timeout=10 09:41:20 [2025-06-02T07:41:20.651Z] > /usr/bin/git checkout -f 6f3ed5076b931dc46750c0b319bf2dd1065c100e # timeout=10 09:41:20 [2025-06-02T07:41:20.705Z] 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:41:20 [2025-06-02T07:41:20.705Z] > /usr/bin/git rev-list --no-walk d51d4c119b9e301c1eba8d136042197d6032c75f # timeout=10 09:41:20 [2025-06-02T07:41:20.729Z] [Pipeline] } 09:41:20 [2025-06-02T07:41:20.733Z] [Pipeline] // stage 09:41:20 [2025-06-02T07:41:20.742Z] [Pipeline] withEnv 09:41:20 [2025-06-02T07:41:20.743Z] [Pipeline] { 09:41:20 [2025-06-02T07:41:20.904Z] [Pipeline] isUnix 09:41:20 [2025-06-02T07:41:20.905Z] [Pipeline] withEnv 09:41:20 [2025-06-02T07:41:20.905Z] [Pipeline] { 09:41:20 [2025-06-02T07:41:20.916Z] [Pipeline] sh 09:41:21 [2025-06-02T07:41:21.172Z] + docker inspect -f . silverpeas/silverbuild:6.4 09:41:21 [2025-06-02T07:41:21.172Z] . 09:41:21 [2025-06-02T07:41:21.173Z] [Pipeline] } 09:41:21 [2025-06-02T07:41:21.183Z] [Pipeline] // withEnv 09:41:21 [2025-06-02T07:41:21.193Z] [Pipeline] withDockerContainer 09:41:21 [2025-06-02T07:41:21.225Z] Jenkins does not seem to be running inside a container 09:41:21 [2025-06-02T07:41:21.232Z] $ 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:41:21 [2025-06-02T07:41:21.574Z] $ docker top 5d080a89743ca7e3824ef537c7e1e1c0a2c44069584b6c32bb795bdb3b93b5d8 -eo pid,comm 09:41:21 [2025-06-02T07:41:21.612Z] [Pipeline] { 09:41:21 [2025-06-02T07:41:21.623Z] [Pipeline] withEnv 09:41:21 [2025-06-02T07:41:21.624Z] [Pipeline] { 09:41:21 [2025-06-02T07:41:21.631Z] [Pipeline] stage 09:41:21 [2025-06-02T07:41:21.632Z] [Pipeline] { (Resolve dependency on Silverpeas) 09:41:21 [2025-06-02T07:41:21.647Z] [Pipeline] script 09:41:21 [2025-06-02T07:41:21.649Z] [Pipeline] { 09:41:21 [2025-06-02T07:41:21.655Z] [Pipeline] echo 09:41:21 [2025-06-02T07:41:21.656Z] Working on branch 6.4.x 09:41:21 [2025-06-02T07:41:21.658Z] [Pipeline] copyArtifacts 09:41:21 [2025-06-02T07:41:21.663Z] Copied 1 artifact from "Silverpeas_Stable_AutoDeploy" build number 396 09:41:21 [2025-06-02T07:41:21.666Z] [Pipeline] readYaml 09:41:21 [2025-06-02T07:41:21.674Z] 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:41:21 [2025-06-02T07:41:21.674Z] 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:41:21 [2025-06-02T07:41:21.675Z] [Pipeline] sh 09:41:21 [2025-06-02T07:41:21.931Z] + rm -f build.yaml 09:41:21 [2025-06-02T07:41:21.932Z] [Pipeline] } 09:41:21 [2025-06-02T07:41:21.940Z] [Pipeline] // script 09:41:21 [2025-06-02T07:41:21.949Z] [Pipeline] echo 09:41:21 [2025-06-02T07:41:21.949Z] Parent version is 1.6.2 09:41:21 [2025-06-02T07:41:21.950Z] [Pipeline] echo 09:41:21 [2025-06-02T07:41:21.951Z] Silverpeas version is 6.4.4-build250529 09:41:21 [2025-06-02T07:41:21.954Z] [Pipeline] } 09:41:21 [2025-06-02T07:41:21.962Z] [Pipeline] // stage 09:41:21 [2025-06-02T07:41:21.972Z] [Pipeline] stage 09:41:21 [2025-06-02T07:41:21.972Z] [Pipeline] { (Prepare the project) 09:41:21 [2025-06-02T07:41:21.996Z] [Pipeline] git 09:41:21 [2025-06-02T07:41:21.998Z] The recommended git tool is: /usr/bin/git 09:41:21 [2025-06-02T07:41:21.999Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59 09:41:22 [2025-06-02T07:41:22.012Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@4554ad; decorates hudson.Launcher$LocalLauncher@6c4ab50b will be ignored (a typical symptom is the Git executable not being run inside a designated container) 09:41:22 [2025-06-02T07:41:22.013Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Mobile_Stable_AutoDeploy/.git # timeout=10 09:41:22 [2025-06-02T07:41:22.042Z] Fetching changes from the remote Git repository 09:41:22 [2025-06-02T07:41:22.045Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/silverpeasmobile # timeout=10 09:41:22 [2025-06-02T07:41:22.052Z] Fetching upstream changes from https://github.com/Silverpeas/silverpeasmobile 09:41:22 [2025-06-02T07:41:22.052Z] > /usr/bin/git --version # timeout=10 09:41:22 [2025-06-02T07:41:22.057Z] > git --version # 'git version 2.43.0' 09:41:22 [2025-06-02T07:41:22.057Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins 09:41:22 [2025-06-02T07:41:22.062Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/silverpeasmobile +refs/heads/*:refs/remotes/origin/* # timeout=10 09:41:22 [2025-06-02T07:41:22.446Z] > /usr/bin/git rev-parse refs/remotes/origin/6.4.x^{commit} # timeout=10 09:41:22 [2025-06-02T07:41:22.453Z] Checking out Revision 6c8afbfbbe085bf90a08b0a518dfeadd58b5f858 (refs/remotes/origin/6.4.x) 09:41:22 [2025-06-02T07:41:22.453Z] > /usr/bin/git config core.sparsecheckout # timeout=10 09:41:22 [2025-06-02T07:41:22.459Z] > /usr/bin/git checkout -f 6c8afbfbbe085bf90a08b0a518dfeadd58b5f858 # timeout=10 09:41:22 [2025-06-02T07:41:22.582Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10 09:41:22 [2025-06-02T07:41:22.591Z] > /usr/bin/git branch -D 6.4.x # timeout=10 09:41:22 [2025-06-02T07:41:22.598Z] > /usr/bin/git checkout -b 6.4.x 6c8afbfbbe085bf90a08b0a518dfeadd58b5f858 # timeout=10 09:41:22 [2025-06-02T07:41:22.672Z] Commit message: "Update dependency on Silverpeas to version 6.4.4-build250522" 09:41:22 [2025-06-02T07:41:22.672Z] > /usr/bin/git rev-list --no-walk 6c8afbfbbe085bf90a08b0a518dfeadd58b5f858 # timeout=10 09:41:22 [2025-06-02T07:41:22.695Z] [Pipeline] script 09:41:22 [2025-06-02T07:41:22.697Z] [Pipeline] { 09:41:22 [2025-06-02T07:41:22.711Z] [Pipeline] copyArtifacts 09:41:22 [2025-06-02T07:41:22.717Z] Copied 1 artifact from "Silverpeas_Mobile_Stable_AutoDeploy" build number 295 09:41:22 [2025-06-02T07:41:22.723Z] [Pipeline] readYaml 09:41:22 [2025-06-02T07:41:22.736Z] 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:41:22 [2025-06-02T07:41:22.737Z] [Pipeline] sh 09:41:22 [2025-06-02T07:41:22.994Z] + git rev-parse HEAD 09:41:22 [2025-06-02T07:41:22.996Z] [Pipeline] echo 09:41:22 [2025-06-02T07:41:22.997Z] Current commit is 6c8afbfbbe085bf90a08b0a518dfeadd58b5f858 and last build commit is 6c8afbfbbe085bf90a08b0a518dfeadd58b5f858 09:41:22 [2025-06-02T07:41:22.997Z] 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:41:22 [2025-06-02T07:41:22.997Z] [Pipeline] } 09:41:23 [2025-06-02T07:41:23.007Z] [Pipeline] // script 09:41:23 [2025-06-02T07:41:23.016Z] [Pipeline] script 09:41:23 [2025-06-02T07:41:23.020Z] [Pipeline] { 09:41:23 [2025-06-02T07:41:23.030Z] [Pipeline] readMavenPom 09:41:23 [2025-06-02T07:41:23.039Z] 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:41:23 [2025-06-02T07:41:23.051Z] 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:41:23 [2025-06-02T07:41:23.054Z] 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:41:23 [2025-06-02T07:41:23.054Z] 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:41:23 [2025-06-02T07:41:23.055Z] [Pipeline] echo 09:41:23 [2025-06-02T07:41:23.055Z] Build version will be 6.4.4-build250602 09:41:23 [2025-06-02T07:41:23.056Z] [Pipeline] } 09:41:23 [2025-06-02T07:41:23.065Z] [Pipeline] // script 09:41:23 [2025-06-02T07:41:23.074Z] [Pipeline] } 09:41:23 [2025-06-02T07:41:23.083Z] [Pipeline] // stage 09:41:23 [2025-06-02T07:41:23.094Z] [Pipeline] stage 09:41:23 [2025-06-02T07:41:23.095Z] [Pipeline] { (Build the project) 09:41:23 [2025-06-02T07:41:23.151Z] [Pipeline] stage 09:41:23 [2025-06-02T07:41:23.152Z] [Pipeline] { (Check POM parent version) 09:41:23 [2025-06-02T07:41:23.177Z] Stage "Check POM parent version" skipped due to when conditional 09:41:23 [2025-06-02T07:41:23.178Z] [Pipeline] getContext 09:41:23 [2025-06-02T07:41:23.193Z] [Pipeline] } 09:41:23 [2025-06-02T07:41:23.202Z] [Pipeline] // stage 09:41:23 [2025-06-02T07:41:23.213Z] [Pipeline] stage 09:41:23 [2025-06-02T07:41:23.213Z] [Pipeline] { (Update POM parent) 09:41:23 [2025-06-02T07:41:23.234Z] Stage "Update POM parent" skipped due to when conditional 09:41:23 [2025-06-02T07:41:23.235Z] [Pipeline] getContext 09:41:23 [2025-06-02T07:41:23.236Z] [Pipeline] } 09:41:23 [2025-06-02T07:41:23.245Z] [Pipeline] // stage 09:41:23 [2025-06-02T07:41:23.256Z] [Pipeline] stage 09:41:23 [2025-06-02T07:41:23.257Z] [Pipeline] { (Update dependency on Silverpeas) 09:41:23 [2025-06-02T07:41:23.288Z] [Pipeline] withCredentials 09:41:23 [2025-06-02T07:41:23.313Z] Masking supported pattern matches of $GIT_AUTH or $GIT_AUTH_USR or $GIT_AUTH_PSW 09:41:23 [2025-06-02T07:41:23.314Z] [Pipeline] { 09:41:23 [2025-06-02T07:41:23.331Z] [Pipeline] withCredentials 09:41:23 [2025-06-02T07:41:23.339Z] Masking supported pattern matches of $GIT_AUTH_USR or $GIT_AUTH_PSW 09:41:23 [2025-06-02T07:41:23.341Z] [Pipeline] { 09:41:23 [2025-06-02T07:41:23.351Z] [Pipeline] sh 09:41:23 [2025-06-02T07:41:23.608Z] + git config --local credential.helper !f() { echo username=${GIT_AUTH_USR}; echo password=$GIT_AUTH_PSW; }; f 09:41:23 [2025-06-02T07:41:23.611Z] [Pipeline] sh 09:41:23 [2025-06-02T07:41:23.869Z] + sed -i -e s/<silverpeas.version>[0-9a-zA-Z.-]\+/<silverpeas.version>6.4.4-build250529/g pom.xml 09:41:23 [2025-06-02T07:41:23.869Z] + git commit -am Update dependency on Silverpeas to version 6.4.4-build250529 09:41:23 [2025-06-02T07:41:23.869Z] [6.4.x eba5e207] Update dependency on Silverpeas to version 6.4.4-build250529 09:41:23 [2025-06-02T07:41:23.870Z] 1 file changed, 1 insertion(+), 1 deletion(-) 09:41:23 [2025-06-02T07:41:23.870Z] + git push origin HEAD:6.4.x 09:41:24 [2025-06-02T07:41:24.420Z] remote: You must verify your email address. 09:41:24 [2025-06-02T07:41:24.421Z] remote: See https://github.com/settings/emails. 09:41:24 [2025-06-02T07:41:24.421Z] fatal: impossible d'accéder à 'https://github.com/Silverpeas/silverpeasmobile/' : The requested URL returned error: 403 09:41:24 [2025-06-02T07:41:24.422Z] [Pipeline] } 09:41:24 [2025-06-02T07:41:24.435Z] [Pipeline] // withCredentials 09:41:24 [2025-06-02T07:41:24.456Z] [Pipeline] } 09:41:24 [2025-06-02T07:41:24.466Z] [Pipeline] // withCredentials 09:41:24 [2025-06-02T07:41:24.476Z] [Pipeline] } 09:41:24 [2025-06-02T07:41:24.485Z] [Pipeline] // stage 09:41:24 [2025-06-02T07:41:24.496Z] [Pipeline] stage 09:41:24 [2025-06-02T07:41:24.497Z] [Pipeline] { (Build and Publish) 09:41:24 [2025-06-02T07:41:24.508Z] Stage "Build and Publish" skipped due to earlier failure(s) 09:41:24 [2025-06-02T07:41:24.508Z] [Pipeline] getContext 09:41:24 [2025-06-02T07:41:24.510Z] [Pipeline] } 09:41:24 [2025-06-02T07:41:24.519Z] [Pipeline] // stage 09:41:24 [2025-06-02T07:41:24.530Z] [Pipeline] } 09:41:24 [2025-06-02T07:41:24.539Z] [Pipeline] // stage 09:41:24 [2025-06-02T07:41:24.550Z] [Pipeline] stage 09:41:24 [2025-06-02T07:41:24.551Z] [Pipeline] { (Create YAML build report) 09:41:24 [2025-06-02T07:41:24.561Z] Stage "Create YAML build report" skipped due to earlier failure(s) 09:41:24 [2025-06-02T07:41:24.561Z] [Pipeline] getContext 09:41:24 [2025-06-02T07:41:24.563Z] [Pipeline] } 09:41:24 [2025-06-02T07:41:24.572Z] [Pipeline] // stage 09:41:24 [2025-06-02T07:41:24.588Z] [Pipeline] stage 09:41:24 [2025-06-02T07:41:24.589Z] [Pipeline] { (Declarative: Post Actions) 09:41:24 [2025-06-02T07:41:24.599Z] [Pipeline] step 09:41:24 [2025-06-02T07:41:24.606Z] Sending e-mails to: miguel.moquillon@silverpeas.org silveryocha@chastagnier.com sebastien.vuillet@silverpeas.org 09:41:24 [2025-06-02T07:41:24.709Z] [Pipeline] } 09:41:24 [2025-06-02T07:41:24.717Z] [Pipeline] // stage 09:41:24 [2025-06-02T07:41:24.723Z] [Pipeline] } 09:41:24 [2025-06-02T07:41:24.730Z] [Pipeline] // withEnv 09:41:24 [2025-06-02T07:41:24.739Z] [Pipeline] } 09:41:24 [2025-06-02T07:41:24.740Z] $ docker stop --time=1 5d080a89743ca7e3824ef537c7e1e1c0a2c44069584b6c32bb795bdb3b93b5d8 09:41:25 [2025-06-02T07:41:25.984Z] $ docker rm -f --volumes 5d080a89743ca7e3824ef537c7e1e1c0a2c44069584b6c32bb795bdb3b93b5d8 09:41:26 [2025-06-02T07:41:26.019Z] [Pipeline] // withDockerContainer 09:41:26 [2025-06-02T07:41:26.024Z] [Pipeline] } 09:41:26 [2025-06-02T07:41:26.028Z] [Pipeline] // withEnv 09:41:26 [2025-06-02T07:41:26.035Z] [Pipeline] } 09:41:26 [2025-06-02T07:41:26.045Z] [Pipeline] // node 09:41:26 [2025-06-02T07:41:26.055Z] [Pipeline] End of Pipeline 09:41:26 [2025-06-02T07:41:26.084Z] ERROR: script returned exit code 128 09:41:26 [2025-06-02T07:41:26.120Z] Finished: FAILURE