SuccèsSortie de la console
16:33:48 [2025-08-07T14:33:48.102Z] Démarré par le projet amont "Silverpeas_Release" de numéro de build 69
16:33:48 [2025-08-07T14:33:48.102Z] Causé à l'origine par :
16:33:48 [2025-08-07T14:33:48.102Z] Démarré par l'utilisateur Miguel Moquillon
16:33:48 [2025-08-07T14:33:48.102Z] Running as userbuild
16:33:48 [2025-08-07T14:33:48.841Z] Obtained src/releases/docker-prod/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git
16:33:49 [2025-08-07T14:33:49.272Z] [Pipeline] Start of Pipeline
16:33:49 [2025-08-07T14:33:49.419Z] [Pipeline] node
16:33:49 [2025-08-07T14:33:49.426Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas Prod Image
16:33:49 [2025-08-07T14:33:49.427Z] [Pipeline] {
16:33:49 [2025-08-07T14:33:49.437Z] [Pipeline] stage
16:33:49 [2025-08-07T14:33:49.438Z] [Pipeline] { (Declarative: Checkout SCM)
16:33:49 [2025-08-07T14:33:49.444Z] [Pipeline] checkout
16:33:49 [2025-08-07T14:33:49.446Z] Selected Git installation does not exist. Using Default
16:33:49 [2025-08-07T14:33:49.446Z] The recommended git tool is: NONE
16:33:49 [2025-08-07T14:33:49.446Z] No credentials specified
16:33:49 [2025-08-07T14:33:49.446Z] Cloning the remote Git repository
16:33:49 [2025-08-07T14:33:49.446Z] Cloning repository https://github.com/Silverpeas/Jenkins-Pipelines.git
16:33:49 [2025-08-07T14:33:49.447Z] > /usr/bin/git init /var/lib/jenkins/workspace/Silverpeas Prod Image # timeout=10
16:33:49 [2025-08-07T14:33:49.453Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git
16:33:49 [2025-08-07T14:33:49.454Z] > /usr/bin/git --version # timeout=10
16:33:49 [2025-08-07T14:33:49.458Z] > git --version # 'git version 2.43.0'
16:33:49 [2025-08-07T14:33:49.458Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Jenkins-Pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
16:33:49 [2025-08-07T14:33:49.976Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
16:33:49 [2025-08-07T14:33:49.983Z] > /usr/bin/git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
16:33:49 [2025-08-07T14:33:49.992Z] Avoid second fetch
16:33:49 [2025-08-07T14:33:49.992Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
16:33:49 [2025-08-07T14:33:49.998Z] Checking out Revision 0bdaa0f2b228a18722cadfb52fcde86654ecae98 (refs/remotes/origin/master)
16:33:49 [2025-08-07T14:33:49.998Z] > /usr/bin/git config core.sparsecheckout # timeout=10
16:33:50 [2025-08-07T14:33:50.003Z] > /usr/bin/git checkout -f 0bdaa0f2b228a18722cadfb52fcde86654ecae98 # timeout=10
16:33:50 [2025-08-07T14:33:50.019Z] 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."
16:33:50 [2025-08-07T14:33:50.019Z] > /usr/bin/git rev-list --no-walk 08023d811205f6aba0cc1af783597b4af757a954 # timeout=10
16:33:50 [2025-08-07T14:33:50.061Z] [Pipeline] }
16:33:50 [2025-08-07T14:33:50.069Z] [Pipeline] // stage
16:33:50 [2025-08-07T14:33:50.083Z] [Pipeline] withEnv
16:33:50 [2025-08-07T14:33:50.084Z] [Pipeline] {
16:33:50 [2025-08-07T14:33:50.108Z] [Pipeline] withEnv
16:33:50 [2025-08-07T14:33:50.109Z] [Pipeline] {
16:33:50 [2025-08-07T14:33:50.115Z] [Pipeline] stage
16:33:50 [2025-08-07T14:33:50.116Z] [Pipeline] { (Check the Docker image version to build)
16:33:50 [2025-08-07T14:33:50.141Z] Stage "Check the Docker image version to build" skipped due to when conditional
16:33:50 [2025-08-07T14:33:50.142Z] [Pipeline] getContext
16:33:50 [2025-08-07T14:33:50.143Z] [Pipeline] }
16:33:50 [2025-08-07T14:33:50.150Z] [Pipeline] // stage
16:33:50 [2025-08-07T14:33:50.158Z] [Pipeline] stage
16:33:50 [2025-08-07T14:33:50.158Z] [Pipeline] { (Prepare the project)
16:33:50 [2025-08-07T14:33:50.182Z] [Pipeline] dir
16:33:50 [2025-08-07T14:33:50.182Z] Running in /var/lib/jenkins/workspace/Silverpeas Prod Image/docker-silverpeas-prod
16:33:50 [2025-08-07T14:33:50.183Z] [Pipeline] {
16:33:50 [2025-08-07T14:33:50.197Z] [Pipeline] git
16:33:50 [2025-08-07T14:33:50.199Z] The recommended git tool is: NONE
16:33:50 [2025-08-07T14:33:50.200Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
16:33:50 [2025-08-07T14:33:50.207Z] Cloning the remote Git repository
16:33:50 [2025-08-07T14:33:50.207Z] Cloning repository https://github.com/Silverpeas/docker-silverpeas-prod
16:33:50 [2025-08-07T14:33:50.208Z] > /usr/bin/git init /var/lib/jenkins/workspace/Silverpeas Prod Image/docker-silverpeas-prod # timeout=10
16:33:50 [2025-08-07T14:33:50.215Z] Fetching upstream changes from https://github.com/Silverpeas/docker-silverpeas-prod
16:33:50 [2025-08-07T14:33:50.215Z] > /usr/bin/git --version # timeout=10
16:33:50 [2025-08-07T14:33:50.219Z] > git --version # 'git version 2.43.0'
16:33:50 [2025-08-07T14:33:50.219Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
16:33:50 [2025-08-07T14:33:50.224Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/docker-silverpeas-prod +refs/heads/*:refs/remotes/origin/* # timeout=10
16:33:52 [2025-08-07T14:33:52.440Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/docker-silverpeas-prod # timeout=10
16:33:52 [2025-08-07T14:33:52.447Z] > /usr/bin/git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
16:33:52 [2025-08-07T14:33:52.456Z] Avoid second fetch
16:33:52 [2025-08-07T14:33:52.457Z] > /usr/bin/git rev-parse refs/remotes/origin/6.4.x^{commit} # timeout=10
16:33:52 [2025-08-07T14:33:52.462Z] Checking out Revision 79cad3dae9a20fb2fb404fba5641c5921d410112 (refs/remotes/origin/6.4.x)
16:33:52 [2025-08-07T14:33:52.462Z] > /usr/bin/git config core.sparsecheckout # timeout=10
16:33:52 [2025-08-07T14:33:52.468Z] > /usr/bin/git checkout -f 79cad3dae9a20fb2fb404fba5641c5921d410112 # timeout=10
16:33:52 [2025-08-07T14:33:52.593Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
16:33:52 [2025-08-07T14:33:52.599Z] > /usr/bin/git checkout -b 6.4.x 79cad3dae9a20fb2fb404fba5641c5921d410112 # timeout=10
16:33:52 [2025-08-07T14:33:52.842Z] Commit message: "Generate Dockerfile for Silverpeas 6.4.3"
16:33:52 [2025-08-07T14:33:52.842Z] > /usr/bin/git rev-list --no-walk c80ded6919cdf9e1d3e50f2dcef80e32b497fbc1 # timeout=10
16:33:52 [2025-08-07T14:33:52.859Z] [Pipeline] script
16:33:52 [2025-08-07T14:33:52.862Z] [Pipeline] {
16:33:52 [2025-08-07T14:33:52.874Z] [Pipeline] sh
16:33:53 [2025-08-07T14:33:53.129Z] + curl -fsSL -o pom-silverpeas.xml https://nexus3.silverpeas.org/repository/silverpeas/org/silverpeas/silverpeas-assembly/6.4.4/silverpeas-assembly-6.4.4.pom
16:33:53 [2025-08-07T14:33:53.130Z] Did you forget the `def` keyword? WorkflowScript seems to be setting a field named versionExists (to a value of type Integer) which could lead to memory leaks or other issues.
16:33:53 [2025-08-07T14:33:53.131Z] [Pipeline] sh
16:33:53 [2025-08-07T14:33:53.387Z] + grep -oP (?<=SILVERPEAS_VERSION=)[0-9.]+ Dockerfile
16:33:53 [2025-08-07T14:33:53.388Z] 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.
16:33:53 [2025-08-07T14:33:53.389Z] [Pipeline] sh
16:33:53 [2025-08-07T14:33:53.646Z] + rm -f pom-silverpeas.xml
16:33:53 [2025-08-07T14:33:53.650Z] [Pipeline] sh
16:33:53 [2025-08-07T14:33:53.907Z] + git rev-parse 6.4.4
16:33:53 [2025-08-07T14:33:53.908Z] Did you forget the `def` keyword? WorkflowScript seems to be setting a field named update (to a value of type Integer) which could lead to memory leaks or other issues.
16:33:53 [2025-08-07T14:33:53.909Z] [Pipeline] }
16:33:53 [2025-08-07T14:33:53.920Z] [Pipeline] // script
16:33:53 [2025-08-07T14:33:53.930Z] [Pipeline] }
16:33:53 [2025-08-07T14:33:53.940Z] [Pipeline] // dir
16:33:53 [2025-08-07T14:33:53.950Z] [Pipeline] }
16:33:53 [2025-08-07T14:33:53.960Z] [Pipeline] // stage
16:33:53 [2025-08-07T14:33:53.972Z] [Pipeline] stage
16:33:53 [2025-08-07T14:33:53.973Z] [Pipeline] { (Check Silverpeas version is a new one)
16:33:53 [2025-08-07T14:33:53.998Z] Stage "Check Silverpeas version is a new one" skipped due to when conditional
16:33:53 [2025-08-07T14:33:53.999Z] [Pipeline] getContext
16:33:54 [2025-08-07T14:33:54.001Z] [Pipeline] }
16:33:54 [2025-08-07T14:33:54.011Z] [Pipeline] // stage
16:33:54 [2025-08-07T14:33:54.024Z] [Pipeline] stage
16:33:54 [2025-08-07T14:33:54.026Z] [Pipeline] { (Clean up previous build for the same version)
16:33:54 [2025-08-07T14:33:54.047Z] Stage "Clean up previous build for the same version" skipped due to when conditional
16:33:54 [2025-08-07T14:33:54.048Z] [Pipeline] getContext
16:33:54 [2025-08-07T14:33:54.050Z] [Pipeline] }
16:33:54 [2025-08-07T14:33:54.060Z] [Pipeline] // stage
16:33:54 [2025-08-07T14:33:54.072Z] [Pipeline] stage
16:33:54 [2025-08-07T14:33:54.073Z] [Pipeline] { (Update Dockerfile for new version)
16:33:54 [2025-08-07T14:33:54.146Z] [Pipeline] withCredentials
16:33:54 [2025-08-07T14:33:54.198Z] Masking supported pattern matches of $GIT_AUTH or $GIT_AUTH_USR or $GIT_AUTH_PSW
16:33:54 [2025-08-07T14:33:54.200Z] [Pipeline] {
16:33:54 [2025-08-07T14:33:54.216Z] [Pipeline] dir
16:33:54 [2025-08-07T14:33:54.216Z] Running in /var/lib/jenkins/workspace/Silverpeas Prod Image/docker-silverpeas-prod
16:33:54 [2025-08-07T14:33:54.217Z] [Pipeline] {
16:33:54 [2025-08-07T14:33:54.223Z] [Pipeline] sh
16:33:54 [2025-08-07T14:33:54.479Z] + git config --local credential.helper !f() { echo username=${GIT_AUTH_USR}; echo password=$GIT_AUTH_PSW; }; f
16:33:54 [2025-08-07T14:33:54.492Z] [Pipeline] sh
16:33:54 [2025-08-07T14:33:54.749Z] + ./generate-dockerfile.sh 6.4.4 26.1.3
16:33:54 [2025-08-07T14:33:54.750Z] + git commit -am Generate Dockerfile for Silverpeas 6.4.4
16:33:55 [2025-08-07T14:33:55.000Z] [6.4.x 2094ddb] Generate Dockerfile for Silverpeas 6.4.4
16:33:55 [2025-08-07T14:33:55.001Z] 1 file changed, 2 insertions(+), 2 deletions(-)
16:33:55 [2025-08-07T14:33:55.001Z] + git tag 6.4.4
16:33:55 [2025-08-07T14:33:55.001Z] + git push origin HEAD:6.4.x
16:33:55 [2025-08-07T14:33:55.912Z] To https://github.com/Silverpeas/docker-silverpeas-prod
16:33:55 [2025-08-07T14:33:55.912Z] 79cad3d..2094ddb HEAD -> 6.4.x
16:33:55 [2025-08-07T14:33:55.912Z] + git push origin --tags
16:33:56 [2025-08-07T14:33:56.823Z] To https://github.com/Silverpeas/docker-silverpeas-prod
16:33:56 [2025-08-07T14:33:56.823Z] * [new tag] 6.4.4 -> 6.4.4
16:33:56 [2025-08-07T14:33:56.823Z] + ./generate-docker-library.sh
16:33:56 [2025-08-07T14:33:56.824Z] [Pipeline] }
16:33:56 [2025-08-07T14:33:56.829Z] [Pipeline] // dir
16:33:56 [2025-08-07T14:33:56.834Z] [Pipeline] }
16:33:56 [2025-08-07T14:33:56.840Z] [Pipeline] // withCredentials
16:33:56 [2025-08-07T14:33:56.845Z] [Pipeline] }
16:33:56 [2025-08-07T14:33:56.849Z] [Pipeline] // stage
16:33:56 [2025-08-07T14:33:56.856Z] [Pipeline] stage
16:33:56 [2025-08-07T14:33:56.856Z] [Pipeline] { (Create new stable branch)
16:33:56 [2025-08-07T14:33:56.872Z] Stage "Create new stable branch" skipped due to when conditional
16:33:56 [2025-08-07T14:33:56.873Z] [Pipeline] getContext
16:33:56 [2025-08-07T14:33:56.874Z] [Pipeline] }
16:33:56 [2025-08-07T14:33:56.879Z] [Pipeline] // stage
16:33:56 [2025-08-07T14:33:56.884Z] [Pipeline] stage
16:33:56 [2025-08-07T14:33:56.884Z] [Pipeline] { (Update official Docker images library)
16:33:56 [2025-08-07T14:33:56.894Z] [Pipeline] withCredentials
16:33:56 [2025-08-07T14:33:56.909Z] Masking supported pattern matches of $GIT_AUTH or $GIT_AUTH_USR or $GIT_AUTH_PSW
16:33:56 [2025-08-07T14:33:56.911Z] [Pipeline] {
16:33:56 [2025-08-07T14:33:56.918Z] [Pipeline] dir
16:33:56 [2025-08-07T14:33:56.918Z] Running in /var/lib/jenkins/workspace/Silverpeas Prod Image/official-images
16:33:56 [2025-08-07T14:33:56.919Z] [Pipeline] {
16:33:56 [2025-08-07T14:33:56.925Z] [Pipeline] git
16:33:56 [2025-08-07T14:33:56.926Z] The recommended git tool is: NONE
16:33:56 [2025-08-07T14:33:56.927Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
16:33:56 [2025-08-07T14:33:56.933Z] Cloning the remote Git repository
16:33:56 [2025-08-07T14:33:56.933Z] Cloning repository https://github.com/Silverpeas/official-images
16:33:56 [2025-08-07T14:33:56.934Z] > /usr/bin/git init /var/lib/jenkins/workspace/Silverpeas Prod Image/official-images # timeout=10
16:33:56 [2025-08-07T14:33:56.940Z] Fetching upstream changes from https://github.com/Silverpeas/official-images
16:33:56 [2025-08-07T14:33:56.940Z] > /usr/bin/git --version # timeout=10
16:33:56 [2025-08-07T14:33:56.944Z] > git --version # 'git version 2.43.0'
16:33:56 [2025-08-07T14:33:56.945Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
16:33:56 [2025-08-07T14:33:56.949Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/official-images +refs/heads/*:refs/remotes/origin/* # timeout=10
16:34:00 [2025-08-07T14:34:00.927Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/official-images # timeout=10
16:34:00 [2025-08-07T14:34:00.936Z] > /usr/bin/git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
16:34:00 [2025-08-07T14:34:00.945Z] Avoid second fetch
16:34:00 [2025-08-07T14:34:00.945Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
16:34:00 [2025-08-07T14:34:00.950Z] Checking out Revision 16c6b9aa40bb6a536ab898deedad210fe69a41ed (refs/remotes/origin/master)
16:34:00 [2025-08-07T14:34:00.950Z] > /usr/bin/git config core.sparsecheckout # timeout=10
16:34:00 [2025-08-07T14:34:00.955Z] > /usr/bin/git checkout -f 16c6b9aa40bb6a536ab898deedad210fe69a41ed # timeout=10
16:34:01 [2025-08-07T14:34:01.003Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
16:34:01 [2025-08-07T14:34:01.013Z] > /usr/bin/git checkout -b master 16c6b9aa40bb6a536ab898deedad210fe69a41ed # timeout=10
16:34:01 [2025-08-07T14:34:01.029Z] Commit message: "Merge pull request #18827 from docker-library-bot/cassandra"
16:34:01 [2025-08-07T14:34:01.029Z] > /usr/bin/git rev-list --no-walk bc360fc25bd6c009162c62247071ce63bebab9e5 # timeout=10
16:34:01 [2025-08-07T14:34:01.106Z] [Pipeline] sh
16:34:01 [2025-08-07T14:34:01.365Z] + git config --local credential.helper !f() { echo username=${GIT_AUTH_USR}; echo password=$GIT_AUTH_PSW; }; f
16:34:01 [2025-08-07T14:34:01.367Z] [Pipeline] sh
16:34:01 [2025-08-07T14:34:01.624Z] + git remote add docker https://github.com/docker-library/official-images.git
16:34:01 [2025-08-07T14:34:01.626Z] [Pipeline] sh
16:34:01 [2025-08-07T14:34:01.883Z] + git pull docker master
16:34:02 [2025-08-07T14:34:02.794Z] Depuis https://github.com/docker-library/official-images
16:34:02 [2025-08-07T14:34:02.794Z] * branch master -> FETCH_HEAD
16:34:02 [2025-08-07T14:34:02.794Z] * [nouvelle branche] master -> docker/master
16:34:02 [2025-08-07T14:34:02.794Z] Mise à jour 16c6b9aa4..572fbe9d4
16:34:02 [2025-08-07T14:34:02.794Z] Fast-forward
16:34:02 [2025-08-07T14:34:02.794Z] .external-pins/docker/scout-sbom-indexer___1 | 2 +-
16:34:02 [2025-08-07T14:34:02.794Z] .../mcr.microsoft.com/windows/nanoserver___1809 | 1 -
16:34:02 [2025-08-07T14:34:02.795Z] .../windows/nanoserver___ltsc2022 | 2 +-
16:34:02 [2025-08-07T14:34:02.795Z] .../windows/nanoserver___ltsc2025 | 2 +-
16:34:02 [2025-08-07T14:34:02.795Z] .../mcr.microsoft.com/windows/servercore___1809 | 1 -
16:34:02 [2025-08-07T14:34:02.795Z] .../windows/servercore___ltsc2022 | 2 +-
16:34:02 [2025-08-07T14:34:02.795Z] .../windows/servercore___ltsc2025 | 2 +-
16:34:02 [2025-08-07T14:34:02.795Z] .external-pins/redhat/ubi10-minimal___latest | 1 +
16:34:02 [2025-08-07T14:34:02.795Z] .external-pins/redhat/ubi10___latest | 1 +
16:34:02 [2025-08-07T14:34:02.795Z] .external-pins/redhat/ubi8-minimal___latest | 2 +-
16:34:02 [2025-08-07T14:34:02.795Z] .external-pins/redhat/ubi8___latest | 2 +-
16:34:02 [2025-08-07T14:34:02.795Z] .external-pins/redhat/ubi9-minimal___latest | 2 +-
16:34:02 [2025-08-07T14:34:02.795Z] .external-pins/redhat/ubi9___latest | 2 +-
16:34:02 [2025-08-07T14:34:02.795Z] .external-pins/tianon/buildkit___0.16 | 2 +-
16:34:02 [2025-08-07T14:34:02.795Z] .github/workflows/munge-pr.yml | 8 +
16:34:02 [2025-08-07T14:34:02.795Z] library/adminer | 8 +-
16:34:02 [2025-08-07T14:34:02.795Z] library/aerospike | 11 +-
16:34:02 [2025-08-07T14:34:02.795Z] library/almalinux | 44 +-
16:34:02 [2025-08-07T14:34:02.795Z] library/alpine | 27 +-
16:34:02 [2025-08-07T14:34:02.795Z] library/alt | 10 +-
16:34:02 [2025-08-07T14:34:02.796Z] library/amazoncorretto | 160 ++---
16:34:02 [2025-08-07T14:34:02.796Z] library/amazonlinux | 23 +-
16:34:02 [2025-08-07T14:34:02.796Z] library/api-firewall | 6 +-
16:34:02 [2025-08-07T14:34:02.796Z] library/arangodb | 13 +-
16:34:02 [2025-08-07T14:34:02.796Z] library/archlinux | 18 +-
16:34:02 [2025-08-07T14:34:02.796Z] library/backdrop | 8 +-
16:34:02 [2025-08-07T14:34:02.796Z] library/bash | 56 +-
16:34:02 [2025-08-07T14:34:02.796Z] library/buildpack-deps | 53 +-
16:34:02 [2025-08-07T14:34:02.796Z] library/busybox | 24 +-
16:34:02 [2025-08-07T14:34:02.796Z] library/caddy | 58 +-
16:34:02 [2025-08-07T14:34:02.796Z] library/cassandra | 12 +-
16:34:02 [2025-08-07T14:34:02.796Z] library/chronograf | 6 +-
16:34:02 [2025-08-07T14:34:02.796Z] library/clearlinux | 4 +-
16:34:02 [2025-08-07T14:34:02.796Z] library/clickhouse | 20 +-
16:34:02 [2025-08-07T14:34:02.796Z] library/clojure | 213 ++++--
16:34:02 [2025-08-07T14:34:02.796Z] library/composer | 20 +-
16:34:02 [2025-08-07T14:34:02.796Z] library/convertigo | 4 +-
16:34:02 [2025-08-07T14:34:02.796Z] library/couchbase | 39 +-
16:34:02 [2025-08-07T14:34:02.796Z] library/couchdb | 18 +-
16:34:02 [2025-08-07T14:34:02.797Z] library/crate | 4 +-
16:34:02 [2025-08-07T14:34:02.797Z] library/dart | 6 +-
16:34:02 [2025-08-07T14:34:02.797Z] library/debian | 70 +-
16:34:02 [2025-08-07T14:34:02.797Z] library/docker | 32 +-
16:34:02 [2025-08-07T14:34:02.797Z] library/drupal | 284 ++++----
16:34:02 [2025-08-07T14:34:02.797Z] library/eclipse-mosquitto | 4 +-
16:34:02 [2025-08-07T14:34:02.797Z] library/eclipse-temurin | 730 +++++++++------------
16:34:02 [2025-08-07T14:34:02.797Z] library/eggdrop | 5 +
16:34:02 [2025-08-07T14:34:02.797Z] library/elasticsearch | 30 +-
16:34:02 [2025-08-07T14:34:02.797Z] library/elixir | 53 +-
16:34:02 [2025-08-07T14:34:02.797Z] library/emqx | 4 +-
16:34:02 [2025-08-07T14:34:02.797Z] library/erlang | 50 +-
16:34:02 [2025-08-07T14:34:02.797Z] library/fedora | 21 +-
16:34:02 [2025-08-07T14:34:02.797Z] library/flink | 48 +-
16:34:02 [2025-08-07T14:34:02.797Z] library/fluentd | 20 +-
16:34:02 [2025-08-07T14:34:02.797Z] library/friendica | 46 +-
16:34:02 [2025-08-07T14:34:02.798Z] library/gcc | 33 +-
16:34:02 [2025-08-07T14:34:02.798Z] library/geonetwork | 14 +-
16:34:02 [2025-08-07T14:34:02.798Z] library/ghost | 20 +-
16:34:02 [2025-08-07T14:34:02.798Z] library/golang | 199 +++---
16:34:02 [2025-08-07T14:34:02.798Z] library/gradle | 459 ++++++++-----
16:34:02 [2025-08-07T14:34:02.798Z] library/groovy | 56 +-
16:34:02 [2025-08-07T14:34:02.798Z] library/haproxy | 65 +-
16:34:02 [2025-08-07T14:34:02.798Z] library/haskell | 16 +-
16:34:02 [2025-08-07T14:34:02.798Z] library/haxe | 169 +++--
16:34:02 [2025-08-07T14:34:02.798Z] library/hello-world | 11 +-
16:34:02 [2025-08-07T14:34:02.798Z] library/hitch | 6 +-
16:34:02 [2025-08-07T14:34:02.798Z] library/httpd | 10 +-
16:34:02 [2025-08-07T14:34:02.798Z] library/hylang | 182 +++--
16:34:02 [2025-08-07T14:34:02.798Z] library/ibm-semeru-runtimes | 167 ++---
16:34:02 [2025-08-07T14:34:02.798Z] library/ibmjava | 6 +-
16:34:02 [2025-08-07T14:34:02.798Z] library/influxdb | 18 +-
16:34:02 [2025-08-07T14:34:02.798Z] library/irssi | 6 +-
16:34:02 [2025-08-07T14:34:02.798Z] library/jetty | 82 +--
16:34:02 [2025-08-07T14:34:02.798Z] library/joomla | 108 +--
16:34:02 [2025-08-07T14:34:02.798Z] library/jruby | 82 ++-
16:34:02 [2025-08-07T14:34:02.798Z] library/julia | 122 ++--
16:34:02 [2025-08-07T14:34:02.798Z] library/kapacitor | 18 +-
16:34:02 [2025-08-07T14:34:02.798Z] library/kibana | 31 +-
16:34:02 [2025-08-07T14:34:02.799Z] library/kong | 26 +-
16:34:02 [2025-08-07T14:34:02.799Z] library/krakend | 6 +-
16:34:02 [2025-08-07T14:34:02.799Z] library/lightstreamer | 16 +-
16:34:02 [2025-08-07T14:34:02.799Z] library/liquibase | 8 +-
16:34:02 [2025-08-07T14:34:02.799Z] library/logstash | 28 +-
16:34:02 [2025-08-07T14:34:02.799Z] library/mageia | 4 +-
16:34:02 [2025-08-07T14:34:02.799Z] library/mariadb | 57 +-
16:34:02 [2025-08-07T14:34:02.799Z] library/matomo | 12 +-
16:34:02 [2025-08-07T14:34:02.799Z] library/maven | 197 +++---
16:34:02 [2025-08-07T14:34:02.799Z] library/mediawiki | 36 +-
16:34:02 [2025-08-07T14:34:02.799Z] library/memcached | 10 +-
16:34:02 [2025-08-07T14:34:02.799Z] library/mongo | 137 ++--
16:34:02 [2025-08-07T14:34:02.799Z] library/mongo-express | 43 +-
16:34:02 [2025-08-07T14:34:02.799Z] library/monica | 20 +-
16:34:02 [2025-08-07T14:34:02.799Z] library/mysql | 16 +-
16:34:02 [2025-08-07T14:34:02.799Z] library/nats | 50 +-
16:34:02 [2025-08-07T14:34:02.799Z] library/neo4j | 63 +-
16:34:02 [2025-08-07T14:34:02.799Z] library/neurodebian | 25 +-
16:34:02 [2025-08-07T14:34:02.799Z] library/nextcloud | 41 +-
16:34:02 [2025-08-07T14:34:02.799Z] library/nginx | 62 +-
16:34:02 [2025-08-07T14:34:02.799Z] library/node | 132 ++--
16:34:02 [2025-08-07T14:34:02.800Z] library/notary | 15 +-
16:34:02 [2025-08-07T14:34:02.800Z] library/odoo | 8 +-
16:34:02 [2025-08-07T14:34:02.800Z] library/open-liberty | 80 ++-
16:34:02 [2025-08-07T14:34:02.800Z] library/openjdk | 123 ++--
16:34:02 [2025-08-07T14:34:02.800Z] library/oraclelinux | 12 +-
16:34:02 [2025-08-07T14:34:02.800Z] library/orientdb | 12 +-
16:34:02 [2025-08-07T14:34:02.800Z] library/percona | 22 +-
16:34:02 [2025-08-07T14:34:02.800Z] library/perl | 130 ++--
16:34:02 [2025-08-07T14:34:02.800Z] library/photon | 25 +-
16:34:02 [2025-08-07T14:34:02.800Z] library/php | 428 +++++-------
16:34:02 [2025-08-07T14:34:02.800Z] library/postgres | 120 ++--
16:34:02 [2025-08-07T14:34:02.800Z] library/pypy | 110 +---
16:34:02 [2025-08-07T14:34:02.800Z] library/python | 262 ++++----
16:34:02 [2025-08-07T14:34:02.800Z] library/r-base | 6 +-
16:34:02 [2025-08-07T14:34:02.800Z] library/rabbitmq | 42 +-
16:34:02 [2025-08-07T14:34:02.800Z] library/rakudo-star | 6 +-
16:34:02 [2025-08-07T14:34:02.800Z] library/redis | 49 +-
16:34:02 [2025-08-07T14:34:02.800Z] library/redmine | 32 +-
16:34:02 [2025-08-07T14:34:02.801Z] library/registry | 4 -
16:34:02 [2025-08-07T14:34:02.801Z] library/rocket.chat | 40 +-
16:34:02 [2025-08-07T14:34:02.801Z] library/ros | 77 +--
16:34:02 [2025-08-07T14:34:02.801Z] library/ruby | 114 ++--
16:34:02 [2025-08-07T14:34:02.801Z] library/rust | 48 +-
16:34:02 [2025-08-07T14:34:02.801Z] library/sapmachine | 250 +++----
16:34:02 [2025-08-07T14:34:02.801Z] library/satosa | 20 +-
16:34:02 [2025-08-07T14:34:02.801Z] library/silverpeas | 8 +-
16:34:02 [2025-08-07T14:34:02.801Z] library/solr | 24 +-
16:34:02 [2025-08-07T14:34:02.801Z] library/sonarqube | 81 ++-
16:34:02 [2025-08-07T14:34:02.801Z] library/spark | 96 +--
16:34:02 [2025-08-07T14:34:02.801Z] library/storm | 12 +-
16:34:02 [2025-08-07T14:34:02.801Z] library/swift | 48 +-
16:34:02 [2025-08-07T14:34:02.801Z] library/swipl | 6 +-
16:34:02 [2025-08-07T14:34:02.801Z] library/teamspeak | 10 +-
16:34:02 [2025-08-07T14:34:02.801Z] library/telegraf | 22 +-
16:34:02 [2025-08-07T14:34:02.801Z] library/tomcat | 160 ++---
16:34:02 [2025-08-07T14:34:02.802Z] library/tomee | 98 +--
16:34:02 [2025-08-07T14:34:02.802Z] library/traefik | 69 +-
16:34:02 [2025-08-07T14:34:02.802Z] library/ubuntu | 183 +++---
16:34:02 [2025-08-07T14:34:02.802Z] library/varnish | 22 +-
16:34:02 [2025-08-07T14:34:02.802Z] library/websphere-liberty | 78 ++-
16:34:02 [2025-08-07T14:34:02.802Z] library/wordpress | 124 +---
16:34:02 [2025-08-07T14:34:02.802Z] library/xwiki | 52 +-
16:34:02 [2025-08-07T14:34:02.802Z] library/yourls | 16 +-
16:34:02 [2025-08-07T14:34:02.802Z] library/znc | 6 +-
16:34:02 [2025-08-07T14:34:02.802Z] test/tests/mongo-basics/run.sh | 2 +-
16:34:02 [2025-08-07T14:34:02.802Z] test/tests/php-argon2/container.php | 22 -
16:34:02 [2025-08-07T14:34:02.802Z] test/tests/rabbitmq-tls/run.sh | 4 +-
16:34:02 [2025-08-07T14:34:02.802Z] test/tests/redis-basics/run.sh | 2 +-
16:34:02 [2025-08-07T14:34:02.802Z] test/tests/ruby-bundler/container.sh | 6 +-
16:34:02 [2025-08-07T14:34:02.802Z] test/tests/ruby-gems/container.sh | 13 +-
16:34:02 [2025-08-07T14:34:02.802Z] test/tests/ruby-native-extension/run.sh | 2 +-
16:34:02 [2025-08-07T14:34:02.802Z] 150 files changed, 4150 insertions(+), 4214 deletions(-)
16:34:02 [2025-08-07T14:34:02.802Z] delete mode 100644 .external-pins/mcr.microsoft.com/windows/nanoserver___1809
16:34:02 [2025-08-07T14:34:02.802Z] delete mode 100644 .external-pins/mcr.microsoft.com/windows/servercore___1809
16:34:02 [2025-08-07T14:34:02.802Z] create mode 100644 .external-pins/redhat/ubi10-minimal___latest
16:34:02 [2025-08-07T14:34:02.802Z] create mode 100644 .external-pins/redhat/ubi10___latest
16:34:02 [2025-08-07T14:34:02.802Z] + git push origin HEAD:master
16:34:03 [2025-08-07T14:34:03.713Z] To https://github.com/Silverpeas/official-images
16:34:03 [2025-08-07T14:34:03.714Z] 16c6b9aa4..572fbe9d4 HEAD -> master
16:34:03 [2025-08-07T14:34:03.715Z] [Pipeline] script
16:34:03 [2025-08-07T14:34:03.719Z] [Pipeline] {
16:34:03 [2025-08-07T14:34:03.725Z] [Pipeline] sh
16:34:03 [2025-08-07T14:34:03.981Z] + git rev-parse silverpeas-6.4.4
16:34:03 [2025-08-07T14:34:03.987Z] [Pipeline] sh
16:34:04 [2025-08-07T14:34:04.245Z] + git checkout -b silverpeas-6.4.4
16:34:04 [2025-08-07T14:34:04.245Z] Basculement sur la nouvelle branche 'silverpeas-6.4.4'
16:34:04 [2025-08-07T14:34:04.245Z] + cp /var/lib/jenkins/workspace/Silverpeas Prod Image/silverpeas library/
16:34:04 [2025-08-07T14:34:04.245Z] + git commit -am Update Docker image for Silverpeas version 6.4.4
16:34:04 [2025-08-07T14:34:04.245Z] [silverpeas-6.4.4 8fad05f03] Update Docker image for Silverpeas version 6.4.4
16:34:04 [2025-08-07T14:34:04.245Z] 1 file changed, 2 insertions(+), 2 deletions(-)
16:34:04 [2025-08-07T14:34:04.245Z] + git push origin silverpeas-6.4.4
16:34:05 [2025-08-07T14:34:05.156Z] remote:
16:34:05 [2025-08-07T14:34:05.156Z] remote: Create a pull request for 'silverpeas-6.4.4' on GitHub by visiting:
16:34:05 [2025-08-07T14:34:05.157Z] remote: https://github.com/Silverpeas/official-images/pull/new/silverpeas-6.4.4
16:34:05 [2025-08-07T14:34:05.157Z] remote:
16:34:05 [2025-08-07T14:34:05.157Z] To https://github.com/Silverpeas/official-images
16:34:05 [2025-08-07T14:34:05.157Z] * [new branch] silverpeas-6.4.4 -> silverpeas-6.4.4
16:34:05 [2025-08-07T14:34:05.158Z] Did you forget the `def` keyword? WorkflowScript seems to be setting a field named doPR (to a value of type String) which could lead to memory leaks or other issues.
16:34:05 [2025-08-07T14:34:05.158Z] [Pipeline] }
16:34:05 [2025-08-07T14:34:05.204Z] [Pipeline] // script
16:34:05 [2025-08-07T14:34:05.221Z] [Pipeline] }
16:34:05 [2025-08-07T14:34:05.243Z] [Pipeline] // dir
16:34:05 [2025-08-07T14:34:05.274Z] [Pipeline] }
16:34:05 [2025-08-07T14:34:05.313Z] [Pipeline] // withCredentials
16:34:05 [2025-08-07T14:34:05.339Z] [Pipeline] }
16:34:05 [2025-08-07T14:34:05.365Z] [Pipeline] // stage
16:34:05 [2025-08-07T14:34:05.388Z] [Pipeline] stage
16:34:05 [2025-08-07T14:34:05.389Z] [Pipeline] { (Open pull request)
16:34:05 [2025-08-07T14:34:05.445Z] [Pipeline] withCredentials
16:34:05 [2025-08-07T14:34:05.659Z] Masking supported pattern matches of $GIT_TOKEN or $GIT_AUTH or $GIT_AUTH_USR or $GIT_AUTH_PSW
16:34:05 [2025-08-07T14:34:05.660Z] [Pipeline] {
16:34:05 [2025-08-07T14:34:05.676Z] [Pipeline] script
16:34:05 [2025-08-07T14:34:05.682Z] [Pipeline] {
16:34:05 [2025-08-07T14:34:05.693Z] [Pipeline] sh
16:34:05 [2025-08-07T14:34:05.694Z] Warning: A secret was passed to "sh" using Groovy String interpolation, which is insecure.
16:34:05 [2025-08-07T14:34:05.694Z] Affected argument(s) used the following variable(s): [GIT_TOKEN, GIT_AUTH_USR]
16:34:05 [2025-08-07T14:34:05.694Z] See https://jenkins.io/redirect/groovy-string-interpolation for details.
16:34:05 [2025-08-07T14:34:05.950Z] + curl -X POST -u ****:**** -H Accept: application/vnd.github.v3+json -d {"title":"New Docker image for Silverpeas 6.4.4",
16:34:05 [2025-08-07T14:34:05.950Z] "body":"Update silverpeas Docker library to take into account Silverpeas 6.4.4","head":"Silverpeas:silverpeas-6.4.4","base":"master"} https://api.github.com/repos/docker-library/official-images/pulls
16:34:05 [2025-08-07T14:34:05.950Z] % Total % Received % Xferd Average Speed Time Time Time Current
16:34:05 [2025-08-07T14:34:05.951Z] Dload Upload Total Spent Left Speed
16:34:05 [2025-08-07T14:34:05.951Z]
16:34:06 [2025-08-07T14:34:06.861Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
16:34:07 [2025-08-07T14:34:07.112Z] 100 183 0 0 100 183 0 171 0:00:01 0:00:01 --:--:-- 171
16:34:07 [2025-08-07T14:34:07.112Z] 100 19820 100 19637 100 183 15504 144 0:00:01 0:00:01 --:--:-- 15655
16:34:07 [2025-08-07T14:34:07.112Z] Did you forget the `def` keyword? WorkflowScript seems to be setting a field named prResult (to a value of type String) which could lead to memory leaks or other issues.
16:34:07 [2025-08-07T14:34:07.113Z] [Pipeline] }
16:34:07 [2025-08-07T14:34:07.117Z] [Pipeline] // script
16:34:07 [2025-08-07T14:34:07.123Z] [Pipeline] }
16:34:07 [2025-08-07T14:34:07.127Z] [Pipeline] // withCredentials
16:34:07 [2025-08-07T14:34:07.132Z] [Pipeline] }
16:34:07 [2025-08-07T14:34:07.136Z] [Pipeline] // stage
16:34:07 [2025-08-07T14:34:07.143Z] [Pipeline] stage
16:34:07 [2025-08-07T14:34:07.143Z] [Pipeline] { (Declarative: Post Actions)
16:34:07 [2025-08-07T14:34:07.151Z] [Pipeline] step
16:34:07 [2025-08-07T14:34:07.163Z] [Pipeline] script
16:34:07 [2025-08-07T14:34:07.167Z] [Pipeline] {
16:34:07 [2025-08-07T14:34:07.177Z] [Pipeline] sh
16:34:07 [2025-08-07T14:34:07.432Z] + mkdir -p build
16:34:07 [2025-08-07T14:34:07.433Z] [Pipeline] writeFile
16:34:07 [2025-08-07T14:34:07.440Z] [Pipeline] archiveArtifacts
16:34:07 [2025-08-07T14:34:07.442Z] Archiving artifacts
16:34:07 [2025-08-07T14:34:07.447Z] Enregistrement des empreintes numériques
16:34:07 [2025-08-07T14:34:07.463Z] [Pipeline] sh
16:34:07 [2025-08-07T14:34:07.718Z] + rm -rf build
16:34:07 [2025-08-07T14:34:07.725Z] [Pipeline] emailext
16:34:07 [2025-08-07T14:34:07.794Z] Sending email to: miguel.moquillon@silverpeas.org silveryocha@chastagnier.com
16:34:07 [2025-08-07T14:34:07.890Z] [Pipeline] }
16:34:07 [2025-08-07T14:34:07.899Z] [Pipeline] // script
16:34:07 [2025-08-07T14:34:07.907Z] [Pipeline] }
16:34:07 [2025-08-07T14:34:07.912Z] [Pipeline] // stage
16:34:07 [2025-08-07T14:34:07.916Z] [Pipeline] }
16:34:07 [2025-08-07T14:34:07.920Z] [Pipeline] // withEnv
16:34:07 [2025-08-07T14:34:07.925Z] [Pipeline] }
16:34:07 [2025-08-07T14:34:07.930Z] [Pipeline] // withEnv
16:34:07 [2025-08-07T14:34:07.934Z] [Pipeline] }
16:34:07 [2025-08-07T14:34:07.938Z] [Pipeline] // node
16:34:07 [2025-08-07T14:34:07.943Z] [Pipeline] End of Pipeline
16:34:07 [2025-08-07T14:34:07.980Z] Finished: SUCCESS