19:24:19[2025-12-31T18:24:19.266Z] Démarré par le projet amont "Silverpeas_Master_AutoDeploy" de numéro de build 103719:24:19[2025-12-31T18:24:19.266Z] Causé à l'origine par :
19:24:19[2025-12-31T18:24:19.266Z] Lancé par une alarme périodique
19:24:19[2025-12-31T18:24:19.266Z] Running as userbuild19:24:19[2025-12-31T18:24:19.647Z] Obtained src/builds/mobile/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git19:24:19[2025-12-31T18:24:19.759Z] [Pipeline] Start of Pipeline
19:24:19[2025-12-31T18:24:19.977Z] [Pipeline] node
19:24:19[2025-12-31T18:24:19.979Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_Mobile_Master_AutoDeploy
19:24:19[2025-12-31T18:24:19.982Z] [Pipeline] {
19:24:19[2025-12-31T18:24:19.997Z] [Pipeline] stage
19:24:19[2025-12-31T18:24:19.998Z] [Pipeline] { (Declarative: Checkout SCM)
19:24:20[2025-12-31T18:24:20.006Z] [Pipeline] checkout
19:24:20[2025-12-31T18:24:20.008Z] Selected Git installation does not exist. Using Default
19:24:20[2025-12-31T18:24:20.008Z] The recommended git tool is: NONE
19:24:20[2025-12-31T18:24:20.008Z] No credentials specified
19:24:20[2025-12-31T18:24:20.009Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Mobile_Master_AutoDeploy/.git # timeout=10
19:24:20[2025-12-31T18:24:20.021Z] Fetching changes from the remote Git repository
19:24:20[2025-12-31T18:24:20.023Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
19:24:20[2025-12-31T18:24:20.029Z] Cleaning workspace
19:24:20[2025-12-31T18:24:20.029Z] > /usr/bin/git rev-parse --verify HEAD # timeout=10
19:24:20[2025-12-31T18:24:20.034Z] Resetting working tree
19:24:20[2025-12-31T18:24:20.035Z] > /usr/bin/git reset --hard # timeout=10
19:24:20[2025-12-31T18:24:20.141Z] > /usr/bin/git clean -fdx # timeout=10
19:24:20[2025-12-31T18:24:20.153Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git19:24:20[2025-12-31T18:24:20.153Z] > /usr/bin/git --version # timeout=10
19:24:20[2025-12-31T18:24:20.157Z] > git --version # 'git version 2.43.0'
19:24:20[2025-12-31T18:24:20.158Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Jenkins-Pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
19:24:20[2025-12-31T18:24:20.509Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:20[2025-12-31T18:24:20.517Z] Checking out Revision 1a3c726bd15b58b1d8b82d9cc1fc5c31a5533a45 (refs/remotes/origin/master)
19:24:20[2025-12-31T18:24:20.517Z] > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:20[2025-12-31T18:24:20.523Z] > /usr/bin/git checkout -f 1a3c726bd15b58b1d8b82d9cc1fc5c31a5533a45 # timeout=10
19:24:20[2025-12-31T18:24:20.597Z] Commit message: "Fix SonarQube Maven execution in pipelines."
19:24:20[2025-12-31T18:24:20.597Z] > /usr/bin/git rev-list --no-walk 1a3c726bd15b58b1d8b82d9cc1fc5c31a5533a45 # timeout=10
19:24:20[2025-12-31T18:24:20.617Z] [Pipeline] }
19:24:20[2025-12-31T18:24:20.620Z] [Pipeline] // stage
19:24:20[2025-12-31T18:24:20.626Z] [Pipeline] withEnv
19:24:20[2025-12-31T18:24:20.627Z] [Pipeline] {
19:24:20[2025-12-31T18:24:20.692Z] [Pipeline] isUnix
19:24:20[2025-12-31T18:24:20.693Z] [Pipeline] withEnv
19:24:20[2025-12-31T18:24:20.693Z] [Pipeline] {
19:24:20[2025-12-31T18:24:20.698Z] [Pipeline] sh
19:24:20[2025-12-31T18:24:20.954Z] + docker inspect -f . silverpeas/silverbuild:latest
19:24:20[2025-12-31T18:24:20.954Z] .
19:24:20[2025-12-31T18:24:20.956Z] [Pipeline] }
19:24:20[2025-12-31T18:24:20.961Z] [Pipeline] // withEnv
19:24:20[2025-12-31T18:24:20.970Z] [Pipeline] withDockerContainer
19:24:20[2025-12-31T18:24:20.999Z] Jenkins does not seem to be running inside a container
19:24:21[2025-12-31T18:24:21.007Z] $ 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
19:24:21[2025-12-31T18:24:21.317Z] $ docker top 7226dac8cd7c34426926c2119e1bd7504fcdb4e0bc55ffd812986677626752f6 -eo pid,comm
19:24:21[2025-12-31T18:24:21.351Z] [Pipeline] {
19:24:21[2025-12-31T18:24:21.361Z] [Pipeline] withEnv
19:24:21[2025-12-31T18:24:21.362Z] [Pipeline] {
19:24:21[2025-12-31T18:24:21.368Z] [Pipeline] stage
19:24:21[2025-12-31T18:24:21.369Z] [Pipeline] { (Resolve dependency on Silverpeas)
19:24:21[2025-12-31T18:24:21.387Z] [Pipeline] script
19:24:21[2025-12-31T18:24:21.391Z] [Pipeline] {
19:24:21[2025-12-31T18:24:21.398Z] [Pipeline] echo
19:24:21[2025-12-31T18:24:21.399Z] Working on branch master
19:24:21[2025-12-31T18:24:21.403Z] [Pipeline] copyArtifacts
19:24:21[2025-12-31T18:24:21.409Z] Copied 1 artifact from "Silverpeas_Master_AutoDeploy" build number 103719:24:21[2025-12-31T18:24:21.415Z] [Pipeline] readYaml
19:24:21[2025-12-31T18:24:21.423Z] 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:21[2025-12-31T18:24:21.424Z] 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.
19:24:21[2025-12-31T18:24:21.425Z] [Pipeline] sh
19:24:21[2025-12-31T18:24:21.684Z] + rm -f build.yaml
19:24:21[2025-12-31T18:24:21.685Z] [Pipeline] }
19:24:21[2025-12-31T18:24:21.696Z] [Pipeline] // script
19:24:21[2025-12-31T18:24:21.706Z] [Pipeline] echo
19:24:21[2025-12-31T18:24:21.706Z] Parent version is 1.7-build251205
19:24:21[2025-12-31T18:24:21.708Z] [Pipeline] echo
19:24:21[2025-12-31T18:24:21.708Z] Silverpeas version is 6.5-build251221
19:24:21[2025-12-31T18:24:21.709Z] [Pipeline] }
19:24:21[2025-12-31T18:24:21.718Z] [Pipeline] // stage
19:24:21[2025-12-31T18:24:21.728Z] [Pipeline] stage
19:24:21[2025-12-31T18:24:21.729Z] [Pipeline] { (Prepare the project)
19:24:21[2025-12-31T18:24:21.759Z] [Pipeline] git
19:24:21[2025-12-31T18:24:21.762Z] The recommended git tool is: /usr/bin/git
19:24:21[2025-12-31T18:24:21.763Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
19:24:21[2025-12-31T18:24:21.775Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@131d8eca; decorates hudson.Launcher$LocalLauncher@5c745d23 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
19:24:21[2025-12-31T18:24:21.776Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Mobile_Master_AutoDeploy/.git # timeout=10
19:24:21[2025-12-31T18:24:21.782Z] Fetching changes from the remote Git repository
19:24:21[2025-12-31T18:24:21.784Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/silverpeasmobile # timeout=10
19:24:21[2025-12-31T18:24:21.791Z] Fetching upstream changes from https://github.com/Silverpeas/silverpeasmobile19:24:21[2025-12-31T18:24:21.791Z] > /usr/bin/git --version # timeout=10
19:24:21[2025-12-31T18:24:21.795Z] > git --version # 'git version 2.43.0'
19:24:21[2025-12-31T18:24:21.796Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
19:24:21[2025-12-31T18:24:21.802Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/silverpeasmobile +refs/heads/*:refs/remotes/origin/* # timeout=10
19:24:22[2025-12-31T18:24:22.185Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:22[2025-12-31T18:24:22.193Z] Checking out Revision 8a1d7b29c7d23401262632de60801ea757860ad8 (refs/remotes/origin/master)
19:24:22[2025-12-31T18:24:22.194Z] > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:22[2025-12-31T18:24:22.199Z] > /usr/bin/git checkout -f 8a1d7b29c7d23401262632de60801ea757860ad8 # timeout=10
19:24:22[2025-12-31T18:24:22.329Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
19:24:22[2025-12-31T18:24:22.339Z] > /usr/bin/git branch -D master # timeout=10
19:24:22[2025-12-31T18:24:22.346Z] > /usr/bin/git checkout -b master 8a1d7b29c7d23401262632de60801ea757860ad8 # timeout=10
19:24:22[2025-12-31T18:24:22.496Z] Commit message: "Update dependency on Silverpeas to version 6.5-build251221"
19:24:22[2025-12-31T18:24:22.497Z] > /usr/bin/git rev-list --no-walk 8a1d7b29c7d23401262632de60801ea757860ad8 # timeout=10
19:24:22[2025-12-31T18:24:22.518Z] [Pipeline] script
19:24:22[2025-12-31T18:24:22.521Z] [Pipeline] {
19:24:22[2025-12-31T18:24:22.530Z] [Pipeline] copyArtifacts
19:24:22[2025-12-31T18:24:22.534Z] Copied 1 artifact from "Silverpeas_Mobile_Master_AutoDeploy" build number 61719:24:22[2025-12-31T18:24:22.538Z] [Pipeline] readYaml
19:24:22[2025-12-31T18:24:22.543Z] 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:22[2025-12-31T18:24:22.544Z] [Pipeline] sh
19:24:22[2025-12-31T18:24:22.801Z] + git rev-parse HEAD
19:24:22[2025-12-31T18:24:22.803Z] [Pipeline] echo
19:24:22[2025-12-31T18:24:22.804Z] Current commit is 8a1d7b29c7d23401262632de60801ea757860ad8 and last build commit is 8a1d7b29c7d23401262632de60801ea757860ad8
19:24:22[2025-12-31T18:24:22.805Z] 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.
19:24:22[2025-12-31T18:24:22.805Z] [Pipeline] }
19:24:22[2025-12-31T18:24:22.811Z] [Pipeline] // script
19:24:22[2025-12-31T18:24:22.817Z] [Pipeline] script
19:24:22[2025-12-31T18:24:22.823Z] [Pipeline] {
19:24:22[2025-12-31T18:24:22.833Z] [Pipeline] readMavenPom
19:24:22[2025-12-31T18:24:22.842Z] 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.
19:24:22[2025-12-31T18:24:22.842Z] 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:22[2025-12-31T18:24:22.843Z] 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.
19:24:22[2025-12-31T18:24:22.844Z] 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:22[2025-12-31T18:24:22.845Z] [Pipeline] echo
19:24:22[2025-12-31T18:24:22.845Z] No changes and no update in Silverpeas since the last build
19:24:22[2025-12-31T18:24:22.846Z] [Pipeline] }
19:24:22[2025-12-31T18:24:22.854Z] [Pipeline] // script
19:24:22[2025-12-31T18:24:22.863Z] [Pipeline] }
19:24:22[2025-12-31T18:24:22.871Z] [Pipeline] // stage
19:24:22[2025-12-31T18:24:22.882Z] [Pipeline] stage
19:24:22[2025-12-31T18:24:22.883Z] [Pipeline] { (Build the project)
19:24:22[2025-12-31T18:24:22.925Z] Stage "Build the project" skipped due to when conditional
19:24:22[2025-12-31T18:24:22.926Z] [Pipeline] getContext
19:24:22[2025-12-31T18:24:22.939Z] [Pipeline] stage
19:24:22[2025-12-31T18:24:22.939Z] [Pipeline] { (Check POM parent version)
19:24:22[2025-12-31T18:24:22.948Z] Stage "Build the project" skipped due to when conditional
19:24:22[2025-12-31T18:24:22.949Z] [Pipeline] getContext
19:24:22[2025-12-31T18:24:22.951Z] [Pipeline] }
19:24:22[2025-12-31T18:24:22.959Z] [Pipeline] // stage
19:24:22[2025-12-31T18:24:22.969Z] [Pipeline] stage
19:24:22[2025-12-31T18:24:22.969Z] [Pipeline] { (Update POM parent)
19:24:22[2025-12-31T18:24:22.977Z] Stage "Build the project" skipped due to when conditional
19:24:22[2025-12-31T18:24:22.978Z] [Pipeline] getContext
19:24:22[2025-12-31T18:24:22.980Z] [Pipeline] }
19:24:22[2025-12-31T18:24:22.987Z] [Pipeline] // stage
19:24:22[2025-12-31T18:24:22.997Z] [Pipeline] stage
19:24:22[2025-12-31T18:24:22.998Z] [Pipeline] { (Update dependency on Silverpeas)
19:24:23[2025-12-31T18:24:23.006Z] Stage "Build the project" skipped due to when conditional
19:24:23[2025-12-31T18:24:23.007Z] [Pipeline] getContext
19:24:23[2025-12-31T18:24:23.008Z] [Pipeline] }
19:24:23[2025-12-31T18:24:23.016Z] [Pipeline] // stage
19:24:23[2025-12-31T18:24:23.026Z] [Pipeline] stage
19:24:23[2025-12-31T18:24:23.027Z] [Pipeline] { (Build and Publish)
19:24:23[2025-12-31T18:24:23.034Z] Stage "Build the project" skipped due to when conditional
19:24:23[2025-12-31T18:24:23.036Z] [Pipeline] getContext
19:24:23[2025-12-31T18:24:23.038Z] [Pipeline] }
19:24:23[2025-12-31T18:24:23.044Z] [Pipeline] // stage
19:24:23[2025-12-31T18:24:23.051Z] [Pipeline] }
19:24:23[2025-12-31T18:24:23.058Z] [Pipeline] // stage
19:24:23[2025-12-31T18:24:23.068Z] [Pipeline] stage
19:24:23[2025-12-31T18:24:23.068Z] [Pipeline] { (Create YAML build report)
19:24:23[2025-12-31T18:24:23.088Z] [Pipeline] script
19:24:23[2025-12-31T18:24:23.094Z] [Pipeline] {
19:24:23[2025-12-31T18:24:23.104Z] [Pipeline] sh
19:24:23[2025-12-31T18:24:23.362Z] + mkdir -p target
19:24:23[2025-12-31T18:24:23.365Z] [Pipeline] sh
19:24:23[2025-12-31T18:24:23.623Z] + mv build.yaml target/
19:24:23[2025-12-31T18:24:23.624Z] [Pipeline] }
19:24:23[2025-12-31T18:24:23.632Z] [Pipeline] // script
19:24:23[2025-12-31T18:24:23.641Z] [Pipeline] }
19:24:23[2025-12-31T18:24:23.649Z] [Pipeline] // stage
19:24:23[2025-12-31T18:24:23.660Z] [Pipeline] stage
19:24:23[2025-12-31T18:24:23.660Z] [Pipeline] { (Declarative: Post Actions)
19:24:23[2025-12-31T18:24:23.676Z] [Pipeline] step
19:24:23[2025-12-31T18:24:23.696Z] [Pipeline] script
19:24:23[2025-12-31T18:24:23.703Z] [Pipeline] {
19:24:23[2025-12-31T18:24:23.721Z] [Pipeline] }
19:24:23[2025-12-31T18:24:23.729Z] [Pipeline] // script
19:24:23[2025-12-31T18:24:23.743Z] [Pipeline] archiveArtifacts
19:24:23[2025-12-31T18:24:23.746Z] Archiving artifacts
19:24:23[2025-12-31T18:24:23.755Z] Enregistrement des empreintes numériques
19:24:23[2025-12-31T18:24:23.779Z] [Pipeline] }
19:24:23[2025-12-31T18:24:23.788Z] [Pipeline] // stage
19:24:23[2025-12-31T18:24:23.797Z] [Pipeline] }
19:24:23[2025-12-31T18:24:23.806Z] [Pipeline] // withEnv
19:24:23[2025-12-31T18:24:23.814Z] [Pipeline] }
19:24:23[2025-12-31T18:24:23.815Z] $ docker stop --time=1 7226dac8cd7c34426926c2119e1bd7504fcdb4e0bc55ffd812986677626752f6
19:24:25[2025-12-31T18:24:25.099Z] $ docker rm -f --volumes 7226dac8cd7c34426926c2119e1bd7504fcdb4e0bc55ffd812986677626752f6
19:24:25[2025-12-31T18:24:25.137Z] [Pipeline] // withDockerContainer
19:24:25[2025-12-31T18:24:25.140Z] [Pipeline] }
19:24:25[2025-12-31T18:24:25.143Z] [Pipeline] // withEnv
19:24:25[2025-12-31T18:24:25.146Z] [Pipeline] }
19:24:25[2025-12-31T18:24:25.164Z] [Pipeline] // node
19:24:25[2025-12-31T18:24:25.167Z] [Pipeline] End of Pipeline
19:24:25[2025-12-31T18:24:25.201Z] Finished: SUCCESS