17:18:06 [2026-08-21T15:18:06.443Z] Démarré à distance par l'hôte 140.82.115.168 17:18:06 [2026-08-21T15:18:06.444Z] Running as userbuild 17:18:06 [2026-08-21T15:18:06.947Z] Obtained src/builds/project/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git 17:18:07 [2026-08-21T15:18:07.496Z] [Pipeline] Start of Pipeline 17:18:07 [2026-08-21T15:18:07.966Z] [Pipeline] node 17:18:07 [2026-08-21T15:18:07.972Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy 17:18:07 [2026-08-21T15:18:07.980Z] [Pipeline] { 17:18:08 [2026-08-21T15:18:08.006Z] [Pipeline] stage 17:18:08 [2026-08-21T15:18:08.007Z] [Pipeline] { (Declarative: Checkout SCM) 17:18:08 [2026-08-21T15:18:08.022Z] [Pipeline] checkout 17:18:08 [2026-08-21T15:18:08.026Z] Selected Git installation does not exist. Using Default 17:18:08 [2026-08-21T15:18:08.026Z] The recommended git tool is: NONE 17:18:08 [2026-08-21T15:18:08.026Z] No credentials specified 17:18:08 [2026-08-21T15:18:08.027Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy/.git # timeout=10 17:18:08 [2026-08-21T15:18:08.032Z] Fetching changes from the remote Git repository 17:18:08 [2026-08-21T15:18:08.034Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10 17:18:08 [2026-08-21T15:18:08.042Z] Cleaning workspace 17:18:08 [2026-08-21T15:18:08.042Z] > /usr/bin/git rev-parse --verify HEAD # timeout=10 17:18:08 [2026-08-21T15:18:08.047Z] Resetting working tree 17:18:08 [2026-08-21T15:18:08.047Z] > /usr/bin/git reset --hard # timeout=10 17:18:08 [2026-08-21T15:18:08.057Z] > /usr/bin/git clean -fdx # timeout=10 17:18:08 [2026-08-21T15:18:08.064Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git 17:18:08 [2026-08-21T15:18:08.064Z] > /usr/bin/git --version # timeout=10 17:18:08 [2026-08-21T15:18:08.069Z] > git --version # 'git version 2.43.0' 17:18:08 [2026-08-21T15:18:08.069Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Jenkins-Pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:18:08 [2026-08-21T15:18:08.530Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10 17:18:08 [2026-08-21T15:18:08.536Z] Checking out Revision 5b79d885d26d617ef109b485fb9832a9185c5ce0 (refs/remotes/origin/master) 17:18:08 [2026-08-21T15:18:08.537Z] > /usr/bin/git config core.sparsecheckout # timeout=10 17:18:08 [2026-08-21T15:18:08.542Z] > /usr/bin/git checkout -f 5b79d885d26d617ef109b485fb9832a9185c5ce0 # timeout=10 17:18:08 [2026-08-21T15:18:08.558Z] 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." 17:18:08 [2026-08-21T15:18:08.558Z] > /usr/bin/git rev-list --no-walk 5b79d885d26d617ef109b485fb9832a9185c5ce0 # timeout=10 17:18:08 [2026-08-21T15:18:08.580Z] [Pipeline] } 17:18:08 [2026-08-21T15:18:08.587Z] [Pipeline] // stage 17:18:08 [2026-08-21T15:18:08.621Z] [Pipeline] withEnv 17:18:08 [2026-08-21T15:18:08.623Z] [Pipeline] { 17:18:08 [2026-08-21T15:18:08.785Z] [Pipeline] isUnix 17:18:08 [2026-08-21T15:18:08.786Z] [Pipeline] withEnv 17:18:08 [2026-08-21T15:18:08.787Z] [Pipeline] { 17:18:08 [2026-08-21T15:18:08.794Z] [Pipeline] sh 17:18:09 [2026-08-21T15:18:09.050Z] + docker inspect -f . silverpeas/silverbuild 17:18:09 [2026-08-21T15:18:09.050Z] . 17:18:09 [2026-08-21T15:18:09.051Z] [Pipeline] } 17:18:09 [2026-08-21T15:18:09.059Z] [Pipeline] // withEnv 17:18:09 [2026-08-21T15:18:09.069Z] [Pipeline] withDockerContainer 17:18:09 [2026-08-21T15:18:09.107Z] Jenkins does not seem to be running inside a container 17:18:09 [2026-08-21T15:18:09.115Z] $ 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_Project_Definition_AutoDeploy -v /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy:/var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy:rw,z -v /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy@tmp:/var/lib/jenkins/workspace/Silverpeas_Project_Definition_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 ******** silverpeas/silverbuild cat 17:18:09 [2026-08-21T15:18:09.415Z] $ docker top c401fea7c0aa6dad663daa41b047b68aa9429b54d03c4c8d11bf48066faa3b7f -eo pid,comm 17:18:09 [2026-08-21T15:18:09.454Z] [Pipeline] { 17:18:09 [2026-08-21T15:18:09.484Z] [Pipeline] withEnv 17:18:09 [2026-08-21T15:18:09.484Z] [Pipeline] { 17:18:09 [2026-08-21T15:18:09.507Z] [Pipeline] stage 17:18:09 [2026-08-21T15:18:09.508Z] [Pipeline] { (Prepare the build) 17:18:09 [2026-08-21T15:18:09.546Z] [Pipeline] echo 17:18:09 [2026-08-21T15:18:09.546Z] Prepare the build 260821... 17:18:09 [2026-08-21T15:18:09.548Z] [Pipeline] sh 17:18:09 [2026-08-21T15:18:09.806Z] + curl -fsSL -o pom1.xml https://raw.githubusercontent.com/Silverpeas/Silverpeas-Project/master/pom.xml 17:18:10 [2026-08-21T15:18:10.060Z] [Pipeline] script 17:18:10 [2026-08-21T15:18:10.066Z] [Pipeline] { 17:18:10 [2026-08-21T15:18:10.075Z] [Pipeline] readMavenPom 17:18:10 [2026-08-21T15:18:10.101Z] 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. 17:18:10 [2026-08-21T15:18:10.104Z] 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. 17:18:10 [2026-08-21T15:18:10.106Z] Did you forget the `def` keyword? WorkflowScript seems to be setting a field named wildfly (to a value of type String) which could lead to memory leaks or other issues. 17:18:10 [2026-08-21T15:18:10.107Z] [Pipeline] } 17:18:10 [2026-08-21T15:18:10.113Z] [Pipeline] // script 17:18:10 [2026-08-21T15:18:10.121Z] [Pipeline] sh 17:18:10 [2026-08-21T15:18:10.376Z] + curl -fsSL -o pom2.xml https://raw.githubusercontent.com/Silverpeas/silverpeas-dependencies-bom/master/pom.xml 17:18:10 [2026-08-21T15:18:10.630Z] [Pipeline] script 17:18:10 [2026-08-21T15:18:10.634Z] [Pipeline] { 17:18:10 [2026-08-21T15:18:10.643Z] [Pipeline] readMavenPom 17:18:10 [2026-08-21T15:18:10.652Z] [Pipeline] } 17:18:10 [2026-08-21T15:18:10.665Z] [Pipeline] // script 17:18:10 [2026-08-21T15:18:10.673Z] [Pipeline] sh 17:18:10 [2026-08-21T15:18:10.932Z] + rm -f pom1.xml pom2.xml 17:18:10 [2026-08-21T15:18:10.938Z] [Pipeline] } 17:18:10 [2026-08-21T15:18:10.946Z] [Pipeline] // stage 17:18:10 [2026-08-21T15:18:10.958Z] [Pipeline] stage 17:18:10 [2026-08-21T15:18:10.959Z] [Pipeline] { (Build and Publish dependencies definition) 17:18:10 [2026-08-21T15:18:10.989Z] [Pipeline] dir 17:18:10 [2026-08-21T15:18:10.989Z] Running in /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy/dependencies 17:18:10 [2026-08-21T15:18:10.990Z] [Pipeline] { 17:18:11 [2026-08-21T15:18:11.005Z] [Pipeline] git 17:18:11 [2026-08-21T15:18:11.007Z] Selected Git installation does not exist. Using Default 17:18:11 [2026-08-21T15:18:11.007Z] The recommended git tool is: NONE 17:18:11 [2026-08-21T15:18:11.008Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59 17:18:11 [2026-08-21T15:18:11.015Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@23f0e389; decorates hudson.Launcher$LocalLauncher@3554b31b will be ignored (a typical symptom is the Git executable not being run inside a designated container) 17:18:11 [2026-08-21T15:18:11.016Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy/dependencies/.git # timeout=10 17:18:11 [2026-08-21T15:18:11.022Z] Fetching changes from the remote Git repository 17:18:11 [2026-08-21T15:18:11.025Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/silverpeas-dependencies-bom # timeout=10 17:18:11 [2026-08-21T15:18:11.031Z] Fetching upstream changes from https://github.com/Silverpeas/silverpeas-dependencies-bom 17:18:11 [2026-08-21T15:18:11.031Z] > /usr/bin/git --version # timeout=10 17:18:11 [2026-08-21T15:18:11.036Z] > git --version # 'git version 2.43.0' 17:18:11 [2026-08-21T15:18:11.036Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins 17:18:11 [2026-08-21T15:18:11.042Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/silverpeas-dependencies-bom +refs/heads/*:refs/remotes/origin/* # timeout=10 17:18:11 [2026-08-21T15:18:11.576Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10 17:18:11 [2026-08-21T15:18:11.583Z] Checking out Revision f002536b42336ef8b1275d9a17bf9d7aefaff73d (refs/remotes/origin/master) 17:18:11 [2026-08-21T15:18:11.583Z] > /usr/bin/git config core.sparsecheckout # timeout=10 17:18:11 [2026-08-21T15:18:11.588Z] > /usr/bin/git checkout -f f002536b42336ef8b1275d9a17bf9d7aefaff73d # timeout=10 17:18:11 [2026-08-21T15:18:11.596Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10 17:18:11 [2026-08-21T15:18:11.604Z] > /usr/bin/git branch -D master # timeout=10 17:18:11 [2026-08-21T15:18:11.611Z] > /usr/bin/git checkout -b master f002536b42336ef8b1275d9a17bf9d7aefaff73d # timeout=10 17:18:11 [2026-08-21T15:18:11.620Z] Commit message: "Update some dependencies:" 17:18:11 [2026-08-21T15:18:11.621Z] > /usr/bin/git rev-list --no-walk f002536b42336ef8b1275d9a17bf9d7aefaff73d # timeout=10 17:18:11 [2026-08-21T15:18:11.639Z] [Pipeline] sh 17:18:11 [2026-08-21T15:18:11.895Z] + mvn -U versions:set -DgenerateBackupPoms=false -DnewVersion=2.0-build260821 17:18:13 [2026-08-21T15:18:13.758Z] [INFO] Scanning for projects... 17:18:13 [2026-08-21T15:18:13.758Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.pom 17:18:14 [2026-08-21T15:18:14.309Z] Progress (1): 780 B 17:18:14 [2026-08-21T15:18:14.309Z] Progress (1): 1.7 kB 17:18:14 [2026-08-21T15:18:14.309Z] Progress (1): 4.2 kB 17:18:14 [2026-08-21T15:18:14.309Z] Progress (1): 5.3 kB 17:18:14 [2026-08-21T15:18:14.309Z] 17:18:14 [2026-08-21T15:18:14.309Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.pom (5.3 kB at 12 kB/s) 17:18:14 [2026-08-21T15:18:14.309Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/35/maven-plugins-35.pom 17:18:14 [2026-08-21T15:18:14.309Z] Progress (1): 752 B 17:18:14 [2026-08-21T15:18:14.309Z] Progress (1): 1.7 kB 17:18:14 [2026-08-21T15:18:14.309Z] Progress (1): 3.7 kB 17:18:14 [2026-08-21T15:18:14.309Z] Progress (1): 6.4 kB 17:18:14 [2026-08-21T15:18:14.309Z] Progress (1): 8.2 kB 17:18:14 [2026-08-21T15:18:14.309Z] Progress (1): 9.9 kB 17:18:14 [2026-08-21T15:18:14.309Z] 17:18:14 [2026-08-21T15:18:14.309Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/35/maven-plugins-35.pom (9.9 kB at 309 kB/s) 17:18:14 [2026-08-21T15:18:14.309Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/35/maven-parent-35.pom 17:18:14 [2026-08-21T15:18:14.309Z] Progress (1): 726 B 17:18:14 [2026-08-21T15:18:14.309Z] Progress (1): 1.6 kB 17:18:14 [2026-08-21T15:18:14.309Z] Progress (1): 4.2 kB 17:18:14 [2026-08-21T15:18:14.309Z] Progress (1): 8.4 kB 17:18:14 [2026-08-21T15:18:14.309Z] Progress (1): 11 kB 17:18:14 [2026-08-21T15:18:14.309Z] Progress (1): 16 kB 17:18:14 [2026-08-21T15:18:14.309Z] Progress (1): 21 kB 17:18:14 [2026-08-21T15:18:14.309Z] Progress (1): 23 kB 17:18:14 [2026-08-21T15:18:14.309Z] Progress (1): 26 kB 17:18:14 [2026-08-21T15:18:14.309Z] Progress (1): 28 kB 17:18:14 [2026-08-21T15:18:14.309Z] Progress (1): 30 kB 17:18:14 [2026-08-21T15:18:14.309Z] Progress (1): 33 kB 17:18:14 [2026-08-21T15:18:14.309Z] Progress (1): 37 kB 17:18:14 [2026-08-21T15:18:14.309Z] Progress (1): 39 kB 17:18:14 [2026-08-21T15:18:14.309Z] Progress (1): 42 kB 17:18:14 [2026-08-21T15:18:14.309Z] Progress (1): 45 kB 17:18:14 [2026-08-21T15:18:14.309Z] 17:18:14 [2026-08-21T15:18:14.309Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/35/maven-parent-35.pom (45 kB at 1.2 MB/s) 17:18:14 [2026-08-21T15:18:14.309Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/25/apache-25.pom 17:18:14 [2026-08-21T15:18:14.309Z] Progress (1): 743 B 17:18:14 [2026-08-21T15:18:14.309Z] Progress (1): 1.6 kB 17:18:14 [2026-08-21T15:18:14.309Z] Progress (1): 3.4 kB 17:18:14 [2026-08-21T15:18:14.309Z] Progress (1): 5.5 kB 17:18:14 [2026-08-21T15:18:14.309Z] Progress (1): 9.0 kB 17:18:14 [2026-08-21T15:18:14.309Z] Progress (1): 14 kB 17:18:14 [2026-08-21T15:18:14.310Z] Progress (1): 17 kB 17:18:14 [2026-08-21T15:18:14.310Z] Progress (1): 19 kB 17:18:14 [2026-08-21T15:18:14.310Z] Progress (1): 21 kB 17:18:14 [2026-08-21T15:18:14.310Z] 17:18:14 [2026-08-21T15:18:14.310Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/25/apache-25.pom (21 kB at 501 kB/s) 17:18:14 [2026-08-21T15:18:14.560Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.jar 17:18:14 [2026-08-21T15:18:14.560Z] Progress (1): 0.9/36 kB 17:18:14 [2026-08-21T15:18:14.560Z] Progress (1): 2.3/36 kB 17:18:14 [2026-08-21T15:18:14.560Z] Progress (1): 3.6/36 kB 17:18:14 [2026-08-21T15:18:14.560Z] Progress (1): 5.0/36 kB 17:18:14 [2026-08-21T15:18:14.560Z] Progress (1): 6.4/36 kB 17:18:14 [2026-08-21T15:18:14.560Z] Progress (1): 7.7/36 kB 17:18:14 [2026-08-21T15:18:14.560Z] Progress (1): 9.1/36 kB 17:18:14 [2026-08-21T15:18:14.560Z] Progress (1): 10/36 kB 17:18:14 [2026-08-21T15:18:14.560Z] Progress (1): 12/36 kB 17:18:14 [2026-08-21T15:18:14.560Z] Progress (1): 13/36 kB 17:18:14 [2026-08-21T15:18:14.560Z] Progress (1): 15/36 kB 17:18:14 [2026-08-21T15:18:14.560Z] Progress (1): 16/36 kB 17:18:14 [2026-08-21T15:18:14.560Z] Progress (1): 17/36 kB 17:18:14 [2026-08-21T15:18:14.560Z] Progress (1): 19/36 kB 17:18:14 [2026-08-21T15:18:14.560Z] Progress (1): 20/36 kB 17:18:14 [2026-08-21T15:18:14.560Z] Progress (1): 21/36 kB 17:18:14 [2026-08-21T15:18:14.560Z] Progress (1): 23/36 kB 17:18:14 [2026-08-21T15:18:14.560Z] Progress (1): 24/36 kB 17:18:14 [2026-08-21T15:18:14.560Z] Progress (1): 26/36 kB 17:18:14 [2026-08-21T15:18:14.560Z] Progress (1): 27/36 kB 17:18:14 [2026-08-21T15:18:14.560Z] Progress (1): 28/36 kB 17:18:14 [2026-08-21T15:18:14.560Z] Progress (1): 30/36 kB 17:18:14 [2026-08-21T15:18:14.561Z] Progress (1): 34/36 kB 17:18:14 [2026-08-21T15:18:14.561Z] Progress (1): 36 kB 17:18:14 [2026-08-21T15:18:14.561Z] 17:18:14 [2026-08-21T15:18:14.561Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.jar (36 kB at 728 kB/s) 17:18:14 [2026-08-21T15:18:14.561Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/3.1.4/maven-install-plugin-3.1.4.pom 17:18:14 [2026-08-21T15:18:14.561Z] Progress (1): 786 B 17:18:14 [2026-08-21T15:18:14.561Z] Progress (1): 2.3 kB 17:18:14 [2026-08-21T15:18:14.561Z] Progress (1): 5.0 kB 17:18:14 [2026-08-21T15:18:14.561Z] Progress (1): 8.1 kB 17:18:14 [2026-08-21T15:18:14.561Z] Progress (1): 8.1 kB 17:18:14 [2026-08-21T15:18:14.561Z] 17:18:14 [2026-08-21T15:18:14.561Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/3.1.4/maven-install-plugin-3.1.4.pom (8.1 kB at 238 kB/s) 17:18:14 [2026-08-21T15:18:14.561Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/43/maven-plugins-43.pom 17:18:14 [2026-08-21T15:18:14.561Z] Progress (1): 773 B 17:18:14 [2026-08-21T15:18:14.561Z] Progress (1): 2.3 kB 17:18:14 [2026-08-21T15:18:14.561Z] Progress (1): 5.1 kB 17:18:14 [2026-08-21T15:18:14.561Z] Progress (1): 7.5 kB 17:18:14 [2026-08-21T15:18:14.561Z] 17:18:14 [2026-08-21T15:18:14.561Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/43/maven-plugins-43.pom (7.5 kB at 249 kB/s) 17:18:14 [2026-08-21T15:18:14.561Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/43/maven-parent-43.pom 17:18:14 [2026-08-21T15:18:14.561Z] Progress (1): 720 B 17:18:14 [2026-08-21T15:18:14.561Z] Progress (1): 1.9 kB 17:18:14 [2026-08-21T15:18:14.561Z] Progress (1): 5.5 kB 17:18:14 [2026-08-21T15:18:14.561Z] Progress (1): 9.9 kB 17:18:14 [2026-08-21T15:18:14.561Z] Progress (1): 14 kB 17:18:14 [2026-08-21T15:18:14.561Z] Progress (1): 19 kB 17:18:14 [2026-08-21T15:18:14.561Z] Progress (1): 23 kB 17:18:14 [2026-08-21T15:18:14.561Z] Progress (1): 25 kB 17:18:14 [2026-08-21T15:18:14.561Z] Progress (1): 27 kB 17:18:14 [2026-08-21T15:18:14.561Z] Progress (1): 29 kB 17:18:14 [2026-08-21T15:18:14.561Z] Progress (1): 32 kB 17:18:14 [2026-08-21T15:18:14.561Z] Progress (1): 36 kB 17:18:14 [2026-08-21T15:18:14.561Z] Progress (1): 38 kB 17:18:14 [2026-08-21T15:18:14.561Z] Progress (1): 42 kB 17:18:14 [2026-08-21T15:18:14.561Z] Progress (1): 44 kB 17:18:14 [2026-08-21T15:18:14.561Z] Progress (1): 50 kB 17:18:14 [2026-08-21T15:18:14.561Z] Progress (1): 50 kB 17:18:14 [2026-08-21T15:18:14.561Z] 17:18:14 [2026-08-21T15:18:14.561Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/43/maven-parent-43.pom (50 kB at 1.3 MB/s) 17:18:14 [2026-08-21T15:18:14.561Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/33/apache-33.pom 17:18:14 [2026-08-21T15:18:14.561Z] Progress (1): 741 B 17:18:14 [2026-08-21T15:18:14.561Z] Progress (1): 2.1 kB 17:18:14 [2026-08-21T15:18:14.561Z] Progress (1): 4.0 kB 17:18:14 [2026-08-21T15:18:14.561Z] Progress (1): 6.0 kB 17:18:14 [2026-08-21T15:18:14.561Z] Progress (1): 10 kB 17:18:14 [2026-08-21T15:18:14.561Z] Progress (1): 16 kB 17:18:14 [2026-08-21T15:18:14.561Z] Progress (1): 19 kB 17:18:14 [2026-08-21T15:18:14.561Z] Progress (1): 20 kB 17:18:14 [2026-08-21T15:18:14.561Z] Progress (1): 23 kB 17:18:14 [2026-08-21T15:18:14.561Z] Progress (1): 24 kB 17:18:14 [2026-08-21T15:18:14.561Z] 17:18:14 [2026-08-21T15:18:14.561Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/33/apache-33.pom (24 kB at 756 kB/s) 17:18:14 [2026-08-21T15:18:14.811Z] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.10.3/junit-bom-5.10.3.pom 17:18:14 [2026-08-21T15:18:14.812Z] Progress (1): 908 B 17:18:14 [2026-08-21T15:18:14.812Z] Progress (1): 4.1 kB 17:18:14 [2026-08-21T15:18:14.812Z] Progress (1): 5.6 kB 17:18:14 [2026-08-21T15:18:14.812Z] 17:18:14 [2026-08-21T15:18:14.812Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.10.3/junit-bom-5.10.3.pom (5.6 kB at 182 kB/s) 17:18:14 [2026-08-21T15:18:14.812Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/3.1.4/maven-install-plugin-3.1.4.jar 17:18:14 [2026-08-21T15:18:14.812Z] Progress (1): 3.8/33 kB 17:18:14 [2026-08-21T15:18:14.812Z] Progress (1): 8.0/33 kB 17:18:14 [2026-08-21T15:18:14.812Z] Progress (1): 12/33 kB 17:18:14 [2026-08-21T15:18:14.812Z] Progress (1): 16/33 kB 17:18:14 [2026-08-21T15:18:14.812Z] Progress (1): 21/33 kB 17:18:14 [2026-08-21T15:18:14.812Z] Progress (1): 25/33 kB 17:18:14 [2026-08-21T15:18:14.812Z] Progress (1): 29/33 kB 17:18:14 [2026-08-21T15:18:14.812Z] Progress (1): 33 kB 17:18:14 [2026-08-21T15:18:14.812Z] 17:18:14 [2026-08-21T15:18:14.812Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/3.1.4/maven-install-plugin-3.1.4.jar (33 kB at 931 kB/s) 17:18:14 [2026-08-21T15:18:14.812Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/3.1.4/maven-deploy-plugin-3.1.4.pom 17:18:14 [2026-08-21T15:18:14.812Z] Progress (1): 771 B 17:18:14 [2026-08-21T15:18:14.812Z] Progress (1): 2.2 kB 17:18:14 [2026-08-21T15:18:14.812Z] Progress (1): 4.9 kB 17:18:14 [2026-08-21T15:18:14.812Z] Progress (1): 8.6 kB 17:18:14 [2026-08-21T15:18:14.812Z] Progress (1): 9.2 kB 17:18:14 [2026-08-21T15:18:14.812Z] 17:18:14 [2026-08-21T15:18:14.812Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/3.1.4/maven-deploy-plugin-3.1.4.pom (9.2 kB at 271 kB/s) 17:18:14 [2026-08-21T15:18:14.812Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/3.1.4/maven-deploy-plugin-3.1.4.jar 17:18:14 [2026-08-21T15:18:14.812Z] Progress (1): 3.8/40 kB 17:18:14 [2026-08-21T15:18:14.812Z] Progress (1): 8.0/40 kB 17:18:14 [2026-08-21T15:18:14.812Z] Progress (1): 11/40 kB 17:18:14 [2026-08-21T15:18:14.812Z] Progress (1): 16/40 kB 17:18:14 [2026-08-21T15:18:14.812Z] Progress (1): 20/40 kB 17:18:14 [2026-08-21T15:18:14.812Z] Progress (1): 24/40 kB 17:18:14 [2026-08-21T15:18:14.812Z] Progress (1): 28/40 kB 17:18:14 [2026-08-21T15:18:14.812Z] Progress (1): 32/40 kB 17:18:14 [2026-08-21T15:18:14.812Z] Progress (1): 37/40 kB 17:18:14 [2026-08-21T15:18:14.812Z] Progress (1): 40 kB 17:18:14 [2026-08-21T15:18:14.812Z] 17:18:14 [2026-08-21T15:18:14.812Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/3.1.4/maven-deploy-plugin-3.1.4.jar (40 kB at 1.3 MB/s) 17:18:14 [2026-08-21T15:18:14.812Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.12.1/maven-site-plugin-3.12.1.pom 17:18:14 [2026-08-21T15:18:14.812Z] Progress (1): 798 B 17:18:14 [2026-08-21T15:18:14.812Z] Progress (1): 2.6 kB 17:18:14 [2026-08-21T15:18:14.812Z] Progress (1): 5.2 kB 17:18:14 [2026-08-21T15:18:14.812Z] Progress (1): 6.9 kB 17:18:14 [2026-08-21T15:18:14.812Z] Progress (1): 13 kB 17:18:14 [2026-08-21T15:18:14.813Z] Progress (1): 18 kB 17:18:14 [2026-08-21T15:18:14.813Z] Progress (1): 20 kB 17:18:14 [2026-08-21T15:18:14.813Z] 17:18:14 [2026-08-21T15:18:14.813Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.12.1/maven-site-plugin-3.12.1.pom (20 kB at 621 kB/s) 17:18:14 [2026-08-21T15:18:14.813Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom 17:18:15 [2026-08-21T15:18:15.063Z] Progress (1): 753 B 17:18:15 [2026-08-21T15:18:15.064Z] Progress (1): 2.2 kB 17:18:15 [2026-08-21T15:18:15.064Z] Progress (1): 4.5 kB 17:18:15 [2026-08-21T15:18:15.064Z] Progress (1): 7.3 kB 17:18:15 [2026-08-21T15:18:15.064Z] Progress (1): 9.9 kB 17:18:15 [2026-08-21T15:18:15.064Z] 17:18:15 [2026-08-21T15:18:15.064Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom (9.9 kB at 236 kB/s) 17:18:15 [2026-08-21T15:18:15.064Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/36/maven-parent-36.pom 17:18:15 [2026-08-21T15:18:15.064Z] Progress (1): 725 B 17:18:15 [2026-08-21T15:18:15.064Z] Progress (1): 1.9 kB 17:18:15 [2026-08-21T15:18:15.064Z] Progress (1): 5.4 kB 17:18:15 [2026-08-21T15:18:15.064Z] Progress (1): 9.7 kB 17:18:15 [2026-08-21T15:18:15.064Z] Progress (1): 14 kB 17:18:15 [2026-08-21T15:18:15.064Z] Progress (1): 19 kB 17:18:15 [2026-08-21T15:18:15.064Z] Progress (1): 23 kB 17:18:15 [2026-08-21T15:18:15.064Z] Progress (1): 25 kB 17:18:15 [2026-08-21T15:18:15.064Z] Progress (1): 27 kB 17:18:15 [2026-08-21T15:18:15.064Z] Progress (1): 28 kB 17:18:15 [2026-08-21T15:18:15.064Z] Progress (1): 31 kB 17:18:15 [2026-08-21T15:18:15.064Z] Progress (1): 35 kB 17:18:15 [2026-08-21T15:18:15.064Z] Progress (1): 38 kB 17:18:15 [2026-08-21T15:18:15.064Z] Progress (1): 41 kB 17:18:15 [2026-08-21T15:18:15.064Z] Progress (1): 45 kB 17:18:15 [2026-08-21T15:18:15.064Z] 17:18:15 [2026-08-21T15:18:15.064Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/36/maven-parent-36.pom (45 kB at 1.3 MB/s) 17:18:15 [2026-08-21T15:18:15.064Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/26/apache-26.pom 17:18:15 [2026-08-21T15:18:15.064Z] Progress (1): 744 B 17:18:15 [2026-08-21T15:18:15.064Z] Progress (1): 2.1 kB 17:18:15 [2026-08-21T15:18:15.064Z] Progress (1): 3.9 kB 17:18:15 [2026-08-21T15:18:15.064Z] Progress (1): 7.3 kB 17:18:15 [2026-08-21T15:18:15.064Z] Progress (1): 12 kB 17:18:15 [2026-08-21T15:18:15.064Z] Progress (1): 16 kB 17:18:15 [2026-08-21T15:18:15.064Z] Progress (1): 19 kB 17:18:15 [2026-08-21T15:18:15.064Z] Progress (1): 21 kB 17:18:15 [2026-08-21T15:18:15.064Z] 17:18:15 [2026-08-21T15:18:15.064Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/26/apache-26.pom (21 kB at 587 kB/s) 17:18:15 [2026-08-21T15:18:15.064Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.12.1/maven-site-plugin-3.12.1.jar 17:18:15 [2026-08-21T15:18:15.064Z] Progress (1): 7.7/119 kB 17:18:15 [2026-08-21T15:18:15.064Z] Progress (1): 16/119 kB 17:18:15 [2026-08-21T15:18:15.064Z] Progress (1): 32/119 kB 17:18:15 [2026-08-21T15:18:15.064Z] Progress (1): 48/119 kB 17:18:15 [2026-08-21T15:18:15.064Z] Progress (1): 65/119 kB 17:18:15 [2026-08-21T15:18:15.064Z] Progress (1): 81/119 kB 17:18:15 [2026-08-21T15:18:15.064Z] Progress (1): 97/119 kB 17:18:15 [2026-08-21T15:18:15.064Z] Progress (1): 114/119 kB 17:18:15 [2026-08-21T15:18:15.064Z] Progress (1): 119 kB 17:18:15 [2026-08-21T15:18:15.064Z] 17:18:15 [2026-08-21T15:18:15.064Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.12.1/maven-site-plugin-3.12.1.jar (119 kB at 2.6 MB/s) 17:18:15 [2026-08-21T15:18:15.064Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml 17:18:15 [2026-08-21T15:18:15.064Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml 17:18:15 [2026-08-21T15:18:15.315Z] Progress (1): 4.6 kB 17:18:15 [2026-08-21T15:18:15.315Z] Progress (1): 12 kB 17:18:15 [2026-08-21T15:18:15.315Z] Progress (1): 14 kB 17:18:15 [2026-08-21T15:18:15.315Z] 17:18:15 [2026-08-21T15:18:15.315Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml (14 kB at 595 kB/s) 17:18:15 [2026-08-21T15:18:15.315Z] Progress (1): 3.7 kB 17:18:15 [2026-08-21T15:18:15.315Z] Progress (1): 7.5 kB 17:18:15 [2026-08-21T15:18:15.315Z] Progress (1): 13 kB 17:18:15 [2026-08-21T15:18:15.315Z] Progress (1): 19 kB 17:18:15 [2026-08-21T15:18:15.315Z] Progress (1): 20 kB 17:18:15 [2026-08-21T15:18:15.315Z] 17:18:15 [2026-08-21T15:18:15.315Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml (20 kB at 327 kB/s) 17:18:15 [2026-08-21T15:18:15.315Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/maven-metadata.xml 17:18:15 [2026-08-21T15:18:15.315Z] Progress (1): 1.5 kB 17:18:15 [2026-08-21T15:18:15.315Z] 17:18:15 [2026-08-21T15:18:15.315Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/maven-metadata.xml (1.5 kB at 53 kB/s) 17:18:15 [2026-08-21T15:18:15.315Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/2.21.0/versions-maven-plugin-2.21.0.pom 17:18:15 [2026-08-21T15:18:15.315Z] Progress (1): 1.9 kB 17:18:15 [2026-08-21T15:18:15.315Z] Progress (1): 5.5 kB 17:18:15 [2026-08-21T15:18:15.315Z] Progress (1): 7.9 kB 17:18:15 [2026-08-21T15:18:15.315Z] Progress (1): 10 kB 17:18:15 [2026-08-21T15:18:15.315Z] Progress (1): 12 kB 17:18:15 [2026-08-21T15:18:15.315Z] 17:18:15 [2026-08-21T15:18:15.315Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/2.21.0/versions-maven-plugin-2.21.0.pom (12 kB at 410 kB/s) 17:18:15 [2026-08-21T15:18:15.315Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions/2.21.0/versions-2.21.0.pom 17:18:15 [2026-08-21T15:18:15.315Z] Progress (1): 1.1 kB 17:18:15 [2026-08-21T15:18:15.315Z] Progress (1): 2.9 kB 17:18:15 [2026-08-21T15:18:15.315Z] Progress (1): 4.6 kB 17:18:15 [2026-08-21T15:18:15.315Z] Progress (1): 9.3 kB 17:18:15 [2026-08-21T15:18:15.315Z] Progress (1): 12 kB 17:18:15 [2026-08-21T15:18:15.315Z] Progress (1): 15 kB 17:18:15 [2026-08-21T15:18:15.315Z] 17:18:15 [2026-08-21T15:18:15.315Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions/2.21.0/versions-2.21.0.pom (15 kB at 436 kB/s) 17:18:15 [2026-08-21T15:18:15.315Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/95/mojo-parent-95.pom 17:18:15 [2026-08-21T15:18:15.315Z] Progress (1): 711 B 17:18:15 [2026-08-21T15:18:15.315Z] Progress (1): 1.6 kB 17:18:15 [2026-08-21T15:18:15.315Z] Progress (1): 5.2 kB 17:18:15 [2026-08-21T15:18:15.315Z] Progress (1): 7.3 kB 17:18:15 [2026-08-21T15:18:15.315Z] Progress (1): 8.8 kB 17:18:15 [2026-08-21T15:18:15.315Z] Progress (1): 11 kB 17:18:15 [2026-08-21T15:18:15.315Z] Progress (1): 14 kB 17:18:15 [2026-08-21T15:18:15.315Z] Progress (1): 17 kB 17:18:15 [2026-08-21T15:18:15.315Z] Progress (1): 22 kB 17:18:15 [2026-08-21T15:18:15.315Z] Progress (1): 26 kB 17:18:15 [2026-08-21T15:18:15.315Z] Progress (1): 28 kB 17:18:15 [2026-08-21T15:18:15.315Z] Progress (1): 31 kB 17:18:15 [2026-08-21T15:18:15.315Z] Progress (1): 34 kB 17:18:15 [2026-08-21T15:18:15.315Z] Progress (1): 38 kB 17:18:15 [2026-08-21T15:18:15.315Z] Progress (1): 39 kB 17:18:15 [2026-08-21T15:18:15.315Z] 17:18:15 [2026-08-21T15:18:15.315Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/95/mojo-parent-95.pom (39 kB at 1.1 MB/s) 17:18:15 [2026-08-21T15:18:15.315Z] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.14.1/junit-bom-5.14.1.pom 17:18:15 [2026-08-21T15:18:15.315Z] Progress (1): 908 B 17:18:15 [2026-08-21T15:18:15.315Z] Progress (1): 2.2 kB 17:18:15 [2026-08-21T15:18:15.315Z] Progress (1): 5.7 kB 17:18:15 [2026-08-21T15:18:15.315Z] 17:18:15 [2026-08-21T15:18:15.315Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.14.1/junit-bom-5.14.1.pom (5.7 kB at 189 kB/s) 17:18:15 [2026-08-21T15:18:15.566Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/2.21.0/versions-maven-plugin-2.21.0.jar 17:18:15 [2026-08-21T15:18:15.566Z] Progress (1): 0.9/301 kB 17:18:15 [2026-08-21T15:18:15.566Z] Progress (1): 2.3/301 kB 17:18:15 [2026-08-21T15:18:15.566Z] Progress (1): 3.6/301 kB 17:18:15 [2026-08-21T15:18:15.566Z] Progress (1): 5.0/301 kB 17:18:15 [2026-08-21T15:18:15.566Z] Progress (1): 6.4/301 kB 17:18:15 [2026-08-21T15:18:15.566Z] Progress (1): 7.7/301 kB 17:18:15 [2026-08-21T15:18:15.566Z] Progress (1): 9.1/301 kB 17:18:15 [2026-08-21T15:18:15.566Z] Progress (1): 10/301 kB 17:18:15 [2026-08-21T15:18:15.566Z] Progress (1): 11/301 kB 17:18:15 [2026-08-21T15:18:15.566Z] Progress (1): 13/301 kB 17:18:15 [2026-08-21T15:18:15.566Z] Progress (1): 14/301 kB 17:18:15 [2026-08-21T15:18:15.566Z] Progress (1): 15/301 kB 17:18:15 [2026-08-21T15:18:15.566Z] Progress (1): 17/301 kB 17:18:15 [2026-08-21T15:18:15.566Z] Progress (1): 18/301 kB 17:18:15 [2026-08-21T15:18:15.566Z] Progress (1): 20/301 kB 17:18:15 [2026-08-21T15:18:15.566Z] Progress (1): 21/301 kB 17:18:15 [2026-08-21T15:18:15.566Z] Progress (1): 22/301 kB 17:18:15 [2026-08-21T15:18:15.566Z] Progress (1): 24/301 kB 17:18:15 [2026-08-21T15:18:15.566Z] Progress (1): 25/301 kB 17:18:15 [2026-08-21T15:18:15.566Z] Progress (1): 29/301 kB 17:18:15 [2026-08-21T15:18:15.566Z] Progress (1): 33/301 kB 17:18:15 [2026-08-21T15:18:15.566Z] Progress (1): 38/301 kB 17:18:15 [2026-08-21T15:18:15.566Z] Progress (1): 42/301 kB 17:18:15 [2026-08-21T15:18:15.566Z] Progress (1): 46/301 kB 17:18:15 [2026-08-21T15:18:15.566Z] Progress (1): 50/301 kB 17:18:15 [2026-08-21T15:18:15.566Z] Progress (1): 55/301 kB 17:18:15 [2026-08-21T15:18:15.566Z] Progress (1): 59/301 kB 17:18:15 [2026-08-21T15:18:15.566Z] Progress (1): 63/301 kB 17:18:15 [2026-08-21T15:18:15.566Z] Progress (1): 67/301 kB 17:18:15 [2026-08-21T15:18:15.566Z] Progress (1): 72/301 kB 17:18:15 [2026-08-21T15:18:15.566Z] Progress (1): 76/301 kB 17:18:15 [2026-08-21T15:18:15.566Z] Progress (1): 80/301 kB 17:18:15 [2026-08-21T15:18:15.566Z] Progress (1): 84/301 kB 17:18:15 [2026-08-21T15:18:15.566Z] Progress (1): 88/301 kB 17:18:15 [2026-08-21T15:18:15.566Z] Progress (1): 93/301 kB 17:18:15 [2026-08-21T15:18:15.566Z] Progress (1): 97/301 kB 17:18:15 [2026-08-21T15:18:15.566Z] Progress (1): 101/301 kB 17:18:15 [2026-08-21T15:18:15.566Z] Progress (1): 105/301 kB 17:18:15 [2026-08-21T15:18:15.566Z] Progress (1): 110/301 kB 17:18:15 [2026-08-21T15:18:15.566Z] Progress (1): 114/301 kB 17:18:15 [2026-08-21T15:18:15.566Z] Progress (1): 118/301 kB 17:18:15 [2026-08-21T15:18:15.566Z] Progress (1): 122/301 kB 17:18:15 [2026-08-21T15:18:15.566Z] Progress (1): 127/301 kB 17:18:15 [2026-08-21T15:18:15.566Z] Progress (1): 131/301 kB 17:18:15 [2026-08-21T15:18:15.566Z] Progress (1): 135/301 kB 17:18:15 [2026-08-21T15:18:15.566Z] Progress (1): 139/301 kB 17:18:15 [2026-08-21T15:18:15.566Z] Progress (1): 142/301 kB 17:18:15 [2026-08-21T15:18:15.566Z] Progress (1): 147/301 kB 17:18:15 [2026-08-21T15:18:15.566Z] Progress (1): 151/301 kB 17:18:15 [2026-08-21T15:18:15.566Z] Progress (1): 155/301 kB 17:18:15 [2026-08-21T15:18:15.566Z] Progress (1): 159/301 kB 17:18:15 [2026-08-21T15:18:15.566Z] Progress (1): 164/301 kB 17:18:15 [2026-08-21T15:18:15.566Z] Progress (1): 168/301 kB 17:18:15 [2026-08-21T15:18:15.566Z] Progress (1): 172/301 kB 17:18:15 [2026-08-21T15:18:15.566Z] Progress (1): 176/301 kB 17:18:15 [2026-08-21T15:18:15.566Z] Progress (1): 180/301 kB 17:18:15 [2026-08-21T15:18:15.566Z] Progress (1): 185/301 kB 17:18:15 [2026-08-21T15:18:15.566Z] Progress (1): 189/301 kB 17:18:15 [2026-08-21T15:18:15.566Z] Progress (1): 193/301 kB 17:18:15 [2026-08-21T15:18:15.566Z] Progress (1): 210/301 kB 17:18:15 [2026-08-21T15:18:15.566Z] Progress (1): 226/301 kB 17:18:15 [2026-08-21T15:18:15.566Z] Progress (1): 242/301 kB 17:18:15 [2026-08-21T15:18:15.566Z] Progress (1): 259/301 kB 17:18:15 [2026-08-21T15:18:15.566Z] Progress (1): 273/301 kB 17:18:15 [2026-08-21T15:18:15.566Z] Progress (1): 290/301 kB 17:18:15 [2026-08-21T15:18:15.566Z] Progress (1): 301 kB 17:18:15 [2026-08-21T15:18:15.566Z] 17:18:15 [2026-08-21T15:18:15.566Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/2.21.0/versions-maven-plugin-2.21.0.jar (301 kB at 5.3 MB/s) 17:18:15 [2026-08-21T15:18:15.566Z] [INFO] 17:18:15 [2026-08-21T15:18:15.566Z] [INFO] -------------< org.silverpeas:silverpeas-dependencies-bom >------------- 17:18:15 [2026-08-21T15:18:15.566Z] [INFO] Building Silverpeas Dependencies BOM 2.0-SNAPSHOT 17:18:15 [2026-08-21T15:18:15.566Z] [INFO] from pom.xml 17:18:15 [2026-08-21T15:18:15.566Z] [INFO] --------------------------------[ pom ]--------------------------------- 17:18:15 [2026-08-21T15:18:15.566Z] [INFO] 17:18:15 [2026-08-21T15:18:15.566Z] [INFO] --- versions:2.21.0:set (default-cli) @ silverpeas-dependencies-bom --- 17:18:15 [2026-08-21T15:18:15.566Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-api/2.21.0/versions-api-2.21.0.pom 17:18:15 [2026-08-21T15:18:15.566Z] Progress (1): 940 B 17:18:15 [2026-08-21T15:18:15.566Z] 17:18:15 [2026-08-21T15:18:15.566Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-api/2.21.0/versions-api-2.21.0.pom (940 B at 27 kB/s) 17:18:15 [2026-08-21T15:18:15.566Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-model/2.21.0/versions-model-2.21.0.pom 17:18:15 [2026-08-21T15:18:15.566Z] Progress (1): 1.2 kB 17:18:15 [2026-08-21T15:18:15.566Z] Progress (1): 2.7 kB 17:18:15 [2026-08-21T15:18:15.566Z] 17:18:15 [2026-08-21T15:18:15.566Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-model/2.21.0/versions-model-2.21.0.pom (2.7 kB at 86 kB/s) 17:18:15 [2026-08-21T15:18:15.566Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-model-report/2.21.0/versions-model-report-2.21.0.pom 17:18:15 [2026-08-21T15:18:15.817Z] Progress (1): 1.4 kB 17:18:15 [2026-08-21T15:18:15.817Z] Progress (1): 2.6 kB 17:18:15 [2026-08-21T15:18:15.817Z] 17:18:15 [2026-08-21T15:18:15.817Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-model-report/2.21.0/versions-model-report-2.21.0.pom (2.6 kB at 88 kB/s) 17:18:15 [2026-08-21T15:18:15.817Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-common/2.21.0/versions-common-2.21.0.pom 17:18:15 [2026-08-21T15:18:15.817Z] Progress (1): 2.5 kB 17:18:15 [2026-08-21T15:18:15.817Z] Progress (1): 5.4 kB 17:18:15 [2026-08-21T15:18:15.817Z] 17:18:15 [2026-08-21T15:18:15.817Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-common/2.21.0/versions-common-2.21.0.pom (5.4 kB at 141 kB/s) 17:18:15 [2026-08-21T15:18:15.817Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/3.5.3/wagon-provider-api-3.5.3.pom 17:18:15 [2026-08-21T15:18:15.817Z] Progress (1): 827 B 17:18:15 [2026-08-21T15:18:15.817Z] Progress (1): 1.9 kB 17:18:15 [2026-08-21T15:18:15.817Z] 17:18:15 [2026-08-21T15:18:15.817Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/3.5.3/wagon-provider-api-3.5.3.pom (1.9 kB at 58 kB/s) 17:18:15 [2026-08-21T15:18:15.817Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/3.5.3/wagon-3.5.3.pom 17:18:15 [2026-08-21T15:18:15.817Z] Progress (1): 740 B 17:18:15 [2026-08-21T15:18:15.817Z] Progress (1): 2.1 kB 17:18:15 [2026-08-21T15:18:15.817Z] Progress (1): 4.6 kB 17:18:15 [2026-08-21T15:18:15.817Z] Progress (1): 8.3 kB 17:18:15 [2026-08-21T15:18:15.817Z] Progress (1): 12 kB 17:18:15 [2026-08-21T15:18:15.817Z] Progress (1): 15 kB 17:18:15 [2026-08-21T15:18:15.817Z] Progress (1): 18 kB 17:18:15 [2026-08-21T15:18:15.817Z] Progress (1): 21 kB 17:18:15 [2026-08-21T15:18:15.817Z] 17:18:15 [2026-08-21T15:18:15.817Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/3.5.3/wagon-3.5.3.pom (21 kB at 558 kB/s) 17:18:15 [2026-08-21T15:18:15.817Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/34/maven-parent-34.pom 17:18:15 [2026-08-21T15:18:15.817Z] Progress (1): 727 B 17:18:15 [2026-08-21T15:18:15.817Z] Progress (1): 1.9 kB 17:18:15 [2026-08-21T15:18:15.817Z] Progress (1): 5.4 kB 17:18:15 [2026-08-21T15:18:15.817Z] Progress (1): 9.8 kB 17:18:15 [2026-08-21T15:18:15.817Z] Progress (1): 14 kB 17:18:15 [2026-08-21T15:18:15.817Z] Progress (1): 19 kB 17:18:15 [2026-08-21T15:18:15.817Z] Progress (1): 23 kB 17:18:15 [2026-08-21T15:18:15.817Z] Progress (1): 26 kB 17:18:15 [2026-08-21T15:18:15.817Z] Progress (1): 27 kB 17:18:15 [2026-08-21T15:18:15.817Z] Progress (1): 30 kB 17:18:15 [2026-08-21T15:18:15.817Z] Progress (1): 34 kB 17:18:15 [2026-08-21T15:18:15.817Z] Progress (1): 37 kB 17:18:15 [2026-08-21T15:18:15.817Z] Progress (1): 41 kB 17:18:15 [2026-08-21T15:18:15.817Z] Progress (1): 43 kB 17:18:15 [2026-08-21T15:18:15.817Z] 17:18:15 [2026-08-21T15:18:15.817Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/34/maven-parent-34.pom (43 kB at 931 kB/s) 17:18:15 [2026-08-21T15:18:15.817Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/23/apache-23.pom 17:18:16 [2026-08-21T15:18:16.068Z] Progress (1): 749 B 17:18:16 [2026-08-21T15:18:16.068Z] Progress (1): 2.1 kB 17:18:16 [2026-08-21T15:18:16.068Z] Progress (1): 3.9 kB 17:18:16 [2026-08-21T15:18:16.068Z] Progress (1): 7.9 kB 17:18:16 [2026-08-21T15:18:16.068Z] Progress (1): 13 kB 17:18:16 [2026-08-21T15:18:16.068Z] Progress (1): 16 kB 17:18:16 [2026-08-21T15:18:16.068Z] Progress (1): 18 kB 17:18:16 [2026-08-21T15:18:16.068Z] 17:18:16 [2026-08-21T15:18:16.068Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/23/apache-23.pom (18 kB at 526 kB/s) 17:18:16 [2026-08-21T15:18:16.068Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/4.0.2/plexus-utils-4.0.2.pom 17:18:16 [2026-08-21T15:18:16.068Z] Progress (1): 976 B 17:18:16 [2026-08-21T15:18:16.068Z] Progress (1): 4.3 kB 17:18:16 [2026-08-21T15:18:16.068Z] Progress (1): 7.7 kB 17:18:16 [2026-08-21T15:18:16.068Z] Progress (1): 12 kB 17:18:16 [2026-08-21T15:18:16.068Z] Progress (1): 13 kB 17:18:16 [2026-08-21T15:18:16.068Z] 17:18:16 [2026-08-21T15:18:16.068Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/4.0.2/plexus-utils-4.0.2.pom (13 kB at 285 kB/s) 17:18:16 [2026-08-21T15:18:16.068Z] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/woodstox/woodstox-core/7.1.1/woodstox-core-7.1.1.pom 17:18:16 [2026-08-21T15:18:16.068Z] Progress (1): 998 B 17:18:16 [2026-08-21T15:18:16.068Z] Progress (1): 3.3 kB 17:18:16 [2026-08-21T15:18:16.068Z] Progress (1): 6.3 kB 17:18:16 [2026-08-21T15:18:16.068Z] Progress (1): 9.6 kB 17:18:16 [2026-08-21T15:18:16.068Z] Progress (1): 9.9 kB 17:18:16 [2026-08-21T15:18:16.068Z] 17:18:16 [2026-08-21T15:18:16.068Z] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/woodstox/woodstox-core/7.1.1/woodstox-core-7.1.1.pom (9.9 kB at 247 kB/s) 17:18:16 [2026-08-21T15:18:16.068Z] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/68/oss-parent-68.pom 17:18:16 [2026-08-21T15:18:16.068Z] Progress (1): 949 B 17:18:16 [2026-08-21T15:18:16.068Z] Progress (1): 2.9 kB 17:18:16 [2026-08-21T15:18:16.068Z] Progress (1): 4.1 kB 17:18:16 [2026-08-21T15:18:16.068Z] Progress (1): 6.1 kB 17:18:16 [2026-08-21T15:18:16.068Z] Progress (1): 9.9 kB 17:18:16 [2026-08-21T15:18:16.068Z] Progress (1): 12 kB 17:18:16 [2026-08-21T15:18:16.068Z] Progress (1): 15 kB 17:18:16 [2026-08-21T15:18:16.068Z] Progress (1): 18 kB 17:18:16 [2026-08-21T15:18:16.068Z] Progress (1): 21 kB 17:18:16 [2026-08-21T15:18:16.068Z] Progress (1): 24 kB 17:18:16 [2026-08-21T15:18:16.068Z] 17:18:16 [2026-08-21T15:18:16.068Z] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/68/oss-parent-68.pom (24 kB at 639 kB/s) 17:18:16 [2026-08-21T15:18:16.068Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/4.2.2/stax2-api-4.2.2.pom 17:18:16 [2026-08-21T15:18:16.068Z] Progress (1): 967 B 17:18:16 [2026-08-21T15:18:16.068Z] Progress (1): 2.7 kB 17:18:16 [2026-08-21T15:18:16.068Z] Progress (1): 4.5 kB 17:18:16 [2026-08-21T15:18:16.318Z] Progress (1): 6.3 kB 17:18:16 [2026-08-21T15:18:16.318Z] 17:18:16 [2026-08-21T15:18:16.318Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/4.2.2/stax2-api-4.2.2.pom (6.3 kB at 154 kB/s) 17:18:16 [2026-08-21T15:18:16.318Z] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/55/oss-parent-55.pom 17:18:16 [2026-08-21T15:18:16.318Z] Progress (1): 951 B 17:18:16 [2026-08-21T15:18:16.318Z] Progress (1): 2.6 kB 17:18:16 [2026-08-21T15:18:16.318Z] Progress (1): 4.1 kB 17:18:16 [2026-08-21T15:18:16.318Z] Progress (1): 6.6 kB 17:18:16 [2026-08-21T15:18:16.318Z] Progress (1): 9.7 kB 17:18:16 [2026-08-21T15:18:16.318Z] Progress (1): 12 kB 17:18:16 [2026-08-21T15:18:16.318Z] Progress (1): 15 kB 17:18:16 [2026-08-21T15:18:16.318Z] Progress (1): 18 kB 17:18:16 [2026-08-21T15:18:16.318Z] Progress (1): 21 kB 17:18:16 [2026-08-21T15:18:16.318Z] Progress (1): 24 kB 17:18:16 [2026-08-21T15:18:16.318Z] 17:18:16 [2026-08-21T15:18:16.318Z] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/55/oss-parent-55.pom (24 kB at 655 kB/s) 17:18:16 [2026-08-21T15:18:16.318Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.20.0/commons-lang3-3.20.0.pom 17:18:16 [2026-08-21T15:18:16.318Z] Progress (1): 740 B 17:18:16 [2026-08-21T15:18:16.318Z] Progress (1): 1.8 kB 17:18:16 [2026-08-21T15:18:16.318Z] Progress (1): 4.1 kB 17:18:16 [2026-08-21T15:18:16.318Z] Progress (1): 5.5 kB 17:18:16 [2026-08-21T15:18:16.318Z] Progress (1): 7.5 kB 17:18:16 [2026-08-21T15:18:16.318Z] Progress (1): 9.7 kB 17:18:16 [2026-08-21T15:18:16.318Z] Progress (1): 12 kB 17:18:16 [2026-08-21T15:18:16.318Z] Progress (1): 16 kB 17:18:16 [2026-08-21T15:18:16.318Z] Progress (1): 19 kB 17:18:16 [2026-08-21T15:18:16.318Z] Progress (1): 22 kB 17:18:16 [2026-08-21T15:18:16.318Z] Progress (1): 25 kB 17:18:16 [2026-08-21T15:18:16.319Z] Progress (1): 28 kB 17:18:16 [2026-08-21T15:18:16.319Z] Progress (1): 32 kB 17:18:16 [2026-08-21T15:18:16.319Z] Progress (1): 33 kB 17:18:16 [2026-08-21T15:18:16.319Z] 17:18:16 [2026-08-21T15:18:16.319Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.20.0/commons-lang3-3.20.0.pom (33 kB at 880 kB/s) 17:18:16 [2026-08-21T15:18:16.319Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/92/commons-parent-92.pom 17:18:16 [2026-08-21T15:18:16.319Z] Progress (1): 699 B 17:18:16 [2026-08-21T15:18:16.319Z] Progress (1): 1.9 kB 17:18:16 [2026-08-21T15:18:16.319Z] Progress (1): 3.2 kB 17:18:16 [2026-08-21T15:18:16.319Z] Progress (1): 4.7 kB 17:18:16 [2026-08-21T15:18:16.319Z] Progress (1): 6.8 kB 17:18:16 [2026-08-21T15:18:16.319Z] Progress (1): 9.5 kB 17:18:16 [2026-08-21T15:18:16.319Z] Progress (1): 11 kB 17:18:16 [2026-08-21T15:18:16.319Z] Progress (1): 14 kB 17:18:16 [2026-08-21T15:18:16.319Z] Progress (1): 16 kB 17:18:16 [2026-08-21T15:18:16.319Z] Progress (1): 18 kB 17:18:16 [2026-08-21T15:18:16.319Z] Progress (1): 21 kB 17:18:16 [2026-08-21T15:18:16.319Z] Progress (1): 23 kB 17:18:16 [2026-08-21T15:18:16.319Z] Progress (1): 25 kB 17:18:16 [2026-08-21T15:18:16.319Z] Progress (1): 29 kB 17:18:16 [2026-08-21T15:18:16.319Z] Progress (1): 32 kB 17:18:16 [2026-08-21T15:18:16.319Z] Progress (1): 32 kB 17:18:16 [2026-08-21T15:18:16.319Z] Progress (1): 37 kB 17:18:16 [2026-08-21T15:18:16.319Z] Progress (1): 41 kB 17:18:16 [2026-08-21T15:18:16.319Z] Progress (1): 45 kB 17:18:16 [2026-08-21T15:18:16.319Z] Progress (1): 47 kB 17:18:16 [2026-08-21T15:18:16.319Z] Progress (1): 50 kB 17:18:16 [2026-08-21T15:18:16.319Z] Progress (1): 52 kB 17:18:16 [2026-08-21T15:18:16.319Z] Progress (1): 56 kB 17:18:16 [2026-08-21T15:18:16.319Z] Progress (1): 58 kB 17:18:16 [2026-08-21T15:18:16.319Z] Progress (1): 61 kB 17:18:16 [2026-08-21T15:18:16.319Z] Progress (1): 64 kB 17:18:16 [2026-08-21T15:18:16.319Z] Progress (1): 68 kB 17:18:16 [2026-08-21T15:18:16.319Z] Progress (1): 71 kB 17:18:16 [2026-08-21T15:18:16.319Z] Progress (1): 74 kB 17:18:16 [2026-08-21T15:18:16.319Z] Progress (1): 76 kB 17:18:16 [2026-08-21T15:18:16.319Z] Progress (1): 78 kB 17:18:16 [2026-08-21T15:18:16.319Z] Progress (1): 80 kB 17:18:16 [2026-08-21T15:18:16.319Z] 17:18:16 [2026-08-21T15:18:16.319Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/92/commons-parent-92.pom (80 kB at 1.9 MB/s) 17:18:16 [2026-08-21T15:18:16.319Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/35/apache-35.pom 17:18:16 [2026-08-21T15:18:16.319Z] Progress (1): 809 B 17:18:16 [2026-08-21T15:18:16.319Z] Progress (1): 2.2 kB 17:18:16 [2026-08-21T15:18:16.319Z] Progress (1): 3.2 kB 17:18:16 [2026-08-21T15:18:16.319Z] Progress (1): 4.8 kB 17:18:16 [2026-08-21T15:18:16.319Z] Progress (1): 7.3 kB 17:18:16 [2026-08-21T15:18:16.319Z] Progress (1): 12 kB 17:18:16 [2026-08-21T15:18:16.319Z] Progress (1): 17 kB 17:18:16 [2026-08-21T15:18:16.319Z] Progress (1): 20 kB 17:18:16 [2026-08-21T15:18:16.319Z] Progress (1): 23 kB 17:18:16 [2026-08-21T15:18:16.319Z] Progress (1): 24 kB 17:18:16 [2026-08-21T15:18:16.319Z] 17:18:16 [2026-08-21T15:18:16.319Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/35/apache-35.pom (24 kB at 606 kB/s) 17:18:16 [2026-08-21T15:18:16.570Z] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.13.4/junit-bom-5.13.4.pom 17:18:16 [2026-08-21T15:18:16.570Z] Progress (1): 908 B 17:18:16 [2026-08-21T15:18:16.570Z] Progress (1): 4.1 kB 17:18:16 [2026-08-21T15:18:16.570Z] Progress (1): 5.7 kB 17:18:16 [2026-08-21T15:18:16.570Z] 17:18:16 [2026-08-21T15:18:16.570Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.13.4/junit-bom-5.13.4.pom (5.7 kB at 162 kB/s) 17:18:16 [2026-08-21T15:18:16.570Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-collections4/4.5.0/commons-collections4-4.5.0.pom 17:18:16 [2026-08-21T15:18:16.570Z] Progress (1): 760 B 17:18:16 [2026-08-21T15:18:16.570Z] Progress (1): 2.2 kB 17:18:16 [2026-08-21T15:18:16.570Z] Progress (1): 4.4 kB 17:18:16 [2026-08-21T15:18:16.570Z] Progress (1): 6.1 kB 17:18:16 [2026-08-21T15:18:16.570Z] Progress (1): 8.4 kB 17:18:16 [2026-08-21T15:18:16.570Z] Progress (1): 11 kB 17:18:16 [2026-08-21T15:18:16.570Z] Progress (1): 14 kB 17:18:16 [2026-08-21T15:18:16.570Z] Progress (1): 16 kB 17:18:16 [2026-08-21T15:18:16.570Z] Progress (1): 19 kB 17:18:16 [2026-08-21T15:18:16.570Z] Progress (1): 22 kB 17:18:16 [2026-08-21T15:18:16.570Z] Progress (1): 26 kB 17:18:16 [2026-08-21T15:18:16.570Z] Progress (1): 26 kB 17:18:16 [2026-08-21T15:18:16.570Z] 17:18:16 [2026-08-21T15:18:16.570Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-collections4/4.5.0/commons-collections4-4.5.0.pom (26 kB at 651 kB/s) 17:18:16 [2026-08-21T15:18:16.570Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/81/commons-parent-81.pom 17:18:16 [2026-08-21T15:18:16.570Z] Progress (1): 701 B 17:18:16 [2026-08-21T15:18:16.570Z] Progress (1): 1.9 kB 17:18:16 [2026-08-21T15:18:16.570Z] Progress (1): 3.2 kB 17:18:16 [2026-08-21T15:18:16.570Z] Progress (1): 4.7 kB 17:18:16 [2026-08-21T15:18:16.570Z] Progress (1): 6.8 kB 17:18:16 [2026-08-21T15:18:16.570Z] Progress (1): 9.2 kB 17:18:16 [2026-08-21T15:18:16.570Z] Progress (1): 11 kB 17:18:16 [2026-08-21T15:18:16.570Z] Progress (1): 13 kB 17:18:16 [2026-08-21T15:18:16.570Z] Progress (1): 16 kB 17:18:16 [2026-08-21T15:18:16.570Z] Progress (1): 18 kB 17:18:16 [2026-08-21T15:18:16.570Z] Progress (1): 21 kB 17:18:16 [2026-08-21T15:18:16.570Z] Progress (1): 23 kB 17:18:16 [2026-08-21T15:18:16.570Z] Progress (1): 25 kB 17:18:16 [2026-08-21T15:18:16.570Z] Progress (1): 29 kB 17:18:16 [2026-08-21T15:18:16.570Z] Progress (1): 32 kB 17:18:16 [2026-08-21T15:18:16.570Z] Progress (1): 32 kB 17:18:16 [2026-08-21T15:18:16.570Z] Progress (1): 37 kB 17:18:16 [2026-08-21T15:18:16.570Z] Progress (1): 41 kB 17:18:16 [2026-08-21T15:18:16.570Z] Progress (1): 45 kB 17:18:16 [2026-08-21T15:18:16.570Z] Progress (1): 47 kB 17:18:16 [2026-08-21T15:18:16.570Z] Progress (1): 50 kB 17:18:16 [2026-08-21T15:18:16.570Z] Progress (1): 52 kB 17:18:16 [2026-08-21T15:18:16.570Z] Progress (1): 56 kB 17:18:16 [2026-08-21T15:18:16.570Z] Progress (1): 58 kB 17:18:16 [2026-08-21T15:18:16.570Z] Progress (1): 61 kB 17:18:16 [2026-08-21T15:18:16.570Z] Progress (1): 64 kB 17:18:16 [2026-08-21T15:18:16.570Z] Progress (1): 69 kB 17:18:16 [2026-08-21T15:18:16.570Z] Progress (1): 71 kB 17:18:16 [2026-08-21T15:18:16.570Z] Progress (1): 74 kB 17:18:16 [2026-08-21T15:18:16.570Z] Progress (1): 76 kB 17:18:16 [2026-08-21T15:18:16.570Z] Progress (1): 78 kB 17:18:16 [2026-08-21T15:18:16.570Z] 17:18:16 [2026-08-21T15:18:16.570Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/81/commons-parent-81.pom (78 kB at 1.5 MB/s) 17:18:16 [2026-08-21T15:18:16.570Z] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.11.4/junit-bom-5.11.4.pom 17:18:16 [2026-08-21T15:18:16.570Z] Progress (1): 921 B 17:18:16 [2026-08-21T15:18:16.570Z] Progress (1): 3.4 kB 17:18:16 [2026-08-21T15:18:16.570Z] Progress (1): 5.6 kB 17:18:16 [2026-08-21T15:18:16.570Z] 17:18:16 [2026-08-21T15:18:16.570Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.11.4/junit-bom-5.11.4.pom (5.6 kB at 157 kB/s) 17:18:16 [2026-08-21T15:18:16.570Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-xml/3.0.1/plexus-xml-3.0.1.pom 17:18:16 [2026-08-21T15:18:16.821Z] Progress (1): 814 B 17:18:16 [2026-08-21T15:18:16.821Z] Progress (1): 2.6 kB 17:18:16 [2026-08-21T15:18:16.821Z] Progress (1): 3.7 kB 17:18:16 [2026-08-21T15:18:16.821Z] 17:18:16 [2026-08-21T15:18:16.821Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-xml/3.0.1/plexus-xml-3.0.1.pom (3.7 kB at 103 kB/s) 17:18:16 [2026-08-21T15:18:16.821Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/18/plexus-18.pom 17:18:16 [2026-08-21T15:18:16.821Z] Progress (1): 692 B 17:18:16 [2026-08-21T15:18:16.821Z] Progress (1): 2.5 kB 17:18:16 [2026-08-21T15:18:16.821Z] Progress (1): 6.4 kB 17:18:16 [2026-08-21T15:18:16.821Z] Progress (1): 8.9 kB 17:18:16 [2026-08-21T15:18:16.821Z] Progress (1): 10 kB 17:18:16 [2026-08-21T15:18:16.821Z] Progress (1): 14 kB 17:18:16 [2026-08-21T15:18:16.821Z] Progress (1): 18 kB 17:18:16 [2026-08-21T15:18:16.821Z] Progress (1): 21 kB 17:18:16 [2026-08-21T15:18:16.821Z] Progress (1): 25 kB 17:18:16 [2026-08-21T15:18:16.821Z] Progress (1): 29 kB 17:18:16 [2026-08-21T15:18:16.821Z] Progress (1): 29 kB 17:18:16 [2026-08-21T15:18:16.821Z] 17:18:16 [2026-08-21T15:18:16.821Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/18/plexus-18.pom (29 kB at 886 kB/s) 17:18:16 [2026-08-21T15:18:16.821Z] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.10.2/junit-bom-5.10.2.pom 17:18:16 [2026-08-21T15:18:16.821Z] Progress (1): 908 B 17:18:16 [2026-08-21T15:18:16.821Z] Progress (1): 4.1 kB 17:18:16 [2026-08-21T15:18:16.821Z] Progress (1): 5.6 kB 17:18:16 [2026-08-21T15:18:16.821Z] 17:18:16 [2026-08-21T15:18:16.821Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.10.2/junit-bom-5.10.2.pom (5.6 kB at 195 kB/s) 17:18:16 [2026-08-21T15:18:16.821Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.4.0/maven-common-artifact-filters-3.4.0.pom 17:18:16 [2026-08-21T15:18:16.821Z] Progress (1): 798 B 17:18:16 [2026-08-21T15:18:16.821Z] Progress (1): 2.3 kB 17:18:16 [2026-08-21T15:18:16.821Z] Progress (1): 5.4 kB 17:18:16 [2026-08-21T15:18:16.821Z] Progress (1): 5.4 kB 17:18:16 [2026-08-21T15:18:16.821Z] 17:18:16 [2026-08-21T15:18:16.821Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.4.0/maven-common-artifact-filters-3.4.0.pom (5.4 kB at 141 kB/s) 17:18:16 [2026-08-21T15:18:16.821Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/42/maven-shared-components-42.pom 17:18:16 [2026-08-21T15:18:16.821Z] Progress (1): 811 B 17:18:16 [2026-08-21T15:18:16.821Z] Progress (1): 2.3 kB 17:18:16 [2026-08-21T15:18:16.821Z] Progress (1): 3.8 kB 17:18:16 [2026-08-21T15:18:16.821Z] 17:18:16 [2026-08-21T15:18:16.821Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/42/maven-shared-components-42.pom (3.8 kB at 102 kB/s) 17:18:16 [2026-08-21T15:18:16.821Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/42/maven-parent-42.pom 17:18:16 [2026-08-21T15:18:16.821Z] Progress (1): 724 B 17:18:16 [2026-08-21T15:18:16.821Z] Progress (1): 1.9 kB 17:18:16 [2026-08-21T15:18:16.821Z] Progress (1): 5.5 kB 17:18:16 [2026-08-21T15:18:16.821Z] Progress (1): 9.9 kB 17:18:16 [2026-08-21T15:18:16.821Z] Progress (1): 14 kB 17:18:16 [2026-08-21T15:18:16.821Z] Progress (1): 19 kB 17:18:16 [2026-08-21T15:18:16.821Z] Progress (1): 23 kB 17:18:16 [2026-08-21T15:18:16.821Z] Progress (1): 26 kB 17:18:16 [2026-08-21T15:18:16.821Z] Progress (1): 28 kB 17:18:16 [2026-08-21T15:18:16.821Z] Progress (1): 31 kB 17:18:16 [2026-08-21T15:18:16.821Z] Progress (1): 34 kB 17:18:16 [2026-08-21T15:18:16.821Z] Progress (1): 37 kB 17:18:16 [2026-08-21T15:18:16.821Z] Progress (1): 40 kB 17:18:16 [2026-08-21T15:18:16.821Z] Progress (1): 43 kB 17:18:16 [2026-08-21T15:18:16.821Z] Progress (1): 47 kB 17:18:16 [2026-08-21T15:18:16.821Z] Progress (1): 47 kB 17:18:16 [2026-08-21T15:18:16.821Z] Progress (1): 50 kB 17:18:16 [2026-08-21T15:18:16.821Z] 17:18:16 [2026-08-21T15:18:16.821Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/42/maven-parent-42.pom (50 kB at 1.3 MB/s) 17:18:17 [2026-08-21T15:18:17.072Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/32/apache-32.pom 17:18:17 [2026-08-21T15:18:17.072Z] Progress (1): 733 B 17:18:17 [2026-08-21T15:18:17.072Z] Progress (1): 2.0 kB 17:18:17 [2026-08-21T15:18:17.072Z] Progress (1): 4.0 kB 17:18:17 [2026-08-21T15:18:17.072Z] Progress (1): 5.9 kB 17:18:17 [2026-08-21T15:18:17.072Z] Progress (1): 10 kB 17:18:17 [2026-08-21T15:18:17.072Z] Progress (1): 16 kB 17:18:17 [2026-08-21T15:18:17.072Z] Progress (1): 19 kB 17:18:17 [2026-08-21T15:18:17.072Z] Progress (1): 22 kB 17:18:17 [2026-08-21T15:18:17.072Z] Progress (1): 24 kB 17:18:17 [2026-08-21T15:18:17.072Z] 17:18:17 [2026-08-21T15:18:17.072Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/32/apache-32.pom (24 kB at 780 kB/s) 17:18:17 [2026-08-21T15:18:17.072Z] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom 17:18:17 [2026-08-21T15:18:17.072Z] Progress (1): 1.0 kB 17:18:17 [2026-08-21T15:18:17.072Z] Progress (1): 2.7 kB 17:18:17 [2026-08-21T15:18:17.072Z] 17:18:17 [2026-08-21T15:18:17.072Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom (2.7 kB at 95 kB/s) 17:18:17 [2026-08-21T15:18:17.072Z] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom 17:18:17 [2026-08-21T15:18:17.072Z] Progress (1): 1.0 kB 17:18:17 [2026-08-21T15:18:17.072Z] Progress (1): 3.0 kB 17:18:17 [2026-08-21T15:18:17.072Z] Progress (1): 5.9 kB 17:18:17 [2026-08-21T15:18:17.072Z] Progress (1): 8.7 kB 17:18:17 [2026-08-21T15:18:17.072Z] Progress (1): 12 kB 17:18:17 [2026-08-21T15:18:17.072Z] Progress (1): 14 kB 17:18:17 [2026-08-21T15:18:17.072Z] 17:18:17 [2026-08-21T15:18:17.072Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom (14 kB at 455 kB/s) 17:18:17 [2026-08-21T15:18:17.072Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.pom 17:18:17 [2026-08-21T15:18:17.072Z] Progress (1): 825 B 17:18:17 [2026-08-21T15:18:17.072Z] Progress (1): 2.8 kB 17:18:17 [2026-08-21T15:18:17.072Z] Progress (1): 2.8 kB 17:18:17 [2026-08-21T15:18:17.072Z] 17:18:17 [2026-08-21T15:18:17.072Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.pom (2.8 kB at 104 kB/s) 17:18:17 [2026-08-21T15:18:17.072Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver/1.4.1/maven-resolver-1.4.1.pom 17:18:17 [2026-08-21T15:18:17.072Z] Progress (1): 774 B 17:18:17 [2026-08-21T15:18:17.072Z] Progress (1): 2.2 kB 17:18:17 [2026-08-21T15:18:17.072Z] Progress (1): 6.0 kB 17:18:17 [2026-08-21T15:18:17.072Z] Progress (1): 9.6 kB 17:18:17 [2026-08-21T15:18:17.072Z] Progress (1): 13 kB 17:18:17 [2026-08-21T15:18:17.072Z] Progress (1): 16 kB 17:18:17 [2026-08-21T15:18:17.072Z] Progress (1): 18 kB 17:18:17 [2026-08-21T15:18:17.072Z] 17:18:17 [2026-08-21T15:18:17.072Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver/1.4.1/maven-resolver-1.4.1.pom (18 kB at 586 kB/s) 17:18:17 [2026-08-21T15:18:17.072Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/33/maven-parent-33.pom 17:18:17 [2026-08-21T15:18:17.072Z] Progress (1): 717 B 17:18:17 [2026-08-21T15:18:17.072Z] Progress (1): 1.9 kB 17:18:17 [2026-08-21T15:18:17.072Z] Progress (1): 5.4 kB 17:18:17 [2026-08-21T15:18:17.072Z] Progress (1): 9.9 kB 17:18:17 [2026-08-21T15:18:17.072Z] Progress (1): 14 kB 17:18:17 [2026-08-21T15:18:17.072Z] Progress (1): 19 kB 17:18:17 [2026-08-21T15:18:17.072Z] Progress (1): 23 kB 17:18:17 [2026-08-21T15:18:17.072Z] Progress (1): 26 kB 17:18:17 [2026-08-21T15:18:17.072Z] Progress (1): 27 kB 17:18:17 [2026-08-21T15:18:17.072Z] Progress (1): 30 kB 17:18:17 [2026-08-21T15:18:17.072Z] Progress (1): 34 kB 17:18:17 [2026-08-21T15:18:17.072Z] Progress (1): 36 kB 17:18:17 [2026-08-21T15:18:17.072Z] Progress (1): 39 kB 17:18:17 [2026-08-21T15:18:17.072Z] Progress (1): 44 kB 17:18:17 [2026-08-21T15:18:17.072Z] 17:18:17 [2026-08-21T15:18:17.072Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/33/maven-parent-33.pom (44 kB at 1.4 MB/s) 17:18:17 [2026-08-21T15:18:17.323Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/21/apache-21.pom 17:18:17 [2026-08-21T15:18:17.323Z] Progress (1): 753 B 17:18:17 [2026-08-21T15:18:17.323Z] Progress (1): 2.1 kB 17:18:17 [2026-08-21T15:18:17.323Z] Progress (1): 3.9 kB 17:18:17 [2026-08-21T15:18:17.323Z] Progress (1): 8.3 kB 17:18:17 [2026-08-21T15:18:17.323Z] Progress (1): 13 kB 17:18:17 [2026-08-21T15:18:17.323Z] Progress (1): 16 kB 17:18:17 [2026-08-21T15:18:17.323Z] Progress (1): 17 kB 17:18:17 [2026-08-21T15:18:17.323Z] 17:18:17 [2026-08-21T15:18:17.323Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/21/apache-21.pom (17 kB at 389 kB/s) 17:18:17 [2026-08-21T15:18:17.323Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.pom 17:18:17 [2026-08-21T15:18:17.323Z] Progress (1): 843 B 17:18:17 [2026-08-21T15:18:17.323Z] Progress (1): 2.6 kB 17:18:17 [2026-08-21T15:18:17.323Z] Progress (1): 2.6 kB 17:18:17 [2026-08-21T15:18:17.323Z] 17:18:17 [2026-08-21T15:18:17.323Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.pom (2.6 kB at 67 kB/s) 17:18:17 [2026-08-21T15:18:17.323Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/4.0.0/maven-reporting-api-4.0.0.pom 17:18:17 [2026-08-21T15:18:17.323Z] Progress (1): 791 B 17:18:17 [2026-08-21T15:18:17.323Z] Progress (1): 2.4 kB 17:18:17 [2026-08-21T15:18:17.323Z] Progress (1): 2.8 kB 17:18:17 [2026-08-21T15:18:17.323Z] 17:18:17 [2026-08-21T15:18:17.323Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/4.0.0/maven-reporting-api-4.0.0.pom (2.8 kB at 82 kB/s) 17:18:17 [2026-08-21T15:18:17.323Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/43/maven-shared-components-43.pom 17:18:17 [2026-08-21T15:18:17.323Z] Progress (1): 811 B 17:18:17 [2026-08-21T15:18:17.323Z] Progress (1): 2.3 kB 17:18:17 [2026-08-21T15:18:17.323Z] Progress (1): 3.8 kB 17:18:17 [2026-08-21T15:18:17.323Z] 17:18:17 [2026-08-21T15:18:17.323Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/43/maven-shared-components-43.pom (3.8 kB at 151 kB/s) 17:18:17 [2026-08-21T15:18:17.323Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/2.0.0/doxia-sink-api-2.0.0.pom 17:18:17 [2026-08-21T15:18:17.323Z] Progress (1): 835 B 17:18:17 [2026-08-21T15:18:17.323Z] Progress (1): 1.4 kB 17:18:17 [2026-08-21T15:18:17.323Z] 17:18:17 [2026-08-21T15:18:17.323Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/2.0.0/doxia-sink-api-2.0.0.pom (1.4 kB at 48 kB/s) 17:18:17 [2026-08-21T15:18:17.323Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/2.0.0/doxia-2.0.0.pom 17:18:17 [2026-08-21T15:18:17.574Z] Progress (1): 754 B 17:18:17 [2026-08-21T15:18:17.574Z] Progress (1): 2.2 kB 17:18:17 [2026-08-21T15:18:17.574Z] Progress (1): 3.7 kB 17:18:17 [2026-08-21T15:18:17.574Z] Progress (1): 8.3 kB 17:18:17 [2026-08-21T15:18:17.574Z] Progress (1): 11 kB 17:18:17 [2026-08-21T15:18:17.574Z] Progress (1): 15 kB 17:18:17 [2026-08-21T15:18:17.574Z] Progress (1): 17 kB 17:18:17 [2026-08-21T15:18:17.574Z] 17:18:17 [2026-08-21T15:18:17.574Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/2.0.0/doxia-2.0.0.pom (17 kB at 555 kB/s) 17:18:17 [2026-08-21T15:18:17.574Z] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.11.1/junit-bom-5.11.1.pom 17:18:17 [2026-08-21T15:18:17.574Z] Progress (1): 908 B 17:18:17 [2026-08-21T15:18:17.574Z] Progress (1): 4.1 kB 17:18:17 [2026-08-21T15:18:17.574Z] Progress (1): 5.6 kB 17:18:17 [2026-08-21T15:18:17.574Z] 17:18:17 [2026-08-21T15:18:17.574Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.11.1/junit-bom-5.11.1.pom (5.6 kB at 195 kB/s) 17:18:17 [2026-08-21T15:18:17.574Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/4.0.0/maven-reporting-impl-4.0.0.pom 17:18:17 [2026-08-21T15:18:17.574Z] Progress (1): 788 B 17:18:17 [2026-08-21T15:18:17.574Z] Progress (1): 2.3 kB 17:18:17 [2026-08-21T15:18:17.574Z] Progress (1): 5.8 kB 17:18:17 [2026-08-21T15:18:17.574Z] Progress (1): 8.6 kB 17:18:17 [2026-08-21T15:18:17.574Z] Progress (1): 8.8 kB 17:18:17 [2026-08-21T15:18:17.574Z] 17:18:17 [2026-08-21T15:18:17.574Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/4.0.0/maven-reporting-impl-4.0.0.pom (8.8 kB at 292 kB/s) 17:18:17 [2026-08-21T15:18:17.574Z] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.11.2/junit-bom-5.11.2.pom 17:18:17 [2026-08-21T15:18:17.574Z] Progress (1): 908 B 17:18:17 [2026-08-21T15:18:17.574Z] Progress (1): 4.1 kB 17:18:17 [2026-08-21T15:18:17.574Z] Progress (1): 5.6 kB 17:18:17 [2026-08-21T15:18:17.574Z] 17:18:17 [2026-08-21T15:18:17.574Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.11.2/junit-bom-5.11.2.pom (5.6 kB at 153 kB/s) 17:18:17 [2026-08-21T15:18:17.574Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.4.2/maven-shared-utils-3.4.2.pom 17:18:17 [2026-08-21T15:18:17.574Z] Progress (1): 820 B 17:18:17 [2026-08-21T15:18:17.574Z] Progress (1): 2.3 kB 17:18:17 [2026-08-21T15:18:17.574Z] Progress (1): 3.2 kB 17:18:17 [2026-08-21T15:18:17.574Z] Progress (1): 5.7 kB 17:18:17 [2026-08-21T15:18:17.574Z] Progress (1): 5.9 kB 17:18:17 [2026-08-21T15:18:17.574Z] 17:18:17 [2026-08-21T15:18:17.574Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.4.2/maven-shared-utils-3.4.2.pom (5.9 kB at 190 kB/s) 17:18:17 [2026-08-21T15:18:17.574Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/39/maven-shared-components-39.pom 17:18:17 [2026-08-21T15:18:17.574Z] Progress (1): 812 B 17:18:17 [2026-08-21T15:18:17.574Z] Progress (1): 2.2 kB 17:18:17 [2026-08-21T15:18:17.574Z] Progress (1): 3.2 kB 17:18:17 [2026-08-21T15:18:17.574Z] 17:18:17 [2026-08-21T15:18:17.574Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/39/maven-shared-components-39.pom (3.2 kB at 104 kB/s) 17:18:17 [2026-08-21T15:18:17.825Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/39/maven-parent-39.pom 17:18:17 [2026-08-21T15:18:17.825Z] Progress (1): 724 B 17:18:17 [2026-08-21T15:18:17.825Z] Progress (1): 1.9 kB 17:18:17 [2026-08-21T15:18:17.825Z] Progress (1): 5.5 kB 17:18:17 [2026-08-21T15:18:17.825Z] Progress (1): 9.8 kB 17:18:17 [2026-08-21T15:18:17.825Z] Progress (1): 14 kB 17:18:17 [2026-08-21T15:18:17.825Z] Progress (1): 19 kB 17:18:17 [2026-08-21T15:18:17.825Z] Progress (1): 23 kB 17:18:17 [2026-08-21T15:18:17.825Z] Progress (1): 26 kB 17:18:17 [2026-08-21T15:18:17.825Z] Progress (1): 28 kB 17:18:17 [2026-08-21T15:18:17.825Z] Progress (1): 31 kB 17:18:17 [2026-08-21T15:18:17.825Z] Progress (1): 34 kB 17:18:17 [2026-08-21T15:18:17.825Z] Progress (1): 37 kB 17:18:17 [2026-08-21T15:18:17.825Z] Progress (1): 40 kB 17:18:17 [2026-08-21T15:18:17.825Z] Progress (1): 43 kB 17:18:17 [2026-08-21T15:18:17.825Z] Progress (1): 48 kB 17:18:17 [2026-08-21T15:18:17.825Z] 17:18:17 [2026-08-21T15:18:17.825Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/39/maven-parent-39.pom (48 kB at 1.1 MB/s) 17:18:17 [2026-08-21T15:18:17.825Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/29/apache-29.pom 17:18:17 [2026-08-21T15:18:17.825Z] Progress (1): 741 B 17:18:17 [2026-08-21T15:18:17.825Z] Progress (1): 2.1 kB 17:18:17 [2026-08-21T15:18:17.825Z] Progress (1): 3.9 kB 17:18:17 [2026-08-21T15:18:17.825Z] Progress (1): 6.9 kB 17:18:17 [2026-08-21T15:18:17.825Z] Progress (1): 12 kB 17:18:17 [2026-08-21T15:18:17.825Z] Progress (1): 16 kB 17:18:17 [2026-08-21T15:18:17.825Z] Progress (1): 19 kB 17:18:17 [2026-08-21T15:18:17.825Z] Progress (1): 21 kB 17:18:17 [2026-08-21T15:18:17.825Z] 17:18:17 [2026-08-21T15:18:17.825Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/29/apache-29.pom (21 kB at 545 kB/s) 17:18:17 [2026-08-21T15:18:17.825Z] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.21.0/commons-io-2.21.0.pom 17:18:17 [2026-08-21T15:18:17.825Z] Progress (1): 760 B 17:18:17 [2026-08-21T15:18:17.825Z] Progress (1): 2.0 kB 17:18:17 [2026-08-21T15:18:17.825Z] Progress (1): 4.8 kB 17:18:17 [2026-08-21T15:18:17.825Z] Progress (1): 6.6 kB 17:18:17 [2026-08-21T15:18:17.825Z] Progress (1): 8.7 kB 17:18:17 [2026-08-21T15:18:17.825Z] Progress (1): 12 kB 17:18:17 [2026-08-21T15:18:17.825Z] Progress (1): 14 kB 17:18:17 [2026-08-21T15:18:17.825Z] Progress (1): 18 kB 17:18:17 [2026-08-21T15:18:17.825Z] Progress (1): 21 kB 17:18:17 [2026-08-21T15:18:17.825Z] Progress (1): 21 kB 17:18:17 [2026-08-21T15:18:17.825Z] 17:18:17 [2026-08-21T15:18:17.825Z] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.21.0/commons-io-2.21.0.pom (21 kB at 632 kB/s) 17:18:17 [2026-08-21T15:18:17.825Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/91/commons-parent-91.pom 17:18:17 [2026-08-21T15:18:17.825Z] Progress (1): 699 B 17:18:17 [2026-08-21T15:18:17.825Z] Progress (1): 1.9 kB 17:18:17 [2026-08-21T15:18:17.825Z] Progress (1): 3.2 kB 17:18:17 [2026-08-21T15:18:17.825Z] Progress (1): 4.7 kB 17:18:17 [2026-08-21T15:18:17.825Z] Progress (1): 6.8 kB 17:18:17 [2026-08-21T15:18:17.825Z] Progress (1): 9.4 kB 17:18:17 [2026-08-21T15:18:17.825Z] Progress (1): 11 kB 17:18:17 [2026-08-21T15:18:17.825Z] Progress (1): 14 kB 17:18:17 [2026-08-21T15:18:17.825Z] Progress (1): 16 kB 17:18:17 [2026-08-21T15:18:17.825Z] Progress (1): 18 kB 17:18:17 [2026-08-21T15:18:17.825Z] Progress (1): 21 kB 17:18:17 [2026-08-21T15:18:17.825Z] Progress (1): 23 kB 17:18:17 [2026-08-21T15:18:17.825Z] Progress (1): 25 kB 17:18:17 [2026-08-21T15:18:17.825Z] Progress (1): 29 kB 17:18:17 [2026-08-21T15:18:17.825Z] Progress (1): 32 kB 17:18:17 [2026-08-21T15:18:17.825Z] Progress (1): 32 kB 17:18:17 [2026-08-21T15:18:17.825Z] Progress (1): 37 kB 17:18:17 [2026-08-21T15:18:17.825Z] Progress (1): 41 kB 17:18:17 [2026-08-21T15:18:17.825Z] Progress (1): 45 kB 17:18:17 [2026-08-21T15:18:17.825Z] Progress (1): 47 kB 17:18:17 [2026-08-21T15:18:17.825Z] Progress (1): 50 kB 17:18:17 [2026-08-21T15:18:17.825Z] Progress (1): 52 kB 17:18:17 [2026-08-21T15:18:17.825Z] Progress (1): 56 kB 17:18:17 [2026-08-21T15:18:17.825Z] Progress (1): 58 kB 17:18:17 [2026-08-21T15:18:17.825Z] Progress (1): 61 kB 17:18:17 [2026-08-21T15:18:17.825Z] Progress (1): 64 kB 17:18:17 [2026-08-21T15:18:17.825Z] Progress (1): 68 kB 17:18:17 [2026-08-21T15:18:17.825Z] Progress (1): 71 kB 17:18:17 [2026-08-21T15:18:17.825Z] Progress (1): 74 kB 17:18:17 [2026-08-21T15:18:17.825Z] Progress (1): 76 kB 17:18:17 [2026-08-21T15:18:17.825Z] Progress (1): 78 kB 17:18:17 [2026-08-21T15:18:17.825Z] Progress (1): 79 kB 17:18:17 [2026-08-21T15:18:17.825Z] 17:18:17 [2026-08-21T15:18:17.825Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/91/commons-parent-91.pom (79 kB at 2.5 MB/s) 17:18:17 [2026-08-21T15:18:17.825Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-model/2.0.0/doxia-site-model-2.0.0.pom 17:18:17 [2026-08-21T15:18:17.825Z] Progress (1): 789 B 17:18:17 [2026-08-21T15:18:17.825Z] Progress (1): 2.7 kB 17:18:17 [2026-08-21T15:18:17.825Z] Progress (1): 5.8 kB 17:18:17 [2026-08-21T15:18:17.825Z] 17:18:17 [2026-08-21T15:18:17.825Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-model/2.0.0/doxia-site-model-2.0.0.pom (5.8 kB at 194 kB/s) 17:18:17 [2026-08-21T15:18:17.825Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/2.0.0/doxia-sitetools-2.0.0.pom 17:18:18 [2026-08-21T15:18:18.076Z] Progress (1): 758 B 17:18:18 [2026-08-21T15:18:18.076Z] Progress (1): 2.2 kB 17:18:18 [2026-08-21T15:18:18.076Z] Progress (1): 5.4 kB 17:18:18 [2026-08-21T15:18:18.076Z] Progress (1): 8.4 kB 17:18:18 [2026-08-21T15:18:18.076Z] Progress (1): 12 kB 17:18:18 [2026-08-21T15:18:18.076Z] 17:18:18 [2026-08-21T15:18:18.076Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/2.0.0/doxia-sitetools-2.0.0.pom (12 kB at 443 kB/s) 17:18:18 [2026-08-21T15:18:18.076Z] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.pom 17:18:18 [2026-08-21T15:18:18.076Z] Progress (1): 904 B 17:18:18 [2026-08-21T15:18:18.076Z] Progress (1): 3.1 kB 17:18:18 [2026-08-21T15:18:18.076Z] Progress (1): 4.2 kB 17:18:18 [2026-08-21T15:18:18.076Z] 17:18:18 [2026-08-21T15:18:18.076Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.pom (4.2 kB at 149 kB/s) 17:18:18 [2026-08-21T15:18:18.076Z] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.3.4/sisu-plexus-0.3.4.pom 17:18:18 [2026-08-21T15:18:18.076Z] Progress (1): 861 B 17:18:18 [2026-08-21T15:18:18.076Z] Progress (1): 2.9 kB 17:18:18 [2026-08-21T15:18:18.076Z] Progress (1): 5.2 kB 17:18:18 [2026-08-21T15:18:18.076Z] Progress (1): 9.8 kB 17:18:18 [2026-08-21T15:18:18.076Z] Progress (1): 11 kB 17:18:18 [2026-08-21T15:18:18.076Z] Progress (1): 14 kB 17:18:18 [2026-08-21T15:18:18.076Z] 17:18:18 [2026-08-21T15:18:18.076Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.3.4/sisu-plexus-0.3.4.pom (14 kB at 490 kB/s) 17:18:18 [2026-08-21T15:18:18.076Z] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom 17:18:18 [2026-08-21T15:18:18.076Z] Progress (1): 838 B 17:18:18 [2026-08-21T15:18:18.076Z] Progress (1): 2.7 kB 17:18:18 [2026-08-21T15:18:18.076Z] Progress (1): 6.5 kB 17:18:18 [2026-08-21T15:18:18.076Z] Progress (1): 6.6 kB 17:18:18 [2026-08-21T15:18:18.076Z] 17:18:18 [2026-08-21T15:18:18.076Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (6.6 kB at 227 kB/s) 17:18:18 [2026-08-21T15:18:18.076Z] Downloading from central: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom 17:18:18 [2026-08-21T15:18:18.076Z] Progress (1): 1.4 kB 17:18:18 [2026-08-21T15:18:18.076Z] 17:18:18 [2026-08-21T15:18:18.077Z] Downloaded from central: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom (1.4 kB at 48 kB/s) 17:18:18 [2026-08-21T15:18:18.077Z] Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom 17:18:18 [2026-08-21T15:18:18.077Z] Progress (1): 1.1 kB 17:18:18 [2026-08-21T15:18:18.077Z] Progress (1): 2.4 kB 17:18:18 [2026-08-21T15:18:18.077Z] 17:18:18 [2026-08-21T15:18:18.077Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom (2.4 kB at 69 kB/s) 17:18:18 [2026-08-21T15:18:18.077Z] Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom 17:18:18 [2026-08-21T15:18:18.628Z] Progress (1): 987 B 17:18:18 [2026-08-21T15:18:18.628Z] Progress (1): 3.4 kB 17:18:18 [2026-08-21T15:18:18.628Z] Progress (1): 7.9 kB 17:18:18 [2026-08-21T15:18:18.628Z] Progress (1): 7.9 kB 17:18:18 [2026-08-21T15:18:18.628Z] 17:18:18 [2026-08-21T15:18:18.628Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom (7.9 kB at 26 kB/s) 17:18:18 [2026-08-21T15:18:18.628Z] Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-parent/6/weld-parent-6.pom 17:18:18 [2026-08-21T15:18:18.628Z] Progress (1): 1.1 kB 17:18:18 [2026-08-21T15:18:18.628Z] Progress (1): 3.6 kB 17:18:18 [2026-08-21T15:18:18.628Z] Progress (1): 7.1 kB 17:18:18 [2026-08-21T15:18:18.628Z] Progress (1): 13 kB 17:18:18 [2026-08-21T15:18:18.628Z] Progress (1): 17 kB 17:18:18 [2026-08-21T15:18:18.628Z] Progress (1): 20 kB 17:18:18 [2026-08-21T15:18:18.628Z] Progress (1): 21 kB 17:18:18 [2026-08-21T15:18:18.628Z] 17:18:18 [2026-08-21T15:18:18.628Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-parent/6/weld-parent-6.pom (21 kB at 609 kB/s) 17:18:18 [2026-08-21T15:18:18.628Z] Downloading from central: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom 17:18:18 [2026-08-21T15:18:18.628Z] Progress (1): 1.0 kB 17:18:18 [2026-08-21T15:18:18.628Z] 17:18:18 [2026-08-21T15:18:18.628Z] Downloaded from central: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom (1.0 kB at 29 kB/s) 17:18:18 [2026-08-21T15:18:18.628Z] Downloading from central: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.pom 17:18:18 [2026-08-21T15:18:18.628Z] Progress (1): 612 B 17:18:18 [2026-08-21T15:18:18.628Z] 17:18:18 [2026-08-21T15:18:18.628Z] Downloaded from central: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 17 kB/s) 17:18:18 [2026-08-21T15:18:18.628Z] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.pom 17:18:18 [2026-08-21T15:18:18.628Z] Progress (1): 914 B 17:18:18 [2026-08-21T15:18:18.628Z] Progress (1): 2.6 kB 17:18:18 [2026-08-21T15:18:18.628Z] 17:18:18 [2026-08-21T15:18:18.628Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.pom (2.6 kB at 75 kB/s) 17:18:18 [2026-08-21T15:18:18.628Z] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.3.4/sisu-inject-0.3.4.pom 17:18:18 [2026-08-21T15:18:18.628Z] Progress (1): 860 B 17:18:18 [2026-08-21T15:18:18.628Z] Progress (1): 2.8 kB 17:18:18 [2026-08-21T15:18:18.628Z] Progress (1): 5.1 kB 17:18:18 [2026-08-21T15:18:18.628Z] Progress (1): 9.6 kB 17:18:18 [2026-08-21T15:18:18.628Z] Progress (1): 11 kB 17:18:18 [2026-08-21T15:18:18.628Z] Progress (1): 14 kB 17:18:18 [2026-08-21T15:18:18.628Z] 17:18:18 [2026-08-21T15:18:18.628Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.3.4/sisu-inject-0.3.4.pom (14 kB at 389 kB/s) 17:18:18 [2026-08-21T15:18:18.628Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom 17:18:18 [2026-08-21T15:18:18.879Z] Progress (1): 815 B 17:18:18 [2026-08-21T15:18:18.879Z] 17:18:18 [2026-08-21T15:18:18.879Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 24 kB/s) 17:18:18 [2026-08-21T15:18:18.879Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom 17:18:18 [2026-08-21T15:18:18.879Z] Progress (1): 1.3 kB 17:18:18 [2026-08-21T15:18:18.879Z] Progress (1): 4.2 kB 17:18:18 [2026-08-21T15:18:18.879Z] 17:18:18 [2026-08-21T15:18:18.879Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (4.2 kB at 146 kB/s) 17:18:18 [2026-08-21T15:18:18.879Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom 17:18:18 [2026-08-21T15:18:18.879Z] Progress (1): 711 B 17:18:18 [2026-08-21T15:18:18.879Z] Progress (1): 2.8 kB 17:18:18 [2026-08-21T15:18:18.879Z] Progress (1): 6.4 kB 17:18:18 [2026-08-21T15:18:18.879Z] Progress (1): 9.1 kB 17:18:18 [2026-08-21T15:18:18.879Z] Progress (1): 13 kB 17:18:18 [2026-08-21T15:18:18.879Z] Progress (1): 17 kB 17:18:18 [2026-08-21T15:18:18.879Z] 17:18:18 [2026-08-21T15:18:18.879Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 kB at 596 kB/s) 17:18:18 [2026-08-21T15:18:18.879Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom 17:18:18 [2026-08-21T15:18:18.879Z] Progress (1): 930 B 17:18:18 [2026-08-21T15:18:18.879Z] Progress (1): 3.0 kB 17:18:18 [2026-08-21T15:18:18.879Z] Progress (1): 6.0 kB 17:18:18 [2026-08-21T15:18:18.879Z] Progress (1): 7.3 kB 17:18:18 [2026-08-21T15:18:18.879Z] 17:18:18 [2026-08-21T15:18:18.879Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom (7.3 kB at 221 kB/s) 17:18:18 [2026-08-21T15:18:18.880Z] [INFO] Artifact org.codehaus.plexus:plexus:pom:3.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] 17:18:18 [2026-08-21T15:18:18.880Z] [INFO] Artifact org.codehaus.plexus:plexus:pom:3.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] 17:18:18 [2026-08-21T15:18:18.880Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom 17:18:18 [2026-08-21T15:18:18.880Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (0 B at 0 B/s) 17:18:18 [2026-08-21T15:18:18.880Z] [INFO] Artifact org.sonatype.spice:spice-parent:pom:17 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] 17:18:18 [2026-08-21T15:18:18.880Z] [INFO] Artifact org.sonatype.spice:spice-parent:pom:17 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] 17:18:18 [2026-08-21T15:18:18.880Z] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/17/spice-parent-17.pom 17:18:18 [2026-08-21T15:18:18.880Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (0 B at 0 B/s) 17:18:18 [2026-08-21T15:18:18.880Z] [INFO] Artifact org.sonatype.forge:forge-parent:pom:10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] 17:18:18 [2026-08-21T15:18:18.880Z] [INFO] Artifact org.sonatype.forge:forge-parent:pom:10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] 17:18:18 [2026-08-21T15:18:18.880Z] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom 17:18:19 [2026-08-21T15:18:19.131Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (0 B at 0 B/s) 17:18:19 [2026-08-21T15:18:19.131Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/2.0.0/doxia-core-2.0.0.pom 17:18:19 [2026-08-21T15:18:19.131Z] Progress (1): 815 B 17:18:19 [2026-08-21T15:18:19.131Z] Progress (1): 3.7 kB 17:18:19 [2026-08-21T15:18:19.131Z] Progress (1): 3.9 kB 17:18:19 [2026-08-21T15:18:19.131Z] 17:18:19 [2026-08-21T15:18:19.131Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/2.0.0/doxia-core-2.0.0.pom (3.9 kB at 130 kB/s) 17:18:19 [2026-08-21T15:18:19.131Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.15.0/commons-text-1.15.0.pom 17:18:19 [2026-08-21T15:18:19.131Z] Progress (1): 740 B 17:18:19 [2026-08-21T15:18:19.131Z] Progress (1): 2.0 kB 17:18:19 [2026-08-21T15:18:19.131Z] Progress (1): 3.8 kB 17:18:19 [2026-08-21T15:18:19.131Z] Progress (1): 6.5 kB 17:18:19 [2026-08-21T15:18:19.131Z] Progress (1): 8.9 kB 17:18:19 [2026-08-21T15:18:19.131Z] Progress (1): 13 kB 17:18:19 [2026-08-21T15:18:19.131Z] Progress (1): 15 kB 17:18:19 [2026-08-21T15:18:19.131Z] Progress (1): 19 kB 17:18:19 [2026-08-21T15:18:19.131Z] Progress (1): 22 kB 17:18:19 [2026-08-21T15:18:19.131Z] Progress (1): 24 kB 17:18:19 [2026-08-21T15:18:19.131Z] 17:18:19 [2026-08-21T15:18:19.131Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.15.0/commons-text-1.15.0.pom (24 kB at 640 kB/s) 17:18:19 [2026-08-21T15:18:19.131Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/93/commons-parent-93.pom 17:18:19 [2026-08-21T15:18:19.131Z] Progress (1): 700 B 17:18:19 [2026-08-21T15:18:19.131Z] Progress (1): 1.9 kB 17:18:19 [2026-08-21T15:18:19.131Z] Progress (1): 3.2 kB 17:18:19 [2026-08-21T15:18:19.131Z] Progress (1): 4.7 kB 17:18:19 [2026-08-21T15:18:19.131Z] Progress (1): 6.8 kB 17:18:19 [2026-08-21T15:18:19.131Z] Progress (1): 9.4 kB 17:18:19 [2026-08-21T15:18:19.131Z] Progress (1): 11 kB 17:18:19 [2026-08-21T15:18:19.131Z] Progress (1): 14 kB 17:18:19 [2026-08-21T15:18:19.131Z] Progress (1): 16 kB 17:18:19 [2026-08-21T15:18:19.131Z] Progress (1): 19 kB 17:18:19 [2026-08-21T15:18:19.131Z] Progress (1): 21 kB 17:18:19 [2026-08-21T15:18:19.131Z] Progress (1): 23 kB 17:18:19 [2026-08-21T15:18:19.131Z] Progress (1): 25 kB 17:18:19 [2026-08-21T15:18:19.131Z] Progress (1): 29 kB 17:18:19 [2026-08-21T15:18:19.131Z] Progress (1): 32 kB 17:18:19 [2026-08-21T15:18:19.131Z] Progress (1): 32 kB 17:18:19 [2026-08-21T15:18:19.131Z] Progress (1): 36 kB 17:18:19 [2026-08-21T15:18:19.131Z] Progress (1): 41 kB 17:18:19 [2026-08-21T15:18:19.131Z] Progress (1): 44 kB 17:18:19 [2026-08-21T15:18:19.131Z] Progress (1): 46 kB 17:18:19 [2026-08-21T15:18:19.131Z] Progress (1): 50 kB 17:18:19 [2026-08-21T15:18:19.131Z] Progress (1): 52 kB 17:18:19 [2026-08-21T15:18:19.131Z] Progress (1): 55 kB 17:18:19 [2026-08-21T15:18:19.131Z] Progress (1): 58 kB 17:18:19 [2026-08-21T15:18:19.131Z] Progress (1): 60 kB 17:18:19 [2026-08-21T15:18:19.131Z] Progress (1): 63 kB 17:18:19 [2026-08-21T15:18:19.131Z] Progress (1): 67 kB 17:18:19 [2026-08-21T15:18:19.131Z] Progress (1): 70 kB 17:18:19 [2026-08-21T15:18:19.131Z] Progress (1): 73 kB 17:18:19 [2026-08-21T15:18:19.131Z] Progress (1): 75 kB 17:18:19 [2026-08-21T15:18:19.131Z] Progress (1): 77 kB 17:18:19 [2026-08-21T15:18:19.131Z] Progress (1): 79 kB 17:18:19 [2026-08-21T15:18:19.131Z] 17:18:19 [2026-08-21T15:18:19.131Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/93/commons-parent-93.pom (79 kB at 2.0 MB/s) 17:18:19 [2026-08-21T15:18:19.131Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-integration-tools/2.0.0/doxia-integration-tools-2.0.0.pom 17:18:19 [2026-08-21T15:18:19.131Z] Progress (1): 802 B 17:18:19 [2026-08-21T15:18:19.131Z] Progress (1): 3.5 kB 17:18:19 [2026-08-21T15:18:19.131Z] Progress (1): 7.8 kB 17:18:19 [2026-08-21T15:18:19.131Z] 17:18:19 [2026-08-21T15:18:19.131Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-integration-tools/2.0.0/doxia-integration-tools-2.0.0.pom (7.8 kB at 267 kB/s) 17:18:19 [2026-08-21T15:18:19.131Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.1.0/plexus-i18n-1.1.0.pom 17:18:19 [2026-08-21T15:18:19.382Z] Progress (1): 1.2 kB 17:18:19 [2026-08-21T15:18:19.382Z] Progress (1): 2.8 kB 17:18:19 [2026-08-21T15:18:19.382Z] 17:18:19 [2026-08-21T15:18:19.382Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.1.0/plexus-i18n-1.1.0.pom (2.8 kB at 79 kB/s) 17:18:19 [2026-08-21T15:18:19.382Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/24/plexus-24.pom 17:18:19 [2026-08-21T15:18:19.382Z] Progress (1): 689 B 17:18:19 [2026-08-21T15:18:19.382Z] Progress (1): 2.5 kB 17:18:19 [2026-08-21T15:18:19.382Z] Progress (1): 6.4 kB 17:18:19 [2026-08-21T15:18:19.382Z] Progress (1): 8.8 kB 17:18:19 [2026-08-21T15:18:19.382Z] Progress (1): 11 kB 17:18:19 [2026-08-21T15:18:19.382Z] Progress (1): 12 kB 17:18:19 [2026-08-21T15:18:19.382Z] Progress (1): 16 kB 17:18:19 [2026-08-21T15:18:19.382Z] Progress (1): 21 kB 17:18:19 [2026-08-21T15:18:19.382Z] Progress (1): 23 kB 17:18:19 [2026-08-21T15:18:19.382Z] Progress (1): 28 kB 17:18:19 [2026-08-21T15:18:19.382Z] Progress (1): 31 kB 17:18:19 [2026-08-21T15:18:19.382Z] 17:18:19 [2026-08-21T15:18:19.382Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/24/plexus-24.pom (31 kB at 923 kB/s) 17:18:19 [2026-08-21T15:18:19.382Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.pom 17:18:19 [2026-08-21T15:18:19.382Z] Progress (1): 1.3 kB 17:18:19 [2026-08-21T15:18:19.382Z] Progress (1): 3.0 kB 17:18:19 [2026-08-21T15:18:19.382Z] 17:18:19 [2026-08-21T15:18:19.382Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.pom (3.0 kB at 82 kB/s) 17:18:19 [2026-08-21T15:18:19.382Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/16/plexus-16.pom 17:18:19 [2026-08-21T15:18:19.382Z] Progress (1): 826 B 17:18:19 [2026-08-21T15:18:19.382Z] Progress (1): 2.9 kB 17:18:19 [2026-08-21T15:18:19.382Z] Progress (1): 6.2 kB 17:18:19 [2026-08-21T15:18:19.382Z] Progress (1): 8.8 kB 17:18:19 [2026-08-21T15:18:19.382Z] Progress (1): 11 kB 17:18:19 [2026-08-21T15:18:19.382Z] Progress (1): 14 kB 17:18:19 [2026-08-21T15:18:19.382Z] Progress (1): 18 kB 17:18:19 [2026-08-21T15:18:19.382Z] Progress (1): 21 kB 17:18:19 [2026-08-21T15:18:19.382Z] Progress (1): 25 kB 17:18:19 [2026-08-21T15:18:19.382Z] Progress (1): 28 kB 17:18:19 [2026-08-21T15:18:19.382Z] 17:18:19 [2026-08-21T15:18:19.382Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/16/plexus-16.pom (28 kB at 813 kB/s) 17:18:19 [2026-08-21T15:18:19.382Z] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.10.1/junit-bom-5.10.1.pom 17:18:19 [2026-08-21T15:18:19.382Z] Progress (1): 908 B 17:18:19 [2026-08-21T15:18:19.382Z] Progress (1): 4.1 kB 17:18:19 [2026-08-21T15:18:19.382Z] Progress (1): 5.6 kB 17:18:19 [2026-08-21T15:18:19.382Z] 17:18:19 [2026-08-21T15:18:19.382Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.10.1/junit-bom-5.10.1.pom (5.6 kB at 209 kB/s) 17:18:19 [2026-08-21T15:18:19.382Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/2.0.0/doxia-site-renderer-2.0.0.pom 17:18:19 [2026-08-21T15:18:19.382Z] Progress (1): 774 B 17:18:19 [2026-08-21T15:18:19.382Z] Progress (1): 2.7 kB 17:18:19 [2026-08-21T15:18:19.382Z] Progress (1): 6.9 kB 17:18:19 [2026-08-21T15:18:19.382Z] Progress (1): 7.4 kB 17:18:19 [2026-08-21T15:18:19.382Z] 17:18:19 [2026-08-21T15:18:19.382Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/2.0.0/doxia-site-renderer-2.0.0.pom (7.4 kB at 238 kB/s) 17:18:19 [2026-08-21T15:18:19.382Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-skin-model/2.0.0/doxia-skin-model-2.0.0.pom 17:18:19 [2026-08-21T15:18:19.382Z] Progress (1): 797 B 17:18:19 [2026-08-21T15:18:19.382Z] Progress (1): 2.3 kB 17:18:19 [2026-08-21T15:18:19.633Z] Progress (1): 3.0 kB 17:18:19 [2026-08-21T15:18:19.633Z] 17:18:19 [2026-08-21T15:18:19.633Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-skin-model/2.0.0/doxia-skin-model-2.0.0.pom (3.0 kB at 108 kB/s) 17:18:19 [2026-08-21T15:18:19.633Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml5/2.0.0/doxia-module-xhtml5-2.0.0.pom 17:18:19 [2026-08-21T15:18:19.633Z] Progress (1): 818 B 17:18:19 [2026-08-21T15:18:19.633Z] Progress (1): 2.9 kB 17:18:19 [2026-08-21T15:18:19.633Z] 17:18:19 [2026-08-21T15:18:19.633Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml5/2.0.0/doxia-module-xhtml5-2.0.0.pom (2.9 kB at 93 kB/s) 17:18:19 [2026-08-21T15:18:19.633Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/2.0.0/doxia-modules-2.0.0.pom 17:18:19 [2026-08-21T15:18:19.633Z] Progress (1): 823 B 17:18:19 [2026-08-21T15:18:19.633Z] Progress (1): 2.5 kB 17:18:19 [2026-08-21T15:18:19.633Z] 17:18:19 [2026-08-21T15:18:19.633Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/2.0.0/doxia-modules-2.0.0.pom (2.5 kB at 81 kB/s) 17:18:19 [2026-08-21T15:18:19.633Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/2.2.0/plexus-velocity-2.2.0.pom 17:18:19 [2026-08-21T15:18:19.633Z] Progress (1): 808 B 17:18:19 [2026-08-21T15:18:19.633Z] Progress (1): 2.4 kB 17:18:19 [2026-08-21T15:18:19.633Z] Progress (1): 4.1 kB 17:18:19 [2026-08-21T15:18:19.633Z] 17:18:19 [2026-08-21T15:18:19.633Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/2.2.0/plexus-velocity-2.2.0.pom (4.1 kB at 131 kB/s) 17:18:19 [2026-08-21T15:18:19.633Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/19/plexus-19.pom 17:18:19 [2026-08-21T15:18:19.633Z] Progress (1): 988 B 17:18:19 [2026-08-21T15:18:19.633Z] Progress (1): 4.2 kB 17:18:19 [2026-08-21T15:18:19.633Z] Progress (1): 7.6 kB 17:18:19 [2026-08-21T15:18:19.633Z] Progress (1): 9.4 kB 17:18:19 [2026-08-21T15:18:19.633Z] Progress (1): 12 kB 17:18:19 [2026-08-21T15:18:19.633Z] Progress (1): 16 kB 17:18:19 [2026-08-21T15:18:19.633Z] Progress (1): 19 kB 17:18:19 [2026-08-21T15:18:19.633Z] Progress (1): 24 kB 17:18:19 [2026-08-21T15:18:19.633Z] Progress (1): 25 kB 17:18:19 [2026-08-21T15:18:19.633Z] 17:18:19 [2026-08-21T15:18:19.633Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/19/plexus-19.pom (25 kB at 907 kB/s) 17:18:19 [2026-08-21T15:18:19.633Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-engine-core/2.4/velocity-engine-core-2.4.pom 17:18:19 [2026-08-21T15:18:19.633Z] Progress (1): 801 B 17:18:19 [2026-08-21T15:18:19.633Z] Progress (1): 2.2 kB 17:18:19 [2026-08-21T15:18:19.633Z] Progress (1): 5.1 kB 17:18:19 [2026-08-21T15:18:19.633Z] Progress (1): 9.4 kB 17:18:19 [2026-08-21T15:18:19.633Z] Progress (1): 12 kB 17:18:19 [2026-08-21T15:18:19.633Z] 17:18:19 [2026-08-21T15:18:19.633Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-engine-core/2.4/velocity-engine-core-2.4.pom (12 kB at 342 kB/s) 17:18:19 [2026-08-21T15:18:19.633Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-engine-parent/2.4/velocity-engine-parent-2.4.pom 17:18:19 [2026-08-21T15:18:19.884Z] Progress (1): 806 B 17:18:19 [2026-08-21T15:18:19.884Z] Progress (1): 2.6 kB 17:18:19 [2026-08-21T15:18:19.884Z] Progress (1): 5.1 kB 17:18:19 [2026-08-21T15:18:19.884Z] Progress (1): 7.8 kB 17:18:19 [2026-08-21T15:18:19.884Z] Progress (1): 9.5 kB 17:18:19 [2026-08-21T15:18:19.884Z] 17:18:19 [2026-08-21T15:18:19.884Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-engine-parent/2.4/velocity-engine-parent-2.4.pom (9.5 kB at 328 kB/s) 17:18:19 [2026-08-21T15:18:19.884Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-master/7/velocity-master-7.pom 17:18:19 [2026-08-21T15:18:19.884Z] Progress (1): 812 B 17:18:19 [2026-08-21T15:18:19.884Z] Progress (1): 2.2 kB 17:18:19 [2026-08-21T15:18:19.884Z] Progress (1): 5.3 kB 17:18:19 [2026-08-21T15:18:19.884Z] Progress (1): 7.9 kB 17:18:19 [2026-08-21T15:18:19.884Z] 17:18:19 [2026-08-21T15:18:19.884Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-master/7/velocity-master-7.pom (7.9 kB at 273 kB/s) 17:18:19 [2026-08-21T15:18:19.884Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/tools/velocity-tools-generic/3.1/velocity-tools-generic-3.1.pom 17:18:19 [2026-08-21T15:18:19.884Z] Progress (1): 862 B 17:18:19 [2026-08-21T15:18:19.884Z] Progress (1): 2.6 kB 17:18:19 [2026-08-21T15:18:19.884Z] 17:18:19 [2026-08-21T15:18:19.884Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/tools/velocity-tools-generic/3.1/velocity-tools-generic-3.1.pom (2.6 kB at 85 kB/s) 17:18:19 [2026-08-21T15:18:19.884Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/tools/velocity-tools-parent/3.1/velocity-tools-parent-3.1.pom 17:18:19 [2026-08-21T15:18:19.884Z] Progress (1): 816 B 17:18:19 [2026-08-21T15:18:19.884Z] Progress (1): 2.2 kB 17:18:19 [2026-08-21T15:18:19.884Z] Progress (1): 4.5 kB 17:18:19 [2026-08-21T15:18:19.884Z] Progress (1): 7.5 kB 17:18:19 [2026-08-21T15:18:19.884Z] Progress (1): 8.0 kB 17:18:19 [2026-08-21T15:18:19.884Z] 17:18:19 [2026-08-21T15:18:19.884Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/tools/velocity-tools-parent/3.1/velocity-tools-parent-3.1.pom (8.0 kB at 276 kB/s) 17:18:19 [2026-08-21T15:18:19.884Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-master/4/velocity-master-4.pom 17:18:19 [2026-08-21T15:18:19.884Z] Progress (1): 853 B 17:18:19 [2026-08-21T15:18:19.884Z] Progress (1): 2.6 kB 17:18:19 [2026-08-21T15:18:19.884Z] Progress (1): 5.4 kB 17:18:19 [2026-08-21T15:18:19.884Z] Progress (1): 7.8 kB 17:18:19 [2026-08-21T15:18:19.884Z] 17:18:19 [2026-08-21T15:18:19.884Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-master/4/velocity-master-4.pom (7.8 kB at 299 kB/s) 17:18:19 [2026-08-21T15:18:19.884Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-engine-core/2.3/velocity-engine-core-2.3.pom 17:18:19 [2026-08-21T15:18:19.884Z] Progress (1): 1.3 kB 17:18:19 [2026-08-21T15:18:19.884Z] Progress (1): 4.5 kB 17:18:19 [2026-08-21T15:18:19.884Z] Progress (1): 8.2 kB 17:18:19 [2026-08-21T15:18:19.884Z] Progress (1): 10 kB 17:18:19 [2026-08-21T15:18:19.884Z] 17:18:19 [2026-08-21T15:18:19.884Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-engine-core/2.3/velocity-engine-core-2.3.pom (10 kB at 388 kB/s) 17:18:19 [2026-08-21T15:18:19.884Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-engine-parent/2.3/velocity-engine-parent-2.3.pom 17:18:19 [2026-08-21T15:18:19.884Z] Progress (1): 801 B 17:18:19 [2026-08-21T15:18:19.884Z] Progress (1): 2.2 kB 17:18:19 [2026-08-21T15:18:19.884Z] Progress (1): 6.0 kB 17:18:19 [2026-08-21T15:18:19.884Z] Progress (1): 9.4 kB 17:18:19 [2026-08-21T15:18:19.884Z] Progress (1): 12 kB 17:18:19 [2026-08-21T15:18:19.884Z] Progress (1): 14 kB 17:18:19 [2026-08-21T15:18:19.884Z] 17:18:19 [2026-08-21T15:18:19.884Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-engine-parent/2.3/velocity-engine-parent-2.3.pom (14 kB at 553 kB/s) 17:18:19 [2026-08-21T15:18:19.884Z] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom 17:18:20 [2026-08-21T15:18:20.135Z] Progress (1): 1.0 kB 17:18:20 [2026-08-21T15:18:20.135Z] Progress (1): 3.3 kB 17:18:20 [2026-08-21T15:18:20.135Z] Progress (1): 3.8 kB 17:18:20 [2026-08-21T15:18:20.135Z] 17:18:20 [2026-08-21T15:18:20.135Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom (3.8 kB at 132 kB/s) 17:18:20 [2026-08-21T15:18:20.135Z] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom 17:18:20 [2026-08-21T15:18:20.135Z] Progress (1): 1.0 kB 17:18:20 [2026-08-21T15:18:20.135Z] Progress (1): 3.2 kB 17:18:20 [2026-08-21T15:18:20.135Z] Progress (1): 6.0 kB 17:18:20 [2026-08-21T15:18:20.135Z] Progress (1): 9.1 kB 17:18:20 [2026-08-21T15:18:20.135Z] Progress (1): 12 kB 17:18:20 [2026-08-21T15:18:20.135Z] Progress (1): 14 kB 17:18:20 [2026-08-21T15:18:20.135Z] 17:18:20 [2026-08-21T15:18:20.135Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom (14 kB at 493 kB/s) 17:18:20 [2026-08-21T15:18:20.135Z] Downloading from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.11.0/commons-beanutils-1.11.0.pom 17:18:20 [2026-08-21T15:18:20.135Z] Progress (1): 764 B 17:18:20 [2026-08-21T15:18:20.135Z] Progress (1): 2.2 kB 17:18:20 [2026-08-21T15:18:20.135Z] Progress (1): 3.8 kB 17:18:20 [2026-08-21T15:18:20.135Z] Progress (1): 5.9 kB 17:18:20 [2026-08-21T15:18:20.135Z] Progress (1): 9.2 kB 17:18:20 [2026-08-21T15:18:20.135Z] Progress (1): 12 kB 17:18:20 [2026-08-21T15:18:20.135Z] Progress (1): 16 kB 17:18:20 [2026-08-21T15:18:20.135Z] Progress (1): 19 kB 17:18:20 [2026-08-21T15:18:20.135Z] 17:18:20 [2026-08-21T15:18:20.135Z] Downloaded from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.11.0/commons-beanutils-1.11.0.pom (19 kB at 625 kB/s) 17:18:20 [2026-08-21T15:18:20.135Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/84/commons-parent-84.pom 17:18:20 [2026-08-21T15:18:20.135Z] Progress (1): 701 B 17:18:20 [2026-08-21T15:18:20.135Z] Progress (1): 1.9 kB 17:18:20 [2026-08-21T15:18:20.135Z] Progress (1): 3.2 kB 17:18:20 [2026-08-21T15:18:20.135Z] Progress (1): 4.7 kB 17:18:20 [2026-08-21T15:18:20.135Z] Progress (1): 6.8 kB 17:18:20 [2026-08-21T15:18:20.135Z] Progress (1): 9.4 kB 17:18:20 [2026-08-21T15:18:20.135Z] Progress (1): 11 kB 17:18:20 [2026-08-21T15:18:20.135Z] Progress (1): 13 kB 17:18:20 [2026-08-21T15:18:20.135Z] Progress (1): 16 kB 17:18:20 [2026-08-21T15:18:20.135Z] Progress (1): 19 kB 17:18:20 [2026-08-21T15:18:20.135Z] Progress (1): 21 kB 17:18:20 [2026-08-21T15:18:20.135Z] Progress (1): 23 kB 17:18:20 [2026-08-21T15:18:20.135Z] Progress (1): 25 kB 17:18:20 [2026-08-21T15:18:20.135Z] Progress (1): 29 kB 17:18:20 [2026-08-21T15:18:20.135Z] Progress (1): 32 kB 17:18:20 [2026-08-21T15:18:20.135Z] Progress (1): 32 kB 17:18:20 [2026-08-21T15:18:20.135Z] Progress (1): 37 kB 17:18:20 [2026-08-21T15:18:20.135Z] Progress (1): 41 kB 17:18:20 [2026-08-21T15:18:20.135Z] Progress (1): 45 kB 17:18:20 [2026-08-21T15:18:20.135Z] Progress (1): 47 kB 17:18:20 [2026-08-21T15:18:20.135Z] Progress (1): 50 kB 17:18:20 [2026-08-21T15:18:20.135Z] Progress (1): 52 kB 17:18:20 [2026-08-21T15:18:20.135Z] Progress (1): 56 kB 17:18:20 [2026-08-21T15:18:20.135Z] Progress (1): 58 kB 17:18:20 [2026-08-21T15:18:20.135Z] Progress (1): 61 kB 17:18:20 [2026-08-21T15:18:20.135Z] Progress (1): 64 kB 17:18:20 [2026-08-21T15:18:20.135Z] Progress (1): 69 kB 17:18:20 [2026-08-21T15:18:20.135Z] Progress (1): 71 kB 17:18:20 [2026-08-21T15:18:20.135Z] Progress (1): 74 kB 17:18:20 [2026-08-21T15:18:20.135Z] Progress (1): 76 kB 17:18:20 [2026-08-21T15:18:20.135Z] Progress (1): 78 kB 17:18:20 [2026-08-21T15:18:20.135Z] 17:18:20 [2026-08-21T15:18:20.135Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/84/commons-parent-84.pom (78 kB at 1.8 MB/s) 17:18:20 [2026-08-21T15:18:20.135Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/34/apache-34.pom 17:18:20 [2026-08-21T15:18:20.135Z] Progress (1): 737 B 17:18:20 [2026-08-21T15:18:20.135Z] Progress (1): 2.0 kB 17:18:20 [2026-08-21T15:18:20.135Z] Progress (1): 4.0 kB 17:18:20 [2026-08-21T15:18:20.135Z] Progress (1): 5.9 kB 17:18:20 [2026-08-21T15:18:20.135Z] Progress (1): 11 kB 17:18:20 [2026-08-21T15:18:20.135Z] Progress (1): 15 kB 17:18:20 [2026-08-21T15:18:20.135Z] Progress (1): 19 kB 17:18:20 [2026-08-21T15:18:20.135Z] Progress (1): 22 kB 17:18:20 [2026-08-21T15:18:20.135Z] Progress (1): 24 kB 17:18:20 [2026-08-21T15:18:20.135Z] 17:18:20 [2026-08-21T15:18:20.136Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/34/apache-34.pom (24 kB at 758 kB/s) 17:18:20 [2026-08-21T15:18:20.136Z] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.12.2/junit-bom-5.12.2.pom 17:18:20 [2026-08-21T15:18:20.136Z] Progress (1): 908 B 17:18:20 [2026-08-21T15:18:20.136Z] Progress (1): 4.1 kB 17:18:20 [2026-08-21T15:18:20.136Z] Progress (1): 5.6 kB 17:18:20 [2026-08-21T15:18:20.136Z] 17:18:20 [2026-08-21T15:18:20.136Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.12.2/junit-bom-5.12.2.pom (5.6 kB at 166 kB/s) 17:18:20 [2026-08-21T15:18:20.386Z] Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.3.5/commons-logging-1.3.5.pom 17:18:20 [2026-08-21T15:18:20.386Z] Progress (1): 824 B 17:18:20 [2026-08-21T15:18:20.386Z] Progress (1): 2.3 kB 17:18:20 [2026-08-21T15:18:20.386Z] Progress (1): 3.9 kB 17:18:20 [2026-08-21T15:18:20.386Z] Progress (1): 5.4 kB 17:18:20 [2026-08-21T15:18:20.386Z] Progress (1): 8.4 kB 17:18:20 [2026-08-21T15:18:20.386Z] Progress (1): 11 kB 17:18:20 [2026-08-21T15:18:20.386Z] Progress (1): 14 kB 17:18:20 [2026-08-21T15:18:20.386Z] Progress (1): 20 kB 17:18:20 [2026-08-21T15:18:20.386Z] Progress (1): 23 kB 17:18:20 [2026-08-21T15:18:20.386Z] Progress (1): 28 kB 17:18:20 [2026-08-21T15:18:20.386Z] Progress (1): 31 kB 17:18:20 [2026-08-21T15:18:20.386Z] Progress (1): 32 kB 17:18:20 [2026-08-21T15:18:20.386Z] 17:18:20 [2026-08-21T15:18:20.386Z] Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.3.5/commons-logging-1.3.5.pom (32 kB at 871 kB/s) 17:18:20 [2026-08-21T15:18:20.386Z] Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom 17:18:20 [2026-08-21T15:18:20.386Z] Progress (1): 785 B 17:18:20 [2026-08-21T15:18:20.386Z] Progress (1): 2.4 kB 17:18:20 [2026-08-21T15:18:20.386Z] Progress (1): 5.9 kB 17:18:20 [2026-08-21T15:18:20.386Z] Progress (1): 9.5 kB 17:18:20 [2026-08-21T15:18:20.386Z] Progress (1): 11 kB 17:18:20 [2026-08-21T15:18:20.386Z] Progress (1): 12 kB 17:18:20 [2026-08-21T15:18:20.386Z] 17:18:20 [2026-08-21T15:18:20.386Z] Downloaded from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom (12 kB at 376 kB/s) 17:18:20 [2026-08-21T15:18:20.386Z] [INFO] Artifact org.apache.commons:commons-parent:pom:39 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] 17:18:20 [2026-08-21T15:18:20.386Z] [INFO] Artifact org.apache.commons:commons-parent:pom:39 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] 17:18:20 [2026-08-21T15:18:20.387Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/39/commons-parent-39.pom 17:18:20 [2026-08-21T15:18:20.387Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/39/commons-parent-39.pom (0 B at 0 B/s) 17:18:20 [2026-08-21T15:18:20.387Z] [INFO] Artifact org.apache:apache:pom:16 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] 17:18:20 [2026-08-21T15:18:20.387Z] [INFO] Artifact org.apache:apache:pom:16 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] 17:18:20 [2026-08-21T15:18:20.387Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom 17:18:20 [2026-08-21T15:18:20.387Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom (0 B at 0 B/s) 17:18:20 [2026-08-21T15:18:20.387Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-digester3/3.2/commons-digester3-3.2.pom 17:18:20 [2026-08-21T15:18:20.387Z] Progress (1): 765 B 17:18:20 [2026-08-21T15:18:20.387Z] Progress (1): 2.1 kB 17:18:20 [2026-08-21T15:18:20.387Z] Progress (1): 4.6 kB 17:18:20 [2026-08-21T15:18:20.387Z] Progress (1): 6.8 kB 17:18:20 [2026-08-21T15:18:20.387Z] Progress (1): 8.6 kB 17:18:20 [2026-08-21T15:18:20.387Z] Progress (1): 12 kB 17:18:20 [2026-08-21T15:18:20.387Z] Progress (1): 15 kB 17:18:20 [2026-08-21T15:18:20.387Z] Progress (1): 17 kB 17:18:20 [2026-08-21T15:18:20.387Z] Progress (1): 18 kB 17:18:20 [2026-08-21T15:18:20.387Z] 17:18:20 [2026-08-21T15:18:20.387Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-digester3/3.2/commons-digester3-3.2.pom (18 kB at 567 kB/s) 17:18:20 [2026-08-21T15:18:20.387Z] [INFO] Artifact org.apache.commons:commons-parent:pom:22 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] 17:18:20 [2026-08-21T15:18:20.387Z] [INFO] Artifact org.apache.commons:commons-parent:pom:22 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] 17:18:20 [2026-08-21T15:18:20.387Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/22/commons-parent-22.pom 17:18:20 [2026-08-21T15:18:20.387Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/22/commons-parent-22.pom (0 B at 0 B/s) 17:18:20 [2026-08-21T15:18:20.637Z] [INFO] Artifact org.apache:apache:pom:9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] 17:18:20 [2026-08-21T15:18:20.637Z] [INFO] Artifact org.apache:apache:pom:9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] 17:18:20 [2026-08-21T15:18:20.637Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/9/apache-9.pom 17:18:20 [2026-08-21T15:18:20.637Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/9/apache-9.pom (0 B at 0 B/s) 17:18:20 [2026-08-21T15:18:20.637Z] Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom 17:18:20 [2026-08-21T15:18:20.637Z] Progress (1): 783 B 17:18:20 [2026-08-21T15:18:20.637Z] Progress (1): 2.0 kB 17:18:20 [2026-08-21T15:18:20.637Z] Progress (1): 5.0 kB 17:18:20 [2026-08-21T15:18:20.637Z] Progress (1): 6.8 kB 17:18:20 [2026-08-21T15:18:20.637Z] Progress (1): 10 kB 17:18:20 [2026-08-21T15:18:20.637Z] Progress (1): 13 kB 17:18:20 [2026-08-21T15:18:20.637Z] Progress (1): 16 kB 17:18:20 [2026-08-21T15:18:20.637Z] Progress (1): 18 kB 17:18:20 [2026-08-21T15:18:20.637Z] 17:18:20 [2026-08-21T15:18:20.637Z] Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom (18 kB at 612 kB/s) 17:18:20 [2026-08-21T15:18:20.637Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/5/commons-parent-5.pom 17:18:20 [2026-08-21T15:18:20.637Z] Progress (1): 782 B 17:18:20 [2026-08-21T15:18:20.637Z] Progress (1): 2.1 kB 17:18:20 [2026-08-21T15:18:20.637Z] Progress (1): 4.7 kB 17:18:20 [2026-08-21T15:18:20.637Z] Progress (1): 8.4 kB 17:18:20 [2026-08-21T15:18:20.637Z] Progress (1): 12 kB 17:18:20 [2026-08-21T15:18:20.637Z] Progress (1): 16 kB 17:18:20 [2026-08-21T15:18:20.637Z] 17:18:20 [2026-08-21T15:18:20.637Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/5/commons-parent-5.pom (16 kB at 594 kB/s) 17:18:20 [2026-08-21T15:18:20.637Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/4/apache-4.pom 17:18:20 [2026-08-21T15:18:20.637Z] Progress (1): 790 B 17:18:20 [2026-08-21T15:18:20.637Z] Progress (1): 2.1 kB 17:18:20 [2026-08-21T15:18:20.637Z] Progress (1): 4.2 kB 17:18:20 [2026-08-21T15:18:20.637Z] Progress (1): 4.5 kB 17:18:20 [2026-08-21T15:18:20.637Z] 17:18:20 [2026-08-21T15:18:20.637Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/4/apache-4.pom (4.5 kB at 161 kB/s) 17:18:20 [2026-08-21T15:18:20.637Z] Downloading from central: https://repo.maven.apache.org/maven2/com/github/cliftonlabs/json-simple/3.0.2/json-simple-3.0.2.pom 17:18:20 [2026-08-21T15:18:20.637Z] Progress (1): 1.0 kB 17:18:20 [2026-08-21T15:18:20.637Z] Progress (1): 3.1 kB 17:18:20 [2026-08-21T15:18:20.637Z] Progress (1): 6.8 kB 17:18:20 [2026-08-21T15:18:20.637Z] Progress (1): 7.5 kB 17:18:20 [2026-08-21T15:18:20.637Z] 17:18:20 [2026-08-21T15:18:20.637Z] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/cliftonlabs/json-simple/3.0.2/json-simple-3.0.2.pom (7.5 kB at 226 kB/s) 17:18:20 [2026-08-21T15:18:20.637Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-apt/2.0.0/doxia-module-apt-2.0.0.pom 17:18:20 [2026-08-21T15:18:20.637Z] Progress (1): 819 B 17:18:20 [2026-08-21T15:18:20.637Z] Progress (1): 2.9 kB 17:18:20 [2026-08-21T15:18:20.637Z] 17:18:20 [2026-08-21T15:18:20.637Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-apt/2.0.0/doxia-module-apt-2.0.0.pom (2.9 kB at 89 kB/s) 17:18:20 [2026-08-21T15:18:20.637Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xdoc/2.0.0/doxia-module-xdoc-2.0.0.pom 17:18:20 [2026-08-21T15:18:20.888Z] Progress (1): 779 B 17:18:20 [2026-08-21T15:18:20.888Z] Progress (1): 3.1 kB 17:18:20 [2026-08-21T15:18:20.888Z] Progress (1): 5.4 kB 17:18:20 [2026-08-21T15:18:20.888Z] 17:18:20 [2026-08-21T15:18:20.888Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xdoc/2.0.0/doxia-module-xdoc-2.0.0.pom (5.4 kB at 168 kB/s) 17:18:20 [2026-08-21T15:18:20.888Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.6.2/maven-archiver-3.6.2.pom 17:18:20 [2026-08-21T15:18:20.888Z] Progress (1): 801 B 17:18:20 [2026-08-21T15:18:20.888Z] Progress (1): 2.3 kB 17:18:20 [2026-08-21T15:18:20.888Z] Progress (1): 4.4 kB 17:18:20 [2026-08-21T15:18:20.888Z] 17:18:20 [2026-08-21T15:18:20.888Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.6.2/maven-archiver-3.6.2.pom (4.4 kB at 146 kB/s) 17:18:20 [2026-08-21T15:18:20.888Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/41/maven-shared-components-41.pom 17:18:20 [2026-08-21T15:18:20.888Z] Progress (1): 815 B 17:18:20 [2026-08-21T15:18:20.888Z] Progress (1): 2.3 kB 17:18:20 [2026-08-21T15:18:20.888Z] Progress (1): 3.2 kB 17:18:20 [2026-08-21T15:18:20.888Z] 17:18:20 [2026-08-21T15:18:20.889Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/41/maven-shared-components-41.pom (3.2 kB at 122 kB/s) 17:18:20 [2026-08-21T15:18:20.889Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/41/maven-parent-41.pom 17:18:20 [2026-08-21T15:18:20.889Z] Progress (1): 724 B 17:18:20 [2026-08-21T15:18:20.889Z] Progress (1): 1.9 kB 17:18:20 [2026-08-21T15:18:20.889Z] Progress (1): 5.5 kB 17:18:20 [2026-08-21T15:18:20.889Z] Progress (1): 9.9 kB 17:18:20 [2026-08-21T15:18:20.889Z] Progress (1): 14 kB 17:18:20 [2026-08-21T15:18:20.889Z] Progress (1): 19 kB 17:18:20 [2026-08-21T15:18:20.889Z] Progress (1): 23 kB 17:18:20 [2026-08-21T15:18:20.889Z] Progress (1): 27 kB 17:18:20 [2026-08-21T15:18:20.889Z] Progress (1): 28 kB 17:18:20 [2026-08-21T15:18:20.889Z] Progress (1): 31 kB 17:18:20 [2026-08-21T15:18:20.889Z] Progress (1): 34 kB 17:18:20 [2026-08-21T15:18:20.889Z] Progress (1): 37 kB 17:18:20 [2026-08-21T15:18:20.889Z] Progress (1): 40 kB 17:18:20 [2026-08-21T15:18:20.889Z] Progress (1): 43 kB 17:18:20 [2026-08-21T15:18:20.889Z] Progress (1): 48 kB 17:18:20 [2026-08-21T15:18:20.889Z] Progress (1): 48 kB 17:18:20 [2026-08-21T15:18:20.889Z] Progress (1): 50 kB 17:18:20 [2026-08-21T15:18:20.889Z] 17:18:20 [2026-08-21T15:18:20.889Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/41/maven-parent-41.pom (50 kB at 1.5 MB/s) 17:18:20 [2026-08-21T15:18:20.889Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/31/apache-31.pom 17:18:20 [2026-08-21T15:18:20.889Z] Progress (1): 739 B 17:18:20 [2026-08-21T15:18:20.889Z] Progress (1): 2.1 kB 17:18:20 [2026-08-21T15:18:20.889Z] Progress (1): 3.9 kB 17:18:20 [2026-08-21T15:18:20.889Z] Progress (1): 6.2 kB 17:18:20 [2026-08-21T15:18:20.889Z] Progress (1): 11 kB 17:18:20 [2026-08-21T15:18:20.889Z] Progress (1): 16 kB 17:18:20 [2026-08-21T15:18:20.889Z] Progress (1): 20 kB 17:18:20 [2026-08-21T15:18:20.889Z] Progress (1): 22 kB 17:18:20 [2026-08-21T15:18:20.889Z] Progress (1): 24 kB 17:18:20 [2026-08-21T15:18:20.889Z] 17:18:20 [2026-08-21T15:18:20.889Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/31/apache-31.pom (24 kB at 713 kB/s) 17:18:20 [2026-08-21T15:18:20.889Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.11.0/plexus-archiver-4.11.0.pom 17:18:20 [2026-08-21T15:18:20.889Z] Progress (1): 1.3 kB 17:18:20 [2026-08-21T15:18:20.889Z] Progress (1): 3.8 kB 17:18:20 [2026-08-21T15:18:20.889Z] Progress (1): 5.6 kB 17:18:20 [2026-08-21T15:18:20.889Z] 17:18:20 [2026-08-21T15:18:20.889Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.11.0/plexus-archiver-4.11.0.pom (5.6 kB at 194 kB/s) 17:18:20 [2026-08-21T15:18:20.889Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/25/plexus-25.pom 17:18:21 [2026-08-21T15:18:21.140Z] Progress (1): 690 B 17:18:21 [2026-08-21T15:18:21.140Z] Progress (1): 2.5 kB 17:18:21 [2026-08-21T15:18:21.140Z] Progress (1): 6.4 kB 17:18:21 [2026-08-21T15:18:21.140Z] Progress (1): 8.8 kB 17:18:21 [2026-08-21T15:18:21.140Z] Progress (1): 11 kB 17:18:21 [2026-08-21T15:18:21.140Z] Progress (1): 12 kB 17:18:21 [2026-08-21T15:18:21.140Z] Progress (1): 17 kB 17:18:21 [2026-08-21T15:18:21.140Z] Progress (1): 21 kB 17:18:21 [2026-08-21T15:18:21.140Z] Progress (1): 23 kB 17:18:21 [2026-08-21T15:18:21.140Z] Progress (1): 28 kB 17:18:21 [2026-08-21T15:18:21.140Z] Progress (1): 31 kB 17:18:21 [2026-08-21T15:18:21.140Z] 17:18:21 [2026-08-21T15:18:21.140Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/25/plexus-25.pom (31 kB at 848 kB/s) 17:18:21 [2026-08-21T15:18:21.140Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.6.0/plexus-io-3.6.0.pom 17:18:21 [2026-08-21T15:18:21.140Z] Progress (1): 1.2 kB 17:18:21 [2026-08-21T15:18:21.140Z] Progress (1): 3.5 kB 17:18:21 [2026-08-21T15:18:21.140Z] 17:18:21 [2026-08-21T15:18:21.140Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.6.0/plexus-io-3.6.0.pom (3.5 kB at 125 kB/s) 17:18:21 [2026-08-21T15:18:21.140Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.28.0/commons-compress-1.28.0.pom 17:18:21 [2026-08-21T15:18:21.140Z] Progress (1): 750 B 17:18:21 [2026-08-21T15:18:21.140Z] Progress (1): 1.9 kB 17:18:21 [2026-08-21T15:18:21.140Z] Progress (1): 3.7 kB 17:18:21 [2026-08-21T15:18:21.140Z] Progress (1): 5.3 kB 17:18:21 [2026-08-21T15:18:21.140Z] Progress (1): 9.1 kB 17:18:21 [2026-08-21T15:18:21.140Z] Progress (1): 11 kB 17:18:21 [2026-08-21T15:18:21.140Z] Progress (1): 14 kB 17:18:21 [2026-08-21T15:18:21.140Z] Progress (1): 17 kB 17:18:21 [2026-08-21T15:18:21.140Z] Progress (1): 22 kB 17:18:21 [2026-08-21T15:18:21.140Z] Progress (1): 25 kB 17:18:21 [2026-08-21T15:18:21.140Z] Progress (1): 25 kB 17:18:21 [2026-08-21T15:18:21.140Z] 17:18:21 [2026-08-21T15:18:21.140Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.28.0/commons-compress-1.28.0.pom (25 kB at 791 kB/s) 17:18:21 [2026-08-21T15:18:21.140Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/85/commons-parent-85.pom 17:18:21 [2026-08-21T15:18:21.140Z] Progress (1): 702 B 17:18:21 [2026-08-21T15:18:21.140Z] Progress (1): 1.9 kB 17:18:21 [2026-08-21T15:18:21.140Z] Progress (1): 3.2 kB 17:18:21 [2026-08-21T15:18:21.140Z] Progress (1): 4.7 kB 17:18:21 [2026-08-21T15:18:21.140Z] Progress (1): 6.8 kB 17:18:21 [2026-08-21T15:18:21.140Z] Progress (1): 9.4 kB 17:18:21 [2026-08-21T15:18:21.140Z] Progress (1): 11 kB 17:18:21 [2026-08-21T15:18:21.140Z] Progress (1): 14 kB 17:18:21 [2026-08-21T15:18:21.140Z] Progress (1): 16 kB 17:18:21 [2026-08-21T15:18:21.140Z] Progress (1): 19 kB 17:18:21 [2026-08-21T15:18:21.140Z] Progress (1): 21 kB 17:18:21 [2026-08-21T15:18:21.140Z] Progress (1): 23 kB 17:18:21 [2026-08-21T15:18:21.140Z] Progress (1): 25 kB 17:18:21 [2026-08-21T15:18:21.140Z] Progress (1): 29 kB 17:18:21 [2026-08-21T15:18:21.140Z] Progress (1): 32 kB 17:18:21 [2026-08-21T15:18:21.140Z] Progress (1): 32 kB 17:18:21 [2026-08-21T15:18:21.140Z] Progress (1): 37 kB 17:18:21 [2026-08-21T15:18:21.140Z] Progress (1): 41 kB 17:18:21 [2026-08-21T15:18:21.140Z] Progress (1): 45 kB 17:18:21 [2026-08-21T15:18:21.140Z] Progress (1): 47 kB 17:18:21 [2026-08-21T15:18:21.140Z] Progress (1): 50 kB 17:18:21 [2026-08-21T15:18:21.140Z] Progress (1): 52 kB 17:18:21 [2026-08-21T15:18:21.140Z] Progress (1): 56 kB 17:18:21 [2026-08-21T15:18:21.140Z] Progress (1): 58 kB 17:18:21 [2026-08-21T15:18:21.140Z] Progress (1): 61 kB 17:18:21 [2026-08-21T15:18:21.140Z] Progress (1): 64 kB 17:18:21 [2026-08-21T15:18:21.140Z] Progress (1): 69 kB 17:18:21 [2026-08-21T15:18:21.140Z] Progress (1): 71 kB 17:18:21 [2026-08-21T15:18:21.140Z] Progress (1): 74 kB 17:18:21 [2026-08-21T15:18:21.140Z] Progress (1): 76 kB 17:18:21 [2026-08-21T15:18:21.140Z] Progress (1): 78 kB 17:18:21 [2026-08-21T15:18:21.140Z] 17:18:21 [2026-08-21T15:18:21.140Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/85/commons-parent-85.pom (78 kB at 2.0 MB/s) 17:18:21 [2026-08-21T15:18:21.140Z] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.13.1/junit-bom-5.13.1.pom 17:18:21 [2026-08-21T15:18:21.140Z] Progress (1): 908 B 17:18:21 [2026-08-21T15:18:21.140Z] Progress (1): 4.1 kB 17:18:21 [2026-08-21T15:18:21.140Z] Progress (1): 5.6 kB 17:18:21 [2026-08-21T15:18:21.140Z] 17:18:21 [2026-08-21T15:18:21.140Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.13.1/junit-bom-5.13.1.pom (5.6 kB at 182 kB/s) 17:18:21 [2026-08-21T15:18:21.140Z] Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.20.0/commons-codec-1.20.0.pom 17:18:21 [2026-08-21T15:18:21.140Z] Progress (1): 743 B 17:18:21 [2026-08-21T15:18:21.140Z] Progress (1): 1.9 kB 17:18:21 [2026-08-21T15:18:21.140Z] Progress (1): 4.0 kB 17:18:21 [2026-08-21T15:18:21.140Z] Progress (1): 5.8 kB 17:18:21 [2026-08-21T15:18:21.140Z] Progress (1): 8.3 kB 17:18:21 [2026-08-21T15:18:21.140Z] Progress (1): 12 kB 17:18:21 [2026-08-21T15:18:21.140Z] Progress (1): 15 kB 17:18:21 [2026-08-21T15:18:21.140Z] Progress (1): 17 kB 17:18:21 [2026-08-21T15:18:21.140Z] Progress (1): 19 kB 17:18:21 [2026-08-21T15:18:21.140Z] 17:18:21 [2026-08-21T15:18:21.140Z] Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.20.0/commons-codec-1.20.0.pom (19 kB at 606 kB/s) 17:18:21 [2026-08-21T15:18:21.140Z] Downloading from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.11/xz-1.11.pom 17:18:21 [2026-08-21T15:18:21.391Z] Progress (1): 1.1 kB 17:18:21 [2026-08-21T15:18:21.391Z] Progress (1): 1.9 kB 17:18:21 [2026-08-21T15:18:21.391Z] 17:18:21 [2026-08-21T15:18:21.391Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.11/xz-1.11.pom (1.9 kB at 69 kB/s) 17:18:21 [2026-08-21T15:18:21.391Z] Downloading from central: https://repo.maven.apache.org/maven2/com/github/luben/zstd-jni/1.5.7-6/zstd-jni-1.5.7-6.pom 17:18:21 [2026-08-21T15:18:21.391Z] Progress (1): 1.1 kB 17:18:21 [2026-08-21T15:18:21.391Z] Progress (1): 2.0 kB 17:18:21 [2026-08-21T15:18:21.391Z] 17:18:21 [2026-08-21T15:18:21.391Z] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/luben/zstd-jni/1.5.7-6/zstd-jni-1.5.7-6.pom (2.0 kB at 65 kB/s) 17:18:21 [2026-08-21T15:18:21.391Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.5.1/plexus-interactivity-api-1.5.1.pom 17:18:21 [2026-08-21T15:18:21.391Z] Progress (1): 1.6 kB 17:18:21 [2026-08-21T15:18:21.391Z] Progress (1): 1.7 kB 17:18:21 [2026-08-21T15:18:21.391Z] 17:18:21 [2026-08-21T15:18:21.391Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.5.1/plexus-interactivity-api-1.5.1.pom (1.7 kB at 56 kB/s) 17:18:21 [2026-08-21T15:18:21.391Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity/1.5.1/plexus-interactivity-1.5.1.pom 17:18:21 [2026-08-21T15:18:21.391Z] Progress (1): 1.3 kB 17:18:21 [2026-08-21T15:18:21.391Z] Progress (1): 1.7 kB 17:18:21 [2026-08-21T15:18:21.391Z] 17:18:21 [2026-08-21T15:18:21.391Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity/1.5.1/plexus-interactivity-1.5.1.pom (1.7 kB at 52 kB/s) 17:18:21 [2026-08-21T15:18:21.391Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-api/2.21.0/versions-api-2.21.0.jar 17:18:21 [2026-08-21T15:18:21.391Z] Progress (1): 3.2/6.6 kB 17:18:21 [2026-08-21T15:18:21.391Z] Progress (1): 6.6 kB 17:18:21 [2026-08-21T15:18:21.391Z] 17:18:21 [2026-08-21T15:18:21.391Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-api/2.21.0/versions-api-2.21.0.jar (6.6 kB at 302 kB/s) 17:18:21 [2026-08-21T15:18:21.391Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-model/2.21.0/versions-model-2.21.0.jar 17:18:21 [2026-08-21T15:18:21.391Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-model-report/2.21.0/versions-model-report-2.21.0.jar 17:18:21 [2026-08-21T15:18:21.391Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-common/2.21.0/versions-common-2.21.0.jar 17:18:21 [2026-08-21T15:18:21.391Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-collections4/4.5.0/commons-collections4-4.5.0.jar 17:18:21 [2026-08-21T15:18:21.391Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-xml/3.0.1/plexus-xml-3.0.1.jar 17:18:21 [2026-08-21T15:18:21.641Z] Progress (1): 7.7/13 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (1): 13 kB 17:18:21 [2026-08-21T15:18:21.641Z] 17:18:21 [2026-08-21T15:18:21.641Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-model/2.21.0/versions-model-2.21.0.jar (13 kB at 517 kB/s) 17:18:21 [2026-08-21T15:18:21.641Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/3.5.3/wagon-provider-api-3.5.3.jar 17:18:21 [2026-08-21T15:18:21.641Z] Progress (1): 7.7/47 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (1): 11/47 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (1): 28/47 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (1): 44/47 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (1): 47 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (2): 47 kB | 0.9/899 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (2): 47 kB | 2.3/899 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (2): 47 kB | 3.6/899 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (2): 47 kB | 5.0/899 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (2): 47 kB | 6.4/899 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (2): 47 kB | 7.7/899 kB 17:18:21 [2026-08-21T15:18:21.641Z] 17:18:21 [2026-08-21T15:18:21.641Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-model-report/2.21.0/versions-model-report-2.21.0.jar (47 kB at 1.4 MB/s) 17:18:21 [2026-08-21T15:18:21.641Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.4.0/maven-common-artifact-filters-3.4.0.jar 17:18:21 [2026-08-21T15:18:21.641Z] Progress (1): 9.1/899 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (1): 10/899 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (1): 12/899 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (1): 13/899 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (1): 15/899 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (1): 16/899 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (1): 17/899 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (1): 19/899 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (1): 20/899 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (1): 21/899 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (1): 23/899 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (1): 24/899 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (1): 26/899 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (1): 27/899 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (1): 28/899 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (1): 30/899 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (1): 31/899 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (1): 32/899 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (1): 34/899 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (1): 35/899 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (1): 36/899 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (1): 38/899 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (1): 39/899 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (1): 41/899 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (1): 42/899 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (1): 43/899 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (1): 45/899 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (1): 46/899 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (1): 47/899 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (1): 49/899 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (1): 50/899 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (1): 52/899 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (1): 53/899 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (1): 54/899 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (1): 56/899 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (1): 60/899 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (1): 64/899 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (1): 68/899 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (1): 73/899 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (1): 77/899 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (1): 81/899 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (1): 85/899 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (1): 89/899 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (1): 94/899 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (1): 98/899 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (1): 102/899 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (1): 106/899 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (1): 111/899 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (1): 115/899 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (1): 119/899 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (1): 123/899 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (1): 128/899 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (1): 131/899 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (1): 135/899 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (1): 139/899 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (1): 143/899 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (1): 147/899 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (2): 147/899 kB | 7.7/55 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (2): 147/899 kB | 11/55 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (2): 152/899 kB | 11/55 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (2): 156/899 kB | 11/55 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (2): 160/899 kB | 11/55 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (2): 164/899 kB | 11/55 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (2): 169/899 kB | 11/55 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (2): 173/899 kB | 11/55 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (2): 173/899 kB | 28/55 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (2): 177/899 kB | 28/55 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (3): 177/899 kB | 28/55 kB | 0.9/186 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (3): 181/899 kB | 28/55 kB | 0.9/186 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (3): 181/899 kB | 28/55 kB | 2.3/186 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (3): 181/899 kB | 28/55 kB | 3.6/186 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (3): 186/899 kB | 28/55 kB | 3.6/186 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (3): 186/899 kB | 44/55 kB | 3.6/186 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (3): 186/899 kB | 44/55 kB | 5.0/186 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (3): 190/899 kB | 44/55 kB | 5.0/186 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (3): 190/899 kB | 44/55 kB | 6.4/186 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (3): 190/899 kB | 44/55 kB | 7.7/186 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (3): 194/899 kB | 44/55 kB | 7.7/186 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (3): 194/899 kB | 44/55 kB | 9.1/186 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (3): 198/899 kB | 44/55 kB | 9.1/186 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (3): 198/899 kB | 44/55 kB | 10/186 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (3): 202/899 kB | 44/55 kB | 10/186 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (3): 202/899 kB | 44/55 kB | 12/186 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (3): 202/899 kB | 55 kB | 12/186 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (3): 202/899 kB | 55 kB | 13/186 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (3): 207/899 kB | 55 kB | 13/186 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (3): 207/899 kB | 55 kB | 15/186 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (3): 211/899 kB | 55 kB | 15/186 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (3): 211/899 kB | 55 kB | 16/186 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (3): 211/899 kB | 55 kB | 17/186 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (3): 215/899 kB | 55 kB | 17/186 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (3): 215/899 kB | 55 kB | 19/186 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (3): 219/899 kB | 55 kB | 19/186 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (3): 219/899 kB | 55 kB | 20/186 kB 17:18:21 [2026-08-21T15:18:21.641Z] 17:18:21 [2026-08-21T15:18:21.641Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/3.5.3/wagon-provider-api-3.5.3.jar (55 kB at 1.1 MB/s) 17:18:21 [2026-08-21T15:18:21.641Z] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar 17:18:21 [2026-08-21T15:18:21.641Z] Progress (2): 224/899 kB | 20/186 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (2): 224/899 kB | 21/186 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (2): 224/899 kB | 23/186 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (2): 224/899 kB | 24/186 kB 17:18:21 [2026-08-21T15:18:21.641Z] Progress (2): 224/899 kB | 26/186 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 224/899 kB | 27/186 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 224/899 kB | 28/186 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 240/899 kB | 28/186 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 240/899 kB | 30/186 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 240/899 kB | 31/186 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 240/899 kB | 32/186 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 240/899 kB | 34/186 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 240/899 kB | 35/186 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 240/899 kB | 36/186 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 240/899 kB | 38/186 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 256/899 kB | 38/186 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 256/899 kB | 39/186 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 256/899 kB | 41/186 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 262/899 kB | 41/186 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 262/899 kB | 42/186 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 262/899 kB | 43/186 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 262/899 kB | 45/186 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 262/899 kB | 46/186 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 262/899 kB | 47/186 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 278/899 kB | 47/186 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 278/899 kB | 49/186 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 278/899 kB | 50/186 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 278/899 kB | 52/186 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 278/899 kB | 53/186 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 278/899 kB | 54/186 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 294/899 kB | 54/186 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 294/899 kB | 56/186 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 294/899 kB | 57/186 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 294/899 kB | 61/186 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 294/899 kB | 65/186 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 311/899 kB | 65/186 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 311/899 kB | 70/186 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 311/899 kB | 74/186 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 327/899 kB | 74/186 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 327/899 kB | 78/186 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 327/899 kB | 82/186 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 327/899 kB | 86/186 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 344/899 kB | 86/186 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 344/899 kB | 91/186 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 344/899 kB | 95/186 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 360/899 kB | 95/186 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 360/899 kB | 99/186 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 360/899 kB | 103/186 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 360/899 kB | 108/186 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 376/899 kB | 108/186 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 376/899 kB | 112/186 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 376/899 kB | 116/186 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 376/899 kB | 120/186 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 393/899 kB | 120/186 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 393/899 kB | 125/186 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 393/899 kB | 129/186 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 409/899 kB | 129/186 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 409/899 kB | 133/186 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 409/899 kB | 137/186 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 409/899 kB | 141/186 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 425/899 kB | 141/186 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 425/899 kB | 146/186 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 425/899 kB | 150/186 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 425/899 kB | 154/186 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 442/899 kB | 154/186 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 442/899 kB | 158/186 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (3): 442/899 kB | 158/186 kB | 7.7/58 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (3): 442/899 kB | 158/186 kB | 11/58 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (3): 442/899 kB | 163/186 kB | 11/58 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (3): 458/899 kB | 163/186 kB | 11/58 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (3): 458/899 kB | 167/186 kB | 11/58 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (3): 459/899 kB | 167/186 kB | 11/58 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (3): 459/899 kB | 171/186 kB | 11/58 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (3): 459/899 kB | 171/186 kB | 28/58 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (3): 459/899 kB | 175/186 kB | 28/58 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (3): 475/899 kB | 175/186 kB | 28/58 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (3): 475/899 kB | 180/186 kB | 28/58 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (3): 475/899 kB | 180/186 kB | 44/58 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (3): 475/899 kB | 184/186 kB | 44/58 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (3): 475/899 kB | 186 kB | 44/58 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (3): 492/899 kB | 186 kB | 44/58 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (3): 492/899 kB | 186 kB | 58 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (3): 508/899 kB | 186 kB | 58 kB 17:18:21 [2026-08-21T15:18:21.642Z] 17:18:21 [2026-08-21T15:18:21.642Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-common/2.21.0/versions-common-2.21.0.jar (186 kB at 2.8 MB/s) 17:18:21 [2026-08-21T15:18:21.642Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.jar 17:18:21 [2026-08-21T15:18:21.642Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.4.0/maven-common-artifact-filters-3.4.0.jar (58 kB at 899 kB/s) 17:18:21 [2026-08-21T15:18:21.642Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/4.0.0/maven-reporting-api-4.0.0.jar 17:18:21 [2026-08-21T15:18:21.642Z] Progress (1): 525/899 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (1): 541/899 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (1): 557/899 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (1): 574/899 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (1): 590/899 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (1): 607/899 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (1): 623/899 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (1): 639/899 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (1): 656/899 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (1): 672/899 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 672/899 kB | 7.7/41 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 672/899 kB | 11/41 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 688/899 kB | 11/41 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 688/899 kB | 28/41 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 705/899 kB | 28/41 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 705/899 kB | 41 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 721/899 kB | 41 kB 17:18:21 [2026-08-21T15:18:21.642Z] 17:18:21 [2026-08-21T15:18:21.642Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar (41 kB at 548 kB/s) 17:18:21 [2026-08-21T15:18:21.642Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/4.0.0/maven-reporting-impl-4.0.0.jar 17:18:21 [2026-08-21T15:18:21.642Z] Progress (1): 738/899 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (1): 754/899 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (1): 770/899 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (1): 787/899 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (1): 788/899 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (1): 804/899 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (1): 821/899 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (1): 837/899 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (1): 853/899 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 853/899 kB | 0.9/94 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 853/899 kB | 2.3/94 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 870/899 kB | 2.3/94 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 870/899 kB | 3.2/94 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 870/899 kB | 4.5/94 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 870/899 kB | 5.9/94 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 870/899 kB | 7.3/94 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 886/899 kB | 7.3/94 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 886/899 kB | 8.6/94 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 886/899 kB | 10/94 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 886/899 kB | 11/94 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 899 kB | 11/94 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 899 kB | 13/94 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 899 kB | 14/94 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 899 kB | 15/94 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 899 kB | 17/94 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 899 kB | 18/94 kB 17:18:21 [2026-08-21T15:18:21.642Z] 17:18:21 [2026-08-21T15:18:21.642Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-collections4/4.5.0/commons-collections4-4.5.0.jar (899 kB at 11 MB/s) 17:18:21 [2026-08-21T15:18:21.642Z] Progress (1): 20/94 kB 17:18:21 [2026-08-21T15:18:21.642Z] 17:18:21 [2026-08-21T15:18:21.642Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.4.2/maven-shared-utils-3.4.2.jar 17:18:21 [2026-08-21T15:18:21.642Z] Progress (1): 21/94 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (1): 22/94 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (1): 24/94 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (1): 25/94 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (1): 26/94 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (1): 28/94 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (1): 29/94 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (1): 31/94 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (1): 32/94 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (1): 33/94 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (1): 35/94 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (1): 36/94 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 36/94 kB | 3.8/168 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 37/94 kB | 3.8/168 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 39/94 kB | 3.8/168 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 39/94 kB | 7.7/168 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 40/94 kB | 7.7/168 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 40/94 kB | 12/168 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 41/94 kB | 12/168 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 41/94 kB | 16/168 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 43/94 kB | 16/168 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 43/94 kB | 20/168 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 44/94 kB | 20/168 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 44/94 kB | 24/168 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 46/94 kB | 24/168 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 46/94 kB | 28/168 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 47/94 kB | 28/168 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 48/94 kB | 28/168 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 48/94 kB | 33/168 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 50/94 kB | 33/168 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 51/94 kB | 33/168 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 52/94 kB | 33/168 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 54/94 kB | 33/168 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 55/94 kB | 33/168 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 55/94 kB | 49/168 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 59/94 kB | 49/168 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 59/94 kB | 57/168 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 64/94 kB | 57/168 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 68/94 kB | 57/168 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 72/94 kB | 57/168 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 72/94 kB | 73/168 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 76/94 kB | 73/168 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 81/94 kB | 73/168 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 81/94 kB | 90/168 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 85/94 kB | 90/168 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (3): 85/94 kB | 90/168 kB | 7.7/9.8 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (3): 85/94 kB | 90/168 kB | 9.8 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (3): 89/94 kB | 90/168 kB | 9.8 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (3): 89/94 kB | 106/168 kB | 9.8 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (3): 93/94 kB | 106/168 kB | 9.8 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (3): 94 kB | 106/168 kB | 9.8 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (3): 94 kB | 122/168 kB | 9.8 kB 17:18:21 [2026-08-21T15:18:21.642Z] 17:18:21 [2026-08-21T15:18:21.642Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/4.0.0/maven-reporting-api-4.0.0.jar (9.8 kB at 108 kB/s) 17:18:21 [2026-08-21T15:18:21.642Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-model/2.0.0/doxia-site-model-2.0.0.jar 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 94 kB | 139/168 kB 17:18:21 [2026-08-21T15:18:21.642Z] 17:18:21 [2026-08-21T15:18:21.642Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-xml/3.0.1/plexus-xml-3.0.1.jar (94 kB at 1.0 MB/s) 17:18:21 [2026-08-21T15:18:21.642Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-integration-tools/2.0.0/doxia-integration-tools-2.0.0.jar 17:18:21 [2026-08-21T15:18:21.642Z] Progress (1): 155/168 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (1): 168 kB 17:18:21 [2026-08-21T15:18:21.642Z] 17:18:21 [2026-08-21T15:18:21.642Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.jar (168 kB at 1.8 MB/s) 17:18:21 [2026-08-21T15:18:21.642Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.jar 17:18:21 [2026-08-21T15:18:21.642Z] Progress (1): 7.7/21 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (1): 15/21 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (1): 21 kB 17:18:21 [2026-08-21T15:18:21.642Z] 17:18:21 [2026-08-21T15:18:21.642Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/4.0.0/maven-reporting-impl-4.0.0.jar (21 kB at 212 kB/s) 17:18:21 [2026-08-21T15:18:21.642Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/2.0.0/doxia-site-renderer-2.0.0.jar 17:18:21 [2026-08-21T15:18:21.642Z] Progress (1): 7.7/151 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (1): 16/151 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (1): 32/151 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (1): 49/151 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (1): 65/151 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (1): 81/151 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (1): 98/151 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (1): 114/151 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (1): 131/151 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (1): 147/151 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (1): 151 kB 17:18:21 [2026-08-21T15:18:21.642Z] 17:18:21 [2026-08-21T15:18:21.642Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.4.2/maven-shared-utils-3.4.2.jar (151 kB at 1.4 MB/s) 17:18:21 [2026-08-21T15:18:21.642Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-skin-model/2.0.0/doxia-skin-model-2.0.0.jar 17:18:21 [2026-08-21T15:18:21.642Z] Progress (1): 7.7/86 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (1): 16/86 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (1): 24/86 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (1): 40/86 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 40/86 kB | 3.2/50 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 57/86 kB | 3.2/50 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 57/86 kB | 20/50 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 73/86 kB | 20/50 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 73/86 kB | 36/50 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 86 kB | 36/50 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 86 kB | 50 kB 17:18:21 [2026-08-21T15:18:21.642Z] 17:18:21 [2026-08-21T15:18:21.642Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.jar (86 kB at 728 kB/s) 17:18:21 [2026-08-21T15:18:21.642Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml5/2.0.0/doxia-module-xhtml5-2.0.0.jar 17:18:21 [2026-08-21T15:18:21.642Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-integration-tools/2.0.0/doxia-integration-tools-2.0.0.jar (50 kB at 424 kB/s) 17:18:21 [2026-08-21T15:18:21.642Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/2.2.0/plexus-velocity-2.2.0.jar 17:18:21 [2026-08-21T15:18:21.642Z] Progress (1): 7.7/44 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (1): 11/44 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (1): 28/44 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (1): 44 kB 17:18:21 [2026-08-21T15:18:21.642Z] 17:18:21 [2026-08-21T15:18:21.642Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/2.0.0/doxia-site-renderer-2.0.0.jar (44 kB at 341 kB/s) 17:18:21 [2026-08-21T15:18:21.642Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-engine-core/2.4/velocity-engine-core-2.4.jar 17:18:21 [2026-08-21T15:18:21.642Z] Progress (1): 3.8/86 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (1): 8.0/86 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 8.0/86 kB | 7.7/16 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 12/86 kB | 7.7/16 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 12/86 kB | 16/16 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 12/86 kB | 16 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 16/86 kB | 16 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 21/86 kB | 16 kB 17:18:21 [2026-08-21T15:18:21.642Z] 17:18:21 [2026-08-21T15:18:21.642Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-skin-model/2.0.0/doxia-skin-model-2.0.0.jar (16 kB at 124 kB/s) 17:18:21 [2026-08-21T15:18:21.642Z] Progress (1): 25/86 kB 17:18:21 [2026-08-21T15:18:21.642Z] 17:18:21 [2026-08-21T15:18:21.642Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/tools/velocity-tools-generic/3.1/velocity-tools-generic-3.1.jar 17:18:21 [2026-08-21T15:18:21.642Z] Progress (1): 29/86 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (1): 33/86 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (1): 37/86 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (1): 41/86 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (1): 46/86 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (1): 50/86 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (1): 54/86 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (1): 58/86 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (1): 63/86 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (1): 67/86 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (1): 71/86 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (1): 75/86 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (1): 80/86 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (1): 84/86 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (1): 86 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 86 kB | 5.7 kB 17:18:21 [2026-08-21T15:18:21.642Z] 17:18:21 [2026-08-21T15:18:21.642Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-model/2.0.0/doxia-site-model-2.0.0.jar (86 kB at 627 kB/s) 17:18:21 [2026-08-21T15:18:21.642Z] Downloading from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.11.0/commons-beanutils-1.11.0.jar 17:18:21 [2026-08-21T15:18:21.642Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/2.2.0/plexus-velocity-2.2.0.jar (5.7 kB at 41 kB/s) 17:18:21 [2026-08-21T15:18:21.642Z] Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.3.5/commons-logging-1.3.5.jar 17:18:21 [2026-08-21T15:18:21.642Z] Progress (1): 7.7/17 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (1): 15/17 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (1): 17 kB 17:18:21 [2026-08-21T15:18:21.642Z] 17:18:21 [2026-08-21T15:18:21.642Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml5/2.0.0/doxia-module-xhtml5-2.0.0.jar (17 kB at 120 kB/s) 17:18:21 [2026-08-21T15:18:21.642Z] Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar 17:18:21 [2026-08-21T15:18:21.642Z] Progress (1): 3.2/510 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (1): 20/510 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 20/510 kB | 3.2/247 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 20/510 kB | 20/247 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 36/510 kB | 20/247 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 36/510 kB | 36/247 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 36/510 kB | 52/247 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 52/510 kB | 52/247 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (2): 52/510 kB | 61/247 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (3): 52/510 kB | 61/247 kB | 7.7/217 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (3): 52/510 kB | 61/247 kB | 16/217 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (3): 52/510 kB | 77/247 kB | 16/217 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (3): 69/510 kB | 77/247 kB | 16/217 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (3): 69/510 kB | 77/247 kB | 32/217 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (3): 69/510 kB | 93/247 kB | 32/217 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (3): 85/510 kB | 93/247 kB | 32/217 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (3): 85/510 kB | 93/247 kB | 49/217 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (3): 85/510 kB | 110/247 kB | 49/217 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (3): 101/510 kB | 110/247 kB | 49/217 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (3): 101/510 kB | 110/247 kB | 57/217 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (3): 101/510 kB | 126/247 kB | 57/217 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (3): 101/510 kB | 131/247 kB | 57/217 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (3): 118/510 kB | 131/247 kB | 57/217 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (3): 118/510 kB | 131/247 kB | 74/217 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (3): 126/510 kB | 131/247 kB | 74/217 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (3): 126/510 kB | 147/247 kB | 74/217 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (3): 126/510 kB | 147/247 kB | 90/217 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (4): 126/510 kB | 147/247 kB | 90/217 kB | 3.8/74 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (4): 126/510 kB | 164/247 kB | 90/217 kB | 3.8/74 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (4): 126/510 kB | 164/247 kB | 90/217 kB | 8.0/74 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (4): 142/510 kB | 164/247 kB | 90/217 kB | 8.0/74 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (4): 142/510 kB | 164/247 kB | 106/217 kB | 8.0/74 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (4): 142/510 kB | 164/247 kB | 106/217 kB | 12/74 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (4): 142/510 kB | 164/247 kB | 106/217 kB | 16/74 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (4): 142/510 kB | 180/247 kB | 106/217 kB | 16/74 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (4): 142/510 kB | 180/247 kB | 123/217 kB | 16/74 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (4): 142/510 kB | 180/247 kB | 123/217 kB | 21/74 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (4): 142/510 kB | 180/247 kB | 123/217 kB | 25/74 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (4): 159/510 kB | 180/247 kB | 123/217 kB | 25/74 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (4): 159/510 kB | 180/247 kB | 131/217 kB | 25/74 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (4): 159/510 kB | 197/247 kB | 131/217 kB | 25/74 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (4): 159/510 kB | 197/247 kB | 131/217 kB | 29/74 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (4): 159/510 kB | 197/247 kB | 131/217 kB | 33/74 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (5): 159/510 kB | 197/247 kB | 131/217 kB | 33/74 kB | 7.7/588 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (5): 159/510 kB | 197/247 kB | 147/217 kB | 33/74 kB | 7.7/588 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (5): 159/510 kB | 197/247 kB | 147/217 kB | 33/74 kB | 16/588 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (5): 159/510 kB | 213/247 kB | 147/217 kB | 33/74 kB | 16/588 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (5): 159/510 kB | 213/247 kB | 147/217 kB | 37/74 kB | 16/588 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (5): 175/510 kB | 213/247 kB | 147/217 kB | 37/74 kB | 16/588 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (5): 175/510 kB | 213/247 kB | 147/217 kB | 37/74 kB | 28/588 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (5): 175/510 kB | 213/247 kB | 164/217 kB | 37/74 kB | 28/588 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (5): 175/510 kB | 229/247 kB | 164/217 kB | 37/74 kB | 28/588 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (5): 175/510 kB | 229/247 kB | 164/217 kB | 37/74 kB | 44/588 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (5): 175/510 kB | 229/247 kB | 164/217 kB | 54/74 kB | 44/588 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (5): 175/510 kB | 229/247 kB | 180/217 kB | 54/74 kB | 44/588 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (5): 192/510 kB | 229/247 kB | 180/217 kB | 54/74 kB | 44/588 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (5): 192/510 kB | 246/247 kB | 180/217 kB | 54/74 kB | 44/588 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (5): 192/510 kB | 247 kB | 180/217 kB | 54/74 kB | 44/588 kB 17:18:21 [2026-08-21T15:18:21.642Z] Progress (5): 192/510 kB | 247 kB | 180/217 kB | 54/74 kB | 61/588 kB 17:18:21 [2026-08-21T15:18:21.642Z] 17:18:21 [2026-08-21T15:18:21.642Z] Downloaded from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.11.0/commons-beanutils-1.11.0.jar (247 kB at 1.4 MB/s) 17:18:21 [2026-08-21T15:18:21.642Z] Progress (4): 192/510 kB | 197/217 kB | 54/74 kB | 61/588 kB 17:18:21 [2026-08-21T15:18:21.643Z] 17:18:21 [2026-08-21T15:18:21.643Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-digester3/3.2/commons-digester3-3.2.jar 17:18:21 [2026-08-21T15:18:21.643Z] Progress (4): 192/510 kB | 197/217 kB | 70/74 kB | 61/588 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (4): 192/510 kB | 197/217 kB | 70/74 kB | 77/588 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (4): 192/510 kB | 197/217 kB | 74 kB | 77/588 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (4): 208/510 kB | 197/217 kB | 74 kB | 77/588 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (4): 208/510 kB | 213/217 kB | 74 kB | 77/588 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (4): 208/510 kB | 217 kB | 74 kB | 77/588 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (4): 208/510 kB | 217 kB | 74 kB | 93/588 kB 17:18:21 [2026-08-21T15:18:21.643Z] 17:18:21 [2026-08-21T15:18:21.643Z] Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.3.5/commons-logging-1.3.5.jar (74 kB at 410 kB/s) 17:18:21 [2026-08-21T15:18:21.643Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/tools/velocity-tools-generic/3.1/velocity-tools-generic-3.1.jar (217 kB at 1.2 MB/s) 17:18:21 [2026-08-21T15:18:21.643Z] Downloading from central: https://repo.maven.apache.org/maven2/com/github/cliftonlabs/json-simple/3.0.2/json-simple-3.0.2.jar 17:18:21 [2026-08-21T15:18:21.643Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-apt/2.0.0/doxia-module-apt-2.0.0.jar 17:18:21 [2026-08-21T15:18:21.643Z] Progress (2): 224/510 kB | 93/588 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (2): 224/510 kB | 110/588 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (2): 229/510 kB | 110/588 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (2): 229/510 kB | 126/588 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (2): 246/510 kB | 126/588 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (2): 246/510 kB | 142/588 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (2): 262/510 kB | 142/588 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (2): 262/510 kB | 159/588 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (2): 279/510 kB | 159/588 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (2): 279/510 kB | 175/588 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (2): 295/510 kB | 175/588 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (2): 295/510 kB | 192/588 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (2): 311/510 kB | 192/588 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (2): 311/510 kB | 208/588 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (2): 328/510 kB | 208/588 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (2): 328/510 kB | 224/588 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (2): 344/510 kB | 224/588 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (2): 344/510 kB | 241/588 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (2): 360/510 kB | 241/588 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (2): 360/510 kB | 257/588 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (2): 377/510 kB | 257/588 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (2): 377/510 kB | 273/588 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (2): 393/510 kB | 273/588 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (2): 393/510 kB | 290/588 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (2): 410/510 kB | 290/588 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (2): 426/510 kB | 290/588 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (2): 426/510 kB | 306/588 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (2): 442/510 kB | 306/588 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (2): 442/510 kB | 323/588 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (2): 459/510 kB | 323/588 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (2): 459/510 kB | 339/588 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (2): 459/510 kB | 342/588 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (2): 475/510 kB | 342/588 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (3): 475/510 kB | 342/588 kB | 8.2/242 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (3): 475/510 kB | 359/588 kB | 8.2/242 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (3): 492/510 kB | 359/588 kB | 8.2/242 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (3): 492/510 kB | 359/588 kB | 25/242 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (3): 492/510 kB | 359/588 kB | 41/242 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (3): 508/510 kB | 359/588 kB | 41/242 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (3): 508/510 kB | 375/588 kB | 41/242 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (3): 510 kB | 375/588 kB | 41/242 kB 17:18:21 [2026-08-21T15:18:21.643Z] 17:18:21 [2026-08-21T15:18:21.643Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-engine-core/2.4/velocity-engine-core-2.4.jar (510 kB at 2.5 MB/s) 17:18:21 [2026-08-21T15:18:21.643Z] Progress (2): 375/588 kB | 57/242 kB 17:18:21 [2026-08-21T15:18:21.643Z] 17:18:21 [2026-08-21T15:18:21.643Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xdoc/2.0.0/doxia-module-xdoc-2.0.0.jar 17:18:21 [2026-08-21T15:18:21.643Z] Progress (2): 391/588 kB | 57/242 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (3): 391/588 kB | 57/242 kB | 7.7/54 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (3): 391/588 kB | 57/242 kB | 16/54 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (3): 391/588 kB | 74/242 kB | 16/54 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (3): 408/588 kB | 74/242 kB | 16/54 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (3): 408/588 kB | 74/242 kB | 24/54 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (3): 408/588 kB | 90/242 kB | 24/54 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (3): 424/588 kB | 90/242 kB | 24/54 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (3): 424/588 kB | 90/242 kB | 40/54 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (3): 424/588 kB | 106/242 kB | 40/54 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (3): 424/588 kB | 106/242 kB | 54 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (3): 440/588 kB | 106/242 kB | 54 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (3): 440/588 kB | 123/242 kB | 54 kB 17:18:21 [2026-08-21T15:18:21.643Z] 17:18:21 [2026-08-21T15:18:21.643Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-apt/2.0.0/doxia-module-apt-2.0.0.jar (54 kB at 255 kB/s) 17:18:21 [2026-08-21T15:18:21.643Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.6.2/maven-archiver-3.6.2.jar 17:18:21 [2026-08-21T15:18:21.643Z] Progress (2): 457/588 kB | 123/242 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (2): 457/588 kB | 139/242 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (2): 473/588 kB | 139/242 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (2): 490/588 kB | 139/242 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (2): 490/588 kB | 156/242 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (2): 506/588 kB | 156/242 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (2): 506/588 kB | 172/242 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (2): 522/588 kB | 172/242 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (2): 522/588 kB | 188/242 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (2): 522/588 kB | 197/242 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (2): 539/588 kB | 197/242 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (2): 539/588 kB | 213/242 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (2): 555/588 kB | 213/242 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (2): 572/588 kB | 213/242 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (2): 572/588 kB | 229/242 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (2): 588/588 kB | 229/242 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (2): 588/588 kB | 242 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (2): 588 kB | 242 kB 17:18:21 [2026-08-21T15:18:21.643Z] 17:18:21 [2026-08-21T15:18:21.643Z] Downloaded from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar (588 kB at 2.7 MB/s) 17:18:21 [2026-08-21T15:18:21.643Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.11.0/plexus-archiver-4.11.0.jar 17:18:21 [2026-08-21T15:18:21.643Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-digester3/3.2/commons-digester3-3.2.jar (242 kB at 1.1 MB/s) 17:18:21 [2026-08-21T15:18:21.643Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.6.0/plexus-io-3.6.0.jar 17:18:21 [2026-08-21T15:18:21.643Z] Progress (1): 7.7/35 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (1): 8.2/35 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (1): 25/35 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (1): 35 kB 17:18:21 [2026-08-21T15:18:21.643Z] 17:18:21 [2026-08-21T15:18:21.643Z] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/cliftonlabs/json-simple/3.0.2/json-simple-3.0.2.jar (35 kB at 154 kB/s) 17:18:21 [2026-08-21T15:18:21.643Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.28.0/commons-compress-1.28.0.jar 17:18:21 [2026-08-21T15:18:21.643Z] Progress (1): 7.7/35 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (1): 11/35 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (1): 28/35 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (1): 35 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (2): 35 kB | 7.7/27 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (2): 35 kB | 11/27 kB 17:18:21 [2026-08-21T15:18:21.643Z] 17:18:21 [2026-08-21T15:18:21.643Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xdoc/2.0.0/doxia-module-xdoc-2.0.0.jar (35 kB at 152 kB/s) 17:18:21 [2026-08-21T15:18:21.643Z] Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.20.0/commons-codec-1.20.0.jar 17:18:21 [2026-08-21T15:18:21.643Z] Progress (1): 27 kB 17:18:21 [2026-08-21T15:18:21.643Z] 17:18:21 [2026-08-21T15:18:21.643Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.6.2/maven-archiver-3.6.2.jar (27 kB at 115 kB/s) 17:18:21 [2026-08-21T15:18:21.643Z] Downloading from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.11/xz-1.11.jar 17:18:21 [2026-08-21T15:18:21.643Z] Progress (1): 7.7/80 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (1): 16/80 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (1): 24/80 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (1): 40/80 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (1): 57/80 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (1): 73/80 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (1): 80 kB 17:18:21 [2026-08-21T15:18:21.643Z] 17:18:21 [2026-08-21T15:18:21.643Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.6.0/plexus-io-3.6.0.jar (80 kB at 333 kB/s) 17:18:21 [2026-08-21T15:18:21.643Z] Downloading from central: https://repo.maven.apache.org/maven2/com/github/luben/zstd-jni/1.5.7-6/zstd-jni-1.5.7-6.jar 17:18:21 [2026-08-21T15:18:21.643Z] Progress (1): 7.7/401 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (1): 16/401 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (1): 24/401 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (1): 40/401 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (1): 57/401 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (1): 73/401 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (1): 90/401 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (1): 106/401 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (1): 122/401 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (1): 139/401 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (1): 155/401 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (1): 172/401 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (1): 188/401 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (1): 204/401 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (1): 221/401 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (1): 237/401 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (1): 253/401 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (1): 270/401 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (2): 270/401 kB | 3.2/227 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (2): 274/401 kB | 3.2/227 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (2): 291/401 kB | 3.2/227 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (2): 307/401 kB | 3.2/227 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (2): 307/401 kB | 20/227 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (2): 307/401 kB | 36/227 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (2): 324/401 kB | 36/227 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (3): 324/401 kB | 36/227 kB | 7.7/169 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (3): 324/401 kB | 36/227 kB | 16/169 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (3): 340/401 kB | 36/227 kB | 16/169 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (3): 340/401 kB | 52/227 kB | 16/169 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (3): 348/401 kB | 52/227 kB | 16/169 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (3): 364/401 kB | 52/227 kB | 16/169 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (3): 364/401 kB | 69/227 kB | 16/169 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (3): 364/401 kB | 85/227 kB | 16/169 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (3): 380/401 kB | 85/227 kB | 16/169 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (3): 397/401 kB | 85/227 kB | 16/169 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (3): 397/401 kB | 101/227 kB | 16/169 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (3): 401 kB | 101/227 kB | 16/169 kB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (3): 401 kB | 118/227 kB | 16/169 kB 17:18:21 [2026-08-21T15:18:21.643Z] 17:18:21 [2026-08-21T15:18:21.643Z] Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.20.0/commons-codec-1.20.0.jar (401 kB at 1.5 MB/s) 17:18:21 [2026-08-21T15:18:21.643Z] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.jar 17:18:21 [2026-08-21T15:18:21.643Z] Progress (3): 118/227 kB | 16/169 kB | 0/7.4 MB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (3): 118/227 kB | 16/169 kB | 0/7.4 MB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (3): 134/227 kB | 16/169 kB | 0/7.4 MB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (3): 134/227 kB | 16/169 kB | 0/7.4 MB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (3): 151/227 kB | 16/169 kB | 0/7.4 MB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (3): 151/227 kB | 32/169 kB | 0/7.4 MB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (3): 167/227 kB | 32/169 kB | 0/7.4 MB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (3): 167/227 kB | 32/169 kB | 0/7.4 MB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (3): 183/227 kB | 32/169 kB | 0/7.4 MB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (3): 183/227 kB | 49/169 kB | 0/7.4 MB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (3): 200/227 kB | 49/169 kB | 0/7.4 MB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (3): 200/227 kB | 49/169 kB | 0.1/7.4 MB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (3): 200/227 kB | 61/169 kB | 0.1/7.4 MB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (3): 216/227 kB | 61/169 kB | 0.1/7.4 MB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (3): 216/227 kB | 61/169 kB | 0.1/7.4 MB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (3): 227 kB | 61/169 kB | 0.1/7.4 MB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (3): 227 kB | 77/169 kB | 0.1/7.4 MB 17:18:21 [2026-08-21T15:18:21.643Z] Progress (3): 227 kB | 77/169 kB | 0.1/7.4 MB 17:18:21 [2026-08-21T15:18:21.643Z] 17:18:21 [2026-08-21T15:18:21.643Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.11.0/plexus-archiver-4.11.0.jar (227 kB at 854 kB/s) 17:18:21 [2026-08-21T15:18:21.643Z] Progress (2): 93/169 kB | 0.1/7.4 MB 17:18:21 [2026-08-21T15:18:21.643Z] 17:18:21 [2026-08-21T15:18:21.643Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/2.0.0/doxia-core-2.0.0.jar 17:18:21 [2026-08-21T15:18:21.643Z] Progress (3): 93/169 kB | 0.1/7.4 MB | 0/1.1 MB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (3): 93/169 kB | 0.1/7.4 MB | 0/1.1 MB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (3): 93/169 kB | 0.1/7.4 MB | 0/1.1 MB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (3): 110/169 kB | 0.1/7.4 MB | 0/1.1 MB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (3): 110/169 kB | 0.1/7.4 MB | 0/1.1 MB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (3): 110/169 kB | 0.1/7.4 MB | 0/1.1 MB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (3): 110/169 kB | 0.1/7.4 MB | 0/1.1 MB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (3): 126/169 kB | 0.1/7.4 MB | 0/1.1 MB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (3): 126/169 kB | 0.1/7.4 MB | 0.1/1.1 MB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (3): 142/169 kB | 0.1/7.4 MB | 0.1/1.1 MB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (3): 142/169 kB | 0.1/7.4 MB | 0.1/1.1 MB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (3): 142/169 kB | 0.1/7.4 MB | 0.1/1.1 MB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (3): 159/169 kB | 0.1/7.4 MB | 0.1/1.1 MB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (3): 159/169 kB | 0.2/7.4 MB | 0.1/1.1 MB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (3): 159/169 kB | 0.2/7.4 MB | 0.1/1.1 MB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (3): 169 kB | 0.2/7.4 MB | 0.1/1.1 MB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (3): 169 kB | 0.2/7.4 MB | 0.1/1.1 MB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (3): 169 kB | 0.2/7.4 MB | 0.1/1.1 MB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (3): 169 kB | 0.2/7.4 MB | 0.1/1.1 MB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (3): 169 kB | 0.2/7.4 MB | 0.1/1.1 MB 17:18:21 [2026-08-21T15:18:21.894Z] 17:18:21 [2026-08-21T15:18:21.894Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.11/xz-1.11.jar (169 kB at 618 kB/s) 17:18:21 [2026-08-21T15:18:21.894Z] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.21.0/commons-io-2.21.0.jar 17:18:21 [2026-08-21T15:18:21.894Z] Progress (2): 0.2/7.4 MB | 0.1/1.1 MB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (2): 0.2/7.4 MB | 0.1/1.1 MB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (2): 0.2/7.4 MB | 0.2/1.1 MB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (2): 0.2/7.4 MB | 0.2/1.1 MB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (2): 0.2/7.4 MB | 0.2/1.1 MB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (2): 0.2/7.4 MB | 0.2/1.1 MB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (2): 0.2/7.4 MB | 0.2/1.1 MB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (2): 0.2/7.4 MB | 0.2/1.1 MB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (2): 0.3/7.4 MB | 0.2/1.1 MB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (2): 0.3/7.4 MB | 0.2/1.1 MB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (2): 0.3/7.4 MB | 0.2/1.1 MB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (2): 0.3/7.4 MB | 0.2/1.1 MB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (2): 0.3/7.4 MB | 0.2/1.1 MB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (2): 0.3/7.4 MB | 0.2/1.1 MB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (2): 0.3/7.4 MB | 0.2/1.1 MB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (2): 0.3/7.4 MB | 0.2/1.1 MB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (2): 0.3/7.4 MB | 0.3/1.1 MB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (2): 0.3/7.4 MB | 0.3/1.1 MB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (2): 0.3/7.4 MB | 0.3/1.1 MB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (2): 0.4/7.4 MB | 0.3/1.1 MB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (2): 0.4/7.4 MB | 0.3/1.1 MB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (2): 0.4/7.4 MB | 0.3/1.1 MB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (3): 0.4/7.4 MB | 0.3/1.1 MB | 7.7/379 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (3): 0.4/7.4 MB | 0.3/1.1 MB | 16/379 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (3): 0.4/7.4 MB | 0.3/1.1 MB | 16/379 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (3): 0.4/7.4 MB | 0.3/1.1 MB | 16/379 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (3): 0.4/7.4 MB | 0.3/1.1 MB | 32/379 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (3): 0.4/7.4 MB | 0.3/1.1 MB | 32/379 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (3): 0.4/7.4 MB | 0.3/1.1 MB | 32/379 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (3): 0.4/7.4 MB | 0.3/1.1 MB | 49/379 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (3): 0.4/7.4 MB | 0.3/1.1 MB | 49/379 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (3): 0.4/7.4 MB | 0.3/1.1 MB | 57/379 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (3): 0.4/7.4 MB | 0.3/1.1 MB | 57/379 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (3): 0.4/7.4 MB | 0.3/1.1 MB | 73/379 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (3): 0.4/7.4 MB | 0.4/1.1 MB | 73/379 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (3): 0.4/7.4 MB | 0.4/1.1 MB | 73/379 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (3): 0.4/7.4 MB | 0.4/1.1 MB | 90/379 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (3): 0.4/7.4 MB | 0.4/1.1 MB | 90/379 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (3): 0.5/7.4 MB | 0.4/1.1 MB | 90/379 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (3): 0.5/7.4 MB | 0.4/1.1 MB | 106/379 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (3): 0.5/7.4 MB | 0.4/1.1 MB | 106/379 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (3): 0.5/7.4 MB | 0.4/1.1 MB | 106/379 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (3): 0.5/7.4 MB | 0.4/1.1 MB | 122/379 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (3): 0.5/7.4 MB | 0.4/1.1 MB | 122/379 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (3): 0.5/7.4 MB | 0.4/1.1 MB | 122/379 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (3): 0.5/7.4 MB | 0.4/1.1 MB | 139/379 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (3): 0.5/7.4 MB | 0.4/1.1 MB | 139/379 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (3): 0.5/7.4 MB | 0.4/1.1 MB | 139/379 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (3): 0.5/7.4 MB | 0.4/1.1 MB | 155/379 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (3): 0.5/7.4 MB | 0.4/1.1 MB | 155/379 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (3): 0.5/7.4 MB | 0.4/1.1 MB | 172/379 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (3): 0.5/7.4 MB | 0.4/1.1 MB | 172/379 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (3): 0.5/7.4 MB | 0.4/1.1 MB | 172/379 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (3): 0.5/7.4 MB | 0.4/1.1 MB | 188/379 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (3): 0.6/7.4 MB | 0.4/1.1 MB | 188/379 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (3): 0.6/7.4 MB | 0.5/1.1 MB | 188/379 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (3): 0.6/7.4 MB | 0.5/1.1 MB | 204/379 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (3): 0.6/7.4 MB | 0.5/1.1 MB | 204/379 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (3): 0.6/7.4 MB | 0.5/1.1 MB | 204/379 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (3): 0.6/7.4 MB | 0.5/1.1 MB | 221/379 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (3): 0.6/7.4 MB | 0.5/1.1 MB | 221/379 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (3): 0.6/7.4 MB | 0.5/1.1 MB | 225/379 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (3): 0.6/7.4 MB | 0.5/1.1 MB | 225/379 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (3): 0.6/7.4 MB | 0.5/1.1 MB | 225/379 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (3): 0.6/7.4 MB | 0.5/1.1 MB | 241/379 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (3): 0.6/7.4 MB | 0.5/1.1 MB | 241/379 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (3): 0.6/7.4 MB | 0.5/1.1 MB | 258/379 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (3): 0.6/7.4 MB | 0.5/1.1 MB | 258/379 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (3): 0.6/7.4 MB | 0.5/1.1 MB | 258/379 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (3): 0.6/7.4 MB | 0.5/1.1 MB | 274/379 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (3): 0.6/7.4 MB | 0.5/1.1 MB | 274/379 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (3): 0.6/7.4 MB | 0.5/1.1 MB | 290/379 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (3): 0.7/7.4 MB | 0.5/1.1 MB | 290/379 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (3): 0.7/7.4 MB | 0.5/1.1 MB | 290/379 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (3): 0.7/7.4 MB | 0.5/1.1 MB | 290/379 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (3): 0.7/7.4 MB | 0.5/1.1 MB | 307/379 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (3): 0.7/7.4 MB | 0.5/1.1 MB | 323/379 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (3): 0.7/7.4 MB | 0.5/1.1 MB | 323/379 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (3): 0.7/7.4 MB | 0.5/1.1 MB | 323/379 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (3): 0.7/7.4 MB | 0.5/1.1 MB | 340/379 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (3): 0.7/7.4 MB | 0.5/1.1 MB | 340/379 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (4): 0.7/7.4 MB | 0.5/1.1 MB | 340/379 kB | 7.7/168 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (4): 0.7/7.4 MB | 0.5/1.1 MB | 340/379 kB | 8.2/168 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (4): 0.7/7.4 MB | 0.6/1.1 MB | 340/379 kB | 8.2/168 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (4): 0.7/7.4 MB | 0.6/1.1 MB | 340/379 kB | 8.2/168 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (4): 0.7/7.4 MB | 0.6/1.1 MB | 356/379 kB | 8.2/168 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (4): 0.7/7.4 MB | 0.6/1.1 MB | 356/379 kB | 8.2/168 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (4): 0.7/7.4 MB | 0.6/1.1 MB | 356/379 kB | 25/168 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (4): 0.7/7.4 MB | 0.6/1.1 MB | 372/379 kB | 25/168 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (4): 0.7/7.4 MB | 0.6/1.1 MB | 372/379 kB | 25/168 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (4): 0.7/7.4 MB | 0.6/1.1 MB | 379 kB | 25/168 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (4): 0.7/7.4 MB | 0.6/1.1 MB | 379 kB | 41/168 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (4): 0.8/7.4 MB | 0.6/1.1 MB | 379 kB | 41/168 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (4): 0.8/7.4 MB | 0.6/1.1 MB | 379 kB | 41/168 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (5): 0.8/7.4 MB | 0.6/1.1 MB | 379 kB | 41/168 kB | 7.7/585 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (5): 0.8/7.4 MB | 0.6/1.1 MB | 379 kB | 41/168 kB | 11/585 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (5): 0.8/7.4 MB | 0.6/1.1 MB | 379 kB | 41/168 kB | 11/585 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (5): 0.8/7.4 MB | 0.6/1.1 MB | 379 kB | 57/168 kB | 11/585 kB 17:18:21 [2026-08-21T15:18:21.894Z] 17:18:21 [2026-08-21T15:18:21.894Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.jar (379 kB at 1.3 MB/s) 17:18:21 [2026-08-21T15:18:21.894Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.15.0/commons-text-1.15.0.jar 17:18:21 [2026-08-21T15:18:21.894Z] Progress (4): 0.8/7.4 MB | 0.6/1.1 MB | 57/168 kB | 11/585 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (4): 0.8/7.4 MB | 0.6/1.1 MB | 57/168 kB | 28/585 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (4): 0.8/7.4 MB | 0.6/1.1 MB | 57/168 kB | 28/585 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (4): 0.8/7.4 MB | 0.6/1.1 MB | 57/168 kB | 44/585 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (4): 0.8/7.4 MB | 0.6/1.1 MB | 57/168 kB | 44/585 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (4): 0.8/7.4 MB | 0.6/1.1 MB | 57/168 kB | 44/585 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (4): 0.8/7.4 MB | 0.6/1.1 MB | 74/168 kB | 44/585 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (4): 0.8/7.4 MB | 0.6/1.1 MB | 74/168 kB | 44/585 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (4): 0.8/7.4 MB | 0.6/1.1 MB | 74/168 kB | 61/585 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (4): 0.8/7.4 MB | 0.6/1.1 MB | 74/168 kB | 61/585 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (4): 0.8/7.4 MB | 0.6/1.1 MB | 74/168 kB | 61/585 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (4): 0.8/7.4 MB | 0.6/1.1 MB | 74/168 kB | 77/585 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (4): 0.8/7.4 MB | 0.6/1.1 MB | 90/168 kB | 77/585 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (4): 0.9/7.4 MB | 0.6/1.1 MB | 90/168 kB | 77/585 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (4): 0.9/7.4 MB | 0.7/1.1 MB | 90/168 kB | 77/585 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (4): 0.9/7.4 MB | 0.7/1.1 MB | 90/168 kB | 77/585 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (4): 0.9/7.4 MB | 0.7/1.1 MB | 90/168 kB | 93/585 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (4): 0.9/7.4 MB | 0.7/1.1 MB | 90/168 kB | 93/585 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (4): 0.9/7.4 MB | 0.7/1.1 MB | 90/168 kB | 110/585 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (4): 0.9/7.4 MB | 0.7/1.1 MB | 90/168 kB | 110/585 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (4): 0.9/7.4 MB | 0.7/1.1 MB | 106/168 kB | 110/585 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (4): 0.9/7.4 MB | 0.7/1.1 MB | 106/168 kB | 110/585 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (4): 0.9/7.4 MB | 0.7/1.1 MB | 106/168 kB | 126/585 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (4): 0.9/7.4 MB | 0.7/1.1 MB | 106/168 kB | 126/585 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (4): 0.9/7.4 MB | 0.7/1.1 MB | 106/168 kB | 126/585 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (4): 0.9/7.4 MB | 0.7/1.1 MB | 106/168 kB | 142/585 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (4): 0.9/7.4 MB | 0.7/1.1 MB | 106/168 kB | 142/585 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (4): 0.9/7.4 MB | 0.7/1.1 MB | 123/168 kB | 142/585 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (4): 0.9/7.4 MB | 0.7/1.1 MB | 123/168 kB | 142/585 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (4): 0.9/7.4 MB | 0.7/1.1 MB | 123/168 kB | 142/585 kB 17:18:21 [2026-08-21T15:18:21.894Z] Progress (4): 0.9/7.4 MB | 0.7/1.1 MB | 123/168 kB | 159/585 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (4): 1.0/7.4 MB | 0.7/1.1 MB | 123/168 kB | 159/585 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (4): 1.0/7.4 MB | 0.7/1.1 MB | 123/168 kB | 175/585 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (4): 1.0/7.4 MB | 0.7/1.1 MB | 123/168 kB | 175/585 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (4): 1.0/7.4 MB | 0.7/1.1 MB | 123/168 kB | 175/585 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (4): 1.0/7.4 MB | 0.7/1.1 MB | 123/168 kB | 192/585 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (4): 1.0/7.4 MB | 0.7/1.1 MB | 139/168 kB | 192/585 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (4): 1.0/7.4 MB | 0.7/1.1 MB | 139/168 kB | 192/585 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (4): 1.0/7.4 MB | 0.7/1.1 MB | 139/168 kB | 192/585 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (4): 1.0/7.4 MB | 0.7/1.1 MB | 139/168 kB | 192/585 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (4): 1.0/7.4 MB | 0.8/1.1 MB | 139/168 kB | 192/585 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (4): 1.0/7.4 MB | 0.8/1.1 MB | 139/168 kB | 192/585 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (4): 1.0/7.4 MB | 0.8/1.1 MB | 139/168 kB | 208/585 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (4): 1.0/7.4 MB | 0.8/1.1 MB | 156/168 kB | 208/585 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (4): 1.0/7.4 MB | 0.8/1.1 MB | 156/168 kB | 208/585 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (4): 1.0/7.4 MB | 0.8/1.1 MB | 156/168 kB | 224/585 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (4): 1.0/7.4 MB | 0.8/1.1 MB | 156/168 kB | 224/585 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (4): 1.0/7.4 MB | 0.8/1.1 MB | 156/168 kB | 229/585 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (4): 1.1/7.4 MB | 0.8/1.1 MB | 156/168 kB | 229/585 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (4): 1.1/7.4 MB | 0.8/1.1 MB | 168 kB | 229/585 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (4): 1.1/7.4 MB | 0.8/1.1 MB | 168 kB | 246/585 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (4): 1.1/7.4 MB | 0.8/1.1 MB | 168 kB | 246/585 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (4): 1.1/7.4 MB | 0.8/1.1 MB | 168 kB | 246/585 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (4): 1.1/7.4 MB | 0.8/1.1 MB | 168 kB | 246/585 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (4): 1.1/7.4 MB | 0.8/1.1 MB | 168 kB | 246/585 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (4): 1.1/7.4 MB | 0.8/1.1 MB | 168 kB | 262/585 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (4): 1.1/7.4 MB | 0.8/1.1 MB | 168 kB | 262/585 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (4): 1.1/7.4 MB | 0.8/1.1 MB | 168 kB | 279/585 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (4): 1.1/7.4 MB | 0.8/1.1 MB | 168 kB | 279/585 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (4): 1.1/7.4 MB | 0.8/1.1 MB | 168 kB | 279/585 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (4): 1.1/7.4 MB | 0.8/1.1 MB | 168 kB | 295/585 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (4): 1.1/7.4 MB | 0.8/1.1 MB | 168 kB | 295/585 kB 17:18:21 [2026-08-21T15:18:21.895Z] 17:18:21 [2026-08-21T15:18:21.895Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/2.0.0/doxia-core-2.0.0.jar (168 kB at 544 kB/s) 17:18:21 [2026-08-21T15:18:21.895Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/2.0.0/doxia-sink-api-2.0.0.jar 17:18:21 [2026-08-21T15:18:21.895Z] Progress (3): 1.1/7.4 MB | 0.8/1.1 MB | 295/585 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (3): 1.2/7.4 MB | 0.8/1.1 MB | 295/585 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (3): 1.2/7.4 MB | 0.8/1.1 MB | 311/585 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (3): 1.2/7.4 MB | 0.8/1.1 MB | 311/585 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (3): 1.2/7.4 MB | 0.9/1.1 MB | 311/585 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (3): 1.2/7.4 MB | 0.9/1.1 MB | 328/585 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (3): 1.2/7.4 MB | 0.9/1.1 MB | 328/585 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (3): 1.2/7.4 MB | 0.9/1.1 MB | 344/585 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (3): 1.2/7.4 MB | 0.9/1.1 MB | 344/585 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (3): 1.2/7.4 MB | 0.9/1.1 MB | 344/585 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (3): 1.2/7.4 MB | 0.9/1.1 MB | 360/585 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (3): 1.2/7.4 MB | 0.9/1.1 MB | 360/585 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (3): 1.2/7.4 MB | 0.9/1.1 MB | 360/585 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (3): 1.2/7.4 MB | 0.9/1.1 MB | 360/585 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (3): 1.2/7.4 MB | 0.9/1.1 MB | 377/585 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (3): 1.2/7.4 MB | 0.9/1.1 MB | 377/585 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (3): 1.3/7.4 MB | 0.9/1.1 MB | 377/585 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (3): 1.3/7.4 MB | 0.9/1.1 MB | 393/585 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (3): 1.3/7.4 MB | 0.9/1.1 MB | 393/585 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (3): 1.3/7.4 MB | 0.9/1.1 MB | 393/585 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (3): 1.3/7.4 MB | 0.9/1.1 MB | 410/585 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (3): 1.3/7.4 MB | 0.9/1.1 MB | 410/585 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (3): 1.3/7.4 MB | 0.9/1.1 MB | 410/585 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (3): 1.3/7.4 MB | 0.9/1.1 MB | 426/585 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (3): 1.3/7.4 MB | 0.9/1.1 MB | 426/585 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (3): 1.3/7.4 MB | 0.9/1.1 MB | 426/585 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (3): 1.3/7.4 MB | 1.0/1.1 MB | 426/585 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (3): 1.3/7.4 MB | 1.0/1.1 MB | 442/585 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (3): 1.3/7.4 MB | 1.0/1.1 MB | 442/585 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (3): 1.3/7.4 MB | 1.0/1.1 MB | 459/585 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (3): 1.3/7.4 MB | 1.0/1.1 MB | 459/585 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (3): 1.4/7.4 MB | 1.0/1.1 MB | 459/585 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (3): 1.4/7.4 MB | 1.0/1.1 MB | 475/585 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (3): 1.4/7.4 MB | 1.0/1.1 MB | 475/585 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (3): 1.4/7.4 MB | 1.0/1.1 MB | 475/585 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (3): 1.4/7.4 MB | 1.0/1.1 MB | 492/585 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (3): 1.4/7.4 MB | 1.0/1.1 MB | 492/585 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (3): 1.4/7.4 MB | 1.0/1.1 MB | 492/585 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (3): 1.4/7.4 MB | 1.0/1.1 MB | 508/585 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (3): 1.4/7.4 MB | 1.0/1.1 MB | 508/585 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (3): 1.4/7.4 MB | 1.0/1.1 MB | 524/585 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (3): 1.4/7.4 MB | 1.0/1.1 MB | 524/585 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (3): 1.4/7.4 MB | 1.0/1.1 MB | 524/585 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (3): 1.4/7.4 MB | 1.0/1.1 MB | 524/585 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (3): 1.4/7.4 MB | 1.0/1.1 MB | 541/585 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (3): 1.4/7.4 MB | 1.1/1.1 MB | 541/585 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (3): 1.4/7.4 MB | 1.1/1.1 MB | 557/585 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (3): 1.4/7.4 MB | 1.1/1.1 MB | 557/585 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (3): 1.4/7.4 MB | 1.1/1.1 MB | 557/585 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (3): 1.4/7.4 MB | 1.1/1.1 MB | 573/585 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (3): 1.5/7.4 MB | 1.1/1.1 MB | 573/585 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (3): 1.5/7.4 MB | 1.1/1.1 MB | 585 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (3): 1.5/7.4 MB | 1.1/1.1 MB | 585 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (3): 1.5/7.4 MB | 1.1/1.1 MB | 585 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (3): 1.5/7.4 MB | 1.1/1.1 MB | 585 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (3): 1.5/7.4 MB | 1.1/1.1 MB | 585 kB 17:18:21 [2026-08-21T15:18:21.895Z] 17:18:21 [2026-08-21T15:18:21.895Z] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.21.0/commons-io-2.21.0.jar (585 kB at 1.8 MB/s) 17:18:21 [2026-08-21T15:18:21.895Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.1.0/plexus-i18n-1.1.0.jar 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 1.5/7.4 MB | 1.1 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (3): 1.5/7.4 MB | 1.1 MB | 7.7/265 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (3): 1.5/7.4 MB | 1.1 MB | 7.7/265 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (3): 1.5/7.4 MB | 1.1 MB | 16/265 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (3): 1.5/7.4 MB | 1.1 MB | 29/265 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (3): 1.5/7.4 MB | 1.1 MB | 29/265 kB 17:18:21 [2026-08-21T15:18:21.895Z] 17:18:21 [2026-08-21T15:18:21.895Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.28.0/commons-compress-1.28.0.jar (1.1 MB at 3.5 MB/s) 17:18:21 [2026-08-21T15:18:21.895Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.5.1/plexus-interactivity-api-1.5.1.jar 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 1.5/7.4 MB | 29/265 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 1.5/7.4 MB | 45/265 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 1.5/7.4 MB | 61/265 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 1.6/7.4 MB | 61/265 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 1.6/7.4 MB | 61/265 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 1.6/7.4 MB | 78/265 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 1.6/7.4 MB | 78/265 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 1.6/7.4 MB | 94/265 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 1.6/7.4 MB | 94/265 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 1.6/7.4 MB | 111/265 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 1.6/7.4 MB | 127/265 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 1.6/7.4 MB | 127/265 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 1.6/7.4 MB | 143/265 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 1.6/7.4 MB | 143/265 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 1.6/7.4 MB | 160/265 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 1.7/7.4 MB | 160/265 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 1.7/7.4 MB | 176/265 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 1.7/7.4 MB | 176/265 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 1.7/7.4 MB | 176/265 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 1.7/7.4 MB | 193/265 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 1.7/7.4 MB | 193/265 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 1.7/7.4 MB | 209/265 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 1.7/7.4 MB | 209/265 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 1.7/7.4 MB | 225/265 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 1.7/7.4 MB | 225/265 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 1.7/7.4 MB | 242/265 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 1.7/7.4 MB | 242/265 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 1.7/7.4 MB | 258/265 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 1.7/7.4 MB | 265 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 1.8/7.4 MB | 265 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 1.8/7.4 MB | 265 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 1.8/7.4 MB | 265 kB 17:18:21 [2026-08-21T15:18:21.895Z] 17:18:21 [2026-08-21T15:18:21.895Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.15.0/commons-text-1.15.0.jar (265 kB at 810 kB/s) 17:18:21 [2026-08-21T15:18:21.895Z] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/woodstox/woodstox-core/7.1.1/woodstox-core-7.1.1.jar 17:18:21 [2026-08-21T15:18:21.895Z] Progress (1): 1.8/7.4 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (1): 1.8/7.4 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (1): 1.8/7.4 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (1): 1.8/7.4 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (1): 1.9/7.4 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (1): 1.9/7.4 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (1): 1.9/7.4 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (1): 1.9/7.4 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (1): 1.9/7.4 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (1): 1.9/7.4 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (1): 2.0/7.4 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (1): 2.0/7.4 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (1): 2.0/7.4 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (1): 2.0/7.4 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (1): 2.0/7.4 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (1): 2.0/7.4 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (1): 2.1/7.4 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (1): 2.1/7.4 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (1): 2.1/7.4 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (1): 2.1/7.4 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (1): 2.1/7.4 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (1): 2.1/7.4 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (1): 2.1/7.4 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (1): 2.2/7.4 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (1): 2.2/7.4 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (1): 2.2/7.4 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (1): 2.2/7.4 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (1): 2.2/7.4 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (1): 2.2/7.4 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 2.2/7.4 MB | 3.2/11 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 2.3/7.4 MB | 3.2/11 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 2.3/7.4 MB | 3.2/11 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 2.3/7.4 MB | 11 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 2.3/7.4 MB | 11 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 2.3/7.4 MB | 11 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 2.3/7.4 MB | 11 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 2.3/7.4 MB | 11 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 2.4/7.4 MB | 11 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 2.4/7.4 MB | 11 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 2.4/7.4 MB | 11 kB 17:18:21 [2026-08-21T15:18:21.895Z] 17:18:21 [2026-08-21T15:18:21.895Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/2.0.0/doxia-sink-api-2.0.0.jar (11 kB at 33 kB/s) 17:18:21 [2026-08-21T15:18:21.895Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/4.2.2/stax2-api-4.2.2.jar 17:18:21 [2026-08-21T15:18:21.895Z] Progress (1): 2.4/7.4 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (1): 2.4/7.4 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (1): 2.4/7.4 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (1): 2.5/7.4 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (1): 2.5/7.4 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (1): 2.5/7.4 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (1): 2.5/7.4 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (1): 2.5/7.4 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (1): 2.5/7.4 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (1): 2.6/7.4 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (1): 2.6/7.4 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (1): 2.6/7.4 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (1): 2.6/7.4 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (1): 2.6/7.4 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (1): 2.6/7.4 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (1): 2.7/7.4 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (1): 2.7/7.4 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 2.7/7.4 MB | 0/1.6 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 2.7/7.4 MB | 0/1.6 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 2.7/7.4 MB | 0/1.6 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 2.7/7.4 MB | 0/1.6 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 2.7/7.4 MB | 0/1.6 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 2.7/7.4 MB | 0/1.6 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 2.7/7.4 MB | 0/1.6 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 2.7/7.4 MB | 0.1/1.6 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 2.7/7.4 MB | 0.1/1.6 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 2.7/7.4 MB | 0.1/1.6 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (3): 2.7/7.4 MB | 0.1/1.6 MB | 3.2/10 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (3): 2.8/7.4 MB | 0.1/1.6 MB | 3.2/10 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (3): 2.8/7.4 MB | 0.1/1.6 MB | 3.2/10 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (3): 2.8/7.4 MB | 0.1/1.6 MB | 10 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (3): 2.8/7.4 MB | 0.1/1.6 MB | 10 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (3): 2.8/7.4 MB | 0.1/1.6 MB | 10 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (3): 2.8/7.4 MB | 0.1/1.6 MB | 10 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (3): 2.8/7.4 MB | 0.1/1.6 MB | 10 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (3): 2.8/7.4 MB | 0.1/1.6 MB | 10 kB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (3): 2.8/7.4 MB | 0.1/1.6 MB | 10 kB 17:18:21 [2026-08-21T15:18:21.895Z] 17:18:21 [2026-08-21T15:18:21.895Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.5.1/plexus-interactivity-api-1.5.1.jar (10 kB at 30 kB/s) 17:18:21 [2026-08-21T15:18:21.895Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.20.0/commons-lang3-3.20.0.jar 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 2.8/7.4 MB | 0.1/1.6 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 2.8/7.4 MB | 0.2/1.6 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 2.8/7.4 MB | 0.2/1.6 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 2.8/7.4 MB | 0.2/1.6 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 2.8/7.4 MB | 0.2/1.6 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 2.8/7.4 MB | 0.2/1.6 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 2.9/7.4 MB | 0.2/1.6 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 2.9/7.4 MB | 0.2/1.6 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 2.9/7.4 MB | 0.2/1.6 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 2.9/7.4 MB | 0.2/1.6 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 2.9/7.4 MB | 0.2/1.6 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 2.9/7.4 MB | 0.2/1.6 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 2.9/7.4 MB | 0.2/1.6 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 2.9/7.4 MB | 0.2/1.6 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 2.9/7.4 MB | 0.2/1.6 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 2.9/7.4 MB | 0.3/1.6 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 2.9/7.4 MB | 0.3/1.6 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 2.9/7.4 MB | 0.3/1.6 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 3.0/7.4 MB | 0.3/1.6 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 3.0/7.4 MB | 0.3/1.6 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 3.0/7.4 MB | 0.3/1.6 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 3.0/7.4 MB | 0.3/1.6 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 3.0/7.4 MB | 0.3/1.6 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 3.0/7.4 MB | 0.3/1.6 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 3.0/7.4 MB | 0.3/1.6 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 3.0/7.4 MB | 0.3/1.6 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 3.0/7.4 MB | 0.3/1.6 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 3.0/7.4 MB | 0.4/1.6 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 3.0/7.4 MB | 0.4/1.6 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 3.0/7.4 MB | 0.4/1.6 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 3.0/7.4 MB | 0.4/1.6 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 3.1/7.4 MB | 0.4/1.6 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 3.1/7.4 MB | 0.4/1.6 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 3.1/7.4 MB | 0.4/1.6 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 3.1/7.4 MB | 0.4/1.6 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 3.1/7.4 MB | 0.4/1.6 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 3.1/7.4 MB | 0.4/1.6 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 3.1/7.4 MB | 0.4/1.6 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 3.1/7.4 MB | 0.4/1.6 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 3.1/7.4 MB | 0.4/1.6 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 3.1/7.4 MB | 0.5/1.6 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 3.1/7.4 MB | 0.5/1.6 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 3.1/7.4 MB | 0.5/1.6 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 3.2/7.4 MB | 0.5/1.6 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 3.2/7.4 MB | 0.5/1.6 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 3.2/7.4 MB | 0.5/1.6 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 3.2/7.4 MB | 0.5/1.6 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 3.2/7.4 MB | 0.5/1.6 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 3.2/7.4 MB | 0.5/1.6 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 3.2/7.4 MB | 0.5/1.6 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (2): 3.2/7.4 MB | 0.5/1.6 MB 17:18:21 [2026-08-21T15:18:21.895Z] Progress (3): 3.2/7.4 MB | 0.5/1.6 MB | 7.7/10 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 3.2/7.4 MB | 0.5/1.6 MB | 7.7/10 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 3.2/7.4 MB | 0.5/1.6 MB | 10 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 3.2/7.4 MB | 0.6/1.6 MB | 10 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 3.2/7.4 MB | 0.6/1.6 MB | 10 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 3.2/7.4 MB | 0.6/1.6 MB | 10 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 3.3/7.4 MB | 0.6/1.6 MB | 10 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 3.3/7.4 MB | 0.6/1.6 MB | 10 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 3.3/7.4 MB | 0.6/1.6 MB | 10 kB 17:18:21 [2026-08-21T15:18:21.896Z] 17:18:21 [2026-08-21T15:18:21.896Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.1.0/plexus-i18n-1.1.0.jar (10 kB at 28 kB/s) 17:18:21 [2026-08-21T15:18:21.896Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/4.0.2/plexus-utils-4.0.2.jar 17:18:21 [2026-08-21T15:18:21.896Z] Progress (2): 3.3/7.4 MB | 0.6/1.6 MB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (2): 3.3/7.4 MB | 0.6/1.6 MB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (2): 3.3/7.4 MB | 0.6/1.6 MB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (2): 3.3/7.4 MB | 0.6/1.6 MB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (2): 3.3/7.4 MB | 0.6/1.6 MB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (2): 3.3/7.4 MB | 0.6/1.6 MB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (2): 3.3/7.4 MB | 0.7/1.6 MB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (2): 3.3/7.4 MB | 0.7/1.6 MB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (2): 3.3/7.4 MB | 0.7/1.6 MB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (2): 3.4/7.4 MB | 0.7/1.6 MB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (2): 3.4/7.4 MB | 0.7/1.6 MB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (2): 3.4/7.4 MB | 0.7/1.6 MB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (2): 3.4/7.4 MB | 0.7/1.6 MB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (2): 3.4/7.4 MB | 0.7/1.6 MB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (2): 3.4/7.4 MB | 0.7/1.6 MB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (2): 3.4/7.4 MB | 0.7/1.6 MB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (2): 3.4/7.4 MB | 0.7/1.6 MB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (2): 3.4/7.4 MB | 0.7/1.6 MB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (2): 3.4/7.4 MB | 0.8/1.6 MB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (2): 3.4/7.4 MB | 0.8/1.6 MB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (2): 3.4/7.4 MB | 0.8/1.6 MB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (2): 3.5/7.4 MB | 0.8/1.6 MB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (2): 3.5/7.4 MB | 0.8/1.6 MB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (2): 3.5/7.4 MB | 0.8/1.6 MB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (2): 3.5/7.4 MB | 0.8/1.6 MB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (2): 3.5/7.4 MB | 0.8/1.6 MB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (2): 3.5/7.4 MB | 0.8/1.6 MB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (2): 3.5/7.4 MB | 0.8/1.6 MB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (2): 3.5/7.4 MB | 0.8/1.6 MB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (2): 3.5/7.4 MB | 0.8/1.6 MB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (2): 3.5/7.4 MB | 0.9/1.6 MB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (2): 3.5/7.4 MB | 0.9/1.6 MB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (2): 3.5/7.4 MB | 0.9/1.6 MB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (2): 3.6/7.4 MB | 0.9/1.6 MB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (2): 3.6/7.4 MB | 0.9/1.6 MB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (2): 3.6/7.4 MB | 0.9/1.6 MB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (2): 3.6/7.4 MB | 0.9/1.6 MB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (2): 3.6/7.4 MB | 0.9/1.6 MB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (2): 3.6/7.4 MB | 0.9/1.6 MB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (2): 3.6/7.4 MB | 0.9/1.6 MB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (2): 3.6/7.4 MB | 0.9/1.6 MB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (2): 3.6/7.4 MB | 0.9/1.6 MB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (2): 3.6/7.4 MB | 1.0/1.6 MB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (2): 3.6/7.4 MB | 1.0/1.6 MB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (2): 3.6/7.4 MB | 1.0/1.6 MB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 3.6/7.4 MB | 1.0/1.6 MB | 3.2/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 3.6/7.4 MB | 1.0/1.6 MB | 3.2/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 3.6/7.4 MB | 1.0/1.6 MB | 3.2/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 3.7/7.4 MB | 1.0/1.6 MB | 3.2/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 3.7/7.4 MB | 1.0/1.6 MB | 20/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 3.7/7.4 MB | 1.0/1.6 MB | 20/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 3.7/7.4 MB | 1.0/1.6 MB | 20/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 3.7/7.4 MB | 1.0/1.6 MB | 36/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 3.7/7.4 MB | 1.0/1.6 MB | 36/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 3.7/7.4 MB | 1.0/1.6 MB | 36/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 3.7/7.4 MB | 1.0/1.6 MB | 52/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 3.7/7.4 MB | 1.0/1.6 MB | 52/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 3.7/7.4 MB | 1.0/1.6 MB | 52/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 3.7/7.4 MB | 1.1/1.6 MB | 52/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 3.7/7.4 MB | 1.1/1.6 MB | 69/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 3.7/7.4 MB | 1.1/1.6 MB | 69/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 3.7/7.4 MB | 1.1/1.6 MB | 69/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 3.7/7.4 MB | 1.1/1.6 MB | 85/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 3.7/7.4 MB | 1.1/1.6 MB | 85/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 3.7/7.4 MB | 1.1/1.6 MB | 85/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 3.8/7.4 MB | 1.1/1.6 MB | 85/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 3.8/7.4 MB | 1.1/1.6 MB | 101/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 3.8/7.4 MB | 1.1/1.6 MB | 101/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 3.8/7.4 MB | 1.1/1.6 MB | 101/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 3.8/7.4 MB | 1.1/1.6 MB | 118/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 3.8/7.4 MB | 1.1/1.6 MB | 118/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 3.8/7.4 MB | 1.1/1.6 MB | 118/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 3.8/7.4 MB | 1.1/1.6 MB | 126/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 3.8/7.4 MB | 1.1/1.6 MB | 126/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 3.8/7.4 MB | 1.1/1.6 MB | 126/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 3.8/7.4 MB | 1.1/1.6 MB | 142/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 3.8/7.4 MB | 1.1/1.6 MB | 142/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 3.8/7.4 MB | 1.1/1.6 MB | 142/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 3.8/7.4 MB | 1.1/1.6 MB | 159/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 3.8/7.4 MB | 1.2/1.6 MB | 159/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 3.8/7.4 MB | 1.2/1.6 MB | 159/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 3.8/7.4 MB | 1.2/1.6 MB | 159/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 3.8/7.4 MB | 1.2/1.6 MB | 175/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 3.9/7.4 MB | 1.2/1.6 MB | 175/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 3.9/7.4 MB | 1.2/1.6 MB | 175/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 3.9/7.4 MB | 1.2/1.6 MB | 192/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 3.9/7.4 MB | 1.2/1.6 MB | 192/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 3.9/7.4 MB | 1.2/1.6 MB | 192/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 3.9/7.4 MB | 1.2/1.6 MB | 208/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 3.9/7.4 MB | 1.2/1.6 MB | 208/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 3.9/7.4 MB | 1.2/1.6 MB | 208/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 3.9/7.4 MB | 1.2/1.6 MB | 217/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 3.9/7.4 MB | 1.2/1.6 MB | 217/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 3.9/7.4 MB | 1.2/1.6 MB | 217/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 3.9/7.4 MB | 1.2/1.6 MB | 233/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 3.9/7.4 MB | 1.2/1.6 MB | 233/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 3.9/7.4 MB | 1.3/1.6 MB | 233/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 3.9/7.4 MB | 1.3/1.6 MB | 250/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 3.9/7.4 MB | 1.3/1.6 MB | 250/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 3.9/7.4 MB | 1.3/1.6 MB | 250/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 3.9/7.4 MB | 1.3/1.6 MB | 250/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 3.9/7.4 MB | 1.3/1.6 MB | 266/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 3.9/7.4 MB | 1.3/1.6 MB | 266/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 4.0/7.4 MB | 1.3/1.6 MB | 266/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 4.0/7.4 MB | 1.3/1.6 MB | 266/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 4.0/7.4 MB | 1.3/1.6 MB | 266/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 4.0/7.4 MB | 1.3/1.6 MB | 282/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 4.0/7.4 MB | 1.3/1.6 MB | 282/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 4.0/7.4 MB | 1.3/1.6 MB | 282/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 4.0/7.4 MB | 1.3/1.6 MB | 299/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 4.0/7.4 MB | 1.3/1.6 MB | 299/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 4.0/7.4 MB | 1.3/1.6 MB | 299/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 4.0/7.4 MB | 1.3/1.6 MB | 315/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 4.0/7.4 MB | 1.4/1.6 MB | 315/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 4.0/7.4 MB | 1.4/1.6 MB | 315/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 4.0/7.4 MB | 1.4/1.6 MB | 331/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 4.0/7.4 MB | 1.4/1.6 MB | 331/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 4.0/7.4 MB | 1.4/1.6 MB | 331/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 4.0/7.4 MB | 1.4/1.6 MB | 348/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 4.0/7.4 MB | 1.4/1.6 MB | 348/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 4.1/7.4 MB | 1.4/1.6 MB | 348/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 4.1/7.4 MB | 1.4/1.6 MB | 348/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 4.1/7.4 MB | 1.4/1.6 MB | 348/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 4.1/7.4 MB | 1.4/1.6 MB | 364/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 4.1/7.4 MB | 1.4/1.6 MB | 364/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 4.1/7.4 MB | 1.4/1.6 MB | 364/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 4.1/7.4 MB | 1.4/1.6 MB | 381/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 4.1/7.4 MB | 1.4/1.6 MB | 381/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 4.1/7.4 MB | 1.4/1.6 MB | 381/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 4.1/7.4 MB | 1.4/1.6 MB | 397/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 4.1/7.4 MB | 1.5/1.6 MB | 397/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 4.1/7.4 MB | 1.5/1.6 MB | 397/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 4.1/7.4 MB | 1.5/1.6 MB | 413/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 4.1/7.4 MB | 1.5/1.6 MB | 413/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 4.1/7.4 MB | 1.5/1.6 MB | 413/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 4.1/7.4 MB | 1.5/1.6 MB | 413/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 4.1/7.4 MB | 1.5/1.6 MB | 430/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 4.2/7.4 MB | 1.5/1.6 MB | 430/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 4.2/7.4 MB | 1.5/1.6 MB | 430/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 4.2/7.4 MB | 1.5/1.6 MB | 446/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 4.2/7.4 MB | 1.5/1.6 MB | 446/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 4.2/7.4 MB | 1.5/1.6 MB | 446/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 4.2/7.4 MB | 1.5/1.6 MB | 446/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 4.2/7.4 MB | 1.5/1.6 MB | 463/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (4): 4.2/7.4 MB | 1.5/1.6 MB | 463/714 kB | 7.7/196 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (4): 4.2/7.4 MB | 1.5/1.6 MB | 463/714 kB | 11/196 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (4): 4.2/7.4 MB | 1.5/1.6 MB | 463/714 kB | 11/196 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (4): 4.2/7.4 MB | 1.5/1.6 MB | 463/714 kB | 11/196 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (4): 4.2/7.4 MB | 1.5/1.6 MB | 479/714 kB | 11/196 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (4): 4.2/7.4 MB | 1.6/1.6 MB | 479/714 kB | 11/196 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (4): 4.2/7.4 MB | 1.6/1.6 MB | 479/714 kB | 11/196 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (4): 4.2/7.4 MB | 1.6/1.6 MB | 479/714 kB | 28/196 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (4): 4.2/7.4 MB | 1.6/1.6 MB | 495/714 kB | 28/196 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (4): 4.2/7.4 MB | 1.6/1.6 MB | 495/714 kB | 28/196 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (4): 4.2/7.4 MB | 1.6/1.6 MB | 495/714 kB | 28/196 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (4): 4.2/7.4 MB | 1.6/1.6 MB | 512/714 kB | 28/196 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (4): 4.2/7.4 MB | 1.6/1.6 MB | 512/714 kB | 28/196 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (4): 4.2/7.4 MB | 1.6/1.6 MB | 512/714 kB | 44/196 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (4): 4.3/7.4 MB | 1.6/1.6 MB | 512/714 kB | 44/196 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (4): 4.3/7.4 MB | 1.6/1.6 MB | 528/714 kB | 44/196 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (4): 4.3/7.4 MB | 1.6/1.6 MB | 528/714 kB | 44/196 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (4): 4.3/7.4 MB | 1.6/1.6 MB | 528/714 kB | 44/196 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (4): 4.3/7.4 MB | 1.6 MB | 528/714 kB | 44/196 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (4): 4.3/7.4 MB | 1.6 MB | 528/714 kB | 61/196 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (4): 4.3/7.4 MB | 1.6 MB | 528/714 kB | 61/196 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (4): 4.3/7.4 MB | 1.6 MB | 544/714 kB | 61/196 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (4): 4.3/7.4 MB | 1.6 MB | 544/714 kB | 61/196 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (4): 4.3/7.4 MB | 1.6 MB | 544/714 kB | 77/196 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (4): 4.3/7.4 MB | 1.6 MB | 561/714 kB | 77/196 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (4): 4.3/7.4 MB | 1.6 MB | 561/714 kB | 77/196 kB 17:18:21 [2026-08-21T15:18:21.896Z] 17:18:21 [2026-08-21T15:18:21.896Z] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/woodstox/woodstox-core/7.1.1/woodstox-core-7.1.1.jar (1.6 MB at 4.2 MB/s) 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 4.3/7.4 MB | 577/714 kB | 77/196 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 4.3/7.4 MB | 577/714 kB | 77/196 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 4.3/7.4 MB | 577/714 kB | 93/196 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 4.3/7.4 MB | 577/714 kB | 93/196 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 4.3/7.4 MB | 594/714 kB | 93/196 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 4.3/7.4 MB | 594/714 kB | 110/196 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 4.4/7.4 MB | 594/714 kB | 110/196 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 4.4/7.4 MB | 610/714 kB | 110/196 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 4.4/7.4 MB | 610/714 kB | 110/196 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 4.4/7.4 MB | 610/714 kB | 126/196 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 4.4/7.4 MB | 610/714 kB | 126/196 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 4.4/7.4 MB | 626/714 kB | 126/196 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 4.4/7.4 MB | 626/714 kB | 142/196 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 4.4/7.4 MB | 626/714 kB | 142/196 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 4.4/7.4 MB | 643/714 kB | 142/196 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 4.4/7.4 MB | 643/714 kB | 142/196 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 4.4/7.4 MB | 643/714 kB | 159/196 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 4.4/7.4 MB | 643/714 kB | 159/196 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 4.4/7.4 MB | 659/714 kB | 159/196 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 4.5/7.4 MB | 659/714 kB | 159/196 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 4.5/7.4 MB | 659/714 kB | 175/196 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 4.5/7.4 MB | 676/714 kB | 175/196 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 4.5/7.4 MB | 676/714 kB | 175/196 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 4.5/7.4 MB | 692/714 kB | 175/196 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 4.5/7.4 MB | 692/714 kB | 192/196 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 4.5/7.4 MB | 692/714 kB | 192/196 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 4.5/7.4 MB | 692/714 kB | 196 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 4.5/7.4 MB | 692/714 kB | 196 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 4.5/7.4 MB | 708/714 kB | 196 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 4.5/7.4 MB | 708/714 kB | 196 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 4.5/7.4 MB | 708/714 kB | 196 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (3): 4.6/7.4 MB | 708/714 kB | 196 kB 17:18:21 [2026-08-21T15:18:21.896Z] 17:18:21 [2026-08-21T15:18:21.896Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/4.2.2/stax2-api-4.2.2.jar (196 kB at 500 kB/s) 17:18:21 [2026-08-21T15:18:21.896Z] Progress (2): 4.6/7.4 MB | 708/714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (2): 4.6/7.4 MB | 714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (2): 4.6/7.4 MB | 714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (2): 4.6/7.4 MB | 714 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (2): 4.6/7.4 MB | 714 kB 17:18:21 [2026-08-21T15:18:21.896Z] 17:18:21 [2026-08-21T15:18:21.896Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.20.0/commons-lang3-3.20.0.jar (714 kB at 1.8 MB/s) 17:18:21 [2026-08-21T15:18:21.896Z] Progress (1): 4.6/7.4 MB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (1): 4.7/7.4 MB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (1): 4.7/7.4 MB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (1): 4.7/7.4 MB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (1): 4.7/7.4 MB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (1): 4.7/7.4 MB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (1): 4.7/7.4 MB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (1): 4.7/7.4 MB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (1): 4.7/7.4 MB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (1): 4.8/7.4 MB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (1): 4.8/7.4 MB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (2): 4.8/7.4 MB | 3.2/193 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (2): 4.8/7.4 MB | 3.2/193 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (2): 4.8/7.4 MB | 3.2/193 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (2): 4.8/7.4 MB | 20/193 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (2): 4.8/7.4 MB | 20/193 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (2): 4.8/7.4 MB | 20/193 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (2): 4.8/7.4 MB | 36/193 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (2): 4.9/7.4 MB | 36/193 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (2): 4.9/7.4 MB | 36/193 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (2): 4.9/7.4 MB | 52/193 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (2): 4.9/7.4 MB | 52/193 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (2): 4.9/7.4 MB | 52/193 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (2): 4.9/7.4 MB | 69/193 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (2): 4.9/7.4 MB | 69/193 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (2): 4.9/7.4 MB | 69/193 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (2): 4.9/7.4 MB | 85/193 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (2): 5.0/7.4 MB | 85/193 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (2): 5.0/7.4 MB | 85/193 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (2): 5.0/7.4 MB | 101/193 kB 17:18:21 [2026-08-21T15:18:21.896Z] Progress (2): 5.0/7.4 MB | 101/193 kB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (2): 5.0/7.4 MB | 118/193 kB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (2): 5.0/7.4 MB | 118/193 kB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (2): 5.0/7.4 MB | 126/193 kB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (2): 5.0/7.4 MB | 126/193 kB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (2): 5.0/7.4 MB | 126/193 kB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (2): 5.0/7.4 MB | 142/193 kB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (2): 5.1/7.4 MB | 142/193 kB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (2): 5.1/7.4 MB | 142/193 kB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (2): 5.1/7.4 MB | 159/193 kB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (2): 5.1/7.4 MB | 159/193 kB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (2): 5.1/7.4 MB | 159/193 kB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (2): 5.1/7.4 MB | 175/193 kB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (2): 5.1/7.4 MB | 175/193 kB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (2): 5.1/7.4 MB | 192/193 kB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (2): 5.1/7.4 MB | 192/193 kB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (2): 5.1/7.4 MB | 193 kB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (2): 5.2/7.4 MB | 193 kB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (2): 5.2/7.4 MB | 193 kB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (2): 5.2/7.4 MB | 193 kB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (2): 5.2/7.4 MB | 193 kB 17:18:21 [2026-08-21T15:18:21.897Z] 17:18:21 [2026-08-21T15:18:21.897Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/4.0.2/plexus-utils-4.0.2.jar (193 kB at 477 kB/s) 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 5.2/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 5.2/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 5.2/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 5.3/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 5.3/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 5.3/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 5.3/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 5.3/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 5.3/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 5.4/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 5.4/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 5.4/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 5.4/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 5.4/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 5.4/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 5.4/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 5.5/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 5.5/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 5.5/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 5.5/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 5.5/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 5.5/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 5.6/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 5.6/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 5.6/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 5.6/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 5.6/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 5.6/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 5.7/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 5.7/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 5.7/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 5.7/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 5.7/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 5.7/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 5.8/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 5.8/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 5.8/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 5.8/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 5.8/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 5.8/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 5.8/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 5.9/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 5.9/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 5.9/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 5.9/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 5.9/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 5.9/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 6.0/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 6.0/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 6.0/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 6.0/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 6.0/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 6.0/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 6.1/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 6.1/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 6.1/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 6.1/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 6.1/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 6.1/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 6.2/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 6.2/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 6.2/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 6.2/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 6.2/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 6.2/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 6.2/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 6.3/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 6.3/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 6.3/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 6.3/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 6.3/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 6.3/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 6.4/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 6.4/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 6.4/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 6.4/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 6.4/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 6.4/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 6.4/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 6.5/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 6.5/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 6.5/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 6.5/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 6.5/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 6.5/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 6.6/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 6.6/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 6.6/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 6.6/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 6.6/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 6.6/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 6.6/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 6.7/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 6.7/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 6.7/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 6.7/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 6.7/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 6.7/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 6.8/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 6.8/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 6.8/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 6.8/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 6.8/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 6.8/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 6.9/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 6.9/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 6.9/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 6.9/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 6.9/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 6.9/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 7.0/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 7.0/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 7.0/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 7.0/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 7.0/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 7.0/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 7.1/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 7.1/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 7.1/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 7.1/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 7.1/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 7.1/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 7.2/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 7.2/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 7.2/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 7.2/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 7.2/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 7.2/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 7.3/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 7.3/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 7.3/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 7.3/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 7.3/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 7.3/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 7.3/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 7.4/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 7.4/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 7.4/7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] Progress (1): 7.4 MB 17:18:21 [2026-08-21T15:18:21.897Z] 17:18:21 [2026-08-21T15:18:21.897Z] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/luben/zstd-jni/1.5.7-6/zstd-jni-1.5.7-6.jar (7.4 MB at 17 MB/s) 17:18:22 [2026-08-21T15:18:22.448Z] [INFO] Searching for local aggregator root... 17:18:22 [2026-08-21T15:18:22.448Z] [INFO] Local aggregation root: /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy/dependencies 17:18:22 [2026-08-21T15:18:22.448Z] [INFO] Processing change of org.silverpeas:silverpeas-dependencies-bom:2.0-SNAPSHOT -> 2.0-build260821 17:18:22 [2026-08-21T15:18:22.448Z] [INFO] Processing org.silverpeas:silverpeas-dependencies-bom 17:18:22 [2026-08-21T15:18:22.448Z] [INFO] Updating project org.silverpeas:silverpeas-dependencies-bom 17:18:22 [2026-08-21T15:18:22.448Z] [INFO] from version 2.0-SNAPSHOT to 2.0-build260821 17:18:22 [2026-08-21T15:18:22.448Z] [INFO] 17:18:22 [2026-08-21T15:18:22.448Z] [INFO] ------------------------------------------------------------------------ 17:18:22 [2026-08-21T15:18:22.448Z] [INFO] BUILD SUCCESS 17:18:22 [2026-08-21T15:18:22.448Z] [INFO] ------------------------------------------------------------------------ 17:18:22 [2026-08-21T15:18:22.448Z] [INFO] Total time: 9.079 s 17:18:22 [2026-08-21T15:18:22.448Z] [INFO] Finished at: 2026-08-21T17:18:22+02:00 17:18:22 [2026-08-21T15:18:22.448Z] [INFO] ------------------------------------------------------------------------ 17:18:22 [2026-08-21T15:18:22.448Z] + mvn clean deploy -DaltDeploymentRepository=silverpeas::default::https://nexus3.silverpeas.org/repository/builds -Djava.awt.headless=true 17:18:24 [2026-08-21T15:18:24.310Z] [INFO] Scanning for projects... 17:18:24 [2026-08-21T15:18:24.310Z] [INFO] 17:18:24 [2026-08-21T15:18:24.310Z] [INFO] -------------< org.silverpeas:silverpeas-dependencies-bom >------------- 17:18:24 [2026-08-21T15:18:24.310Z] [INFO] Building Silverpeas Dependencies BOM 2.0-build260821 17:18:24 [2026-08-21T15:18:24.310Z] [INFO] from pom.xml 17:18:24 [2026-08-21T15:18:24.310Z] [INFO] --------------------------------[ pom ]--------------------------------- 17:18:24 [2026-08-21T15:18:24.560Z] [INFO] 17:18:24 [2026-08-21T15:18:24.560Z] [INFO] --- clean:3.2.0:clean (default-clean) @ silverpeas-dependencies-bom --- 17:18:24 [2026-08-21T15:18:24.560Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom 17:18:25 [2026-08-21T15:18:25.111Z] Progress (1): 790 B 17:18:25 [2026-08-21T15:18:25.111Z] Progress (1): 1.8 kB 17:18:25 [2026-08-21T15:18:25.111Z] Progress (1): 3.7 kB 17:18:25 [2026-08-21T15:18:25.111Z] Progress (1): 5.8 kB 17:18:25 [2026-08-21T15:18:25.111Z] 17:18:25 [2026-08-21T15:18:25.111Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom (5.8 kB at 14 kB/s) 17:18:25 [2026-08-21T15:18:25.111Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom 17:18:25 [2026-08-21T15:18:25.111Z] Progress (1): 781 B 17:18:25 [2026-08-21T15:18:25.111Z] Progress (1): 1.8 kB 17:18:25 [2026-08-21T15:18:25.111Z] Progress (1): 3.7 kB 17:18:25 [2026-08-21T15:18:25.111Z] Progress (1): 5.1 kB 17:18:25 [2026-08-21T15:18:25.111Z] 17:18:25 [2026-08-21T15:18:25.111Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom (5.1 kB at 222 kB/s) 17:18:25 [2026-08-21T15:18:25.111Z] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.pom 17:18:25 [2026-08-21T15:18:25.111Z] Progress (1): 782 B 17:18:25 [2026-08-21T15:18:25.111Z] Progress (1): 1.7 kB 17:18:25 [2026-08-21T15:18:25.111Z] Progress (1): 4.5 kB 17:18:25 [2026-08-21T15:18:25.111Z] Progress (1): 7.0 kB 17:18:25 [2026-08-21T15:18:25.111Z] Progress (1): 8.3 kB 17:18:25 [2026-08-21T15:18:25.111Z] Progress (1): 10 kB 17:18:25 [2026-08-21T15:18:25.111Z] Progress (1): 13 kB 17:18:25 [2026-08-21T15:18:25.111Z] Progress (1): 14 kB 17:18:25 [2026-08-21T15:18:25.111Z] 17:18:25 [2026-08-21T15:18:25.111Z] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.pom (14 kB at 548 kB/s) 17:18:25 [2026-08-21T15:18:25.111Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/42/commons-parent-42.pom 17:18:25 [2026-08-21T15:18:25.111Z] Progress (1): 707 B 17:18:25 [2026-08-21T15:18:25.111Z] Progress (1): 1.6 kB 17:18:25 [2026-08-21T15:18:25.111Z] Progress (1): 2.7 kB 17:18:25 [2026-08-21T15:18:25.111Z] Progress (1): 4.2 kB 17:18:25 [2026-08-21T15:18:25.111Z] Progress (1): 5.0 kB 17:18:25 [2026-08-21T15:18:25.111Z] Progress (1): 6.5 kB 17:18:25 [2026-08-21T15:18:25.111Z] Progress (1): 9.2 kB 17:18:25 [2026-08-21T15:18:25.111Z] Progress (1): 11 kB 17:18:25 [2026-08-21T15:18:25.111Z] Progress (1): 14 kB 17:18:25 [2026-08-21T15:18:25.111Z] Progress (1): 18 kB 17:18:25 [2026-08-21T15:18:25.111Z] Progress (1): 20 kB 17:18:25 [2026-08-21T15:18:25.111Z] Progress (1): 23 kB 17:18:25 [2026-08-21T15:18:25.111Z] Progress (1): 26 kB 17:18:25 [2026-08-21T15:18:25.111Z] Progress (1): 27 kB 17:18:25 [2026-08-21T15:18:25.111Z] Progress (1): 30 kB 17:18:25 [2026-08-21T15:18:25.111Z] Progress (1): 32 kB 17:18:25 [2026-08-21T15:18:25.111Z] Progress (1): 34 kB 17:18:25 [2026-08-21T15:18:25.111Z] Progress (1): 38 kB 17:18:25 [2026-08-21T15:18:25.111Z] Progress (1): 40 kB 17:18:25 [2026-08-21T15:18:25.111Z] Progress (1): 43 kB 17:18:25 [2026-08-21T15:18:25.111Z] Progress (1): 47 kB 17:18:25 [2026-08-21T15:18:25.111Z] Progress (1): 52 kB 17:18:25 [2026-08-21T15:18:25.111Z] Progress (1): 54 kB 17:18:25 [2026-08-21T15:18:25.111Z] Progress (1): 57 kB 17:18:25 [2026-08-21T15:18:25.111Z] Progress (1): 59 kB 17:18:25 [2026-08-21T15:18:25.111Z] Progress (1): 61 kB 17:18:25 [2026-08-21T15:18:25.111Z] Progress (1): 63 kB 17:18:25 [2026-08-21T15:18:25.111Z] Progress (1): 65 kB 17:18:25 [2026-08-21T15:18:25.111Z] Progress (1): 66 kB 17:18:25 [2026-08-21T15:18:25.111Z] Progress (1): 68 kB 17:18:25 [2026-08-21T15:18:25.111Z] 17:18:25 [2026-08-21T15:18:25.111Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/42/commons-parent-42.pom (68 kB at 2.1 MB/s) 17:18:25 [2026-08-21T15:18:25.111Z] [INFO] Artifact org.apache:apache:pom:18 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] 17:18:25 [2026-08-21T15:18:25.111Z] [INFO] Artifact org.apache:apache:pom:18 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] 17:18:25 [2026-08-21T15:18:25.111Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/18/apache-18.pom 17:18:25 [2026-08-21T15:18:25.111Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/18/apache-18.pom (0 B at 0 B/s) 17:18:25 [2026-08-21T15:18:25.362Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar 17:18:25 [2026-08-21T15:18:25.362Z] Progress (1): 0.9/153 kB 17:18:25 [2026-08-21T15:18:25.362Z] Progress (1): 2.3/153 kB 17:18:25 [2026-08-21T15:18:25.362Z] Progress (1): 3.6/153 kB 17:18:25 [2026-08-21T15:18:25.362Z] Progress (1): 5.0/153 kB 17:18:25 [2026-08-21T15:18:25.362Z] Progress (1): 6.4/153 kB 17:18:25 [2026-08-21T15:18:25.362Z] Progress (1): 7.7/153 kB 17:18:25 [2026-08-21T15:18:25.362Z] Progress (1): 9.1/153 kB 17:18:25 [2026-08-21T15:18:25.362Z] Progress (1): 10/153 kB 17:18:25 [2026-08-21T15:18:25.362Z] Progress (1): 11/153 kB 17:18:25 [2026-08-21T15:18:25.362Z] Progress (1): 13/153 kB 17:18:25 [2026-08-21T15:18:25.362Z] Progress (1): 14/153 kB 17:18:25 [2026-08-21T15:18:25.362Z] Progress (1): 15/153 kB 17:18:25 [2026-08-21T15:18:25.362Z] Progress (1): 17/153 kB 17:18:25 [2026-08-21T15:18:25.362Z] Progress (1): 18/153 kB 17:18:25 [2026-08-21T15:18:25.362Z] Progress (1): 20/153 kB 17:18:25 [2026-08-21T15:18:25.362Z] Progress (1): 21/153 kB 17:18:25 [2026-08-21T15:18:25.362Z] Progress (1): 22/153 kB 17:18:25 [2026-08-21T15:18:25.362Z] Progress (1): 24/153 kB 17:18:25 [2026-08-21T15:18:25.362Z] Progress (1): 28/153 kB 17:18:25 [2026-08-21T15:18:25.362Z] Progress (1): 32/153 kB 17:18:25 [2026-08-21T15:18:25.362Z] Progress (1): 36/153 kB 17:18:25 [2026-08-21T15:18:25.362Z] Progress (1): 41/153 kB 17:18:25 [2026-08-21T15:18:25.362Z] Progress (1): 45/153 kB 17:18:25 [2026-08-21T15:18:25.362Z] Progress (1): 49/153 kB 17:18:25 [2026-08-21T15:18:25.362Z] Progress (1): 53/153 kB 17:18:25 [2026-08-21T15:18:25.362Z] Progress (1): 58/153 kB 17:18:25 [2026-08-21T15:18:25.362Z] Progress (1): 62/153 kB 17:18:25 [2026-08-21T15:18:25.362Z] Progress (1): 66/153 kB 17:18:25 [2026-08-21T15:18:25.362Z] Progress (1): 70/153 kB 17:18:25 [2026-08-21T15:18:25.362Z] Progress (1): 74/153 kB 17:18:25 [2026-08-21T15:18:25.362Z] Progress (1): 79/153 kB 17:18:25 [2026-08-21T15:18:25.362Z] Progress (1): 83/153 kB 17:18:25 [2026-08-21T15:18:25.362Z] Progress (1): 87/153 kB 17:18:25 [2026-08-21T15:18:25.362Z] Progress (1): 91/153 kB 17:18:25 [2026-08-21T15:18:25.362Z] Progress (1): 96/153 kB 17:18:25 [2026-08-21T15:18:25.362Z] Progress (1): 100/153 kB 17:18:25 [2026-08-21T15:18:25.362Z] Progress (1): 104/153 kB 17:18:25 [2026-08-21T15:18:25.362Z] Progress (1): 108/153 kB 17:18:25 [2026-08-21T15:18:25.362Z] Progress (1): 112/153 kB 17:18:25 [2026-08-21T15:18:25.362Z] Progress (1): 117/153 kB 17:18:25 [2026-08-21T15:18:25.362Z] Progress (1): 121/153 kB 17:18:25 [2026-08-21T15:18:25.362Z] Progress (1): 125/153 kB 17:18:25 [2026-08-21T15:18:25.362Z] Progress (1): 129/153 kB 17:18:25 [2026-08-21T15:18:25.362Z] Progress (1): 134/153 kB 17:18:25 [2026-08-21T15:18:25.362Z] Progress (1): 138/153 kB 17:18:25 [2026-08-21T15:18:25.362Z] Progress (1): 142/153 kB 17:18:25 [2026-08-21T15:18:25.362Z] Progress (1): 142/153 kB 17:18:25 [2026-08-21T15:18:25.362Z] Progress (1): 147/153 kB 17:18:25 [2026-08-21T15:18:25.362Z] Progress (1): 151/153 kB 17:18:25 [2026-08-21T15:18:25.362Z] Progress (1): 153 kB 17:18:25 [2026-08-21T15:18:25.362Z] 17:18:25 [2026-08-21T15:18:25.362Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar (153 kB at 2.9 MB/s) 17:18:25 [2026-08-21T15:18:25.362Z] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.jar 17:18:25 [2026-08-21T15:18:25.362Z] Progress (1): 3.8/215 kB 17:18:25 [2026-08-21T15:18:25.362Z] Progress (1): 8.0/215 kB 17:18:25 [2026-08-21T15:18:25.362Z] Progress (1): 8.2/215 kB 17:18:25 [2026-08-21T15:18:25.362Z] Progress (1): 12/215 kB 17:18:25 [2026-08-21T15:18:25.362Z] Progress (1): 17/215 kB 17:18:25 [2026-08-21T15:18:25.362Z] Progress (1): 21/215 kB 17:18:25 [2026-08-21T15:18:25.362Z] Progress (1): 25/215 kB 17:18:25 [2026-08-21T15:18:25.362Z] Progress (1): 29/215 kB 17:18:25 [2026-08-21T15:18:25.362Z] Progress (1): 46/215 kB 17:18:25 [2026-08-21T15:18:25.362Z] Progress (1): 62/215 kB 17:18:25 [2026-08-21T15:18:25.362Z] Progress (1): 78/215 kB 17:18:25 [2026-08-21T15:18:25.362Z] Progress (1): 95/215 kB 17:18:25 [2026-08-21T15:18:25.362Z] Progress (1): 111/215 kB 17:18:25 [2026-08-21T15:18:25.362Z] Progress (1): 123/215 kB 17:18:25 [2026-08-21T15:18:25.362Z] Progress (1): 139/215 kB 17:18:25 [2026-08-21T15:18:25.362Z] Progress (1): 156/215 kB 17:18:25 [2026-08-21T15:18:25.362Z] Progress (1): 172/215 kB 17:18:25 [2026-08-21T15:18:25.362Z] Progress (1): 188/215 kB 17:18:25 [2026-08-21T15:18:25.362Z] Progress (1): 205/215 kB 17:18:25 [2026-08-21T15:18:25.362Z] Progress (1): 215 kB 17:18:25 [2026-08-21T15:18:25.362Z] 17:18:25 [2026-08-21T15:18:25.362Z] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.jar (215 kB at 5.1 MB/s) 17:18:25 [2026-08-21T15:18:25.362Z] [INFO] 17:18:25 [2026-08-21T15:18:25.362Z] [INFO] --- install:3.1.4:install (default-install) @ silverpeas-dependencies-bom --- 17:18:25 [2026-08-21T15:18:25.362Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.9.22/maven-resolver-util-1.9.22.pom 17:18:25 [2026-08-21T15:18:25.613Z] Progress (1): 838 B 17:18:25 [2026-08-21T15:18:25.613Z] Progress (1): 2.2 kB 17:18:25 [2026-08-21T15:18:25.613Z] 17:18:25 [2026-08-21T15:18:25.613Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.9.22/maven-resolver-util-1.9.22.pom (2.2 kB at 93 kB/s) 17:18:25 [2026-08-21T15:18:25.613Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver/1.9.22/maven-resolver-1.9.22.pom 17:18:25 [2026-08-21T15:18:25.613Z] Progress (1): 756 B 17:18:25 [2026-08-21T15:18:25.613Z] Progress (1): 2.3 kB 17:18:25 [2026-08-21T15:18:25.613Z] Progress (1): 4.0 kB 17:18:25 [2026-08-21T15:18:25.613Z] Progress (1): 9.2 kB 17:18:25 [2026-08-21T15:18:25.613Z] Progress (1): 12 kB 17:18:25 [2026-08-21T15:18:25.613Z] Progress (1): 16 kB 17:18:25 [2026-08-21T15:18:25.613Z] Progress (1): 19 kB 17:18:25 [2026-08-21T15:18:25.613Z] Progress (1): 22 kB 17:18:25 [2026-08-21T15:18:25.613Z] Progress (1): 23 kB 17:18:25 [2026-08-21T15:18:25.613Z] 17:18:25 [2026-08-21T15:18:25.613Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver/1.9.22/maven-resolver-1.9.22.pom (23 kB at 979 kB/s) 17:18:25 [2026-08-21T15:18:25.613Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.9.22/maven-resolver-api-1.9.22.pom 17:18:25 [2026-08-21T15:18:25.613Z] Progress (1): 834 B 17:18:25 [2026-08-21T15:18:25.613Z] Progress (1): 2.2 kB 17:18:25 [2026-08-21T15:18:25.613Z] 17:18:25 [2026-08-21T15:18:25.613Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.9.22/maven-resolver-api-1.9.22.pom (2.2 kB at 106 kB/s) 17:18:25 [2026-08-21T15:18:25.613Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/4.0.1/plexus-utils-4.0.1.pom 17:18:25 [2026-08-21T15:18:25.613Z] Progress (1): 729 B 17:18:25 [2026-08-21T15:18:25.613Z] Progress (1): 2.2 kB 17:18:25 [2026-08-21T15:18:25.613Z] Progress (1): 4.3 kB 17:18:25 [2026-08-21T15:18:25.613Z] Progress (1): 7.8 kB 17:18:25 [2026-08-21T15:18:25.613Z] 17:18:25 [2026-08-21T15:18:25.613Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/4.0.1/plexus-utils-4.0.1.pom (7.8 kB at 326 kB/s) 17:18:25 [2026-08-21T15:18:25.613Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/17/plexus-17.pom 17:18:25 [2026-08-21T15:18:25.613Z] Progress (1): 691 B 17:18:25 [2026-08-21T15:18:25.613Z] Progress (1): 2.5 kB 17:18:25 [2026-08-21T15:18:25.613Z] Progress (1): 6.4 kB 17:18:25 [2026-08-21T15:18:25.613Z] Progress (1): 8.9 kB 17:18:25 [2026-08-21T15:18:25.613Z] Progress (1): 11 kB 17:18:25 [2026-08-21T15:18:25.613Z] Progress (1): 14 kB 17:18:25 [2026-08-21T15:18:25.613Z] Progress (1): 19 kB 17:18:25 [2026-08-21T15:18:25.613Z] Progress (1): 21 kB 17:18:25 [2026-08-21T15:18:25.613Z] Progress (1): 25 kB 17:18:25 [2026-08-21T15:18:25.613Z] Progress (1): 28 kB 17:18:25 [2026-08-21T15:18:25.613Z] 17:18:25 [2026-08-21T15:18:25.613Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/17/plexus-17.pom (28 kB at 1.1 MB/s) 17:18:25 [2026-08-21T15:18:25.613Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.9.22/maven-resolver-util-1.9.22.jar 17:18:25 [2026-08-21T15:18:25.613Z] Progress (1): 3.2/196 kB 17:18:25 [2026-08-21T15:18:25.613Z] Progress (1): 20/196 kB 17:18:25 [2026-08-21T15:18:25.613Z] Progress (1): 36/196 kB 17:18:25 [2026-08-21T15:18:25.613Z] Progress (1): 52/196 kB 17:18:25 [2026-08-21T15:18:25.613Z] Progress (1): 61/196 kB 17:18:25 [2026-08-21T15:18:25.613Z] Progress (1): 77/196 kB 17:18:25 [2026-08-21T15:18:25.613Z] Progress (1): 93/196 kB 17:18:25 [2026-08-21T15:18:25.613Z] Progress (1): 110/196 kB 17:18:25 [2026-08-21T15:18:25.613Z] Progress (1): 126/196 kB 17:18:25 [2026-08-21T15:18:25.613Z] Progress (1): 142/196 kB 17:18:25 [2026-08-21T15:18:25.613Z] Progress (1): 159/196 kB 17:18:25 [2026-08-21T15:18:25.613Z] Progress (1): 175/196 kB 17:18:25 [2026-08-21T15:18:25.613Z] Progress (1): 192/196 kB 17:18:25 [2026-08-21T15:18:25.613Z] Progress (1): 196 kB 17:18:25 [2026-08-21T15:18:25.613Z] 17:18:25 [2026-08-21T15:18:25.613Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.9.22/maven-resolver-util-1.9.22.jar (196 kB at 5.0 MB/s) 17:18:25 [2026-08-21T15:18:25.613Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.9.22/maven-resolver-api-1.9.22.jar 17:18:25 [2026-08-21T15:18:25.613Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/4.0.1/plexus-utils-4.0.1.jar 17:18:25 [2026-08-21T15:18:25.863Z] Progress (1): 7.7/157 kB 17:18:25 [2026-08-21T15:18:25.863Z] Progress (1): 12/157 kB 17:18:25 [2026-08-21T15:18:25.863Z] Progress (1): 29/157 kB 17:18:25 [2026-08-21T15:18:25.863Z] Progress (1): 45/157 kB 17:18:25 [2026-08-21T15:18:25.863Z] Progress (1): 61/157 kB 17:18:25 [2026-08-21T15:18:25.863Z] Progress (1): 78/157 kB 17:18:25 [2026-08-21T15:18:25.863Z] Progress (1): 94/157 kB 17:18:25 [2026-08-21T15:18:25.863Z] Progress (1): 111/157 kB 17:18:25 [2026-08-21T15:18:25.863Z] Progress (1): 127/157 kB 17:18:25 [2026-08-21T15:18:25.863Z] Progress (1): 143/157 kB 17:18:25 [2026-08-21T15:18:25.863Z] Progress (1): 157 kB 17:18:25 [2026-08-21T15:18:25.863Z] 17:18:25 [2026-08-21T15:18:25.863Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.9.22/maven-resolver-api-1.9.22.jar (157 kB at 4.0 MB/s) 17:18:25 [2026-08-21T15:18:25.863Z] Progress (1): 0.9/193 kB 17:18:25 [2026-08-21T15:18:25.863Z] Progress (1): 2.3/193 kB 17:18:25 [2026-08-21T15:18:25.863Z] Progress (1): 3.6/193 kB 17:18:25 [2026-08-21T15:18:25.863Z] Progress (1): 5.0/193 kB 17:18:25 [2026-08-21T15:18:25.863Z] Progress (1): 6.4/193 kB 17:18:25 [2026-08-21T15:18:25.863Z] Progress (1): 7.7/193 kB 17:18:25 [2026-08-21T15:18:25.863Z] Progress (1): 9.1/193 kB 17:18:25 [2026-08-21T15:18:25.863Z] Progress (1): 10/193 kB 17:18:25 [2026-08-21T15:18:25.863Z] Progress (1): 11/193 kB 17:18:25 [2026-08-21T15:18:25.863Z] Progress (1): 13/193 kB 17:18:25 [2026-08-21T15:18:25.863Z] Progress (1): 14/193 kB 17:18:25 [2026-08-21T15:18:25.863Z] Progress (1): 15/193 kB 17:18:25 [2026-08-21T15:18:25.863Z] Progress (1): 17/193 kB 17:18:25 [2026-08-21T15:18:25.863Z] Progress (1): 18/193 kB 17:18:25 [2026-08-21T15:18:25.863Z] Progress (1): 20/193 kB 17:18:25 [2026-08-21T15:18:25.863Z] Progress (1): 21/193 kB 17:18:25 [2026-08-21T15:18:25.863Z] Progress (1): 22/193 kB 17:18:25 [2026-08-21T15:18:25.863Z] Progress (1): 24/193 kB 17:18:25 [2026-08-21T15:18:25.863Z] Progress (1): 25/193 kB 17:18:25 [2026-08-21T15:18:25.863Z] Progress (1): 26/193 kB 17:18:25 [2026-08-21T15:18:25.863Z] Progress (1): 28/193 kB 17:18:25 [2026-08-21T15:18:25.863Z] Progress (1): 29/193 kB 17:18:25 [2026-08-21T15:18:25.863Z] Progress (1): 31/193 kB 17:18:25 [2026-08-21T15:18:25.863Z] Progress (1): 32/193 kB 17:18:25 [2026-08-21T15:18:25.863Z] Progress (1): 33/193 kB 17:18:25 [2026-08-21T15:18:25.863Z] Progress (1): 35/193 kB 17:18:25 [2026-08-21T15:18:25.863Z] Progress (1): 36/193 kB 17:18:25 [2026-08-21T15:18:25.863Z] Progress (1): 37/193 kB 17:18:25 [2026-08-21T15:18:25.863Z] Progress (1): 39/193 kB 17:18:25 [2026-08-21T15:18:25.863Z] Progress (1): 40/193 kB 17:18:25 [2026-08-21T15:18:25.863Z] Progress (1): 41/193 kB 17:18:25 [2026-08-21T15:18:25.863Z] Progress (1): 43/193 kB 17:18:25 [2026-08-21T15:18:25.863Z] Progress (1): 44/193 kB 17:18:25 [2026-08-21T15:18:25.863Z] Progress (1): 46/193 kB 17:18:25 [2026-08-21T15:18:25.863Z] Progress (1): 47/193 kB 17:18:25 [2026-08-21T15:18:25.863Z] Progress (1): 48/193 kB 17:18:25 [2026-08-21T15:18:25.863Z] Progress (1): 50/193 kB 17:18:25 [2026-08-21T15:18:25.863Z] Progress (1): 51/193 kB 17:18:25 [2026-08-21T15:18:25.863Z] Progress (1): 52/193 kB 17:18:25 [2026-08-21T15:18:25.863Z] Progress (1): 54/193 kB 17:18:25 [2026-08-21T15:18:25.863Z] Progress (1): 55/193 kB 17:18:25 [2026-08-21T15:18:25.863Z] Progress (1): 59/193 kB 17:18:25 [2026-08-21T15:18:25.863Z] Progress (1): 64/193 kB 17:18:25 [2026-08-21T15:18:25.863Z] Progress (1): 68/193 kB 17:18:25 [2026-08-21T15:18:25.863Z] Progress (1): 72/193 kB 17:18:25 [2026-08-21T15:18:25.863Z] Progress (1): 76/193 kB 17:18:25 [2026-08-21T15:18:25.863Z] Progress (1): 81/193 kB 17:18:25 [2026-08-21T15:18:25.863Z] Progress (1): 85/193 kB 17:18:25 [2026-08-21T15:18:25.863Z] Progress (1): 89/193 kB 17:18:25 [2026-08-21T15:18:25.863Z] Progress (1): 93/193 kB 17:18:25 [2026-08-21T15:18:25.863Z] Progress (1): 97/193 kB 17:18:25 [2026-08-21T15:18:25.864Z] Progress (1): 102/193 kB 17:18:25 [2026-08-21T15:18:25.864Z] Progress (1): 106/193 kB 17:18:25 [2026-08-21T15:18:25.864Z] Progress (1): 110/193 kB 17:18:25 [2026-08-21T15:18:25.864Z] Progress (1): 114/193 kB 17:18:25 [2026-08-21T15:18:25.864Z] Progress (1): 119/193 kB 17:18:25 [2026-08-21T15:18:25.864Z] Progress (1): 123/193 kB 17:18:25 [2026-08-21T15:18:25.864Z] Progress (1): 127/193 kB 17:18:25 [2026-08-21T15:18:25.864Z] Progress (1): 131/193 kB 17:18:25 [2026-08-21T15:18:25.864Z] Progress (1): 135/193 kB 17:18:25 [2026-08-21T15:18:25.864Z] Progress (1): 140/193 kB 17:18:25 [2026-08-21T15:18:25.864Z] Progress (1): 144/193 kB 17:18:25 [2026-08-21T15:18:25.864Z] Progress (1): 148/193 kB 17:18:25 [2026-08-21T15:18:25.864Z] Progress (1): 152/193 kB 17:18:25 [2026-08-21T15:18:25.864Z] Progress (1): 156/193 kB 17:18:25 [2026-08-21T15:18:25.864Z] Progress (1): 161/193 kB 17:18:25 [2026-08-21T15:18:25.864Z] Progress (1): 165/193 kB 17:18:25 [2026-08-21T15:18:25.864Z] Progress (1): 169/193 kB 17:18:25 [2026-08-21T15:18:25.864Z] Progress (1): 173/193 kB 17:18:25 [2026-08-21T15:18:25.864Z] Progress (1): 178/193 kB 17:18:25 [2026-08-21T15:18:25.864Z] Progress (1): 182/193 kB 17:18:25 [2026-08-21T15:18:25.864Z] Progress (1): 186/193 kB 17:18:25 [2026-08-21T15:18:25.864Z] Progress (1): 190/193 kB 17:18:25 [2026-08-21T15:18:25.864Z] Progress (1): 193 kB 17:18:25 [2026-08-21T15:18:25.864Z] 17:18:25 [2026-08-21T15:18:25.864Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/4.0.1/plexus-utils-4.0.1.jar (193 kB at 2.0 MB/s) 17:18:25 [2026-08-21T15:18:25.864Z] [INFO] Installing /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy/dependencies/pom.xml to /home/silverbuild/.m2/repository/org/silverpeas/silverpeas-dependencies-bom/2.0-build260821/silverpeas-dependencies-bom-2.0-build260821.pom 17:18:25 [2026-08-21T15:18:25.864Z] [INFO] 17:18:25 [2026-08-21T15:18:25.864Z] [INFO] --- deploy:3.1.4:deploy (default-deploy) @ silverpeas-dependencies-bom --- 17:18:25 [2026-08-21T15:18:25.864Z] [INFO] Using alternate deployment repository silverpeas::default::https://nexus3.silverpeas.org/repository/builds 17:18:25 [2026-08-21T15:18:25.864Z] [WARNING] Using legacy syntax for alternative repository. Use "silverpeas::https://nexus3.silverpeas.org/repository/builds" instead. 17:18:25 [2026-08-21T15:18:25.864Z] Uploading to silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-dependencies-bom/2.0-build260821/silverpeas-dependencies-bom-2.0-build260821.pom 17:18:26 [2026-08-21T15:18:26.114Z] Progress (1): 33/48 kB 17:18:26 [2026-08-21T15:18:26.114Z] Progress (1): 48 kB 17:18:26 [2026-08-21T15:18:26.114Z] 17:18:26 [2026-08-21T15:18:26.114Z] Uploaded to silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-dependencies-bom/2.0-build260821/silverpeas-dependencies-bom-2.0-build260821.pom (48 kB at 159 kB/s) 17:18:26 [2026-08-21T15:18:26.114Z] Downloading from silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-dependencies-bom/maven-metadata.xml 17:18:26 [2026-08-21T15:18:26.365Z] Progress (1): 915 B 17:18:26 [2026-08-21T15:18:26.365Z] 17:18:26 [2026-08-21T15:18:26.365Z] Downloaded from silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-dependencies-bom/maven-metadata.xml (915 B at 19 kB/s) 17:18:26 [2026-08-21T15:18:26.365Z] Uploading to silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-dependencies-bom/maven-metadata.xml 17:18:26 [2026-08-21T15:18:26.365Z] Progress (1): 956 B 17:18:26 [2026-08-21T15:18:26.365Z] 17:18:26 [2026-08-21T15:18:26.365Z] Uploaded to silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-dependencies-bom/maven-metadata.xml (956 B at 9.4 kB/s) 17:18:26 [2026-08-21T15:18:26.365Z] [INFO] ------------------------------------------------------------------------ 17:18:26 [2026-08-21T15:18:26.365Z] [INFO] BUILD SUCCESS 17:18:26 [2026-08-21T15:18:26.365Z] [INFO] ------------------------------------------------------------------------ 17:18:26 [2026-08-21T15:18:26.365Z] [INFO] Total time: 2.201 s 17:18:26 [2026-08-21T15:18:26.365Z] [INFO] Finished at: 2026-08-21T17:18:26+02:00 17:18:26 [2026-08-21T15:18:26.365Z] [INFO] ------------------------------------------------------------------------ 17:18:26 [2026-08-21T15:18:26.366Z] [Pipeline] } 17:18:26 [2026-08-21T15:18:26.373Z] [Pipeline] // dir 17:18:26 [2026-08-21T15:18:26.383Z] [Pipeline] } 17:18:26 [2026-08-21T15:18:26.391Z] [Pipeline] // stage 17:18:26 [2026-08-21T15:18:26.406Z] [Pipeline] stage 17:18:26 [2026-08-21T15:18:26.407Z] [Pipeline] { (Build and Publish test dependencies definition) 17:18:26 [2026-08-21T15:18:26.434Z] [Pipeline] dir 17:18:26 [2026-08-21T15:18:26.434Z] Running in /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy/test-dependencies 17:18:26 [2026-08-21T15:18:26.436Z] [Pipeline] { 17:18:26 [2026-08-21T15:18:26.449Z] [Pipeline] git 17:18:26 [2026-08-21T15:18:26.453Z] Selected Git installation does not exist. Using Default 17:18:26 [2026-08-21T15:18:26.453Z] The recommended git tool is: NONE 17:18:26 [2026-08-21T15:18:26.454Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59 17:18:26 [2026-08-21T15:18:26.464Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@257758ba; decorates hudson.Launcher$LocalLauncher@61ed5b7a will be ignored (a typical symptom is the Git executable not being run inside a designated container) 17:18:26 [2026-08-21T15:18:26.465Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy/test-dependencies/.git # timeout=10 17:18:26 [2026-08-21T15:18:26.471Z] Fetching changes from the remote Git repository 17:18:26 [2026-08-21T15:18:26.475Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/silverpeas-test-dependencies-bom # timeout=10 17:18:26 [2026-08-21T15:18:26.482Z] Fetching upstream changes from https://github.com/Silverpeas/silverpeas-test-dependencies-bom 17:18:26 [2026-08-21T15:18:26.482Z] > /usr/bin/git --version # timeout=10 17:18:26 [2026-08-21T15:18:26.486Z] > git --version # 'git version 2.43.0' 17:18:26 [2026-08-21T15:18:26.486Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins 17:18:26 [2026-08-21T15:18:26.491Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/silverpeas-test-dependencies-bom +refs/heads/*:refs/remotes/origin/* # timeout=10 17:18:26 [2026-08-21T15:18:26.970Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10 17:18:26 [2026-08-21T15:18:26.977Z] Checking out Revision a099b59d24d9b52a26274503c77c74076a7475f2 (refs/remotes/origin/master) 17:18:26 [2026-08-21T15:18:26.977Z] > /usr/bin/git config core.sparsecheckout # timeout=10 17:18:26 [2026-08-21T15:18:26.981Z] > /usr/bin/git checkout -f a099b59d24d9b52a26274503c77c74076a7475f2 # timeout=10 17:18:26 [2026-08-21T15:18:26.991Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10 17:18:26 [2026-08-21T15:18:26.999Z] > /usr/bin/git branch -D master # timeout=10 17:18:27 [2026-08-21T15:18:27.005Z] > /usr/bin/git checkout -b master a099b59d24d9b52a26274503c77c74076a7475f2 # timeout=10 17:18:27 [2026-08-21T15:18:27.016Z] Commit message: "Drop junit-platform-runner and align the JUnit Platform on the junit-bom" 17:18:27 [2026-08-21T15:18:27.016Z] > /usr/bin/git rev-list --no-walk a099b59d24d9b52a26274503c77c74076a7475f2 # timeout=10 17:18:27 [2026-08-21T15:18:27.036Z] [Pipeline] sh 17:18:27 [2026-08-21T15:18:27.295Z] + mvn -U versions:set -DgenerateBackupPoms=false -DnewVersion=2.0-build260821 17:18:29 [2026-08-21T15:18:29.158Z] [INFO] Scanning for projects... 17:18:29 [2026-08-21T15:18:29.408Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml 17:18:29 [2026-08-21T15:18:29.408Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml 17:18:29 [2026-08-21T15:18:29.959Z] Progress (1): 4.6 kB 17:18:29 [2026-08-21T15:18:29.959Z] Progress (2): 4.6 kB | 3.7 kB 17:18:29 [2026-08-21T15:18:29.959Z] Progress (2): 9.7 kB | 3.7 kB 17:18:29 [2026-08-21T15:18:29.959Z] Progress (2): 14 kB | 3.7 kB 17:18:29 [2026-08-21T15:18:29.959Z] Progress (2): 14 kB | 7.5 kB 17:18:29 [2026-08-21T15:18:29.959Z] Progress (2): 14 kB | 13 kB 17:18:29 [2026-08-21T15:18:29.959Z] Progress (2): 14 kB | 19 kB 17:18:29 [2026-08-21T15:18:29.959Z] Progress (2): 14 kB | 20 kB 17:18:29 [2026-08-21T15:18:29.959Z] 17:18:29 [2026-08-21T15:18:29.959Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml (14 kB at 29 kB/s) 17:18:29 [2026-08-21T15:18:29.959Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml (20 kB at 41 kB/s) 17:18:29 [2026-08-21T15:18:29.959Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/maven-metadata.xml 17:18:29 [2026-08-21T15:18:29.959Z] Progress (1): 1.5 kB 17:18:29 [2026-08-21T15:18:29.959Z] 17:18:29 [2026-08-21T15:18:29.959Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/maven-metadata.xml (1.5 kB at 49 kB/s) 17:18:29 [2026-08-21T15:18:29.959Z] [INFO] 17:18:29 [2026-08-21T15:18:29.959Z] [INFO] ----------< org.silverpeas:silverpeas-test-dependencies-bom >----------- 17:18:29 [2026-08-21T15:18:29.959Z] [INFO] Building Silverpeas Test Dependencies BOM 2.0-SNAPSHOT 17:18:29 [2026-08-21T15:18:29.959Z] [INFO] from pom.xml 17:18:29 [2026-08-21T15:18:29.959Z] [INFO] --------------------------------[ pom ]--------------------------------- 17:18:29 [2026-08-21T15:18:29.959Z] [INFO] 17:18:29 [2026-08-21T15:18:29.959Z] [INFO] --- versions:2.21.0:set (default-cli) @ silverpeas-test-dependencies-bom --- 17:18:30 [2026-08-21T15:18:30.871Z] [INFO] Searching for local aggregator root... 17:18:30 [2026-08-21T15:18:30.871Z] [INFO] Local aggregation root: /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy/test-dependencies 17:18:30 [2026-08-21T15:18:30.871Z] [INFO] Processing change of org.silverpeas:silverpeas-test-dependencies-bom:2.0-SNAPSHOT -> 2.0-build260821 17:18:31 [2026-08-21T15:18:31.121Z] [INFO] Processing org.silverpeas:silverpeas-test-dependencies-bom 17:18:31 [2026-08-21T15:18:31.121Z] [INFO] Updating project org.silverpeas:silverpeas-test-dependencies-bom 17:18:31 [2026-08-21T15:18:31.121Z] [INFO] from version 2.0-SNAPSHOT to 2.0-build260821 17:18:31 [2026-08-21T15:18:31.121Z] [INFO] 17:18:31 [2026-08-21T15:18:31.121Z] [INFO] ------------------------------------------------------------------------ 17:18:31 [2026-08-21T15:18:31.121Z] [INFO] BUILD SUCCESS 17:18:31 [2026-08-21T15:18:31.121Z] [INFO] ------------------------------------------------------------------------ 17:18:31 [2026-08-21T15:18:31.121Z] [INFO] Total time: 2.193 s 17:18:31 [2026-08-21T15:18:31.121Z] [INFO] Finished at: 2026-08-21T17:18:30+02:00 17:18:31 [2026-08-21T15:18:31.121Z] [INFO] ------------------------------------------------------------------------ 17:18:31 [2026-08-21T15:18:31.121Z] + mvn clean deploy -DaltDeploymentRepository=silverpeas::default::https://nexus3.silverpeas.org/repository/builds -Djava.awt.headless=true 17:18:32 [2026-08-21T15:18:32.984Z] [INFO] Scanning for projects... 17:18:32 [2026-08-21T15:18:32.984Z] [INFO] 17:18:32 [2026-08-21T15:18:32.984Z] [INFO] ----------< org.silverpeas:silverpeas-test-dependencies-bom >----------- 17:18:32 [2026-08-21T15:18:32.984Z] [INFO] Building Silverpeas Test Dependencies BOM 2.0-build260821 17:18:32 [2026-08-21T15:18:32.984Z] [INFO] from pom.xml 17:18:32 [2026-08-21T15:18:32.984Z] [INFO] --------------------------------[ pom ]--------------------------------- 17:18:32 [2026-08-21T15:18:32.984Z] [INFO] 17:18:32 [2026-08-21T15:18:32.984Z] [INFO] --- clean:3.2.0:clean (default-clean) @ silverpeas-test-dependencies-bom --- 17:18:32 [2026-08-21T15:18:32.984Z] [INFO] 17:18:32 [2026-08-21T15:18:32.984Z] [INFO] --- install:3.1.4:install (default-install) @ silverpeas-test-dependencies-bom --- 17:18:33 [2026-08-21T15:18:33.234Z] [INFO] Installing /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy/test-dependencies/pom.xml to /home/silverbuild/.m2/repository/org/silverpeas/silverpeas-test-dependencies-bom/2.0-build260821/silverpeas-test-dependencies-bom-2.0-build260821.pom 17:18:33 [2026-08-21T15:18:33.234Z] [INFO] 17:18:33 [2026-08-21T15:18:33.234Z] [INFO] --- deploy:3.1.4:deploy (default-deploy) @ silverpeas-test-dependencies-bom --- 17:18:33 [2026-08-21T15:18:33.235Z] [INFO] Using alternate deployment repository silverpeas::default::https://nexus3.silverpeas.org/repository/builds 17:18:33 [2026-08-21T15:18:33.235Z] [WARNING] Using legacy syntax for alternative repository. Use "silverpeas::https://nexus3.silverpeas.org/repository/builds" instead. 17:18:33 [2026-08-21T15:18:33.485Z] Uploading to silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-test-dependencies-bom/2.0-build260821/silverpeas-test-dependencies-bom-2.0-build260821.pom 17:18:33 [2026-08-21T15:18:33.986Z] Progress (1): 12 kB 17:18:33 [2026-08-21T15:18:33.986Z] 17:18:33 [2026-08-21T15:18:33.986Z] Uploaded to silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-test-dependencies-bom/2.0-build260821/silverpeas-test-dependencies-bom-2.0-build260821.pom (12 kB at 26 kB/s) 17:18:33 [2026-08-21T15:18:33.986Z] Downloading from silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-test-dependencies-bom/maven-metadata.xml 17:18:33 [2026-08-21T15:18:33.986Z] Progress (1): 920 B 17:18:33 [2026-08-21T15:18:33.986Z] 17:18:33 [2026-08-21T15:18:33.986Z] Downloaded from silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-test-dependencies-bom/maven-metadata.xml (920 B at 8.6 kB/s) 17:18:33 [2026-08-21T15:18:33.986Z] Uploading to silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-test-dependencies-bom/maven-metadata.xml 17:18:34 [2026-08-21T15:18:34.237Z] Progress (1): 961 B 17:18:34 [2026-08-21T15:18:34.237Z] 17:18:34 [2026-08-21T15:18:34.237Z] Uploaded to silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-test-dependencies-bom/maven-metadata.xml (961 B at 9.8 kB/s) 17:18:34 [2026-08-21T15:18:34.237Z] [INFO] ------------------------------------------------------------------------ 17:18:34 [2026-08-21T15:18:34.237Z] [INFO] BUILD SUCCESS 17:18:34 [2026-08-21T15:18:34.237Z] [INFO] ------------------------------------------------------------------------ 17:18:34 [2026-08-21T15:18:34.237Z] [INFO] Total time: 1.482 s 17:18:34 [2026-08-21T15:18:34.237Z] [INFO] Finished at: 2026-08-21T17:18:34+02:00 17:18:34 [2026-08-21T15:18:34.237Z] [INFO] ------------------------------------------------------------------------ 17:18:34 [2026-08-21T15:18:34.239Z] [Pipeline] } 17:18:34 [2026-08-21T15:18:34.246Z] [Pipeline] // dir 17:18:34 [2026-08-21T15:18:34.255Z] [Pipeline] } 17:18:34 [2026-08-21T15:18:34.262Z] [Pipeline] // stage 17:18:34 [2026-08-21T15:18:34.273Z] [Pipeline] stage 17:18:34 [2026-08-21T15:18:34.274Z] [Pipeline] { (Build and publish project definition) 17:18:34 [2026-08-21T15:18:34.300Z] [Pipeline] dir 17:18:34 [2026-08-21T15:18:34.301Z] Running in /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy/project 17:18:34 [2026-08-21T15:18:34.302Z] [Pipeline] { 17:18:34 [2026-08-21T15:18:34.316Z] [Pipeline] git 17:18:34 [2026-08-21T15:18:34.319Z] Selected Git installation does not exist. Using Default 17:18:34 [2026-08-21T15:18:34.319Z] The recommended git tool is: NONE 17:18:34 [2026-08-21T15:18:34.319Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59 17:18:34 [2026-08-21T15:18:34.329Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@4e7fb713; decorates hudson.Launcher$LocalLauncher@1b3a0663 will be ignored (a typical symptom is the Git executable not being run inside a designated container) 17:18:34 [2026-08-21T15:18:34.330Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy/project/.git # timeout=10 17:18:34 [2026-08-21T15:18:34.336Z] Fetching changes from the remote Git repository 17:18:34 [2026-08-21T15:18:34.338Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Project # timeout=10 17:18:34 [2026-08-21T15:18:34.344Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Project 17:18:34 [2026-08-21T15:18:34.344Z] > /usr/bin/git --version # timeout=10 17:18:34 [2026-08-21T15:18:34.349Z] > git --version # 'git version 2.43.0' 17:18:34 [2026-08-21T15:18:34.349Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins 17:18:34 [2026-08-21T15:18:34.354Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Project +refs/heads/*:refs/remotes/origin/* # timeout=10 17:18:35 [2026-08-21T15:18:35.092Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10 17:18:35 [2026-08-21T15:18:35.097Z] Checking out Revision 5a370360b2c7d47ec2960e23ab68acc658633a82 (refs/remotes/origin/master) 17:18:35 [2026-08-21T15:18:35.097Z] > /usr/bin/git config core.sparsecheckout # timeout=10 17:18:35 [2026-08-21T15:18:35.101Z] > /usr/bin/git checkout -f 5a370360b2c7d47ec2960e23ab68acc658633a82 # timeout=10 17:18:35 [2026-08-21T15:18:35.111Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10 17:18:35 [2026-08-21T15:18:35.119Z] > /usr/bin/git branch -D master # timeout=10 17:18:35 [2026-08-21T15:18:35.125Z] > /usr/bin/git checkout -b master 5a370360b2c7d47ec2960e23ab68acc658633a82 # timeout=10 17:18:35 [2026-08-21T15:18:35.134Z] Commit message: "Now Silverpeas can be built and executed with Java 21, Silverpeas can now be deployed onto Wildfly 39.0.1 (the latest supporting Jakarta EE 10). The next versions of Wildfly are for Jakarta EE 11 by default but provides also an alternative for Jakarta EE 10" 17:18:35 [2026-08-21T15:18:35.135Z] > /usr/bin/git rev-list --no-walk 5a370360b2c7d47ec2960e23ab68acc658633a82 # timeout=10 17:18:35 [2026-08-21T15:18:35.151Z] [Pipeline] sh 17:18:35 [2026-08-21T15:18:35.406Z] + sed -i -e s/<silverpeas.bom.version>[0-9a-zA-Z.-]\+/<silverpeas.bom.version>2.0-build260821/g pom.xml 17:18:35 [2026-08-21T15:18:35.414Z] [Pipeline] sh 17:18:35 [2026-08-21T15:18:35.672Z] + mvn -U versions:set -DgenerateBackupPoms=false -DnewVersion=2.0-build260821 17:18:37 [2026-08-21T15:18:37.535Z] [INFO] Scanning for projects... 17:18:37 [2026-08-21T15:18:37.535Z] [WARNING] The project org.silverpeas:silverpeas-project:pom:2.0-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html 17:18:37 [2026-08-21T15:18:37.785Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-compiler-plugin/3.13.0/maven-compiler-plugin-3.13.0.pom 17:18:38 [2026-08-21T15:18:38.036Z] Progress (1): 763 B 17:18:38 [2026-08-21T15:18:38.036Z] Progress (1): 2.2 kB 17:18:38 [2026-08-21T15:18:38.036Z] Progress (1): 5.0 kB 17:18:38 [2026-08-21T15:18:38.036Z] Progress (1): 8.4 kB 17:18:38 [2026-08-21T15:18:38.286Z] Progress (1): 10 kB 17:18:38 [2026-08-21T15:18:38.286Z] 17:18:38 [2026-08-21T15:18:38.286Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-compiler-plugin/3.13.0/maven-compiler-plugin-3.13.0.pom (10 kB at 23 kB/s) 17:18:38 [2026-08-21T15:18:38.286Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-plugins/41/maven-plugins-41.pom 17:18:38 [2026-08-21T15:18:38.286Z] Progress (1): 770 B 17:18:38 [2026-08-21T15:18:38.286Z] Progress (1): 2.4 kB 17:18:38 [2026-08-21T15:18:38.286Z] Progress (1): 4.9 kB 17:18:38 [2026-08-21T15:18:38.286Z] Progress (1): 7.4 kB 17:18:38 [2026-08-21T15:18:38.286Z] 17:18:38 [2026-08-21T15:18:38.286Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-plugins/41/maven-plugins-41.pom (7.4 kB at 245 kB/s) 17:18:38 [2026-08-21T15:18:38.286Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-compiler-plugin/3.13.0/maven-compiler-plugin-3.13.0.jar 17:18:38 [2026-08-21T15:18:38.286Z] Progress (1): 7.8/83 kB 17:18:38 [2026-08-21T15:18:38.286Z] Progress (1): 8.2/83 kB 17:18:38 [2026-08-21T15:18:38.286Z] Progress (1): 16/83 kB 17:18:38 [2026-08-21T15:18:38.286Z] Progress (1): 24/83 kB 17:18:38 [2026-08-21T15:18:38.287Z] Progress (1): 25/83 kB 17:18:38 [2026-08-21T15:18:38.287Z] Progress (1): 33/83 kB 17:18:38 [2026-08-21T15:18:38.287Z] Progress (1): 40/83 kB 17:18:38 [2026-08-21T15:18:38.287Z] Progress (1): 41/83 kB 17:18:38 [2026-08-21T15:18:38.287Z] Progress (1): 49/83 kB 17:18:38 [2026-08-21T15:18:38.287Z] Progress (1): 56/83 kB 17:18:38 [2026-08-21T15:18:38.287Z] Progress (1): 57/83 kB 17:18:38 [2026-08-21T15:18:38.287Z] Progress (1): 66/83 kB 17:18:38 [2026-08-21T15:18:38.287Z] Progress (1): 72/83 kB 17:18:38 [2026-08-21T15:18:38.287Z] Progress (1): 74/83 kB 17:18:38 [2026-08-21T15:18:38.287Z] Progress (1): 82/83 kB 17:18:38 [2026-08-21T15:18:38.287Z] Progress (1): 83 kB 17:18:38 [2026-08-21T15:18:38.287Z] 17:18:38 [2026-08-21T15:18:38.287Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-compiler-plugin/3.13.0/maven-compiler-plugin-3.13.0.jar (83 kB at 1.5 MB/s) 17:18:38 [2026-08-21T15:18:38.287Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-resources-plugin/3.3.0/maven-resources-plugin-3.3.0.pom 17:18:38 [2026-08-21T15:18:38.287Z] Progress (1): 772 B 17:18:38 [2026-08-21T15:18:38.287Z] Progress (1): 2.2 kB 17:18:38 [2026-08-21T15:18:38.287Z] Progress (1): 5.0 kB 17:18:38 [2026-08-21T15:18:38.287Z] Progress (1): 7.8 kB 17:18:38 [2026-08-21T15:18:38.287Z] Progress (1): 8.5 kB 17:18:38 [2026-08-21T15:18:38.287Z] 17:18:38 [2026-08-21T15:18:38.287Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-resources-plugin/3.3.0/maven-resources-plugin-3.3.0.pom (8.5 kB at 274 kB/s) 17:18:38 [2026-08-21T15:18:38.287Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-resources-plugin/3.3.0/maven-resources-plugin-3.3.0.jar 17:18:38 [2026-08-21T15:18:38.287Z] Progress (1): 7.8/32 kB 17:18:38 [2026-08-21T15:18:38.287Z] Progress (1): 8.2/32 kB 17:18:38 [2026-08-21T15:18:38.287Z] Progress (1): 16/32 kB 17:18:38 [2026-08-21T15:18:38.287Z] Progress (1): 24/32 kB 17:18:38 [2026-08-21T15:18:38.287Z] Progress (1): 25/32 kB 17:18:38 [2026-08-21T15:18:38.537Z] Progress (1): 32 kB 17:18:38 [2026-08-21T15:18:38.537Z] 17:18:38 [2026-08-21T15:18:38.537Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-resources-plugin/3.3.0/maven-resources-plugin-3.3.0.jar (32 kB at 992 kB/s) 17:18:38 [2026-08-21T15:18:38.538Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-dependency-plugin/3.5.0/maven-dependency-plugin-3.5.0.pom 17:18:38 [2026-08-21T15:18:38.538Z] Progress (1): 745 B 17:18:38 [2026-08-21T15:18:38.538Z] Progress (1): 2.3 kB 17:18:38 [2026-08-21T15:18:38.538Z] Progress (1): 4.0 kB 17:18:38 [2026-08-21T15:18:38.538Z] Progress (1): 8.9 kB 17:18:38 [2026-08-21T15:18:38.538Z] Progress (1): 13 kB 17:18:38 [2026-08-21T15:18:38.538Z] Progress (1): 15 kB 17:18:38 [2026-08-21T15:18:38.538Z] Progress (1): 16 kB 17:18:38 [2026-08-21T15:18:38.538Z] 17:18:38 [2026-08-21T15:18:38.538Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-dependency-plugin/3.5.0/maven-dependency-plugin-3.5.0.pom (16 kB at 552 kB/s) 17:18:38 [2026-08-21T15:18:38.538Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-plugins/38/maven-plugins-38.pom 17:18:38 [2026-08-21T15:18:38.538Z] Progress (1): 770 B 17:18:38 [2026-08-21T15:18:38.538Z] Progress (1): 2.3 kB 17:18:38 [2026-08-21T15:18:38.538Z] Progress (1): 4.9 kB 17:18:38 [2026-08-21T15:18:38.538Z] Progress (1): 7.3 kB 17:18:38 [2026-08-21T15:18:38.538Z] Progress (1): 8.1 kB 17:18:38 [2026-08-21T15:18:38.538Z] 17:18:38 [2026-08-21T15:18:38.538Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-plugins/38/maven-plugins-38.pom (8.1 kB at 270 kB/s) 17:18:38 [2026-08-21T15:18:38.538Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/maven-parent/38/maven-parent-38.pom 17:18:38 [2026-08-21T15:18:38.538Z] Progress (1): 728 B 17:18:38 [2026-08-21T15:18:38.538Z] Progress (1): 1.9 kB 17:18:38 [2026-08-21T15:18:38.538Z] Progress (1): 5.4 kB 17:18:38 [2026-08-21T15:18:38.538Z] Progress (1): 9.7 kB 17:18:38 [2026-08-21T15:18:38.538Z] Progress (1): 14 kB 17:18:38 [2026-08-21T15:18:38.538Z] Progress (1): 19 kB 17:18:38 [2026-08-21T15:18:38.538Z] Progress (1): 22 kB 17:18:38 [2026-08-21T15:18:38.538Z] Progress (1): 26 kB 17:18:38 [2026-08-21T15:18:38.538Z] Progress (1): 28 kB 17:18:38 [2026-08-21T15:18:38.538Z] Progress (1): 30 kB 17:18:38 [2026-08-21T15:18:38.538Z] Progress (1): 33 kB 17:18:38 [2026-08-21T15:18:38.538Z] Progress (1): 37 kB 17:18:38 [2026-08-21T15:18:38.538Z] Progress (1): 40 kB 17:18:38 [2026-08-21T15:18:38.538Z] Progress (1): 42 kB 17:18:38 [2026-08-21T15:18:38.538Z] Progress (1): 48 kB 17:18:38 [2026-08-21T15:18:38.538Z] 17:18:38 [2026-08-21T15:18:38.538Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/maven-parent/38/maven-parent-38.pom (48 kB at 1.4 MB/s) 17:18:38 [2026-08-21T15:18:38.538Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/apache/28/apache-28.pom 17:18:38 [2026-08-21T15:18:38.538Z] Progress (1): 745 B 17:18:38 [2026-08-21T15:18:38.538Z] Progress (1): 2.1 kB 17:18:38 [2026-08-21T15:18:38.538Z] Progress (1): 4.0 kB 17:18:38 [2026-08-21T15:18:38.538Z] Progress (1): 6.9 kB 17:18:38 [2026-08-21T15:18:38.538Z] Progress (1): 12 kB 17:18:38 [2026-08-21T15:18:38.538Z] Progress (1): 16 kB 17:18:38 [2026-08-21T15:18:38.538Z] Progress (1): 19 kB 17:18:38 [2026-08-21T15:18:38.538Z] Progress (1): 21 kB 17:18:38 [2026-08-21T15:18:38.538Z] 17:18:38 [2026-08-21T15:18:38.538Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/apache/28/apache-28.pom (21 kB at 669 kB/s) 17:18:38 [2026-08-21T15:18:38.538Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-dependency-plugin/3.5.0/maven-dependency-plugin-3.5.0.jar 17:18:38 [2026-08-21T15:18:38.538Z] Progress (1): 7.8/189 kB 17:18:38 [2026-08-21T15:18:38.538Z] Progress (1): 8.2/189 kB 17:18:38 [2026-08-21T15:18:38.538Z] Progress (1): 16/189 kB 17:18:38 [2026-08-21T15:18:38.538Z] Progress (1): 24/189 kB 17:18:38 [2026-08-21T15:18:38.538Z] Progress (1): 25/189 kB 17:18:38 [2026-08-21T15:18:38.538Z] Progress (1): 33/189 kB 17:18:38 [2026-08-21T15:18:38.538Z] Progress (1): 40/189 kB 17:18:38 [2026-08-21T15:18:38.538Z] Progress (1): 41/189 kB 17:18:38 [2026-08-21T15:18:38.538Z] Progress (1): 49/189 kB 17:18:38 [2026-08-21T15:18:38.538Z] Progress (1): 56/189 kB 17:18:38 [2026-08-21T15:18:38.538Z] Progress (1): 57/189 kB 17:18:38 [2026-08-21T15:18:38.538Z] Progress (1): 66/189 kB 17:18:38 [2026-08-21T15:18:38.538Z] Progress (1): 72/189 kB 17:18:38 [2026-08-21T15:18:38.538Z] Progress (1): 74/189 kB 17:18:38 [2026-08-21T15:18:38.538Z] Progress (1): 82/189 kB 17:18:38 [2026-08-21T15:18:38.538Z] Progress (1): 88/189 kB 17:18:38 [2026-08-21T15:18:38.538Z] Progress (1): 90/189 kB 17:18:38 [2026-08-21T15:18:38.538Z] Progress (1): 98/189 kB 17:18:38 [2026-08-21T15:18:38.538Z] Progress (1): 106/189 kB 17:18:38 [2026-08-21T15:18:38.538Z] Progress (1): 114/189 kB 17:18:38 [2026-08-21T15:18:38.538Z] Progress (1): 115/189 kB 17:18:38 [2026-08-21T15:18:38.538Z] Progress (1): 123/189 kB 17:18:38 [2026-08-21T15:18:38.538Z] Progress (1): 130/189 kB 17:18:38 [2026-08-21T15:18:38.538Z] Progress (1): 131/189 kB 17:18:38 [2026-08-21T15:18:38.538Z] Progress (1): 139/189 kB 17:18:38 [2026-08-21T15:18:38.538Z] Progress (1): 147/189 kB 17:18:38 [2026-08-21T15:18:38.538Z] Progress (1): 147/189 kB 17:18:38 [2026-08-21T15:18:38.538Z] Progress (1): 156/189 kB 17:18:38 [2026-08-21T15:18:38.538Z] Progress (1): 163/189 kB 17:18:38 [2026-08-21T15:18:38.538Z] Progress (1): 164/189 kB 17:18:38 [2026-08-21T15:18:38.538Z] Progress (1): 172/189 kB 17:18:38 [2026-08-21T15:18:38.538Z] Progress (1): 180/189 kB 17:18:38 [2026-08-21T15:18:38.538Z] Progress (1): 180/189 kB 17:18:38 [2026-08-21T15:18:38.538Z] Progress (1): 188/189 kB 17:18:38 [2026-08-21T15:18:38.538Z] Progress (1): 189 kB 17:18:38 [2026-08-21T15:18:38.538Z] 17:18:38 [2026-08-21T15:18:38.538Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-dependency-plugin/3.5.0/maven-dependency-plugin-3.5.0.jar (189 kB at 3.3 MB/s) 17:18:38 [2026-08-21T15:18:38.789Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-install-plugin/3.0.1/maven-install-plugin-3.0.1.pom 17:18:38 [2026-08-21T15:18:38.789Z] Progress (1): 784 B 17:18:38 [2026-08-21T15:18:38.789Z] Progress (1): 2.2 kB 17:18:38 [2026-08-21T15:18:38.789Z] Progress (1): 5.1 kB 17:18:38 [2026-08-21T15:18:38.789Z] Progress (1): 7.5 kB 17:18:38 [2026-08-21T15:18:38.789Z] 17:18:38 [2026-08-21T15:18:38.789Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-install-plugin/3.0.1/maven-install-plugin-3.0.1.pom (7.5 kB at 266 kB/s) 17:18:38 [2026-08-21T15:18:38.789Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-install-plugin/3.0.1/maven-install-plugin-3.0.1.jar 17:18:38 [2026-08-21T15:18:38.789Z] Progress (1): 7.8/30 kB 17:18:38 [2026-08-21T15:18:38.789Z] Progress (1): 8.2/30 kB 17:18:38 [2026-08-21T15:18:38.789Z] Progress (1): 16/30 kB 17:18:38 [2026-08-21T15:18:38.789Z] Progress (1): 24/30 kB 17:18:38 [2026-08-21T15:18:38.789Z] Progress (1): 25/30 kB 17:18:38 [2026-08-21T15:18:38.789Z] Progress (1): 30 kB 17:18:38 [2026-08-21T15:18:38.789Z] 17:18:38 [2026-08-21T15:18:38.789Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-install-plugin/3.0.1/maven-install-plugin-3.0.1.jar (30 kB at 1.0 MB/s) 17:18:38 [2026-08-21T15:18:38.789Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-deploy-plugin/3.0.0/maven-deploy-plugin-3.0.0.pom 17:18:38 [2026-08-21T15:18:38.789Z] Progress (1): 768 B 17:18:38 [2026-08-21T15:18:38.789Z] Progress (1): 2.2 kB 17:18:38 [2026-08-21T15:18:38.789Z] Progress (1): 5.2 kB 17:18:38 [2026-08-21T15:18:38.789Z] Progress (1): 7.9 kB 17:18:38 [2026-08-21T15:18:38.789Z] Progress (1): 8.5 kB 17:18:38 [2026-08-21T15:18:38.789Z] 17:18:38 [2026-08-21T15:18:38.789Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-deploy-plugin/3.0.0/maven-deploy-plugin-3.0.0.pom (8.5 kB at 294 kB/s) 17:18:38 [2026-08-21T15:18:38.789Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-deploy-plugin/3.0.0/maven-deploy-plugin-3.0.0.jar 17:18:38 [2026-08-21T15:18:38.789Z] Progress (1): 7.8/37 kB 17:18:38 [2026-08-21T15:18:38.789Z] Progress (1): 8.2/37 kB 17:18:38 [2026-08-21T15:18:38.789Z] Progress (1): 16/37 kB 17:18:38 [2026-08-21T15:18:38.789Z] Progress (1): 24/37 kB 17:18:38 [2026-08-21T15:18:38.789Z] Progress (1): 25/37 kB 17:18:38 [2026-08-21T15:18:38.789Z] Progress (1): 33/37 kB 17:18:38 [2026-08-21T15:18:38.789Z] Progress (1): 37 kB 17:18:38 [2026-08-21T15:18:38.789Z] 17:18:38 [2026-08-21T15:18:38.789Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-deploy-plugin/3.0.0/maven-deploy-plugin-3.0.0.jar (37 kB at 1.2 MB/s) 17:18:39 [2026-08-21T15:18:39.040Z] Downloading from central: https://repo.maven.apache.org/maven2/com/mycila/maven-metadata.xml 17:18:39 [2026-08-21T15:18:39.040Z] Downloading from central: https://repo.maven.apache.org/maven2/org/silverpeas/maven/maven-metadata.xml 17:18:39 [2026-08-21T15:18:39.040Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/silverpeas/maven/maven-metadata.xml 17:18:39 [2026-08-21T15:18:39.040Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/com/mycila/maven-metadata.xml 17:18:39 [2026-08-21T15:18:39.040Z] Progress (1): 290 B 17:18:39 [2026-08-21T15:18:39.040Z] 17:18:39 [2026-08-21T15:18:39.040Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/silverpeas/maven/maven-metadata.xml (290 B at 3.5 kB/s) 17:18:39 [2026-08-21T15:18:39.040Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/plugins/maven-metadata.xml 17:18:39 [2026-08-21T15:18:39.040Z] Progress (1): 237 B 17:18:39 [2026-08-21T15:18:39.040Z] Progress (2): 237 B | 237 B 17:18:39 [2026-08-21T15:18:39.040Z] 17:18:39 [2026-08-21T15:18:39.040Z] Downloaded from central: https://repo.maven.apache.org/maven2/com/mycila/maven-metadata.xml (237 B at 1.7 kB/s) 17:18:39 [2026-08-21T15:18:39.040Z] Downloading from central: https://repo.maven.apache.org/maven2/org/wildfly/plugins/maven-metadata.xml 17:18:39 [2026-08-21T15:18:39.040Z] Progress (2): 237 B | 1.5 kB 17:18:39 [2026-08-21T15:18:39.040Z] Progress (3): 237 B | 1.5 kB | 1.5 kB 17:18:39 [2026-08-21T15:18:39.040Z] 17:18:39 [2026-08-21T15:18:39.040Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/wildfly/plugins/maven-metadata.xml (1.5 kB at 43 kB/s) 17:18:39 [2026-08-21T15:18:39.040Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/io/github/git-commit-id/maven-metadata.xml 17:18:39 [2026-08-21T15:18:39.291Z] Progress (3): 237 B | 1.5 kB | 255 B 17:18:39 [2026-08-21T15:18:39.291Z] 17:18:39 [2026-08-21T15:18:39.291Z] Downloading from central: https://repo.maven.apache.org/maven2/io/github/git-commit-id/maven-metadata.xml 17:18:39 [2026-08-21T15:18:39.291Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/com/mycila/maven-metadata.xml (237 B at 682 B/s) 17:18:39 [2026-08-21T15:18:39.291Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/jacoco/maven-metadata.xml 17:18:39 [2026-08-21T15:18:39.291Z] Progress (3): 1.5 kB | 255 B | 255 B 17:18:39 [2026-08-21T15:18:39.291Z] 17:18:39 [2026-08-21T15:18:39.291Z] Downloaded from central: https://repo.maven.apache.org/maven2/io/github/git-commit-id/maven-metadata.xml (255 B at 12 kB/s) 17:18:39 [2026-08-21T15:18:39.291Z] Downloading from central: https://repo.maven.apache.org/maven2/org/jacoco/maven-metadata.xml 17:18:39 [2026-08-21T15:18:39.291Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/io/github/git-commit-id/maven-metadata.xml (255 B at 1.4 kB/s) 17:18:39 [2026-08-21T15:18:39.291Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/com/github/shalousun/maven-metadata.xml 17:18:39 [2026-08-21T15:18:39.291Z] Progress (2): 1.5 kB | 237 B 17:18:39 [2026-08-21T15:18:39.291Z] 17:18:39 [2026-08-21T15:18:39.291Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/jacoco/maven-metadata.xml (237 B at 11 kB/s) 17:18:39 [2026-08-21T15:18:39.291Z] Downloading from central: https://repo.maven.apache.org/maven2/com/github/shalousun/maven-metadata.xml 17:18:39 [2026-08-21T15:18:39.291Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/plugins/maven-metadata.xml (1.5 kB at 4.8 kB/s) 17:18:39 [2026-08-21T15:18:39.291Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-metadata.xml 17:18:39 [2026-08-21T15:18:39.291Z] Progress (1): 237 B 17:18:39 [2026-08-21T15:18:39.291Z] Progress (2): 237 B | 4.4 kB 17:18:39 [2026-08-21T15:18:39.291Z] Progress (2): 237 B | 11 kB 17:18:39 [2026-08-21T15:18:39.291Z] Progress (2): 237 B | 14 kB 17:18:39 [2026-08-21T15:18:39.291Z] 17:18:39 [2026-08-21T15:18:39.291Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/jacoco/maven-metadata.xml (237 B at 1.9 kB/s) 17:18:39 [2026-08-21T15:18:39.291Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml 17:18:39 [2026-08-21T15:18:39.542Z] Progress (2): 14 kB | 4.6 kB 17:18:39 [2026-08-21T15:18:39.542Z] Progress (2): 14 kB | 9.7 kB 17:18:39 [2026-08-21T15:18:39.542Z] Progress (2): 14 kB | 14 kB 17:18:39 [2026-08-21T15:18:39.542Z] 17:18:39 [2026-08-21T15:18:39.542Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml (14 kB at 461 kB/s) 17:18:39 [2026-08-21T15:18:39.542Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/mojo/maven-metadata.xml 17:18:39 [2026-08-21T15:18:39.542Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-metadata.xml (14 kB at 109 kB/s) 17:18:39 [2026-08-21T15:18:39.542Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml 17:18:39 [2026-08-21T15:18:39.542Z] Progress (1): 243 B 17:18:39 [2026-08-21T15:18:39.542Z] 17:18:39 [2026-08-21T15:18:39.542Z] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/shalousun/maven-metadata.xml (243 B at 1.4 kB/s) 17:18:39 [2026-08-21T15:18:39.542Z] Progress (1): 3.7 kB 17:18:39 [2026-08-21T15:18:39.542Z] Progress (1): 7.5 kB 17:18:39 [2026-08-21T15:18:39.542Z] Progress (1): 13 kB 17:18:39 [2026-08-21T15:18:39.542Z] Progress (1): 19 kB 17:18:39 [2026-08-21T15:18:39.542Z] Progress (1): 20 kB 17:18:39 [2026-08-21T15:18:39.542Z] 17:18:39 [2026-08-21T15:18:39.542Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml (20 kB at 614 kB/s) 17:18:39 [2026-08-21T15:18:39.542Z] Progress (1): 3.7 kB 17:18:39 [2026-08-21T15:18:39.542Z] Progress (1): 9.3 kB 17:18:39 [2026-08-21T15:18:39.542Z] Progress (1): 15 kB 17:18:39 [2026-08-21T15:18:39.542Z] Progress (1): 20 kB 17:18:39 [2026-08-21T15:18:39.542Z] Progress (2): 20 kB | 243 B 17:18:39 [2026-08-21T15:18:39.542Z] 17:18:39 [2026-08-21T15:18:39.542Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/mojo/maven-metadata.xml (20 kB at 166 kB/s) 17:18:39 [2026-08-21T15:18:39.793Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/com/github/shalousun/maven-metadata.xml (243 B at 424 B/s) 17:18:39 [2026-08-21T15:18:39.793Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/mojo/versions-maven-plugin/maven-metadata.xml 17:18:39 [2026-08-21T15:18:39.793Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/maven-metadata.xml 17:18:40 [2026-08-21T15:18:40.044Z] Progress (1): 1.5 kB 17:18:40 [2026-08-21T15:18:40.044Z] Progress (2): 1.5 kB | 1.5 kB 17:18:40 [2026-08-21T15:18:40.044Z] 17:18:40 [2026-08-21T15:18:40.044Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/maven-metadata.xml (1.5 kB at 13 kB/s) 17:18:40 [2026-08-21T15:18:40.044Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/mojo/versions-maven-plugin/maven-metadata.xml (1.5 kB at 13 kB/s) 17:18:40 [2026-08-21T15:18:40.044Z] [INFO] 17:18:40 [2026-08-21T15:18:40.044Z] [INFO] -----------------< org.silverpeas:silverpeas-project >------------------ 17:18:40 [2026-08-21T15:18:40.044Z] [INFO] Building Parent POM 2.0-SNAPSHOT 17:18:40 [2026-08-21T15:18:40.044Z] [INFO] from pom.xml 17:18:40 [2026-08-21T15:18:40.044Z] [INFO] --------------------------------[ pom ]--------------------------------- 17:18:40 [2026-08-21T15:18:40.295Z] [INFO] 17:18:40 [2026-08-21T15:18:40.295Z] [INFO] --- versions:2.21.0:set (default-cli) @ silverpeas-project --- 17:18:41 [2026-08-21T15:18:41.206Z] [INFO] Searching for local aggregator root... 17:18:41 [2026-08-21T15:18:41.206Z] [INFO] Local aggregation root: /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy/project 17:18:41 [2026-08-21T15:18:41.206Z] [INFO] Processing change of org.silverpeas:silverpeas-project:2.0-SNAPSHOT -> 2.0-build260821 17:18:41 [2026-08-21T15:18:41.206Z] [INFO] Processing org.silverpeas:silverpeas-project 17:18:41 [2026-08-21T15:18:41.206Z] [INFO] Updating project org.silverpeas:silverpeas-project 17:18:41 [2026-08-21T15:18:41.206Z] [INFO] from version 2.0-SNAPSHOT to 2.0-build260821 17:18:41 [2026-08-21T15:18:41.206Z] [INFO] 17:18:41 [2026-08-21T15:18:41.206Z] [INFO] ------------------------------------------------------------------------ 17:18:41 [2026-08-21T15:18:41.206Z] [INFO] BUILD SUCCESS 17:18:41 [2026-08-21T15:18:41.206Z] [INFO] ------------------------------------------------------------------------ 17:18:41 [2026-08-21T15:18:41.206Z] [INFO] Total time: 3.953 s 17:18:41 [2026-08-21T15:18:41.206Z] [INFO] Finished at: 2026-08-21T17:18:41+02:00 17:18:41 [2026-08-21T15:18:41.206Z] [INFO] ------------------------------------------------------------------------ 17:18:41 [2026-08-21T15:18:41.206Z] + mvn clean deploy -DaltDeploymentRepository=silverpeas::default::https://nexus3.silverpeas.org/repository/builds -Djava.awt.headless=true 17:18:43 [2026-08-21T15:18:43.068Z] [INFO] Scanning for projects... 17:18:43 [2026-08-21T15:18:43.068Z] [WARNING] The project org.silverpeas:silverpeas-project:pom:2.0-build260821 uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html 17:18:43 [2026-08-21T15:18:43.068Z] [INFO] 17:18:43 [2026-08-21T15:18:43.068Z] [INFO] -----------------< org.silverpeas:silverpeas-project >------------------ 17:18:43 [2026-08-21T15:18:43.068Z] [INFO] Building Parent POM 2.0-build260821 17:18:43 [2026-08-21T15:18:43.068Z] [INFO] from pom.xml 17:18:43 [2026-08-21T15:18:43.068Z] [INFO] --------------------------------[ pom ]--------------------------------- 17:18:43 [2026-08-21T15:18:43.319Z] [INFO] 17:18:43 [2026-08-21T15:18:43.319Z] [INFO] --- clean:3.2.0:clean (default-clean) @ silverpeas-project --- 17:18:43 [2026-08-21T15:18:43.319Z] [INFO] 17:18:43 [2026-08-21T15:18:43.319Z] [INFO] --- install:3.0.1:install (default-install) @ silverpeas-project --- 17:18:43 [2026-08-21T15:18:43.569Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom 17:18:43 [2026-08-21T15:18:43.820Z] Progress (1): 937 B 17:18:43 [2026-08-21T15:18:43.820Z] Progress (1): 2.2 kB 17:18:43 [2026-08-21T15:18:43.820Z] 17:18:43 [2026-08-21T15:18:43.820Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom (2.2 kB at 5.6 kB/s) 17:18:43 [2026-08-21T15:18:43.820Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom 17:18:43 [2026-08-21T15:18:43.820Z] Progress (1): 802 B 17:18:43 [2026-08-21T15:18:43.820Z] Progress (1): 3.2 kB 17:18:43 [2026-08-21T15:18:43.820Z] Progress (1): 5.1 kB 17:18:43 [2026-08-21T15:18:43.820Z] Progress (1): 9.1 kB 17:18:43 [2026-08-21T15:18:43.820Z] Progress (1): 12 kB 17:18:43 [2026-08-21T15:18:43.820Z] Progress (1): 17 kB 17:18:43 [2026-08-21T15:18:43.820Z] Progress (1): 20 kB 17:18:43 [2026-08-21T15:18:43.820Z] Progress (1): 23 kB 17:18:43 [2026-08-21T15:18:43.820Z] Progress (1): 27 kB 17:18:44 [2026-08-21T15:18:44.070Z] Progress (1): 30 kB 17:18:44 [2026-08-21T15:18:44.070Z] 17:18:44 [2026-08-21T15:18:44.070Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom (30 kB at 655 kB/s) 17:18:44 [2026-08-21T15:18:44.070Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom 17:18:44 [2026-08-21T15:18:44.070Z] Progress (1): 938 B 17:18:44 [2026-08-21T15:18:44.070Z] Progress (1): 1.9 kB 17:18:44 [2026-08-21T15:18:44.070Z] 17:18:44 [2026-08-21T15:18:44.070Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom (1.9 kB at 54 kB/s) 17:18:44 [2026-08-21T15:18:44.070Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom 17:18:44 [2026-08-21T15:18:44.070Z] Progress (1): 801 B 17:18:44 [2026-08-21T15:18:44.070Z] Progress (1): 2.6 kB 17:18:44 [2026-08-21T15:18:44.070Z] Progress (1): 4.9 kB 17:18:44 [2026-08-21T15:18:44.070Z] Progress (1): 5.2 kB 17:18:44 [2026-08-21T15:18:44.070Z] 17:18:44 [2026-08-21T15:18:44.070Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom (5.2 kB at 136 kB/s) 17:18:44 [2026-08-21T15:18:44.070Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom 17:18:44 [2026-08-21T15:18:44.070Z] Progress (1): 703 B 17:18:44 [2026-08-21T15:18:44.070Z] Progress (1): 2.7 kB 17:18:44 [2026-08-21T15:18:44.070Z] Progress (1): 6.5 kB 17:18:44 [2026-08-21T15:18:44.070Z] Progress (1): 9.1 kB 17:18:44 [2026-08-21T15:18:44.070Z] Progress (1): 12 kB 17:18:44 [2026-08-21T15:18:44.070Z] Progress (1): 16 kB 17:18:44 [2026-08-21T15:18:44.070Z] Progress (1): 20 kB 17:18:44 [2026-08-21T15:18:44.070Z] Progress (1): 23 kB 17:18:44 [2026-08-21T15:18:44.070Z] 17:18:44 [2026-08-21T15:18:44.070Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom (23 kB at 511 kB/s) 17:18:44 [2026-08-21T15:18:44.070Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar 17:18:44 [2026-08-21T15:18:44.070Z] Progress (1): 7.8/146 kB 17:18:44 [2026-08-21T15:18:44.070Z] Progress (1): 8.2/146 kB 17:18:44 [2026-08-21T15:18:44.070Z] Progress (1): 16/146 kB 17:18:44 [2026-08-21T15:18:44.070Z] Progress (1): 24/146 kB 17:18:44 [2026-08-21T15:18:44.070Z] Progress (1): 25/146 kB 17:18:44 [2026-08-21T15:18:44.070Z] Progress (1): 33/146 kB 17:18:44 [2026-08-21T15:18:44.070Z] Progress (1): 40/146 kB 17:18:44 [2026-08-21T15:18:44.070Z] Progress (1): 41/146 kB 17:18:44 [2026-08-21T15:18:44.070Z] Progress (1): 49/146 kB 17:18:44 [2026-08-21T15:18:44.070Z] Progress (1): 56/146 kB 17:18:44 [2026-08-21T15:18:44.070Z] Progress (1): 57/146 kB 17:18:44 [2026-08-21T15:18:44.070Z] Progress (1): 66/146 kB 17:18:44 [2026-08-21T15:18:44.070Z] Progress (1): 72/146 kB 17:18:44 [2026-08-21T15:18:44.070Z] Progress (1): 74/146 kB 17:18:44 [2026-08-21T15:18:44.070Z] Progress (1): 82/146 kB 17:18:44 [2026-08-21T15:18:44.070Z] Progress (1): 88/146 kB 17:18:44 [2026-08-21T15:18:44.070Z] Progress (1): 90/146 kB 17:18:44 [2026-08-21T15:18:44.070Z] Progress (1): 98/146 kB 17:18:44 [2026-08-21T15:18:44.070Z] Progress (1): 106/146 kB 17:18:44 [2026-08-21T15:18:44.070Z] Progress (1): 114/146 kB 17:18:44 [2026-08-21T15:18:44.070Z] Progress (1): 115/146 kB 17:18:44 [2026-08-21T15:18:44.070Z] Progress (1): 123/146 kB 17:18:44 [2026-08-21T15:18:44.070Z] Progress (1): 130/146 kB 17:18:44 [2026-08-21T15:18:44.070Z] Progress (1): 131/146 kB 17:18:44 [2026-08-21T15:18:44.070Z] Progress (1): 139/146 kB 17:18:44 [2026-08-21T15:18:44.321Z] Progress (1): 146 kB 17:18:44 [2026-08-21T15:18:44.321Z] 17:18:44 [2026-08-21T15:18:44.321Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar (146 kB at 1.7 MB/s) 17:18:44 [2026-08-21T15:18:44.321Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar 17:18:44 [2026-08-21T15:18:44.321Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar 17:18:44 [2026-08-21T15:18:44.321Z] Progress (1): 7.8/263 kB 17:18:44 [2026-08-21T15:18:44.321Z] Progress (1): 8.2/263 kB 17:18:44 [2026-08-21T15:18:44.321Z] Progress (1): 16/263 kB 17:18:44 [2026-08-21T15:18:44.321Z] Progress (1): 24/263 kB 17:18:44 [2026-08-21T15:18:44.321Z] Progress (1): 25/263 kB 17:18:44 [2026-08-21T15:18:44.321Z] Progress (1): 33/263 kB 17:18:44 [2026-08-21T15:18:44.321Z] Progress (1): 40/263 kB 17:18:44 [2026-08-21T15:18:44.321Z] Progress (1): 41/263 kB 17:18:44 [2026-08-21T15:18:44.321Z] Progress (1): 49/263 kB 17:18:44 [2026-08-21T15:18:44.321Z] Progress (1): 56/263 kB 17:18:44 [2026-08-21T15:18:44.321Z] Progress (1): 57/263 kB 17:18:44 [2026-08-21T15:18:44.321Z] Progress (1): 66/263 kB 17:18:44 [2026-08-21T15:18:44.321Z] Progress (1): 72/263 kB 17:18:44 [2026-08-21T15:18:44.321Z] Progress (1): 74/263 kB 17:18:44 [2026-08-21T15:18:44.321Z] Progress (1): 82/263 kB 17:18:44 [2026-08-21T15:18:44.321Z] Progress (1): 88/263 kB 17:18:44 [2026-08-21T15:18:44.321Z] Progress (1): 90/263 kB 17:18:44 [2026-08-21T15:18:44.321Z] Progress (1): 98/263 kB 17:18:44 [2026-08-21T15:18:44.321Z] Progress (1): 106/263 kB 17:18:44 [2026-08-21T15:18:44.321Z] Progress (1): 114/263 kB 17:18:44 [2026-08-21T15:18:44.321Z] Progress (1): 115/263 kB 17:18:44 [2026-08-21T15:18:44.321Z] Progress (1): 123/263 kB 17:18:44 [2026-08-21T15:18:44.321Z] Progress (1): 130/263 kB 17:18:44 [2026-08-21T15:18:44.321Z] Progress (1): 131/263 kB 17:18:44 [2026-08-21T15:18:44.321Z] Progress (1): 139/263 kB 17:18:44 [2026-08-21T15:18:44.321Z] Progress (1): 147/263 kB 17:18:44 [2026-08-21T15:18:44.321Z] Progress (1): 147/263 kB 17:18:44 [2026-08-21T15:18:44.321Z] Progress (1): 156/263 kB 17:18:44 [2026-08-21T15:18:44.321Z] Progress (1): 163/263 kB 17:18:44 [2026-08-21T15:18:44.321Z] Progress (1): 164/263 kB 17:18:44 [2026-08-21T15:18:44.321Z] Progress (1): 172/263 kB 17:18:44 [2026-08-21T15:18:44.321Z] Progress (1): 180/263 kB 17:18:44 [2026-08-21T15:18:44.321Z] Progress (1): 180/263 kB 17:18:44 [2026-08-21T15:18:44.321Z] Progress (1): 188/263 kB 17:18:44 [2026-08-21T15:18:44.321Z] Progress (1): 196/263 kB 17:18:44 [2026-08-21T15:18:44.321Z] Progress (1): 197/263 kB 17:18:44 [2026-08-21T15:18:44.321Z] Progress (1): 205/263 kB 17:18:44 [2026-08-21T15:18:44.321Z] Progress (1): 213/263 kB 17:18:44 [2026-08-21T15:18:44.321Z] Progress (1): 213/263 kB 17:18:44 [2026-08-21T15:18:44.321Z] Progress (1): 221/263 kB 17:18:44 [2026-08-21T15:18:44.321Z] Progress (1): 229/263 kB 17:18:44 [2026-08-21T15:18:44.321Z] Progress (1): 229/263 kB 17:18:44 [2026-08-21T15:18:44.321Z] Progress (1): 238/263 kB 17:18:44 [2026-08-21T15:18:44.321Z] Progress (1): 245/263 kB 17:18:44 [2026-08-21T15:18:44.321Z] Progress (1): 246/263 kB 17:18:44 [2026-08-21T15:18:44.321Z] Progress (1): 254/263 kB 17:18:44 [2026-08-21T15:18:44.321Z] Progress (1): 261/263 kB 17:18:44 [2026-08-21T15:18:44.321Z] Progress (1): 262/263 kB 17:18:44 [2026-08-21T15:18:44.321Z] Progress (1): 263 kB 17:18:44 [2026-08-21T15:18:44.321Z] 17:18:44 [2026-08-21T15:18:44.321Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar (263 kB at 3.9 MB/s) 17:18:44 [2026-08-21T15:18:44.321Z] Progress (1): 7.8/136 kB 17:18:44 [2026-08-21T15:18:44.321Z] Progress (1): 8.2/136 kB 17:18:44 [2026-08-21T15:18:44.321Z] Progress (1): 16/136 kB 17:18:44 [2026-08-21T15:18:44.321Z] Progress (1): 24/136 kB 17:18:44 [2026-08-21T15:18:44.321Z] Progress (1): 25/136 kB 17:18:44 [2026-08-21T15:18:44.321Z] Progress (1): 33/136 kB 17:18:44 [2026-08-21T15:18:44.321Z] Progress (1): 40/136 kB 17:18:44 [2026-08-21T15:18:44.321Z] Progress (1): 41/136 kB 17:18:44 [2026-08-21T15:18:44.321Z] Progress (1): 49/136 kB 17:18:44 [2026-08-21T15:18:44.321Z] Progress (1): 56/136 kB 17:18:44 [2026-08-21T15:18:44.321Z] Progress (1): 57/136 kB 17:18:44 [2026-08-21T15:18:44.321Z] Progress (1): 66/136 kB 17:18:44 [2026-08-21T15:18:44.321Z] Progress (1): 74/136 kB 17:18:44 [2026-08-21T15:18:44.321Z] Progress (1): 82/136 kB 17:18:44 [2026-08-21T15:18:44.321Z] Progress (1): 82/136 kB 17:18:44 [2026-08-21T15:18:44.321Z] Progress (1): 90/136 kB 17:18:44 [2026-08-21T15:18:44.321Z] Progress (1): 98/136 kB 17:18:44 [2026-08-21T15:18:44.321Z] Progress (1): 98/136 kB 17:18:44 [2026-08-21T15:18:44.322Z] Progress (1): 106/136 kB 17:18:44 [2026-08-21T15:18:44.322Z] Progress (1): 114/136 kB 17:18:44 [2026-08-21T15:18:44.322Z] Progress (1): 115/136 kB 17:18:44 [2026-08-21T15:18:44.322Z] Progress (1): 123/136 kB 17:18:44 [2026-08-21T15:18:44.322Z] Progress (1): 130/136 kB 17:18:44 [2026-08-21T15:18:44.322Z] Progress (1): 131/136 kB 17:18:44 [2026-08-21T15:18:44.322Z] Progress (1): 136 kB 17:18:44 [2026-08-21T15:18:44.322Z] 17:18:44 [2026-08-21T15:18:44.322Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar (136 kB at 885 kB/s) 17:18:44 [2026-08-21T15:18:44.572Z] [INFO] Installing /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy/project/pom.xml to /home/silverbuild/.m2/repository/org/silverpeas/silverpeas-project/2.0-build260821/silverpeas-project-2.0-build260821.pom 17:18:44 [2026-08-21T15:18:44.572Z] [INFO] 17:18:44 [2026-08-21T15:18:44.572Z] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ silverpeas-project --- 17:18:44 [2026-08-21T15:18:44.572Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus-utils/3.3.1/plexus-utils-3.3.1.pom 17:18:44 [2026-08-21T15:18:44.572Z] Progress (1): 749 B 17:18:44 [2026-08-21T15:18:44.572Z] Progress (1): 2.6 kB 17:18:44 [2026-08-21T15:18:44.572Z] Progress (1): 5.0 kB 17:18:44 [2026-08-21T15:18:44.572Z] Progress (1): 5.3 kB 17:18:44 [2026-08-21T15:18:44.572Z] 17:18:44 [2026-08-21T15:18:44.572Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus-utils/3.3.1/plexus-utils-3.3.1.pom (5.3 kB at 114 kB/s) 17:18:44 [2026-08-21T15:18:44.572Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus-utils/3.3.1/plexus-utils-3.3.1.jar 17:18:44 [2026-08-21T15:18:44.572Z] Progress (1): 7.8/262 kB 17:18:44 [2026-08-21T15:18:44.572Z] Progress (1): 8.2/262 kB 17:18:44 [2026-08-21T15:18:44.572Z] Progress (1): 16/262 kB 17:18:44 [2026-08-21T15:18:44.572Z] Progress (1): 24/262 kB 17:18:44 [2026-08-21T15:18:44.572Z] Progress (1): 25/262 kB 17:18:44 [2026-08-21T15:18:44.572Z] Progress (1): 33/262 kB 17:18:44 [2026-08-21T15:18:44.572Z] Progress (1): 40/262 kB 17:18:44 [2026-08-21T15:18:44.572Z] Progress (1): 41/262 kB 17:18:44 [2026-08-21T15:18:44.572Z] Progress (1): 49/262 kB 17:18:44 [2026-08-21T15:18:44.572Z] Progress (1): 56/262 kB 17:18:44 [2026-08-21T15:18:44.572Z] Progress (1): 57/262 kB 17:18:44 [2026-08-21T15:18:44.572Z] Progress (1): 66/262 kB 17:18:44 [2026-08-21T15:18:44.572Z] Progress (1): 74/262 kB 17:18:44 [2026-08-21T15:18:44.572Z] Progress (1): 82/262 kB 17:18:44 [2026-08-21T15:18:44.572Z] Progress (1): 82/262 kB 17:18:44 [2026-08-21T15:18:44.572Z] Progress (1): 90/262 kB 17:18:44 [2026-08-21T15:18:44.572Z] Progress (1): 98/262 kB 17:18:44 [2026-08-21T15:18:44.572Z] Progress (1): 98/262 kB 17:18:44 [2026-08-21T15:18:44.572Z] Progress (1): 106/262 kB 17:18:44 [2026-08-21T15:18:44.572Z] Progress (1): 114/262 kB 17:18:44 [2026-08-21T15:18:44.572Z] Progress (1): 115/262 kB 17:18:44 [2026-08-21T15:18:44.572Z] Progress (1): 123/262 kB 17:18:44 [2026-08-21T15:18:44.572Z] Progress (1): 130/262 kB 17:18:44 [2026-08-21T15:18:44.572Z] Progress (1): 131/262 kB 17:18:44 [2026-08-21T15:18:44.572Z] Progress (1): 139/262 kB 17:18:44 [2026-08-21T15:18:44.572Z] Progress (1): 147/262 kB 17:18:44 [2026-08-21T15:18:44.572Z] Progress (1): 147/262 kB 17:18:44 [2026-08-21T15:18:44.572Z] Progress (1): 156/262 kB 17:18:44 [2026-08-21T15:18:44.572Z] Progress (1): 163/262 kB 17:18:44 [2026-08-21T15:18:44.573Z] Progress (1): 164/262 kB 17:18:44 [2026-08-21T15:18:44.573Z] Progress (1): 172/262 kB 17:18:44 [2026-08-21T15:18:44.573Z] Progress (1): 180/262 kB 17:18:44 [2026-08-21T15:18:44.573Z] Progress (1): 180/262 kB 17:18:44 [2026-08-21T15:18:44.573Z] Progress (1): 188/262 kB 17:18:44 [2026-08-21T15:18:44.573Z] Progress (1): 196/262 kB 17:18:44 [2026-08-21T15:18:44.573Z] Progress (1): 197/262 kB 17:18:44 [2026-08-21T15:18:44.573Z] Progress (1): 205/262 kB 17:18:44 [2026-08-21T15:18:44.573Z] Progress (1): 212/262 kB 17:18:44 [2026-08-21T15:18:44.573Z] Progress (1): 213/262 kB 17:18:44 [2026-08-21T15:18:44.573Z] Progress (1): 221/262 kB 17:18:44 [2026-08-21T15:18:44.573Z] Progress (1): 228/262 kB 17:18:44 [2026-08-21T15:18:44.573Z] Progress (1): 229/262 kB 17:18:44 [2026-08-21T15:18:44.573Z] Progress (1): 238/262 kB 17:18:44 [2026-08-21T15:18:44.573Z] Progress (1): 245/262 kB 17:18:44 [2026-08-21T15:18:44.573Z] Progress (1): 246/262 kB 17:18:44 [2026-08-21T15:18:44.573Z] Progress (1): 254/262 kB 17:18:44 [2026-08-21T15:18:44.573Z] Progress (1): 261/262 kB 17:18:44 [2026-08-21T15:18:44.573Z] Progress (1): 262 kB 17:18:44 [2026-08-21T15:18:44.573Z] 17:18:44 [2026-08-21T15:18:44.573Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus-utils/3.3.1/plexus-utils-3.3.1.jar (262 kB at 3.2 MB/s) 17:18:44 [2026-08-21T15:18:44.573Z] [INFO] Using alternate deployment repository silverpeas::default::https://nexus3.silverpeas.org/repository/builds 17:18:44 [2026-08-21T15:18:44.573Z] [WARNING] Using legacy syntax for alternative repository. Use "silverpeas::https://nexus3.silverpeas.org/repository/builds" instead. 17:18:44 [2026-08-21T15:18:44.573Z] Uploading to silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-project/2.0-build260821/silverpeas-project-2.0-build260821.pom 17:18:44 [2026-08-21T15:18:44.823Z] Progress (1): 21 kB 17:18:44 [2026-08-21T15:18:44.823Z] 17:18:44 [2026-08-21T15:18:44.823Z] Uploaded to silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-project/2.0-build260821/silverpeas-project-2.0-build260821.pom (21 kB at 122 kB/s) 17:18:44 [2026-08-21T15:18:44.823Z] Downloading from silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-project/maven-metadata.xml 17:18:44 [2026-08-21T15:18:44.823Z] Progress (1): 906 B 17:18:44 [2026-08-21T15:18:44.823Z] 17:18:44 [2026-08-21T15:18:44.823Z] Downloaded from silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-project/maven-metadata.xml (906 B at 17 kB/s) 17:18:44 [2026-08-21T15:18:44.823Z] Uploading to silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-project/maven-metadata.xml 17:18:45 [2026-08-21T15:18:45.074Z] Progress (1): 947 B 17:18:45 [2026-08-21T15:18:45.074Z] 17:18:45 [2026-08-21T15:18:45.074Z] Uploaded to silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-project/maven-metadata.xml (947 B at 7.5 kB/s) 17:18:45 [2026-08-21T15:18:45.074Z] [INFO] ------------------------------------------------------------------------ 17:18:45 [2026-08-21T15:18:45.074Z] [INFO] BUILD SUCCESS 17:18:45 [2026-08-21T15:18:45.074Z] [INFO] ------------------------------------------------------------------------ 17:18:45 [2026-08-21T15:18:45.074Z] [INFO] Total time: 2.133 s 17:18:45 [2026-08-21T15:18:45.074Z] [INFO] Finished at: 2026-08-21T17:18:44+02:00 17:18:45 [2026-08-21T15:18:45.074Z] [INFO] ------------------------------------------------------------------------ 17:18:45 [2026-08-21T15:18:45.077Z] [Pipeline] } 17:18:45 [2026-08-21T15:18:45.085Z] [Pipeline] // dir 17:18:45 [2026-08-21T15:18:45.094Z] [Pipeline] } 17:18:45 [2026-08-21T15:18:45.101Z] [Pipeline] // stage 17:18:45 [2026-08-21T15:18:45.110Z] [Pipeline] stage 17:18:45 [2026-08-21T15:18:45.111Z] [Pipeline] { (Create YAML build report) 17:18:45 [2026-08-21T15:18:45.132Z] [Pipeline] writeYaml 17:18:45 [2026-08-21T15:18:45.139Z] [Pipeline] } 17:18:45 [2026-08-21T15:18:45.148Z] [Pipeline] // stage 17:18:45 [2026-08-21T15:18:45.162Z] [Pipeline] stage 17:18:45 [2026-08-21T15:18:45.163Z] [Pipeline] { (Declarative: Post Actions) 17:18:45 [2026-08-21T15:18:45.182Z] [Pipeline] step 17:18:45 [2026-08-21T15:18:45.209Z] [Pipeline] script 17:18:45 [2026-08-21T15:18:45.220Z] [Pipeline] { 17:18:45 [2026-08-21T15:18:45.232Z] [Pipeline] } 17:18:45 [2026-08-21T15:18:45.239Z] [Pipeline] // script 17:18:45 [2026-08-21T15:18:45.253Z] [Pipeline] archiveArtifacts 17:18:45 [2026-08-21T15:18:45.256Z] Archiving artifacts 17:18:45 [2026-08-21T15:18:45.262Z] Enregistrement des empreintes numériques 17:18:45 [2026-08-21T15:18:45.289Z] [Pipeline] } 17:18:45 [2026-08-21T15:18:45.294Z] [Pipeline] // stage 17:18:45 [2026-08-21T15:18:45.302Z] [Pipeline] } 17:18:45 [2026-08-21T15:18:45.310Z] [Pipeline] // withEnv 17:18:45 [2026-08-21T15:18:45.317Z] [Pipeline] } 17:18:45 [2026-08-21T15:18:45.319Z] $ docker stop --time=1 c401fea7c0aa6dad663daa41b047b68aa9429b54d03c4c8d11bf48066faa3b7f 17:18:46 [2026-08-21T15:18:46.585Z] $ docker rm -f --volumes c401fea7c0aa6dad663daa41b047b68aa9429b54d03c4c8d11bf48066faa3b7f 17:18:46 [2026-08-21T15:18:46.667Z] [Pipeline] // withDockerContainer 17:18:46 [2026-08-21T15:18:46.674Z] [Pipeline] } 17:18:46 [2026-08-21T15:18:46.680Z] [Pipeline] // withEnv 17:18:46 [2026-08-21T15:18:46.686Z] [Pipeline] } 17:18:46 [2026-08-21T15:18:46.692Z] [Pipeline] // node 17:18:46 [2026-08-21T15:18:46.704Z] [Pipeline] End of Pipeline 17:18:46 [2026-08-21T15:18:46.772Z] Finished: SUCCESS