Skip to content
Succès

Sortie de la console

06:46:22 [2025-04-07T04:46:22.090Z] Démarré par le projet amont "Silverpeas_Stable_AutoDeploy" de numéro de build 379
06:46:22 [2025-04-07T04:46:22.090Z] Causé à l'origine par :
06:46:22 [2025-04-07T04:46:22.090Z]  Lancé par une alarme périodique
06:46:22 [2025-04-07T04:46:22.090Z] Running as userbuild
06:46:22 [2025-04-07T04:46:22.484Z] Obtained src/builds/mobile/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git
06:46:22 [2025-04-07T04:46:22.601Z] [Pipeline] Start of Pipeline
06:46:22 [2025-04-07T04:46:22.787Z] [Pipeline] node
06:46:22 [2025-04-07T04:46:22.790Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_Mobile_Stable_AutoDeploy
06:46:22 [2025-04-07T04:46:22.791Z] [Pipeline] {
06:46:22 [2025-04-07T04:46:22.802Z] [Pipeline] stage
06:46:22 [2025-04-07T04:46:22.803Z] [Pipeline] { (Declarative: Checkout SCM)
06:46:22 [2025-04-07T04:46:22.811Z] [Pipeline] checkout
06:46:22 [2025-04-07T04:46:22.813Z] Selected Git installation does not exist. Using Default
06:46:22 [2025-04-07T04:46:22.813Z] The recommended git tool is: NONE
06:46:22 [2025-04-07T04:46:22.813Z] No credentials specified
06:46:22 [2025-04-07T04:46:22.814Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Mobile_Stable_AutoDeploy/.git # timeout=10
06:46:22 [2025-04-07T04:46:22.821Z] Fetching changes from the remote Git repository
06:46:22 [2025-04-07T04:46:22.823Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
06:46:22 [2025-04-07T04:46:22.828Z] Cleaning workspace
06:46:22 [2025-04-07T04:46:22.828Z]  > /usr/bin/git rev-parse --verify HEAD # timeout=10
06:46:22 [2025-04-07T04:46:22.832Z] Resetting working tree
06:46:22 [2025-04-07T04:46:22.832Z]  > /usr/bin/git reset --hard # timeout=10
06:46:22 [2025-04-07T04:46:22.851Z]  > /usr/bin/git clean -fdx # timeout=10
06:46:23 [2025-04-07T04:46:23.092Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git
06:46:23 [2025-04-07T04:46:23.093Z]  > /usr/bin/git --version # timeout=10
06:46:23 [2025-04-07T04:46:23.099Z]  > git --version # 'git version 2.43.0'
06:46:23 [2025-04-07T04:46:23.099Z]  > /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-04-07T04:46:23.447Z]  > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
06:46:23 [2025-04-07T04:46:23.454Z] Checking out Revision 08023d811205f6aba0cc1af783597b4af757a954 (refs/remotes/origin/master)
06:46:23 [2025-04-07T04:46:23.454Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
06:46:23 [2025-04-07T04:46:23.459Z]  > /usr/bin/git checkout -f 08023d811205f6aba0cc1af783597b4af757a954 # timeout=10
06:46:23 [2025-04-07T04:46:23.545Z] Commit message: "Fix condition testing in the release pipeline for Silverpeas-Sso. In this same pipeline, give the version of the Docker image to use (6.4 currently). Idem for the auto build pipeline for Silverpeas-Sso."
06:46:23 [2025-04-07T04:46:23.546Z]  > /usr/bin/git rev-list --no-walk 08023d811205f6aba0cc1af783597b4af757a954 # timeout=10
06:46:23 [2025-04-07T04:46:23.570Z] [Pipeline] }
06:46:23 [2025-04-07T04:46:23.574Z] [Pipeline] // stage
06:46:23 [2025-04-07T04:46:23.589Z] [Pipeline] withEnv
06:46:23 [2025-04-07T04:46:23.590Z] [Pipeline] {
06:46:23 [2025-04-07T04:46:23.723Z] [Pipeline] isUnix
06:46:23 [2025-04-07T04:46:23.724Z] [Pipeline] withEnv
06:46:23 [2025-04-07T04:46:23.724Z] [Pipeline] {
06:46:23 [2025-04-07T04:46:23.734Z] [Pipeline] sh
06:46:23 [2025-04-07T04:46:23.990Z] + docker inspect -f . silverpeas/silverbuild:6.4
06:46:23 [2025-04-07T04:46:23.990Z] .
06:46:23 [2025-04-07T04:46:23.991Z] [Pipeline] }
06:46:24 [2025-04-07T04:46:24.000Z] [Pipeline] // withEnv
06:46:24 [2025-04-07T04:46:24.010Z] [Pipeline] withDockerContainer
06:46:24 [2025-04-07T04:46:24.040Z] Jenkins does not seem to be running inside a container
06:46:24 [2025-04-07T04:46:24.048Z] $ 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-04-07T04:46:24.382Z] $ docker top b0ebed402885da362f21b443a882e923e5eb4d814b5199a3d316983d8f175ddd -eo pid,comm
06:46:24 [2025-04-07T04:46:24.420Z] [Pipeline] {
06:46:24 [2025-04-07T04:46:24.431Z] [Pipeline] withEnv
06:46:24 [2025-04-07T04:46:24.431Z] [Pipeline] {
06:46:24 [2025-04-07T04:46:24.439Z] [Pipeline] stage
06:46:24 [2025-04-07T04:46:24.440Z] [Pipeline] { (Resolve dependency on Silverpeas)
06:46:24 [2025-04-07T04:46:24.470Z] [Pipeline] script
06:46:24 [2025-04-07T04:46:24.474Z] [Pipeline] {
06:46:24 [2025-04-07T04:46:24.484Z] [Pipeline] echo
06:46:24 [2025-04-07T04:46:24.484Z] Working on branch 6.4.x
06:46:24 [2025-04-07T04:46:24.489Z] [Pipeline] copyArtifacts
06:46:24 [2025-04-07T04:46:24.495Z] Copied 1 artifact from "Silverpeas_Stable_AutoDeploy" build number 379
06:46:24 [2025-04-07T04:46:24.501Z] [Pipeline] readYaml
06:46:24 [2025-04-07T04:46:24.512Z] 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-04-07T04:46:24.513Z] 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-04-07T04:46:24.514Z] [Pipeline] sh
06:46:24 [2025-04-07T04:46:24.772Z] + rm -f build.yaml
06:46:24 [2025-04-07T04:46:24.773Z] [Pipeline] }
06:46:24 [2025-04-07T04:46:24.782Z] [Pipeline] // script
06:46:24 [2025-04-07T04:46:24.791Z] [Pipeline] echo
06:46:24 [2025-04-07T04:46:24.791Z] Parent version is 1.6.2
06:46:24 [2025-04-07T04:46:24.793Z] [Pipeline] echo
06:46:24 [2025-04-07T04:46:24.793Z] Silverpeas version is 6.4.3-build250403
06:46:24 [2025-04-07T04:46:24.794Z] [Pipeline] }
06:46:24 [2025-04-07T04:46:24.806Z] [Pipeline] // stage
06:46:24 [2025-04-07T04:46:24.817Z] [Pipeline] stage
06:46:24 [2025-04-07T04:46:24.818Z] [Pipeline] { (Prepare the project)
06:46:24 [2025-04-07T04:46:24.846Z] [Pipeline] git
06:46:24 [2025-04-07T04:46:24.848Z] The recommended git tool is: /usr/bin/git
06:46:24 [2025-04-07T04:46:24.849Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
06:46:24 [2025-04-07T04:46:24.857Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@1b0c2156; decorates hudson.Launcher$LocalLauncher@482344c5 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
06:46:24 [2025-04-07T04:46:24.857Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Mobile_Stable_AutoDeploy/.git # timeout=10
06:46:24 [2025-04-07T04:46:24.864Z] Fetching changes from the remote Git repository
06:46:24 [2025-04-07T04:46:24.867Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/silverpeasmobile # timeout=10
06:46:24 [2025-04-07T04:46:24.873Z] Fetching upstream changes from https://github.com/Silverpeas/silverpeasmobile
06:46:24 [2025-04-07T04:46:24.873Z]  > /usr/bin/git --version # timeout=10
06:46:24 [2025-04-07T04:46:24.877Z]  > git --version # 'git version 2.43.0'
06:46:24 [2025-04-07T04:46:24.877Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
06:46:24 [2025-04-07T04:46:24.883Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/silverpeasmobile +refs/heads/*:refs/remotes/origin/* # timeout=10
06:46:25 [2025-04-07T04:46:25.803Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.4.x^{commit} # timeout=10
06:46:25 [2025-04-07T04:46:25.811Z] Checking out Revision b2153034dc9caa37f60c6164469c5440077c1df5 (refs/remotes/origin/6.4.x)
06:46:25 [2025-04-07T04:46:25.811Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
06:46:25 [2025-04-07T04:46:25.816Z]  > /usr/bin/git checkout -f b2153034dc9caa37f60c6164469c5440077c1df5 # timeout=10
06:46:25 [2025-04-07T04:46:25.944Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
06:46:25 [2025-04-07T04:46:25.955Z]  > /usr/bin/git branch -D 6.4.x # timeout=10
06:46:25 [2025-04-07T04:46:25.963Z]  > /usr/bin/git checkout -b 6.4.x b2153034dc9caa37f60c6164469c5440077c1df5 # timeout=10
06:46:26 [2025-04-07T04:46:26.117Z] Commit message: "Update dependency on Silverpeas to version 6.4.3-build250403"
06:46:26 [2025-04-07T04:46:26.117Z]  > /usr/bin/git rev-list --no-walk 907cf37d2ff857fa5881ecaf7a58a26a495f257c # timeout=10
06:46:26 [2025-04-07T04:46:26.139Z] [Pipeline] script
06:46:26 [2025-04-07T04:46:26.143Z] [Pipeline] {
06:46:26 [2025-04-07T04:46:26.158Z] [Pipeline] copyArtifacts
06:46:26 [2025-04-07T04:46:26.164Z] Copied 1 artifact from "Silverpeas_Mobile_Stable_AutoDeploy" build number 279
06:46:26 [2025-04-07T04:46:26.171Z] [Pipeline] readYaml
06:46:26 [2025-04-07T04:46:26.184Z] 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:26 [2025-04-07T04:46:26.186Z] [Pipeline] sh
06:46:26 [2025-04-07T04:46:26.443Z] + git rev-parse HEAD
06:46:26 [2025-04-07T04:46:26.446Z] [Pipeline] echo
06:46:26 [2025-04-07T04:46:26.447Z] Current commit is b2153034dc9caa37f60c6164469c5440077c1df5 and last build commit is b2153034dc9caa37f60c6164469c5440077c1df5
06:46:26 [2025-04-07T04:46:26.447Z] 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:26 [2025-04-07T04:46:26.448Z] [Pipeline] }
06:46:26 [2025-04-07T04:46:26.457Z] [Pipeline] // script
06:46:26 [2025-04-07T04:46:26.467Z] [Pipeline] script
06:46:26 [2025-04-07T04:46:26.471Z] [Pipeline] {
06:46:26 [2025-04-07T04:46:26.482Z] [Pipeline] readMavenPom
06:46:26 [2025-04-07T04:46:26.492Z] 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:26 [2025-04-07T04:46:26.493Z] 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:26 [2025-04-07T04:46:26.493Z] 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:26 [2025-04-07T04:46:26.494Z] 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:26 [2025-04-07T04:46:26.495Z] [Pipeline] echo
06:46:26 [2025-04-07T04:46:26.495Z] No changes and no update in Silverpeas since the last build
06:46:26 [2025-04-07T04:46:26.496Z] [Pipeline] }
06:46:26 [2025-04-07T04:46:26.505Z] [Pipeline] // script
06:46:26 [2025-04-07T04:46:26.514Z] [Pipeline] }
06:46:26 [2025-04-07T04:46:26.523Z] [Pipeline] // stage
06:46:26 [2025-04-07T04:46:26.534Z] [Pipeline] stage
06:46:26 [2025-04-07T04:46:26.535Z] [Pipeline] { (Build the project)
06:46:26 [2025-04-07T04:46:26.580Z] Stage "Build the project" skipped due to when conditional
06:46:26 [2025-04-07T04:46:26.581Z] [Pipeline] getContext
06:46:26 [2025-04-07T04:46:26.594Z] [Pipeline] stage
06:46:26 [2025-04-07T04:46:26.594Z] [Pipeline] { (Check POM parent version)
06:46:26 [2025-04-07T04:46:26.604Z] Stage "Build the project" skipped due to when conditional
06:46:26 [2025-04-07T04:46:26.605Z] [Pipeline] getContext
06:46:26 [2025-04-07T04:46:26.606Z] [Pipeline] }
06:46:26 [2025-04-07T04:46:26.615Z] [Pipeline] // stage
06:46:26 [2025-04-07T04:46:26.626Z] [Pipeline] stage
06:46:26 [2025-04-07T04:46:26.627Z] [Pipeline] { (Update POM parent)
06:46:26 [2025-04-07T04:46:26.636Z] Stage "Build the project" skipped due to when conditional
06:46:26 [2025-04-07T04:46:26.637Z] [Pipeline] getContext
06:46:26 [2025-04-07T04:46:26.638Z] [Pipeline] }
06:46:26 [2025-04-07T04:46:26.647Z] [Pipeline] // stage
06:46:26 [2025-04-07T04:46:26.658Z] [Pipeline] stage
06:46:26 [2025-04-07T04:46:26.658Z] [Pipeline] { (Update dependency on Silverpeas)
06:46:26 [2025-04-07T04:46:26.667Z] Stage "Build the project" skipped due to when conditional
06:46:26 [2025-04-07T04:46:26.668Z] [Pipeline] getContext
06:46:26 [2025-04-07T04:46:26.669Z] [Pipeline] }
06:46:26 [2025-04-07T04:46:26.678Z] [Pipeline] // stage
06:46:26 [2025-04-07T04:46:26.688Z] [Pipeline] stage
06:46:26 [2025-04-07T04:46:26.688Z] [Pipeline] { (Build and Publish)
06:46:26 [2025-04-07T04:46:26.697Z] Stage "Build the project" skipped due to when conditional
06:46:26 [2025-04-07T04:46:26.698Z] [Pipeline] getContext
06:46:26 [2025-04-07T04:46:26.700Z] [Pipeline] }
06:46:26 [2025-04-07T04:46:26.708Z] [Pipeline] // stage
06:46:26 [2025-04-07T04:46:26.716Z] [Pipeline] }
06:46:26 [2025-04-07T04:46:26.723Z] [Pipeline] // stage
06:46:26 [2025-04-07T04:46:26.734Z] [Pipeline] stage
06:46:26 [2025-04-07T04:46:26.734Z] [Pipeline] { (Create YAML build report)
06:46:26 [2025-04-07T04:46:26.759Z] [Pipeline] script
06:46:26 [2025-04-07T04:46:26.765Z] [Pipeline] {
06:46:26 [2025-04-07T04:46:26.776Z] [Pipeline] sh
06:46:27 [2025-04-07T04:46:27.034Z] + mkdir -p target
06:46:27 [2025-04-07T04:46:27.036Z] [Pipeline] sh
06:46:27 [2025-04-07T04:46:27.294Z] + mv build.yaml target/
06:46:27 [2025-04-07T04:46:27.295Z] [Pipeline] }
06:46:27 [2025-04-07T04:46:27.305Z] [Pipeline] // script
06:46:27 [2025-04-07T04:46:27.314Z] [Pipeline] }
06:46:27 [2025-04-07T04:46:27.323Z] [Pipeline] // stage
06:46:27 [2025-04-07T04:46:27.334Z] [Pipeline] stage
06:46:27 [2025-04-07T04:46:27.335Z] [Pipeline] { (Declarative: Post Actions)
06:46:27 [2025-04-07T04:46:27.351Z] [Pipeline] step
06:46:27 [2025-04-07T04:46:27.371Z] [Pipeline] script
06:46:27 [2025-04-07T04:46:27.377Z] [Pipeline] {
06:46:27 [2025-04-07T04:46:27.396Z] [Pipeline] }
06:46:27 [2025-04-07T04:46:27.405Z] [Pipeline] // script
06:46:27 [2025-04-07T04:46:27.418Z] [Pipeline] archiveArtifacts
06:46:27 [2025-04-07T04:46:27.421Z] Archiving artifacts
06:46:27 [2025-04-07T04:46:27.430Z] Enregistrement des empreintes numériques
06:46:27 [2025-04-07T04:46:27.454Z] [Pipeline] }
06:46:27 [2025-04-07T04:46:27.465Z] [Pipeline] // stage
06:46:27 [2025-04-07T04:46:27.474Z] [Pipeline] }
06:46:27 [2025-04-07T04:46:27.482Z] [Pipeline] // withEnv
06:46:27 [2025-04-07T04:46:27.491Z] [Pipeline] }
06:46:27 [2025-04-07T04:46:27.492Z] $ docker stop --time=1 b0ebed402885da362f21b443a882e923e5eb4d814b5199a3d316983d8f175ddd
06:46:28 [2025-04-07T04:46:28.732Z] $ docker rm -f --volumes b0ebed402885da362f21b443a882e923e5eb4d814b5199a3d316983d8f175ddd
06:46:28 [2025-04-07T04:46:28.768Z] [Pipeline] // withDockerContainer
06:46:28 [2025-04-07T04:46:28.772Z] [Pipeline] }
06:46:28 [2025-04-07T04:46:28.776Z] [Pipeline] // withEnv
06:46:28 [2025-04-07T04:46:28.779Z] [Pipeline] }
06:46:28 [2025-04-07T04:46:28.783Z] [Pipeline] // node
06:46:28 [2025-04-07T04:46:28.787Z] [Pipeline] End of Pipeline
06:46:28 [2025-04-07T04:46:28.820Z] Finished: SUCCESS