17:27:21 [2026-08-21T15:27:21.466Z] Démarré à distance par l'hôte 140.82.115.34 17:27:21 [2026-08-21T15:27:21.466Z] Running as userbuild 17:27:21 [2026-08-21T15:27:21.948Z] Obtained src/builds/project/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git 17:27:22 [2026-08-21T15:27:22.075Z] [Pipeline] Start of Pipeline 17:27:22 [2026-08-21T15:27:22.263Z] [Pipeline] node 17:27:22 [2026-08-21T15:27:22.267Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy 17:27:22 [2026-08-21T15:27:22.267Z] [Pipeline] { 17:27:22 [2026-08-21T15:27:22.278Z] [Pipeline] stage 17:27:22 [2026-08-21T15:27:22.278Z] [Pipeline] { (Declarative: Checkout SCM) 17:27:22 [2026-08-21T15:27:22.285Z] [Pipeline] checkout 17:27:22 [2026-08-21T15:27:22.287Z] Selected Git installation does not exist. Using Default 17:27:22 [2026-08-21T15:27:22.287Z] The recommended git tool is: NONE 17:27:22 [2026-08-21T15:27:22.287Z] No credentials specified 17:27:22 [2026-08-21T15:27:22.287Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy/.git # timeout=10 17:27:22 [2026-08-21T15:27:22.292Z] Fetching changes from the remote Git repository 17:27:22 [2026-08-21T15:27:22.296Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10 17:27:22 [2026-08-21T15:27:22.301Z] Cleaning workspace 17:27:22 [2026-08-21T15:27:22.301Z] > /usr/bin/git rev-parse --verify HEAD # timeout=10 17:27:22 [2026-08-21T15:27:22.306Z] Resetting working tree 17:27:22 [2026-08-21T15:27:22.306Z] > /usr/bin/git reset --hard # timeout=10 17:27:22 [2026-08-21T15:27:22.312Z] > /usr/bin/git clean -fdx # timeout=10 17:27:22 [2026-08-21T15:27:22.318Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git 17:27:22 [2026-08-21T15:27:22.318Z] > /usr/bin/git --version # timeout=10 17:27:22 [2026-08-21T15:27:22.322Z] > git --version # 'git version 2.43.0' 17:27:22 [2026-08-21T15:27:22.323Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Jenkins-Pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:27:22 [2026-08-21T15:27:22.742Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10 17:27:22 [2026-08-21T15:27:22.747Z] Checking out Revision 5b79d885d26d617ef109b485fb9832a9185c5ce0 (refs/remotes/origin/master) 17:27:22 [2026-08-21T15:27:22.748Z] > /usr/bin/git config core.sparsecheckout # timeout=10 17:27:22 [2026-08-21T15:27:22.752Z] > /usr/bin/git checkout -f 5b79d885d26d617ef109b485fb9832a9185c5ce0 # timeout=10 17:27:22 [2026-08-21T15:27:22.771Z] 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:27:22 [2026-08-21T15:27:22.771Z] > /usr/bin/git rev-list --no-walk 5b79d885d26d617ef109b485fb9832a9185c5ce0 # timeout=10 17:27:22 [2026-08-21T15:27:22.787Z] [Pipeline] } 17:27:22 [2026-08-21T15:27:22.791Z] [Pipeline] // stage 17:27:22 [2026-08-21T15:27:22.813Z] [Pipeline] withEnv 17:27:22 [2026-08-21T15:27:22.814Z] [Pipeline] { 17:27:22 [2026-08-21T15:27:22.946Z] [Pipeline] isUnix 17:27:22 [2026-08-21T15:27:22.947Z] [Pipeline] withEnv 17:27:22 [2026-08-21T15:27:22.947Z] [Pipeline] { 17:27:22 [2026-08-21T15:27:22.955Z] [Pipeline] sh 17:27:23 [2026-08-21T15:27:23.212Z] + docker inspect -f . silverpeas/silverbuild 17:27:23 [2026-08-21T15:27:23.212Z] . 17:27:23 [2026-08-21T15:27:23.213Z] [Pipeline] } 17:27:23 [2026-08-21T15:27:23.220Z] [Pipeline] // withEnv 17:27:23 [2026-08-21T15:27:23.225Z] [Pipeline] withDockerContainer 17:27:23 [2026-08-21T15:27:23.257Z] Jenkins does not seem to be running inside a container 17:27:23 [2026-08-21T15:27:23.264Z] $ 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:27:23 [2026-08-21T15:27:23.516Z] $ docker top cef473b9fa3f2c3055b666f1687e10e4a9bbec0e550caf4daf675f4948275c9b -eo pid,comm 17:27:23 [2026-08-21T15:27:23.551Z] [Pipeline] { 17:27:23 [2026-08-21T15:27:23.566Z] [Pipeline] withEnv 17:27:23 [2026-08-21T15:27:23.567Z] [Pipeline] { 17:27:23 [2026-08-21T15:27:23.582Z] [Pipeline] stage 17:27:23 [2026-08-21T15:27:23.583Z] [Pipeline] { (Prepare the build) 17:27:23 [2026-08-21T15:27:23.622Z] [Pipeline] echo 17:27:23 [2026-08-21T15:27:23.622Z] Prepare the build 260821... 17:27:23 [2026-08-21T15:27:23.624Z] [Pipeline] sh 17:27:23 [2026-08-21T15:27:23.882Z] + curl -fsSL -o pom1.xml https://raw.githubusercontent.com/Silverpeas/Silverpeas-Project/master/pom.xml 17:27:24 [2026-08-21T15:27:24.136Z] [Pipeline] script 17:27:24 [2026-08-21T15:27:24.146Z] [Pipeline] { 17:27:24 [2026-08-21T15:27:24.162Z] [Pipeline] readMavenPom 17:27:24 [2026-08-21T15:27:24.173Z] 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:27:24 [2026-08-21T15:27:24.177Z] 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:27:24 [2026-08-21T15:27:24.178Z] 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:27:24 [2026-08-21T15:27:24.179Z] [Pipeline] } 17:27:24 [2026-08-21T15:27:24.186Z] [Pipeline] // script 17:27:24 [2026-08-21T15:27:24.194Z] [Pipeline] sh 17:27:24 [2026-08-21T15:27:24.453Z] + curl -fsSL -o pom2.xml https://raw.githubusercontent.com/Silverpeas/silverpeas-dependencies-bom/master/pom.xml 17:27:24 [2026-08-21T15:27:24.707Z] [Pipeline] script 17:27:24 [2026-08-21T15:27:24.713Z] [Pipeline] { 17:27:24 [2026-08-21T15:27:24.723Z] [Pipeline] readMavenPom 17:27:24 [2026-08-21T15:27:24.736Z] [Pipeline] } 17:27:24 [2026-08-21T15:27:24.743Z] [Pipeline] // script 17:27:24 [2026-08-21T15:27:24.751Z] [Pipeline] sh 17:27:25 [2026-08-21T15:27:25.010Z] + rm -f pom1.xml pom2.xml 17:27:25 [2026-08-21T15:27:25.012Z] [Pipeline] } 17:27:25 [2026-08-21T15:27:25.020Z] [Pipeline] // stage 17:27:25 [2026-08-21T15:27:25.030Z] [Pipeline] stage 17:27:25 [2026-08-21T15:27:25.031Z] [Pipeline] { (Build and Publish dependencies definition) 17:27:25 [2026-08-21T15:27:25.052Z] [Pipeline] dir 17:27:25 [2026-08-21T15:27:25.052Z] Running in /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy/dependencies 17:27:25 [2026-08-21T15:27:25.053Z] [Pipeline] { 17:27:25 [2026-08-21T15:27:25.064Z] [Pipeline] git 17:27:25 [2026-08-21T15:27:25.067Z] Selected Git installation does not exist. Using Default 17:27:25 [2026-08-21T15:27:25.067Z] The recommended git tool is: NONE 17:27:25 [2026-08-21T15:27:25.067Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59 17:27:25 [2026-08-21T15:27:25.076Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@71cef578; decorates hudson.Launcher$LocalLauncher@7dc6e98f will be ignored (a typical symptom is the Git executable not being run inside a designated container) 17:27:25 [2026-08-21T15:27:25.077Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy/dependencies/.git # timeout=10 17:27:25 [2026-08-21T15:27:25.082Z] Fetching changes from the remote Git repository 17:27:25 [2026-08-21T15:27:25.085Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/silverpeas-dependencies-bom # timeout=10 17:27:25 [2026-08-21T15:27:25.091Z] Fetching upstream changes from https://github.com/Silverpeas/silverpeas-dependencies-bom 17:27:25 [2026-08-21T15:27:25.091Z] > /usr/bin/git --version # timeout=10 17:27:25 [2026-08-21T15:27:25.096Z] > git --version # 'git version 2.43.0' 17:27:25 [2026-08-21T15:27:25.096Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins 17:27:25 [2026-08-21T15:27:25.101Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/silverpeas-dependencies-bom +refs/heads/*:refs/remotes/origin/* # timeout=10 17:27:25 [2026-08-21T15:27:25.567Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10 17:27:25 [2026-08-21T15:27:25.573Z] Checking out Revision f002536b42336ef8b1275d9a17bf9d7aefaff73d (refs/remotes/origin/master) 17:27:25 [2026-08-21T15:27:25.573Z] > /usr/bin/git config core.sparsecheckout # timeout=10 17:27:25 [2026-08-21T15:27:25.578Z] > /usr/bin/git checkout -f f002536b42336ef8b1275d9a17bf9d7aefaff73d # timeout=10 17:27:25 [2026-08-21T15:27:25.585Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10 17:27:25 [2026-08-21T15:27:25.593Z] > /usr/bin/git branch -D master # timeout=10 17:27:25 [2026-08-21T15:27:25.599Z] > /usr/bin/git checkout -b master f002536b42336ef8b1275d9a17bf9d7aefaff73d # timeout=10 17:27:25 [2026-08-21T15:27:25.608Z] Commit message: "Update some dependencies:" 17:27:25 [2026-08-21T15:27:25.608Z] > /usr/bin/git rev-list --no-walk f002536b42336ef8b1275d9a17bf9d7aefaff73d # timeout=10 17:27:25 [2026-08-21T15:27:25.626Z] [Pipeline] sh 17:27:25 [2026-08-21T15:27:25.881Z] + mvn -U versions:set -DgenerateBackupPoms=false -DnewVersion=2.0-build260821 17:27:27 [2026-08-21T15:27:27.743Z] [INFO] Scanning for projects... 17:27:27 [2026-08-21T15:27:27.743Z] 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:27:28 [2026-08-21T15:27:28.295Z] Progress (1): 781 B 17:27:28 [2026-08-21T15:27:28.295Z] Progress (1): 1.7 kB 17:27:28 [2026-08-21T15:27:28.295Z] Progress (1): 4.1 kB 17:27:28 [2026-08-21T15:27:28.295Z] Progress (1): 5.3 kB 17:27:28 [2026-08-21T15:27:28.295Z] 17:27:28 [2026-08-21T15:27:28.295Z] 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 14 kB/s) 17:27:28 [2026-08-21T15:27:28.295Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/35/maven-plugins-35.pom 17:27:28 [2026-08-21T15:27:28.295Z] Progress (1): 752 B 17:27:28 [2026-08-21T15:27:28.295Z] Progress (1): 1.7 kB 17:27:28 [2026-08-21T15:27:28.295Z] Progress (1): 3.7 kB 17:27:28 [2026-08-21T15:27:28.295Z] Progress (1): 6.4 kB 17:27:28 [2026-08-21T15:27:28.295Z] Progress (1): 8.2 kB 17:27:28 [2026-08-21T15:27:28.295Z] Progress (1): 9.9 kB 17:27:28 [2026-08-21T15:27:28.295Z] 17:27:28 [2026-08-21T15:27:28.295Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/35/maven-plugins-35.pom (9.9 kB at 381 kB/s) 17:27:28 [2026-08-21T15:27:28.295Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/35/maven-parent-35.pom 17:27:28 [2026-08-21T15:27:28.295Z] Progress (1): 726 B 17:27:28 [2026-08-21T15:27:28.295Z] Progress (1): 1.6 kB 17:27:28 [2026-08-21T15:27:28.295Z] Progress (1): 4.2 kB 17:27:28 [2026-08-21T15:27:28.295Z] Progress (1): 8.4 kB 17:27:28 [2026-08-21T15:27:28.295Z] Progress (1): 11 kB 17:27:28 [2026-08-21T15:27:28.295Z] Progress (1): 16 kB 17:27:28 [2026-08-21T15:27:28.295Z] Progress (1): 21 kB 17:27:28 [2026-08-21T15:27:28.295Z] Progress (1): 23 kB 17:27:28 [2026-08-21T15:27:28.295Z] Progress (1): 26 kB 17:27:28 [2026-08-21T15:27:28.295Z] Progress (1): 28 kB 17:27:28 [2026-08-21T15:27:28.295Z] Progress (1): 30 kB 17:27:28 [2026-08-21T15:27:28.295Z] Progress (1): 33 kB 17:27:28 [2026-08-21T15:27:28.295Z] Progress (1): 37 kB 17:27:28 [2026-08-21T15:27:28.295Z] Progress (1): 39 kB 17:27:28 [2026-08-21T15:27:28.295Z] Progress (1): 42 kB 17:27:28 [2026-08-21T15:27:28.295Z] Progress (1): 45 kB 17:27:28 [2026-08-21T15:27:28.295Z] 17:27:28 [2026-08-21T15:27:28.295Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/35/maven-parent-35.pom (45 kB at 1.6 MB/s) 17:27:28 [2026-08-21T15:27:28.295Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/25/apache-25.pom 17:27:28 [2026-08-21T15:27:28.295Z] Progress (1): 743 B 17:27:28 [2026-08-21T15:27:28.295Z] Progress (1): 1.6 kB 17:27:28 [2026-08-21T15:27:28.295Z] Progress (1): 3.4 kB 17:27:28 [2026-08-21T15:27:28.295Z] Progress (1): 5.5 kB 17:27:28 [2026-08-21T15:27:28.295Z] Progress (1): 9.0 kB 17:27:28 [2026-08-21T15:27:28.295Z] Progress (1): 14 kB 17:27:28 [2026-08-21T15:27:28.295Z] Progress (1): 17 kB 17:27:28 [2026-08-21T15:27:28.295Z] Progress (1): 19 kB 17:27:28 [2026-08-21T15:27:28.295Z] Progress (1): 21 kB 17:27:28 [2026-08-21T15:27:28.295Z] 17:27:28 [2026-08-21T15:27:28.295Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/25/apache-25.pom (21 kB at 822 kB/s) 17:27:28 [2026-08-21T15:27:28.295Z] 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:27:28 [2026-08-21T15:27:28.295Z] Progress (1): 0.9/36 kB 17:27:28 [2026-08-21T15:27:28.295Z] Progress (1): 2.3/36 kB 17:27:28 [2026-08-21T15:27:28.295Z] Progress (1): 3.6/36 kB 17:27:28 [2026-08-21T15:27:28.295Z] Progress (1): 5.0/36 kB 17:27:28 [2026-08-21T15:27:28.295Z] Progress (1): 6.4/36 kB 17:27:28 [2026-08-21T15:27:28.295Z] Progress (1): 7.7/36 kB 17:27:28 [2026-08-21T15:27:28.295Z] Progress (1): 9.1/36 kB 17:27:28 [2026-08-21T15:27:28.295Z] Progress (1): 10/36 kB 17:27:28 [2026-08-21T15:27:28.295Z] Progress (1): 11/36 kB 17:27:28 [2026-08-21T15:27:28.295Z] Progress (1): 13/36 kB 17:27:28 [2026-08-21T15:27:28.295Z] Progress (1): 14/36 kB 17:27:28 [2026-08-21T15:27:28.295Z] Progress (1): 15/36 kB 17:27:28 [2026-08-21T15:27:28.295Z] Progress (1): 17/36 kB 17:27:28 [2026-08-21T15:27:28.295Z] Progress (1): 18/36 kB 17:27:28 [2026-08-21T15:27:28.295Z] Progress (1): 20/36 kB 17:27:28 [2026-08-21T15:27:28.295Z] Progress (1): 21/36 kB 17:27:28 [2026-08-21T15:27:28.295Z] Progress (1): 22/36 kB 17:27:28 [2026-08-21T15:27:28.295Z] Progress (1): 24/36 kB 17:27:28 [2026-08-21T15:27:28.295Z] Progress (1): 25/36 kB 17:27:28 [2026-08-21T15:27:28.295Z] Progress (1): 26/36 kB 17:27:28 [2026-08-21T15:27:28.295Z] Progress (1): 28/36 kB 17:27:28 [2026-08-21T15:27:28.295Z] Progress (1): 29/36 kB 17:27:28 [2026-08-21T15:27:28.295Z] Progress (1): 33/36 kB 17:27:28 [2026-08-21T15:27:28.295Z] Progress (1): 36 kB 17:27:28 [2026-08-21T15:27:28.295Z] 17:27:28 [2026-08-21T15:27:28.295Z] 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 1.2 MB/s) 17:27:28 [2026-08-21T15:27:28.295Z] 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:27:28 [2026-08-21T15:27:28.295Z] Progress (1): 786 B 17:27:28 [2026-08-21T15:27:28.295Z] Progress (1): 2.3 kB 17:27:28 [2026-08-21T15:27:28.295Z] Progress (1): 5.0 kB 17:27:28 [2026-08-21T15:27:28.295Z] Progress (1): 8.1 kB 17:27:28 [2026-08-21T15:27:28.295Z] Progress (1): 8.1 kB 17:27:28 [2026-08-21T15:27:28.295Z] 17:27:28 [2026-08-21T15:27:28.295Z] 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 386 kB/s) 17:27:28 [2026-08-21T15:27:28.295Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/43/maven-plugins-43.pom 17:27:28 [2026-08-21T15:27:28.546Z] Progress (1): 773 B 17:27:28 [2026-08-21T15:27:28.546Z] Progress (1): 2.3 kB 17:27:28 [2026-08-21T15:27:28.546Z] Progress (1): 5.1 kB 17:27:28 [2026-08-21T15:27:28.546Z] Progress (1): 7.5 kB 17:27:28 [2026-08-21T15:27:28.546Z] 17:27:28 [2026-08-21T15:27:28.546Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/43/maven-plugins-43.pom (7.5 kB at 339 kB/s) 17:27:28 [2026-08-21T15:27:28.546Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/43/maven-parent-43.pom 17:27:28 [2026-08-21T15:27:28.546Z] Progress (1): 720 B 17:27:28 [2026-08-21T15:27:28.546Z] Progress (1): 1.9 kB 17:27:28 [2026-08-21T15:27:28.546Z] Progress (1): 5.5 kB 17:27:28 [2026-08-21T15:27:28.546Z] Progress (1): 9.9 kB 17:27:28 [2026-08-21T15:27:28.546Z] Progress (1): 14 kB 17:27:28 [2026-08-21T15:27:28.546Z] Progress (1): 19 kB 17:27:28 [2026-08-21T15:27:28.546Z] Progress (1): 23 kB 17:27:28 [2026-08-21T15:27:28.546Z] Progress (1): 25 kB 17:27:28 [2026-08-21T15:27:28.546Z] Progress (1): 27 kB 17:27:28 [2026-08-21T15:27:28.546Z] Progress (1): 29 kB 17:27:28 [2026-08-21T15:27:28.546Z] Progress (1): 32 kB 17:27:28 [2026-08-21T15:27:28.546Z] Progress (1): 36 kB 17:27:28 [2026-08-21T15:27:28.546Z] Progress (1): 38 kB 17:27:28 [2026-08-21T15:27:28.546Z] Progress (1): 42 kB 17:27:28 [2026-08-21T15:27:28.546Z] Progress (1): 44 kB 17:27:28 [2026-08-21T15:27:28.546Z] Progress (1): 50 kB 17:27:28 [2026-08-21T15:27:28.546Z] Progress (1): 50 kB 17:27:28 [2026-08-21T15:27:28.546Z] 17:27:28 [2026-08-21T15:27:28.546Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/43/maven-parent-43.pom (50 kB at 1.9 MB/s) 17:27:28 [2026-08-21T15:27:28.546Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/33/apache-33.pom 17:27:28 [2026-08-21T15:27:28.546Z] Progress (1): 741 B 17:27:28 [2026-08-21T15:27:28.546Z] Progress (1): 2.1 kB 17:27:28 [2026-08-21T15:27:28.546Z] Progress (1): 4.0 kB 17:27:28 [2026-08-21T15:27:28.546Z] Progress (1): 6.0 kB 17:27:28 [2026-08-21T15:27:28.546Z] Progress (1): 10 kB 17:27:28 [2026-08-21T15:27:28.546Z] Progress (1): 16 kB 17:27:28 [2026-08-21T15:27:28.546Z] Progress (1): 19 kB 17:27:28 [2026-08-21T15:27:28.546Z] Progress (1): 20 kB 17:27:28 [2026-08-21T15:27:28.546Z] Progress (1): 23 kB 17:27:28 [2026-08-21T15:27:28.546Z] Progress (1): 24 kB 17:27:28 [2026-08-21T15:27:28.546Z] 17:27:28 [2026-08-21T15:27:28.546Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/33/apache-33.pom (24 kB at 967 kB/s) 17:27:28 [2026-08-21T15:27:28.546Z] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.10.3/junit-bom-5.10.3.pom 17:27:28 [2026-08-21T15:27:28.546Z] Progress (1): 908 B 17:27:28 [2026-08-21T15:27:28.546Z] Progress (1): 4.1 kB 17:27:28 [2026-08-21T15:27:28.546Z] Progress (1): 5.6 kB 17:27:28 [2026-08-21T15:27:28.546Z] 17:27:28 [2026-08-21T15:27:28.546Z] 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 217 kB/s) 17:27:28 [2026-08-21T15:27:28.546Z] 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:27:28 [2026-08-21T15:27:28.546Z] Progress (1): 3.8/33 kB 17:27:28 [2026-08-21T15:27:28.546Z] Progress (1): 8.0/33 kB 17:27:28 [2026-08-21T15:27:28.546Z] Progress (1): 12/33 kB 17:27:28 [2026-08-21T15:27:28.546Z] Progress (1): 12/33 kB 17:27:28 [2026-08-21T15:27:28.546Z] Progress (1): 17/33 kB 17:27:28 [2026-08-21T15:27:28.546Z] Progress (1): 21/33 kB 17:27:28 [2026-08-21T15:27:28.546Z] Progress (1): 25/33 kB 17:27:28 [2026-08-21T15:27:28.546Z] Progress (1): 29/33 kB 17:27:28 [2026-08-21T15:27:28.546Z] Progress (1): 33 kB 17:27:28 [2026-08-21T15:27:28.546Z] 17:27:28 [2026-08-21T15:27:28.546Z] 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 1.0 MB/s) 17:27:28 [2026-08-21T15:27:28.546Z] 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:27:28 [2026-08-21T15:27:28.546Z] Progress (1): 771 B 17:27:28 [2026-08-21T15:27:28.546Z] Progress (1): 2.2 kB 17:27:28 [2026-08-21T15:27:28.546Z] Progress (1): 4.9 kB 17:27:28 [2026-08-21T15:27:28.546Z] Progress (1): 8.6 kB 17:27:28 [2026-08-21T15:27:28.546Z] Progress (1): 9.2 kB 17:27:28 [2026-08-21T15:27:28.546Z] 17:27:28 [2026-08-21T15:27:28.546Z] 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 400 kB/s) 17:27:28 [2026-08-21T15:27:28.546Z] 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:27:28 [2026-08-21T15:27:28.546Z] Progress (1): 3.8/40 kB 17:27:28 [2026-08-21T15:27:28.546Z] Progress (1): 8.0/40 kB 17:27:28 [2026-08-21T15:27:28.546Z] Progress (1): 12/40 kB 17:27:28 [2026-08-21T15:27:28.546Z] Progress (1): 16/40 kB 17:27:28 [2026-08-21T15:27:28.546Z] Progress (1): 21/40 kB 17:27:28 [2026-08-21T15:27:28.546Z] Progress (1): 25/40 kB 17:27:28 [2026-08-21T15:27:28.546Z] Progress (1): 29/40 kB 17:27:28 [2026-08-21T15:27:28.546Z] Progress (1): 33/40 kB 17:27:28 [2026-08-21T15:27:28.546Z] Progress (1): 38/40 kB 17:27:28 [2026-08-21T15:27:28.546Z] Progress (1): 40 kB 17:27:28 [2026-08-21T15:27:28.546Z] 17:27:28 [2026-08-21T15:27:28.546Z] 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.2 MB/s) 17:27:28 [2026-08-21T15:27:28.797Z] 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:27:28 [2026-08-21T15:27:28.797Z] Progress (1): 745 B 17:27:28 [2026-08-21T15:27:28.797Z] Progress (1): 2.4 kB 17:27:28 [2026-08-21T15:27:28.797Z] Progress (1): 5.4 kB 17:27:28 [2026-08-21T15:27:28.797Z] Progress (1): 7.1 kB 17:27:28 [2026-08-21T15:27:28.797Z] Progress (1): 14 kB 17:27:28 [2026-08-21T15:27:28.797Z] Progress (1): 18 kB 17:27:28 [2026-08-21T15:27:28.797Z] Progress (1): 20 kB 17:27:28 [2026-08-21T15:27:28.797Z] 17:27:28 [2026-08-21T15:27:28.797Z] 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 947 kB/s) 17:27:28 [2026-08-21T15:27:28.797Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom 17:27:28 [2026-08-21T15:27:28.797Z] Progress (1): 753 B 17:27:28 [2026-08-21T15:27:28.797Z] Progress (1): 2.2 kB 17:27:28 [2026-08-21T15:27:28.797Z] Progress (1): 4.5 kB 17:27:28 [2026-08-21T15:27:28.797Z] Progress (1): 7.3 kB 17:27:28 [2026-08-21T15:27:28.797Z] Progress (1): 9.9 kB 17:27:28 [2026-08-21T15:27:28.797Z] 17:27:28 [2026-08-21T15:27:28.797Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom (9.9 kB at 413 kB/s) 17:27:28 [2026-08-21T15:27:28.797Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/36/maven-parent-36.pom 17:27:28 [2026-08-21T15:27:28.797Z] Progress (1): 725 B 17:27:28 [2026-08-21T15:27:28.797Z] Progress (1): 1.9 kB 17:27:28 [2026-08-21T15:27:28.797Z] Progress (1): 5.4 kB 17:27:28 [2026-08-21T15:27:28.797Z] Progress (1): 9.7 kB 17:27:28 [2026-08-21T15:27:28.797Z] Progress (1): 14 kB 17:27:28 [2026-08-21T15:27:28.797Z] Progress (1): 19 kB 17:27:28 [2026-08-21T15:27:28.797Z] Progress (1): 23 kB 17:27:28 [2026-08-21T15:27:28.797Z] Progress (1): 25 kB 17:27:28 [2026-08-21T15:27:28.797Z] Progress (1): 27 kB 17:27:28 [2026-08-21T15:27:28.797Z] Progress (1): 28 kB 17:27:28 [2026-08-21T15:27:28.797Z] Progress (1): 31 kB 17:27:28 [2026-08-21T15:27:28.797Z] Progress (1): 35 kB 17:27:28 [2026-08-21T15:27:28.797Z] Progress (1): 38 kB 17:27:28 [2026-08-21T15:27:28.797Z] Progress (1): 41 kB 17:27:28 [2026-08-21T15:27:28.797Z] Progress (1): 45 kB 17:27:28 [2026-08-21T15:27:28.797Z] 17:27:28 [2026-08-21T15:27:28.797Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/36/maven-parent-36.pom (45 kB at 1.7 MB/s) 17:27:28 [2026-08-21T15:27:28.797Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/26/apache-26.pom 17:27:28 [2026-08-21T15:27:28.797Z] Progress (1): 744 B 17:27:28 [2026-08-21T15:27:28.797Z] Progress (1): 2.1 kB 17:27:28 [2026-08-21T15:27:28.797Z] Progress (1): 3.9 kB 17:27:28 [2026-08-21T15:27:28.797Z] Progress (1): 7.3 kB 17:27:28 [2026-08-21T15:27:28.797Z] Progress (1): 12 kB 17:27:28 [2026-08-21T15:27:28.797Z] Progress (1): 16 kB 17:27:28 [2026-08-21T15:27:28.797Z] Progress (1): 19 kB 17:27:28 [2026-08-21T15:27:28.797Z] Progress (1): 21 kB 17:27:28 [2026-08-21T15:27:28.797Z] 17:27:28 [2026-08-21T15:27:28.797Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/26/apache-26.pom (21 kB at 934 kB/s) 17:27:28 [2026-08-21T15:27:28.797Z] 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:27:28 [2026-08-21T15:27:28.797Z] Progress (1): 7.7/119 kB 17:27:28 [2026-08-21T15:27:28.797Z] Progress (1): 11/119 kB 17:27:28 [2026-08-21T15:27:28.797Z] Progress (1): 28/119 kB 17:27:28 [2026-08-21T15:27:28.797Z] Progress (1): 44/119 kB 17:27:28 [2026-08-21T15:27:28.797Z] Progress (1): 61/119 kB 17:27:28 [2026-08-21T15:27:28.797Z] Progress (1): 77/119 kB 17:27:28 [2026-08-21T15:27:28.797Z] Progress (1): 93/119 kB 17:27:28 [2026-08-21T15:27:28.797Z] Progress (1): 110/119 kB 17:27:28 [2026-08-21T15:27:28.797Z] Progress (1): 119 kB 17:27:28 [2026-08-21T15:27:28.797Z] 17:27:28 [2026-08-21T15:27:28.797Z] 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 4.1 MB/s) 17:27:28 [2026-08-21T15:27:28.797Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml 17:27:28 [2026-08-21T15:27:28.797Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml 17:27:28 [2026-08-21T15:27:28.797Z] Progress (1): 3.9 kB 17:27:28 [2026-08-21T15:27:28.797Z] Progress (1): 8.8 kB 17:27:28 [2026-08-21T15:27:28.797Z] Progress (1): 14 kB 17:27:28 [2026-08-21T15:27:28.797Z] Progress (1): 20 kB 17:27:28 [2026-08-21T15:27:28.797Z] Progress (1): 20 kB 17:27:28 [2026-08-21T15:27:28.797Z] 17:27:28 [2026-08-21T15:27:28.797Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml (20 kB at 1.0 MB/s) 17:27:29 [2026-08-21T15:27:29.048Z] Progress (1): 3.8 kB 17:27:29 [2026-08-21T15:27:29.048Z] Progress (1): 9.3 kB 17:27:29 [2026-08-21T15:27:29.048Z] Progress (1): 14 kB 17:27:29 [2026-08-21T15:27:29.048Z] 17:27:29 [2026-08-21T15:27:29.048Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml (14 kB at 332 kB/s) 17:27:29 [2026-08-21T15:27:29.048Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/maven-metadata.xml 17:27:29 [2026-08-21T15:27:29.048Z] Progress (1): 1.5 kB 17:27:29 [2026-08-21T15:27:29.048Z] 17:27:29 [2026-08-21T15:27:29.048Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/maven-metadata.xml (1.5 kB at 70 kB/s) 17:27:29 [2026-08-21T15:27:29.048Z] 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:27:29 [2026-08-21T15:27:29.048Z] Progress (1): 1.9 kB 17:27:29 [2026-08-21T15:27:29.048Z] Progress (1): 5.5 kB 17:27:29 [2026-08-21T15:27:29.048Z] Progress (1): 7.9 kB 17:27:29 [2026-08-21T15:27:29.048Z] Progress (1): 10 kB 17:27:29 [2026-08-21T15:27:29.048Z] Progress (1): 12 kB 17:27:29 [2026-08-21T15:27:29.048Z] 17:27:29 [2026-08-21T15:27:29.048Z] 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 541 kB/s) 17:27:29 [2026-08-21T15:27:29.048Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions/2.21.0/versions-2.21.0.pom 17:27:29 [2026-08-21T15:27:29.048Z] Progress (1): 1.1 kB 17:27:29 [2026-08-21T15:27:29.048Z] Progress (1): 2.9 kB 17:27:29 [2026-08-21T15:27:29.048Z] Progress (1): 4.6 kB 17:27:29 [2026-08-21T15:27:29.048Z] Progress (1): 9.3 kB 17:27:29 [2026-08-21T15:27:29.048Z] Progress (1): 12 kB 17:27:29 [2026-08-21T15:27:29.048Z] Progress (1): 15 kB 17:27:29 [2026-08-21T15:27:29.048Z] 17:27:29 [2026-08-21T15:27:29.048Z] 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 549 kB/s) 17:27:29 [2026-08-21T15:27:29.048Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/95/mojo-parent-95.pom 17:27:29 [2026-08-21T15:27:29.048Z] Progress (1): 825 B 17:27:29 [2026-08-21T15:27:29.048Z] Progress (1): 1.8 kB 17:27:29 [2026-08-21T15:27:29.048Z] Progress (1): 5.1 kB 17:27:29 [2026-08-21T15:27:29.048Z] Progress (1): 7.3 kB 17:27:29 [2026-08-21T15:27:29.048Z] Progress (1): 8.7 kB 17:27:29 [2026-08-21T15:27:29.048Z] Progress (1): 11 kB 17:27:29 [2026-08-21T15:27:29.048Z] Progress (1): 14 kB 17:27:29 [2026-08-21T15:27:29.048Z] Progress (1): 16 kB 17:27:29 [2026-08-21T15:27:29.048Z] Progress (1): 22 kB 17:27:29 [2026-08-21T15:27:29.048Z] Progress (1): 26 kB 17:27:29 [2026-08-21T15:27:29.048Z] Progress (1): 28 kB 17:27:29 [2026-08-21T15:27:29.048Z] Progress (1): 31 kB 17:27:29 [2026-08-21T15:27:29.048Z] Progress (1): 34 kB 17:27:29 [2026-08-21T15:27:29.048Z] Progress (1): 38 kB 17:27:29 [2026-08-21T15:27:29.048Z] Progress (1): 39 kB 17:27:29 [2026-08-21T15:27:29.048Z] 17:27:29 [2026-08-21T15:27:29.048Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/95/mojo-parent-95.pom (39 kB at 1.2 MB/s) 17:27:29 [2026-08-21T15:27:29.048Z] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.14.1/junit-bom-5.14.1.pom 17:27:29 [2026-08-21T15:27:29.048Z] Progress (1): 908 B 17:27:29 [2026-08-21T15:27:29.048Z] Progress (1): 2.2 kB 17:27:29 [2026-08-21T15:27:29.048Z] Progress (1): 5.7 kB 17:27:29 [2026-08-21T15:27:29.048Z] 17:27:29 [2026-08-21T15:27:29.048Z] 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 210 kB/s) 17:27:29 [2026-08-21T15:27:29.048Z] 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:27:29 [2026-08-21T15:27:29.048Z] Progress (1): 0.9/301 kB 17:27:29 [2026-08-21T15:27:29.048Z] Progress (1): 2.3/301 kB 17:27:29 [2026-08-21T15:27:29.048Z] Progress (1): 3.6/301 kB 17:27:29 [2026-08-21T15:27:29.048Z] Progress (1): 5.0/301 kB 17:27:29 [2026-08-21T15:27:29.048Z] Progress (1): 6.4/301 kB 17:27:29 [2026-08-21T15:27:29.048Z] Progress (1): 7.7/301 kB 17:27:29 [2026-08-21T15:27:29.048Z] Progress (1): 9.1/301 kB 17:27:29 [2026-08-21T15:27:29.048Z] Progress (1): 10/301 kB 17:27:29 [2026-08-21T15:27:29.048Z] Progress (1): 12/301 kB 17:27:29 [2026-08-21T15:27:29.048Z] Progress (1): 13/301 kB 17:27:29 [2026-08-21T15:27:29.048Z] Progress (1): 15/301 kB 17:27:29 [2026-08-21T15:27:29.048Z] Progress (1): 16/301 kB 17:27:29 [2026-08-21T15:27:29.048Z] Progress (1): 17/301 kB 17:27:29 [2026-08-21T15:27:29.048Z] Progress (1): 19/301 kB 17:27:29 [2026-08-21T15:27:29.048Z] Progress (1): 20/301 kB 17:27:29 [2026-08-21T15:27:29.048Z] Progress (1): 21/301 kB 17:27:29 [2026-08-21T15:27:29.048Z] Progress (1): 23/301 kB 17:27:29 [2026-08-21T15:27:29.048Z] Progress (1): 24/301 kB 17:27:29 [2026-08-21T15:27:29.048Z] Progress (1): 26/301 kB 17:27:29 [2026-08-21T15:27:29.048Z] Progress (1): 30/301 kB 17:27:29 [2026-08-21T15:27:29.048Z] Progress (1): 34/301 kB 17:27:29 [2026-08-21T15:27:29.048Z] Progress (1): 38/301 kB 17:27:29 [2026-08-21T15:27:29.048Z] Progress (1): 42/301 kB 17:27:29 [2026-08-21T15:27:29.048Z] Progress (1): 47/301 kB 17:27:29 [2026-08-21T15:27:29.048Z] Progress (1): 51/301 kB 17:27:29 [2026-08-21T15:27:29.048Z] Progress (1): 55/301 kB 17:27:29 [2026-08-21T15:27:29.048Z] Progress (1): 57/301 kB 17:27:29 [2026-08-21T15:27:29.048Z] Progress (1): 61/301 kB 17:27:29 [2026-08-21T15:27:29.048Z] Progress (1): 65/301 kB 17:27:29 [2026-08-21T15:27:29.048Z] Progress (1): 70/301 kB 17:27:29 [2026-08-21T15:27:29.048Z] Progress (1): 74/301 kB 17:27:29 [2026-08-21T15:27:29.048Z] Progress (1): 78/301 kB 17:27:29 [2026-08-21T15:27:29.048Z] Progress (1): 82/301 kB 17:27:29 [2026-08-21T15:27:29.048Z] Progress (1): 86/301 kB 17:27:29 [2026-08-21T15:27:29.048Z] Progress (1): 91/301 kB 17:27:29 [2026-08-21T15:27:29.048Z] Progress (1): 95/301 kB 17:27:29 [2026-08-21T15:27:29.048Z] Progress (1): 99/301 kB 17:27:29 [2026-08-21T15:27:29.048Z] Progress (1): 103/301 kB 17:27:29 [2026-08-21T15:27:29.048Z] Progress (1): 108/301 kB 17:27:29 [2026-08-21T15:27:29.048Z] Progress (1): 112/301 kB 17:27:29 [2026-08-21T15:27:29.048Z] Progress (1): 116/301 kB 17:27:29 [2026-08-21T15:27:29.048Z] Progress (1): 120/301 kB 17:27:29 [2026-08-21T15:27:29.048Z] Progress (1): 125/301 kB 17:27:29 [2026-08-21T15:27:29.048Z] Progress (1): 129/301 kB 17:27:29 [2026-08-21T15:27:29.048Z] Progress (1): 133/301 kB 17:27:29 [2026-08-21T15:27:29.048Z] Progress (1): 137/301 kB 17:27:29 [2026-08-21T15:27:29.048Z] Progress (1): 141/301 kB 17:27:29 [2026-08-21T15:27:29.048Z] Progress (1): 146/301 kB 17:27:29 [2026-08-21T15:27:29.048Z] Progress (1): 150/301 kB 17:27:29 [2026-08-21T15:27:29.048Z] Progress (1): 154/301 kB 17:27:29 [2026-08-21T15:27:29.048Z] Progress (1): 158/301 kB 17:27:29 [2026-08-21T15:27:29.048Z] Progress (1): 163/301 kB 17:27:29 [2026-08-21T15:27:29.048Z] Progress (1): 167/301 kB 17:27:29 [2026-08-21T15:27:29.048Z] Progress (1): 171/301 kB 17:27:29 [2026-08-21T15:27:29.048Z] Progress (1): 175/301 kB 17:27:29 [2026-08-21T15:27:29.048Z] Progress (1): 180/301 kB 17:27:29 [2026-08-21T15:27:29.048Z] Progress (1): 184/301 kB 17:27:29 [2026-08-21T15:27:29.048Z] Progress (1): 188/301 kB 17:27:29 [2026-08-21T15:27:29.048Z] Progress (1): 192/301 kB 17:27:29 [2026-08-21T15:27:29.048Z] Progress (1): 209/301 kB 17:27:29 [2026-08-21T15:27:29.048Z] Progress (1): 225/301 kB 17:27:29 [2026-08-21T15:27:29.299Z] Progress (1): 241/301 kB 17:27:29 [2026-08-21T15:27:29.299Z] Progress (1): 258/301 kB 17:27:29 [2026-08-21T15:27:29.299Z] Progress (1): 274/301 kB 17:27:29 [2026-08-21T15:27:29.299Z] Progress (1): 290/301 kB 17:27:29 [2026-08-21T15:27:29.299Z] Progress (1): 301 kB 17:27:29 [2026-08-21T15:27:29.299Z] 17:27:29 [2026-08-21T15:27:29.299Z] 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 4.9 MB/s) 17:27:29 [2026-08-21T15:27:29.299Z] [INFO] 17:27:29 [2026-08-21T15:27:29.299Z] [INFO] -------------< org.silverpeas:silverpeas-dependencies-bom >------------- 17:27:29 [2026-08-21T15:27:29.299Z] [INFO] Building Silverpeas Dependencies BOM 2.0-SNAPSHOT 17:27:29 [2026-08-21T15:27:29.299Z] [INFO] from pom.xml 17:27:29 [2026-08-21T15:27:29.299Z] [INFO] --------------------------------[ pom ]--------------------------------- 17:27:29 [2026-08-21T15:27:29.299Z] [INFO] 17:27:29 [2026-08-21T15:27:29.299Z] [INFO] --- versions:2.21.0:set (default-cli) @ silverpeas-dependencies-bom --- 17:27:29 [2026-08-21T15:27:29.299Z] 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:27:29 [2026-08-21T15:27:29.299Z] Progress (1): 940 B 17:27:29 [2026-08-21T15:27:29.299Z] 17:27:29 [2026-08-21T15:27:29.299Z] 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 47 kB/s) 17:27:29 [2026-08-21T15:27:29.299Z] 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:27:29 [2026-08-21T15:27:29.299Z] Progress (1): 1.2 kB 17:27:29 [2026-08-21T15:27:29.299Z] Progress (1): 2.7 kB 17:27:29 [2026-08-21T15:27:29.299Z] 17:27:29 [2026-08-21T15:27:29.299Z] 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 116 kB/s) 17:27:29 [2026-08-21T15:27:29.299Z] 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:27:29 [2026-08-21T15:27:29.299Z] Progress (1): 1.4 kB 17:27:29 [2026-08-21T15:27:29.299Z] Progress (1): 2.6 kB 17:27:29 [2026-08-21T15:27:29.299Z] 17:27:29 [2026-08-21T15:27:29.299Z] 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 105 kB/s) 17:27:29 [2026-08-21T15:27:29.299Z] 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:27:29 [2026-08-21T15:27:29.299Z] Progress (1): 2.5 kB 17:27:29 [2026-08-21T15:27:29.299Z] Progress (1): 5.4 kB 17:27:29 [2026-08-21T15:27:29.299Z] 17:27:29 [2026-08-21T15:27:29.299Z] 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 191 kB/s) 17:27:29 [2026-08-21T15:27:29.299Z] 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:27:29 [2026-08-21T15:27:29.299Z] Progress (1): 827 B 17:27:29 [2026-08-21T15:27:29.299Z] Progress (1): 1.9 kB 17:27:29 [2026-08-21T15:27:29.299Z] 17:27:29 [2026-08-21T15:27:29.299Z] 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 87 kB/s) 17:27:29 [2026-08-21T15:27:29.299Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/3.5.3/wagon-3.5.3.pom 17:27:29 [2026-08-21T15:27:29.549Z] Progress (1): 816 B 17:27:29 [2026-08-21T15:27:29.549Z] Progress (1): 2.5 kB 17:27:29 [2026-08-21T15:27:29.549Z] Progress (1): 4.6 kB 17:27:29 [2026-08-21T15:27:29.549Z] Progress (1): 8.1 kB 17:27:29 [2026-08-21T15:27:29.549Z] Progress (1): 12 kB 17:27:29 [2026-08-21T15:27:29.549Z] Progress (1): 15 kB 17:27:29 [2026-08-21T15:27:29.549Z] Progress (1): 18 kB 17:27:29 [2026-08-21T15:27:29.549Z] Progress (1): 21 kB 17:27:29 [2026-08-21T15:27:29.549Z] 17:27:29 [2026-08-21T15:27:29.549Z] 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 785 kB/s) 17:27:29 [2026-08-21T15:27:29.549Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/34/maven-parent-34.pom 17:27:29 [2026-08-21T15:27:29.549Z] Progress (1): 727 B 17:27:29 [2026-08-21T15:27:29.549Z] Progress (1): 1.9 kB 17:27:29 [2026-08-21T15:27:29.549Z] Progress (1): 5.4 kB 17:27:29 [2026-08-21T15:27:29.549Z] Progress (1): 9.8 kB 17:27:29 [2026-08-21T15:27:29.549Z] Progress (1): 14 kB 17:27:29 [2026-08-21T15:27:29.549Z] Progress (1): 19 kB 17:27:29 [2026-08-21T15:27:29.549Z] Progress (1): 23 kB 17:27:29 [2026-08-21T15:27:29.549Z] Progress (1): 26 kB 17:27:29 [2026-08-21T15:27:29.549Z] Progress (1): 27 kB 17:27:29 [2026-08-21T15:27:29.549Z] Progress (1): 30 kB 17:27:29 [2026-08-21T15:27:29.549Z] Progress (1): 34 kB 17:27:29 [2026-08-21T15:27:29.549Z] Progress (1): 37 kB 17:27:29 [2026-08-21T15:27:29.549Z] Progress (1): 41 kB 17:27:29 [2026-08-21T15:27:29.549Z] Progress (1): 43 kB 17:27:29 [2026-08-21T15:27:29.549Z] 17:27:29 [2026-08-21T15:27:29.549Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/34/maven-parent-34.pom (43 kB at 1.5 MB/s) 17:27:29 [2026-08-21T15:27:29.549Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/23/apache-23.pom 17:27:29 [2026-08-21T15:27:29.549Z] Progress (1): 749 B 17:27:29 [2026-08-21T15:27:29.549Z] Progress (1): 2.1 kB 17:27:29 [2026-08-21T15:27:29.549Z] Progress (1): 3.9 kB 17:27:29 [2026-08-21T15:27:29.549Z] Progress (1): 7.9 kB 17:27:29 [2026-08-21T15:27:29.549Z] Progress (1): 13 kB 17:27:29 [2026-08-21T15:27:29.549Z] Progress (1): 16 kB 17:27:29 [2026-08-21T15:27:29.549Z] Progress (1): 18 kB 17:27:29 [2026-08-21T15:27:29.550Z] 17:27:29 [2026-08-21T15:27:29.550Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/23/apache-23.pom (18 kB at 709 kB/s) 17:27:29 [2026-08-21T15:27:29.550Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/4.0.2/plexus-utils-4.0.2.pom 17:27:29 [2026-08-21T15:27:29.550Z] Progress (1): 976 B 17:27:29 [2026-08-21T15:27:29.550Z] Progress (1): 4.3 kB 17:27:29 [2026-08-21T15:27:29.550Z] Progress (1): 7.7 kB 17:27:29 [2026-08-21T15:27:29.550Z] Progress (1): 12 kB 17:27:29 [2026-08-21T15:27:29.550Z] Progress (1): 13 kB 17:27:29 [2026-08-21T15:27:29.550Z] 17:27:29 [2026-08-21T15:27:29.550Z] 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 474 kB/s) 17:27:29 [2026-08-21T15:27:29.550Z] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/woodstox/woodstox-core/7.1.1/woodstox-core-7.1.1.pom 17:27:29 [2026-08-21T15:27:29.550Z] Progress (1): 1.0 kB 17:27:29 [2026-08-21T15:27:29.550Z] Progress (1): 3.2 kB 17:27:29 [2026-08-21T15:27:29.550Z] Progress (1): 6.1 kB 17:27:29 [2026-08-21T15:27:29.550Z] Progress (1): 9.2 kB 17:27:29 [2026-08-21T15:27:29.550Z] Progress (1): 9.9 kB 17:27:29 [2026-08-21T15:27:29.550Z] 17:27:29 [2026-08-21T15:27:29.550Z] 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 308 kB/s) 17:27:29 [2026-08-21T15:27:29.550Z] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/68/oss-parent-68.pom 17:27:29 [2026-08-21T15:27:29.550Z] Progress (1): 949 B 17:27:29 [2026-08-21T15:27:29.550Z] Progress (1): 2.9 kB 17:27:29 [2026-08-21T15:27:29.550Z] Progress (1): 4.1 kB 17:27:29 [2026-08-21T15:27:29.550Z] Progress (1): 6.1 kB 17:27:29 [2026-08-21T15:27:29.550Z] Progress (1): 9.9 kB 17:27:29 [2026-08-21T15:27:29.550Z] Progress (1): 12 kB 17:27:29 [2026-08-21T15:27:29.550Z] Progress (1): 15 kB 17:27:29 [2026-08-21T15:27:29.550Z] Progress (1): 18 kB 17:27:29 [2026-08-21T15:27:29.550Z] Progress (1): 21 kB 17:27:29 [2026-08-21T15:27:29.550Z] Progress (1): 24 kB 17:27:29 [2026-08-21T15:27:29.550Z] 17:27:29 [2026-08-21T15:27:29.550Z] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/68/oss-parent-68.pom (24 kB at 844 kB/s) 17:27:29 [2026-08-21T15:27:29.550Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/4.2.2/stax2-api-4.2.2.pom 17:27:29 [2026-08-21T15:27:29.800Z] Progress (1): 967 B 17:27:29 [2026-08-21T15:27:29.800Z] Progress (1): 2.7 kB 17:27:29 [2026-08-21T15:27:29.800Z] Progress (1): 4.5 kB 17:27:29 [2026-08-21T15:27:29.800Z] Progress (1): 6.3 kB 17:27:29 [2026-08-21T15:27:29.800Z] 17:27:29 [2026-08-21T15:27:29.800Z] 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 210 kB/s) 17:27:29 [2026-08-21T15:27:29.800Z] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/55/oss-parent-55.pom 17:27:29 [2026-08-21T15:27:29.800Z] Progress (1): 951 B 17:27:29 [2026-08-21T15:27:29.800Z] Progress (1): 2.6 kB 17:27:29 [2026-08-21T15:27:29.800Z] Progress (1): 4.1 kB 17:27:29 [2026-08-21T15:27:29.800Z] Progress (1): 6.6 kB 17:27:29 [2026-08-21T15:27:29.800Z] Progress (1): 9.7 kB 17:27:29 [2026-08-21T15:27:29.800Z] Progress (1): 12 kB 17:27:29 [2026-08-21T15:27:29.800Z] Progress (1): 15 kB 17:27:29 [2026-08-21T15:27:29.800Z] Progress (1): 18 kB 17:27:29 [2026-08-21T15:27:29.800Z] Progress (1): 21 kB 17:27:29 [2026-08-21T15:27:29.800Z] Progress (1): 24 kB 17:27:29 [2026-08-21T15:27:29.800Z] 17:27:29 [2026-08-21T15:27:29.800Z] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/55/oss-parent-55.pom (24 kB at 982 kB/s) 17:27:29 [2026-08-21T15:27:29.800Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.20.0/commons-lang3-3.20.0.pom 17:27:29 [2026-08-21T15:27:29.800Z] Progress (1): 740 B 17:27:29 [2026-08-21T15:27:29.800Z] Progress (1): 1.8 kB 17:27:29 [2026-08-21T15:27:29.800Z] Progress (1): 4.1 kB 17:27:29 [2026-08-21T15:27:29.800Z] Progress (1): 5.5 kB 17:27:29 [2026-08-21T15:27:29.800Z] Progress (1): 7.5 kB 17:27:29 [2026-08-21T15:27:29.800Z] Progress (1): 9.7 kB 17:27:29 [2026-08-21T15:27:29.800Z] Progress (1): 12 kB 17:27:29 [2026-08-21T15:27:29.800Z] Progress (1): 16 kB 17:27:29 [2026-08-21T15:27:29.800Z] Progress (1): 19 kB 17:27:29 [2026-08-21T15:27:29.800Z] Progress (1): 22 kB 17:27:29 [2026-08-21T15:27:29.800Z] Progress (1): 25 kB 17:27:29 [2026-08-21T15:27:29.800Z] Progress (1): 28 kB 17:27:29 [2026-08-21T15:27:29.800Z] Progress (1): 32 kB 17:27:29 [2026-08-21T15:27:29.800Z] Progress (1): 33 kB 17:27:29 [2026-08-21T15:27:29.800Z] 17:27:29 [2026-08-21T15:27:29.800Z] 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 1.2 MB/s) 17:27:29 [2026-08-21T15:27:29.800Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/92/commons-parent-92.pom 17:27:29 [2026-08-21T15:27:29.800Z] Progress (1): 805 B 17:27:29 [2026-08-21T15:27:29.800Z] Progress (1): 2.1 kB 17:27:29 [2026-08-21T15:27:29.800Z] Progress (1): 3.6 kB 17:27:29 [2026-08-21T15:27:29.800Z] Progress (1): 4.8 kB 17:27:29 [2026-08-21T15:27:29.800Z] Progress (1): 6.9 kB 17:27:29 [2026-08-21T15:27:29.800Z] Progress (1): 9.6 kB 17:27:29 [2026-08-21T15:27:29.800Z] Progress (1): 11 kB 17:27:29 [2026-08-21T15:27:29.801Z] Progress (1): 14 kB 17:27:29 [2026-08-21T15:27:29.801Z] Progress (1): 16 kB 17:27:29 [2026-08-21T15:27:29.801Z] Progress (1): 19 kB 17:27:29 [2026-08-21T15:27:29.801Z] Progress (1): 21 kB 17:27:29 [2026-08-21T15:27:29.801Z] Progress (1): 23 kB 17:27:29 [2026-08-21T15:27:29.801Z] Progress (1): 26 kB 17:27:29 [2026-08-21T15:27:29.801Z] Progress (1): 29 kB 17:27:29 [2026-08-21T15:27:29.801Z] Progress (1): 32 kB 17:27:29 [2026-08-21T15:27:29.801Z] Progress (1): 32 kB 17:27:29 [2026-08-21T15:27:29.801Z] Progress (1): 37 kB 17:27:29 [2026-08-21T15:27:29.801Z] Progress (1): 41 kB 17:27:29 [2026-08-21T15:27:29.801Z] Progress (1): 45 kB 17:27:29 [2026-08-21T15:27:29.801Z] Progress (1): 47 kB 17:27:29 [2026-08-21T15:27:29.801Z] Progress (1): 50 kB 17:27:29 [2026-08-21T15:27:29.801Z] Progress (1): 52 kB 17:27:29 [2026-08-21T15:27:29.801Z] Progress (1): 56 kB 17:27:29 [2026-08-21T15:27:29.801Z] Progress (1): 58 kB 17:27:29 [2026-08-21T15:27:29.801Z] Progress (1): 61 kB 17:27:29 [2026-08-21T15:27:29.801Z] Progress (1): 64 kB 17:27:29 [2026-08-21T15:27:29.801Z] Progress (1): 69 kB 17:27:29 [2026-08-21T15:27:29.801Z] Progress (1): 71 kB 17:27:29 [2026-08-21T15:27:29.801Z] Progress (1): 74 kB 17:27:29 [2026-08-21T15:27:29.801Z] Progress (1): 77 kB 17:27:29 [2026-08-21T15:27:29.801Z] Progress (1): 79 kB 17:27:29 [2026-08-21T15:27:29.801Z] Progress (1): 80 kB 17:27:29 [2026-08-21T15:27:29.801Z] 17:27:29 [2026-08-21T15:27:29.801Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/92/commons-parent-92.pom (80 kB at 2.7 MB/s) 17:27:29 [2026-08-21T15:27:29.801Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/35/apache-35.pom 17:27:29 [2026-08-21T15:27:29.801Z] Progress (1): 739 B 17:27:29 [2026-08-21T15:27:29.801Z] Progress (1): 2.1 kB 17:27:29 [2026-08-21T15:27:29.801Z] Progress (1): 4.0 kB 17:27:29 [2026-08-21T15:27:29.801Z] Progress (1): 5.9 kB 17:27:29 [2026-08-21T15:27:29.801Z] Progress (1): 11 kB 17:27:29 [2026-08-21T15:27:29.801Z] Progress (1): 15 kB 17:27:29 [2026-08-21T15:27:29.801Z] Progress (1): 19 kB 17:27:29 [2026-08-21T15:27:29.801Z] Progress (1): 22 kB 17:27:29 [2026-08-21T15:27:29.801Z] Progress (1): 24 kB 17:27:29 [2026-08-21T15:27:29.801Z] 17:27:29 [2026-08-21T15:27:29.801Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/35/apache-35.pom (24 kB at 1.1 MB/s) 17:27:29 [2026-08-21T15:27:29.801Z] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.13.4/junit-bom-5.13.4.pom 17:27:29 [2026-08-21T15:27:29.801Z] Progress (1): 908 B 17:27:29 [2026-08-21T15:27:29.801Z] Progress (1): 4.1 kB 17:27:29 [2026-08-21T15:27:29.801Z] Progress (1): 5.7 kB 17:27:29 [2026-08-21T15:27:29.801Z] 17:27:29 [2026-08-21T15:27:29.801Z] 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 227 kB/s) 17:27:30 [2026-08-21T15:27:30.052Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-collections4/4.5.0/commons-collections4-4.5.0.pom 17:27:30 [2026-08-21T15:27:30.052Z] Progress (1): 760 B 17:27:30 [2026-08-21T15:27:30.052Z] Progress (1): 2.2 kB 17:27:30 [2026-08-21T15:27:30.052Z] Progress (1): 4.4 kB 17:27:30 [2026-08-21T15:27:30.052Z] Progress (1): 6.1 kB 17:27:30 [2026-08-21T15:27:30.052Z] Progress (1): 8.4 kB 17:27:30 [2026-08-21T15:27:30.052Z] Progress (1): 11 kB 17:27:30 [2026-08-21T15:27:30.052Z] Progress (1): 14 kB 17:27:30 [2026-08-21T15:27:30.052Z] Progress (1): 16 kB 17:27:30 [2026-08-21T15:27:30.052Z] Progress (1): 19 kB 17:27:30 [2026-08-21T15:27:30.052Z] Progress (1): 22 kB 17:27:30 [2026-08-21T15:27:30.052Z] Progress (1): 26 kB 17:27:30 [2026-08-21T15:27:30.052Z] Progress (1): 26 kB 17:27:30 [2026-08-21T15:27:30.052Z] 17:27:30 [2026-08-21T15:27:30.052Z] 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 898 kB/s) 17:27:30 [2026-08-21T15:27:30.052Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/81/commons-parent-81.pom 17:27:30 [2026-08-21T15:27:30.052Z] Progress (1): 701 B 17:27:30 [2026-08-21T15:27:30.052Z] Progress (1): 1.9 kB 17:27:30 [2026-08-21T15:27:30.052Z] Progress (1): 3.2 kB 17:27:30 [2026-08-21T15:27:30.052Z] Progress (1): 4.7 kB 17:27:30 [2026-08-21T15:27:30.052Z] Progress (1): 6.8 kB 17:27:30 [2026-08-21T15:27:30.052Z] Progress (1): 9.2 kB 17:27:30 [2026-08-21T15:27:30.052Z] Progress (1): 11 kB 17:27:30 [2026-08-21T15:27:30.052Z] Progress (1): 13 kB 17:27:30 [2026-08-21T15:27:30.052Z] Progress (1): 16 kB 17:27:30 [2026-08-21T15:27:30.052Z] Progress (1): 18 kB 17:27:30 [2026-08-21T15:27:30.052Z] Progress (1): 21 kB 17:27:30 [2026-08-21T15:27:30.052Z] Progress (1): 23 kB 17:27:30 [2026-08-21T15:27:30.052Z] Progress (1): 25 kB 17:27:30 [2026-08-21T15:27:30.052Z] Progress (1): 29 kB 17:27:30 [2026-08-21T15:27:30.052Z] Progress (1): 32 kB 17:27:30 [2026-08-21T15:27:30.052Z] Progress (1): 32 kB 17:27:30 [2026-08-21T15:27:30.052Z] Progress (1): 37 kB 17:27:30 [2026-08-21T15:27:30.052Z] Progress (1): 41 kB 17:27:30 [2026-08-21T15:27:30.052Z] Progress (1): 45 kB 17:27:30 [2026-08-21T15:27:30.052Z] Progress (1): 47 kB 17:27:30 [2026-08-21T15:27:30.052Z] Progress (1): 50 kB 17:27:30 [2026-08-21T15:27:30.052Z] Progress (1): 52 kB 17:27:30 [2026-08-21T15:27:30.052Z] Progress (1): 56 kB 17:27:30 [2026-08-21T15:27:30.052Z] Progress (1): 58 kB 17:27:30 [2026-08-21T15:27:30.052Z] Progress (1): 61 kB 17:27:30 [2026-08-21T15:27:30.052Z] Progress (1): 64 kB 17:27:30 [2026-08-21T15:27:30.052Z] Progress (1): 69 kB 17:27:30 [2026-08-21T15:27:30.052Z] Progress (1): 71 kB 17:27:30 [2026-08-21T15:27:30.052Z] Progress (1): 74 kB 17:27:30 [2026-08-21T15:27:30.052Z] Progress (1): 76 kB 17:27:30 [2026-08-21T15:27:30.052Z] Progress (1): 78 kB 17:27:30 [2026-08-21T15:27:30.052Z] 17:27:30 [2026-08-21T15:27:30.052Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/81/commons-parent-81.pom (78 kB at 2.5 MB/s) 17:27:30 [2026-08-21T15:27:30.052Z] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.11.4/junit-bom-5.11.4.pom 17:27:30 [2026-08-21T15:27:30.052Z] Progress (1): 908 B 17:27:30 [2026-08-21T15:27:30.052Z] Progress (1): 4.1 kB 17:27:30 [2026-08-21T15:27:30.052Z] Progress (1): 5.6 kB 17:27:30 [2026-08-21T15:27:30.052Z] 17:27:30 [2026-08-21T15:27:30.052Z] 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 257 kB/s) 17:27:30 [2026-08-21T15:27:30.052Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-xml/3.0.1/plexus-xml-3.0.1.pom 17:27:30 [2026-08-21T15:27:30.052Z] Progress (1): 814 B 17:27:30 [2026-08-21T15:27:30.052Z] Progress (1): 2.6 kB 17:27:30 [2026-08-21T15:27:30.052Z] Progress (1): 3.7 kB 17:27:30 [2026-08-21T15:27:30.052Z] 17:27:30 [2026-08-21T15:27:30.052Z] 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 148 kB/s) 17:27:30 [2026-08-21T15:27:30.052Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/18/plexus-18.pom 17:27:30 [2026-08-21T15:27:30.052Z] Progress (1): 826 B 17:27:30 [2026-08-21T15:27:30.052Z] Progress (1): 2.9 kB 17:27:30 [2026-08-21T15:27:30.052Z] Progress (1): 3.2 kB 17:27:30 [2026-08-21T15:27:30.052Z] Progress (1): 6.6 kB 17:27:30 [2026-08-21T15:27:30.052Z] Progress (1): 8.9 kB 17:27:30 [2026-08-21T15:27:30.052Z] Progress (1): 11 kB 17:27:30 [2026-08-21T15:27:30.052Z] Progress (1): 14 kB 17:27:30 [2026-08-21T15:27:30.052Z] Progress (1): 18 kB 17:27:30 [2026-08-21T15:27:30.052Z] Progress (1): 21 kB 17:27:30 [2026-08-21T15:27:30.052Z] Progress (1): 25 kB 17:27:30 [2026-08-21T15:27:30.052Z] Progress (1): 29 kB 17:27:30 [2026-08-21T15:27:30.052Z] 17:27:30 [2026-08-21T15:27:30.052Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/18/plexus-18.pom (29 kB at 1.0 MB/s) 17:27:30 [2026-08-21T15:27:30.052Z] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.10.2/junit-bom-5.10.2.pom 17:27:30 [2026-08-21T15:27:30.052Z] Progress (1): 908 B 17:27:30 [2026-08-21T15:27:30.052Z] Progress (1): 4.1 kB 17:27:30 [2026-08-21T15:27:30.052Z] Progress (1): 5.6 kB 17:27:30 [2026-08-21T15:27:30.052Z] 17:27:30 [2026-08-21T15:27:30.052Z] 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 269 kB/s) 17:27:30 [2026-08-21T15:27:30.052Z] 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:27:30 [2026-08-21T15:27:30.302Z] Progress (1): 798 B 17:27:30 [2026-08-21T15:27:30.302Z] Progress (1): 2.3 kB 17:27:30 [2026-08-21T15:27:30.302Z] Progress (1): 5.4 kB 17:27:30 [2026-08-21T15:27:30.302Z] Progress (1): 5.4 kB 17:27:30 [2026-08-21T15:27:30.302Z] 17:27:30 [2026-08-21T15:27:30.302Z] 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 199 kB/s) 17:27:30 [2026-08-21T15:27:30.302Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/42/maven-shared-components-42.pom 17:27:30 [2026-08-21T15:27:30.302Z] Progress (1): 811 B 17:27:30 [2026-08-21T15:27:30.302Z] Progress (1): 2.3 kB 17:27:30 [2026-08-21T15:27:30.302Z] Progress (1): 3.8 kB 17:27:30 [2026-08-21T15:27:30.302Z] 17:27:30 [2026-08-21T15:27:30.302Z] 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 122 kB/s) 17:27:30 [2026-08-21T15:27:30.302Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/42/maven-parent-42.pom 17:27:30 [2026-08-21T15:27:30.302Z] Progress (1): 724 B 17:27:30 [2026-08-21T15:27:30.302Z] Progress (1): 1.9 kB 17:27:30 [2026-08-21T15:27:30.302Z] Progress (1): 5.5 kB 17:27:30 [2026-08-21T15:27:30.302Z] Progress (1): 9.9 kB 17:27:30 [2026-08-21T15:27:30.302Z] Progress (1): 14 kB 17:27:30 [2026-08-21T15:27:30.302Z] Progress (1): 19 kB 17:27:30 [2026-08-21T15:27:30.302Z] Progress (1): 23 kB 17:27:30 [2026-08-21T15:27:30.303Z] Progress (1): 26 kB 17:27:30 [2026-08-21T15:27:30.303Z] Progress (1): 28 kB 17:27:30 [2026-08-21T15:27:30.303Z] Progress (1): 31 kB 17:27:30 [2026-08-21T15:27:30.303Z] Progress (1): 34 kB 17:27:30 [2026-08-21T15:27:30.303Z] Progress (1): 37 kB 17:27:30 [2026-08-21T15:27:30.303Z] Progress (1): 40 kB 17:27:30 [2026-08-21T15:27:30.303Z] Progress (1): 43 kB 17:27:30 [2026-08-21T15:27:30.303Z] Progress (1): 47 kB 17:27:30 [2026-08-21T15:27:30.303Z] Progress (1): 47 kB 17:27:30 [2026-08-21T15:27:30.303Z] Progress (1): 50 kB 17:27:30 [2026-08-21T15:27:30.303Z] 17:27:30 [2026-08-21T15:27:30.303Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/42/maven-parent-42.pom (50 kB at 1.7 MB/s) 17:27:30 [2026-08-21T15:27:30.303Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/32/apache-32.pom 17:27:30 [2026-08-21T15:27:30.303Z] Progress (1): 733 B 17:27:30 [2026-08-21T15:27:30.303Z] Progress (1): 2.0 kB 17:27:30 [2026-08-21T15:27:30.303Z] Progress (1): 4.0 kB 17:27:30 [2026-08-21T15:27:30.303Z] Progress (1): 5.9 kB 17:27:30 [2026-08-21T15:27:30.303Z] Progress (1): 10 kB 17:27:30 [2026-08-21T15:27:30.303Z] Progress (1): 16 kB 17:27:30 [2026-08-21T15:27:30.303Z] Progress (1): 19 kB 17:27:30 [2026-08-21T15:27:30.303Z] Progress (1): 22 kB 17:27:30 [2026-08-21T15:27:30.303Z] Progress (1): 24 kB 17:27:30 [2026-08-21T15:27:30.303Z] 17:27:30 [2026-08-21T15:27:30.303Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/32/apache-32.pom (24 kB at 1.1 MB/s) 17:27:30 [2026-08-21T15:27:30.303Z] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom 17:27:30 [2026-08-21T15:27:30.303Z] Progress (1): 1.0 kB 17:27:30 [2026-08-21T15:27:30.303Z] Progress (1): 2.7 kB 17:27:30 [2026-08-21T15:27:30.303Z] 17:27:30 [2026-08-21T15:27:30.303Z] 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 119 kB/s) 17:27:30 [2026-08-21T15:27:30.303Z] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom 17:27:30 [2026-08-21T15:27:30.303Z] Progress (1): 1.0 kB 17:27:30 [2026-08-21T15:27:30.303Z] Progress (1): 3.0 kB 17:27:30 [2026-08-21T15:27:30.303Z] Progress (1): 5.9 kB 17:27:30 [2026-08-21T15:27:30.303Z] Progress (1): 8.7 kB 17:27:30 [2026-08-21T15:27:30.303Z] Progress (1): 12 kB 17:27:30 [2026-08-21T15:27:30.303Z] Progress (1): 14 kB 17:27:30 [2026-08-21T15:27:30.303Z] 17:27:30 [2026-08-21T15:27:30.303Z] 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 587 kB/s) 17:27:30 [2026-08-21T15:27:30.303Z] 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:27:30 [2026-08-21T15:27:30.303Z] Progress (1): 825 B 17:27:30 [2026-08-21T15:27:30.303Z] Progress (1): 2.8 kB 17:27:30 [2026-08-21T15:27:30.303Z] Progress (1): 2.8 kB 17:27:30 [2026-08-21T15:27:30.303Z] 17:27:30 [2026-08-21T15:27:30.303Z] 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 78 kB/s) 17:27:30 [2026-08-21T15:27:30.303Z] 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:27:30 [2026-08-21T15:27:30.553Z] Progress (1): 774 B 17:27:30 [2026-08-21T15:27:30.553Z] Progress (1): 2.2 kB 17:27:30 [2026-08-21T15:27:30.553Z] Progress (1): 6.0 kB 17:27:30 [2026-08-21T15:27:30.554Z] Progress (1): 9.6 kB 17:27:30 [2026-08-21T15:27:30.554Z] Progress (1): 13 kB 17:27:30 [2026-08-21T15:27:30.554Z] Progress (1): 16 kB 17:27:30 [2026-08-21T15:27:30.554Z] Progress (1): 18 kB 17:27:30 [2026-08-21T15:27:30.554Z] 17:27:30 [2026-08-21T15:27:30.554Z] 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 606 kB/s) 17:27:30 [2026-08-21T15:27:30.554Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/33/maven-parent-33.pom 17:27:30 [2026-08-21T15:27:30.554Z] Progress (1): 717 B 17:27:30 [2026-08-21T15:27:30.554Z] Progress (1): 1.9 kB 17:27:30 [2026-08-21T15:27:30.554Z] Progress (1): 5.4 kB 17:27:30 [2026-08-21T15:27:30.554Z] Progress (1): 9.9 kB 17:27:30 [2026-08-21T15:27:30.554Z] Progress (1): 14 kB 17:27:30 [2026-08-21T15:27:30.554Z] Progress (1): 19 kB 17:27:30 [2026-08-21T15:27:30.554Z] Progress (1): 23 kB 17:27:30 [2026-08-21T15:27:30.554Z] Progress (1): 26 kB 17:27:30 [2026-08-21T15:27:30.554Z] Progress (1): 27 kB 17:27:30 [2026-08-21T15:27:30.554Z] Progress (1): 30 kB 17:27:30 [2026-08-21T15:27:30.554Z] Progress (1): 34 kB 17:27:30 [2026-08-21T15:27:30.554Z] Progress (1): 36 kB 17:27:30 [2026-08-21T15:27:30.554Z] Progress (1): 39 kB 17:27:30 [2026-08-21T15:27:30.554Z] Progress (1): 44 kB 17:27:30 [2026-08-21T15:27:30.554Z] 17:27:30 [2026-08-21T15:27:30.554Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/33/maven-parent-33.pom (44 kB at 1.6 MB/s) 17:27:30 [2026-08-21T15:27:30.554Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/21/apache-21.pom 17:27:30 [2026-08-21T15:27:30.554Z] Progress (1): 753 B 17:27:30 [2026-08-21T15:27:30.554Z] Progress (1): 2.1 kB 17:27:30 [2026-08-21T15:27:30.554Z] Progress (1): 3.9 kB 17:27:30 [2026-08-21T15:27:30.554Z] Progress (1): 8.3 kB 17:27:30 [2026-08-21T15:27:30.554Z] Progress (1): 13 kB 17:27:30 [2026-08-21T15:27:30.554Z] Progress (1): 16 kB 17:27:30 [2026-08-21T15:27:30.554Z] Progress (1): 17 kB 17:27:30 [2026-08-21T15:27:30.554Z] 17:27:30 [2026-08-21T15:27:30.554Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/21/apache-21.pom (17 kB at 744 kB/s) 17:27:30 [2026-08-21T15:27:30.554Z] 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:27:30 [2026-08-21T15:27:30.554Z] Progress (1): 843 B 17:27:30 [2026-08-21T15:27:30.554Z] Progress (1): 2.6 kB 17:27:30 [2026-08-21T15:27:30.554Z] Progress (1): 2.6 kB 17:27:30 [2026-08-21T15:27:30.554Z] 17:27:30 [2026-08-21T15:27:30.554Z] 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 97 kB/s) 17:27:30 [2026-08-21T15:27:30.554Z] 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:27:30 [2026-08-21T15:27:30.554Z] Progress (1): 791 B 17:27:30 [2026-08-21T15:27:30.554Z] Progress (1): 2.4 kB 17:27:30 [2026-08-21T15:27:30.554Z] Progress (1): 2.8 kB 17:27:30 [2026-08-21T15:27:30.554Z] 17:27:30 [2026-08-21T15:27:30.554Z] 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 96 kB/s) 17:27:30 [2026-08-21T15:27:30.554Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/43/maven-shared-components-43.pom 17:27:30 [2026-08-21T15:27:30.554Z] Progress (1): 811 B 17:27:30 [2026-08-21T15:27:30.554Z] Progress (1): 2.3 kB 17:27:30 [2026-08-21T15:27:30.554Z] Progress (1): 3.8 kB 17:27:30 [2026-08-21T15:27:30.554Z] 17:27:30 [2026-08-21T15:27:30.554Z] 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 164 kB/s) 17:27:30 [2026-08-21T15:27:30.554Z] 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:27:30 [2026-08-21T15:27:30.554Z] Progress (1): 835 B 17:27:30 [2026-08-21T15:27:30.554Z] Progress (1): 1.4 kB 17:27:30 [2026-08-21T15:27:30.554Z] 17:27:30 [2026-08-21T15:27:30.554Z] 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 63 kB/s) 17:27:30 [2026-08-21T15:27:30.554Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/2.0.0/doxia-2.0.0.pom 17:27:30 [2026-08-21T15:27:30.804Z] Progress (1): 754 B 17:27:30 [2026-08-21T15:27:30.804Z] Progress (1): 2.2 kB 17:27:30 [2026-08-21T15:27:30.804Z] Progress (1): 3.7 kB 17:27:30 [2026-08-21T15:27:30.804Z] Progress (1): 8.3 kB 17:27:30 [2026-08-21T15:27:30.804Z] Progress (1): 11 kB 17:27:30 [2026-08-21T15:27:30.804Z] Progress (1): 15 kB 17:27:30 [2026-08-21T15:27:30.804Z] Progress (1): 17 kB 17:27:30 [2026-08-21T15:27:30.804Z] 17:27:30 [2026-08-21T15:27:30.804Z] 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 638 kB/s) 17:27:30 [2026-08-21T15:27:30.804Z] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.11.1/junit-bom-5.11.1.pom 17:27:30 [2026-08-21T15:27:30.804Z] Progress (1): 908 B 17:27:30 [2026-08-21T15:27:30.804Z] Progress (1): 4.1 kB 17:27:30 [2026-08-21T15:27:30.804Z] Progress (1): 5.6 kB 17:27:30 [2026-08-21T15:27:30.805Z] 17:27:30 [2026-08-21T15:27:30.805Z] 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 257 kB/s) 17:27:30 [2026-08-21T15:27:30.805Z] 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:27:30 [2026-08-21T15:27:30.805Z] Progress (1): 788 B 17:27:30 [2026-08-21T15:27:30.805Z] Progress (1): 2.3 kB 17:27:30 [2026-08-21T15:27:30.805Z] Progress (1): 5.8 kB 17:27:30 [2026-08-21T15:27:30.805Z] Progress (1): 8.6 kB 17:27:30 [2026-08-21T15:27:30.805Z] Progress (1): 8.8 kB 17:27:30 [2026-08-21T15:27:30.805Z] 17:27:30 [2026-08-21T15:27:30.805Z] 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 337 kB/s) 17:27:30 [2026-08-21T15:27:30.805Z] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.11.2/junit-bom-5.11.2.pom 17:27:30 [2026-08-21T15:27:30.805Z] Progress (1): 908 B 17:27:30 [2026-08-21T15:27:30.805Z] Progress (1): 4.1 kB 17:27:30 [2026-08-21T15:27:30.805Z] Progress (1): 5.6 kB 17:27:30 [2026-08-21T15:27:30.805Z] 17:27:30 [2026-08-21T15:27:30.805Z] 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 246 kB/s) 17:27:30 [2026-08-21T15:27:30.805Z] 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:27:30 [2026-08-21T15:27:30.805Z] Progress (1): 793 B 17:27:30 [2026-08-21T15:27:30.805Z] Progress (1): 2.3 kB 17:27:30 [2026-08-21T15:27:30.805Z] Progress (1): 4.3 kB 17:27:30 [2026-08-21T15:27:30.805Z] Progress (1): 5.9 kB 17:27:30 [2026-08-21T15:27:30.805Z] 17:27:30 [2026-08-21T15:27:30.805Z] 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 218 kB/s) 17:27:30 [2026-08-21T15:27:30.805Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/39/maven-shared-components-39.pom 17:27:30 [2026-08-21T15:27:30.805Z] Progress (1): 812 B 17:27:30 [2026-08-21T15:27:30.805Z] Progress (1): 2.2 kB 17:27:30 [2026-08-21T15:27:30.805Z] Progress (1): 3.2 kB 17:27:30 [2026-08-21T15:27:30.805Z] 17:27:30 [2026-08-21T15:27:30.805Z] 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 134 kB/s) 17:27:30 [2026-08-21T15:27:30.805Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/39/maven-parent-39.pom 17:27:30 [2026-08-21T15:27:30.805Z] Progress (1): 724 B 17:27:30 [2026-08-21T15:27:30.805Z] Progress (1): 1.9 kB 17:27:30 [2026-08-21T15:27:30.805Z] Progress (1): 5.5 kB 17:27:30 [2026-08-21T15:27:30.805Z] Progress (1): 9.8 kB 17:27:30 [2026-08-21T15:27:30.805Z] Progress (1): 14 kB 17:27:30 [2026-08-21T15:27:30.805Z] Progress (1): 19 kB 17:27:30 [2026-08-21T15:27:30.805Z] Progress (1): 23 kB 17:27:30 [2026-08-21T15:27:30.805Z] Progress (1): 26 kB 17:27:30 [2026-08-21T15:27:30.805Z] Progress (1): 28 kB 17:27:30 [2026-08-21T15:27:30.805Z] Progress (1): 31 kB 17:27:30 [2026-08-21T15:27:30.805Z] Progress (1): 34 kB 17:27:30 [2026-08-21T15:27:30.805Z] Progress (1): 37 kB 17:27:30 [2026-08-21T15:27:30.805Z] Progress (1): 40 kB 17:27:30 [2026-08-21T15:27:30.805Z] Progress (1): 43 kB 17:27:30 [2026-08-21T15:27:30.805Z] Progress (1): 48 kB 17:27:30 [2026-08-21T15:27:30.805Z] 17:27:30 [2026-08-21T15:27:30.805Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/39/maven-parent-39.pom (48 kB at 1.6 MB/s) 17:27:30 [2026-08-21T15:27:30.805Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/29/apache-29.pom 17:27:31 [2026-08-21T15:27:31.056Z] Progress (1): 741 B 17:27:31 [2026-08-21T15:27:31.056Z] Progress (1): 2.1 kB 17:27:31 [2026-08-21T15:27:31.056Z] Progress (1): 3.9 kB 17:27:31 [2026-08-21T15:27:31.056Z] Progress (1): 6.9 kB 17:27:31 [2026-08-21T15:27:31.056Z] Progress (1): 12 kB 17:27:31 [2026-08-21T15:27:31.056Z] Progress (1): 16 kB 17:27:31 [2026-08-21T15:27:31.056Z] Progress (1): 19 kB 17:27:31 [2026-08-21T15:27:31.056Z] Progress (1): 21 kB 17:27:31 [2026-08-21T15:27:31.056Z] 17:27:31 [2026-08-21T15:27:31.056Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/29/apache-29.pom (21 kB at 797 kB/s) 17:27:31 [2026-08-21T15:27:31.056Z] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.21.0/commons-io-2.21.0.pom 17:27:31 [2026-08-21T15:27:31.056Z] Progress (1): 760 B 17:27:31 [2026-08-21T15:27:31.056Z] Progress (1): 2.0 kB 17:27:31 [2026-08-21T15:27:31.056Z] Progress (1): 4.8 kB 17:27:31 [2026-08-21T15:27:31.056Z] Progress (1): 6.6 kB 17:27:31 [2026-08-21T15:27:31.056Z] Progress (1): 8.7 kB 17:27:31 [2026-08-21T15:27:31.056Z] Progress (1): 12 kB 17:27:31 [2026-08-21T15:27:31.056Z] Progress (1): 14 kB 17:27:31 [2026-08-21T15:27:31.056Z] Progress (1): 18 kB 17:27:31 [2026-08-21T15:27:31.056Z] Progress (1): 21 kB 17:27:31 [2026-08-21T15:27:31.056Z] Progress (1): 21 kB 17:27:31 [2026-08-21T15:27:31.056Z] 17:27:31 [2026-08-21T15:27:31.056Z] 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 719 kB/s) 17:27:31 [2026-08-21T15:27:31.056Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/91/commons-parent-91.pom 17:27:31 [2026-08-21T15:27:31.056Z] Progress (1): 699 B 17:27:31 [2026-08-21T15:27:31.056Z] Progress (1): 1.9 kB 17:27:31 [2026-08-21T15:27:31.056Z] Progress (1): 3.2 kB 17:27:31 [2026-08-21T15:27:31.056Z] Progress (1): 4.7 kB 17:27:31 [2026-08-21T15:27:31.056Z] Progress (1): 6.8 kB 17:27:31 [2026-08-21T15:27:31.056Z] Progress (1): 9.4 kB 17:27:31 [2026-08-21T15:27:31.056Z] Progress (1): 11 kB 17:27:31 [2026-08-21T15:27:31.056Z] Progress (1): 14 kB 17:27:31 [2026-08-21T15:27:31.056Z] Progress (1): 16 kB 17:27:31 [2026-08-21T15:27:31.056Z] Progress (1): 18 kB 17:27:31 [2026-08-21T15:27:31.056Z] Progress (1): 21 kB 17:27:31 [2026-08-21T15:27:31.056Z] Progress (1): 23 kB 17:27:31 [2026-08-21T15:27:31.056Z] Progress (1): 25 kB 17:27:31 [2026-08-21T15:27:31.056Z] Progress (1): 29 kB 17:27:31 [2026-08-21T15:27:31.056Z] Progress (1): 32 kB 17:27:31 [2026-08-21T15:27:31.056Z] Progress (1): 32 kB 17:27:31 [2026-08-21T15:27:31.056Z] Progress (1): 37 kB 17:27:31 [2026-08-21T15:27:31.056Z] Progress (1): 41 kB 17:27:31 [2026-08-21T15:27:31.056Z] Progress (1): 45 kB 17:27:31 [2026-08-21T15:27:31.056Z] Progress (1): 47 kB 17:27:31 [2026-08-21T15:27:31.056Z] Progress (1): 50 kB 17:27:31 [2026-08-21T15:27:31.056Z] Progress (1): 52 kB 17:27:31 [2026-08-21T15:27:31.056Z] Progress (1): 56 kB 17:27:31 [2026-08-21T15:27:31.056Z] Progress (1): 58 kB 17:27:31 [2026-08-21T15:27:31.056Z] Progress (1): 61 kB 17:27:31 [2026-08-21T15:27:31.056Z] Progress (1): 64 kB 17:27:31 [2026-08-21T15:27:31.056Z] Progress (1): 68 kB 17:27:31 [2026-08-21T15:27:31.056Z] Progress (1): 71 kB 17:27:31 [2026-08-21T15:27:31.056Z] Progress (1): 74 kB 17:27:31 [2026-08-21T15:27:31.056Z] Progress (1): 76 kB 17:27:31 [2026-08-21T15:27:31.056Z] Progress (1): 78 kB 17:27:31 [2026-08-21T15:27:31.056Z] Progress (1): 79 kB 17:27:31 [2026-08-21T15:27:31.056Z] 17:27:31 [2026-08-21T15:27:31.056Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/91/commons-parent-91.pom (79 kB at 2.6 MB/s) 17:27:31 [2026-08-21T15:27:31.056Z] 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:27:31 [2026-08-21T15:27:31.056Z] Progress (1): 789 B 17:27:31 [2026-08-21T15:27:31.056Z] Progress (1): 2.7 kB 17:27:31 [2026-08-21T15:27:31.056Z] Progress (1): 5.8 kB 17:27:31 [2026-08-21T15:27:31.056Z] 17:27:31 [2026-08-21T15:27:31.056Z] 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 265 kB/s) 17:27:31 [2026-08-21T15:27:31.056Z] 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:27:31 [2026-08-21T15:27:31.056Z] Progress (1): 758 B 17:27:31 [2026-08-21T15:27:31.056Z] Progress (1): 2.2 kB 17:27:31 [2026-08-21T15:27:31.056Z] Progress (1): 5.4 kB 17:27:31 [2026-08-21T15:27:31.056Z] Progress (1): 8.4 kB 17:27:31 [2026-08-21T15:27:31.056Z] Progress (1): 12 kB 17:27:31 [2026-08-21T15:27:31.056Z] 17:27:31 [2026-08-21T15:27:31.056Z] 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 479 kB/s) 17:27:31 [2026-08-21T15:27:31.056Z] 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:27:31 [2026-08-21T15:27:31.056Z] Progress (1): 904 B 17:27:31 [2026-08-21T15:27:31.056Z] Progress (1): 3.1 kB 17:27:31 [2026-08-21T15:27:31.056Z] Progress (1): 4.2 kB 17:27:31 [2026-08-21T15:27:31.056Z] 17:27:31 [2026-08-21T15:27:31.056Z] 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 123 kB/s) 17:27:31 [2026-08-21T15:27:31.056Z] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.3.4/sisu-plexus-0.3.4.pom 17:27:31 [2026-08-21T15:27:31.307Z] Progress (1): 861 B 17:27:31 [2026-08-21T15:27:31.307Z] Progress (1): 2.9 kB 17:27:31 [2026-08-21T15:27:31.307Z] Progress (1): 5.2 kB 17:27:31 [2026-08-21T15:27:31.307Z] Progress (1): 9.8 kB 17:27:31 [2026-08-21T15:27:31.307Z] Progress (1): 11 kB 17:27:31 [2026-08-21T15:27:31.307Z] Progress (1): 14 kB 17:27:31 [2026-08-21T15:27:31.307Z] 17:27:31 [2026-08-21T15:27:31.307Z] 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 458 kB/s) 17:27:31 [2026-08-21T15:27:31.307Z] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom 17:27:31 [2026-08-21T15:27:31.307Z] Progress (1): 838 B 17:27:31 [2026-08-21T15:27:31.307Z] Progress (1): 2.7 kB 17:27:31 [2026-08-21T15:27:31.307Z] Progress (1): 6.5 kB 17:27:31 [2026-08-21T15:27:31.307Z] Progress (1): 6.6 kB 17:27:31 [2026-08-21T15:27:31.307Z] 17:27:31 [2026-08-21T15:27:31.307Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (6.6 kB at 235 kB/s) 17:27:31 [2026-08-21T15:27:31.307Z] Downloading from central: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom 17:27:31 [2026-08-21T15:27:31.307Z] Progress (1): 1.4 kB 17:27:31 [2026-08-21T15:27:31.307Z] 17:27:31 [2026-08-21T15:27:31.307Z] 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:27:31 [2026-08-21T15:27:31.307Z] Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom 17:27:31 [2026-08-21T15:27:31.307Z] Progress (1): 1.1 kB 17:27:31 [2026-08-21T15:27:31.307Z] Progress (1): 2.4 kB 17:27:31 [2026-08-21T15:27:31.307Z] 17:27:31 [2026-08-21T15:27:31.307Z] 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 78 kB/s) 17:27:31 [2026-08-21T15:27:31.307Z] Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom 17:27:31 [2026-08-21T15:27:31.307Z] Progress (1): 987 B 17:27:31 [2026-08-21T15:27:31.307Z] Progress (1): 3.4 kB 17:27:31 [2026-08-21T15:27:31.307Z] Progress (1): 7.9 kB 17:27:31 [2026-08-21T15:27:31.307Z] Progress (1): 7.9 kB 17:27:31 [2026-08-21T15:27:31.307Z] 17:27:31 [2026-08-21T15:27:31.307Z] 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 282 kB/s) 17:27:31 [2026-08-21T15:27:31.307Z] Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-parent/6/weld-parent-6.pom 17:27:31 [2026-08-21T15:27:31.307Z] Progress (1): 1.1 kB 17:27:31 [2026-08-21T15:27:31.307Z] Progress (1): 3.6 kB 17:27:31 [2026-08-21T15:27:31.307Z] Progress (1): 7.1 kB 17:27:31 [2026-08-21T15:27:31.307Z] Progress (1): 13 kB 17:27:31 [2026-08-21T15:27:31.307Z] Progress (1): 17 kB 17:27:31 [2026-08-21T15:27:31.307Z] Progress (1): 20 kB 17:27:31 [2026-08-21T15:27:31.307Z] Progress (1): 21 kB 17:27:31 [2026-08-21T15:27:31.307Z] 17:27:31 [2026-08-21T15:27:31.307Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-parent/6/weld-parent-6.pom (21 kB at 796 kB/s) 17:27:31 [2026-08-21T15:27:31.307Z] Downloading from central: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom 17:27:31 [2026-08-21T15:27:31.557Z] Progress (1): 1.0 kB 17:27:31 [2026-08-21T15:27:31.558Z] 17:27:31 [2026-08-21T15:27:31.558Z] Downloaded from central: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom (1.0 kB at 18 kB/s) 17:27:31 [2026-08-21T15:27:31.558Z] Downloading from central: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.pom 17:27:31 [2026-08-21T15:27:31.558Z] Progress (1): 612 B 17:27:31 [2026-08-21T15:27:31.558Z] 17:27:31 [2026-08-21T15:27:31.558Z] Downloaded from central: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 26 kB/s) 17:27:31 [2026-08-21T15:27:31.558Z] 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:27:31 [2026-08-21T15:27:31.558Z] Progress (1): 914 B 17:27:31 [2026-08-21T15:27:31.558Z] Progress (1): 2.6 kB 17:27:31 [2026-08-21T15:27:31.558Z] 17:27:31 [2026-08-21T15:27:31.558Z] 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 119 kB/s) 17:27:31 [2026-08-21T15:27:31.558Z] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.3.4/sisu-inject-0.3.4.pom 17:27:31 [2026-08-21T15:27:31.558Z] Progress (1): 860 B 17:27:31 [2026-08-21T15:27:31.558Z] Progress (1): 2.8 kB 17:27:31 [2026-08-21T15:27:31.558Z] Progress (1): 5.1 kB 17:27:31 [2026-08-21T15:27:31.558Z] Progress (1): 9.6 kB 17:27:31 [2026-08-21T15:27:31.558Z] Progress (1): 11 kB 17:27:31 [2026-08-21T15:27:31.558Z] Progress (1): 14 kB 17:27:31 [2026-08-21T15:27:31.558Z] 17:27:31 [2026-08-21T15:27:31.558Z] 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 480 kB/s) 17:27:31 [2026-08-21T15:27:31.558Z] 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:27:31 [2026-08-21T15:27:31.558Z] Progress (1): 815 B 17:27:31 [2026-08-21T15:27:31.558Z] 17:27:31 [2026-08-21T15:27:31.558Z] 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 35 kB/s) 17:27:31 [2026-08-21T15:27:31.558Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom 17:27:31 [2026-08-21T15:27:31.558Z] Progress (1): 1.3 kB 17:27:31 [2026-08-21T15:27:31.558Z] Progress (1): 4.2 kB 17:27:31 [2026-08-21T15:27:31.558Z] 17:27:31 [2026-08-21T15:27:31.558Z] 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 170 kB/s) 17:27:31 [2026-08-21T15:27:31.558Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom 17:27:31 [2026-08-21T15:27:31.558Z] Progress (1): 711 B 17:27:31 [2026-08-21T15:27:31.558Z] Progress (1): 2.8 kB 17:27:31 [2026-08-21T15:27:31.558Z] Progress (1): 6.4 kB 17:27:31 [2026-08-21T15:27:31.558Z] Progress (1): 9.1 kB 17:27:31 [2026-08-21T15:27:31.558Z] Progress (1): 13 kB 17:27:31 [2026-08-21T15:27:31.558Z] Progress (1): 17 kB 17:27:31 [2026-08-21T15:27:31.558Z] 17:27:31 [2026-08-21T15:27:31.558Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 kB at 721 kB/s) 17:27:31 [2026-08-21T15:27:31.558Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom 17:27:31 [2026-08-21T15:27:31.558Z] Progress (1): 930 B 17:27:31 [2026-08-21T15:27:31.558Z] Progress (1): 3.0 kB 17:27:31 [2026-08-21T15:27:31.558Z] Progress (1): 6.0 kB 17:27:31 [2026-08-21T15:27:31.558Z] Progress (1): 7.3 kB 17:27:31 [2026-08-21T15:27:31.558Z] 17:27:31 [2026-08-21T15:27:31.558Z] 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 292 kB/s) 17:27:31 [2026-08-21T15:27:31.558Z] [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:27:31 [2026-08-21T15:27:31.558Z] [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:27:31 [2026-08-21T15:27:31.558Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom 17:27:31 [2026-08-21T15:27:31.809Z] 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:27:31 [2026-08-21T15:27:31.809Z] [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:27:31 [2026-08-21T15:27:31.809Z] [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:27:31 [2026-08-21T15:27:31.809Z] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/17/spice-parent-17.pom 17:27:31 [2026-08-21T15:27:31.809Z] 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:27:31 [2026-08-21T15:27:31.809Z] [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:27:31 [2026-08-21T15:27:31.809Z] [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:27:31 [2026-08-21T15:27:31.809Z] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom 17:27:31 [2026-08-21T15:27:31.809Z] 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:27:31 [2026-08-21T15:27:31.809Z] 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:27:31 [2026-08-21T15:27:31.809Z] Progress (1): 815 B 17:27:31 [2026-08-21T15:27:31.809Z] Progress (1): 3.7 kB 17:27:31 [2026-08-21T15:27:31.809Z] Progress (1): 3.9 kB 17:27:31 [2026-08-21T15:27:31.809Z] 17:27:31 [2026-08-21T15:27:31.809Z] 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 156 kB/s) 17:27:31 [2026-08-21T15:27:31.809Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.15.0/commons-text-1.15.0.pom 17:27:31 [2026-08-21T15:27:31.809Z] Progress (1): 740 B 17:27:31 [2026-08-21T15:27:31.809Z] Progress (1): 2.0 kB 17:27:31 [2026-08-21T15:27:31.809Z] Progress (1): 3.8 kB 17:27:31 [2026-08-21T15:27:31.809Z] Progress (1): 6.5 kB 17:27:31 [2026-08-21T15:27:31.809Z] Progress (1): 8.9 kB 17:27:31 [2026-08-21T15:27:31.809Z] Progress (1): 13 kB 17:27:31 [2026-08-21T15:27:31.809Z] Progress (1): 15 kB 17:27:31 [2026-08-21T15:27:31.809Z] Progress (1): 19 kB 17:27:31 [2026-08-21T15:27:31.809Z] Progress (1): 22 kB 17:27:31 [2026-08-21T15:27:31.809Z] Progress (1): 24 kB 17:27:31 [2026-08-21T15:27:31.809Z] 17:27:31 [2026-08-21T15:27:31.809Z] 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 877 kB/s) 17:27:31 [2026-08-21T15:27:31.809Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/93/commons-parent-93.pom 17:27:31 [2026-08-21T15:27:31.809Z] Progress (1): 700 B 17:27:31 [2026-08-21T15:27:31.809Z] Progress (1): 1.9 kB 17:27:31 [2026-08-21T15:27:31.809Z] Progress (1): 3.2 kB 17:27:31 [2026-08-21T15:27:31.809Z] Progress (1): 4.7 kB 17:27:31 [2026-08-21T15:27:31.809Z] Progress (1): 6.8 kB 17:27:31 [2026-08-21T15:27:31.809Z] Progress (1): 9.4 kB 17:27:31 [2026-08-21T15:27:31.809Z] Progress (1): 11 kB 17:27:31 [2026-08-21T15:27:31.809Z] Progress (1): 14 kB 17:27:31 [2026-08-21T15:27:31.809Z] Progress (1): 16 kB 17:27:31 [2026-08-21T15:27:31.809Z] Progress (1): 19 kB 17:27:31 [2026-08-21T15:27:31.809Z] Progress (1): 21 kB 17:27:31 [2026-08-21T15:27:31.809Z] Progress (1): 23 kB 17:27:31 [2026-08-21T15:27:31.809Z] Progress (1): 25 kB 17:27:31 [2026-08-21T15:27:31.809Z] Progress (1): 29 kB 17:27:31 [2026-08-21T15:27:31.809Z] Progress (1): 32 kB 17:27:31 [2026-08-21T15:27:31.809Z] Progress (1): 32 kB 17:27:31 [2026-08-21T15:27:31.809Z] Progress (1): 36 kB 17:27:31 [2026-08-21T15:27:31.809Z] Progress (1): 41 kB 17:27:31 [2026-08-21T15:27:31.809Z] Progress (1): 44 kB 17:27:31 [2026-08-21T15:27:31.809Z] Progress (1): 46 kB 17:27:31 [2026-08-21T15:27:31.809Z] Progress (1): 50 kB 17:27:31 [2026-08-21T15:27:31.809Z] Progress (1): 52 kB 17:27:31 [2026-08-21T15:27:31.809Z] Progress (1): 55 kB 17:27:31 [2026-08-21T15:27:31.809Z] Progress (1): 58 kB 17:27:31 [2026-08-21T15:27:31.809Z] Progress (1): 60 kB 17:27:31 [2026-08-21T15:27:31.809Z] Progress (1): 63 kB 17:27:31 [2026-08-21T15:27:31.809Z] Progress (1): 67 kB 17:27:31 [2026-08-21T15:27:31.809Z] Progress (1): 70 kB 17:27:31 [2026-08-21T15:27:31.809Z] Progress (1): 73 kB 17:27:31 [2026-08-21T15:27:31.809Z] Progress (1): 75 kB 17:27:31 [2026-08-21T15:27:31.809Z] Progress (1): 77 kB 17:27:31 [2026-08-21T15:27:31.809Z] Progress (1): 79 kB 17:27:31 [2026-08-21T15:27:31.809Z] 17:27:31 [2026-08-21T15:27:31.809Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/93/commons-parent-93.pom (79 kB at 2.6 MB/s) 17:27:31 [2026-08-21T15:27:31.809Z] 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:27:32 [2026-08-21T15:27:32.060Z] Progress (1): 802 B 17:27:32 [2026-08-21T15:27:32.060Z] Progress (1): 3.5 kB 17:27:32 [2026-08-21T15:27:32.060Z] Progress (1): 7.8 kB 17:27:32 [2026-08-21T15:27:32.060Z] 17:27:32 [2026-08-21T15:27:32.060Z] 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 337 kB/s) 17:27:32 [2026-08-21T15:27:32.060Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.1.0/plexus-i18n-1.1.0.pom 17:27:32 [2026-08-21T15:27:32.060Z] Progress (1): 1.2 kB 17:27:32 [2026-08-21T15:27:32.060Z] Progress (1): 2.8 kB 17:27:32 [2026-08-21T15:27:32.060Z] 17:27:32 [2026-08-21T15:27:32.060Z] 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 126 kB/s) 17:27:32 [2026-08-21T15:27:32.060Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/24/plexus-24.pom 17:27:32 [2026-08-21T15:27:32.060Z] Progress (1): 689 B 17:27:32 [2026-08-21T15:27:32.060Z] Progress (1): 2.5 kB 17:27:32 [2026-08-21T15:27:32.060Z] Progress (1): 6.4 kB 17:27:32 [2026-08-21T15:27:32.060Z] Progress (1): 8.8 kB 17:27:32 [2026-08-21T15:27:32.060Z] Progress (1): 11 kB 17:27:32 [2026-08-21T15:27:32.060Z] Progress (1): 12 kB 17:27:32 [2026-08-21T15:27:32.060Z] Progress (1): 16 kB 17:27:32 [2026-08-21T15:27:32.060Z] Progress (1): 21 kB 17:27:32 [2026-08-21T15:27:32.060Z] Progress (1): 23 kB 17:27:32 [2026-08-21T15:27:32.060Z] Progress (1): 28 kB 17:27:32 [2026-08-21T15:27:32.060Z] Progress (1): 31 kB 17:27:32 [2026-08-21T15:27:32.060Z] 17:27:32 [2026-08-21T15:27:32.060Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/24/plexus-24.pom (31 kB at 1.4 MB/s) 17:27:32 [2026-08-21T15:27:32.060Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.pom 17:27:32 [2026-08-21T15:27:32.060Z] Progress (1): 1.3 kB 17:27:32 [2026-08-21T15:27:32.060Z] Progress (1): 3.0 kB 17:27:32 [2026-08-21T15:27:32.060Z] 17:27:32 [2026-08-21T15:27:32.060Z] 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 112 kB/s) 17:27:32 [2026-08-21T15:27:32.060Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/16/plexus-16.pom 17:27:32 [2026-08-21T15:27:32.060Z] Progress (1): 692 B 17:27:32 [2026-08-21T15:27:32.060Z] Progress (1): 2.7 kB 17:27:32 [2026-08-21T15:27:32.060Z] Progress (1): 6.4 kB 17:27:32 [2026-08-21T15:27:32.060Z] Progress (1): 8.9 kB 17:27:32 [2026-08-21T15:27:32.060Z] Progress (1): 11 kB 17:27:32 [2026-08-21T15:27:32.060Z] Progress (1): 14 kB 17:27:32 [2026-08-21T15:27:32.060Z] Progress (1): 18 kB 17:27:32 [2026-08-21T15:27:32.060Z] Progress (1): 21 kB 17:27:32 [2026-08-21T15:27:32.060Z] Progress (1): 25 kB 17:27:32 [2026-08-21T15:27:32.060Z] Progress (1): 28 kB 17:27:32 [2026-08-21T15:27:32.060Z] 17:27:32 [2026-08-21T15:27:32.060Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/16/plexus-16.pom (28 kB at 1.1 MB/s) 17:27:32 [2026-08-21T15:27:32.060Z] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.10.1/junit-bom-5.10.1.pom 17:27:32 [2026-08-21T15:27:32.060Z] Progress (1): 908 B 17:27:32 [2026-08-21T15:27:32.060Z] Progress (1): 4.1 kB 17:27:32 [2026-08-21T15:27:32.060Z] Progress (1): 5.6 kB 17:27:32 [2026-08-21T15:27:32.060Z] 17:27:32 [2026-08-21T15:27:32.060Z] 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 269 kB/s) 17:27:32 [2026-08-21T15:27:32.060Z] 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:27:32 [2026-08-21T15:27:32.060Z] Progress (1): 774 B 17:27:32 [2026-08-21T15:27:32.060Z] Progress (1): 2.7 kB 17:27:32 [2026-08-21T15:27:32.060Z] Progress (1): 6.9 kB 17:27:32 [2026-08-21T15:27:32.060Z] Progress (1): 7.4 kB 17:27:32 [2026-08-21T15:27:32.060Z] 17:27:32 [2026-08-21T15:27:32.060Z] 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 321 kB/s) 17:27:32 [2026-08-21T15:27:32.060Z] 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:27:32 [2026-08-21T15:27:32.060Z] Progress (1): 797 B 17:27:32 [2026-08-21T15:27:32.060Z] Progress (1): 2.3 kB 17:27:32 [2026-08-21T15:27:32.060Z] Progress (1): 3.0 kB 17:27:32 [2026-08-21T15:27:32.060Z] 17:27:32 [2026-08-21T15:27:32.060Z] 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 121 kB/s) 17:27:32 [2026-08-21T15:27:32.060Z] 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:27:32 [2026-08-21T15:27:32.311Z] Progress (1): 818 B 17:27:32 [2026-08-21T15:27:32.311Z] Progress (1): 2.9 kB 17:27:32 [2026-08-21T15:27:32.311Z] 17:27:32 [2026-08-21T15:27:32.311Z] 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 104 kB/s) 17:27:32 [2026-08-21T15:27:32.311Z] 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:27:32 [2026-08-21T15:27:32.311Z] Progress (1): 823 B 17:27:32 [2026-08-21T15:27:32.311Z] Progress (1): 2.5 kB 17:27:32 [2026-08-21T15:27:32.311Z] 17:27:32 [2026-08-21T15:27:32.311Z] 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 96 kB/s) 17:27:32 [2026-08-21T15:27:32.311Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/2.2.0/plexus-velocity-2.2.0.pom 17:27:32 [2026-08-21T15:27:32.311Z] Progress (1): 808 B 17:27:32 [2026-08-21T15:27:32.311Z] Progress (1): 2.4 kB 17:27:32 [2026-08-21T15:27:32.311Z] Progress (1): 4.1 kB 17:27:32 [2026-08-21T15:27:32.311Z] 17:27:32 [2026-08-21T15:27:32.311Z] 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 176 kB/s) 17:27:32 [2026-08-21T15:27:32.311Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/19/plexus-19.pom 17:27:32 [2026-08-21T15:27:32.311Z] Progress (1): 988 B 17:27:32 [2026-08-21T15:27:32.311Z] Progress (1): 4.2 kB 17:27:32 [2026-08-21T15:27:32.311Z] Progress (1): 7.6 kB 17:27:32 [2026-08-21T15:27:32.311Z] Progress (1): 9.4 kB 17:27:32 [2026-08-21T15:27:32.311Z] Progress (1): 12 kB 17:27:32 [2026-08-21T15:27:32.311Z] Progress (1): 16 kB 17:27:32 [2026-08-21T15:27:32.311Z] Progress (1): 19 kB 17:27:32 [2026-08-21T15:27:32.311Z] Progress (1): 24 kB 17:27:32 [2026-08-21T15:27:32.311Z] Progress (1): 25 kB 17:27:32 [2026-08-21T15:27:32.311Z] 17:27:32 [2026-08-21T15:27:32.311Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/19/plexus-19.pom (25 kB at 1.0 MB/s) 17:27:32 [2026-08-21T15:27:32.311Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-engine-core/2.4/velocity-engine-core-2.4.pom 17:27:32 [2026-08-21T15:27:32.311Z] Progress (1): 801 B 17:27:32 [2026-08-21T15:27:32.311Z] Progress (1): 2.2 kB 17:27:32 [2026-08-21T15:27:32.311Z] Progress (1): 5.1 kB 17:27:32 [2026-08-21T15:27:32.311Z] Progress (1): 9.4 kB 17:27:32 [2026-08-21T15:27:32.311Z] Progress (1): 12 kB 17:27:32 [2026-08-21T15:27:32.311Z] 17:27:32 [2026-08-21T15:27:32.311Z] 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 499 kB/s) 17:27:32 [2026-08-21T15:27:32.311Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-engine-parent/2.4/velocity-engine-parent-2.4.pom 17:27:32 [2026-08-21T15:27:32.311Z] Progress (1): 806 B 17:27:32 [2026-08-21T15:27:32.311Z] Progress (1): 2.6 kB 17:27:32 [2026-08-21T15:27:32.311Z] Progress (1): 5.1 kB 17:27:32 [2026-08-21T15:27:32.311Z] Progress (1): 7.8 kB 17:27:32 [2026-08-21T15:27:32.311Z] Progress (1): 9.5 kB 17:27:32 [2026-08-21T15:27:32.311Z] 17:27:32 [2026-08-21T15:27:32.312Z] 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 453 kB/s) 17:27:32 [2026-08-21T15:27:32.312Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-master/7/velocity-master-7.pom 17:27:32 [2026-08-21T15:27:32.312Z] Progress (1): 812 B 17:27:32 [2026-08-21T15:27:32.312Z] Progress (1): 2.2 kB 17:27:32 [2026-08-21T15:27:32.312Z] Progress (1): 5.3 kB 17:27:32 [2026-08-21T15:27:32.312Z] Progress (1): 7.9 kB 17:27:32 [2026-08-21T15:27:32.312Z] 17:27:32 [2026-08-21T15:27:32.312Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-master/7/velocity-master-7.pom (7.9 kB at 248 kB/s) 17:27:32 [2026-08-21T15:27:32.312Z] 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:27:32 [2026-08-21T15:27:32.562Z] Progress (1): 862 B 17:27:32 [2026-08-21T15:27:32.562Z] Progress (1): 2.6 kB 17:27:32 [2026-08-21T15:27:32.562Z] 17:27:32 [2026-08-21T15:27:32.562Z] 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 95 kB/s) 17:27:32 [2026-08-21T15:27:32.562Z] 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:27:32 [2026-08-21T15:27:32.562Z] Progress (1): 816 B 17:27:32 [2026-08-21T15:27:32.562Z] Progress (1): 2.2 kB 17:27:32 [2026-08-21T15:27:32.562Z] Progress (1): 4.5 kB 17:27:32 [2026-08-21T15:27:32.562Z] Progress (1): 7.5 kB 17:27:32 [2026-08-21T15:27:32.562Z] Progress (1): 8.0 kB 17:27:32 [2026-08-21T15:27:32.562Z] 17:27:32 [2026-08-21T15:27:32.562Z] 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 308 kB/s) 17:27:32 [2026-08-21T15:27:32.562Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-master/4/velocity-master-4.pom 17:27:32 [2026-08-21T15:27:32.562Z] Progress (1): 808 B 17:27:32 [2026-08-21T15:27:32.562Z] Progress (1): 2.5 kB 17:27:32 [2026-08-21T15:27:32.562Z] Progress (1): 5.9 kB 17:27:32 [2026-08-21T15:27:32.562Z] Progress (1): 7.8 kB 17:27:32 [2026-08-21T15:27:32.562Z] 17:27:32 [2026-08-21T15:27:32.562Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-master/4/velocity-master-4.pom (7.8 kB at 370 kB/s) 17:27:32 [2026-08-21T15:27:32.562Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-engine-core/2.3/velocity-engine-core-2.3.pom 17:27:32 [2026-08-21T15:27:32.562Z] Progress (1): 1.3 kB 17:27:32 [2026-08-21T15:27:32.562Z] Progress (1): 4.5 kB 17:27:32 [2026-08-21T15:27:32.562Z] Progress (1): 8.2 kB 17:27:32 [2026-08-21T15:27:32.562Z] Progress (1): 10 kB 17:27:32 [2026-08-21T15:27:32.562Z] 17:27:32 [2026-08-21T15:27:32.562Z] 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 403 kB/s) 17:27:32 [2026-08-21T15:27:32.562Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-engine-parent/2.3/velocity-engine-parent-2.3.pom 17:27:32 [2026-08-21T15:27:32.562Z] Progress (1): 801 B 17:27:32 [2026-08-21T15:27:32.562Z] Progress (1): 2.2 kB 17:27:32 [2026-08-21T15:27:32.562Z] Progress (1): 6.0 kB 17:27:32 [2026-08-21T15:27:32.562Z] Progress (1): 9.4 kB 17:27:32 [2026-08-21T15:27:32.562Z] Progress (1): 12 kB 17:27:32 [2026-08-21T15:27:32.562Z] Progress (1): 14 kB 17:27:32 [2026-08-21T15:27:32.562Z] 17:27:32 [2026-08-21T15:27:32.562Z] 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 532 kB/s) 17:27:32 [2026-08-21T15:27:32.562Z] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom 17:27:32 [2026-08-21T15:27:32.562Z] Progress (1): 1.0 kB 17:27:32 [2026-08-21T15:27:32.562Z] Progress (1): 3.3 kB 17:27:32 [2026-08-21T15:27:32.562Z] Progress (1): 3.8 kB 17:27:32 [2026-08-21T15:27:32.562Z] 17:27:32 [2026-08-21T15:27:32.562Z] 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 202 kB/s) 17:27:32 [2026-08-21T15:27:32.562Z] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom 17:27:32 [2026-08-21T15:27:32.562Z] Progress (1): 1.0 kB 17:27:32 [2026-08-21T15:27:32.562Z] Progress (1): 3.2 kB 17:27:32 [2026-08-21T15:27:32.562Z] Progress (1): 6.0 kB 17:27:32 [2026-08-21T15:27:32.562Z] Progress (1): 9.1 kB 17:27:32 [2026-08-21T15:27:32.562Z] Progress (1): 12 kB 17:27:32 [2026-08-21T15:27:32.562Z] Progress (1): 14 kB 17:27:32 [2026-08-21T15:27:32.562Z] 17:27:32 [2026-08-21T15:27:32.562Z] 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 628 kB/s) 17:27:32 [2026-08-21T15:27:32.563Z] Downloading from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.11.0/commons-beanutils-1.11.0.pom 17:27:32 [2026-08-21T15:27:32.563Z] Progress (1): 764 B 17:27:32 [2026-08-21T15:27:32.563Z] Progress (1): 2.2 kB 17:27:32 [2026-08-21T15:27:32.563Z] Progress (1): 3.8 kB 17:27:32 [2026-08-21T15:27:32.563Z] Progress (1): 5.9 kB 17:27:32 [2026-08-21T15:27:32.563Z] Progress (1): 9.2 kB 17:27:32 [2026-08-21T15:27:32.563Z] Progress (1): 12 kB 17:27:32 [2026-08-21T15:27:32.563Z] Progress (1): 16 kB 17:27:32 [2026-08-21T15:27:32.563Z] Progress (1): 19 kB 17:27:32 [2026-08-21T15:27:32.563Z] 17:27:32 [2026-08-21T15:27:32.563Z] 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 695 kB/s) 17:27:32 [2026-08-21T15:27:32.563Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/84/commons-parent-84.pom 17:27:32 [2026-08-21T15:27:32.813Z] Progress (1): 701 B 17:27:32 [2026-08-21T15:27:32.813Z] Progress (1): 1.9 kB 17:27:32 [2026-08-21T15:27:32.813Z] Progress (1): 3.2 kB 17:27:32 [2026-08-21T15:27:32.813Z] Progress (1): 4.7 kB 17:27:32 [2026-08-21T15:27:32.813Z] Progress (1): 6.8 kB 17:27:32 [2026-08-21T15:27:32.813Z] Progress (1): 9.4 kB 17:27:32 [2026-08-21T15:27:32.813Z] Progress (1): 11 kB 17:27:32 [2026-08-21T15:27:32.813Z] Progress (1): 13 kB 17:27:32 [2026-08-21T15:27:32.813Z] Progress (1): 16 kB 17:27:32 [2026-08-21T15:27:32.813Z] Progress (1): 19 kB 17:27:32 [2026-08-21T15:27:32.813Z] Progress (1): 21 kB 17:27:32 [2026-08-21T15:27:32.813Z] Progress (1): 23 kB 17:27:32 [2026-08-21T15:27:32.813Z] Progress (1): 25 kB 17:27:32 [2026-08-21T15:27:32.813Z] Progress (1): 29 kB 17:27:32 [2026-08-21T15:27:32.813Z] Progress (1): 32 kB 17:27:32 [2026-08-21T15:27:32.813Z] Progress (1): 32 kB 17:27:32 [2026-08-21T15:27:32.813Z] Progress (1): 37 kB 17:27:32 [2026-08-21T15:27:32.813Z] Progress (1): 41 kB 17:27:32 [2026-08-21T15:27:32.813Z] Progress (1): 45 kB 17:27:32 [2026-08-21T15:27:32.813Z] Progress (1): 47 kB 17:27:32 [2026-08-21T15:27:32.813Z] Progress (1): 50 kB 17:27:32 [2026-08-21T15:27:32.813Z] Progress (1): 52 kB 17:27:32 [2026-08-21T15:27:32.813Z] Progress (1): 56 kB 17:27:32 [2026-08-21T15:27:32.813Z] Progress (1): 58 kB 17:27:32 [2026-08-21T15:27:32.813Z] Progress (1): 61 kB 17:27:32 [2026-08-21T15:27:32.813Z] Progress (1): 64 kB 17:27:32 [2026-08-21T15:27:32.813Z] Progress (1): 69 kB 17:27:32 [2026-08-21T15:27:32.813Z] Progress (1): 71 kB 17:27:32 [2026-08-21T15:27:32.813Z] Progress (1): 74 kB 17:27:32 [2026-08-21T15:27:32.813Z] Progress (1): 76 kB 17:27:32 [2026-08-21T15:27:32.813Z] Progress (1): 78 kB 17:27:32 [2026-08-21T15:27:32.813Z] 17:27:32 [2026-08-21T15:27:32.813Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/84/commons-parent-84.pom (78 kB at 2.6 MB/s) 17:27:32 [2026-08-21T15:27:32.813Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/34/apache-34.pom 17:27:32 [2026-08-21T15:27:32.813Z] Progress (1): 737 B 17:27:32 [2026-08-21T15:27:32.813Z] Progress (1): 2.0 kB 17:27:32 [2026-08-21T15:27:32.813Z] Progress (1): 4.0 kB 17:27:32 [2026-08-21T15:27:32.813Z] Progress (1): 5.9 kB 17:27:32 [2026-08-21T15:27:32.813Z] Progress (1): 11 kB 17:27:32 [2026-08-21T15:27:32.813Z] Progress (1): 15 kB 17:27:32 [2026-08-21T15:27:32.813Z] Progress (1): 19 kB 17:27:32 [2026-08-21T15:27:32.813Z] Progress (1): 22 kB 17:27:32 [2026-08-21T15:27:32.813Z] Progress (1): 24 kB 17:27:32 [2026-08-21T15:27:32.813Z] 17:27:32 [2026-08-21T15:27:32.813Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/34/apache-34.pom (24 kB at 1.0 MB/s) 17:27:32 [2026-08-21T15:27:32.813Z] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.12.2/junit-bom-5.12.2.pom 17:27:32 [2026-08-21T15:27:32.813Z] Progress (1): 908 B 17:27:32 [2026-08-21T15:27:32.813Z] Progress (1): 4.1 kB 17:27:32 [2026-08-21T15:27:32.813Z] Progress (1): 5.6 kB 17:27:32 [2026-08-21T15:27:32.813Z] 17:27:32 [2026-08-21T15:27:32.813Z] 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 246 kB/s) 17:27:32 [2026-08-21T15:27:32.813Z] Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.3.5/commons-logging-1.3.5.pom 17:27:32 [2026-08-21T15:27:32.813Z] Progress (1): 740 B 17:27:32 [2026-08-21T15:27:32.813Z] Progress (1): 2.1 kB 17:27:32 [2026-08-21T15:27:32.813Z] Progress (1): 3.9 kB 17:27:32 [2026-08-21T15:27:32.813Z] Progress (1): 5.4 kB 17:27:32 [2026-08-21T15:27:32.813Z] Progress (1): 8.5 kB 17:27:32 [2026-08-21T15:27:32.813Z] Progress (1): 11 kB 17:27:32 [2026-08-21T15:27:32.813Z] Progress (1): 14 kB 17:27:32 [2026-08-21T15:27:32.813Z] Progress (1): 20 kB 17:27:32 [2026-08-21T15:27:32.813Z] Progress (1): 23 kB 17:27:32 [2026-08-21T15:27:32.813Z] Progress (1): 28 kB 17:27:32 [2026-08-21T15:27:32.813Z] Progress (1): 31 kB 17:27:32 [2026-08-21T15:27:32.813Z] Progress (1): 32 kB 17:27:32 [2026-08-21T15:27:32.813Z] 17:27:32 [2026-08-21T15:27:32.813Z] 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 1.1 MB/s) 17:27:32 [2026-08-21T15:27:32.813Z] Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom 17:27:32 [2026-08-21T15:27:32.813Z] Progress (1): 785 B 17:27:32 [2026-08-21T15:27:32.813Z] Progress (1): 2.4 kB 17:27:32 [2026-08-21T15:27:32.813Z] Progress (1): 5.9 kB 17:27:32 [2026-08-21T15:27:32.813Z] Progress (1): 9.5 kB 17:27:32 [2026-08-21T15:27:32.813Z] Progress (1): 11 kB 17:27:32 [2026-08-21T15:27:32.813Z] Progress (1): 12 kB 17:27:32 [2026-08-21T15:27:32.813Z] 17:27:32 [2026-08-21T15:27:32.813Z] 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 459 kB/s) 17:27:32 [2026-08-21T15:27:32.814Z] [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:27:32 [2026-08-21T15:27:32.814Z] [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:27:32 [2026-08-21T15:27:32.814Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/39/commons-parent-39.pom 17:27:32 [2026-08-21T15:27:32.814Z] 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:27:32 [2026-08-21T15:27:32.814Z] [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:27:32 [2026-08-21T15:27:32.814Z] [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:27:32 [2026-08-21T15:27:32.814Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom 17:27:33 [2026-08-21T15:27:33.064Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom (0 B at 0 B/s) 17:27:33 [2026-08-21T15:27:33.064Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-digester3/3.2/commons-digester3-3.2.pom 17:27:33 [2026-08-21T15:27:33.064Z] Progress (1): 765 B 17:27:33 [2026-08-21T15:27:33.064Z] Progress (1): 2.1 kB 17:27:33 [2026-08-21T15:27:33.064Z] Progress (1): 4.6 kB 17:27:33 [2026-08-21T15:27:33.064Z] Progress (1): 6.8 kB 17:27:33 [2026-08-21T15:27:33.064Z] Progress (1): 8.6 kB 17:27:33 [2026-08-21T15:27:33.064Z] Progress (1): 12 kB 17:27:33 [2026-08-21T15:27:33.064Z] Progress (1): 15 kB 17:27:33 [2026-08-21T15:27:33.064Z] Progress (1): 17 kB 17:27:33 [2026-08-21T15:27:33.064Z] Progress (1): 18 kB 17:27:33 [2026-08-21T15:27:33.064Z] 17:27:33 [2026-08-21T15:27:33.064Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-digester3/3.2/commons-digester3-3.2.pom (18 kB at 586 kB/s) 17:27:33 [2026-08-21T15:27:33.064Z] [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:27:33 [2026-08-21T15:27:33.064Z] [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:27:33 [2026-08-21T15:27:33.064Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/22/commons-parent-22.pom 17:27:33 [2026-08-21T15:27:33.064Z] 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:27:33 [2026-08-21T15:27:33.064Z] [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:27:33 [2026-08-21T15:27:33.065Z] [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:27:33 [2026-08-21T15:27:33.065Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/9/apache-9.pom 17:27:33 [2026-08-21T15:27:33.065Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/9/apache-9.pom (0 B at 0 B/s) 17:27:33 [2026-08-21T15:27:33.065Z] Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom 17:27:33 [2026-08-21T15:27:33.065Z] Progress (1): 783 B 17:27:33 [2026-08-21T15:27:33.065Z] Progress (1): 2.0 kB 17:27:33 [2026-08-21T15:27:33.065Z] Progress (1): 5.0 kB 17:27:33 [2026-08-21T15:27:33.065Z] Progress (1): 6.8 kB 17:27:33 [2026-08-21T15:27:33.065Z] Progress (1): 10 kB 17:27:33 [2026-08-21T15:27:33.065Z] Progress (1): 13 kB 17:27:33 [2026-08-21T15:27:33.065Z] Progress (1): 16 kB 17:27:33 [2026-08-21T15:27:33.065Z] Progress (1): 18 kB 17:27:33 [2026-08-21T15:27:33.065Z] 17:27:33 [2026-08-21T15:27:33.065Z] 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 798 kB/s) 17:27:33 [2026-08-21T15:27:33.065Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/5/commons-parent-5.pom 17:27:33 [2026-08-21T15:27:33.065Z] Progress (1): 782 B 17:27:33 [2026-08-21T15:27:33.065Z] Progress (1): 2.1 kB 17:27:33 [2026-08-21T15:27:33.065Z] Progress (1): 4.7 kB 17:27:33 [2026-08-21T15:27:33.065Z] Progress (1): 8.4 kB 17:27:33 [2026-08-21T15:27:33.065Z] Progress (1): 12 kB 17:27:33 [2026-08-21T15:27:33.065Z] Progress (1): 16 kB 17:27:33 [2026-08-21T15:27:33.065Z] 17:27:33 [2026-08-21T15:27:33.065Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/5/commons-parent-5.pom (16 kB at 764 kB/s) 17:27:33 [2026-08-21T15:27:33.065Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/4/apache-4.pom 17:27:33 [2026-08-21T15:27:33.065Z] Progress (1): 790 B 17:27:33 [2026-08-21T15:27:33.065Z] Progress (1): 2.1 kB 17:27:33 [2026-08-21T15:27:33.065Z] Progress (1): 4.2 kB 17:27:33 [2026-08-21T15:27:33.065Z] Progress (1): 4.5 kB 17:27:33 [2026-08-21T15:27:33.065Z] 17:27:33 [2026-08-21T15:27:33.065Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/4/apache-4.pom (4.5 kB at 195 kB/s) 17:27:33 [2026-08-21T15:27:33.065Z] Downloading from central: https://repo.maven.apache.org/maven2/com/github/cliftonlabs/json-simple/3.0.2/json-simple-3.0.2.pom 17:27:33 [2026-08-21T15:27:33.065Z] Progress (1): 1.0 kB 17:27:33 [2026-08-21T15:27:33.065Z] Progress (1): 3.1 kB 17:27:33 [2026-08-21T15:27:33.065Z] Progress (1): 6.8 kB 17:27:33 [2026-08-21T15:27:33.065Z] Progress (1): 7.5 kB 17:27:33 [2026-08-21T15:27:33.065Z] 17:27:33 [2026-08-21T15:27:33.065Z] 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 267 kB/s) 17:27:33 [2026-08-21T15:27:33.315Z] 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:27:33 [2026-08-21T15:27:33.315Z] Progress (1): 819 B 17:27:33 [2026-08-21T15:27:33.315Z] Progress (1): 2.9 kB 17:27:33 [2026-08-21T15:27:33.315Z] 17:27:33 [2026-08-21T15:27:33.315Z] 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 110 kB/s) 17:27:33 [2026-08-21T15:27:33.315Z] 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:27:33 [2026-08-21T15:27:33.315Z] Progress (1): 779 B 17:27:33 [2026-08-21T15:27:33.315Z] Progress (1): 3.1 kB 17:27:33 [2026-08-21T15:27:33.315Z] Progress (1): 5.4 kB 17:27:33 [2026-08-21T15:27:33.315Z] 17:27:33 [2026-08-21T15:27:33.315Z] 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 224 kB/s) 17:27:33 [2026-08-21T15:27:33.315Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.6.2/maven-archiver-3.6.2.pom 17:27:33 [2026-08-21T15:27:33.315Z] Progress (1): 801 B 17:27:33 [2026-08-21T15:27:33.315Z] Progress (1): 2.3 kB 17:27:33 [2026-08-21T15:27:33.315Z] Progress (1): 4.4 kB 17:27:33 [2026-08-21T15:27:33.315Z] 17:27:33 [2026-08-21T15:27:33.315Z] 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 183 kB/s) 17:27:33 [2026-08-21T15:27:33.316Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/41/maven-shared-components-41.pom 17:27:33 [2026-08-21T15:27:33.316Z] Progress (1): 815 B 17:27:33 [2026-08-21T15:27:33.316Z] Progress (1): 2.3 kB 17:27:33 [2026-08-21T15:27:33.316Z] Progress (1): 3.2 kB 17:27:33 [2026-08-21T15:27:33.316Z] 17:27:33 [2026-08-21T15:27:33.316Z] 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 138 kB/s) 17:27:33 [2026-08-21T15:27:33.316Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/41/maven-parent-41.pom 17:27:33 [2026-08-21T15:27:33.316Z] Progress (1): 724 B 17:27:33 [2026-08-21T15:27:33.316Z] Progress (1): 1.9 kB 17:27:33 [2026-08-21T15:27:33.316Z] Progress (1): 5.5 kB 17:27:33 [2026-08-21T15:27:33.316Z] Progress (1): 9.9 kB 17:27:33 [2026-08-21T15:27:33.316Z] Progress (1): 14 kB 17:27:33 [2026-08-21T15:27:33.316Z] Progress (1): 19 kB 17:27:33 [2026-08-21T15:27:33.316Z] Progress (1): 23 kB 17:27:33 [2026-08-21T15:27:33.316Z] Progress (1): 27 kB 17:27:33 [2026-08-21T15:27:33.316Z] Progress (1): 28 kB 17:27:33 [2026-08-21T15:27:33.316Z] Progress (1): 31 kB 17:27:33 [2026-08-21T15:27:33.316Z] Progress (1): 34 kB 17:27:33 [2026-08-21T15:27:33.316Z] Progress (1): 37 kB 17:27:33 [2026-08-21T15:27:33.316Z] Progress (1): 40 kB 17:27:33 [2026-08-21T15:27:33.316Z] Progress (1): 43 kB 17:27:33 [2026-08-21T15:27:33.316Z] Progress (1): 48 kB 17:27:33 [2026-08-21T15:27:33.316Z] Progress (1): 48 kB 17:27:33 [2026-08-21T15:27:33.316Z] Progress (1): 50 kB 17:27:33 [2026-08-21T15:27:33.316Z] 17:27:33 [2026-08-21T15:27:33.316Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/41/maven-parent-41.pom (50 kB at 2.0 MB/s) 17:27:33 [2026-08-21T15:27:33.316Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/31/apache-31.pom 17:27:33 [2026-08-21T15:27:33.316Z] Progress (1): 739 B 17:27:33 [2026-08-21T15:27:33.316Z] Progress (1): 2.1 kB 17:27:33 [2026-08-21T15:27:33.316Z] Progress (1): 3.9 kB 17:27:33 [2026-08-21T15:27:33.316Z] Progress (1): 6.2 kB 17:27:33 [2026-08-21T15:27:33.316Z] Progress (1): 11 kB 17:27:33 [2026-08-21T15:27:33.316Z] Progress (1): 16 kB 17:27:33 [2026-08-21T15:27:33.316Z] Progress (1): 20 kB 17:27:33 [2026-08-21T15:27:33.316Z] Progress (1): 22 kB 17:27:33 [2026-08-21T15:27:33.316Z] Progress (1): 24 kB 17:27:33 [2026-08-21T15:27:33.316Z] 17:27:33 [2026-08-21T15:27:33.316Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/31/apache-31.pom (24 kB at 1.1 MB/s) 17:27:33 [2026-08-21T15:27:33.316Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.11.0/plexus-archiver-4.11.0.pom 17:27:33 [2026-08-21T15:27:33.566Z] Progress (1): 1.2 kB 17:27:33 [2026-08-21T15:27:33.566Z] Progress (1): 4.2 kB 17:27:33 [2026-08-21T15:27:33.566Z] Progress (1): 5.6 kB 17:27:33 [2026-08-21T15:27:33.566Z] 17:27:33 [2026-08-21T15:27:33.566Z] 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 201 kB/s) 17:27:33 [2026-08-21T15:27:33.566Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/25/plexus-25.pom 17:27:33 [2026-08-21T15:27:33.566Z] Progress (1): 690 B 17:27:33 [2026-08-21T15:27:33.566Z] Progress (1): 2.5 kB 17:27:33 [2026-08-21T15:27:33.566Z] Progress (1): 6.4 kB 17:27:33 [2026-08-21T15:27:33.566Z] Progress (1): 8.8 kB 17:27:33 [2026-08-21T15:27:33.566Z] Progress (1): 11 kB 17:27:33 [2026-08-21T15:27:33.566Z] Progress (1): 12 kB 17:27:33 [2026-08-21T15:27:33.566Z] Progress (1): 17 kB 17:27:33 [2026-08-21T15:27:33.566Z] Progress (1): 21 kB 17:27:33 [2026-08-21T15:27:33.566Z] Progress (1): 23 kB 17:27:33 [2026-08-21T15:27:33.566Z] Progress (1): 28 kB 17:27:33 [2026-08-21T15:27:33.566Z] Progress (1): 31 kB 17:27:33 [2026-08-21T15:27:33.566Z] 17:27:33 [2026-08-21T15:27:33.567Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/25/plexus-25.pom (31 kB at 1.2 MB/s) 17:27:33 [2026-08-21T15:27:33.567Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.6.0/plexus-io-3.6.0.pom 17:27:33 [2026-08-21T15:27:33.567Z] Progress (1): 1.2 kB 17:27:33 [2026-08-21T15:27:33.567Z] Progress (1): 3.5 kB 17:27:33 [2026-08-21T15:27:33.567Z] 17:27:33 [2026-08-21T15:27:33.567Z] 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 129 kB/s) 17:27:33 [2026-08-21T15:27:33.567Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.28.0/commons-compress-1.28.0.pom 17:27:33 [2026-08-21T15:27:33.567Z] Progress (1): 790 B 17:27:33 [2026-08-21T15:27:33.567Z] Progress (1): 2.0 kB 17:27:33 [2026-08-21T15:27:33.567Z] Progress (1): 3.8 kB 17:27:33 [2026-08-21T15:27:33.567Z] Progress (1): 5.5 kB 17:27:33 [2026-08-21T15:27:33.567Z] Progress (1): 7.7 kB 17:27:33 [2026-08-21T15:27:33.567Z] Progress (1): 10 kB 17:27:33 [2026-08-21T15:27:33.567Z] Progress (1): 13 kB 17:27:33 [2026-08-21T15:27:33.567Z] Progress (1): 16 kB 17:27:33 [2026-08-21T15:27:33.567Z] Progress (1): 21 kB 17:27:33 [2026-08-21T15:27:33.567Z] Progress (1): 24 kB 17:27:33 [2026-08-21T15:27:33.567Z] Progress (1): 25 kB 17:27:33 [2026-08-21T15:27:33.567Z] 17:27:33 [2026-08-21T15:27:33.567Z] 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 1.1 MB/s) 17:27:33 [2026-08-21T15:27:33.567Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/85/commons-parent-85.pom 17:27:33 [2026-08-21T15:27:33.567Z] Progress (1): 702 B 17:27:33 [2026-08-21T15:27:33.567Z] Progress (1): 1.9 kB 17:27:33 [2026-08-21T15:27:33.567Z] Progress (1): 3.2 kB 17:27:33 [2026-08-21T15:27:33.567Z] Progress (1): 4.7 kB 17:27:33 [2026-08-21T15:27:33.567Z] Progress (1): 6.8 kB 17:27:33 [2026-08-21T15:27:33.567Z] Progress (1): 9.4 kB 17:27:33 [2026-08-21T15:27:33.567Z] Progress (1): 11 kB 17:27:33 [2026-08-21T15:27:33.567Z] Progress (1): 14 kB 17:27:33 [2026-08-21T15:27:33.567Z] Progress (1): 16 kB 17:27:33 [2026-08-21T15:27:33.567Z] Progress (1): 19 kB 17:27:33 [2026-08-21T15:27:33.567Z] Progress (1): 21 kB 17:27:33 [2026-08-21T15:27:33.567Z] Progress (1): 23 kB 17:27:33 [2026-08-21T15:27:33.567Z] Progress (1): 25 kB 17:27:33 [2026-08-21T15:27:33.567Z] Progress (1): 29 kB 17:27:33 [2026-08-21T15:27:33.567Z] Progress (1): 32 kB 17:27:33 [2026-08-21T15:27:33.567Z] Progress (1): 32 kB 17:27:33 [2026-08-21T15:27:33.567Z] Progress (1): 37 kB 17:27:33 [2026-08-21T15:27:33.567Z] Progress (1): 41 kB 17:27:33 [2026-08-21T15:27:33.567Z] Progress (1): 45 kB 17:27:33 [2026-08-21T15:27:33.567Z] Progress (1): 47 kB 17:27:33 [2026-08-21T15:27:33.567Z] Progress (1): 50 kB 17:27:33 [2026-08-21T15:27:33.567Z] Progress (1): 52 kB 17:27:33 [2026-08-21T15:27:33.567Z] Progress (1): 56 kB 17:27:33 [2026-08-21T15:27:33.567Z] Progress (1): 58 kB 17:27:33 [2026-08-21T15:27:33.567Z] Progress (1): 61 kB 17:27:33 [2026-08-21T15:27:33.567Z] Progress (1): 64 kB 17:27:33 [2026-08-21T15:27:33.567Z] Progress (1): 69 kB 17:27:33 [2026-08-21T15:27:33.567Z] Progress (1): 71 kB 17:27:33 [2026-08-21T15:27:33.567Z] Progress (1): 74 kB 17:27:33 [2026-08-21T15:27:33.567Z] Progress (1): 76 kB 17:27:33 [2026-08-21T15:27:33.567Z] Progress (1): 78 kB 17:27:33 [2026-08-21T15:27:33.567Z] 17:27:33 [2026-08-21T15:27:33.567Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/85/commons-parent-85.pom (78 kB at 2.5 MB/s) 17:27:33 [2026-08-21T15:27:33.567Z] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.13.1/junit-bom-5.13.1.pom 17:27:33 [2026-08-21T15:27:33.567Z] Progress (1): 908 B 17:27:33 [2026-08-21T15:27:33.567Z] Progress (1): 4.1 kB 17:27:33 [2026-08-21T15:27:33.567Z] Progress (1): 5.6 kB 17:27:33 [2026-08-21T15:27:33.567Z] 17:27:33 [2026-08-21T15:27:33.567Z] 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 246 kB/s) 17:27:33 [2026-08-21T15:27:33.567Z] Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.20.0/commons-codec-1.20.0.pom 17:27:33 [2026-08-21T15:27:33.567Z] Progress (1): 743 B 17:27:33 [2026-08-21T15:27:33.567Z] Progress (1): 1.9 kB 17:27:33 [2026-08-21T15:27:33.567Z] Progress (1): 4.0 kB 17:27:33 [2026-08-21T15:27:33.567Z] Progress (1): 5.8 kB 17:27:33 [2026-08-21T15:27:33.567Z] Progress (1): 8.3 kB 17:27:33 [2026-08-21T15:27:33.567Z] Progress (1): 12 kB 17:27:33 [2026-08-21T15:27:33.567Z] Progress (1): 15 kB 17:27:33 [2026-08-21T15:27:33.567Z] Progress (1): 17 kB 17:27:33 [2026-08-21T15:27:33.567Z] Progress (1): 19 kB 17:27:33 [2026-08-21T15:27:33.567Z] 17:27:33 [2026-08-21T15:27:33.567Z] 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 648 kB/s) 17:27:33 [2026-08-21T15:27:33.567Z] Downloading from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.11/xz-1.11.pom 17:27:33 [2026-08-21T15:27:33.817Z] Progress (1): 1.1 kB 17:27:33 [2026-08-21T15:27:33.817Z] Progress (1): 1.9 kB 17:27:33 [2026-08-21T15:27:33.817Z] 17:27:33 [2026-08-21T15:27:33.817Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.11/xz-1.11.pom (1.9 kB at 77 kB/s) 17:27:33 [2026-08-21T15:27:33.817Z] 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:27:33 [2026-08-21T15:27:33.817Z] Progress (1): 1.1 kB 17:27:33 [2026-08-21T15:27:33.817Z] Progress (1): 2.0 kB 17:27:33 [2026-08-21T15:27:33.817Z] 17:27:33 [2026-08-21T15:27:33.817Z] 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 84 kB/s) 17:27:33 [2026-08-21T15:27:33.817Z] 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:27:33 [2026-08-21T15:27:33.817Z] Progress (1): 1.6 kB 17:27:33 [2026-08-21T15:27:33.817Z] Progress (1): 1.7 kB 17:27:33 [2026-08-21T15:27:33.817Z] 17:27:33 [2026-08-21T15:27:33.817Z] 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 62 kB/s) 17:27:33 [2026-08-21T15:27:33.817Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity/1.5.1/plexus-interactivity-1.5.1.pom 17:27:33 [2026-08-21T15:27:33.817Z] Progress (1): 1.3 kB 17:27:33 [2026-08-21T15:27:33.817Z] Progress (1): 1.7 kB 17:27:33 [2026-08-21T15:27:33.817Z] 17:27:33 [2026-08-21T15:27:33.817Z] 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 72 kB/s) 17:27:33 [2026-08-21T15:27:33.817Z] 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:27:33 [2026-08-21T15:27:33.817Z] Progress (1): 6.6 kB 17:27:33 [2026-08-21T15:27:33.817Z] 17:27:33 [2026-08-21T15:27:33.817Z] 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 349 kB/s) 17:27:33 [2026-08-21T15:27:33.817Z] 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:27:33 [2026-08-21T15:27:33.817Z] 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:27:33 [2026-08-21T15:27:33.818Z] 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:27:33 [2026-08-21T15:27:33.818Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-collections4/4.5.0/commons-collections4-4.5.0.jar 17:27:33 [2026-08-21T15:27:33.818Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-xml/3.0.1/plexus-xml-3.0.1.jar 17:27:33 [2026-08-21T15:27:33.818Z] Progress (1): 7.7/47 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (1): 16/47 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (1): 24/47 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (1): 40/47 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (1): 47 kB 17:27:33 [2026-08-21T15:27:33.818Z] 17:27:33 [2026-08-21T15:27:33.818Z] 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 2.5 MB/s) 17:27:33 [2026-08-21T15:27:33.818Z] 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:27:33 [2026-08-21T15:27:33.818Z] Progress (1): 13 kB 17:27:33 [2026-08-21T15:27:33.818Z] 17:27:33 [2026-08-21T15:27:33.818Z] 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 478 kB/s) 17:27:33 [2026-08-21T15:27:33.818Z] 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:27:33 [2026-08-21T15:27:33.818Z] Progress (1): 7.7/55 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (1): 16/55 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (1): 24/55 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (1): 40/55 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (1): 55 kB 17:27:33 [2026-08-21T15:27:33.818Z] 17:27:33 [2026-08-21T15:27:33.818Z] 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.5 MB/s) 17:27:33 [2026-08-21T15:27:33.818Z] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar 17:27:33 [2026-08-21T15:27:33.818Z] Progress (1): 0.9/186 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (1): 2.3/186 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (1): 3.6/186 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (1): 5.0/186 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 5.0/186 kB | 0.9/94 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 6.4/186 kB | 0.9/94 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 6.4/186 kB | 2.3/94 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 7.7/186 kB | 2.3/94 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 7.7/186 kB | 3.6/94 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 7.7/186 kB | 5.0/94 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 9.1/186 kB | 5.0/94 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 9.1/186 kB | 6.4/94 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 10/186 kB | 6.4/94 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 10/186 kB | 7.7/94 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 11/186 kB | 7.7/94 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 11/186 kB | 9.1/94 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 11/186 kB | 10/94 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 13/186 kB | 10/94 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 13/186 kB | 12/94 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 14/186 kB | 12/94 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 14/186 kB | 13/94 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 14/186 kB | 15/94 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 15/186 kB | 15/94 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 15/186 kB | 16/94 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 15/186 kB | 17/94 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 17/186 kB | 17/94 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 17/186 kB | 19/94 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 18/186 kB | 19/94 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 18/186 kB | 20/94 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 18/186 kB | 21/94 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 20/186 kB | 21/94 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 20/186 kB | 23/94 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 21/186 kB | 23/94 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 21/186 kB | 24/94 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 21/186 kB | 26/94 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 22/186 kB | 26/94 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 22/186 kB | 27/94 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 22/186 kB | 28/94 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 24/186 kB | 28/94 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 24/186 kB | 30/94 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 25/186 kB | 30/94 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 25/186 kB | 31/94 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 25/186 kB | 32/94 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 26/186 kB | 32/94 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 26/186 kB | 34/94 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 28/186 kB | 34/94 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 28/186 kB | 35/94 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 28/186 kB | 36/94 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 29/186 kB | 36/94 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 29/186 kB | 38/94 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 29/186 kB | 39/94 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 29/186 kB | 41/94 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 31/186 kB | 41/94 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 31/186 kB | 42/94 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 31/186 kB | 43/94 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 32/186 kB | 43/94 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 32/186 kB | 45/94 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 32/186 kB | 46/94 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 33/186 kB | 46/94 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 33/186 kB | 47/94 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 35/186 kB | 47/94 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 35/186 kB | 49/94 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 35/186 kB | 50/94 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 36/186 kB | 50/94 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 36/186 kB | 52/94 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 37/186 kB | 52/94 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 37/186 kB | 53/94 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 37/186 kB | 54/94 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 39/186 kB | 54/94 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 39/186 kB | 56/94 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (3): 39/186 kB | 56/94 kB | 0.9/899 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (3): 39/186 kB | 57/94 kB | 0.9/899 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (3): 40/186 kB | 57/94 kB | 0.9/899 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (4): 40/186 kB | 57/94 kB | 0.9/899 kB | 7.7/58 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (4): 40/186 kB | 57/94 kB | 2.3/899 kB | 7.7/58 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (4): 41/186 kB | 57/94 kB | 2.3/899 kB | 7.7/58 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (4): 41/186 kB | 57/94 kB | 2.3/899 kB | 16/58 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (4): 41/186 kB | 61/94 kB | 2.3/899 kB | 16/58 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (4): 41/186 kB | 61/94 kB | 3.6/899 kB | 16/58 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (4): 43/186 kB | 61/94 kB | 3.6/899 kB | 16/58 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (4): 43/186 kB | 61/94 kB | 5.0/899 kB | 16/58 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (4): 43/186 kB | 65/94 kB | 5.0/899 kB | 16/58 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (4): 44/186 kB | 65/94 kB | 5.0/899 kB | 16/58 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (4): 44/186 kB | 65/94 kB | 6.4/899 kB | 16/58 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (4): 46/186 kB | 65/94 kB | 6.4/899 kB | 16/58 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (4): 46/186 kB | 70/94 kB | 6.4/899 kB | 16/58 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (4): 46/186 kB | 70/94 kB | 7.7/899 kB | 16/58 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (4): 47/186 kB | 70/94 kB | 7.7/899 kB | 16/58 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (4): 47/186 kB | 70/94 kB | 9.1/899 kB | 16/58 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (4): 47/186 kB | 74/94 kB | 9.1/899 kB | 16/58 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (4): 48/186 kB | 74/94 kB | 9.1/899 kB | 16/58 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (4): 48/186 kB | 74/94 kB | 9.1/899 kB | 28/58 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (4): 48/186 kB | 74/94 kB | 10/899 kB | 28/58 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (4): 48/186 kB | 74/94 kB | 11/899 kB | 28/58 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (4): 50/186 kB | 74/94 kB | 11/899 kB | 28/58 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (4): 50/186 kB | 78/94 kB | 11/899 kB | 28/58 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (4): 50/186 kB | 78/94 kB | 13/899 kB | 28/58 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (4): 51/186 kB | 78/94 kB | 13/899 kB | 28/58 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (4): 51/186 kB | 78/94 kB | 14/899 kB | 28/58 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (4): 51/186 kB | 82/94 kB | 14/899 kB | 28/58 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (4): 52/186 kB | 82/94 kB | 14/899 kB | 28/58 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (4): 52/186 kB | 82/94 kB | 15/899 kB | 28/58 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (4): 52/186 kB | 86/94 kB | 15/899 kB | 28/58 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (4): 54/186 kB | 86/94 kB | 15/899 kB | 28/58 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (4): 54/186 kB | 86/94 kB | 17/899 kB | 28/58 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (4): 55/186 kB | 86/94 kB | 17/899 kB | 28/58 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (4): 55/186 kB | 86/94 kB | 18/899 kB | 28/58 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (4): 55/186 kB | 91/94 kB | 18/899 kB | 28/58 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (4): 55/186 kB | 91/94 kB | 20/899 kB | 28/58 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (4): 55/186 kB | 91/94 kB | 20/899 kB | 44/58 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (4): 55/186 kB | 94 kB | 20/899 kB | 44/58 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (4): 55/186 kB | 94 kB | 21/899 kB | 44/58 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (4): 59/186 kB | 94 kB | 21/899 kB | 44/58 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (4): 59/186 kB | 94 kB | 22/899 kB | 44/58 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (4): 59/186 kB | 94 kB | 24/899 kB | 44/58 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (4): 64/186 kB | 94 kB | 24/899 kB | 44/58 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (4): 64/186 kB | 94 kB | 25/899 kB | 44/58 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (4): 64/186 kB | 94 kB | 26/899 kB | 44/58 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (4): 64/186 kB | 94 kB | 28/899 kB | 44/58 kB 17:27:33 [2026-08-21T15:27:33.818Z] 17:27:33 [2026-08-21T15:27:33.818Z] 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.9 MB/s) 17:27:33 [2026-08-21T15:27:33.818Z] Progress (3): 68/186 kB | 28/899 kB | 44/58 kB 17:27:33 [2026-08-21T15:27:33.818Z] 17:27:33 [2026-08-21T15:27:33.818Z] 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:27:33 [2026-08-21T15:27:33.818Z] Progress (3): 68/186 kB | 29/899 kB | 44/58 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (3): 68/186 kB | 29/899 kB | 58 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (3): 68/186 kB | 31/899 kB | 58 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (3): 68/186 kB | 32/899 kB | 58 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (3): 72/186 kB | 32/899 kB | 58 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (3): 72/186 kB | 33/899 kB | 58 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (3): 72/186 kB | 35/899 kB | 58 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (3): 76/186 kB | 35/899 kB | 58 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (3): 76/186 kB | 36/899 kB | 58 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (3): 76/186 kB | 37/899 kB | 58 kB 17:27:33 [2026-08-21T15:27:33.818Z] 17:27:33 [2026-08-21T15:27:33.818Z] 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 1.1 MB/s) 17:27:33 [2026-08-21T15:27:33.818Z] 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:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 76/186 kB | 39/899 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 81/186 kB | 39/899 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 81/186 kB | 40/899 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 81/186 kB | 41/899 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 81/186 kB | 43/899 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 85/186 kB | 43/899 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 85/186 kB | 44/899 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 85/186 kB | 46/899 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 89/186 kB | 46/899 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 89/186 kB | 47/899 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 89/186 kB | 48/899 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 89/186 kB | 50/899 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 93/186 kB | 50/899 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 93/186 kB | 51/899 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 93/186 kB | 52/899 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 93/186 kB | 54/899 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 97/186 kB | 54/899 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 97/186 kB | 55/899 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 102/186 kB | 55/899 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 102/186 kB | 59/899 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 106/186 kB | 59/899 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 106/186 kB | 64/899 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 110/186 kB | 64/899 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 110/186 kB | 68/899 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 114/186 kB | 68/899 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 114/186 kB | 72/899 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 114/186 kB | 76/899 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 119/186 kB | 76/899 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 119/186 kB | 81/899 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 123/186 kB | 81/899 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 123/186 kB | 85/899 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 126/186 kB | 85/899 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 126/186 kB | 89/899 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 130/186 kB | 89/899 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 130/186 kB | 93/899 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 135/186 kB | 93/899 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 135/186 kB | 97/899 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 139/186 kB | 97/899 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 139/186 kB | 102/899 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 143/186 kB | 102/899 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 143/186 kB | 106/899 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 147/186 kB | 106/899 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 147/186 kB | 110/899 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 151/186 kB | 110/899 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 151/186 kB | 114/899 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 151/186 kB | 119/899 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 156/186 kB | 119/899 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 156/186 kB | 123/899 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 156/186 kB | 127/899 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 160/186 kB | 127/899 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 160/186 kB | 131/899 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 160/186 kB | 136/899 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 164/186 kB | 136/899 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 164/186 kB | 140/899 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 164/186 kB | 142/899 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 168/186 kB | 142/899 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 168/186 kB | 147/899 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 168/186 kB | 151/899 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 173/186 kB | 151/899 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 173/186 kB | 155/899 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 173/186 kB | 159/899 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 177/186 kB | 159/899 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 177/186 kB | 164/899 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 177/186 kB | 168/899 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 181/186 kB | 168/899 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 181/186 kB | 172/899 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 185/186 kB | 172/899 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 185/186 kB | 176/899 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 186 kB | 176/899 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 186 kB | 181/899 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 186 kB | 185/899 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 186 kB | 189/899 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 186 kB | 193/899 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 186 kB | 197/899 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 186 kB | 202/899 kB 17:27:33 [2026-08-21T15:27:33.818Z] 17:27:33 [2026-08-21T15:27:33.818Z] 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 3.0 MB/s) 17:27:33 [2026-08-21T15:27:33.818Z] 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:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 202/899 kB | 7.7/41 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 206/899 kB | 7.7/41 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 206/899 kB | 16/41 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 210/899 kB | 16/41 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 214/899 kB | 16/41 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 214/899 kB | 24/41 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 219/899 kB | 24/41 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 223/899 kB | 24/41 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 223/899 kB | 40/41 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 223/899 kB | 41 kB 17:27:33 [2026-08-21T15:27:33.818Z] Progress (2): 239/899 kB | 41 kB 17:27:33 [2026-08-21T15:27:33.818Z] 17:27:33 [2026-08-21T15:27:33.818Z] 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 653 kB/s) 17:27:33 [2026-08-21T15:27:33.818Z] 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:27:33 [2026-08-21T15:27:33.818Z] Progress (1): 256/899 kB 17:27:33 [2026-08-21T15:27:33.819Z] Progress (1): 272/899 kB 17:27:33 [2026-08-21T15:27:33.819Z] Progress (1): 274/899 kB 17:27:33 [2026-08-21T15:27:33.819Z] Progress (1): 290/899 kB 17:27:33 [2026-08-21T15:27:33.819Z] Progress (1): 306/899 kB 17:27:33 [2026-08-21T15:27:33.819Z] Progress (1): 323/899 kB 17:27:34 [2026-08-21T15:27:34.069Z] Progress (1): 339/899 kB 17:27:34 [2026-08-21T15:27:34.069Z] Progress (1): 355/899 kB 17:27:34 [2026-08-21T15:27:34.069Z] Progress (1): 372/899 kB 17:27:34 [2026-08-21T15:27:34.069Z] Progress (1): 388/899 kB 17:27:34 [2026-08-21T15:27:34.069Z] Progress (2): 388/899 kB | 3.2/9.8 kB 17:27:34 [2026-08-21T15:27:34.069Z] Progress (2): 388/899 kB | 7.4/9.8 kB 17:27:34 [2026-08-21T15:27:34.069Z] Progress (2): 405/899 kB | 7.4/9.8 kB 17:27:34 [2026-08-21T15:27:34.069Z] Progress (2): 405/899 kB | 9.8 kB 17:27:34 [2026-08-21T15:27:34.069Z] Progress (2): 421/899 kB | 9.8 kB 17:27:34 [2026-08-21T15:27:34.069Z] 17:27:34 [2026-08-21T15:27:34.069Z] 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 139 kB/s) 17:27:34 [2026-08-21T15:27:34.069Z] 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:27:34 [2026-08-21T15:27:34.069Z] Progress (1): 437/899 kB 17:27:34 [2026-08-21T15:27:34.069Z] Progress (1): 454/899 kB 17:27:34 [2026-08-21T15:27:34.069Z] Progress (1): 470/899 kB 17:27:34 [2026-08-21T15:27:34.069Z] Progress (2): 470/899 kB | 7.7/168 kB 17:27:34 [2026-08-21T15:27:34.069Z] Progress (2): 470/899 kB | 16/168 kB 17:27:34 [2026-08-21T15:27:34.069Z] Progress (2): 487/899 kB | 16/168 kB 17:27:34 [2026-08-21T15:27:34.069Z] Progress (2): 487/899 kB | 24/168 kB 17:27:34 [2026-08-21T15:27:34.069Z] Progress (2): 503/899 kB | 24/168 kB 17:27:34 [2026-08-21T15:27:34.069Z] Progress (2): 503/899 kB | 40/168 kB 17:27:34 [2026-08-21T15:27:34.069Z] Progress (2): 519/899 kB | 40/168 kB 17:27:34 [2026-08-21T15:27:34.069Z] Progress (2): 519/899 kB | 57/168 kB 17:27:34 [2026-08-21T15:27:34.069Z] Progress (2): 536/899 kB | 57/168 kB 17:27:34 [2026-08-21T15:27:34.069Z] Progress (2): 552/899 kB | 57/168 kB 17:27:34 [2026-08-21T15:27:34.069Z] Progress (2): 552/899 kB | 73/168 kB 17:27:34 [2026-08-21T15:27:34.069Z] Progress (2): 568/899 kB | 73/168 kB 17:27:34 [2026-08-21T15:27:34.069Z] Progress (2): 568/899 kB | 90/168 kB 17:27:34 [2026-08-21T15:27:34.069Z] Progress (2): 585/899 kB | 90/168 kB 17:27:34 [2026-08-21T15:27:34.069Z] Progress (2): 585/899 kB | 106/168 kB 17:27:34 [2026-08-21T15:27:34.069Z] Progress (2): 600/899 kB | 106/168 kB 17:27:34 [2026-08-21T15:27:34.069Z] Progress (2): 601/899 kB | 106/168 kB 17:27:34 [2026-08-21T15:27:34.069Z] Progress (2): 601/899 kB | 122/168 kB 17:27:34 [2026-08-21T15:27:34.069Z] Progress (3): 601/899 kB | 122/168 kB | 3.1/21 kB 17:27:34 [2026-08-21T15:27:34.069Z] Progress (3): 601/899 kB | 122/168 kB | 7.4/21 kB 17:27:34 [2026-08-21T15:27:34.069Z] Progress (3): 618/899 kB | 122/168 kB | 7.4/21 kB 17:27:34 [2026-08-21T15:27:34.069Z] Progress (3): 618/899 kB | 122/168 kB | 12/21 kB 17:27:34 [2026-08-21T15:27:34.069Z] Progress (3): 618/899 kB | 139/168 kB | 12/21 kB 17:27:34 [2026-08-21T15:27:34.069Z] Progress (3): 618/899 kB | 139/168 kB | 16/21 kB 17:27:34 [2026-08-21T15:27:34.069Z] Progress (3): 634/899 kB | 139/168 kB | 16/21 kB 17:27:34 [2026-08-21T15:27:34.069Z] Progress (3): 634/899 kB | 139/168 kB | 20/21 kB 17:27:34 [2026-08-21T15:27:34.069Z] Progress (3): 634/899 kB | 139/168 kB | 21 kB 17:27:34 [2026-08-21T15:27:34.069Z] Progress (3): 634/899 kB | 155/168 kB | 21 kB 17:27:34 [2026-08-21T15:27:34.069Z] Progress (3): 650/899 kB | 155/168 kB | 21 kB 17:27:34 [2026-08-21T15:27:34.069Z] Progress (4): 650/899 kB | 155/168 kB | 21 kB | 7.7/151 kB 17:27:34 [2026-08-21T15:27:34.069Z] Progress (4): 650/899 kB | 155/168 kB | 21 kB | 11/151 kB 17:27:34 [2026-08-21T15:27:34.069Z] Progress (4): 650/899 kB | 168 kB | 21 kB | 11/151 kB 17:27:34 [2026-08-21T15:27:34.069Z] 17:27:34 [2026-08-21T15:27:34.069Z] 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 256 kB/s) 17:27:34 [2026-08-21T15:27:34.069Z] 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:27:34 [2026-08-21T15:27:34.069Z] Progress (3): 667/899 kB | 168 kB | 11/151 kB 17:27:34 [2026-08-21T15:27:34.069Z] 17:27:34 [2026-08-21T15:27:34.069Z] 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 2.0 MB/s) 17:27:34 [2026-08-21T15:27:34.069Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.jar 17:27:34 [2026-08-21T15:27:34.069Z] Progress (2): 683/899 kB | 11/151 kB 17:27:34 [2026-08-21T15:27:34.069Z] Progress (2): 683/899 kB | 28/151 kB 17:27:34 [2026-08-21T15:27:34.069Z] Progress (2): 699/899 kB | 28/151 kB 17:27:34 [2026-08-21T15:27:34.069Z] Progress (2): 699/899 kB | 44/151 kB 17:27:34 [2026-08-21T15:27:34.069Z] Progress (2): 716/899 kB | 44/151 kB 17:27:34 [2026-08-21T15:27:34.069Z] Progress (2): 716/899 kB | 61/151 kB 17:27:34 [2026-08-21T15:27:34.069Z] Progress (2): 731/899 kB | 61/151 kB 17:27:34 [2026-08-21T15:27:34.069Z] Progress (2): 731/899 kB | 77/151 kB 17:27:34 [2026-08-21T15:27:34.069Z] Progress (2): 747/899 kB | 77/151 kB 17:27:34 [2026-08-21T15:27:34.069Z] Progress (2): 764/899 kB | 77/151 kB 17:27:34 [2026-08-21T15:27:34.069Z] Progress (2): 764/899 kB | 93/151 kB 17:27:34 [2026-08-21T15:27:34.069Z] Progress (2): 780/899 kB | 93/151 kB 17:27:34 [2026-08-21T15:27:34.069Z] Progress (2): 796/899 kB | 93/151 kB 17:27:34 [2026-08-21T15:27:34.069Z] Progress (2): 796/899 kB | 110/151 kB 17:27:34 [2026-08-21T15:27:34.069Z] Progress (3): 796/899 kB | 110/151 kB | 3.8/86 kB 17:27:34 [2026-08-21T15:27:34.069Z] Progress (3): 813/899 kB | 110/151 kB | 3.8/86 kB 17:27:34 [2026-08-21T15:27:34.069Z] Progress (3): 813/899 kB | 110/151 kB | 8.0/86 kB 17:27:34 [2026-08-21T15:27:34.069Z] Progress (3): 813/899 kB | 110/151 kB | 12/86 kB 17:27:34 [2026-08-21T15:27:34.069Z] Progress (3): 829/899 kB | 110/151 kB | 12/86 kB 17:27:34 [2026-08-21T15:27:34.069Z] Progress (3): 829/899 kB | 110/151 kB | 16/86 kB 17:27:34 [2026-08-21T15:27:34.069Z] Progress (3): 829/899 kB | 110/151 kB | 21/86 kB 17:27:34 [2026-08-21T15:27:34.069Z] Progress (3): 829/899 kB | 110/151 kB | 24/86 kB 17:27:34 [2026-08-21T15:27:34.069Z] Progress (3): 829/899 kB | 110/151 kB | 28/86 kB 17:27:34 [2026-08-21T15:27:34.069Z] Progress (3): 846/899 kB | 110/151 kB | 28/86 kB 17:27:34 [2026-08-21T15:27:34.069Z] Progress (3): 846/899 kB | 110/151 kB | 33/86 kB 17:27:34 [2026-08-21T15:27:34.070Z] Progress (3): 846/899 kB | 110/151 kB | 37/86 kB 17:27:34 [2026-08-21T15:27:34.070Z] Progress (3): 846/899 kB | 126/151 kB | 37/86 kB 17:27:34 [2026-08-21T15:27:34.070Z] Progress (3): 862/899 kB | 126/151 kB | 37/86 kB 17:27:34 [2026-08-21T15:27:34.070Z] Progress (3): 862/899 kB | 126/151 kB | 41/86 kB 17:27:34 [2026-08-21T15:27:34.070Z] Progress (3): 862/899 kB | 126/151 kB | 45/86 kB 17:27:34 [2026-08-21T15:27:34.070Z] Progress (3): 878/899 kB | 126/151 kB | 45/86 kB 17:27:34 [2026-08-21T15:27:34.070Z] Progress (3): 878/899 kB | 126/151 kB | 49/86 kB 17:27:34 [2026-08-21T15:27:34.070Z] Progress (3): 878/899 kB | 126/151 kB | 54/86 kB 17:27:34 [2026-08-21T15:27:34.070Z] Progress (3): 895/899 kB | 126/151 kB | 54/86 kB 17:27:34 [2026-08-21T15:27:34.070Z] Progress (3): 899 kB | 126/151 kB | 54/86 kB 17:27:34 [2026-08-21T15:27:34.070Z] Progress (3): 899 kB | 126/151 kB | 58/86 kB 17:27:34 [2026-08-21T15:27:34.070Z] Progress (3): 899 kB | 142/151 kB | 58/86 kB 17:27:34 [2026-08-21T15:27:34.070Z] Progress (3): 899 kB | 142/151 kB | 62/86 kB 17:27:34 [2026-08-21T15:27:34.070Z] 17:27:34 [2026-08-21T15:27:34.070Z] 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 9.2 MB/s) 17:27:34 [2026-08-21T15:27:34.070Z] Progress (2): 142/151 kB | 66/86 kB 17:27:34 [2026-08-21T15:27:34.070Z] 17:27:34 [2026-08-21T15:27:34.070Z] 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:27:34 [2026-08-21T15:27:34.070Z] Progress (2): 142/151 kB | 71/86 kB 17:27:34 [2026-08-21T15:27:34.070Z] Progress (2): 142/151 kB | 75/86 kB 17:27:34 [2026-08-21T15:27:34.070Z] Progress (2): 151 kB | 75/86 kB 17:27:34 [2026-08-21T15:27:34.070Z] Progress (2): 151 kB | 79/86 kB 17:27:34 [2026-08-21T15:27:34.070Z] Progress (2): 151 kB | 83/86 kB 17:27:34 [2026-08-21T15:27:34.070Z] Progress (2): 151 kB | 86 kB 17:27:34 [2026-08-21T15:27:34.070Z] 17:27:34 [2026-08-21T15:27:34.070Z] 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.5 MB/s) 17:27:34 [2026-08-21T15:27:34.070Z] 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 877 kB/s) 17:27:34 [2026-08-21T15:27:34.070Z] 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:27:34 [2026-08-21T15:27:34.070Z] 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:27:34 [2026-08-21T15:27:34.070Z] Progress (1): 3.8/86 kB 17:27:34 [2026-08-21T15:27:34.070Z] Progress (1): 8.0/86 kB 17:27:34 [2026-08-21T15:27:34.070Z] Progress (1): 11/86 kB 17:27:34 [2026-08-21T15:27:34.070Z] Progress (1): 28/86 kB 17:27:34 [2026-08-21T15:27:34.070Z] Progress (1): 44/86 kB 17:27:34 [2026-08-21T15:27:34.070Z] Progress (2): 44/86 kB | 7.7/50 kB 17:27:34 [2026-08-21T15:27:34.070Z] Progress (2): 44/86 kB | 8.2/50 kB 17:27:34 [2026-08-21T15:27:34.070Z] Progress (2): 61/86 kB | 8.2/50 kB 17:27:34 [2026-08-21T15:27:34.070Z] Progress (2): 61/86 kB | 25/50 kB 17:27:34 [2026-08-21T15:27:34.070Z] Progress (2): 77/86 kB | 25/50 kB 17:27:34 [2026-08-21T15:27:34.070Z] Progress (2): 77/86 kB | 41/50 kB 17:27:34 [2026-08-21T15:27:34.070Z] Progress (2): 86 kB | 41/50 kB 17:27:34 [2026-08-21T15:27:34.070Z] Progress (2): 86 kB | 50 kB 17:27:34 [2026-08-21T15:27:34.070Z] 17:27:34 [2026-08-21T15:27:34.070Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.jar (86 kB at 810 kB/s) 17:27:34 [2026-08-21T15:27:34.070Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/2.2.0/plexus-velocity-2.2.0.jar 17:27:34 [2026-08-21T15:27:34.070Z] 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 472 kB/s) 17:27:34 [2026-08-21T15:27:34.070Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-engine-core/2.4/velocity-engine-core-2.4.jar 17:27:34 [2026-08-21T15:27:34.070Z] Progress (1): 3.8/16 kB 17:27:34 [2026-08-21T15:27:34.070Z] Progress (1): 8.0/16 kB 17:27:34 [2026-08-21T15:27:34.070Z] Progress (1): 12/16 kB 17:27:34 [2026-08-21T15:27:34.070Z] Progress (1): 15/16 kB 17:27:34 [2026-08-21T15:27:34.070Z] Progress (1): 16 kB 17:27:34 [2026-08-21T15:27:34.070Z] 17:27:34 [2026-08-21T15:27:34.070Z] 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 139 kB/s) 17:27:34 [2026-08-21T15:27:34.070Z] 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:27:34 [2026-08-21T15:27:34.070Z] Progress (1): 7.7/17 kB 17:27:34 [2026-08-21T15:27:34.070Z] Progress (1): 11/17 kB 17:27:34 [2026-08-21T15:27:34.070Z] Progress (1): 17 kB 17:27:34 [2026-08-21T15:27:34.070Z] 17:27:34 [2026-08-21T15:27:34.070Z] 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 143 kB/s) 17:27:34 [2026-08-21T15:27:34.070Z] Downloading from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.11.0/commons-beanutils-1.11.0.jar 17:27:34 [2026-08-21T15:27:34.070Z] Progress (1): 7.7/510 kB 17:27:34 [2026-08-21T15:27:34.070Z] Progress (1): 16/510 kB 17:27:34 [2026-08-21T15:27:34.070Z] Progress (1): 24/510 kB 17:27:34 [2026-08-21T15:27:34.070Z] Progress (1): 40/510 kB 17:27:34 [2026-08-21T15:27:34.070Z] Progress (1): 57/510 kB 17:27:34 [2026-08-21T15:27:34.070Z] Progress (1): 73/510 kB 17:27:34 [2026-08-21T15:27:34.070Z] Progress (2): 73/510 kB | 5.7 kB 17:27:34 [2026-08-21T15:27:34.070Z] 17:27:34 [2026-08-21T15:27:34.070Z] 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 45 kB/s) 17:27:34 [2026-08-21T15:27:34.070Z] Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.3.5/commons-logging-1.3.5.jar 17:27:34 [2026-08-21T15:27:34.070Z] Progress (1): 90/510 kB 17:27:34 [2026-08-21T15:27:34.070Z] Progress (1): 106/510 kB 17:27:34 [2026-08-21T15:27:34.070Z] Progress (1): 122/510 kB 17:27:34 [2026-08-21T15:27:34.070Z] Progress (2): 122/510 kB | 7.7/44 kB 17:27:34 [2026-08-21T15:27:34.070Z] Progress (2): 122/510 kB | 16/44 kB 17:27:34 [2026-08-21T15:27:34.070Z] Progress (2): 139/510 kB | 16/44 kB 17:27:34 [2026-08-21T15:27:34.070Z] Progress (2): 155/510 kB | 16/44 kB 17:27:34 [2026-08-21T15:27:34.070Z] Progress (2): 155/510 kB | 32/44 kB 17:27:34 [2026-08-21T15:27:34.070Z] Progress (2): 155/510 kB | 44 kB 17:27:34 [2026-08-21T15:27:34.070Z] Progress (2): 172/510 kB | 44 kB 17:27:34 [2026-08-21T15:27:34.070Z] 17:27:34 [2026-08-21T15:27:34.070Z] 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 330 kB/s) 17:27:34 [2026-08-21T15:27:34.070Z] Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar 17:27:34 [2026-08-21T15:27:34.070Z] Progress (1): 188/510 kB 17:27:34 [2026-08-21T15:27:34.070Z] Progress (1): 204/510 kB 17:27:34 [2026-08-21T15:27:34.070Z] Progress (1): 221/510 kB 17:27:34 [2026-08-21T15:27:34.070Z] Progress (1): 233/510 kB 17:27:34 [2026-08-21T15:27:34.070Z] Progress (1): 250/510 kB 17:27:34 [2026-08-21T15:27:34.070Z] Progress (1): 266/510 kB 17:27:34 [2026-08-21T15:27:34.070Z] Progress (2): 266/510 kB | 3.8/217 kB 17:27:34 [2026-08-21T15:27:34.070Z] Progress (2): 282/510 kB | 3.8/217 kB 17:27:34 [2026-08-21T15:27:34.070Z] Progress (2): 299/510 kB | 3.8/217 kB 17:27:34 [2026-08-21T15:27:34.070Z] Progress (2): 299/510 kB | 20/217 kB 17:27:34 [2026-08-21T15:27:34.070Z] Progress (2): 299/510 kB | 24/217 kB 17:27:34 [2026-08-21T15:27:34.070Z] Progress (2): 315/510 kB | 24/217 kB 17:27:34 [2026-08-21T15:27:34.070Z] Progress (3): 315/510 kB | 24/217 kB | 7.7/247 kB 17:27:34 [2026-08-21T15:27:34.070Z] Progress (3): 331/510 kB | 24/217 kB | 7.7/247 kB 17:27:34 [2026-08-21T15:27:34.070Z] Progress (3): 331/510 kB | 24/217 kB | 16/247 kB 17:27:34 [2026-08-21T15:27:34.070Z] Progress (3): 331/510 kB | 40/217 kB | 16/247 kB 17:27:34 [2026-08-21T15:27:34.070Z] Progress (3): 348/510 kB | 40/217 kB | 16/247 kB 17:27:34 [2026-08-21T15:27:34.070Z] Progress (3): 348/510 kB | 57/217 kB | 16/247 kB 17:27:34 [2026-08-21T15:27:34.070Z] Progress (3): 348/510 kB | 57/217 kB | 32/247 kB 17:27:34 [2026-08-21T15:27:34.070Z] Progress (3): 364/510 kB | 57/217 kB | 32/247 kB 17:27:34 [2026-08-21T15:27:34.070Z] Progress (3): 364/510 kB | 73/217 kB | 32/247 kB 17:27:34 [2026-08-21T15:27:34.070Z] Progress (3): 381/510 kB | 73/217 kB | 32/247 kB 17:27:34 [2026-08-21T15:27:34.070Z] Progress (3): 381/510 kB | 73/217 kB | 49/247 kB 17:27:34 [2026-08-21T15:27:34.070Z] Progress (3): 381/510 kB | 90/217 kB | 49/247 kB 17:27:34 [2026-08-21T15:27:34.070Z] Progress (3): 397/510 kB | 90/217 kB | 49/247 kB 17:27:34 [2026-08-21T15:27:34.070Z] Progress (3): 397/510 kB | 90/217 kB | 57/247 kB 17:27:34 [2026-08-21T15:27:34.070Z] Progress (3): 413/510 kB | 90/217 kB | 57/247 kB 17:27:34 [2026-08-21T15:27:34.070Z] Progress (3): 413/510 kB | 106/217 kB | 57/247 kB 17:27:34 [2026-08-21T15:27:34.070Z] Progress (3): 413/510 kB | 106/217 kB | 73/247 kB 17:27:34 [2026-08-21T15:27:34.070Z] Progress (3): 430/510 kB | 106/217 kB | 73/247 kB 17:27:34 [2026-08-21T15:27:34.070Z] Progress (3): 430/510 kB | 122/217 kB | 73/247 kB 17:27:34 [2026-08-21T15:27:34.070Z] Progress (3): 446/510 kB | 122/217 kB | 73/247 kB 17:27:34 [2026-08-21T15:27:34.070Z] Progress (3): 446/510 kB | 122/217 kB | 90/247 kB 17:27:34 [2026-08-21T15:27:34.070Z] Progress (3): 446/510 kB | 139/217 kB | 90/247 kB 17:27:34 [2026-08-21T15:27:34.070Z] Progress (3): 463/510 kB | 139/217 kB | 90/247 kB 17:27:34 [2026-08-21T15:27:34.070Z] Progress (3): 463/510 kB | 155/217 kB | 90/247 kB 17:27:34 [2026-08-21T15:27:34.070Z] Progress (3): 479/510 kB | 155/217 kB | 90/247 kB 17:27:34 [2026-08-21T15:27:34.070Z] Progress (3): 479/510 kB | 155/217 kB | 106/247 kB 17:27:34 [2026-08-21T15:27:34.070Z] Progress (3): 495/510 kB | 155/217 kB | 106/247 kB 17:27:34 [2026-08-21T15:27:34.070Z] Progress (3): 495/510 kB | 172/217 kB | 106/247 kB 17:27:34 [2026-08-21T15:27:34.070Z] Progress (3): 495/510 kB | 172/217 kB | 122/247 kB 17:27:34 [2026-08-21T15:27:34.070Z] Progress (3): 510 kB | 172/217 kB | 122/247 kB 17:27:34 [2026-08-21T15:27:34.070Z] Progress (3): 510 kB | 188/217 kB | 122/247 kB 17:27:34 [2026-08-21T15:27:34.071Z] 17:27:34 [2026-08-21T15:27:34.071Z] 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 3.4 MB/s) 17:27:34 [2026-08-21T15:27:34.071Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-digester3/3.2/commons-digester3-3.2.jar 17:27:34 [2026-08-21T15:27:34.071Z] Progress (2): 188/217 kB | 139/247 kB 17:27:34 [2026-08-21T15:27:34.071Z] Progress (2): 204/217 kB | 139/247 kB 17:27:34 [2026-08-21T15:27:34.071Z] Progress (2): 204/217 kB | 147/247 kB 17:27:34 [2026-08-21T15:27:34.071Z] Progress (3): 204/217 kB | 147/247 kB | 7.7/74 kB 17:27:34 [2026-08-21T15:27:34.071Z] Progress (3): 204/217 kB | 147/247 kB | 16/74 kB 17:27:34 [2026-08-21T15:27:34.071Z] Progress (3): 217 kB | 147/247 kB | 16/74 kB 17:27:34 [2026-08-21T15:27:34.071Z] Progress (3): 217 kB | 164/247 kB | 16/74 kB 17:27:34 [2026-08-21T15:27:34.071Z] Progress (3): 217 kB | 164/247 kB | 24/74 kB 17:27:34 [2026-08-21T15:27:34.071Z] 17:27:34 [2026-08-21T15:27:34.071Z] 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.4 MB/s) 17:27:34 [2026-08-21T15:27:34.071Z] Downloading from central: https://repo.maven.apache.org/maven2/com/github/cliftonlabs/json-simple/3.0.2/json-simple-3.0.2.jar 17:27:34 [2026-08-21T15:27:34.071Z] Progress (2): 180/247 kB | 24/74 kB 17:27:34 [2026-08-21T15:27:34.071Z] Progress (2): 180/247 kB | 40/74 kB 17:27:34 [2026-08-21T15:27:34.071Z] Progress (2): 184/247 kB | 40/74 kB 17:27:34 [2026-08-21T15:27:34.071Z] Progress (2): 200/247 kB | 40/74 kB 17:27:34 [2026-08-21T15:27:34.071Z] Progress (2): 200/247 kB | 57/74 kB 17:27:34 [2026-08-21T15:27:34.071Z] Progress (2): 213/247 kB | 57/74 kB 17:27:34 [2026-08-21T15:27:34.071Z] Progress (2): 213/247 kB | 73/74 kB 17:27:34 [2026-08-21T15:27:34.071Z] Progress (2): 213/247 kB | 74 kB 17:27:34 [2026-08-21T15:27:34.071Z] Progress (2): 229/247 kB | 74 kB 17:27:34 [2026-08-21T15:27:34.071Z] 17:27:34 [2026-08-21T15:27:34.071Z] 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 461 kB/s) 17:27:34 [2026-08-21T15:27:34.071Z] 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:27:34 [2026-08-21T15:27:34.071Z] Progress (1): 246/247 kB 17:27:34 [2026-08-21T15:27:34.071Z] Progress (1): 247 kB 17:27:34 [2026-08-21T15:27:34.071Z] 17:27:34 [2026-08-21T15:27:34.071Z] 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.5 MB/s) 17:27:34 [2026-08-21T15:27:34.071Z] 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:27:34 [2026-08-21T15:27:34.071Z] Progress (1): 7.7/588 kB 17:27:34 [2026-08-21T15:27:34.071Z] Progress (1): 11/588 kB 17:27:34 [2026-08-21T15:27:34.071Z] Progress (1): 28/588 kB 17:27:34 [2026-08-21T15:27:34.071Z] Progress (1): 44/588 kB 17:27:34 [2026-08-21T15:27:34.071Z] Progress (1): 61/588 kB 17:27:34 [2026-08-21T15:27:34.071Z] Progress (1): 77/588 kB 17:27:34 [2026-08-21T15:27:34.071Z] Progress (1): 93/588 kB 17:27:34 [2026-08-21T15:27:34.071Z] Progress (1): 110/588 kB 17:27:34 [2026-08-21T15:27:34.071Z] Progress (2): 110/588 kB | 16/242 kB 17:27:34 [2026-08-21T15:27:34.071Z] Progress (2): 126/588 kB | 16/242 kB 17:27:34 [2026-08-21T15:27:34.071Z] Progress (3): 126/588 kB | 16/242 kB | 7.7/35 kB 17:27:34 [2026-08-21T15:27:34.071Z] Progress (3): 126/588 kB | 33/242 kB | 7.7/35 kB 17:27:34 [2026-08-21T15:27:34.071Z] Progress (3): 126/588 kB | 33/242 kB | 16/35 kB 17:27:34 [2026-08-21T15:27:34.071Z] Progress (3): 142/588 kB | 33/242 kB | 16/35 kB 17:27:34 [2026-08-21T15:27:34.071Z] Progress (3): 142/588 kB | 41/242 kB | 16/35 kB 17:27:34 [2026-08-21T15:27:34.071Z] Progress (3): 159/588 kB | 41/242 kB | 16/35 kB 17:27:34 [2026-08-21T15:27:34.071Z] Progress (3): 175/588 kB | 41/242 kB | 16/35 kB 17:27:34 [2026-08-21T15:27:34.071Z] Progress (3): 175/588 kB | 57/242 kB | 16/35 kB 17:27:34 [2026-08-21T15:27:34.071Z] Progress (3): 175/588 kB | 57/242 kB | 32/35 kB 17:27:34 [2026-08-21T15:27:34.071Z] Progress (3): 192/588 kB | 57/242 kB | 32/35 kB 17:27:34 [2026-08-21T15:27:34.071Z] Progress (3): 192/588 kB | 57/242 kB | 35 kB 17:27:34 [2026-08-21T15:27:34.071Z] Progress (3): 192/588 kB | 66/242 kB | 35 kB 17:27:34 [2026-08-21T15:27:34.071Z] Progress (3): 208/588 kB | 66/242 kB | 35 kB 17:27:34 [2026-08-21T15:27:34.071Z] 17:27:34 [2026-08-21T15:27:34.071Z] 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 194 kB/s) 17:27:34 [2026-08-21T15:27:34.071Z] Progress (3): 208/588 kB | 66/242 kB | 7.7/54 kB 17:27:34 [2026-08-21T15:27:34.071Z] 17:27:34 [2026-08-21T15:27:34.071Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.6.2/maven-archiver-3.6.2.jar 17:27:34 [2026-08-21T15:27:34.071Z] Progress (3): 208/588 kB | 82/242 kB | 7.7/54 kB 17:27:34 [2026-08-21T15:27:34.071Z] Progress (3): 208/588 kB | 82/242 kB | 16/54 kB 17:27:34 [2026-08-21T15:27:34.071Z] Progress (3): 224/588 kB | 82/242 kB | 16/54 kB 17:27:34 [2026-08-21T15:27:34.071Z] Progress (3): 241/588 kB | 82/242 kB | 16/54 kB 17:27:34 [2026-08-21T15:27:34.071Z] Progress (3): 241/588 kB | 82/242 kB | 28/54 kB 17:27:34 [2026-08-21T15:27:34.071Z] Progress (3): 241/588 kB | 98/242 kB | 28/54 kB 17:27:34 [2026-08-21T15:27:34.071Z] Progress (3): 257/588 kB | 98/242 kB | 28/54 kB 17:27:34 [2026-08-21T15:27:34.071Z] Progress (3): 257/588 kB | 115/242 kB | 28/54 kB 17:27:34 [2026-08-21T15:27:34.071Z] Progress (3): 257/588 kB | 115/242 kB | 44/54 kB 17:27:34 [2026-08-21T15:27:34.071Z] Progress (3): 257/588 kB | 131/242 kB | 44/54 kB 17:27:34 [2026-08-21T15:27:34.071Z] Progress (3): 273/588 kB | 131/242 kB | 44/54 kB 17:27:34 [2026-08-21T15:27:34.071Z] Progress (4): 273/588 kB | 131/242 kB | 44/54 kB | 7.7/35 kB 17:27:34 [2026-08-21T15:27:34.071Z] Progress (4): 273/588 kB | 131/242 kB | 54 kB | 7.7/35 kB 17:27:34 [2026-08-21T15:27:34.071Z] Progress (4): 273/588 kB | 131/242 kB | 54 kB | 16/35 kB 17:27:34 [2026-08-21T15:27:34.071Z] Progress (4): 273/588 kB | 147/242 kB | 54 kB | 16/35 kB 17:27:34 [2026-08-21T15:27:34.071Z] Progress (4): 273/588 kB | 164/242 kB | 54 kB | 16/35 kB 17:27:34 [2026-08-21T15:27:34.071Z] 17:27:34 [2026-08-21T15:27:34.071Z] 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 290 kB/s) 17:27:34 [2026-08-21T15:27:34.071Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.11.0/plexus-archiver-4.11.0.jar 17:27:34 [2026-08-21T15:27:34.071Z] Progress (3): 290/588 kB | 164/242 kB | 16/35 kB 17:27:34 [2026-08-21T15:27:34.071Z] Progress (3): 290/588 kB | 164/242 kB | 32/35 kB 17:27:34 [2026-08-21T15:27:34.071Z] Progress (3): 290/588 kB | 180/242 kB | 32/35 kB 17:27:34 [2026-08-21T15:27:34.071Z] Progress (3): 290/588 kB | 180/242 kB | 35 kB 17:27:34 [2026-08-21T15:27:34.071Z] Progress (3): 290/588 kB | 197/242 kB | 35 kB 17:27:34 [2026-08-21T15:27:34.071Z] Progress (3): 306/588 kB | 197/242 kB | 35 kB 17:27:34 [2026-08-21T15:27:34.071Z] Progress (3): 306/588 kB | 213/242 kB | 35 kB 17:27:34 [2026-08-21T15:27:34.071Z] Progress (3): 323/588 kB | 213/242 kB | 35 kB 17:27:34 [2026-08-21T15:27:34.071Z] Progress (3): 323/588 kB | 229/242 kB | 35 kB 17:27:34 [2026-08-21T15:27:34.071Z] 17:27:34 [2026-08-21T15:27:34.071Z] 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 186 kB/s) 17:27:34 [2026-08-21T15:27:34.071Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.6.0/plexus-io-3.6.0.jar 17:27:34 [2026-08-21T15:27:34.071Z] Progress (2): 339/588 kB | 229/242 kB 17:27:34 [2026-08-21T15:27:34.071Z] Progress (2): 339/588 kB | 242 kB 17:27:34 [2026-08-21T15:27:34.071Z] Progress (2): 355/588 kB | 242 kB 17:27:34 [2026-08-21T15:27:34.071Z] Progress (2): 372/588 kB | 242 kB 17:27:34 [2026-08-21T15:27:34.071Z] 17:27:34 [2026-08-21T15:27:34.071Z] 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.3 MB/s) 17:27:34 [2026-08-21T15:27:34.071Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.28.0/commons-compress-1.28.0.jar 17:27:34 [2026-08-21T15:27:34.071Z] Progress (1): 388/588 kB 17:27:34 [2026-08-21T15:27:34.071Z] Progress (1): 405/588 kB 17:27:34 [2026-08-21T15:27:34.071Z] Progress (1): 421/588 kB 17:27:34 [2026-08-21T15:27:34.071Z] Progress (1): 437/588 kB 17:27:34 [2026-08-21T15:27:34.071Z] Progress (1): 454/588 kB 17:27:34 [2026-08-21T15:27:34.071Z] Progress (1): 470/588 kB 17:27:34 [2026-08-21T15:27:34.071Z] Progress (1): 486/588 kB 17:27:34 [2026-08-21T15:27:34.071Z] Progress (1): 503/588 kB 17:27:34 [2026-08-21T15:27:34.071Z] Progress (1): 519/588 kB 17:27:34 [2026-08-21T15:27:34.071Z] Progress (1): 536/588 kB 17:27:34 [2026-08-21T15:27:34.071Z] Progress (1): 552/588 kB 17:27:34 [2026-08-21T15:27:34.071Z] Progress (1): 568/588 kB 17:27:34 [2026-08-21T15:27:34.071Z] Progress (1): 585/588 kB 17:27:34 [2026-08-21T15:27:34.071Z] Progress (1): 588 kB 17:27:34 [2026-08-21T15:27:34.071Z] 17:27:34 [2026-08-21T15:27:34.071Z] 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 3.0 MB/s) 17:27:34 [2026-08-21T15:27:34.071Z] Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.20.0/commons-codec-1.20.0.jar 17:27:34 [2026-08-21T15:27:34.071Z] Progress (1): 7.7/27 kB 17:27:34 [2026-08-21T15:27:34.071Z] Progress (1): 16/27 kB 17:27:34 [2026-08-21T15:27:34.071Z] Progress (1): 24/27 kB 17:27:34 [2026-08-21T15:27:34.071Z] Progress (1): 27 kB 17:27:34 [2026-08-21T15:27:34.071Z] 17:27:34 [2026-08-21T15:27:34.071Z] 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 133 kB/s) 17:27:34 [2026-08-21T15:27:34.071Z] Downloading from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.11/xz-1.11.jar 17:27:34 [2026-08-21T15:27:34.071Z] Progress (1): 0/1.1 MB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (1): 0/1.1 MB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (1): 0/1.1 MB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (2): 0/1.1 MB | 7.7/227 kB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (2): 0/1.1 MB | 16/227 kB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (2): 0/1.1 MB | 16/227 kB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (2): 0/1.1 MB | 24/227 kB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (2): 0.1/1.1 MB | 24/227 kB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (2): 0.1/1.1 MB | 40/227 kB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (2): 0.1/1.1 MB | 40/227 kB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (2): 0.1/1.1 MB | 57/227 kB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (2): 0.1/1.1 MB | 57/227 kB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (2): 0.1/1.1 MB | 73/227 kB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (2): 0.1/1.1 MB | 73/227 kB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (3): 0.1/1.1 MB | 73/227 kB | 7.7/80 kB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (3): 0.1/1.1 MB | 73/227 kB | 16/80 kB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (3): 0.1/1.1 MB | 73/227 kB | 16/80 kB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (3): 0.1/1.1 MB | 90/227 kB | 16/80 kB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (3): 0.1/1.1 MB | 90/227 kB | 24/80 kB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (3): 0.1/1.1 MB | 90/227 kB | 24/80 kB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (3): 0.1/1.1 MB | 106/227 kB | 24/80 kB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (3): 0.2/1.1 MB | 106/227 kB | 24/80 kB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (3): 0.2/1.1 MB | 106/227 kB | 40/80 kB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (3): 0.2/1.1 MB | 122/227 kB | 40/80 kB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (3): 0.2/1.1 MB | 122/227 kB | 40/80 kB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (3): 0.2/1.1 MB | 139/227 kB | 40/80 kB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (3): 0.2/1.1 MB | 139/227 kB | 57/80 kB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (3): 0.2/1.1 MB | 139/227 kB | 57/80 kB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (3): 0.2/1.1 MB | 155/227 kB | 57/80 kB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (3): 0.2/1.1 MB | 155/227 kB | 57/80 kB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (3): 0.2/1.1 MB | 155/227 kB | 73/80 kB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (3): 0.2/1.1 MB | 155/227 kB | 80 kB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (3): 0.2/1.1 MB | 155/227 kB | 80 kB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (3): 0.2/1.1 MB | 172/227 kB | 80 kB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (3): 0.2/1.1 MB | 172/227 kB | 80 kB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (3): 0.2/1.1 MB | 188/227 kB | 80 kB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (3): 0.3/1.1 MB | 188/227 kB | 80 kB 17:27:34 [2026-08-21T15:27:34.072Z] 17:27:34 [2026-08-21T15:27:34.072Z] 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 372 kB/s) 17:27:34 [2026-08-21T15:27:34.072Z] 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:27:34 [2026-08-21T15:27:34.072Z] Progress (2): 0.3/1.1 MB | 204/227 kB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (2): 0.3/1.1 MB | 204/227 kB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (2): 0.3/1.1 MB | 221/227 kB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (2): 0.3/1.1 MB | 221/227 kB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (2): 0.3/1.1 MB | 227 kB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (2): 0.3/1.1 MB | 227 kB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (2): 0.3/1.1 MB | 227 kB 17:27:34 [2026-08-21T15:27:34.072Z] 17:27:34 [2026-08-21T15:27:34.072Z] 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 1.0 MB/s) 17:27:34 [2026-08-21T15:27:34.072Z] 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:27:34 [2026-08-21T15:27:34.072Z] Progress (1): 0.3/1.1 MB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (1): 0.4/1.1 MB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (1): 0.4/1.1 MB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (1): 0.4/1.1 MB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (1): 0.4/1.1 MB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (2): 0.4/1.1 MB | 7.7/169 kB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (2): 0.4/1.1 MB | 7.7/169 kB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (2): 0.4/1.1 MB | 16/169 kB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (2): 0.4/1.1 MB | 16/169 kB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (2): 0.4/1.1 MB | 16/169 kB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (2): 0.4/1.1 MB | 32/169 kB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (2): 0.5/1.1 MB | 32/169 kB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (2): 0.5/1.1 MB | 32/169 kB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (2): 0.5/1.1 MB | 49/169 kB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (2): 0.5/1.1 MB | 49/169 kB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (2): 0.5/1.1 MB | 49/169 kB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (2): 0.5/1.1 MB | 65/169 kB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (2): 0.5/1.1 MB | 65/169 kB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (2): 0.5/1.1 MB | 65/169 kB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (2): 0.5/1.1 MB | 81/169 kB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (2): 0.6/1.1 MB | 81/169 kB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (2): 0.6/1.1 MB | 81/169 kB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (2): 0.6/1.1 MB | 98/169 kB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (3): 0.6/1.1 MB | 98/169 kB | 7.7/401 kB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (3): 0.6/1.1 MB | 98/169 kB | 11/401 kB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (3): 0.6/1.1 MB | 98/169 kB | 11/401 kB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (3): 0.6/1.1 MB | 98/169 kB | 28/401 kB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (3): 0.6/1.1 MB | 98/169 kB | 28/401 kB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (3): 0.6/1.1 MB | 114/169 kB | 28/401 kB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (3): 0.6/1.1 MB | 114/169 kB | 44/401 kB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (3): 0.6/1.1 MB | 114/169 kB | 44/401 kB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (3): 0.6/1.1 MB | 114/169 kB | 61/401 kB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (3): 0.6/1.1 MB | 131/169 kB | 61/401 kB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (3): 0.6/1.1 MB | 131/169 kB | 61/401 kB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (3): 0.6/1.1 MB | 131/169 kB | 77/401 kB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (3): 0.7/1.1 MB | 131/169 kB | 77/401 kB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (3): 0.7/1.1 MB | 147/169 kB | 77/401 kB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (3): 0.7/1.1 MB | 147/169 kB | 93/401 kB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (3): 0.7/1.1 MB | 147/169 kB | 93/401 kB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (3): 0.7/1.1 MB | 147/169 kB | 110/401 kB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (3): 0.7/1.1 MB | 147/169 kB | 110/401 kB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (3): 0.7/1.1 MB | 163/169 kB | 110/401 kB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (3): 0.7/1.1 MB | 163/169 kB | 110/401 kB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (3): 0.7/1.1 MB | 169 kB | 110/401 kB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (3): 0.7/1.1 MB | 169 kB | 126/401 kB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (3): 0.7/1.1 MB | 169 kB | 126/401 kB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (3): 0.7/1.1 MB | 169 kB | 142/401 kB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (3): 0.7/1.1 MB | 169 kB | 142/401 kB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (3): 0.7/1.1 MB | 169 kB | 159/401 kB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (4): 0.7/1.1 MB | 169 kB | 159/401 kB | 0/7.4 MB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (4): 0.8/1.1 MB | 169 kB | 159/401 kB | 0/7.4 MB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (4): 0.8/1.1 MB | 169 kB | 175/401 kB | 0/7.4 MB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (4): 0.8/1.1 MB | 169 kB | 175/401 kB | 0/7.4 MB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (4): 0.8/1.1 MB | 169 kB | 175/401 kB | 0/7.4 MB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (4): 0.8/1.1 MB | 169 kB | 192/401 kB | 0/7.4 MB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (4): 0.8/1.1 MB | 169 kB | 192/401 kB | 0/7.4 MB 17:27:34 [2026-08-21T15:27:34.072Z] 17:27:34 [2026-08-21T15:27:34.072Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.11/xz-1.11.jar (169 kB at 712 kB/s) 17:27:34 [2026-08-21T15:27:34.072Z] 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:27:34 [2026-08-21T15:27:34.072Z] Progress (3): 0.8/1.1 MB | 208/401 kB | 0/7.4 MB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (3): 0.8/1.1 MB | 208/401 kB | 0/7.4 MB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (3): 0.8/1.1 MB | 208/401 kB | 0/7.4 MB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (3): 0.8/1.1 MB | 224/401 kB | 0/7.4 MB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (3): 0.8/1.1 MB | 224/401 kB | 0/7.4 MB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (3): 0.8/1.1 MB | 241/401 kB | 0/7.4 MB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (3): 0.8/1.1 MB | 241/401 kB | 0.1/7.4 MB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (3): 0.8/1.1 MB | 257/401 kB | 0.1/7.4 MB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (3): 0.8/1.1 MB | 257/401 kB | 0.1/7.4 MB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (3): 0.8/1.1 MB | 274/401 kB | 0.1/7.4 MB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (3): 0.9/1.1 MB | 274/401 kB | 0.1/7.4 MB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (3): 0.9/1.1 MB | 290/401 kB | 0.1/7.4 MB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (3): 0.9/1.1 MB | 290/401 kB | 0.1/7.4 MB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (3): 0.9/1.1 MB | 290/401 kB | 0.1/7.4 MB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (3): 0.9/1.1 MB | 306/401 kB | 0.1/7.4 MB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (3): 0.9/1.1 MB | 306/401 kB | 0.1/7.4 MB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (3): 0.9/1.1 MB | 323/401 kB | 0.1/7.4 MB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (3): 0.9/1.1 MB | 323/401 kB | 0.1/7.4 MB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (3): 0.9/1.1 MB | 339/401 kB | 0.1/7.4 MB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (3): 0.9/1.1 MB | 339/401 kB | 0.1/7.4 MB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (3): 0.9/1.1 MB | 355/401 kB | 0.1/7.4 MB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (3): 0.9/1.1 MB | 355/401 kB | 0.1/7.4 MB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (3): 0.9/1.1 MB | 355/401 kB | 0.1/7.4 MB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (3): 0.9/1.1 MB | 372/401 kB | 0.1/7.4 MB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (3): 0.9/1.1 MB | 372/401 kB | 0.1/7.4 MB 17:27:34 [2026-08-21T15:27:34.072Z] Progress (3): 1.0/1.1 MB | 372/401 kB | 0.1/7.4 MB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (3): 1.0/1.1 MB | 388/401 kB | 0.1/7.4 MB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (3): 1.0/1.1 MB | 388/401 kB | 0.1/7.4 MB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (3): 1.0/1.1 MB | 401 kB | 0.1/7.4 MB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (3): 1.0/1.1 MB | 401 kB | 0.1/7.4 MB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (3): 1.0/1.1 MB | 401 kB | 0.1/7.4 MB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (3): 1.0/1.1 MB | 401 kB | 0.1/7.4 MB 17:27:34 [2026-08-21T15:27:34.073Z] 17:27:34 [2026-08-21T15:27:34.073Z] 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.7 MB/s) 17:27:34 [2026-08-21T15:27:34.073Z] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.21.0/commons-io-2.21.0.jar 17:27:34 [2026-08-21T15:27:34.073Z] Progress (3): 1.0/1.1 MB | 0.1/7.4 MB | 7.7/379 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (3): 1.0/1.1 MB | 0.1/7.4 MB | 7.7/379 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (3): 1.0/1.1 MB | 0.1/7.4 MB | 16/379 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (3): 1.0/1.1 MB | 0.1/7.4 MB | 16/379 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (3): 1.0/1.1 MB | 0.1/7.4 MB | 16/379 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (3): 1.0/1.1 MB | 0.1/7.4 MB | 24/379 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (3): 1.1/1.1 MB | 0.1/7.4 MB | 24/379 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (3): 1.1/1.1 MB | 0.1/7.4 MB | 40/379 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (3): 1.1/1.1 MB | 0.1/7.4 MB | 40/379 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (3): 1.1/1.1 MB | 0.2/7.4 MB | 40/379 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (3): 1.1/1.1 MB | 0.2/7.4 MB | 57/379 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (3): 1.1/1.1 MB | 0.2/7.4 MB | 73/379 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (3): 1.1/1.1 MB | 0.2/7.4 MB | 73/379 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (3): 1.1/1.1 MB | 0.2/7.4 MB | 73/379 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (3): 1.1/1.1 MB | 0.2/7.4 MB | 90/379 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (3): 1.1/1.1 MB | 0.2/7.4 MB | 90/379 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (3): 1.1/1.1 MB | 0.2/7.4 MB | 106/379 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (3): 1.1 MB | 0.2/7.4 MB | 106/379 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (3): 1.1 MB | 0.2/7.4 MB | 106/379 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (3): 1.1 MB | 0.2/7.4 MB | 122/379 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (3): 1.1 MB | 0.2/7.4 MB | 122/379 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (3): 1.1 MB | 0.2/7.4 MB | 139/379 kB 17:27:34 [2026-08-21T15:27:34.073Z] 17:27:34 [2026-08-21T15:27:34.073Z] 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 4.5 MB/s) 17:27:34 [2026-08-21T15:27:34.073Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.15.0/commons-text-1.15.0.jar 17:27:34 [2026-08-21T15:27:34.073Z] Progress (2): 0.2/7.4 MB | 155/379 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (2): 0.2/7.4 MB | 155/379 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (2): 0.2/7.4 MB | 172/379 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (2): 0.2/7.4 MB | 188/379 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (2): 0.2/7.4 MB | 188/379 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (2): 0.2/7.4 MB | 204/379 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (2): 0.2/7.4 MB | 217/379 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (2): 0.2/7.4 MB | 217/379 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (2): 0.2/7.4 MB | 233/379 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (2): 0.2/7.4 MB | 250/379 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (2): 0.3/7.4 MB | 250/379 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (2): 0.3/7.4 MB | 266/379 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (2): 0.3/7.4 MB | 282/379 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (2): 0.3/7.4 MB | 282/379 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (2): 0.3/7.4 MB | 299/379 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (2): 0.3/7.4 MB | 311/379 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (2): 0.3/7.4 MB | 311/379 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (2): 0.3/7.4 MB | 328/379 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (2): 0.3/7.4 MB | 328/379 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (2): 0.3/7.4 MB | 344/379 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (3): 0.3/7.4 MB | 344/379 kB | 7.7/168 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (3): 0.3/7.4 MB | 344/379 kB | 8.2/168 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (3): 0.3/7.4 MB | 360/379 kB | 8.2/168 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (3): 0.3/7.4 MB | 360/379 kB | 8.2/168 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (3): 0.3/7.4 MB | 377/379 kB | 8.2/168 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (3): 0.3/7.4 MB | 379 kB | 8.2/168 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (3): 0.3/7.4 MB | 379 kB | 25/168 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (3): 0.3/7.4 MB | 379 kB | 25/168 kB 17:27:34 [2026-08-21T15:27:34.073Z] 17:27:34 [2026-08-21T15:27:34.073Z] 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.5 MB/s) 17:27:34 [2026-08-21T15:27:34.073Z] 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:27:34 [2026-08-21T15:27:34.073Z] Progress (2): 0.3/7.4 MB | 41/168 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (2): 0.4/7.4 MB | 41/168 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (2): 0.4/7.4 MB | 57/168 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (2): 0.4/7.4 MB | 57/168 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (2): 0.4/7.4 MB | 57/168 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (2): 0.4/7.4 MB | 74/168 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (2): 0.4/7.4 MB | 74/168 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (2): 0.4/7.4 MB | 90/168 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (2): 0.4/7.4 MB | 90/168 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (2): 0.4/7.4 MB | 90/168 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (2): 0.4/7.4 MB | 106/168 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (2): 0.5/7.4 MB | 106/168 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (2): 0.5/7.4 MB | 123/168 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (2): 0.5/7.4 MB | 123/168 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (2): 0.5/7.4 MB | 123/168 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (2): 0.5/7.4 MB | 139/168 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (2): 0.5/7.4 MB | 139/168 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (2): 0.5/7.4 MB | 156/168 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (2): 0.5/7.4 MB | 156/168 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (2): 0.5/7.4 MB | 168 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (2): 0.5/7.4 MB | 168 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (2): 0.6/7.4 MB | 168 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (3): 0.6/7.4 MB | 168 kB | 7.7/265 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (3): 0.6/7.4 MB | 168 kB | 16/265 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (3): 0.6/7.4 MB | 168 kB | 16/265 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (3): 0.6/7.4 MB | 168 kB | 24/265 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (3): 0.6/7.4 MB | 168 kB | 40/265 kB 17:27:34 [2026-08-21T15:27:34.073Z] 17:27:34 [2026-08-21T15:27:34.073Z] 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 630 kB/s) 17:27:34 [2026-08-21T15:27:34.073Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.1.0/plexus-i18n-1.1.0.jar 17:27:34 [2026-08-21T15:27:34.073Z] Progress (2): 0.6/7.4 MB | 57/265 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (2): 0.6/7.4 MB | 57/265 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (2): 0.6/7.4 MB | 73/265 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (2): 0.6/7.4 MB | 90/265 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (2): 0.6/7.4 MB | 90/265 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (3): 0.6/7.4 MB | 90/265 kB | 7.7/585 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (3): 0.6/7.4 MB | 106/265 kB | 7.7/585 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (3): 0.6/7.4 MB | 106/265 kB | 16/585 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (3): 0.6/7.4 MB | 122/265 kB | 16/585 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (3): 0.6/7.4 MB | 122/265 kB | 24/585 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (3): 0.6/7.4 MB | 122/265 kB | 24/585 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (3): 0.6/7.4 MB | 139/265 kB | 24/585 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (3): 0.6/7.4 MB | 155/265 kB | 24/585 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (3): 0.6/7.4 MB | 155/265 kB | 40/585 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (3): 0.6/7.4 MB | 155/265 kB | 40/585 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (3): 0.6/7.4 MB | 172/265 kB | 40/585 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (3): 0.6/7.4 MB | 188/265 kB | 40/585 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (3): 0.6/7.4 MB | 188/265 kB | 57/585 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (3): 0.7/7.4 MB | 188/265 kB | 57/585 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (3): 0.7/7.4 MB | 204/265 kB | 57/585 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (3): 0.7/7.4 MB | 221/265 kB | 57/585 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (3): 0.7/7.4 MB | 221/265 kB | 73/585 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (3): 0.7/7.4 MB | 237/265 kB | 73/585 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (3): 0.7/7.4 MB | 237/265 kB | 73/585 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (3): 0.7/7.4 MB | 253/265 kB | 73/585 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (3): 0.7/7.4 MB | 253/265 kB | 90/585 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (3): 0.7/7.4 MB | 265 kB | 90/585 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (3): 0.7/7.4 MB | 265 kB | 90/585 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (3): 0.7/7.4 MB | 265 kB | 106/585 kB 17:27:34 [2026-08-21T15:27:34.073Z] 17:27:34 [2026-08-21T15:27:34.073Z] 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 974 kB/s) 17:27:34 [2026-08-21T15:27:34.073Z] 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:27:34 [2026-08-21T15:27:34.073Z] Progress (2): 0.7/7.4 MB | 106/585 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (2): 0.7/7.4 MB | 122/585 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (2): 0.7/7.4 MB | 122/585 kB 17:27:34 [2026-08-21T15:27:34.073Z] Progress (2): 0.7/7.4 MB | 139/585 kB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (2): 0.7/7.4 MB | 139/585 kB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (2): 0.7/7.4 MB | 155/585 kB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (2): 0.8/7.4 MB | 155/585 kB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (2): 0.8/7.4 MB | 172/585 kB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (2): 0.8/7.4 MB | 172/585 kB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (2): 0.8/7.4 MB | 188/585 kB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (2): 0.8/7.4 MB | 188/585 kB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (2): 0.8/7.4 MB | 204/585 kB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (2): 0.8/7.4 MB | 204/585 kB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (2): 0.8/7.4 MB | 221/585 kB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (3): 0.8/7.4 MB | 221/585 kB | 7.7/11 kB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (3): 0.8/7.4 MB | 221/585 kB | 11 kB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (3): 0.8/7.4 MB | 221/585 kB | 11 kB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (3): 0.8/7.4 MB | 237/585 kB | 11 kB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (3): 0.8/7.4 MB | 237/585 kB | 11 kB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (3): 0.8/7.4 MB | 253/585 kB | 11 kB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (3): 0.9/7.4 MB | 253/585 kB | 11 kB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (3): 0.9/7.4 MB | 270/585 kB | 11 kB 17:27:34 [2026-08-21T15:27:34.074Z] 17:27:34 [2026-08-21T15:27:34.074Z] 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 41 kB/s) 17:27:34 [2026-08-21T15:27:34.074Z] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/woodstox/woodstox-core/7.1.1/woodstox-core-7.1.1.jar 17:27:34 [2026-08-21T15:27:34.074Z] Progress (2): 0.9/7.4 MB | 270/585 kB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (2): 0.9/7.4 MB | 286/585 kB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (2): 0.9/7.4 MB | 286/585 kB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (2): 0.9/7.4 MB | 302/585 kB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (2): 0.9/7.4 MB | 302/585 kB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (2): 0.9/7.4 MB | 319/585 kB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (2): 0.9/7.4 MB | 319/585 kB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (2): 0.9/7.4 MB | 335/585 kB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (2): 0.9/7.4 MB | 335/585 kB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (2): 0.9/7.4 MB | 352/585 kB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (2): 1.0/7.4 MB | 352/585 kB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (2): 1.0/7.4 MB | 368/585 kB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (2): 1.0/7.4 MB | 368/585 kB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (2): 1.0/7.4 MB | 384/585 kB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (2): 1.0/7.4 MB | 384/585 kB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (2): 1.0/7.4 MB | 401/585 kB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (2): 1.0/7.4 MB | 401/585 kB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (2): 1.0/7.4 MB | 417/585 kB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (3): 1.0/7.4 MB | 417/585 kB | 7.7/10 kB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (3): 1.0/7.4 MB | 417/585 kB | 7.7/10 kB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (3): 1.0/7.4 MB | 417/585 kB | 10 kB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (3): 1.0/7.4 MB | 434/585 kB | 10 kB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (3): 1.0/7.4 MB | 434/585 kB | 10 kB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (3): 1.0/7.4 MB | 450/585 kB | 10 kB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (3): 1.0/7.4 MB | 450/585 kB | 10 kB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (3): 1.0/7.4 MB | 466/585 kB | 10 kB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (3): 1.1/7.4 MB | 466/585 kB | 10 kB 17:27:34 [2026-08-21T15:27:34.074Z] 17:27:34 [2026-08-21T15:27:34.074Z] 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 36 kB/s) 17:27:34 [2026-08-21T15:27:34.074Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/4.2.2/stax2-api-4.2.2.jar 17:27:34 [2026-08-21T15:27:34.074Z] Progress (2): 1.1/7.4 MB | 483/585 kB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (2): 1.1/7.4 MB | 483/585 kB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (2): 1.1/7.4 MB | 499/585 kB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (2): 1.1/7.4 MB | 499/585 kB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (2): 1.1/7.4 MB | 515/585 kB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (2): 1.1/7.4 MB | 515/585 kB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (2): 1.1/7.4 MB | 532/585 kB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (2): 1.1/7.4 MB | 532/585 kB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (2): 1.1/7.4 MB | 548/585 kB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (2): 1.1/7.4 MB | 548/585 kB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (2): 1.1/7.4 MB | 565/585 kB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (2): 1.2/7.4 MB | 565/585 kB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (2): 1.2/7.4 MB | 581/585 kB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (2): 1.2/7.4 MB | 585 kB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (2): 1.2/7.4 MB | 585 kB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (2): 1.2/7.4 MB | 585 kB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (3): 1.2/7.4 MB | 585 kB | 7.7/10 kB 17:27:34 [2026-08-21T15:27:34.074Z] 17:27:34 [2026-08-21T15:27:34.074Z] 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 2.0 MB/s) 17:27:34 [2026-08-21T15:27:34.074Z] Progress (2): 1.2/7.4 MB | 7.7/10 kB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (2): 1.2/7.4 MB | 10 kB 17:27:34 [2026-08-21T15:27:34.074Z] 17:27:34 [2026-08-21T15:27:34.074Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.20.0/commons-lang3-3.20.0.jar 17:27:34 [2026-08-21T15:27:34.074Z] Progress (2): 1.2/7.4 MB | 10 kB 17:27:34 [2026-08-21T15:27:34.074Z] 17:27:34 [2026-08-21T15:27:34.074Z] 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 35 kB/s) 17:27:34 [2026-08-21T15:27:34.074Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/4.0.2/plexus-utils-4.0.2.jar 17:27:34 [2026-08-21T15:27:34.074Z] Progress (1): 1.2/7.4 MB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (1): 1.3/7.4 MB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (1): 1.3/7.4 MB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (1): 1.3/7.4 MB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (1): 1.3/7.4 MB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (1): 1.3/7.4 MB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (1): 1.3/7.4 MB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (1): 1.4/7.4 MB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (1): 1.4/7.4 MB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (1): 1.4/7.4 MB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (1): 1.4/7.4 MB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (1): 1.4/7.4 MB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (1): 1.4/7.4 MB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (1): 1.5/7.4 MB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (1): 1.5/7.4 MB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (1): 1.5/7.4 MB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (1): 1.5/7.4 MB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (1): 1.5/7.4 MB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (1): 1.5/7.4 MB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (1): 1.6/7.4 MB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (1): 1.6/7.4 MB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (1): 1.6/7.4 MB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (2): 1.6/7.4 MB | 0/1.6 MB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (2): 1.6/7.4 MB | 0/1.6 MB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (2): 1.6/7.4 MB | 0/1.6 MB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (2): 1.6/7.4 MB | 0/1.6 MB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (2): 1.6/7.4 MB | 0/1.6 MB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (2): 1.6/7.4 MB | 0/1.6 MB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (2): 1.6/7.4 MB | 0/1.6 MB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (2): 1.7/7.4 MB | 0/1.6 MB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (2): 1.7/7.4 MB | 0/1.6 MB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (2): 1.7/7.4 MB | 0.1/1.6 MB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (2): 1.7/7.4 MB | 0.1/1.6 MB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (2): 1.7/7.4 MB | 0.1/1.6 MB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (2): 1.7/7.4 MB | 0.1/1.6 MB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (2): 1.7/7.4 MB | 0.1/1.6 MB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (2): 1.7/7.4 MB | 0.1/1.6 MB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (2): 1.7/7.4 MB | 0.1/1.6 MB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (2): 1.7/7.4 MB | 0.1/1.6 MB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (2): 1.8/7.4 MB | 0.1/1.6 MB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (2): 1.8/7.4 MB | 0.1/1.6 MB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (2): 1.8/7.4 MB | 0.1/1.6 MB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (2): 1.8/7.4 MB | 0.1/1.6 MB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (2): 1.8/7.4 MB | 0.2/1.6 MB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (2): 1.8/7.4 MB | 0.2/1.6 MB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (2): 1.8/7.4 MB | 0.2/1.6 MB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (2): 1.8/7.4 MB | 0.2/1.6 MB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (2): 1.8/7.4 MB | 0.2/1.6 MB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (3): 1.8/7.4 MB | 0.2/1.6 MB | 7.7/714 kB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (3): 1.8/7.4 MB | 0.2/1.6 MB | 16/714 kB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (4): 1.8/7.4 MB | 0.2/1.6 MB | 16/714 kB | 7.7/196 kB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (4): 1.8/7.4 MB | 0.2/1.6 MB | 16/714 kB | 12/196 kB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (4): 1.8/7.4 MB | 0.2/1.6 MB | 32/714 kB | 12/196 kB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (4): 1.8/7.4 MB | 0.2/1.6 MB | 32/714 kB | 12/196 kB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (4): 1.8/7.4 MB | 0.2/1.6 MB | 49/714 kB | 12/196 kB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (4): 1.8/7.4 MB | 0.2/1.6 MB | 49/714 kB | 29/196 kB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (4): 1.8/7.4 MB | 0.2/1.6 MB | 65/714 kB | 29/196 kB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (4): 1.8/7.4 MB | 0.2/1.6 MB | 65/714 kB | 29/196 kB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (4): 1.8/7.4 MB | 0.2/1.6 MB | 65/714 kB | 45/196 kB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (4): 1.8/7.4 MB | 0.2/1.6 MB | 65/714 kB | 45/196 kB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (4): 1.8/7.4 MB | 0.2/1.6 MB | 65/714 kB | 45/196 kB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (4): 1.8/7.4 MB | 0.2/1.6 MB | 65/714 kB | 61/196 kB 17:27:34 [2026-08-21T15:27:34.074Z] Progress (4): 1.8/7.4 MB | 0.2/1.6 MB | 65/714 kB | 61/196 kB 17:27:34 [2026-08-21T15:27:34.075Z] Progress (4): 1.8/7.4 MB | 0.3/1.6 MB | 65/714 kB | 61/196 kB 17:27:34 [2026-08-21T15:27:34.075Z] Progress (4): 1.9/7.4 MB | 0.3/1.6 MB | 65/714 kB | 61/196 kB 17:27:34 [2026-08-21T15:27:34.075Z] Progress (4): 1.9/7.4 MB | 0.3/1.6 MB | 65/714 kB | 61/196 kB 17:27:34 [2026-08-21T15:27:34.075Z] Progress (4): 1.9/7.4 MB | 0.3/1.6 MB | 65/714 kB | 61/196 kB 17:27:34 [2026-08-21T15:27:34.075Z] Progress (4): 1.9/7.4 MB | 0.3/1.6 MB | 65/714 kB | 61/196 kB 17:27:34 [2026-08-21T15:27:34.075Z] Progress (4): 1.9/7.4 MB | 0.3/1.6 MB | 65/714 kB | 61/196 kB 17:27:34 [2026-08-21T15:27:34.075Z] Progress (4): 1.9/7.4 MB | 0.3/1.6 MB | 65/714 kB | 61/196 kB 17:27:34 [2026-08-21T15:27:34.325Z] Progress (4): 1.9/7.4 MB | 0.3/1.6 MB | 65/714 kB | 61/196 kB 17:27:34 [2026-08-21T15:27:34.325Z] Progress (4): 1.9/7.4 MB | 0.3/1.6 MB | 65/714 kB | 61/196 kB 17:27:34 [2026-08-21T15:27:34.325Z] Progress (4): 1.9/7.4 MB | 0.3/1.6 MB | 65/714 kB | 61/196 kB 17:27:34 [2026-08-21T15:27:34.325Z] Progress (4): 1.9/7.4 MB | 0.3/1.6 MB | 81/714 kB | 61/196 kB 17:27:34 [2026-08-21T15:27:34.325Z] Progress (4): 1.9/7.4 MB | 0.3/1.6 MB | 81/714 kB | 61/196 kB 17:27:34 [2026-08-21T15:27:34.325Z] Progress (4): 1.9/7.4 MB | 0.3/1.6 MB | 81/714 kB | 61/196 kB 17:27:34 [2026-08-21T15:27:34.325Z] Progress (4): 1.9/7.4 MB | 0.3/1.6 MB | 81/714 kB | 78/196 kB 17:27:34 [2026-08-21T15:27:34.325Z] Progress (4): 1.9/7.4 MB | 0.3/1.6 MB | 98/714 kB | 78/196 kB 17:27:34 [2026-08-21T15:27:34.325Z] Progress (4): 2.0/7.4 MB | 0.3/1.6 MB | 98/714 kB | 78/196 kB 17:27:34 [2026-08-21T15:27:34.325Z] Progress (4): 2.0/7.4 MB | 0.3/1.6 MB | 98/714 kB | 82/196 kB 17:27:34 [2026-08-21T15:27:34.325Z] Progress (4): 2.0/7.4 MB | 0.3/1.6 MB | 114/714 kB | 82/196 kB 17:27:34 [2026-08-21T15:27:34.325Z] Progress (4): 2.0/7.4 MB | 0.3/1.6 MB | 114/714 kB | 82/196 kB 17:27:34 [2026-08-21T15:27:34.325Z] Progress (4): 2.0/7.4 MB | 0.3/1.6 MB | 126/714 kB | 82/196 kB 17:27:34 [2026-08-21T15:27:34.325Z] Progress (4): 2.0/7.4 MB | 0.3/1.6 MB | 126/714 kB | 82/196 kB 17:27:34 [2026-08-21T15:27:34.325Z] Progress (4): 2.0/7.4 MB | 0.3/1.6 MB | 142/714 kB | 82/196 kB 17:27:34 [2026-08-21T15:27:34.325Z] Progress (5): 2.0/7.4 MB | 0.3/1.6 MB | 142/714 kB | 82/196 kB | 7.7/193 kB 17:27:34 [2026-08-21T15:27:34.325Z] Progress (5): 2.0/7.4 MB | 0.3/1.6 MB | 142/714 kB | 82/196 kB | 11/193 kB 17:27:34 [2026-08-21T15:27:34.325Z] Progress (5): 2.0/7.4 MB | 0.3/1.6 MB | 159/714 kB | 82/196 kB | 11/193 kB 17:27:34 [2026-08-21T15:27:34.325Z] Progress (5): 2.0/7.4 MB | 0.4/1.6 MB | 159/714 kB | 82/196 kB | 11/193 kB 17:27:34 [2026-08-21T15:27:34.325Z] Progress (5): 2.0/7.4 MB | 0.4/1.6 MB | 159/714 kB | 98/196 kB | 11/193 kB 17:27:34 [2026-08-21T15:27:34.325Z] Progress (5): 2.0/7.4 MB | 0.4/1.6 MB | 159/714 kB | 98/196 kB | 11/193 kB 17:27:34 [2026-08-21T15:27:34.325Z] Progress (5): 2.0/7.4 MB | 0.4/1.6 MB | 175/714 kB | 98/196 kB | 11/193 kB 17:27:34 [2026-08-21T15:27:34.325Z] Progress (5): 2.0/7.4 MB | 0.4/1.6 MB | 175/714 kB | 98/196 kB | 28/193 kB 17:27:34 [2026-08-21T15:27:34.325Z] Progress (5): 2.0/7.4 MB | 0.4/1.6 MB | 192/714 kB | 98/196 kB | 28/193 kB 17:27:34 [2026-08-21T15:27:34.325Z] Progress (5): 2.0/7.4 MB | 0.4/1.6 MB | 192/714 kB | 98/196 kB | 28/193 kB 17:27:34 [2026-08-21T15:27:34.325Z] Progress (5): 2.0/7.4 MB | 0.4/1.6 MB | 192/714 kB | 98/196 kB | 28/193 kB 17:27:34 [2026-08-21T15:27:34.325Z] Progress (5): 2.0/7.4 MB | 0.4/1.6 MB | 208/714 kB | 98/196 kB | 28/193 kB 17:27:34 [2026-08-21T15:27:34.325Z] Progress (5): 2.0/7.4 MB | 0.4/1.6 MB | 208/714 kB | 98/196 kB | 44/193 kB 17:27:34 [2026-08-21T15:27:34.325Z] Progress (5): 2.0/7.4 MB | 0.4/1.6 MB | 208/714 kB | 115/196 kB | 44/193 kB 17:27:34 [2026-08-21T15:27:34.325Z] Progress (5): 2.0/7.4 MB | 0.4/1.6 MB | 208/714 kB | 115/196 kB | 44/193 kB 17:27:34 [2026-08-21T15:27:34.325Z] Progress (5): 2.0/7.4 MB | 0.4/1.6 MB | 224/714 kB | 115/196 kB | 44/193 kB 17:27:34 [2026-08-21T15:27:34.325Z] Progress (5): 2.0/7.4 MB | 0.4/1.6 MB | 224/714 kB | 115/196 kB | 44/193 kB 17:27:34 [2026-08-21T15:27:34.325Z] Progress (5): 2.0/7.4 MB | 0.4/1.6 MB | 241/714 kB | 115/196 kB | 44/193 kB 17:27:34 [2026-08-21T15:27:34.325Z] Progress (5): 2.0/7.4 MB | 0.4/1.6 MB | 241/714 kB | 115/196 kB | 44/193 kB 17:27:34 [2026-08-21T15:27:34.325Z] Progress (5): 2.0/7.4 MB | 0.4/1.6 MB | 241/714 kB | 115/196 kB | 44/193 kB 17:27:34 [2026-08-21T15:27:34.325Z] Progress (5): 2.0/7.4 MB | 0.4/1.6 MB | 257/714 kB | 115/196 kB | 44/193 kB 17:27:34 [2026-08-21T15:27:34.325Z] Progress (5): 2.0/7.4 MB | 0.4/1.6 MB | 257/714 kB | 115/196 kB | 44/193 kB 17:27:34 [2026-08-21T15:27:34.325Z] Progress (5): 2.0/7.4 MB | 0.4/1.6 MB | 257/714 kB | 131/196 kB | 44/193 kB 17:27:34 [2026-08-21T15:27:34.325Z] Progress (5): 2.0/7.4 MB | 0.4/1.6 MB | 274/714 kB | 131/196 kB | 44/193 kB 17:27:34 [2026-08-21T15:27:34.325Z] Progress (5): 2.1/7.4 MB | 0.4/1.6 MB | 274/714 kB | 131/196 kB | 44/193 kB 17:27:34 [2026-08-21T15:27:34.325Z] Progress (5): 2.1/7.4 MB | 0.4/1.6 MB | 274/714 kB | 131/196 kB | 44/193 kB 17:27:34 [2026-08-21T15:27:34.325Z] Progress (5): 2.1/7.4 MB | 0.4/1.6 MB | 290/714 kB | 131/196 kB | 44/193 kB 17:27:34 [2026-08-21T15:27:34.325Z] Progress (5): 2.1/7.4 MB | 0.4/1.6 MB | 290/714 kB | 131/196 kB | 44/193 kB 17:27:34 [2026-08-21T15:27:34.325Z] Progress (5): 2.1/7.4 MB | 0.4/1.6 MB | 290/714 kB | 131/196 kB | 61/193 kB 17:27:34 [2026-08-21T15:27:34.325Z] Progress (5): 2.1/7.4 MB | 0.4/1.6 MB | 306/714 kB | 131/196 kB | 61/193 kB 17:27:34 [2026-08-21T15:27:34.325Z] Progress (5): 2.1/7.4 MB | 0.4/1.6 MB | 306/714 kB | 147/196 kB | 61/193 kB 17:27:34 [2026-08-21T15:27:34.325Z] Progress (5): 2.1/7.4 MB | 0.4/1.6 MB | 306/714 kB | 147/196 kB | 61/193 kB 17:27:34 [2026-08-21T15:27:34.325Z] Progress (5): 2.1/7.4 MB | 0.5/1.6 MB | 306/714 kB | 147/196 kB | 61/193 kB 17:27:34 [2026-08-21T15:27:34.325Z] Progress (5): 2.1/7.4 MB | 0.5/1.6 MB | 323/714 kB | 147/196 kB | 61/193 kB 17:27:34 [2026-08-21T15:27:34.325Z] Progress (5): 2.1/7.4 MB | 0.5/1.6 MB | 323/714 kB | 147/196 kB | 77/193 kB 17:27:34 [2026-08-21T15:27:34.325Z] Progress (5): 2.1/7.4 MB | 0.5/1.6 MB | 323/714 kB | 147/196 kB | 77/193 kB 17:27:34 [2026-08-21T15:27:34.325Z] Progress (5): 2.1/7.4 MB | 0.5/1.6 MB | 339/714 kB | 147/196 kB | 77/193 kB 17:27:34 [2026-08-21T15:27:34.325Z] Progress (5): 2.1/7.4 MB | 0.5/1.6 MB | 339/714 kB | 147/196 kB | 77/193 kB 17:27:34 [2026-08-21T15:27:34.325Z] Progress (5): 2.1/7.4 MB | 0.5/1.6 MB | 339/714 kB | 147/196 kB | 77/193 kB 17:27:34 [2026-08-21T15:27:34.325Z] Progress (5): 2.1/7.4 MB | 0.5/1.6 MB | 339/714 kB | 147/196 kB | 93/193 kB 17:27:34 [2026-08-21T15:27:34.325Z] Progress (5): 2.1/7.4 MB | 0.5/1.6 MB | 339/714 kB | 147/196 kB | 93/193 kB 17:27:34 [2026-08-21T15:27:34.325Z] Progress (5): 2.1/7.4 MB | 0.5/1.6 MB | 356/714 kB | 147/196 kB | 93/193 kB 17:27:34 [2026-08-21T15:27:34.325Z] Progress (5): 2.1/7.4 MB | 0.5/1.6 MB | 356/714 kB | 164/196 kB | 93/193 kB 17:27:34 [2026-08-21T15:27:34.325Z] Progress (5): 2.1/7.4 MB | 0.5/1.6 MB | 356/714 kB | 164/196 kB | 93/193 kB 17:27:34 [2026-08-21T15:27:34.325Z] Progress (5): 2.1/7.4 MB | 0.5/1.6 MB | 372/714 kB | 164/196 kB | 93/193 kB 17:27:34 [2026-08-21T15:27:34.325Z] Progress (5): 2.1/7.4 MB | 0.5/1.6 MB | 372/714 kB | 164/196 kB | 93/193 kB 17:27:34 [2026-08-21T15:27:34.325Z] Progress (5): 2.1/7.4 MB | 0.5/1.6 MB | 372/714 kB | 164/196 kB | 110/193 kB 17:27:34 [2026-08-21T15:27:34.325Z] Progress (5): 2.1/7.4 MB | 0.5/1.6 MB | 388/714 kB | 164/196 kB | 110/193 kB 17:27:34 [2026-08-21T15:27:34.325Z] Progress (5): 2.2/7.4 MB | 0.5/1.6 MB | 388/714 kB | 164/196 kB | 110/193 kB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (5): 2.2/7.4 MB | 0.5/1.6 MB | 388/714 kB | 164/196 kB | 110/193 kB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (5): 2.2/7.4 MB | 0.5/1.6 MB | 388/714 kB | 180/196 kB | 110/193 kB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (5): 2.2/7.4 MB | 0.5/1.6 MB | 388/714 kB | 180/196 kB | 126/193 kB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (5): 2.2/7.4 MB | 0.5/1.6 MB | 405/714 kB | 180/196 kB | 126/193 kB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (5): 2.2/7.4 MB | 0.5/1.6 MB | 405/714 kB | 180/196 kB | 126/193 kB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (5): 2.2/7.4 MB | 0.5/1.6 MB | 421/714 kB | 180/196 kB | 126/193 kB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (5): 2.2/7.4 MB | 0.5/1.6 MB | 421/714 kB | 180/196 kB | 126/193 kB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (5): 2.2/7.4 MB | 0.5/1.6 MB | 421/714 kB | 180/196 kB | 142/193 kB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (5): 2.2/7.4 MB | 0.5/1.6 MB | 421/714 kB | 180/196 kB | 142/193 kB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (5): 2.2/7.4 MB | 0.5/1.6 MB | 421/714 kB | 196 kB | 142/193 kB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (5): 2.2/7.4 MB | 0.5/1.6 MB | 438/714 kB | 196 kB | 142/193 kB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (5): 2.2/7.4 MB | 0.5/1.6 MB | 438/714 kB | 196 kB | 142/193 kB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (5): 2.2/7.4 MB | 0.5/1.6 MB | 438/714 kB | 196 kB | 142/193 kB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (5): 2.2/7.4 MB | 0.5/1.6 MB | 454/714 kB | 196 kB | 142/193 kB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (5): 2.2/7.4 MB | 0.5/1.6 MB | 454/714 kB | 196 kB | 159/193 kB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (5): 2.2/7.4 MB | 0.5/1.6 MB | 454/714 kB | 196 kB | 159/193 kB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (5): 2.2/7.4 MB | 0.5/1.6 MB | 470/714 kB | 196 kB | 159/193 kB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (5): 2.2/7.4 MB | 0.5/1.6 MB | 470/714 kB | 196 kB | 159/193 kB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (5): 2.2/7.4 MB | 0.5/1.6 MB | 470/714 kB | 196 kB | 175/193 kB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (5): 2.2/7.4 MB | 0.5/1.6 MB | 470/714 kB | 196 kB | 175/193 kB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (5): 2.2/7.4 MB | 0.5/1.6 MB | 487/714 kB | 196 kB | 175/193 kB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (5): 2.2/7.4 MB | 0.5/1.6 MB | 503/714 kB | 196 kB | 175/193 kB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (5): 2.2/7.4 MB | 0.6/1.6 MB | 503/714 kB | 196 kB | 175/193 kB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (5): 2.3/7.4 MB | 0.6/1.6 MB | 503/714 kB | 196 kB | 175/193 kB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (5): 2.3/7.4 MB | 0.6/1.6 MB | 503/714 kB | 196 kB | 192/193 kB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (5): 2.3/7.4 MB | 0.6/1.6 MB | 503/714 kB | 196 kB | 193 kB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (5): 2.3/7.4 MB | 0.6/1.6 MB | 520/714 kB | 196 kB | 193 kB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (5): 2.3/7.4 MB | 0.6/1.6 MB | 520/714 kB | 196 kB | 193 kB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (5): 2.3/7.4 MB | 0.6/1.6 MB | 520/714 kB | 196 kB | 193 kB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (5): 2.3/7.4 MB | 0.6/1.6 MB | 536/714 kB | 196 kB | 193 kB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (5): 2.3/7.4 MB | 0.6/1.6 MB | 536/714 kB | 196 kB | 193 kB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (5): 2.3/7.4 MB | 0.6/1.6 MB | 552/714 kB | 196 kB | 193 kB 17:27:34 [2026-08-21T15:27:34.326Z] 17:27:34 [2026-08-21T15:27:34.326Z] 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 582 kB/s) 17:27:34 [2026-08-21T15:27:34.326Z] Progress (4): 2.3/7.4 MB | 0.6/1.6 MB | 552/714 kB | 196 kB 17:27:34 [2026-08-21T15:27:34.326Z] 17:27:34 [2026-08-21T15:27:34.326Z] 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 592 kB/s) 17:27:34 [2026-08-21T15:27:34.326Z] Progress (3): 2.3/7.4 MB | 0.6/1.6 MB | 569/714 kB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (3): 2.3/7.4 MB | 0.6/1.6 MB | 569/714 kB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (3): 2.3/7.4 MB | 0.6/1.6 MB | 569/714 kB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (3): 2.3/7.4 MB | 0.6/1.6 MB | 585/714 kB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (3): 2.3/7.4 MB | 0.6/1.6 MB | 585/714 kB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (3): 2.3/7.4 MB | 0.6/1.6 MB | 585/714 kB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (3): 2.3/7.4 MB | 0.6/1.6 MB | 601/714 kB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (3): 2.3/7.4 MB | 0.6/1.6 MB | 601/714 kB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (3): 2.3/7.4 MB | 0.6/1.6 MB | 618/714 kB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (3): 2.3/7.4 MB | 0.6/1.6 MB | 618/714 kB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (3): 2.3/7.4 MB | 0.6/1.6 MB | 634/714 kB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (3): 2.4/7.4 MB | 0.6/1.6 MB | 634/714 kB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (3): 2.4/7.4 MB | 0.7/1.6 MB | 634/714 kB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (3): 2.4/7.4 MB | 0.7/1.6 MB | 651/714 kB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (3): 2.4/7.4 MB | 0.7/1.6 MB | 651/714 kB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (3): 2.4/7.4 MB | 0.7/1.6 MB | 651/714 kB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (3): 2.4/7.4 MB | 0.7/1.6 MB | 667/714 kB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (3): 2.4/7.4 MB | 0.7/1.6 MB | 667/714 kB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (3): 2.4/7.4 MB | 0.7/1.6 MB | 667/714 kB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (3): 2.4/7.4 MB | 0.7/1.6 MB | 683/714 kB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (3): 2.4/7.4 MB | 0.7/1.6 MB | 683/714 kB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (3): 2.4/7.4 MB | 0.7/1.6 MB | 683/714 kB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (3): 2.4/7.4 MB | 0.7/1.6 MB | 694/714 kB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (3): 2.4/7.4 MB | 0.7/1.6 MB | 694/714 kB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (3): 2.4/7.4 MB | 0.7/1.6 MB | 711/714 kB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (3): 2.4/7.4 MB | 0.7/1.6 MB | 711/714 kB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (3): 2.4/7.4 MB | 0.7/1.6 MB | 714 kB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (3): 2.4/7.4 MB | 0.7/1.6 MB | 714 kB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (3): 2.4/7.4 MB | 0.7/1.6 MB | 714 kB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (3): 2.5/7.4 MB | 0.7/1.6 MB | 714 kB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (3): 2.5/7.4 MB | 0.7/1.6 MB | 714 kB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (3): 2.5/7.4 MB | 0.8/1.6 MB | 714 kB 17:27:34 [2026-08-21T15:27:34.326Z] 17:27:34 [2026-08-21T15:27:34.326Z] 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 2.1 MB/s) 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 2.5/7.4 MB | 0.8/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 2.5/7.4 MB | 0.8/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 2.5/7.4 MB | 0.8/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 2.5/7.4 MB | 0.8/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 2.5/7.4 MB | 0.8/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 2.5/7.4 MB | 0.8/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 2.5/7.4 MB | 0.8/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 2.5/7.4 MB | 0.8/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 2.6/7.4 MB | 0.8/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 2.6/7.4 MB | 0.8/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 2.6/7.4 MB | 0.8/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 2.6/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 2.6/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 2.6/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 2.6/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 2.6/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 2.6/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 2.6/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 2.6/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 2.7/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 2.7/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 2.7/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 2.7/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 2.7/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 2.7/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 2.7/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 2.7/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 2.8/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 2.8/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 2.8/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 2.8/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 2.8/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 2.8/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 2.9/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 2.9/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 2.9/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 2.9/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 2.9/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 2.9/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 3.0/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 3.0/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 3.0/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 3.0/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 3.0/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 3.0/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 3.0/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 3.1/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 3.1/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 3.1/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 3.1/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 3.1/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 3.1/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 3.2/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 3.2/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 3.2/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 3.2/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 3.2/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 3.2/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 3.3/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 3.3/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 3.3/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 3.3/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 3.3/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 3.3/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 3.4/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 3.4/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 3.4/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 3.4/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 3.4/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 3.4/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 3.5/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 3.5/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 3.5/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 3.5/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 3.5/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 3.5/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 3.6/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 3.6/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 3.6/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 3.6/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 3.6/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 3.6/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 3.7/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 3.7/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 3.7/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 3.7/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 3.7/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 3.7/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 3.7/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 3.8/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 3.8/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 3.8/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 3.8/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 3.8/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 3.8/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 3.9/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 3.9/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 3.9/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 3.9/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 3.9/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 3.9/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 4.0/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 4.0/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 4.0/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 4.0/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 4.0/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 4.0/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 4.1/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 4.1/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 4.1/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 4.1/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 4.1/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 4.1/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.326Z] Progress (2): 4.1/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 4.2/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 4.2/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 4.2/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 4.2/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 4.2/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 4.2/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 4.3/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 4.3/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 4.3/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 4.3/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 4.3/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 4.3/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 4.4/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 4.4/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 4.4/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 4.4/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 4.4/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 4.4/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 4.4/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 4.5/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 4.5/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 4.5/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 4.5/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 4.5/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 4.5/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 4.6/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 4.6/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 4.6/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 4.6/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 4.6/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 4.6/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 4.7/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 4.7/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 4.7/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 4.7/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 4.7/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 4.7/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 4.8/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 4.8/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 4.8/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 4.8/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 4.8/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 4.8/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 4.8/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 4.9/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 4.9/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 4.9/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 4.9/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 4.9/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 4.9/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 5.0/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 5.0/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 5.0/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 5.0/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 5.0/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 5.0/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 5.1/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 5.1/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 5.1/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 5.1/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 5.1/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 5.1/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 5.2/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 5.2/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 5.2/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 5.2/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 5.2/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 5.2/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 5.3/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 5.3/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 5.3/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 5.3/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 5.3/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 5.3/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 5.4/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 5.4/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 5.4/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 5.4/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 5.4/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 5.4/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 5.4/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 5.5/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 5.5/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 5.5/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 5.5/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 5.5/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 5.5/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 5.5/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 5.6/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 5.6/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 5.6/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 5.6/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 5.6/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 5.6/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 5.7/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 5.7/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 5.7/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 5.7/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 5.7/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 5.7/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 5.8/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 5.8/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 5.8/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 5.8/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 5.8/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 5.8/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 5.8/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 5.9/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 5.9/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 5.9/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 5.9/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 5.9/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 5.9/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 6.0/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 6.0/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 6.0/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 6.0/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 6.0/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 6.0/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 6.1/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 6.1/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 6.1/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 6.1/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 6.1/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 6.1/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 6.2/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 6.2/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 6.2/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 6.2/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 6.2/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 6.2/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 6.3/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 6.3/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 6.3/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 6.3/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 6.3/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 6.3/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 6.4/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 6.4/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 6.4/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 6.4/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 6.4/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 6.4/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 6.4/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 6.5/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 6.5/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 6.5/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 6.5/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 6.5/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 6.5/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 6.6/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 6.6/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 6.6/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 6.6/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 6.6/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 6.6/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 6.7/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 6.7/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 6.7/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 6.7/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 6.7/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 6.7/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 6.8/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 6.8/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 6.8/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 6.8/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 6.8/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 6.8/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 6.9/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 6.9/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 6.9/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 6.9/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 6.9/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 6.9/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 7.0/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 7.0/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 7.0/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 7.0/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 7.0/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 7.0/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 7.1/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 7.1/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 7.1/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 7.1/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 7.1/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 7.1/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 7.2/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 7.2/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 7.2/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 7.2/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 7.2/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 7.2/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 7.2/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 7.3/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 7.3/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 7.3/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 7.3/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 7.3/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 7.3/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 7.4/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 7.4/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 7.4/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 7.4/7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (2): 7.4 MB | 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] 17:27:34 [2026-08-21T15:27:34.327Z] 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:27:34 [2026-08-21T15:27:34.327Z] Progress (1): 0.9/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (1): 1.0/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (1): 1.0/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (1): 1.0/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (1): 1.0/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (1): 1.0/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (1): 1.0/1.6 MB 17:27:34 [2026-08-21T15:27:34.327Z] Progress (1): 1.1/1.6 MB 17:27:34 [2026-08-21T15:27:34.328Z] Progress (1): 1.1/1.6 MB 17:27:34 [2026-08-21T15:27:34.328Z] Progress (1): 1.1/1.6 MB 17:27:34 [2026-08-21T15:27:34.328Z] Progress (1): 1.1/1.6 MB 17:27:34 [2026-08-21T15:27:34.328Z] Progress (1): 1.1/1.6 MB 17:27:34 [2026-08-21T15:27:34.328Z] Progress (1): 1.1/1.6 MB 17:27:34 [2026-08-21T15:27:34.328Z] Progress (1): 1.1/1.6 MB 17:27:34 [2026-08-21T15:27:34.328Z] Progress (1): 1.2/1.6 MB 17:27:34 [2026-08-21T15:27:34.328Z] Progress (1): 1.2/1.6 MB 17:27:34 [2026-08-21T15:27:34.328Z] Progress (1): 1.2/1.6 MB 17:27:34 [2026-08-21T15:27:34.328Z] Progress (1): 1.2/1.6 MB 17:27:34 [2026-08-21T15:27:34.328Z] Progress (1): 1.2/1.6 MB 17:27:34 [2026-08-21T15:27:34.328Z] Progress (1): 1.2/1.6 MB 17:27:34 [2026-08-21T15:27:34.328Z] Progress (1): 1.3/1.6 MB 17:27:34 [2026-08-21T15:27:34.328Z] Progress (1): 1.3/1.6 MB 17:27:34 [2026-08-21T15:27:34.328Z] Progress (1): 1.3/1.6 MB 17:27:34 [2026-08-21T15:27:34.328Z] Progress (1): 1.3/1.6 MB 17:27:34 [2026-08-21T15:27:34.328Z] Progress (1): 1.3/1.6 MB 17:27:34 [2026-08-21T15:27:34.328Z] Progress (1): 1.3/1.6 MB 17:27:34 [2026-08-21T15:27:34.328Z] Progress (1): 1.4/1.6 MB 17:27:34 [2026-08-21T15:27:34.328Z] Progress (1): 1.4/1.6 MB 17:27:34 [2026-08-21T15:27:34.328Z] Progress (1): 1.4/1.6 MB 17:27:34 [2026-08-21T15:27:34.328Z] Progress (1): 1.4/1.6 MB 17:27:34 [2026-08-21T15:27:34.328Z] Progress (1): 1.4/1.6 MB 17:27:34 [2026-08-21T15:27:34.328Z] Progress (1): 1.4/1.6 MB 17:27:34 [2026-08-21T15:27:34.328Z] Progress (1): 1.5/1.6 MB 17:27:34 [2026-08-21T15:27:34.328Z] Progress (1): 1.5/1.6 MB 17:27:34 [2026-08-21T15:27:34.328Z] Progress (1): 1.5/1.6 MB 17:27:34 [2026-08-21T15:27:34.328Z] Progress (1): 1.5/1.6 MB 17:27:34 [2026-08-21T15:27:34.328Z] Progress (1): 1.5/1.6 MB 17:27:34 [2026-08-21T15:27:34.328Z] Progress (1): 1.5/1.6 MB 17:27:34 [2026-08-21T15:27:34.328Z] Progress (1): 1.6/1.6 MB 17:27:34 [2026-08-21T15:27:34.328Z] Progress (1): 1.6/1.6 MB 17:27:34 [2026-08-21T15:27:34.328Z] Progress (1): 1.6/1.6 MB 17:27:34 [2026-08-21T15:27:34.328Z] Progress (1): 1.6/1.6 MB 17:27:34 [2026-08-21T15:27:34.328Z] Progress (1): 1.6/1.6 MB 17:27:34 [2026-08-21T15:27:34.328Z] Progress (1): 1.6 MB 17:27:34 [2026-08-21T15:27:34.328Z] 17:27:34 [2026-08-21T15:27:34.328Z] 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 3.0 MB/s) 17:27:34 [2026-08-21T15:27:34.878Z] [INFO] Searching for local aggregator root... 17:27:34 [2026-08-21T15:27:34.878Z] [INFO] Local aggregation root: /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy/dependencies 17:27:34 [2026-08-21T15:27:34.878Z] [INFO] Processing change of org.silverpeas:silverpeas-dependencies-bom:2.0-SNAPSHOT -> 2.0-build260821 17:27:34 [2026-08-21T15:27:34.878Z] [INFO] Processing org.silverpeas:silverpeas-dependencies-bom 17:27:34 [2026-08-21T15:27:34.878Z] [INFO] Updating project org.silverpeas:silverpeas-dependencies-bom 17:27:34 [2026-08-21T15:27:34.878Z] [INFO] from version 2.0-SNAPSHOT to 2.0-build260821 17:27:34 [2026-08-21T15:27:34.878Z] [INFO] 17:27:34 [2026-08-21T15:27:34.878Z] [INFO] ------------------------------------------------------------------------ 17:27:34 [2026-08-21T15:27:34.878Z] [INFO] BUILD SUCCESS 17:27:34 [2026-08-21T15:27:34.878Z] [INFO] ------------------------------------------------------------------------ 17:27:34 [2026-08-21T15:27:34.878Z] [INFO] Total time: 7.555 s 17:27:34 [2026-08-21T15:27:34.878Z] [INFO] Finished at: 2026-08-21T17:27:34+02:00 17:27:34 [2026-08-21T15:27:34.878Z] [INFO] ------------------------------------------------------------------------ 17:27:35 [2026-08-21T15:27:35.129Z] + mvn clean deploy -DaltDeploymentRepository=silverpeas::default::https://nexus3.silverpeas.org/repository/builds -Djava.awt.headless=true 17:27:36 [2026-08-21T15:27:36.991Z] [INFO] Scanning for projects... 17:27:36 [2026-08-21T15:27:36.991Z] [INFO] 17:27:36 [2026-08-21T15:27:36.991Z] [INFO] -------------< org.silverpeas:silverpeas-dependencies-bom >------------- 17:27:36 [2026-08-21T15:27:36.991Z] [INFO] Building Silverpeas Dependencies BOM 2.0-build260821 17:27:36 [2026-08-21T15:27:36.991Z] [INFO] from pom.xml 17:27:36 [2026-08-21T15:27:36.991Z] [INFO] --------------------------------[ pom ]--------------------------------- 17:27:36 [2026-08-21T15:27:36.991Z] [INFO] 17:27:36 [2026-08-21T15:27:36.991Z] [INFO] --- clean:3.2.0:clean (default-clean) @ silverpeas-dependencies-bom --- 17:27:36 [2026-08-21T15:27:36.991Z] 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:27:37 [2026-08-21T15:27:37.542Z] Progress (1): 790 B 17:27:37 [2026-08-21T15:27:37.542Z] Progress (1): 1.8 kB 17:27:37 [2026-08-21T15:27:37.542Z] Progress (1): 3.7 kB 17:27:37 [2026-08-21T15:27:37.542Z] Progress (1): 5.8 kB 17:27:37 [2026-08-21T15:27:37.542Z] 17:27:37 [2026-08-21T15:27:37.542Z] 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 15 kB/s) 17:27:37 [2026-08-21T15:27:37.542Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom 17:27:37 [2026-08-21T15:27:37.542Z] Progress (1): 781 B 17:27:37 [2026-08-21T15:27:37.542Z] Progress (1): 1.8 kB 17:27:37 [2026-08-21T15:27:37.542Z] Progress (1): 3.7 kB 17:27:37 [2026-08-21T15:27:37.542Z] Progress (1): 5.1 kB 17:27:37 [2026-08-21T15:27:37.542Z] 17:27:37 [2026-08-21T15:27:37.542Z] 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 212 kB/s) 17:27:37 [2026-08-21T15:27:37.542Z] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.pom 17:27:37 [2026-08-21T15:27:37.542Z] Progress (1): 782 B 17:27:37 [2026-08-21T15:27:37.542Z] Progress (1): 1.7 kB 17:27:37 [2026-08-21T15:27:37.542Z] Progress (1): 4.5 kB 17:27:37 [2026-08-21T15:27:37.542Z] Progress (1): 7.0 kB 17:27:37 [2026-08-21T15:27:37.542Z] Progress (1): 8.3 kB 17:27:37 [2026-08-21T15:27:37.542Z] Progress (1): 10 kB 17:27:37 [2026-08-21T15:27:37.542Z] Progress (1): 13 kB 17:27:37 [2026-08-21T15:27:37.542Z] Progress (1): 14 kB 17:27:37 [2026-08-21T15:27:37.542Z] 17:27:37 [2026-08-21T15:27:37.542Z] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.pom (14 kB at 570 kB/s) 17:27:37 [2026-08-21T15:27:37.542Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/42/commons-parent-42.pom 17:27:37 [2026-08-21T15:27:37.542Z] Progress (1): 707 B 17:27:37 [2026-08-21T15:27:37.542Z] Progress (1): 1.6 kB 17:27:37 [2026-08-21T15:27:37.542Z] Progress (1): 2.7 kB 17:27:37 [2026-08-21T15:27:37.542Z] Progress (1): 4.2 kB 17:27:37 [2026-08-21T15:27:37.542Z] Progress (1): 5.0 kB 17:27:37 [2026-08-21T15:27:37.542Z] Progress (1): 6.5 kB 17:27:37 [2026-08-21T15:27:37.542Z] Progress (1): 9.2 kB 17:27:37 [2026-08-21T15:27:37.542Z] Progress (1): 11 kB 17:27:37 [2026-08-21T15:27:37.542Z] Progress (1): 14 kB 17:27:37 [2026-08-21T15:27:37.542Z] Progress (1): 18 kB 17:27:37 [2026-08-21T15:27:37.542Z] Progress (1): 20 kB 17:27:37 [2026-08-21T15:27:37.542Z] Progress (1): 23 kB 17:27:37 [2026-08-21T15:27:37.542Z] Progress (1): 26 kB 17:27:37 [2026-08-21T15:27:37.542Z] Progress (1): 27 kB 17:27:37 [2026-08-21T15:27:37.542Z] Progress (1): 30 kB 17:27:37 [2026-08-21T15:27:37.542Z] Progress (1): 32 kB 17:27:37 [2026-08-21T15:27:37.542Z] Progress (1): 34 kB 17:27:37 [2026-08-21T15:27:37.542Z] Progress (1): 38 kB 17:27:37 [2026-08-21T15:27:37.542Z] Progress (1): 40 kB 17:27:37 [2026-08-21T15:27:37.542Z] Progress (1): 43 kB 17:27:37 [2026-08-21T15:27:37.542Z] Progress (1): 47 kB 17:27:37 [2026-08-21T15:27:37.542Z] Progress (1): 52 kB 17:27:37 [2026-08-21T15:27:37.542Z] Progress (1): 54 kB 17:27:37 [2026-08-21T15:27:37.542Z] Progress (1): 57 kB 17:27:37 [2026-08-21T15:27:37.542Z] Progress (1): 59 kB 17:27:37 [2026-08-21T15:27:37.542Z] Progress (1): 61 kB 17:27:37 [2026-08-21T15:27:37.542Z] Progress (1): 63 kB 17:27:37 [2026-08-21T15:27:37.542Z] Progress (1): 65 kB 17:27:37 [2026-08-21T15:27:37.542Z] Progress (1): 66 kB 17:27:37 [2026-08-21T15:27:37.542Z] Progress (1): 68 kB 17:27:37 [2026-08-21T15:27:37.542Z] 17:27:37 [2026-08-21T15:27:37.542Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/42/commons-parent-42.pom (68 kB at 1.5 MB/s) 17:27:37 [2026-08-21T15:27:37.542Z] [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:27:37 [2026-08-21T15:27:37.542Z] [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:27:37 [2026-08-21T15:27:37.542Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/18/apache-18.pom 17:27:37 [2026-08-21T15:27:37.542Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/18/apache-18.pom (0 B at 0 B/s) 17:27:37 [2026-08-21T15:27:37.793Z] 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:27:37 [2026-08-21T15:27:37.793Z] Progress (1): 0.9/153 kB 17:27:37 [2026-08-21T15:27:37.793Z] Progress (1): 2.3/153 kB 17:27:37 [2026-08-21T15:27:37.793Z] Progress (1): 3.6/153 kB 17:27:37 [2026-08-21T15:27:37.793Z] Progress (1): 5.0/153 kB 17:27:37 [2026-08-21T15:27:37.793Z] Progress (1): 6.4/153 kB 17:27:37 [2026-08-21T15:27:37.793Z] Progress (1): 7.7/153 kB 17:27:37 [2026-08-21T15:27:37.793Z] Progress (1): 9.1/153 kB 17:27:37 [2026-08-21T15:27:37.793Z] Progress (1): 10/153 kB 17:27:37 [2026-08-21T15:27:37.793Z] Progress (1): 12/153 kB 17:27:37 [2026-08-21T15:27:37.793Z] Progress (1): 13/153 kB 17:27:37 [2026-08-21T15:27:37.793Z] Progress (1): 15/153 kB 17:27:37 [2026-08-21T15:27:37.793Z] Progress (1): 16/153 kB 17:27:37 [2026-08-21T15:27:37.793Z] Progress (1): 17/153 kB 17:27:37 [2026-08-21T15:27:37.793Z] Progress (1): 19/153 kB 17:27:37 [2026-08-21T15:27:37.793Z] Progress (1): 20/153 kB 17:27:37 [2026-08-21T15:27:37.793Z] Progress (1): 21/153 kB 17:27:37 [2026-08-21T15:27:37.793Z] Progress (1): 23/153 kB 17:27:37 [2026-08-21T15:27:37.793Z] Progress (1): 24/153 kB 17:27:37 [2026-08-21T15:27:37.793Z] Progress (1): 28/153 kB 17:27:37 [2026-08-21T15:27:37.793Z] Progress (1): 33/153 kB 17:27:37 [2026-08-21T15:27:37.793Z] Progress (1): 37/153 kB 17:27:37 [2026-08-21T15:27:37.793Z] Progress (1): 41/153 kB 17:27:37 [2026-08-21T15:27:37.793Z] Progress (1): 45/153 kB 17:27:37 [2026-08-21T15:27:37.793Z] Progress (1): 50/153 kB 17:27:37 [2026-08-21T15:27:37.793Z] Progress (1): 54/153 kB 17:27:37 [2026-08-21T15:27:37.793Z] Progress (1): 57/153 kB 17:27:37 [2026-08-21T15:27:37.793Z] Progress (1): 61/153 kB 17:27:37 [2026-08-21T15:27:37.793Z] Progress (1): 65/153 kB 17:27:37 [2026-08-21T15:27:37.793Z] Progress (1): 70/153 kB 17:27:37 [2026-08-21T15:27:37.793Z] Progress (1): 74/153 kB 17:27:37 [2026-08-21T15:27:37.793Z] Progress (1): 78/153 kB 17:27:37 [2026-08-21T15:27:37.793Z] Progress (1): 82/153 kB 17:27:37 [2026-08-21T15:27:37.793Z] Progress (1): 86/153 kB 17:27:37 [2026-08-21T15:27:37.793Z] Progress (1): 91/153 kB 17:27:37 [2026-08-21T15:27:37.793Z] Progress (1): 95/153 kB 17:27:37 [2026-08-21T15:27:37.793Z] Progress (1): 99/153 kB 17:27:37 [2026-08-21T15:27:37.793Z] Progress (1): 103/153 kB 17:27:37 [2026-08-21T15:27:37.793Z] Progress (1): 108/153 kB 17:27:37 [2026-08-21T15:27:37.793Z] Progress (1): 112/153 kB 17:27:37 [2026-08-21T15:27:37.793Z] Progress (1): 116/153 kB 17:27:37 [2026-08-21T15:27:37.793Z] Progress (1): 120/153 kB 17:27:37 [2026-08-21T15:27:37.793Z] Progress (1): 125/153 kB 17:27:37 [2026-08-21T15:27:37.793Z] Progress (1): 129/153 kB 17:27:37 [2026-08-21T15:27:37.793Z] Progress (1): 133/153 kB 17:27:37 [2026-08-21T15:27:37.793Z] Progress (1): 137/153 kB 17:27:37 [2026-08-21T15:27:37.793Z] Progress (1): 141/153 kB 17:27:37 [2026-08-21T15:27:37.793Z] Progress (1): 146/153 kB 17:27:37 [2026-08-21T15:27:37.793Z] Progress (1): 150/153 kB 17:27:37 [2026-08-21T15:27:37.793Z] Progress (1): 153 kB 17:27:37 [2026-08-21T15:27:37.793Z] 17:27:37 [2026-08-21T15:27:37.793Z] 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.8 MB/s) 17:27:37 [2026-08-21T15:27:37.793Z] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.jar 17:27:37 [2026-08-21T15:27:37.793Z] Progress (1): 3.8/215 kB 17:27:37 [2026-08-21T15:27:37.793Z] Progress (1): 8.0/215 kB 17:27:37 [2026-08-21T15:27:37.793Z] Progress (1): 12/215 kB 17:27:37 [2026-08-21T15:27:37.793Z] Progress (1): 16/215 kB 17:27:37 [2026-08-21T15:27:37.793Z] Progress (1): 21/215 kB 17:27:37 [2026-08-21T15:27:37.793Z] Progress (1): 25/215 kB 17:27:37 [2026-08-21T15:27:37.793Z] Progress (1): 29/215 kB 17:27:37 [2026-08-21T15:27:37.793Z] Progress (1): 33/215 kB 17:27:37 [2026-08-21T15:27:37.793Z] Progress (1): 38/215 kB 17:27:37 [2026-08-21T15:27:37.793Z] Progress (1): 54/215 kB 17:27:37 [2026-08-21T15:27:37.793Z] Progress (1): 70/215 kB 17:27:37 [2026-08-21T15:27:37.793Z] Progress (1): 87/215 kB 17:27:37 [2026-08-21T15:27:37.793Z] Progress (1): 103/215 kB 17:27:37 [2026-08-21T15:27:37.793Z] Progress (1): 120/215 kB 17:27:37 [2026-08-21T15:27:37.793Z] Progress (1): 131/215 kB 17:27:37 [2026-08-21T15:27:37.793Z] Progress (1): 147/215 kB 17:27:37 [2026-08-21T15:27:37.793Z] Progress (1): 163/215 kB 17:27:37 [2026-08-21T15:27:37.793Z] Progress (1): 180/215 kB 17:27:37 [2026-08-21T15:27:37.793Z] Progress (1): 196/215 kB 17:27:37 [2026-08-21T15:27:37.793Z] Progress (1): 212/215 kB 17:27:37 [2026-08-21T15:27:37.793Z] Progress (1): 215 kB 17:27:37 [2026-08-21T15:27:37.793Z] 17:27:37 [2026-08-21T15:27:37.793Z] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.jar (215 kB at 4.8 MB/s) 17:27:37 [2026-08-21T15:27:37.793Z] [INFO] 17:27:37 [2026-08-21T15:27:37.793Z] [INFO] --- install:3.1.4:install (default-install) @ silverpeas-dependencies-bom --- 17:27:37 [2026-08-21T15:27:37.793Z] 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:27:37 [2026-08-21T15:27:37.793Z] Progress (1): 838 B 17:27:37 [2026-08-21T15:27:37.793Z] Progress (1): 2.2 kB 17:27:37 [2026-08-21T15:27:37.793Z] 17:27:37 [2026-08-21T15:27:37.793Z] 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 101 kB/s) 17:27:37 [2026-08-21T15:27:37.793Z] 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:27:37 [2026-08-21T15:27:37.793Z] Progress (1): 756 B 17:27:37 [2026-08-21T15:27:37.793Z] Progress (1): 2.3 kB 17:27:37 [2026-08-21T15:27:37.793Z] Progress (1): 4.0 kB 17:27:37 [2026-08-21T15:27:37.793Z] Progress (1): 9.2 kB 17:27:37 [2026-08-21T15:27:37.793Z] Progress (1): 12 kB 17:27:37 [2026-08-21T15:27:37.793Z] Progress (1): 16 kB 17:27:37 [2026-08-21T15:27:37.793Z] Progress (1): 19 kB 17:27:37 [2026-08-21T15:27:37.793Z] Progress (1): 22 kB 17:27:38 [2026-08-21T15:27:38.044Z] Progress (1): 23 kB 17:27:38 [2026-08-21T15:27:38.044Z] 17:27:38 [2026-08-21T15:27:38.044Z] 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 810 kB/s) 17:27:38 [2026-08-21T15:27:38.044Z] 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:27:38 [2026-08-21T15:27:38.044Z] Progress (1): 834 B 17:27:38 [2026-08-21T15:27:38.044Z] Progress (1): 2.2 kB 17:27:38 [2026-08-21T15:27:38.044Z] 17:27:38 [2026-08-21T15:27:38.044Z] 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 72 kB/s) 17:27:38 [2026-08-21T15:27:38.044Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/4.0.1/plexus-utils-4.0.1.pom 17:27:38 [2026-08-21T15:27:38.044Z] Progress (1): 729 B 17:27:38 [2026-08-21T15:27:38.044Z] Progress (1): 2.2 kB 17:27:38 [2026-08-21T15:27:38.044Z] Progress (1): 4.3 kB 17:27:38 [2026-08-21T15:27:38.044Z] Progress (1): 7.8 kB 17:27:38 [2026-08-21T15:27:38.044Z] 17:27:38 [2026-08-21T15:27:38.044Z] 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 313 kB/s) 17:27:38 [2026-08-21T15:27:38.044Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/17/plexus-17.pom 17:27:38 [2026-08-21T15:27:38.044Z] Progress (1): 798 B 17:27:38 [2026-08-21T15:27:38.044Z] Progress (1): 2.8 kB 17:27:38 [2026-08-21T15:27:38.044Z] Progress (1): 6.8 kB 17:27:38 [2026-08-21T15:27:38.044Z] Progress (1): 7.7 kB 17:27:38 [2026-08-21T15:27:38.044Z] Progress (1): 9.3 kB 17:27:38 [2026-08-21T15:27:38.044Z] Progress (1): 11 kB 17:27:38 [2026-08-21T15:27:38.044Z] Progress (1): 15 kB 17:27:38 [2026-08-21T15:27:38.044Z] Progress (1): 19 kB 17:27:38 [2026-08-21T15:27:38.044Z] Progress (1): 22 kB 17:27:38 [2026-08-21T15:27:38.044Z] Progress (1): 27 kB 17:27:38 [2026-08-21T15:27:38.044Z] Progress (1): 28 kB 17:27:38 [2026-08-21T15:27:38.044Z] 17:27:38 [2026-08-21T15:27:38.044Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/17/plexus-17.pom (28 kB at 1.0 MB/s) 17:27:38 [2026-08-21T15:27:38.044Z] 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:27:38 [2026-08-21T15:27:38.044Z] Progress (1): 7.7/196 kB 17:27:38 [2026-08-21T15:27:38.044Z] Progress (1): 16/196 kB 17:27:38 [2026-08-21T15:27:38.044Z] Progress (1): 24/196 kB 17:27:38 [2026-08-21T15:27:38.044Z] Progress (1): 40/196 kB 17:27:38 [2026-08-21T15:27:38.044Z] Progress (1): 57/196 kB 17:27:38 [2026-08-21T15:27:38.044Z] Progress (1): 73/196 kB 17:27:38 [2026-08-21T15:27:38.044Z] Progress (1): 90/196 kB 17:27:38 [2026-08-21T15:27:38.044Z] Progress (1): 106/196 kB 17:27:38 [2026-08-21T15:27:38.044Z] Progress (1): 122/196 kB 17:27:38 [2026-08-21T15:27:38.044Z] Progress (1): 139/196 kB 17:27:38 [2026-08-21T15:27:38.044Z] Progress (1): 155/196 kB 17:27:38 [2026-08-21T15:27:38.044Z] Progress (1): 172/196 kB 17:27:38 [2026-08-21T15:27:38.044Z] Progress (1): 188/196 kB 17:27:38 [2026-08-21T15:27:38.044Z] Progress (1): 196 kB 17:27:38 [2026-08-21T15:27:38.044Z] 17:27:38 [2026-08-21T15:27:38.044Z] 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 4.7 MB/s) 17:27:38 [2026-08-21T15:27:38.044Z] 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:27:38 [2026-08-21T15:27:38.044Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/4.0.1/plexus-utils-4.0.1.jar 17:27:38 [2026-08-21T15:27:38.044Z] Progress (1): 7.7/193 kB 17:27:38 [2026-08-21T15:27:38.044Z] Progress (1): 16/193 kB 17:27:38 [2026-08-21T15:27:38.044Z] Progress (1): 24/193 kB 17:27:38 [2026-08-21T15:27:38.044Z] Progress (1): 40/193 kB 17:27:38 [2026-08-21T15:27:38.044Z] Progress (1): 57/193 kB 17:27:38 [2026-08-21T15:27:38.044Z] Progress (1): 73/193 kB 17:27:38 [2026-08-21T15:27:38.044Z] Progress (1): 90/193 kB 17:27:38 [2026-08-21T15:27:38.044Z] Progress (1): 106/193 kB 17:27:38 [2026-08-21T15:27:38.044Z] Progress (1): 122/193 kB 17:27:38 [2026-08-21T15:27:38.044Z] Progress (1): 139/193 kB 17:27:38 [2026-08-21T15:27:38.044Z] Progress (1): 155/193 kB 17:27:38 [2026-08-21T15:27:38.044Z] Progress (1): 172/193 kB 17:27:38 [2026-08-21T15:27:38.044Z] Progress (1): 188/193 kB 17:27:38 [2026-08-21T15:27:38.044Z] Progress (1): 193 kB 17:27:38 [2026-08-21T15:27:38.044Z] 17:27:38 [2026-08-21T15:27:38.044Z] 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 5.5 MB/s) 17:27:38 [2026-08-21T15:27:38.294Z] Progress (1): 0.9/157 kB 17:27:38 [2026-08-21T15:27:38.294Z] Progress (1): 2.3/157 kB 17:27:38 [2026-08-21T15:27:38.294Z] Progress (1): 3.2/157 kB 17:27:38 [2026-08-21T15:27:38.294Z] Progress (1): 4.5/157 kB 17:27:38 [2026-08-21T15:27:38.294Z] Progress (1): 5.9/157 kB 17:27:38 [2026-08-21T15:27:38.294Z] Progress (1): 7.3/157 kB 17:27:38 [2026-08-21T15:27:38.294Z] Progress (1): 8.7/157 kB 17:27:38 [2026-08-21T15:27:38.294Z] Progress (1): 10/157 kB 17:27:38 [2026-08-21T15:27:38.294Z] Progress (1): 11/157 kB 17:27:38 [2026-08-21T15:27:38.294Z] Progress (1): 13/157 kB 17:27:38 [2026-08-21T15:27:38.294Z] Progress (1): 14/157 kB 17:27:38 [2026-08-21T15:27:38.294Z] Progress (1): 16/157 kB 17:27:38 [2026-08-21T15:27:38.294Z] Progress (1): 17/157 kB 17:27:38 [2026-08-21T15:27:38.294Z] Progress (1): 18/157 kB 17:27:38 [2026-08-21T15:27:38.294Z] Progress (1): 20/157 kB 17:27:38 [2026-08-21T15:27:38.294Z] Progress (1): 21/157 kB 17:27:38 [2026-08-21T15:27:38.294Z] Progress (1): 22/157 kB 17:27:38 [2026-08-21T15:27:38.295Z] Progress (1): 24/157 kB 17:27:38 [2026-08-21T15:27:38.295Z] Progress (1): 25/157 kB 17:27:38 [2026-08-21T15:27:38.295Z] Progress (1): 26/157 kB 17:27:38 [2026-08-21T15:27:38.295Z] Progress (1): 28/157 kB 17:27:38 [2026-08-21T15:27:38.295Z] Progress (1): 29/157 kB 17:27:38 [2026-08-21T15:27:38.295Z] Progress (1): 30/157 kB 17:27:38 [2026-08-21T15:27:38.295Z] Progress (1): 32/157 kB 17:27:38 [2026-08-21T15:27:38.295Z] Progress (1): 33/157 kB 17:27:38 [2026-08-21T15:27:38.295Z] Progress (1): 35/157 kB 17:27:38 [2026-08-21T15:27:38.295Z] Progress (1): 36/157 kB 17:27:38 [2026-08-21T15:27:38.295Z] Progress (1): 37/157 kB 17:27:38 [2026-08-21T15:27:38.295Z] Progress (1): 39/157 kB 17:27:38 [2026-08-21T15:27:38.295Z] Progress (1): 40/157 kB 17:27:38 [2026-08-21T15:27:38.295Z] Progress (1): 41/157 kB 17:27:38 [2026-08-21T15:27:38.295Z] Progress (1): 43/157 kB 17:27:38 [2026-08-21T15:27:38.295Z] Progress (1): 44/157 kB 17:27:38 [2026-08-21T15:27:38.295Z] Progress (1): 46/157 kB 17:27:38 [2026-08-21T15:27:38.295Z] Progress (1): 47/157 kB 17:27:38 [2026-08-21T15:27:38.295Z] Progress (1): 48/157 kB 17:27:38 [2026-08-21T15:27:38.295Z] Progress (1): 50/157 kB 17:27:38 [2026-08-21T15:27:38.295Z] Progress (1): 51/157 kB 17:27:38 [2026-08-21T15:27:38.295Z] Progress (1): 52/157 kB 17:27:38 [2026-08-21T15:27:38.295Z] Progress (1): 54/157 kB 17:27:38 [2026-08-21T15:27:38.295Z] Progress (1): 55/157 kB 17:27:38 [2026-08-21T15:27:38.295Z] Progress (1): 59/157 kB 17:27:38 [2026-08-21T15:27:38.295Z] Progress (1): 64/157 kB 17:27:38 [2026-08-21T15:27:38.295Z] Progress (1): 68/157 kB 17:27:38 [2026-08-21T15:27:38.295Z] Progress (1): 72/157 kB 17:27:38 [2026-08-21T15:27:38.295Z] Progress (1): 76/157 kB 17:27:38 [2026-08-21T15:27:38.295Z] Progress (1): 81/157 kB 17:27:38 [2026-08-21T15:27:38.295Z] Progress (1): 85/157 kB 17:27:38 [2026-08-21T15:27:38.295Z] Progress (1): 89/157 kB 17:27:38 [2026-08-21T15:27:38.295Z] Progress (1): 93/157 kB 17:27:38 [2026-08-21T15:27:38.295Z] Progress (1): 97/157 kB 17:27:38 [2026-08-21T15:27:38.295Z] Progress (1): 102/157 kB 17:27:38 [2026-08-21T15:27:38.295Z] Progress (1): 106/157 kB 17:27:38 [2026-08-21T15:27:38.295Z] Progress (1): 110/157 kB 17:27:38 [2026-08-21T15:27:38.295Z] Progress (1): 114/157 kB 17:27:38 [2026-08-21T15:27:38.295Z] Progress (1): 119/157 kB 17:27:38 [2026-08-21T15:27:38.295Z] Progress (1): 123/157 kB 17:27:38 [2026-08-21T15:27:38.295Z] Progress (1): 127/157 kB 17:27:38 [2026-08-21T15:27:38.295Z] Progress (1): 131/157 kB 17:27:38 [2026-08-21T15:27:38.295Z] Progress (1): 135/157 kB 17:27:38 [2026-08-21T15:27:38.295Z] Progress (1): 140/157 kB 17:27:38 [2026-08-21T15:27:38.295Z] Progress (1): 144/157 kB 17:27:38 [2026-08-21T15:27:38.295Z] Progress (1): 148/157 kB 17:27:38 [2026-08-21T15:27:38.295Z] Progress (1): 152/157 kB 17:27:38 [2026-08-21T15:27:38.295Z] Progress (1): 157/157 kB 17:27:38 [2026-08-21T15:27:38.295Z] Progress (1): 157 kB 17:27:38 [2026-08-21T15:27:38.295Z] 17:27:38 [2026-08-21T15:27:38.295Z] 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 2.2 MB/s) 17:27:38 [2026-08-21T15:27:38.295Z] [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:27:38 [2026-08-21T15:27:38.295Z] [INFO] 17:27:38 [2026-08-21T15:27:38.295Z] [INFO] --- deploy:3.1.4:deploy (default-deploy) @ silverpeas-dependencies-bom --- 17:27:38 [2026-08-21T15:27:38.295Z] [INFO] Using alternate deployment repository silverpeas::default::https://nexus3.silverpeas.org/repository/builds 17:27:38 [2026-08-21T15:27:38.295Z] [WARNING] Using legacy syntax for alternative repository. Use "silverpeas::https://nexus3.silverpeas.org/repository/builds" instead. 17:27:38 [2026-08-21T15:27:38.295Z] 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:27:38 [2026-08-21T15:27:38.545Z] Progress (1): 33/48 kB 17:27:38 [2026-08-21T15:27:38.545Z] Progress (1): 48 kB 17:27:38 [2026-08-21T15:27:38.545Z] 17:27:38 [2026-08-21T15:27:38.545Z] 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 166 kB/s) 17:27:38 [2026-08-21T15:27:38.545Z] Downloading from silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-dependencies-bom/maven-metadata.xml 17:27:38 [2026-08-21T15:27:38.545Z] Progress (1): 956 B 17:27:38 [2026-08-21T15:27:38.545Z] 17:27:38 [2026-08-21T15:27:38.545Z] Downloaded from silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-dependencies-bom/maven-metadata.xml (956 B at 20 kB/s) 17:27:38 [2026-08-21T15:27:38.796Z] Uploading to silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-dependencies-bom/maven-metadata.xml 17:27:38 [2026-08-21T15:27:38.796Z] Progress (1): 956 B 17:27:38 [2026-08-21T15:27:38.796Z] 17:27:38 [2026-08-21T15:27:38.796Z] 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:27:38 [2026-08-21T15:27:38.796Z] [INFO] ------------------------------------------------------------------------ 17:27:38 [2026-08-21T15:27:38.796Z] [INFO] BUILD SUCCESS 17:27:38 [2026-08-21T15:27:38.796Z] [INFO] ------------------------------------------------------------------------ 17:27:38 [2026-08-21T15:27:38.796Z] [INFO] Total time: 2.186 s 17:27:38 [2026-08-21T15:27:38.796Z] [INFO] Finished at: 2026-08-21T17:27:38+02:00 17:27:38 [2026-08-21T15:27:38.796Z] [INFO] ------------------------------------------------------------------------ 17:27:38 [2026-08-21T15:27:38.798Z] [Pipeline] } 17:27:38 [2026-08-21T15:27:38.805Z] [Pipeline] // dir 17:27:38 [2026-08-21T15:27:38.813Z] [Pipeline] } 17:27:38 [2026-08-21T15:27:38.820Z] [Pipeline] // stage 17:27:38 [2026-08-21T15:27:38.859Z] [Pipeline] stage 17:27:38 [2026-08-21T15:27:38.860Z] [Pipeline] { (Build and Publish test dependencies definition) 17:27:38 [2026-08-21T15:27:38.888Z] [Pipeline] dir 17:27:38 [2026-08-21T15:27:38.888Z] Running in /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy/test-dependencies 17:27:38 [2026-08-21T15:27:38.889Z] [Pipeline] { 17:27:38 [2026-08-21T15:27:38.903Z] [Pipeline] git 17:27:38 [2026-08-21T15:27:38.905Z] Selected Git installation does not exist. Using Default 17:27:38 [2026-08-21T15:27:38.905Z] The recommended git tool is: NONE 17:27:38 [2026-08-21T15:27:38.906Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59 17:27:38 [2026-08-21T15:27:38.918Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@fa08c5a; decorates hudson.Launcher$LocalLauncher@4e4130fe will be ignored (a typical symptom is the Git executable not being run inside a designated container) 17:27:38 [2026-08-21T15:27:38.919Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy/test-dependencies/.git # timeout=10 17:27:38 [2026-08-21T15:27:38.925Z] Fetching changes from the remote Git repository 17:27:38 [2026-08-21T15:27:38.926Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/silverpeas-test-dependencies-bom # timeout=10 17:27:38 [2026-08-21T15:27:38.931Z] Fetching upstream changes from https://github.com/Silverpeas/silverpeas-test-dependencies-bom 17:27:38 [2026-08-21T15:27:38.931Z] > /usr/bin/git --version # timeout=10 17:27:38 [2026-08-21T15:27:38.936Z] > git --version # 'git version 2.43.0' 17:27:38 [2026-08-21T15:27:38.936Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins 17:27:38 [2026-08-21T15:27:38.941Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/silverpeas-test-dependencies-bom +refs/heads/*:refs/remotes/origin/* # timeout=10 17:27:39 [2026-08-21T15:27:39.430Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10 17:27:39 [2026-08-21T15:27:39.436Z] Checking out Revision a099b59d24d9b52a26274503c77c74076a7475f2 (refs/remotes/origin/master) 17:27:39 [2026-08-21T15:27:39.436Z] > /usr/bin/git config core.sparsecheckout # timeout=10 17:27:39 [2026-08-21T15:27:39.441Z] > /usr/bin/git checkout -f a099b59d24d9b52a26274503c77c74076a7475f2 # timeout=10 17:27:39 [2026-08-21T15:27:39.449Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10 17:27:39 [2026-08-21T15:27:39.456Z] > /usr/bin/git branch -D master # timeout=10 17:27:39 [2026-08-21T15:27:39.462Z] > /usr/bin/git checkout -b master a099b59d24d9b52a26274503c77c74076a7475f2 # timeout=10 17:27:39 [2026-08-21T15:27:39.471Z] Commit message: "Drop junit-platform-runner and align the JUnit Platform on the junit-bom" 17:27:39 [2026-08-21T15:27:39.471Z] > /usr/bin/git rev-list --no-walk a099b59d24d9b52a26274503c77c74076a7475f2 # timeout=10 17:27:39 [2026-08-21T15:27:39.488Z] [Pipeline] sh 17:27:39 [2026-08-21T15:27:39.743Z] + mvn -U versions:set -DgenerateBackupPoms=false -DnewVersion=2.0-build260821 17:27:41 [2026-08-21T15:27:41.605Z] [INFO] Scanning for projects... 17:27:41 [2026-08-21T15:27:41.855Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml 17:27:41 [2026-08-21T15:27:41.855Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml 17:27:42 [2026-08-21T15:27:42.406Z] Progress (1): 3.7 kB 17:27:42 [2026-08-21T15:27:42.406Z] Progress (1): 7.5 kB 17:27:42 [2026-08-21T15:27:42.406Z] Progress (1): 13 kB 17:27:42 [2026-08-21T15:27:42.406Z] Progress (2): 13 kB | 3.8 kB 17:27:42 [2026-08-21T15:27:42.406Z] Progress (2): 19 kB | 3.8 kB 17:27:42 [2026-08-21T15:27:42.406Z] Progress (2): 20 kB | 3.8 kB 17:27:42 [2026-08-21T15:27:42.406Z] Progress (2): 20 kB | 9.3 kB 17:27:42 [2026-08-21T15:27:42.406Z] Progress (2): 20 kB | 14 kB 17:27:42 [2026-08-21T15:27:42.406Z] 17:27:42 [2026-08-21T15:27:42.406Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml (20 kB at 44 kB/s) 17:27:42 [2026-08-21T15:27:42.406Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml (14 kB at 31 kB/s) 17:27:42 [2026-08-21T15:27:42.406Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/maven-metadata.xml 17:27:42 [2026-08-21T15:27:42.406Z] Progress (1): 1.5 kB 17:27:42 [2026-08-21T15:27:42.406Z] 17:27:42 [2026-08-21T15:27:42.406Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/maven-metadata.xml (1.5 kB at 43 kB/s) 17:27:42 [2026-08-21T15:27:42.657Z] [INFO] 17:27:42 [2026-08-21T15:27:42.657Z] [INFO] ----------< org.silverpeas:silverpeas-test-dependencies-bom >----------- 17:27:42 [2026-08-21T15:27:42.657Z] [INFO] Building Silverpeas Test Dependencies BOM 2.0-SNAPSHOT 17:27:42 [2026-08-21T15:27:42.657Z] [INFO] from pom.xml 17:27:42 [2026-08-21T15:27:42.657Z] [INFO] --------------------------------[ pom ]--------------------------------- 17:27:42 [2026-08-21T15:27:42.657Z] [INFO] 17:27:42 [2026-08-21T15:27:42.657Z] [INFO] --- versions:2.21.0:set (default-cli) @ silverpeas-test-dependencies-bom --- 17:27:43 [2026-08-21T15:27:43.568Z] [INFO] Searching for local aggregator root... 17:27:43 [2026-08-21T15:27:43.568Z] [INFO] Local aggregation root: /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy/test-dependencies 17:27:43 [2026-08-21T15:27:43.568Z] [INFO] Processing change of org.silverpeas:silverpeas-test-dependencies-bom:2.0-SNAPSHOT -> 2.0-build260821 17:27:43 [2026-08-21T15:27:43.568Z] [INFO] Processing org.silverpeas:silverpeas-test-dependencies-bom 17:27:43 [2026-08-21T15:27:43.568Z] [INFO] Updating project org.silverpeas:silverpeas-test-dependencies-bom 17:27:43 [2026-08-21T15:27:43.568Z] [INFO] from version 2.0-SNAPSHOT to 2.0-build260821 17:27:43 [2026-08-21T15:27:43.568Z] [INFO] 17:27:43 [2026-08-21T15:27:43.568Z] [INFO] ------------------------------------------------------------------------ 17:27:43 [2026-08-21T15:27:43.568Z] [INFO] BUILD SUCCESS 17:27:43 [2026-08-21T15:27:43.568Z] [INFO] ------------------------------------------------------------------------ 17:27:43 [2026-08-21T15:27:43.568Z] [INFO] Total time: 2.200 s 17:27:43 [2026-08-21T15:27:43.568Z] [INFO] Finished at: 2026-08-21T17:27:43+02:00 17:27:43 [2026-08-21T15:27:43.568Z] [INFO] ------------------------------------------------------------------------ 17:27:43 [2026-08-21T15:27:43.568Z] + mvn clean deploy -DaltDeploymentRepository=silverpeas::default::https://nexus3.silverpeas.org/repository/builds -Djava.awt.headless=true 17:27:45 [2026-08-21T15:27:45.430Z] [INFO] Scanning for projects... 17:27:45 [2026-08-21T15:27:45.430Z] [INFO] 17:27:45 [2026-08-21T15:27:45.430Z] [INFO] ----------< org.silverpeas:silverpeas-test-dependencies-bom >----------- 17:27:45 [2026-08-21T15:27:45.430Z] [INFO] Building Silverpeas Test Dependencies BOM 2.0-build260821 17:27:45 [2026-08-21T15:27:45.430Z] [INFO] from pom.xml 17:27:45 [2026-08-21T15:27:45.430Z] [INFO] --------------------------------[ pom ]--------------------------------- 17:27:45 [2026-08-21T15:27:45.430Z] [INFO] 17:27:45 [2026-08-21T15:27:45.430Z] [INFO] --- clean:3.2.0:clean (default-clean) @ silverpeas-test-dependencies-bom --- 17:27:45 [2026-08-21T15:27:45.430Z] [INFO] 17:27:45 [2026-08-21T15:27:45.430Z] [INFO] --- install:3.1.4:install (default-install) @ silverpeas-test-dependencies-bom --- 17:27:45 [2026-08-21T15:27:45.680Z] [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:27:45 [2026-08-21T15:27:45.680Z] [INFO] 17:27:45 [2026-08-21T15:27:45.680Z] [INFO] --- deploy:3.1.4:deploy (default-deploy) @ silverpeas-test-dependencies-bom --- 17:27:45 [2026-08-21T15:27:45.680Z] [INFO] Using alternate deployment repository silverpeas::default::https://nexus3.silverpeas.org/repository/builds 17:27:45 [2026-08-21T15:27:45.680Z] [WARNING] Using legacy syntax for alternative repository. Use "silverpeas::https://nexus3.silverpeas.org/repository/builds" instead. 17:27:45 [2026-08-21T15:27:45.931Z] 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:27:46 [2026-08-21T15:27:46.432Z] Progress (1): 12 kB 17:27:46 [2026-08-21T15:27:46.432Z] 17:27:46 [2026-08-21T15:27:46.432Z] 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 23 kB/s) 17:27:46 [2026-08-21T15:27:46.432Z] Downloading from silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-test-dependencies-bom/maven-metadata.xml 17:27:46 [2026-08-21T15:27:46.432Z] Progress (1): 961 B 17:27:46 [2026-08-21T15:27:46.432Z] 17:27:46 [2026-08-21T15:27:46.432Z] Downloaded from silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-test-dependencies-bom/maven-metadata.xml (961 B at 16 kB/s) 17:27:46 [2026-08-21T15:27:46.432Z] Uploading to silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-test-dependencies-bom/maven-metadata.xml 17:27:46 [2026-08-21T15:27:46.432Z] Progress (1): 961 B 17:27:46 [2026-08-21T15:27:46.432Z] 17:27:46 [2026-08-21T15:27:46.432Z] Uploaded to silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-test-dependencies-bom/maven-metadata.xml (961 B at 9.2 kB/s) 17:27:46 [2026-08-21T15:27:46.682Z] [INFO] ------------------------------------------------------------------------ 17:27:46 [2026-08-21T15:27:46.682Z] [INFO] BUILD SUCCESS 17:27:46 [2026-08-21T15:27:46.682Z] [INFO] ------------------------------------------------------------------------ 17:27:46 [2026-08-21T15:27:46.682Z] [INFO] Total time: 1.417 s 17:27:46 [2026-08-21T15:27:46.682Z] [INFO] Finished at: 2026-08-21T17:27:46+02:00 17:27:46 [2026-08-21T15:27:46.682Z] [INFO] ------------------------------------------------------------------------ 17:27:46 [2026-08-21T15:27:46.684Z] [Pipeline] } 17:27:46 [2026-08-21T15:27:46.691Z] [Pipeline] // dir 17:27:46 [2026-08-21T15:27:46.705Z] [Pipeline] } 17:27:46 [2026-08-21T15:27:46.712Z] [Pipeline] // stage 17:27:46 [2026-08-21T15:27:46.721Z] [Pipeline] stage 17:27:46 [2026-08-21T15:27:46.722Z] [Pipeline] { (Build and publish project definition) 17:27:46 [2026-08-21T15:27:46.744Z] [Pipeline] dir 17:27:46 [2026-08-21T15:27:46.745Z] Running in /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy/project 17:27:46 [2026-08-21T15:27:46.746Z] [Pipeline] { 17:27:46 [2026-08-21T15:27:46.758Z] [Pipeline] git 17:27:46 [2026-08-21T15:27:46.760Z] Selected Git installation does not exist. Using Default 17:27:46 [2026-08-21T15:27:46.761Z] The recommended git tool is: NONE 17:27:46 [2026-08-21T15:27:46.761Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59 17:27:46 [2026-08-21T15:27:46.772Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@3b8c1310; decorates hudson.Launcher$LocalLauncher@26677fd will be ignored (a typical symptom is the Git executable not being run inside a designated container) 17:27:46 [2026-08-21T15:27:46.773Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy/project/.git # timeout=10 17:27:46 [2026-08-21T15:27:46.778Z] Fetching changes from the remote Git repository 17:27:46 [2026-08-21T15:27:46.780Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Project # timeout=10 17:27:46 [2026-08-21T15:27:46.785Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Project 17:27:46 [2026-08-21T15:27:46.785Z] > /usr/bin/git --version # timeout=10 17:27:46 [2026-08-21T15:27:46.789Z] > git --version # 'git version 2.43.0' 17:27:46 [2026-08-21T15:27:46.789Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins 17:27:46 [2026-08-21T15:27:46.795Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Project +refs/heads/*:refs/remotes/origin/* # timeout=10 17:27:47 [2026-08-21T15:27:47.419Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10 17:27:47 [2026-08-21T15:27:47.426Z] Checking out Revision 5a370360b2c7d47ec2960e23ab68acc658633a82 (refs/remotes/origin/master) 17:27:47 [2026-08-21T15:27:47.426Z] > /usr/bin/git config core.sparsecheckout # timeout=10 17:27:47 [2026-08-21T15:27:47.431Z] > /usr/bin/git checkout -f 5a370360b2c7d47ec2960e23ab68acc658633a82 # timeout=10 17:27:47 [2026-08-21T15:27:47.439Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10 17:27:47 [2026-08-21T15:27:47.447Z] > /usr/bin/git branch -D master # timeout=10 17:27:47 [2026-08-21T15:27:47.454Z] > /usr/bin/git checkout -b master 5a370360b2c7d47ec2960e23ab68acc658633a82 # timeout=10 17:27:47 [2026-08-21T15:27:47.467Z] 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:27:47 [2026-08-21T15:27:47.468Z] > /usr/bin/git rev-list --no-walk 5a370360b2c7d47ec2960e23ab68acc658633a82 # timeout=10 17:27:47 [2026-08-21T15:27:47.485Z] [Pipeline] sh 17:27:47 [2026-08-21T15:27:47.740Z] + sed -i -e s/<silverpeas.bom.version>[0-9a-zA-Z.-]\+/<silverpeas.bom.version>2.0-build260821/g pom.xml 17:27:47 [2026-08-21T15:27:47.746Z] [Pipeline] sh 17:27:48 [2026-08-21T15:27:48.005Z] + mvn -U versions:set -DgenerateBackupPoms=false -DnewVersion=2.0-build260821 17:27:49 [2026-08-21T15:27:49.866Z] [INFO] Scanning for projects... 17:27:49 [2026-08-21T15:27:49.866Z] [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:27:49 [2026-08-21T15:27:49.866Z] 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:27:50 [2026-08-21T15:27:50.117Z] Progress (1): 763 B 17:27:50 [2026-08-21T15:27:50.117Z] Progress (1): 2.2 kB 17:27:50 [2026-08-21T15:27:50.117Z] Progress (1): 5.0 kB 17:27:50 [2026-08-21T15:27:50.117Z] Progress (1): 8.4 kB 17:27:50 [2026-08-21T15:27:50.117Z] Progress (1): 10 kB 17:27:50 [2026-08-21T15:27:50.117Z] 17:27:50 [2026-08-21T15:27:50.117Z] 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 28 kB/s) 17:27:50 [2026-08-21T15:27:50.367Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-plugins/41/maven-plugins-41.pom 17:27:50 [2026-08-21T15:27:50.367Z] Progress (1): 770 B 17:27:50 [2026-08-21T15:27:50.367Z] Progress (1): 2.4 kB 17:27:50 [2026-08-21T15:27:50.367Z] Progress (1): 4.9 kB 17:27:50 [2026-08-21T15:27:50.367Z] Progress (1): 7.4 kB 17:27:50 [2026-08-21T15:27:50.367Z] 17:27:50 [2026-08-21T15:27:50.367Z] 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:27:50 [2026-08-21T15:27:50.367Z] 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:27:50 [2026-08-21T15:27:50.367Z] Progress (1): 7.8/83 kB 17:27:50 [2026-08-21T15:27:50.367Z] Progress (1): 8.2/83 kB 17:27:50 [2026-08-21T15:27:50.367Z] Progress (1): 16/83 kB 17:27:50 [2026-08-21T15:27:50.367Z] Progress (1): 24/83 kB 17:27:50 [2026-08-21T15:27:50.367Z] Progress (1): 25/83 kB 17:27:50 [2026-08-21T15:27:50.367Z] Progress (1): 33/83 kB 17:27:50 [2026-08-21T15:27:50.367Z] Progress (1): 40/83 kB 17:27:50 [2026-08-21T15:27:50.367Z] Progress (1): 41/83 kB 17:27:50 [2026-08-21T15:27:50.367Z] Progress (1): 49/83 kB 17:27:50 [2026-08-21T15:27:50.367Z] Progress (1): 56/83 kB 17:27:50 [2026-08-21T15:27:50.367Z] Progress (1): 57/83 kB 17:27:50 [2026-08-21T15:27:50.367Z] Progress (1): 66/83 kB 17:27:50 [2026-08-21T15:27:50.367Z] Progress (1): 74/83 kB 17:27:50 [2026-08-21T15:27:50.367Z] Progress (1): 82/83 kB 17:27:50 [2026-08-21T15:27:50.367Z] Progress (1): 82/83 kB 17:27:50 [2026-08-21T15:27:50.367Z] Progress (1): 83 kB 17:27:50 [2026-08-21T15:27:50.367Z] 17:27:50 [2026-08-21T15:27:50.367Z] 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.6 MB/s) 17:27:50 [2026-08-21T15:27:50.367Z] 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:27:50 [2026-08-21T15:27:50.367Z] Progress (1): 772 B 17:27:50 [2026-08-21T15:27:50.367Z] Progress (1): 2.2 kB 17:27:50 [2026-08-21T15:27:50.367Z] Progress (1): 5.0 kB 17:27:50 [2026-08-21T15:27:50.367Z] Progress (1): 7.8 kB 17:27:50 [2026-08-21T15:27:50.367Z] Progress (1): 8.5 kB 17:27:50 [2026-08-21T15:27:50.367Z] 17:27:50 [2026-08-21T15:27:50.367Z] 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 283 kB/s) 17:27:50 [2026-08-21T15:27:50.367Z] 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:27:50 [2026-08-21T15:27:50.367Z] Progress (1): 7.8/32 kB 17:27:50 [2026-08-21T15:27:50.367Z] Progress (1): 8.2/32 kB 17:27:50 [2026-08-21T15:27:50.367Z] Progress (1): 16/32 kB 17:27:50 [2026-08-21T15:27:50.367Z] Progress (1): 24/32 kB 17:27:50 [2026-08-21T15:27:50.367Z] Progress (1): 25/32 kB 17:27:50 [2026-08-21T15:27:50.367Z] Progress (1): 32 kB 17:27:50 [2026-08-21T15:27:50.367Z] 17:27:50 [2026-08-21T15:27:50.367Z] 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 962 kB/s) 17:27:50 [2026-08-21T15:27:50.617Z] 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:27:50 [2026-08-21T15:27:50.617Z] Progress (1): 745 B 17:27:50 [2026-08-21T15:27:50.617Z] Progress (1): 2.3 kB 17:27:50 [2026-08-21T15:27:50.617Z] Progress (1): 4.0 kB 17:27:50 [2026-08-21T15:27:50.617Z] Progress (1): 8.9 kB 17:27:50 [2026-08-21T15:27:50.617Z] Progress (1): 13 kB 17:27:50 [2026-08-21T15:27:50.617Z] Progress (1): 15 kB 17:27:50 [2026-08-21T15:27:50.617Z] Progress (1): 16 kB 17:27:50 [2026-08-21T15:27:50.617Z] 17:27:50 [2026-08-21T15:27:50.617Z] 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 534 kB/s) 17:27:50 [2026-08-21T15:27:50.617Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-plugins/38/maven-plugins-38.pom 17:27:50 [2026-08-21T15:27:50.617Z] Progress (1): 770 B 17:27:50 [2026-08-21T15:27:50.617Z] Progress (1): 2.3 kB 17:27:50 [2026-08-21T15:27:50.617Z] Progress (1): 4.9 kB 17:27:50 [2026-08-21T15:27:50.617Z] Progress (1): 7.3 kB 17:27:50 [2026-08-21T15:27:50.617Z] Progress (1): 8.1 kB 17:27:50 [2026-08-21T15:27:50.617Z] 17:27:50 [2026-08-21T15:27:50.617Z] 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:27:50 [2026-08-21T15:27:50.617Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/maven-parent/38/maven-parent-38.pom 17:27:50 [2026-08-21T15:27:50.617Z] Progress (1): 728 B 17:27:50 [2026-08-21T15:27:50.617Z] Progress (1): 1.9 kB 17:27:50 [2026-08-21T15:27:50.617Z] Progress (1): 5.4 kB 17:27:50 [2026-08-21T15:27:50.618Z] Progress (1): 9.7 kB 17:27:50 [2026-08-21T15:27:50.618Z] Progress (1): 14 kB 17:27:50 [2026-08-21T15:27:50.618Z] Progress (1): 19 kB 17:27:50 [2026-08-21T15:27:50.618Z] Progress (1): 22 kB 17:27:50 [2026-08-21T15:27:50.618Z] Progress (1): 26 kB 17:27:50 [2026-08-21T15:27:50.618Z] Progress (1): 28 kB 17:27:50 [2026-08-21T15:27:50.618Z] Progress (1): 30 kB 17:27:50 [2026-08-21T15:27:50.618Z] Progress (1): 33 kB 17:27:50 [2026-08-21T15:27:50.618Z] Progress (1): 37 kB 17:27:50 [2026-08-21T15:27:50.618Z] Progress (1): 40 kB 17:27:50 [2026-08-21T15:27:50.618Z] Progress (1): 42 kB 17:27:50 [2026-08-21T15:27:50.618Z] Progress (1): 48 kB 17:27:50 [2026-08-21T15:27:50.618Z] 17:27:50 [2026-08-21T15:27:50.618Z] 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:27:50 [2026-08-21T15:27:50.618Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/apache/28/apache-28.pom 17:27:50 [2026-08-21T15:27:50.618Z] Progress (1): 745 B 17:27:50 [2026-08-21T15:27:50.618Z] Progress (1): 2.1 kB 17:27:50 [2026-08-21T15:27:50.618Z] Progress (1): 4.0 kB 17:27:50 [2026-08-21T15:27:50.618Z] Progress (1): 6.9 kB 17:27:50 [2026-08-21T15:27:50.618Z] Progress (1): 12 kB 17:27:50 [2026-08-21T15:27:50.618Z] Progress (1): 16 kB 17:27:50 [2026-08-21T15:27:50.618Z] Progress (1): 19 kB 17:27:50 [2026-08-21T15:27:50.618Z] Progress (1): 21 kB 17:27:50 [2026-08-21T15:27:50.618Z] 17:27:50 [2026-08-21T15:27:50.618Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/apache/28/apache-28.pom (21 kB at 648 kB/s) 17:27:50 [2026-08-21T15:27:50.618Z] 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:27:50 [2026-08-21T15:27:50.618Z] Progress (1): 7.8/189 kB 17:27:50 [2026-08-21T15:27:50.618Z] Progress (1): 8.2/189 kB 17:27:50 [2026-08-21T15:27:50.618Z] Progress (1): 16/189 kB 17:27:50 [2026-08-21T15:27:50.618Z] Progress (1): 24/189 kB 17:27:50 [2026-08-21T15:27:50.618Z] Progress (1): 25/189 kB 17:27:50 [2026-08-21T15:27:50.618Z] Progress (1): 33/189 kB 17:27:50 [2026-08-21T15:27:50.618Z] Progress (1): 40/189 kB 17:27:50 [2026-08-21T15:27:50.618Z] Progress (1): 41/189 kB 17:27:50 [2026-08-21T15:27:50.618Z] Progress (1): 49/189 kB 17:27:50 [2026-08-21T15:27:50.618Z] Progress (1): 56/189 kB 17:27:50 [2026-08-21T15:27:50.618Z] Progress (1): 57/189 kB 17:27:50 [2026-08-21T15:27:50.618Z] Progress (1): 66/189 kB 17:27:50 [2026-08-21T15:27:50.618Z] Progress (1): 74/189 kB 17:27:50 [2026-08-21T15:27:50.618Z] Progress (1): 82/189 kB 17:27:50 [2026-08-21T15:27:50.618Z] Progress (1): 82/189 kB 17:27:50 [2026-08-21T15:27:50.618Z] Progress (1): 90/189 kB 17:27:50 [2026-08-21T15:27:50.618Z] Progress (1): 98/189 kB 17:27:50 [2026-08-21T15:27:50.618Z] Progress (1): 98/189 kB 17:27:50 [2026-08-21T15:27:50.618Z] Progress (1): 106/189 kB 17:27:50 [2026-08-21T15:27:50.618Z] Progress (1): 114/189 kB 17:27:50 [2026-08-21T15:27:50.618Z] Progress (1): 115/189 kB 17:27:50 [2026-08-21T15:27:50.618Z] Progress (1): 123/189 kB 17:27:50 [2026-08-21T15:27:50.618Z] Progress (1): 130/189 kB 17:27:50 [2026-08-21T15:27:50.618Z] Progress (1): 131/189 kB 17:27:50 [2026-08-21T15:27:50.618Z] Progress (1): 139/189 kB 17:27:50 [2026-08-21T15:27:50.618Z] Progress (1): 147/189 kB 17:27:50 [2026-08-21T15:27:50.618Z] Progress (1): 147/189 kB 17:27:50 [2026-08-21T15:27:50.618Z] Progress (1): 156/189 kB 17:27:50 [2026-08-21T15:27:50.618Z] Progress (1): 163/189 kB 17:27:50 [2026-08-21T15:27:50.618Z] Progress (1): 164/189 kB 17:27:50 [2026-08-21T15:27:50.618Z] Progress (1): 172/189 kB 17:27:50 [2026-08-21T15:27:50.618Z] Progress (1): 179/189 kB 17:27:50 [2026-08-21T15:27:50.618Z] Progress (1): 180/189 kB 17:27:50 [2026-08-21T15:27:50.618Z] Progress (1): 188/189 kB 17:27:50 [2026-08-21T15:27:50.618Z] Progress (1): 189 kB 17:27:50 [2026-08-21T15:27:50.618Z] 17:27:50 [2026-08-21T15:27:50.618Z] 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.4 MB/s) 17:27:50 [2026-08-21T15:27:50.868Z] 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:27:50 [2026-08-21T15:27:50.868Z] Progress (1): 784 B 17:27:50 [2026-08-21T15:27:50.868Z] Progress (1): 2.2 kB 17:27:50 [2026-08-21T15:27:50.868Z] Progress (1): 5.1 kB 17:27:50 [2026-08-21T15:27:50.868Z] Progress (1): 7.5 kB 17:27:50 [2026-08-21T15:27:50.868Z] 17:27:50 [2026-08-21T15:27:50.868Z] 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:27:50 [2026-08-21T15:27:50.868Z] 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:27:50 [2026-08-21T15:27:50.868Z] Progress (1): 7.8/30 kB 17:27:50 [2026-08-21T15:27:50.868Z] Progress (1): 8.2/30 kB 17:27:50 [2026-08-21T15:27:50.868Z] Progress (1): 16/30 kB 17:27:50 [2026-08-21T15:27:50.868Z] Progress (1): 24/30 kB 17:27:50 [2026-08-21T15:27:50.868Z] Progress (1): 25/30 kB 17:27:50 [2026-08-21T15:27:50.868Z] Progress (1): 30 kB 17:27:50 [2026-08-21T15:27:50.868Z] 17:27:50 [2026-08-21T15:27:50.868Z] 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 975 kB/s) 17:27:50 [2026-08-21T15:27:50.868Z] 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:27:50 [2026-08-21T15:27:50.868Z] Progress (1): 768 B 17:27:50 [2026-08-21T15:27:50.868Z] Progress (1): 2.2 kB 17:27:50 [2026-08-21T15:27:50.868Z] Progress (1): 5.2 kB 17:27:50 [2026-08-21T15:27:50.868Z] Progress (1): 7.9 kB 17:27:50 [2026-08-21T15:27:50.868Z] Progress (1): 8.5 kB 17:27:50 [2026-08-21T15:27:50.868Z] 17:27:50 [2026-08-21T15:27:50.868Z] 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:27:50 [2026-08-21T15:27:50.868Z] 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:27:50 [2026-08-21T15:27:50.868Z] Progress (1): 7.8/37 kB 17:27:50 [2026-08-21T15:27:50.868Z] Progress (1): 8.2/37 kB 17:27:50 [2026-08-21T15:27:50.868Z] Progress (1): 16/37 kB 17:27:50 [2026-08-21T15:27:50.868Z] Progress (1): 24/37 kB 17:27:50 [2026-08-21T15:27:50.868Z] Progress (1): 25/37 kB 17:27:50 [2026-08-21T15:27:50.868Z] Progress (1): 33/37 kB 17:27:50 [2026-08-21T15:27:50.868Z] Progress (1): 37 kB 17:27:50 [2026-08-21T15:27:50.868Z] 17:27:50 [2026-08-21T15:27:50.868Z] 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:27:50 [2026-08-21T15:27:50.868Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/silverpeas/maven/maven-metadata.xml 17:27:50 [2026-08-21T15:27:50.868Z] Downloading from central: https://repo.maven.apache.org/maven2/org/silverpeas/maven/maven-metadata.xml 17:27:50 [2026-08-21T15:27:50.868Z] Downloading from central: https://repo.maven.apache.org/maven2/com/mycila/maven-metadata.xml 17:27:50 [2026-08-21T15:27:50.868Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/com/mycila/maven-metadata.xml 17:27:51 [2026-08-21T15:27:51.119Z] Progress (1): 290 B 17:27:51 [2026-08-21T15:27:51.119Z] 17:27:51 [2026-08-21T15:27:51.119Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/silverpeas/maven/maven-metadata.xml (290 B at 9.7 kB/s) 17:27:51 [2026-08-21T15:27:51.119Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/plugins/maven-metadata.xml 17:27:51 [2026-08-21T15:27:51.119Z] Progress (1): 1.5 kB 17:27:51 [2026-08-21T15:27:51.119Z] Progress (2): 1.5 kB | 237 B 17:27:51 [2026-08-21T15:27:51.119Z] 17:27:51 [2026-08-21T15:27:51.119Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/plugins/maven-metadata.xml (1.5 kB at 54 kB/s) 17:27:51 [2026-08-21T15:27:51.119Z] Downloading from central: https://repo.maven.apache.org/maven2/org/wildfly/plugins/maven-metadata.xml 17:27:51 [2026-08-21T15:27:51.119Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/com/mycila/maven-metadata.xml (237 B at 3.3 kB/s) 17:27:51 [2026-08-21T15:27:51.119Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/io/github/git-commit-id/maven-metadata.xml 17:27:51 [2026-08-21T15:27:51.119Z] Progress (1): 255 B 17:27:51 [2026-08-21T15:27:51.119Z] 17:27:51 [2026-08-21T15:27:51.119Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/io/github/git-commit-id/maven-metadata.xml (255 B at 9.4 kB/s) 17:27:51 [2026-08-21T15:27:51.119Z] Downloading from central: https://repo.maven.apache.org/maven2/io/github/git-commit-id/maven-metadata.xml 17:27:51 [2026-08-21T15:27:51.119Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/jacoco/maven-metadata.xml 17:27:51 [2026-08-21T15:27:51.119Z] Progress (1): 237 B 17:27:51 [2026-08-21T15:27:51.119Z] Progress (2): 237 B | 1.5 kB 17:27:51 [2026-08-21T15:27:51.119Z] 17:27:51 [2026-08-21T15:27:51.119Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/wildfly/plugins/maven-metadata.xml (1.5 kB at 27 kB/s) 17:27:51 [2026-08-21T15:27:51.119Z] Downloaded from central: https://repo.maven.apache.org/maven2/com/mycila/maven-metadata.xml (237 B at 2.1 kB/s) 17:27:51 [2026-08-21T15:27:51.119Z] Downloading from central: https://repo.maven.apache.org/maven2/org/jacoco/maven-metadata.xml 17:27:51 [2026-08-21T15:27:51.119Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/com/github/shalousun/maven-metadata.xml 17:27:51 [2026-08-21T15:27:51.119Z] Progress (1): 237 B 17:27:51 [2026-08-21T15:27:51.119Z] Progress (2): 237 B | 243 B 17:27:51 [2026-08-21T15:27:51.119Z] 17:27:51 [2026-08-21T15:27:51.119Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/jacoco/maven-metadata.xml (237 B at 9.1 kB/s) 17:27:51 [2026-08-21T15:27:51.119Z] Downloading from central: https://repo.maven.apache.org/maven2/com/github/shalousun/maven-metadata.xml 17:27:51 [2026-08-21T15:27:51.119Z] Progress (2): 243 B | 255 B 17:27:51 [2026-08-21T15:27:51.119Z] 17:27:51 [2026-08-21T15:27:51.119Z] Downloaded from central: https://repo.maven.apache.org/maven2/io/github/git-commit-id/maven-metadata.xml (255 B at 6.9 kB/s) 17:27:51 [2026-08-21T15:27:51.119Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-metadata.xml 17:27:51 [2026-08-21T15:27:51.119Z] Progress (2): 243 B | 237 B 17:27:51 [2026-08-21T15:27:51.119Z] 17:27:51 [2026-08-21T15:27:51.119Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/jacoco/maven-metadata.xml (237 B at 9.5 kB/s) 17:27:51 [2026-08-21T15:27:51.119Z] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml 17:27:51 [2026-08-21T15:27:51.119Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/com/github/shalousun/maven-metadata.xml (243 B at 9.0 kB/s) 17:27:51 [2026-08-21T15:27:51.119Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/mojo/maven-metadata.xml 17:27:51 [2026-08-21T15:27:51.119Z] Progress (1): 4.4 kB 17:27:51 [2026-08-21T15:27:51.119Z] Progress (1): 11 kB 17:27:51 [2026-08-21T15:27:51.119Z] Progress (1): 14 kB 17:27:51 [2026-08-21T15:27:51.119Z] Progress (2): 14 kB | 243 B 17:27:51 [2026-08-21T15:27:51.119Z] 17:27:51 [2026-08-21T15:27:51.119Z] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/shalousun/maven-metadata.xml (243 B at 12 kB/s) 17:27:51 [2026-08-21T15:27:51.119Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml 17:27:51 [2026-08-21T15:27:51.119Z] Progress (2): 14 kB | 3.7 kB 17:27:51 [2026-08-21T15:27:51.119Z] Progress (2): 14 kB | 9.3 kB 17:27:51 [2026-08-21T15:27:51.119Z] Progress (2): 14 kB | 15 kB 17:27:51 [2026-08-21T15:27:51.119Z] Progress (2): 14 kB | 20 kB 17:27:51 [2026-08-21T15:27:51.119Z] Progress (3): 14 kB | 20 kB | 4.6 kB 17:27:51 [2026-08-21T15:27:51.119Z] Progress (3): 14 kB | 20 kB | 9.7 kB 17:27:51 [2026-08-21T15:27:51.119Z] Progress (3): 14 kB | 20 kB | 14 kB 17:27:51 [2026-08-21T15:27:51.119Z] 17:27:51 [2026-08-21T15:27:51.119Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml (14 kB at 571 kB/s) 17:27:51 [2026-08-21T15:27:51.119Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-metadata.xml (14 kB at 510 kB/s) 17:27:51 [2026-08-21T15:27:51.119Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/mojo/maven-metadata.xml (20 kB at 751 kB/s) 17:27:51 [2026-08-21T15:27:51.119Z] Progress (1): 3.7 kB 17:27:51 [2026-08-21T15:27:51.119Z] Progress (1): 7.5 kB 17:27:51 [2026-08-21T15:27:51.119Z] Progress (1): 13 kB 17:27:51 [2026-08-21T15:27:51.119Z] Progress (1): 19 kB 17:27:51 [2026-08-21T15:27:51.119Z] Progress (1): 20 kB 17:27:51 [2026-08-21T15:27:51.119Z] 17:27:51 [2026-08-21T15:27:51.119Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml (20 kB at 882 kB/s) 17:27:51 [2026-08-21T15:27:51.119Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/mojo/versions-maven-plugin/maven-metadata.xml 17:27:51 [2026-08-21T15:27:51.119Z] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/maven-metadata.xml 17:27:51 [2026-08-21T15:27:51.119Z] Progress (1): 1.5 kB 17:27:51 [2026-08-21T15:27:51.119Z] Progress (2): 1.5 kB | 1.5 kB 17:27:51 [2026-08-21T15:27:51.119Z] 17:27:51 [2026-08-21T15:27:51.119Z] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/maven-metadata.xml (1.5 kB at 78 kB/s) 17:27:51 [2026-08-21T15:27:51.119Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/mojo/versions-maven-plugin/maven-metadata.xml (1.5 kB at 53 kB/s) 17:27:51 [2026-08-21T15:27:51.369Z] [INFO] 17:27:51 [2026-08-21T15:27:51.369Z] [INFO] -----------------< org.silverpeas:silverpeas-project >------------------ 17:27:51 [2026-08-21T15:27:51.369Z] [INFO] Building Parent POM 2.0-SNAPSHOT 17:27:51 [2026-08-21T15:27:51.369Z] [INFO] from pom.xml 17:27:51 [2026-08-21T15:27:51.369Z] [INFO] --------------------------------[ pom ]--------------------------------- 17:27:51 [2026-08-21T15:27:51.369Z] [INFO] 17:27:51 [2026-08-21T15:27:51.369Z] [INFO] --- versions:2.21.0:set (default-cli) @ silverpeas-project --- 17:27:52 [2026-08-21T15:27:52.280Z] [INFO] Searching for local aggregator root... 17:27:52 [2026-08-21T15:27:52.280Z] [INFO] Local aggregation root: /var/lib/jenkins/workspace/Silverpeas_Project_Definition_AutoDeploy/project 17:27:52 [2026-08-21T15:27:52.280Z] [INFO] Processing change of org.silverpeas:silverpeas-project:2.0-SNAPSHOT -> 2.0-build260821 17:27:52 [2026-08-21T15:27:52.280Z] [INFO] Processing org.silverpeas:silverpeas-project 17:27:52 [2026-08-21T15:27:52.280Z] [INFO] Updating project org.silverpeas:silverpeas-project 17:27:52 [2026-08-21T15:27:52.280Z] [INFO] from version 2.0-SNAPSHOT to 2.0-build260821 17:27:52 [2026-08-21T15:27:52.280Z] [INFO] 17:27:52 [2026-08-21T15:27:52.280Z] [INFO] ------------------------------------------------------------------------ 17:27:52 [2026-08-21T15:27:52.280Z] [INFO] BUILD SUCCESS 17:27:52 [2026-08-21T15:27:52.280Z] [INFO] ------------------------------------------------------------------------ 17:27:52 [2026-08-21T15:27:52.280Z] [INFO] Total time: 2.839 s 17:27:52 [2026-08-21T15:27:52.280Z] [INFO] Finished at: 2026-08-21T17:27:52+02:00 17:27:52 [2026-08-21T15:27:52.280Z] [INFO] ------------------------------------------------------------------------ 17:27:52 [2026-08-21T15:27:52.280Z] + mvn clean deploy -DaltDeploymentRepository=silverpeas::default::https://nexus3.silverpeas.org/repository/builds -Djava.awt.headless=true 17:27:54 [2026-08-21T15:27:54.142Z] [INFO] Scanning for projects... 17:27:54 [2026-08-21T15:27:54.142Z] [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:27:54 [2026-08-21T15:27:54.142Z] [INFO] 17:27:54 [2026-08-21T15:27:54.142Z] [INFO] -----------------< org.silverpeas:silverpeas-project >------------------ 17:27:54 [2026-08-21T15:27:54.142Z] [INFO] Building Parent POM 2.0-build260821 17:27:54 [2026-08-21T15:27:54.142Z] [INFO] from pom.xml 17:27:54 [2026-08-21T15:27:54.142Z] [INFO] --------------------------------[ pom ]--------------------------------- 17:27:54 [2026-08-21T15:27:54.142Z] [INFO] 17:27:54 [2026-08-21T15:27:54.142Z] [INFO] --- clean:3.2.0:clean (default-clean) @ silverpeas-project --- 17:27:54 [2026-08-21T15:27:54.392Z] [INFO] 17:27:54 [2026-08-21T15:27:54.392Z] [INFO] --- install:3.0.1:install (default-install) @ silverpeas-project --- 17:27:54 [2026-08-21T15:27:54.392Z] 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:27:54 [2026-08-21T15:27:54.943Z] Progress (1): 937 B 17:27:54 [2026-08-21T15:27:54.943Z] Progress (1): 2.2 kB 17:27:54 [2026-08-21T15:27:54.943Z] 17:27:54 [2026-08-21T15:27:54.943Z] 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.4 kB/s) 17:27:54 [2026-08-21T15:27:54.943Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom 17:27:54 [2026-08-21T15:27:54.943Z] Progress (1): 802 B 17:27:54 [2026-08-21T15:27:54.943Z] Progress (1): 3.2 kB 17:27:54 [2026-08-21T15:27:54.943Z] Progress (1): 5.1 kB 17:27:54 [2026-08-21T15:27:54.943Z] Progress (1): 9.1 kB 17:27:54 [2026-08-21T15:27:54.943Z] Progress (1): 12 kB 17:27:54 [2026-08-21T15:27:54.943Z] Progress (1): 17 kB 17:27:54 [2026-08-21T15:27:54.943Z] Progress (1): 20 kB 17:27:54 [2026-08-21T15:27:54.943Z] Progress (1): 23 kB 17:27:54 [2026-08-21T15:27:54.943Z] Progress (1): 27 kB 17:27:54 [2026-08-21T15:27:54.943Z] Progress (1): 30 kB 17:27:54 [2026-08-21T15:27:54.943Z] 17:27:54 [2026-08-21T15:27:54.943Z] 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:27:54 [2026-08-21T15:27:54.943Z] 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:27:54 [2026-08-21T15:27:54.943Z] Progress (1): 938 B 17:27:54 [2026-08-21T15:27:54.943Z] Progress (1): 1.9 kB 17:27:54 [2026-08-21T15:27:54.943Z] 17:27:54 [2026-08-21T15:27:54.943Z] 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:27:54 [2026-08-21T15:27:54.943Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom 17:27:54 [2026-08-21T15:27:54.943Z] Progress (1): 801 B 17:27:54 [2026-08-21T15:27:54.943Z] Progress (1): 2.6 kB 17:27:54 [2026-08-21T15:27:54.943Z] Progress (1): 4.9 kB 17:27:55 [2026-08-21T15:27:55.193Z] Progress (1): 5.2 kB 17:27:55 [2026-08-21T15:27:55.193Z] 17:27:55 [2026-08-21T15:27:55.193Z] 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 140 kB/s) 17:27:55 [2026-08-21T15:27:55.193Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom 17:27:55 [2026-08-21T15:27:55.193Z] Progress (1): 703 B 17:27:55 [2026-08-21T15:27:55.193Z] Progress (1): 2.7 kB 17:27:55 [2026-08-21T15:27:55.193Z] Progress (1): 6.5 kB 17:27:55 [2026-08-21T15:27:55.193Z] Progress (1): 9.1 kB 17:27:55 [2026-08-21T15:27:55.193Z] Progress (1): 12 kB 17:27:55 [2026-08-21T15:27:55.193Z] Progress (1): 16 kB 17:27:55 [2026-08-21T15:27:55.193Z] Progress (1): 20 kB 17:27:55 [2026-08-21T15:27:55.193Z] Progress (1): 23 kB 17:27:55 [2026-08-21T15:27:55.193Z] 17:27:55 [2026-08-21T15:27:55.193Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom (23 kB at 549 kB/s) 17:27:55 [2026-08-21T15:27:55.193Z] 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:27:55 [2026-08-21T15:27:55.193Z] Progress (1): 7.8/146 kB 17:27:55 [2026-08-21T15:27:55.193Z] Progress (1): 8.2/146 kB 17:27:55 [2026-08-21T15:27:55.193Z] Progress (1): 16/146 kB 17:27:55 [2026-08-21T15:27:55.193Z] Progress (1): 24/146 kB 17:27:55 [2026-08-21T15:27:55.193Z] Progress (1): 25/146 kB 17:27:55 [2026-08-21T15:27:55.193Z] Progress (1): 33/146 kB 17:27:55 [2026-08-21T15:27:55.193Z] Progress (1): 40/146 kB 17:27:55 [2026-08-21T15:27:55.193Z] Progress (1): 41/146 kB 17:27:55 [2026-08-21T15:27:55.193Z] Progress (1): 49/146 kB 17:27:55 [2026-08-21T15:27:55.193Z] Progress (1): 56/146 kB 17:27:55 [2026-08-21T15:27:55.193Z] Progress (1): 57/146 kB 17:27:55 [2026-08-21T15:27:55.193Z] Progress (1): 66/146 kB 17:27:55 [2026-08-21T15:27:55.193Z] Progress (1): 72/146 kB 17:27:55 [2026-08-21T15:27:55.193Z] Progress (1): 74/146 kB 17:27:55 [2026-08-21T15:27:55.193Z] Progress (1): 82/146 kB 17:27:55 [2026-08-21T15:27:55.193Z] Progress (1): 88/146 kB 17:27:55 [2026-08-21T15:27:55.193Z] Progress (1): 90/146 kB 17:27:55 [2026-08-21T15:27:55.193Z] Progress (1): 98/146 kB 17:27:55 [2026-08-21T15:27:55.193Z] Progress (1): 106/146 kB 17:27:55 [2026-08-21T15:27:55.193Z] Progress (1): 114/146 kB 17:27:55 [2026-08-21T15:27:55.193Z] Progress (1): 115/146 kB 17:27:55 [2026-08-21T15:27:55.193Z] Progress (1): 123/146 kB 17:27:55 [2026-08-21T15:27:55.193Z] Progress (1): 130/146 kB 17:27:55 [2026-08-21T15:27:55.193Z] Progress (1): 131/146 kB 17:27:55 [2026-08-21T15:27:55.193Z] Progress (1): 139/146 kB 17:27:55 [2026-08-21T15:27:55.193Z] Progress (1): 146 kB 17:27:55 [2026-08-21T15:27:55.193Z] 17:27:55 [2026-08-21T15:27:55.193Z] 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.8 MB/s) 17:27:55 [2026-08-21T15:27:55.193Z] 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:27:55 [2026-08-21T15:27:55.193Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar 17:27:55 [2026-08-21T15:27:55.193Z] Progress (1): 7.8/136 kB 17:27:55 [2026-08-21T15:27:55.193Z] Progress (1): 8.2/136 kB 17:27:55 [2026-08-21T15:27:55.193Z] Progress (1): 16/136 kB 17:27:55 [2026-08-21T15:27:55.193Z] Progress (1): 24/136 kB 17:27:55 [2026-08-21T15:27:55.193Z] Progress (1): 25/136 kB 17:27:55 [2026-08-21T15:27:55.193Z] Progress (1): 33/136 kB 17:27:55 [2026-08-21T15:27:55.193Z] Progress (1): 40/136 kB 17:27:55 [2026-08-21T15:27:55.193Z] Progress (1): 41/136 kB 17:27:55 [2026-08-21T15:27:55.193Z] Progress (1): 49/136 kB 17:27:55 [2026-08-21T15:27:55.193Z] Progress (1): 56/136 kB 17:27:55 [2026-08-21T15:27:55.193Z] Progress (1): 57/136 kB 17:27:55 [2026-08-21T15:27:55.193Z] Progress (1): 66/136 kB 17:27:55 [2026-08-21T15:27:55.193Z] Progress (1): 72/136 kB 17:27:55 [2026-08-21T15:27:55.193Z] Progress (1): 74/136 kB 17:27:55 [2026-08-21T15:27:55.193Z] Progress (1): 82/136 kB 17:27:55 [2026-08-21T15:27:55.193Z] Progress (1): 88/136 kB 17:27:55 [2026-08-21T15:27:55.193Z] Progress (1): 90/136 kB 17:27:55 [2026-08-21T15:27:55.193Z] Progress (1): 98/136 kB 17:27:55 [2026-08-21T15:27:55.193Z] Progress (1): 106/136 kB 17:27:55 [2026-08-21T15:27:55.193Z] Progress (1): 114/136 kB 17:27:55 [2026-08-21T15:27:55.193Z] Progress (1): 115/136 kB 17:27:55 [2026-08-21T15:27:55.193Z] Progress (1): 123/136 kB 17:27:55 [2026-08-21T15:27:55.193Z] Progress (1): 130/136 kB 17:27:55 [2026-08-21T15:27:55.193Z] Progress (1): 131/136 kB 17:27:55 [2026-08-21T15:27:55.193Z] Progress (1): 136 kB 17:27:55 [2026-08-21T15:27:55.193Z] 17:27:55 [2026-08-21T15:27:55.193Z] 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 2.5 MB/s) 17:27:55 [2026-08-21T15:27:55.193Z] Progress (1): 7.8/263 kB 17:27:55 [2026-08-21T15:27:55.193Z] Progress (1): 8.2/263 kB 17:27:55 [2026-08-21T15:27:55.193Z] Progress (1): 16/263 kB 17:27:55 [2026-08-21T15:27:55.193Z] Progress (1): 24/263 kB 17:27:55 [2026-08-21T15:27:55.193Z] Progress (1): 25/263 kB 17:27:55 [2026-08-21T15:27:55.193Z] Progress (1): 33/263 kB 17:27:55 [2026-08-21T15:27:55.193Z] Progress (1): 40/263 kB 17:27:55 [2026-08-21T15:27:55.444Z] Progress (1): 41/263 kB 17:27:55 [2026-08-21T15:27:55.444Z] Progress (1): 49/263 kB 17:27:55 [2026-08-21T15:27:55.444Z] Progress (1): 56/263 kB 17:27:55 [2026-08-21T15:27:55.444Z] Progress (1): 57/263 kB 17:27:55 [2026-08-21T15:27:55.444Z] Progress (1): 66/263 kB 17:27:55 [2026-08-21T15:27:55.444Z] Progress (1): 74/263 kB 17:27:55 [2026-08-21T15:27:55.444Z] Progress (1): 82/263 kB 17:27:55 [2026-08-21T15:27:55.444Z] Progress (1): 82/263 kB 17:27:55 [2026-08-21T15:27:55.444Z] Progress (1): 90/263 kB 17:27:55 [2026-08-21T15:27:55.444Z] Progress (1): 98/263 kB 17:27:55 [2026-08-21T15:27:55.444Z] Progress (1): 98/263 kB 17:27:55 [2026-08-21T15:27:55.444Z] Progress (1): 106/263 kB 17:27:55 [2026-08-21T15:27:55.444Z] Progress (1): 114/263 kB 17:27:55 [2026-08-21T15:27:55.444Z] Progress (1): 115/263 kB 17:27:55 [2026-08-21T15:27:55.444Z] Progress (1): 123/263 kB 17:27:55 [2026-08-21T15:27:55.444Z] Progress (1): 130/263 kB 17:27:55 [2026-08-21T15:27:55.444Z] Progress (1): 131/263 kB 17:27:55 [2026-08-21T15:27:55.444Z] Progress (1): 139/263 kB 17:27:55 [2026-08-21T15:27:55.444Z] Progress (1): 147/263 kB 17:27:55 [2026-08-21T15:27:55.444Z] Progress (1): 147/263 kB 17:27:55 [2026-08-21T15:27:55.444Z] Progress (1): 156/263 kB 17:27:55 [2026-08-21T15:27:55.444Z] Progress (1): 163/263 kB 17:27:55 [2026-08-21T15:27:55.444Z] Progress (1): 164/263 kB 17:27:55 [2026-08-21T15:27:55.444Z] Progress (1): 172/263 kB 17:27:55 [2026-08-21T15:27:55.444Z] Progress (1): 179/263 kB 17:27:55 [2026-08-21T15:27:55.444Z] Progress (1): 180/263 kB 17:27:55 [2026-08-21T15:27:55.444Z] Progress (1): 188/263 kB 17:27:55 [2026-08-21T15:27:55.444Z] Progress (1): 195/263 kB 17:27:55 [2026-08-21T15:27:55.444Z] Progress (1): 197/263 kB 17:27:55 [2026-08-21T15:27:55.444Z] Progress (1): 205/263 kB 17:27:55 [2026-08-21T15:27:55.444Z] Progress (1): 211/263 kB 17:27:55 [2026-08-21T15:27:55.444Z] Progress (1): 213/263 kB 17:27:55 [2026-08-21T15:27:55.444Z] Progress (1): 221/263 kB 17:27:55 [2026-08-21T15:27:55.444Z] Progress (1): 227/263 kB 17:27:55 [2026-08-21T15:27:55.444Z] Progress (1): 229/263 kB 17:27:55 [2026-08-21T15:27:55.444Z] Progress (1): 238/263 kB 17:27:55 [2026-08-21T15:27:55.444Z] Progress (1): 243/263 kB 17:27:55 [2026-08-21T15:27:55.444Z] Progress (1): 246/263 kB 17:27:55 [2026-08-21T15:27:55.444Z] Progress (1): 254/263 kB 17:27:55 [2026-08-21T15:27:55.444Z] Progress (1): 259/263 kB 17:27:55 [2026-08-21T15:27:55.444Z] Progress (1): 262/263 kB 17:27:55 [2026-08-21T15:27:55.444Z] Progress (1): 263 kB 17:27:55 [2026-08-21T15:27:55.444Z] 17:27:55 [2026-08-21T15:27:55.444Z] 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 1.6 MB/s) 17:27:55 [2026-08-21T15:27:55.444Z] [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:27:55 [2026-08-21T15:27:55.444Z] [INFO] 17:27:55 [2026-08-21T15:27:55.444Z] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ silverpeas-project --- 17:27:55 [2026-08-21T15:27:55.444Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus-utils/3.3.1/plexus-utils-3.3.1.pom 17:27:55 [2026-08-21T15:27:55.444Z] Progress (1): 749 B 17:27:55 [2026-08-21T15:27:55.444Z] Progress (1): 2.6 kB 17:27:55 [2026-08-21T15:27:55.444Z] Progress (1): 5.0 kB 17:27:55 [2026-08-21T15:27:55.444Z] Progress (1): 5.3 kB 17:27:55 [2026-08-21T15:27:55.444Z] 17:27:55 [2026-08-21T15:27:55.444Z] 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 124 kB/s) 17:27:55 [2026-08-21T15:27:55.444Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus-utils/3.3.1/plexus-utils-3.3.1.jar 17:27:55 [2026-08-21T15:27:55.444Z] Progress (1): 7.8/262 kB 17:27:55 [2026-08-21T15:27:55.444Z] Progress (1): 8.2/262 kB 17:27:55 [2026-08-21T15:27:55.444Z] Progress (1): 16/262 kB 17:27:55 [2026-08-21T15:27:55.444Z] Progress (1): 24/262 kB 17:27:55 [2026-08-21T15:27:55.444Z] Progress (1): 25/262 kB 17:27:55 [2026-08-21T15:27:55.444Z] Progress (1): 33/262 kB 17:27:55 [2026-08-21T15:27:55.444Z] Progress (1): 40/262 kB 17:27:55 [2026-08-21T15:27:55.444Z] Progress (1): 41/262 kB 17:27:55 [2026-08-21T15:27:55.444Z] Progress (1): 49/262 kB 17:27:55 [2026-08-21T15:27:55.444Z] Progress (1): 56/262 kB 17:27:55 [2026-08-21T15:27:55.444Z] Progress (1): 57/262 kB 17:27:55 [2026-08-21T15:27:55.444Z] Progress (1): 66/262 kB 17:27:55 [2026-08-21T15:27:55.444Z] Progress (1): 74/262 kB 17:27:55 [2026-08-21T15:27:55.444Z] Progress (1): 82/262 kB 17:27:55 [2026-08-21T15:27:55.444Z] Progress (1): 82/262 kB 17:27:55 [2026-08-21T15:27:55.444Z] Progress (1): 90/262 kB 17:27:55 [2026-08-21T15:27:55.444Z] Progress (1): 98/262 kB 17:27:55 [2026-08-21T15:27:55.444Z] Progress (1): 98/262 kB 17:27:55 [2026-08-21T15:27:55.444Z] Progress (1): 106/262 kB 17:27:55 [2026-08-21T15:27:55.444Z] Progress (1): 114/262 kB 17:27:55 [2026-08-21T15:27:55.444Z] Progress (1): 115/262 kB 17:27:55 [2026-08-21T15:27:55.444Z] Progress (1): 123/262 kB 17:27:55 [2026-08-21T15:27:55.444Z] Progress (1): 130/262 kB 17:27:55 [2026-08-21T15:27:55.444Z] Progress (1): 131/262 kB 17:27:55 [2026-08-21T15:27:55.444Z] Progress (1): 139/262 kB 17:27:55 [2026-08-21T15:27:55.444Z] Progress (1): 147/262 kB 17:27:55 [2026-08-21T15:27:55.444Z] Progress (1): 147/262 kB 17:27:55 [2026-08-21T15:27:55.444Z] Progress (1): 156/262 kB 17:27:55 [2026-08-21T15:27:55.444Z] Progress (1): 163/262 kB 17:27:55 [2026-08-21T15:27:55.444Z] Progress (1): 164/262 kB 17:27:55 [2026-08-21T15:27:55.444Z] Progress (1): 172/262 kB 17:27:55 [2026-08-21T15:27:55.444Z] Progress (1): 180/262 kB 17:27:55 [2026-08-21T15:27:55.444Z] Progress (1): 180/262 kB 17:27:55 [2026-08-21T15:27:55.444Z] Progress (1): 188/262 kB 17:27:55 [2026-08-21T15:27:55.444Z] Progress (1): 196/262 kB 17:27:55 [2026-08-21T15:27:55.444Z] Progress (1): 197/262 kB 17:27:55 [2026-08-21T15:27:55.444Z] Progress (1): 205/262 kB 17:27:55 [2026-08-21T15:27:55.444Z] Progress (1): 213/262 kB 17:27:55 [2026-08-21T15:27:55.444Z] Progress (1): 213/262 kB 17:27:55 [2026-08-21T15:27:55.444Z] Progress (1): 221/262 kB 17:27:55 [2026-08-21T15:27:55.444Z] Progress (1): 229/262 kB 17:27:55 [2026-08-21T15:27:55.444Z] Progress (1): 229/262 kB 17:27:55 [2026-08-21T15:27:55.444Z] Progress (1): 238/262 kB 17:27:55 [2026-08-21T15:27:55.444Z] Progress (1): 245/262 kB 17:27:55 [2026-08-21T15:27:55.444Z] Progress (1): 246/262 kB 17:27:55 [2026-08-21T15:27:55.694Z] Progress (1): 254/262 kB 17:27:55 [2026-08-21T15:27:55.694Z] Progress (1): 261/262 kB 17:27:55 [2026-08-21T15:27:55.694Z] Progress (1): 262 kB 17:27:55 [2026-08-21T15:27:55.694Z] 17:27:55 [2026-08-21T15:27:55.694Z] 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.8 MB/s) 17:27:55 [2026-08-21T15:27:55.694Z] [INFO] Using alternate deployment repository silverpeas::default::https://nexus3.silverpeas.org/repository/builds 17:27:55 [2026-08-21T15:27:55.694Z] [WARNING] Using legacy syntax for alternative repository. Use "silverpeas::https://nexus3.silverpeas.org/repository/builds" instead. 17:27:55 [2026-08-21T15:27:55.694Z] Uploading to silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-project/2.0-build260821/silverpeas-project-2.0-build260821.pom 17:27:55 [2026-08-21T15:27:55.694Z] Progress (1): 21 kB 17:27:55 [2026-08-21T15:27:55.694Z] 17:27:55 [2026-08-21T15:27:55.694Z] 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 132 kB/s) 17:27:55 [2026-08-21T15:27:55.694Z] Downloading from silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-project/maven-metadata.xml 17:27:55 [2026-08-21T15:27:55.945Z] Progress (1): 947 B 17:27:55 [2026-08-21T15:27:55.945Z] 17:27:55 [2026-08-21T15:27:55.945Z] Downloaded from silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-project/maven-metadata.xml (947 B at 20 kB/s) 17:27:55 [2026-08-21T15:27:55.945Z] Uploading to silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-project/maven-metadata.xml 17:27:55 [2026-08-21T15:27:55.945Z] Progress (1): 947 B 17:27:55 [2026-08-21T15:27:55.945Z] 17:27:55 [2026-08-21T15:27:55.945Z] Uploaded to silverpeas: https://nexus3.silverpeas.org/repository/builds/org/silverpeas/silverpeas-project/maven-metadata.xml (947 B at 7.9 kB/s) 17:27:55 [2026-08-21T15:27:55.945Z] [INFO] ------------------------------------------------------------------------ 17:27:55 [2026-08-21T15:27:55.945Z] [INFO] BUILD SUCCESS 17:27:55 [2026-08-21T15:27:55.945Z] [INFO] ------------------------------------------------------------------------ 17:27:55 [2026-08-21T15:27:55.945Z] [INFO] Total time: 2.060 s 17:27:55 [2026-08-21T15:27:55.945Z] [INFO] Finished at: 2026-08-21T17:27:55+02:00 17:27:55 [2026-08-21T15:27:55.945Z] [INFO] ------------------------------------------------------------------------ 17:27:55 [2026-08-21T15:27:55.946Z] [Pipeline] } 17:27:55 [2026-08-21T15:27:55.953Z] [Pipeline] // dir 17:27:55 [2026-08-21T15:27:55.961Z] [Pipeline] } 17:27:55 [2026-08-21T15:27:55.968Z] [Pipeline] // stage 17:27:55 [2026-08-21T15:27:55.980Z] [Pipeline] stage 17:27:55 [2026-08-21T15:27:55.981Z] [Pipeline] { (Create YAML build report) 17:27:56 [2026-08-21T15:27:56.006Z] [Pipeline] writeYaml 17:27:56 [2026-08-21T15:27:56.014Z] [Pipeline] } 17:27:56 [2026-08-21T15:27:56.021Z] [Pipeline] // stage 17:27:56 [2026-08-21T15:27:56.027Z] [Pipeline] stage 17:27:56 [2026-08-21T15:27:56.027Z] [Pipeline] { (Declarative: Post Actions) 17:27:56 [2026-08-21T15:27:56.041Z] [Pipeline] step 17:27:56 [2026-08-21T15:27:56.058Z] [Pipeline] script 17:27:56 [2026-08-21T15:27:56.064Z] [Pipeline] { 17:27:56 [2026-08-21T15:27:56.073Z] [Pipeline] } 17:27:56 [2026-08-21T15:27:56.082Z] [Pipeline] // script 17:27:56 [2026-08-21T15:27:56.092Z] [Pipeline] archiveArtifacts 17:27:56 [2026-08-21T15:27:56.096Z] Archiving artifacts 17:27:56 [2026-08-21T15:27:56.100Z] Enregistrement des empreintes numériques 17:27:56 [2026-08-21T15:27:56.116Z] [Pipeline] } 17:27:56 [2026-08-21T15:27:56.123Z] [Pipeline] // stage 17:27:56 [2026-08-21T15:27:56.131Z] [Pipeline] } 17:27:56 [2026-08-21T15:27:56.138Z] [Pipeline] // withEnv 17:27:56 [2026-08-21T15:27:56.146Z] [Pipeline] } 17:27:56 [2026-08-21T15:27:56.147Z] $ docker stop --time=1 cef473b9fa3f2c3055b666f1687e10e4a9bbec0e550caf4daf675f4948275c9b 17:27:57 [2026-08-21T15:27:57.370Z] $ docker rm -f --volumes cef473b9fa3f2c3055b666f1687e10e4a9bbec0e550caf4daf675f4948275c9b 17:27:57 [2026-08-21T15:27:57.443Z] [Pipeline] // withDockerContainer 17:27:57 [2026-08-21T15:27:57.449Z] [Pipeline] } 17:27:57 [2026-08-21T15:27:57.454Z] [Pipeline] // withEnv 17:27:57 [2026-08-21T15:27:57.460Z] [Pipeline] } 17:27:57 [2026-08-21T15:27:57.465Z] [Pipeline] // node 17:27:57 [2026-08-21T15:27:57.474Z] [Pipeline] End of Pipeline 17:27:57 [2026-08-21T15:27:57.540Z] Finished: SUCCESS