Skip to content
04:20:00 [2026-08-23T02:20:00.834Z] Lancé par une alarme périodique
04:20:00 [2026-08-23T02:20:00.834Z] Running as userbuild
04:20:01 [2026-08-23T02:20:01.342Z] Obtained src/tests/install/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git
04:20:02 [2026-08-23T02:20:02.370Z] [Pipeline] Start of Pipeline
04:20:02 [2026-08-23T02:20:02.788Z] [Pipeline] node
04:20:02 [2026-08-23T02:20:02.791Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_Installation_Test
04:20:02 [2026-08-23T02:20:02.800Z] [Pipeline] {
04:20:02 [2026-08-23T02:20:02.830Z] [Pipeline] stage
04:20:02 [2026-08-23T02:20:02.832Z] [Pipeline] { (Declarative: Checkout SCM)
04:20:02 [2026-08-23T02:20:02.847Z] [Pipeline] checkout
04:20:02 [2026-08-23T02:20:02.851Z] Selected Git installation does not exist. Using Default
04:20:02 [2026-08-23T02:20:02.851Z] The recommended git tool is: NONE
04:20:02 [2026-08-23T02:20:02.851Z] No credentials specified
04:20:02 [2026-08-23T02:20:02.852Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Installation_Test/.git # timeout=10
04:20:02 [2026-08-23T02:20:02.858Z] Fetching changes from the remote Git repository
04:20:02 [2026-08-23T02:20:02.860Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
04:20:02 [2026-08-23T02:20:02.866Z] Cleaning workspace
04:20:02 [2026-08-23T02:20:02.866Z]  > /usr/bin/git rev-parse --verify HEAD # timeout=10
04:20:02 [2026-08-23T02:20:02.872Z] Resetting working tree
04:20:02 [2026-08-23T02:20:02.872Z]  > /usr/bin/git reset --hard # timeout=10
04:20:02 [2026-08-23T02:20:02.977Z]  > /usr/bin/git clean -fdx # timeout=10
04:20:03 [2026-08-23T02:20:03.793Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git
04:20:03 [2026-08-23T02:20:03.794Z]  > /usr/bin/git --version # timeout=10
04:20:03 [2026-08-23T02:20:03.799Z]  > git --version # 'git version 2.43.0'
04:20:03 [2026-08-23T02:20:03.799Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Jenkins-Pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
04:20:04 [2026-08-23T02:20:04.269Z]  > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
04:20:04 [2026-08-23T02:20:04.277Z] Checking out Revision 5b79d885d26d617ef109b485fb9832a9185c5ce0 (refs/remotes/origin/master)
04:20:04 [2026-08-23T02:20:04.277Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
04:20:04 [2026-08-23T02:20:04.283Z]  > /usr/bin/git checkout -f 5b79d885d26d617ef109b485fb9832a9185c5ce0 # timeout=10
04:20:04 [2026-08-23T02:20:04.300Z] Commit message: "In the pipeline to construct a Docker image for building a Silverpeas project, add a new stage in which we switch to the git branch that is related to the version of the Docker image to generate. If such branch doesn't yet exist, then it is created."
04:20:04 [2026-08-23T02:20:04.300Z]  > /usr/bin/git rev-list --no-walk 5b79d885d26d617ef109b485fb9832a9185c5ce0 # timeout=10
04:20:04 [2026-08-23T02:20:04.319Z] [Pipeline] }
04:20:04 [2026-08-23T02:20:04.325Z] [Pipeline] // stage
04:20:04 [2026-08-23T02:20:04.349Z] [Pipeline] withEnv
04:20:04 [2026-08-23T02:20:04.351Z] [Pipeline] {
04:20:04 [2026-08-23T02:20:04.542Z] [Pipeline] isUnix
04:20:04 [2026-08-23T02:20:04.545Z] [Pipeline] withEnv
04:20:04 [2026-08-23T02:20:04.545Z] [Pipeline] {
04:20:04 [2026-08-23T02:20:04.555Z] [Pipeline] sh
04:20:04 [2026-08-23T02:20:04.813Z] + docker inspect -f . silverpeas/silverbuild
04:20:04 [2026-08-23T02:20:04.813Z] .
04:20:04 [2026-08-23T02:20:04.815Z] [Pipeline] }
04:20:04 [2026-08-23T02:20:04.823Z] [Pipeline] // withEnv
04:20:04 [2026-08-23T02:20:04.834Z] [Pipeline] withDockerContainer
04:20:04 [2026-08-23T02:20:04.877Z] Jenkins does not seem to be running inside a container
04:20:04 [2026-08-23T02:20:04.885Z] $ 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_Installation_Test -v /var/lib/jenkins/workspace/Silverpeas_Installation_Test:/var/lib/jenkins/workspace/Silverpeas_Installation_Test:rw,z -v /var/lib/jenkins/workspace/Silverpeas_Installation_Test@tmp:/var/lib/jenkins/workspace/Silverpeas_Installation_Test@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 ******** silverpeas/silverbuild cat
04:20:05 [2026-08-23T02:20:05.258Z] $ docker top 805fa2c53886cee91eefd6c11961f77a1bb21d0db5c5cdf612ef06c6ebc01f10 -eo pid,comm
04:20:05 [2026-08-23T02:20:05.303Z] [Pipeline] {
04:20:05 [2026-08-23T02:20:05.330Z] [Pipeline] withEnv
04:20:05 [2026-08-23T02:20:05.331Z] [Pipeline] {
04:20:05 [2026-08-23T02:20:05.349Z] [Pipeline] stage
04:20:05 [2026-08-23T02:20:05.350Z] [Pipeline] { (Fetch the last build version of Silverpeas)
04:20:05 [2026-08-23T02:20:05.379Z] [Pipeline] sh
04:20:05 [2026-08-23T02:20:05.636Z] + rm -rf LICENSE README.md src /home/silverbuild/.gradle
04:20:05 [2026-08-23T02:20:05.638Z] [Pipeline] sh
04:20:05 [2026-08-23T02:20:05.896Z] + mkdir logs/
04:20:05 [2026-08-23T02:20:05.902Z] [Pipeline] copyArtifacts
04:20:05 [2026-08-23T02:20:05.909Z] Copied 1 artifact from "Silverpeas_Master_AutoDeploy" build number 1130
04:20:05 [2026-08-23T02:20:05.916Z] [Pipeline] script
04:20:05 [2026-08-23T02:20:05.922Z] [Pipeline] {
04:20:05 [2026-08-23T02:20:05.929Z] [Pipeline] readYaml
04:20:05 [2026-08-23T02:20:05.939Z] Did you forget the `def` keyword? WorkflowScript seems to be setting a field named buildVersion (to a value of type String) which could lead to memory leaks or other issues.
04:20:05 [2026-08-23T02:20:05.943Z] [Pipeline] sh
04:20:06 [2026-08-23T02:20:06.201Z] + curl -fsSL -o pom.xml https://nexus3.silverpeas.org/repository/silverpeas/org/silverpeas/silverpeas-project/2.0-build260820/silverpeas-project-2.0-build260820.pom
04:20:06 [2026-08-23T02:20:06.203Z] [Pipeline] readMavenPom
04:20:06 [2026-08-23T02:20:06.230Z] Did you forget the `def` keyword? WorkflowScript seems to be setting a field named wildfly (to a value of type GStringImpl) which could lead to memory leaks or other issues.
04:20:06 [2026-08-23T02:20:06.236Z] Did you forget the `def` keyword? WorkflowScript seems to be setting a field named silverpeas (to a value of type GStringImpl) which could lead to memory leaks or other issues.
04:20:06 [2026-08-23T02:20:06.238Z] [Pipeline] sh
04:20:06 [2026-08-23T02:20:06.496Z] + rm -f pom.xml
04:20:06 [2026-08-23T02:20:06.498Z] [Pipeline] }
04:20:06 [2026-08-23T02:20:06.507Z] [Pipeline] // script
04:20:06 [2026-08-23T02:20:06.514Z] [Pipeline] sh
04:20:06 [2026-08-23T02:20:06.774Z] + rm -f build.yaml
04:20:06 [2026-08-23T02:20:06.778Z] [Pipeline] }
04:20:06 [2026-08-23T02:20:06.785Z] [Pipeline] // stage
04:20:06 [2026-08-23T02:20:06.793Z] [Pipeline] stage
04:20:06 [2026-08-23T02:20:06.794Z] [Pipeline] { (Set up the test environment)
04:20:06 [2026-08-23T02:20:06.815Z] [Pipeline] git
04:20:06 [2026-08-23T02:20:06.817Z] The recommended git tool is: NONE
04:20:06 [2026-08-23T02:20:06.817Z] No credentials specified
04:20:06 [2026-08-23T02:20:06.817Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@560205de; decorates hudson.Launcher$LocalLauncher@4bf2548f will be ignored (a typical symptom is the Git executable not being run inside a designated container)
04:20:06 [2026-08-23T02:20:06.818Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Installation_Test/.git # timeout=10
04:20:06 [2026-08-23T02:20:06.825Z] Fetching changes from the remote Git repository
04:20:06 [2026-08-23T02:20:06.827Z]  > /usr/bin/git config remote.origin.url https://github.com/mmoqui/Silverpeas-installation-tests # timeout=10
04:20:06 [2026-08-23T02:20:06.833Z] Fetching upstream changes from https://github.com/mmoqui/Silverpeas-installation-tests
04:20:06 [2026-08-23T02:20:06.833Z]  > /usr/bin/git --version # timeout=10
04:20:06 [2026-08-23T02:20:06.837Z]  > git --version # 'git version 2.43.0'
04:20:06 [2026-08-23T02:20:06.837Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/mmoqui/Silverpeas-installation-tests +refs/heads/*:refs/remotes/origin/* # timeout=10
04:20:07 [2026-08-23T02:20:07.288Z]  > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
04:20:07 [2026-08-23T02:20:07.295Z] Checking out Revision 7f7e4ff147ca0f1b8d507aae5fd225ce0bd37814 (refs/remotes/origin/master)
04:20:07 [2026-08-23T02:20:07.295Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
04:20:07 [2026-08-23T02:20:07.299Z]  > /usr/bin/git checkout -f 7f7e4ff147ca0f1b8d507aae5fd225ce0bd37814 # timeout=10
04:20:07 [2026-08-23T02:20:07.356Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
04:20:07 [2026-08-23T02:20:07.362Z]  > /usr/bin/git branch -D master # timeout=10
04:20:07 [2026-08-23T02:20:07.368Z]  > /usr/bin/git checkout -b master 7f7e4ff147ca0f1b8d507aae5fd225ce0bd37814 # timeout=10
04:20:07 [2026-08-23T02:20:07.421Z] Commit message: "Fix the name of the H2 databases"
04:20:07 [2026-08-23T02:20:07.422Z]  > /usr/bin/git rev-list --no-walk 7f7e4ff147ca0f1b8d507aae5fd225ce0bd37814 # timeout=10
04:20:07 [2026-08-23T02:20:07.440Z] [Pipeline] script
04:20:07 [2026-08-23T02:20:07.446Z] [Pipeline] {
04:20:07 [2026-08-23T02:20:07.456Z] [Pipeline] readYaml
04:20:07 [2026-08-23T02:20:07.463Z] Did you forget the `def` keyword? WorkflowScript seems to be setting a field named dbConf (to a value of type LinkedHashMap) which could lead to memory leaks or other issues.
04:20:07 [2026-08-23T02:20:07.463Z] [Pipeline] }
04:20:07 [2026-08-23T02:20:07.471Z] [Pipeline] // script
04:20:07 [2026-08-23T02:20:07.486Z] [Pipeline] sh
04:20:07 [2026-08-23T02:20:07.746Z] + curl -fsSL -o silverpeas-6.5-build260820-wildfly39.zip https://www.silverpeas.org/files/silverpeas-6.5-build260820-wildfly39.zip
04:20:07 [2026-08-23T02:20:07.996Z] + unzip silverpeas-6.5-build260820-wildfly39.zip
04:20:07 [2026-08-23T02:20:07.996Z] Archive:  silverpeas-6.5-build260820-wildfly39.zip
04:20:07 [2026-08-23T02:20:07.996Z]    creating: silverpeas-6.5-build260820-wildfly39/
04:20:07 [2026-08-23T02:20:07.996Z]    creating: silverpeas-6.5-build260820-wildfly39/bin/
04:20:07 [2026-08-23T02:20:07.996Z]    creating: silverpeas-6.5-build260820-wildfly39/bin/lib/
04:20:07 [2026-08-23T02:20:07.996Z]    creating: silverpeas-6.5-build260820-wildfly39/bin/gradle/
04:20:07 [2026-08-23T02:20:07.996Z]    creating: silverpeas-6.5-build260820-wildfly39/bin/gradle/wrapper/
04:20:07 [2026-08-23T02:20:07.996Z]    creating: silverpeas-6.5-build260820-wildfly39/configuration/
04:20:07 [2026-08-23T02:20:07.996Z]    creating: silverpeas-6.5-build260820-wildfly39/configuration/silverpeas/
04:20:07 [2026-08-23T02:20:07.996Z]    creating: silverpeas-6.5-build260820-wildfly39/configuration/silverpeas/resources/
04:20:07 [2026-08-23T02:20:07.996Z]    creating: silverpeas-6.5-build260820-wildfly39/configuration/jboss/
04:20:07 [2026-08-23T02:20:07.996Z]    creating: silverpeas-6.5-build260820-wildfly39/configuration/jboss/modules/
04:20:07 [2026-08-23T02:20:07.996Z]    creating: silverpeas-6.5-build260820-wildfly39/configuration/jboss/modules/org/
04:20:07 [2026-08-23T02:20:07.996Z]    creating: silverpeas-6.5-build260820-wildfly39/configuration/jboss/modules/org/mnode/
04:20:07 [2026-08-23T02:20:07.996Z]    creating: silverpeas-6.5-build260820-wildfly39/configuration/jboss/modules/org/mnode/ical4j/
04:20:07 [2026-08-23T02:20:07.996Z]    creating: silverpeas-6.5-build260820-wildfly39/configuration/jboss/modules/org/mnode/ical4j/main/
04:20:07 [2026-08-23T02:20:07.996Z]    creating: silverpeas-6.5-build260820-wildfly39/log/
04:20:07 [2026-08-23T02:20:07.996Z]   inflating: silverpeas-6.5-build260820-wildfly39/bin/silverpeas  
04:20:07 [2026-08-23T02:20:07.996Z]   inflating: silverpeas-6.5-build260820-wildfly39/bin/settings.gradle  
04:20:07 [2026-08-23T02:20:07.996Z]   inflating: silverpeas-6.5-build260820-wildfly39/bin/silverpeas.gradle  
04:20:07 [2026-08-23T02:20:07.996Z]   inflating: silverpeas-6.5-build260820-wildfly39/bin/lib/README.TXT  
04:20:07 [2026-08-23T02:20:07.996Z]   inflating: silverpeas-6.5-build260820-wildfly39/bin/build.gradle  
04:20:07 [2026-08-23T02:20:07.996Z]   inflating: silverpeas-6.5-build260820-wildfly39/bin/silverpeas.bat  
04:20:07 [2026-08-23T02:20:07.996Z]   inflating: silverpeas-6.5-build260820-wildfly39/bin/gradle/wrapper/gradle-wrapper.jar  
04:20:07 [2026-08-23T02:20:07.996Z]   inflating: silverpeas-6.5-build260820-wildfly39/bin/gradle/wrapper/gradle-wrapper.properties  
04:20:07 [2026-08-23T02:20:07.996Z]   inflating: silverpeas-6.5-build260820-wildfly39/configuration/silverpeas/resources/silverpeas-jcr.cnd  
04:20:07 [2026-08-23T02:20:07.997Z]   inflating: silverpeas-6.5-build260820-wildfly39/configuration/silverpeas/resources/silverpeas-oak-index.properties  
04:20:07 [2026-08-23T02:20:07.997Z]   inflating: silverpeas-6.5-build260820-wildfly39/configuration/silverpeas/resources/silverpeas-oak.properties  
04:20:07 [2026-08-23T02:20:07.997Z]   inflating: silverpeas-6.5-build260820-wildfly39/configuration/silverpeas/01-schedulerSettings.groovy  
04:20:07 [2026-08-23T02:20:07.997Z]   inflating: silverpeas-6.5-build260820-wildfly39/configuration/silverpeas/01-updateWYSIWYGContents.groovy  
04:20:07 [2026-08-23T02:20:07.997Z]   inflating: silverpeas-6.5-build260820-wildfly39/configuration/silverpeas/01-variousSettings.groovy  
04:20:07 [2026-08-23T02:20:07.997Z]   inflating: silverpeas-6.5-build260820-wildfly39/configuration/silverpeas/01-jcrSettings.groovy  
04:20:07 [2026-08-23T02:20:07.997Z]   inflating: silverpeas-6.5-build260820-wildfly39/configuration/silverpeas/01-converterSettings.groovy  
04:20:07 [2026-08-23T02:20:07.997Z]   inflating: silverpeas-6.5-build260820-wildfly39/configuration/silverpeas/01-tickersSettings.groovy  
04:20:07 [2026-08-23T02:20:07.997Z]   inflating: silverpeas-6.5-build260820-wildfly39/configuration/silverpeas/00-SilverpeasSettings.xml  
04:20:07 [2026-08-23T02:20:07.997Z]   inflating: silverpeas-6.5-build260820-wildfly39/configuration/silverpeas/01-updateAttachmentsWithFileServer.groovy  
04:20:07 [2026-08-23T02:20:07.997Z]   inflating: silverpeas-6.5-build260820-wildfly39/configuration/jboss/extensions-removing.cli  
04:20:07 [2026-08-23T02:20:07.997Z]   inflating: silverpeas-6.5-build260820-wildfly39/configuration/jboss/jsp-reload.cli  
04:20:07 [2026-08-23T02:20:07.997Z]   inflating: silverpeas-6.5-build260820-wildfly39/configuration/jboss/modules/org/mnode/ical4j/main/threeten-extra-1.8.0.jar  
04:20:07 [2026-08-23T02:20:07.997Z]   inflating: silverpeas-6.5-build260820-wildfly39/configuration/jboss/modules/org/mnode/ical4j/main/module.xml  
04:20:07 [2026-08-23T02:20:07.997Z]   inflating: silverpeas-6.5-build260820-wildfly39/configuration/jboss/modules/org/mnode/ical4j/main/ical4j-4.3.0.jar  
04:20:07 [2026-08-23T02:20:07.997Z]   inflating: silverpeas-6.5-build260820-wildfly39/configuration/jboss/jsp-java8-support.cli  
04:20:07 [2026-08-23T02:20:07.997Z]   inflating: silverpeas-6.5-build260820-wildfly39/configuration/jboss/jboss-jta.cli  
04:20:07 [2026-08-23T02:20:07.997Z]   inflating: silverpeas-6.5-build260820-wildfly39/configuration/jboss/webserver-parameters.cli  
04:20:07 [2026-08-23T02:20:07.997Z]   inflating: silverpeas-6.5-build260820-wildfly39/configuration/jboss/jackrabbit-remove.cli  
04:20:07 [2026-08-23T02:20:07.997Z]   inflating: silverpeas-6.5-build260820-wildfly39/configuration/jboss/silverpeas-website.groovy  
04:20:07 [2026-08-23T02:20:07.997Z]   inflating: silverpeas-6.5-build260820-wildfly39/configuration/jboss/http-request-max-size.cli  
04:20:07 [2026-08-23T02:20:07.997Z]   inflating: silverpeas-6.5-build260820-wildfly39/configuration/jboss/wildfly-logging.cli  
04:20:07 [2026-08-23T02:20:07.997Z]   inflating: silverpeas-6.5-build260820-wildfly39/configuration/jboss/jackson-for-json.cli  
04:20:07 [2026-08-23T02:20:07.997Z]   inflating: silverpeas-6.5-build260820-wildfly39/configuration/jboss/silverpeas-jms.cli  
04:20:07 [2026-08-23T02:20:07.997Z]   inflating: silverpeas-6.5-build260820-wildfly39/configuration/jboss/jboss-standalone-debug.groovy  
04:20:07 [2026-08-23T02:20:07.997Z]   inflating: silverpeas-6.5-build260820-wildfly39/configuration/jboss/silverpeas-logging-profile.cli  
04:20:07 [2026-08-23T02:20:07.997Z]   inflating: silverpeas-6.5-build260820-wildfly39/configuration/jboss/jboss-secure.cli  
04:20:07 [2026-08-23T02:20:07.997Z]   inflating: silverpeas-6.5-build260820-wildfly39/configuration/jboss/silverpeas-weblib.groovy  
04:20:07 [2026-08-23T02:20:07.997Z]   inflating: silverpeas-6.5-build260820-wildfly39/configuration/jboss/silverpeas-ds.cli  
04:20:07 [2026-08-23T02:20:07.997Z]   inflating: silverpeas-6.5-build260820-wildfly39/configuration/jboss/jboss-port.cli  
04:20:07 [2026-08-23T02:20:07.997Z]   inflating: silverpeas-6.5-build260820-wildfly39/configuration/jboss/silverpeas-data-web.cli  
04:20:07 [2026-08-23T02:20:07.997Z]   inflating: silverpeas-6.5-build260820-wildfly39/configuration/jboss/deployment-timeout.cli  
04:20:07 [2026-08-23T02:20:07.997Z]   inflating: silverpeas-6.5-build260820-wildfly39/configuration/sample_config.properties  
04:20:07 [2026-08-23T02:20:07.997Z]   inflating: silverpeas-6.5-build260820-wildfly39/log/README.TXT  
04:20:07 [2026-08-23T02:20:07.997Z]   inflating: silverpeas-6.5-build260820-wildfly39/BUILD  
04:20:07 [2026-08-23T02:20:07.997Z] + mv silverpeas-6.5-build260820-wildfly39 silverpeas
04:20:07 [2026-08-23T02:20:07.997Z] + curl -fsSL -o wildfly-39.0.1.Final.zip https://www.silverpeas.org/files/wildfly-39.0.1.Final.zip
04:20:07 [2026-08-23T02:20:07.997Z] curl: (22) The requested URL returned error: 404
04:20:08 [2026-08-23T02:20:08.007Z] [Pipeline] }
04:20:08 [2026-08-23T02:20:08.017Z] [Pipeline] // stage
04:20:08 [2026-08-23T02:20:08.026Z] [Pipeline] stage
04:20:08 [2026-08-23T02:20:08.027Z] [Pipeline] { (Test installation against PostgreSQL)
04:20:08 [2026-08-23T02:20:08.039Z] Stage "Test installation against PostgreSQL" skipped due to earlier failure(s)
04:20:08 [2026-08-23T02:20:08.041Z] [Pipeline] getContext
04:20:08 [2026-08-23T02:20:08.051Z] [Pipeline] }
04:20:08 [2026-08-23T02:20:08.058Z] [Pipeline] // stage
04:20:08 [2026-08-23T02:20:08.068Z] [Pipeline] stage
04:20:08 [2026-08-23T02:20:08.069Z] [Pipeline] { (Test installation against MS-SQLServer)
04:20:08 [2026-08-23T02:20:08.077Z] Stage "Test installation against MS-SQLServer" skipped due to earlier failure(s)
04:20:08 [2026-08-23T02:20:08.078Z] [Pipeline] getContext
04:20:08 [2026-08-23T02:20:08.080Z] [Pipeline] }
04:20:08 [2026-08-23T02:20:08.089Z] [Pipeline] // stage
04:20:08 [2026-08-23T02:20:08.101Z] [Pipeline] stage
04:20:08 [2026-08-23T02:20:08.102Z] [Pipeline] { (Test installation against Oracle)
04:20:08 [2026-08-23T02:20:08.110Z] Stage "Test installation against Oracle" skipped due to earlier failure(s)
04:20:08 [2026-08-23T02:20:08.112Z] [Pipeline] getContext
04:20:08 [2026-08-23T02:20:08.115Z] [Pipeline] }
04:20:08 [2026-08-23T02:20:08.123Z] [Pipeline] // stage
04:20:08 [2026-08-23T02:20:08.135Z] [Pipeline] stage
04:20:08 [2026-08-23T02:20:08.137Z] [Pipeline] { (Test installation against H2)
04:20:08 [2026-08-23T02:20:08.145Z] Stage "Test installation against H2" skipped due to earlier failure(s)
04:20:08 [2026-08-23T02:20:08.147Z] [Pipeline] getContext
04:20:08 [2026-08-23T02:20:08.150Z] [Pipeline] }
04:20:08 [2026-08-23T02:20:08.159Z] [Pipeline] // stage
04:20:08 [2026-08-23T02:20:08.172Z] [Pipeline] stage
04:20:08 [2026-08-23T02:20:08.173Z] [Pipeline] { (Declarative: Post Actions)
04:20:08 [2026-08-23T02:20:08.192Z] [Pipeline] script
04:20:08 [2026-08-23T02:20:08.199Z] [Pipeline] {
04:20:08 [2026-08-23T02:20:08.216Z] [Pipeline] }
04:20:08 [2026-08-23T02:20:08.224Z] [Pipeline] // script
04:20:08 [2026-08-23T02:20:08.233Z] [Pipeline] archiveArtifacts
04:20:08 [2026-08-23T02:20:08.235Z] Archiving artifacts
04:20:08 [2026-08-23T02:20:08.245Z] [Pipeline] step
04:20:08 [2026-08-23T02:20:08.258Z] Sending e-mails to: miguel.moquillon@silverpeas.org silveryocha@chastagnier.com
04:20:08 [2026-08-23T02:20:08.379Z] [Pipeline] }
04:20:08 [2026-08-23T02:20:08.387Z] [Pipeline] // stage
04:20:08 [2026-08-23T02:20:08.394Z] [Pipeline] }
04:20:08 [2026-08-23T02:20:08.400Z] [Pipeline] // withEnv
04:20:08 [2026-08-23T02:20:08.404Z] [Pipeline] }
04:20:08 [2026-08-23T02:20:08.406Z] $ docker stop --time=1 805fa2c53886cee91eefd6c11961f77a1bb21d0db5c5cdf612ef06c6ebc01f10
04:20:09 [2026-08-23T02:20:09.639Z] $ docker rm -f --volumes 805fa2c53886cee91eefd6c11961f77a1bb21d0db5c5cdf612ef06c6ebc01f10
04:20:09 [2026-08-23T02:20:09.678Z] [Pipeline] // withDockerContainer
04:20:09 [2026-08-23T02:20:09.683Z] [Pipeline] }
04:20:09 [2026-08-23T02:20:09.689Z] [Pipeline] // withEnv
04:20:09 [2026-08-23T02:20:09.696Z] [Pipeline] }
04:20:09 [2026-08-23T02:20:09.707Z] [Pipeline] // node
04:20:09 [2026-08-23T02:20:09.715Z] [Pipeline] End of Pipeline
04:20:09 [2026-08-23T02:20:09.775Z] ERROR: script returned exit code 22
04:20:09 [2026-08-23T02:20:09.800Z] Finished: FAILURE