Skip to content
06:46:20 [2025-11-03T05:46:20.840Z] Démarré par le projet amont "Silverpeas_Stable_AutoDeploy" de numéro de build 452
06:46:20 [2025-11-03T05:46:20.840Z] Causé à l'origine par :
06:46:20 [2025-11-03T05:46:20.840Z]  Lancé par une alarme périodique
06:46:20 [2025-11-03T05:46:20.840Z] Running as userbuild
06:46:21 [2025-11-03T05:46:21.235Z] Obtained src/builds/mobile/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git
06:46:21 [2025-11-03T05:46:21.346Z] [Pipeline] Start of Pipeline
06:46:21 [2025-11-03T05:46:21.550Z] [Pipeline] node
06:46:21 [2025-11-03T05:46:21.553Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_Mobile_Stable_AutoDeploy
06:46:21 [2025-11-03T05:46:21.555Z] [Pipeline] {
06:46:21 [2025-11-03T05:46:21.567Z] [Pipeline] stage
06:46:21 [2025-11-03T05:46:21.568Z] [Pipeline] { (Declarative: Checkout SCM)
06:46:21 [2025-11-03T05:46:21.575Z] [Pipeline] checkout
06:46:21 [2025-11-03T05:46:21.577Z] Selected Git installation does not exist. Using Default
06:46:21 [2025-11-03T05:46:21.577Z] The recommended git tool is: NONE
06:46:21 [2025-11-03T05:46:21.577Z] No credentials specified
06:46:21 [2025-11-03T05:46:21.577Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Mobile_Stable_AutoDeploy/.git # timeout=10
06:46:21 [2025-11-03T05:46:21.584Z] Fetching changes from the remote Git repository
06:46:21 [2025-11-03T05:46:21.586Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
06:46:21 [2025-11-03T05:46:21.591Z] Cleaning workspace
06:46:21 [2025-11-03T05:46:21.592Z]  > /usr/bin/git rev-parse --verify HEAD # timeout=10
06:46:21 [2025-11-03T05:46:21.597Z] Resetting working tree
06:46:21 [2025-11-03T05:46:21.597Z]  > /usr/bin/git reset --hard # timeout=10
06:46:21 [2025-11-03T05:46:21.781Z]  > /usr/bin/git clean -fdx # timeout=10
06:46:21 [2025-11-03T05:46:21.794Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git
06:46:21 [2025-11-03T05:46:21.794Z]  > /usr/bin/git --version # timeout=10
06:46:21 [2025-11-03T05:46:21.799Z]  > git --version # 'git version 2.43.0'
06:46:21 [2025-11-03T05:46:21.799Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Jenkins-Pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
06:46:23 [2025-11-03T05:46:23.456Z]  > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
06:46:23 [2025-11-03T05:46:23.463Z] Checking out Revision c0c9295a0e0ce0d5ab0981da18bf062891a165bd (refs/remotes/origin/master)
06:46:23 [2025-11-03T05:46:23.463Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
06:46:23 [2025-11-03T05:46:23.468Z]  > /usr/bin/git checkout -f c0c9295a0e0ce0d5ab0981da18bf062891a165bd # timeout=10
06:46:23 [2025-11-03T05:46:23.525Z] Commit message: "When the job for building Silverpeas fails, send an email with the log files generated by wildfly with all the classes loaded in the JVM during the integration tests"
06:46:23 [2025-11-03T05:46:23.525Z]  > /usr/bin/git rev-list --no-walk 1e65aff8523fd6d2bf304c97d4df2e12036153c0 # timeout=10
06:46:23 [2025-11-03T05:46:23.547Z] [Pipeline] }
06:46:23 [2025-11-03T05:46:23.553Z] [Pipeline] // stage
06:46:23 [2025-11-03T05:46:23.564Z] [Pipeline] withEnv
06:46:23 [2025-11-03T05:46:23.565Z] [Pipeline] {
06:46:23 [2025-11-03T05:46:23.689Z] [Pipeline] isUnix
06:46:23 [2025-11-03T05:46:23.690Z] [Pipeline] withEnv
06:46:23 [2025-11-03T05:46:23.691Z] [Pipeline] {
06:46:23 [2025-11-03T05:46:23.701Z] [Pipeline] sh
06:46:23 [2025-11-03T05:46:23.959Z] + docker inspect -f . silverpeas/silverbuild:6.4
06:46:23 [2025-11-03T05:46:23.959Z] .
06:46:23 [2025-11-03T05:46:23.961Z] [Pipeline] }
06:46:23 [2025-11-03T05:46:23.969Z] [Pipeline] // withEnv
06:46:23 [2025-11-03T05:46:23.979Z] [Pipeline] withDockerContainer
06:46:24 [2025-11-03T05:46:24.009Z] Jenkins does not seem to be running inside a container
06:46:24 [2025-11-03T05:46:24.016Z] $ 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
06:46:24 [2025-11-03T05:46:24.345Z] $ docker top 9152bf53b6cbe191811b1d410677f9b7ea57e2bd92e0c168daffe48c04b1998d -eo pid,comm
06:46:24 [2025-11-03T05:46:24.383Z] [Pipeline] {
06:46:24 [2025-11-03T05:46:24.403Z] [Pipeline] withEnv
06:46:24 [2025-11-03T05:46:24.404Z] [Pipeline] {
06:46:24 [2025-11-03T05:46:24.418Z] [Pipeline] stage
06:46:24 [2025-11-03T05:46:24.419Z] [Pipeline] { (Resolve dependency on Silverpeas)
06:46:24 [2025-11-03T05:46:24.451Z] [Pipeline] script
06:46:24 [2025-11-03T05:46:24.455Z] [Pipeline] {
06:46:24 [2025-11-03T05:46:24.465Z] [Pipeline] echo
06:46:24 [2025-11-03T05:46:24.466Z] Working on branch 6.4.x
06:46:24 [2025-11-03T05:46:24.471Z] [Pipeline] copyArtifacts
06:46:24 [2025-11-03T05:46:24.477Z] Copied 1 artifact from "Silverpeas_Stable_AutoDeploy" build number 452
06:46:24 [2025-11-03T05:46:24.486Z] [Pipeline] readYaml
06:46:24 [2025-11-03T05:46:24.496Z] 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.
06:46:24 [2025-11-03T05:46:24.496Z] 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.
06:46:24 [2025-11-03T05:46:24.497Z] [Pipeline] sh
06:46:24 [2025-11-03T05:46:24.756Z] + rm -f build.yaml
06:46:24 [2025-11-03T05:46:24.757Z] [Pipeline] }
06:46:24 [2025-11-03T05:46:24.765Z] [Pipeline] // script
06:46:24 [2025-11-03T05:46:24.774Z] [Pipeline] echo
06:46:24 [2025-11-03T05:46:24.775Z] Parent version is 1.6.2
06:46:24 [2025-11-03T05:46:24.777Z] [Pipeline] echo
06:46:24 [2025-11-03T05:46:24.777Z] Silverpeas version is 6.4.5-build251023
06:46:24 [2025-11-03T05:46:24.778Z] [Pipeline] }
06:46:24 [2025-11-03T05:46:24.786Z] [Pipeline] // stage
06:46:24 [2025-11-03T05:46:24.796Z] [Pipeline] stage
06:46:24 [2025-11-03T05:46:24.797Z] [Pipeline] { (Prepare the project)
06:46:24 [2025-11-03T05:46:24.822Z] [Pipeline] git
06:46:24 [2025-11-03T05:46:24.824Z] The recommended git tool is: /usr/bin/git
06:46:24 [2025-11-03T05:46:24.825Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
06:46:24 [2025-11-03T05:46:24.833Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@7ecbcaed; decorates hudson.Launcher$LocalLauncher@5300b1db will be ignored (a typical symptom is the Git executable not being run inside a designated container)
06:46:24 [2025-11-03T05:46:24.834Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Mobile_Stable_AutoDeploy/.git # timeout=10
06:46:24 [2025-11-03T05:46:24.839Z] Fetching changes from the remote Git repository
06:46:24 [2025-11-03T05:46:24.842Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/silverpeasmobile # timeout=10
06:46:24 [2025-11-03T05:46:24.850Z] Fetching upstream changes from https://github.com/Silverpeas/silverpeasmobile
06:46:24 [2025-11-03T05:46:24.850Z]  > /usr/bin/git --version # timeout=10
06:46:24 [2025-11-03T05:46:24.854Z]  > git --version # 'git version 2.43.0'
06:46:24 [2025-11-03T05:46:24.854Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
06:46:24 [2025-11-03T05:46:24.861Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/silverpeasmobile +refs/heads/*:refs/remotes/origin/* # timeout=10
06:46:25 [2025-11-03T05:46:25.260Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.4.x^{commit} # timeout=10
06:46:25 [2025-11-03T05:46:25.267Z] Checking out Revision 67fa6df7c04d4f0607f6939e8cdb057e8dcbd401 (refs/remotes/origin/6.4.x)
06:46:25 [2025-11-03T05:46:25.267Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
06:46:25 [2025-11-03T05:46:25.273Z]  > /usr/bin/git checkout -f 67fa6df7c04d4f0607f6939e8cdb057e8dcbd401 # timeout=10
06:46:25 [2025-11-03T05:46:25.393Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
06:46:25 [2025-11-03T05:46:25.401Z]  > /usr/bin/git branch -D 6.4.x # timeout=10
06:46:25 [2025-11-03T05:46:25.408Z]  > /usr/bin/git checkout -b 6.4.x 67fa6df7c04d4f0607f6939e8cdb057e8dcbd401 # timeout=10
06:46:25 [2025-11-03T05:46:25.535Z] Commit message: "Update dependency on Silverpeas to version 6.4.5-build251023"
06:46:25 [2025-11-03T05:46:25.535Z]  > /usr/bin/git rev-list --no-walk 67fa6df7c04d4f0607f6939e8cdb057e8dcbd401 # timeout=10
06:46:25 [2025-11-03T05:46:25.557Z] [Pipeline] script
06:46:25 [2025-11-03T05:46:25.560Z] [Pipeline] {
06:46:25 [2025-11-03T05:46:25.569Z] [Pipeline] copyArtifacts
06:46:25 [2025-11-03T05:46:25.574Z] Copied 1 artifact from "Silverpeas_Mobile_Stable_AutoDeploy" build number 344
06:46:25 [2025-11-03T05:46:25.582Z] [Pipeline] readYaml
06:46:25 [2025-11-03T05:46:25.591Z] 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.
06:46:25 [2025-11-03T05:46:25.593Z] [Pipeline] sh
06:46:25 [2025-11-03T05:46:25.852Z] + git rev-parse HEAD
06:46:25 [2025-11-03T05:46:25.854Z] [Pipeline] echo
06:46:25 [2025-11-03T05:46:25.855Z] Current commit is 67fa6df7c04d4f0607f6939e8cdb057e8dcbd401 and last build commit is 67fa6df7c04d4f0607f6939e8cdb057e8dcbd401
06:46:25 [2025-11-03T05:46:25.856Z] 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.
06:46:25 [2025-11-03T05:46:25.856Z] [Pipeline] }
06:46:25 [2025-11-03T05:46:25.865Z] [Pipeline] // script
06:46:25 [2025-11-03T05:46:25.875Z] [Pipeline] script
06:46:25 [2025-11-03T05:46:25.880Z] [Pipeline] {
06:46:25 [2025-11-03T05:46:25.891Z] [Pipeline] readMavenPom
06:46:25 [2025-11-03T05:46:25.900Z] 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.
06:46:25 [2025-11-03T05:46:25.901Z] 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.
06:46:25 [2025-11-03T05:46:25.902Z] 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.
06:46:25 [2025-11-03T05:46:25.903Z] 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.
06:46:25 [2025-11-03T05:46:25.904Z] [Pipeline] echo
06:46:25 [2025-11-03T05:46:25.904Z] No changes and no update in Silverpeas since the last build
06:46:25 [2025-11-03T05:46:25.905Z] [Pipeline] }
06:46:25 [2025-11-03T05:46:25.914Z] [Pipeline] // script
06:46:25 [2025-11-03T05:46:25.923Z] [Pipeline] }
06:46:25 [2025-11-03T05:46:25.932Z] [Pipeline] // stage
06:46:25 [2025-11-03T05:46:25.943Z] [Pipeline] stage
06:46:25 [2025-11-03T05:46:25.944Z] [Pipeline] { (Build the project)
06:46:25 [2025-11-03T05:46:25.985Z] Stage "Build the project" skipped due to when conditional
06:46:25 [2025-11-03T05:46:25.986Z] [Pipeline] getContext
06:46:25 [2025-11-03T05:46:25.999Z] [Pipeline] stage
06:46:26 [2025-11-03T05:46:26.000Z] [Pipeline] { (Check POM parent version)
06:46:26 [2025-11-03T05:46:26.009Z] Stage "Build the project" skipped due to when conditional
06:46:26 [2025-11-03T05:46:26.010Z] [Pipeline] getContext
06:46:26 [2025-11-03T05:46:26.012Z] [Pipeline] }
06:46:26 [2025-11-03T05:46:26.021Z] [Pipeline] // stage
06:46:26 [2025-11-03T05:46:26.031Z] [Pipeline] stage
06:46:26 [2025-11-03T05:46:26.032Z] [Pipeline] { (Update POM parent)
06:46:26 [2025-11-03T05:46:26.041Z] Stage "Build the project" skipped due to when conditional
06:46:26 [2025-11-03T05:46:26.042Z] [Pipeline] getContext
06:46:26 [2025-11-03T05:46:26.044Z] [Pipeline] }
06:46:26 [2025-11-03T05:46:26.053Z] [Pipeline] // stage
06:46:26 [2025-11-03T05:46:26.063Z] [Pipeline] stage
06:46:26 [2025-11-03T05:46:26.064Z] [Pipeline] { (Update dependency on Silverpeas)
06:46:26 [2025-11-03T05:46:26.072Z] Stage "Build the project" skipped due to when conditional
06:46:26 [2025-11-03T05:46:26.073Z] [Pipeline] getContext
06:46:26 [2025-11-03T05:46:26.075Z] [Pipeline] }
06:46:26 [2025-11-03T05:46:26.083Z] [Pipeline] // stage
06:46:26 [2025-11-03T05:46:26.093Z] [Pipeline] stage
06:46:26 [2025-11-03T05:46:26.093Z] [Pipeline] { (Build and Publish)
06:46:26 [2025-11-03T05:46:26.102Z] Stage "Build the project" skipped due to when conditional
06:46:26 [2025-11-03T05:46:26.103Z] [Pipeline] getContext
06:46:26 [2025-11-03T05:46:26.105Z] [Pipeline] }
06:46:26 [2025-11-03T05:46:26.112Z] [Pipeline] // stage
06:46:26 [2025-11-03T05:46:26.120Z] [Pipeline] }
06:46:26 [2025-11-03T05:46:26.128Z] [Pipeline] // stage
06:46:26 [2025-11-03T05:46:26.138Z] [Pipeline] stage
06:46:26 [2025-11-03T05:46:26.139Z] [Pipeline] { (Create YAML build report)
06:46:26 [2025-11-03T05:46:26.161Z] [Pipeline] script
06:46:26 [2025-11-03T05:46:26.166Z] [Pipeline] {
06:46:26 [2025-11-03T05:46:26.176Z] [Pipeline] sh
06:46:26 [2025-11-03T05:46:26.434Z] + mkdir -p target
06:46:26 [2025-11-03T05:46:26.437Z] [Pipeline] sh
06:46:26 [2025-11-03T05:46:26.696Z] + mv build.yaml target/
06:46:26 [2025-11-03T05:46:26.697Z] [Pipeline] }
06:46:26 [2025-11-03T05:46:26.706Z] [Pipeline] // script
06:46:26 [2025-11-03T05:46:26.716Z] [Pipeline] }
06:46:26 [2025-11-03T05:46:26.725Z] [Pipeline] // stage
06:46:26 [2025-11-03T05:46:26.737Z] [Pipeline] stage
06:46:26 [2025-11-03T05:46:26.738Z] [Pipeline] { (Declarative: Post Actions)
06:46:26 [2025-11-03T05:46:26.753Z] [Pipeline] step
06:46:26 [2025-11-03T05:46:26.773Z] [Pipeline] script
06:46:26 [2025-11-03T05:46:26.778Z] [Pipeline] {
06:46:26 [2025-11-03T05:46:26.797Z] [Pipeline] }
06:46:26 [2025-11-03T05:46:26.806Z] [Pipeline] // script
06:46:26 [2025-11-03T05:46:26.820Z] [Pipeline] archiveArtifacts
06:46:26 [2025-11-03T05:46:26.823Z] Archiving artifacts
06:46:26 [2025-11-03T05:46:26.832Z] Enregistrement des empreintes numériques
06:46:26 [2025-11-03T05:46:26.857Z] [Pipeline] }
06:46:26 [2025-11-03T05:46:26.866Z] [Pipeline] // stage
06:46:26 [2025-11-03T05:46:26.876Z] [Pipeline] }
06:46:26 [2025-11-03T05:46:26.884Z] [Pipeline] // withEnv
06:46:26 [2025-11-03T05:46:26.893Z] [Pipeline] }
06:46:26 [2025-11-03T05:46:26.894Z] $ docker stop --time=1 9152bf53b6cbe191811b1d410677f9b7ea57e2bd92e0c168daffe48c04b1998d
06:46:28 [2025-11-03T05:46:28.234Z] $ docker rm -f --volumes 9152bf53b6cbe191811b1d410677f9b7ea57e2bd92e0c168daffe48c04b1998d
06:46:28 [2025-11-03T05:46:28.272Z] [Pipeline] // withDockerContainer
06:46:28 [2025-11-03T05:46:28.276Z] [Pipeline] }
06:46:28 [2025-11-03T05:46:28.281Z] [Pipeline] // withEnv
06:46:28 [2025-11-03T05:46:28.321Z] [Pipeline] }
06:46:28 [2025-11-03T05:46:28.332Z] [Pipeline] // node
06:46:28 [2025-11-03T05:46:28.339Z] [Pipeline] End of Pipeline
06:46:28 [2025-11-03T05:46:28.393Z] Finished: SUCCESS