06:46:00 [2025-06-30T04:46:00.355Z] Lancé par une alarme périodique 06:46:00 [2025-06-30T04:46:00.355Z] Running as userbuild 06:46:00 [2025-06-30T04:46:00.778Z] Obtained src/builds/silverpeas/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git 06:46:01 [2025-06-30T04:46:01.305Z] [Pipeline] Start of Pipeline 06:46:01 [2025-06-30T04:46:01.657Z] [Pipeline] node 06:46:01 [2025-06-30T04:46:01.660Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy 06:46:01 [2025-06-30T04:46:01.664Z] [Pipeline] { 06:46:01 [2025-06-30T04:46:01.682Z] [Pipeline] stage 06:46:01 [2025-06-30T04:46:01.683Z] [Pipeline] { (Declarative: Checkout SCM) 06:46:01 [2025-06-30T04:46:01.695Z] [Pipeline] checkout 06:46:01 [2025-06-30T04:46:01.697Z] Selected Git installation does not exist. Using Default 06:46:01 [2025-06-30T04:46:01.697Z] The recommended git tool is: NONE 06:46:01 [2025-06-30T04:46:01.697Z] No credentials specified 06:46:01 [2025-06-30T04:46:01.697Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/.git # timeout=10 06:46:01 [2025-06-30T04:46:01.702Z] Fetching changes from the remote Git repository 06:46:01 [2025-06-30T04:46:01.706Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10 06:46:01 [2025-06-30T04:46:01.712Z] Cleaning workspace 06:46:01 [2025-06-30T04:46:01.712Z] > /usr/bin/git rev-parse --verify HEAD # timeout=10 06:46:01 [2025-06-30T04:46:01.717Z] Resetting working tree 06:46:01 [2025-06-30T04:46:01.717Z] > /usr/bin/git reset --hard # timeout=10 06:46:01 [2025-06-30T04:46:01.725Z] > /usr/bin/git clean -fdx # timeout=10 06:46:01 [2025-06-30T04:46:01.731Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git 06:46:01 [2025-06-30T04:46:01.731Z] > /usr/bin/git --version # timeout=10 06:46:01 [2025-06-30T04:46:01.735Z] > git --version # 'git version 2.43.0' 06:46:01 [2025-06-30T04:46:01.735Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Jenkins-Pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:46:02 [2025-06-30T04:46:02.113Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10 06:46:02 [2025-06-30T04:46:02.120Z] Checking out Revision 0bdaa0f2b228a18722cadfb52fcde86654ecae98 (refs/remotes/origin/master) 06:46:02 [2025-06-30T04:46:02.120Z] > /usr/bin/git config core.sparsecheckout # timeout=10 06:46:02 [2025-06-30T04:46:02.125Z] > /usr/bin/git checkout -f 0bdaa0f2b228a18722cadfb52fcde86654ecae98 # timeout=10 06:46:02 [2025-06-30T04:46:02.139Z] Commit message: "Use of the withCredentials Jenkins statement to allow the injection of the credentials of the Git account used to push code change into the Github repo in the AutoDeploy build of the silverpeas mobile project." 06:46:02 [2025-06-30T04:46:02.139Z] > /usr/bin/git rev-list --no-walk 0bdaa0f2b228a18722cadfb52fcde86654ecae98 # timeout=10 06:46:02 [2025-06-30T04:46:02.164Z] [Pipeline] } 06:46:02 [2025-06-30T04:46:02.174Z] [Pipeline] // stage 06:46:02 [2025-06-30T04:46:02.190Z] [Pipeline] withEnv 06:46:02 [2025-06-30T04:46:02.191Z] [Pipeline] { 06:46:02 [2025-06-30T04:46:02.372Z] [Pipeline] isUnix 06:46:02 [2025-06-30T04:46:02.373Z] [Pipeline] withEnv 06:46:02 [2025-06-30T04:46:02.373Z] [Pipeline] { 06:46:02 [2025-06-30T04:46:02.388Z] [Pipeline] sh 06:46:02 [2025-06-30T04:46:02.644Z] + docker inspect -f . silverpeas/silverbuild:6.4 06:46:02 [2025-06-30T04:46:02.644Z] . 06:46:02 [2025-06-30T04:46:02.645Z] [Pipeline] } 06:46:02 [2025-06-30T04:46:02.661Z] [Pipeline] // withEnv 06:46:02 [2025-06-30T04:46:02.675Z] [Pipeline] withDockerContainer 06:46:02 [2025-06-30T04:46:02.706Z] Jenkins does not seem to be running inside a container 06:46:02 [2025-06-30T04:46:02.714Z] $ 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_Stable_AutoDeploy -v /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy:/var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy:rw,z -v /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy@tmp:/var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** silverpeas/silverbuild:6.4 cat 06:46:03 [2025-06-30T04:46:03.051Z] $ docker top aa739f877ff695cec1cb915a31085e601ea2623aa9bda98197be4680ebf8d2f2 -eo pid,comm 06:46:03 [2025-06-30T04:46:03.092Z] [Pipeline] { 06:46:03 [2025-06-30T04:46:03.108Z] [Pipeline] withEnv 06:46:03 [2025-06-30T04:46:03.109Z] [Pipeline] { 06:46:03 [2025-06-30T04:46:03.122Z] [Pipeline] stage 06:46:03 [2025-06-30T04:46:03.122Z] [Pipeline] { (Prepare the job) 06:46:03 [2025-06-30T04:46:03.161Z] [Pipeline] sh 06:46:03 [2025-06-30T04:46:03.419Z] + curl -fsSL -o pom.xml https://raw.githubusercontent.com/Silverpeas/Silverpeas-Core/6.4.x/pom.xml 06:46:03 [2025-06-30T04:46:03.672Z] [Pipeline] script 06:46:03 [2025-06-30T04:46:03.676Z] [Pipeline] { 06:46:03 [2025-06-30T04:46:03.692Z] [Pipeline] readMavenPom 06:46:03 [2025-06-30T04:46:03.717Z] Did you forget the `def` keyword? WorkflowScript seems to be setting a field named release (to a value of type String) which could lead to memory leaks or other issues. 06:46:03 [2025-06-30T04:46:03.719Z] Did you forget the `def` keyword? WorkflowScript seems to be setting a field named buildVersion (to a value of type GStringImpl) which could lead to memory leaks or other issues. 06:46:03 [2025-06-30T04:46:03.721Z] Did you forget the `def` keyword? WorkflowScript seems to be setting a field named parentVersion (to a value of type String) which could lead to memory leaks or other issues. 06:46:03 [2025-06-30T04:46:03.721Z] Did you forget the `def` keyword? WorkflowScript seems to be setting a field named commits (to a value of type LinkedHashMap) which could lead to memory leaks or other issues. 06:46:03 [2025-06-30T04:46:03.721Z] Did you forget the `def` keyword? WorkflowScript seems to be setting a field named changes (to a value of type LinkedHashMap) which could lead to memory leaks or other issues. 06:46:03 [2025-06-30T04:46:03.722Z] [Pipeline] sh 06:46:03 [2025-06-30T04:46:03.981Z] + rm -f pom.xml 06:46:03 [2025-06-30T04:46:03.982Z] [Pipeline] } 06:46:03 [2025-06-30T04:46:03.995Z] [Pipeline] // script 06:46:04 [2025-06-30T04:46:04.010Z] [Pipeline] } 06:46:04 [2025-06-30T04:46:04.023Z] [Pipeline] // stage 06:46:04 [2025-06-30T04:46:04.037Z] [Pipeline] stage 06:46:04 [2025-06-30T04:46:04.038Z] [Pipeline] { (Check POM parent version) 06:46:04 [2025-06-30T04:46:04.103Z] Stage "Check POM parent version" skipped due to when conditional 06:46:04 [2025-06-30T04:46:04.104Z] [Pipeline] getContext 06:46:04 [2025-06-30T04:46:04.112Z] [Pipeline] } 06:46:04 [2025-06-30T04:46:04.123Z] [Pipeline] // stage 06:46:04 [2025-06-30T04:46:04.136Z] [Pipeline] stage 06:46:04 [2025-06-30T04:46:04.137Z] [Pipeline] { (Checkout projects and check code changes) 06:46:04 [2025-06-30T04:46:04.160Z] [Pipeline] script 06:46:04 [2025-06-30T04:46:04.164Z] [Pipeline] { 06:46:04 [2025-06-30T04:46:04.184Z] [Pipeline] copyArtifacts 06:46:04 [2025-06-30T04:46:04.191Z] Copied 1 artifact from "Silverpeas_Stable_AutoDeploy" build number 404 06:46:04 [2025-06-30T04:46:04.201Z] [Pipeline] fileExists 06:46:04 [2025-06-30T04:46:04.218Z] [Pipeline] readYaml 06:46:04 [2025-06-30T04:46:04.231Z] Did you forget the `def` keyword? WorkflowScript seems to be setting a field named previousBuildVersion (to a value of type String) which could lead to memory leaks or other issues. 06:46:04 [2025-06-30T04:46:04.234Z] [Pipeline] dir 06:46:04 [2025-06-30T04:46:04.234Z] Running in /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Core 06:46:04 [2025-06-30T04:46:04.235Z] [Pipeline] { 06:46:04 [2025-06-30T04:46:04.252Z] [Pipeline] git 06:46:04 [2025-06-30T04:46:04.254Z] The recommended git tool is: /usr/bin/git 06:46:04 [2025-06-30T04:46:04.256Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59 06:46:04 [2025-06-30T04:46:04.269Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@182ea363; decorates hudson.Launcher$LocalLauncher@75dad60f will be ignored (a typical symptom is the Git executable not being run inside a designated container) 06:46:04 [2025-06-30T04:46:04.269Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Core/.git # timeout=10 06:46:04 [2025-06-30T04:46:04.276Z] Fetching changes from the remote Git repository 06:46:04 [2025-06-30T04:46:04.279Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Core # timeout=10 06:46:04 [2025-06-30T04:46:04.285Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Core 06:46:04 [2025-06-30T04:46:04.285Z] > /usr/bin/git --version # timeout=10 06:46:04 [2025-06-30T04:46:04.290Z] > git --version # 'git version 2.43.0' 06:46:04 [2025-06-30T04:46:04.290Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins 06:46:04 [2025-06-30T04:46:04.296Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Core +refs/heads/*:refs/remotes/origin/* # timeout=10 06:46:04 [2025-06-30T04:46:04.927Z] > /usr/bin/git rev-parse refs/remotes/origin/6.4.x^{commit} # timeout=10 06:46:04 [2025-06-30T04:46:04.932Z] Checking out Revision 0d1aeb61da479a4a17ca9b1cc64c17bba0951358 (refs/remotes/origin/6.4.x) 06:46:04 [2025-06-30T04:46:04.933Z] > /usr/bin/git config core.sparsecheckout # timeout=10 06:46:04 [2025-06-30T04:46:04.937Z] > /usr/bin/git checkout -f 0d1aeb61da479a4a17ca9b1cc64c17bba0951358 # timeout=10 06:46:04 [2025-06-30T04:46:04.994Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10 06:46:05 [2025-06-30T04:46:05.008Z] > /usr/bin/git branch -D 6.4.x # timeout=10 06:46:05 [2025-06-30T04:46:05.014Z] > /usr/bin/git checkout -b 6.4.x 0d1aeb61da479a4a17ca9b1cc64c17bba0951358 # timeout=10 06:46:05 [2025-06-30T04:46:05.128Z] Commit message: "Bug #14806" 06:46:05 [2025-06-30T04:46:05.129Z] > /usr/bin/git rev-list --no-walk 5ffdf36cee17db375d72bd46c5c2ef9b484a294b # timeout=10 06:46:05 [2025-06-30T04:46:05.156Z] [Pipeline] fileExists 06:46:05 [2025-06-30T04:46:05.165Z] [Pipeline] readMavenPom 06:46:05 [2025-06-30T04:46:05.186Z] [Pipeline] sh 06:46:05 [2025-06-30T04:46:05.444Z] + git rev-parse HEAD 06:46:05 [2025-06-30T04:46:05.447Z] [Pipeline] echo 06:46:05 [2025-06-30T04:46:05.447Z] Silverpeas-Core: current commit is 0d1aeb61da479a4a17ca9b1cc64c17bba0951358 and last build commit is 5ffdf36cee17db375d72bd46c5c2ef9b484a294b 06:46:05 [2025-06-30T04:46:05.449Z] [Pipeline] } 06:46:05 [2025-06-30T04:46:05.463Z] [Pipeline] // dir 06:46:05 [2025-06-30T04:46:05.481Z] [Pipeline] dir 06:46:05 [2025-06-30T04:46:05.481Z] Running in /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Components 06:46:05 [2025-06-30T04:46:05.481Z] [Pipeline] { 06:46:05 [2025-06-30T04:46:05.499Z] [Pipeline] git 06:46:05 [2025-06-30T04:46:05.501Z] The recommended git tool is: /usr/bin/git 06:46:05 [2025-06-30T04:46:05.502Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59 06:46:05 [2025-06-30T04:46:05.520Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@3f764615; decorates hudson.Launcher$LocalLauncher@3a1efea4 will be ignored (a typical symptom is the Git executable not being run inside a designated container) 06:46:05 [2025-06-30T04:46:05.520Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Components/.git # timeout=10 06:46:05 [2025-06-30T04:46:05.526Z] Fetching changes from the remote Git repository 06:46:05 [2025-06-30T04:46:05.529Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Components # timeout=10 06:46:05 [2025-06-30T04:46:05.537Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Components 06:46:05 [2025-06-30T04:46:05.537Z] > /usr/bin/git --version # timeout=10 06:46:05 [2025-06-30T04:46:05.542Z] > git --version # 'git version 2.43.0' 06:46:05 [2025-06-30T04:46:05.543Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins 06:46:05 [2025-06-30T04:46:05.549Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Components +refs/heads/*:refs/remotes/origin/* # timeout=10 06:46:06 [2025-06-30T04:46:06.195Z] > /usr/bin/git rev-parse refs/remotes/origin/6.4.x^{commit} # timeout=10 06:46:06 [2025-06-30T04:46:06.203Z] Checking out Revision 4126bf2eec658e7e48bbf82bc4a89febb899ccc2 (refs/remotes/origin/6.4.x) 06:46:06 [2025-06-30T04:46:06.203Z] > /usr/bin/git config core.sparsecheckout # timeout=10 06:46:06 [2025-06-30T04:46:06.208Z] > /usr/bin/git checkout -f 4126bf2eec658e7e48bbf82bc4a89febb899ccc2 # timeout=10 06:46:06 [2025-06-30T04:46:06.250Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10 06:46:06 [2025-06-30T04:46:06.263Z] > /usr/bin/git branch -D 6.4.x # timeout=10 06:46:06 [2025-06-30T04:46:06.271Z] > /usr/bin/git checkout -b 6.4.x 4126bf2eec658e7e48bbf82bc4a89febb899ccc2 # timeout=10 06:46:06 [2025-06-30T04:46:06.398Z] Commit message: "Bug #14806" 06:46:06 [2025-06-30T04:46:06.398Z] > /usr/bin/git rev-list --no-walk 04c4ed9472af8eca158e4692563d08df0fde71f5 # timeout=10 06:46:06 [2025-06-30T04:46:06.430Z] [Pipeline] fileExists 06:46:06 [2025-06-30T04:46:06.438Z] [Pipeline] readMavenPom 06:46:06 [2025-06-30T04:46:06.450Z] [Pipeline] sh 06:46:06 [2025-06-30T04:46:06.707Z] + git rev-parse HEAD 06:46:06 [2025-06-30T04:46:06.710Z] [Pipeline] echo 06:46:06 [2025-06-30T04:46:06.710Z] Silverpeas-Components: current commit is 4126bf2eec658e7e48bbf82bc4a89febb899ccc2 and last build commit is 04c4ed9472af8eca158e4692563d08df0fde71f5 06:46:06 [2025-06-30T04:46:06.712Z] [Pipeline] } 06:46:06 [2025-06-30T04:46:06.727Z] [Pipeline] // dir 06:46:06 [2025-06-30T04:46:06.742Z] [Pipeline] dir 06:46:06 [2025-06-30T04:46:06.743Z] Running in /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Looks 06:46:06 [2025-06-30T04:46:06.743Z] [Pipeline] { 06:46:06 [2025-06-30T04:46:06.762Z] [Pipeline] git 06:46:06 [2025-06-30T04:46:06.763Z] Selected Git installation does not exist. Using Default 06:46:06 [2025-06-30T04:46:06.763Z] The recommended git tool is: NONE 06:46:06 [2025-06-30T04:46:06.764Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59 06:46:06 [2025-06-30T04:46:06.779Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@4e0eeb73; decorates hudson.Launcher$LocalLauncher@19a85ad7 will be ignored (a typical symptom is the Git executable not being run inside a designated container) 06:46:06 [2025-06-30T04:46:06.780Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Looks/.git # timeout=10 06:46:06 [2025-06-30T04:46:06.786Z] Fetching changes from the remote Git repository 06:46:06 [2025-06-30T04:46:06.789Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Looks # timeout=10 06:46:06 [2025-06-30T04:46:06.796Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Looks 06:46:06 [2025-06-30T04:46:06.796Z] > /usr/bin/git --version # timeout=10 06:46:06 [2025-06-30T04:46:06.801Z] > git --version # 'git version 2.43.0' 06:46:06 [2025-06-30T04:46:06.801Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins 06:46:06 [2025-06-30T04:46:06.808Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Looks +refs/heads/*:refs/remotes/origin/* # timeout=10 06:46:07 [2025-06-30T04:46:07.197Z] > /usr/bin/git rev-parse refs/remotes/origin/6.4.x^{commit} # timeout=10 06:46:07 [2025-06-30T04:46:07.204Z] Checking out Revision 993c286ab9afc34dcbd58fdc766369f2305c692d (refs/remotes/origin/6.4.x) 06:46:07 [2025-06-30T04:46:07.204Z] > /usr/bin/git config core.sparsecheckout # timeout=10 06:46:07 [2025-06-30T04:46:07.209Z] > /usr/bin/git checkout -f 993c286ab9afc34dcbd58fdc766369f2305c692d # timeout=10 06:46:07 [2025-06-30T04:46:07.223Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10 06:46:07 [2025-06-30T04:46:07.232Z] > /usr/bin/git branch -D 6.4.x # timeout=10 06:46:07 [2025-06-30T04:46:07.239Z] > /usr/bin/git checkout -b 6.4.x 993c286ab9afc34dcbd58fdc766369f2305c692d # timeout=10 06:46:07 [2025-06-30T04:46:07.255Z] Commit message: "Remove a duplicated code by simplifying the if-statement" 06:46:07 [2025-06-30T04:46:07.255Z] > /usr/bin/git rev-list --no-walk 993c286ab9afc34dcbd58fdc766369f2305c692d # timeout=10 06:46:07 [2025-06-30T04:46:07.284Z] [Pipeline] fileExists 06:46:07 [2025-06-30T04:46:07.299Z] [Pipeline] readMavenPom 06:46:07 [2025-06-30T04:46:07.319Z] [Pipeline] sh 06:46:07 [2025-06-30T04:46:07.576Z] + git rev-parse HEAD 06:46:07 [2025-06-30T04:46:07.579Z] [Pipeline] echo 06:46:07 [2025-06-30T04:46:07.580Z] Silverpeas-Looks: current commit is 993c286ab9afc34dcbd58fdc766369f2305c692d and last build commit is 993c286ab9afc34dcbd58fdc766369f2305c692d 06:46:07 [2025-06-30T04:46:07.582Z] [Pipeline] } 06:46:07 [2025-06-30T04:46:07.597Z] [Pipeline] // dir 06:46:07 [2025-06-30T04:46:07.613Z] [Pipeline] dir 06:46:07 [2025-06-30T04:46:07.613Z] Running in /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Setup 06:46:07 [2025-06-30T04:46:07.614Z] [Pipeline] { 06:46:07 [2025-06-30T04:46:07.633Z] [Pipeline] git 06:46:07 [2025-06-30T04:46:07.635Z] The recommended git tool is: NONE 06:46:07 [2025-06-30T04:46:07.636Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59 06:46:07 [2025-06-30T04:46:07.648Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@532fd322; decorates hudson.Launcher$LocalLauncher@6b1093b9 will be ignored (a typical symptom is the Git executable not being run inside a designated container) 06:46:07 [2025-06-30T04:46:07.649Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Setup/.git # timeout=10 06:46:07 [2025-06-30T04:46:07.655Z] Fetching changes from the remote Git repository 06:46:07 [2025-06-30T04:46:07.657Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Setup # timeout=10 06:46:07 [2025-06-30T04:46:07.663Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Setup 06:46:07 [2025-06-30T04:46:07.663Z] > /usr/bin/git --version # timeout=10 06:46:07 [2025-06-30T04:46:07.668Z] > git --version # 'git version 2.43.0' 06:46:07 [2025-06-30T04:46:07.668Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins 06:46:07 [2025-06-30T04:46:07.674Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Setup +refs/heads/*:refs/remotes/origin/* # timeout=10 06:46:08 [2025-06-30T04:46:08.045Z] > /usr/bin/git rev-parse refs/remotes/origin/6.4.x^{commit} # timeout=10 06:46:08 [2025-06-30T04:46:08.051Z] Checking out Revision 6e5936ffe892e71fb63de6dc059da8ad09b72c90 (refs/remotes/origin/6.4.x) 06:46:08 [2025-06-30T04:46:08.051Z] > /usr/bin/git config core.sparsecheckout # timeout=10 06:46:08 [2025-06-30T04:46:08.056Z] > /usr/bin/git checkout -f 6e5936ffe892e71fb63de6dc059da8ad09b72c90 # timeout=10 06:46:08 [2025-06-30T04:46:08.064Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10 06:46:08 [2025-06-30T04:46:08.074Z] > /usr/bin/git branch -D 6.4.x # timeout=10 06:46:08 [2025-06-30T04:46:08.080Z] > /usr/bin/git checkout -b 6.4.x 6e5936ffe892e71fb63de6dc059da8ad09b72c90 # timeout=10 06:46:08 [2025-06-30T04:46:08.094Z] Commit message: "6.4.3 has been released from build 6.4.3-build250411 (2bd9e5b3d4c9516811f574f4f53ce5e22532133b).Prepare for development iteration of next version 6.4.4" 06:46:08 [2025-06-30T04:46:08.094Z] > /usr/bin/git rev-list --no-walk 6e5936ffe892e71fb63de6dc059da8ad09b72c90 # timeout=10 06:46:08 [2025-06-30T04:46:08.115Z] [Pipeline] fileExists 06:46:08 [2025-06-30T04:46:08.125Z] [Pipeline] sh 06:46:08 [2025-06-30T04:46:08.382Z] + git rev-parse HEAD 06:46:08 [2025-06-30T04:46:08.385Z] [Pipeline] echo 06:46:08 [2025-06-30T04:46:08.385Z] Silverpeas-Setup: current commit is 6e5936ffe892e71fb63de6dc059da8ad09b72c90 and last build commit is 6e5936ffe892e71fb63de6dc059da8ad09b72c90 06:46:08 [2025-06-30T04:46:08.387Z] [Pipeline] } 06:46:08 [2025-06-30T04:46:08.404Z] [Pipeline] // dir 06:46:08 [2025-06-30T04:46:08.423Z] [Pipeline] dir 06:46:08 [2025-06-30T04:46:08.423Z] Running in /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Distribution 06:46:08 [2025-06-30T04:46:08.424Z] [Pipeline] { 06:46:08 [2025-06-30T04:46:08.445Z] [Pipeline] git 06:46:08 [2025-06-30T04:46:08.447Z] The recommended git tool is: NONE 06:46:08 [2025-06-30T04:46:08.447Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59 06:46:08 [2025-06-30T04:46:08.456Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@553ee59f; decorates hudson.Launcher$LocalLauncher@4955b014 will be ignored (a typical symptom is the Git executable not being run inside a designated container) 06:46:08 [2025-06-30T04:46:08.456Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Distribution/.git # timeout=10 06:46:08 [2025-06-30T04:46:08.462Z] Fetching changes from the remote Git repository 06:46:08 [2025-06-30T04:46:08.466Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Distribution # timeout=10 06:46:08 [2025-06-30T04:46:08.472Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Distribution 06:46:08 [2025-06-30T04:46:08.472Z] > /usr/bin/git --version # timeout=10 06:46:08 [2025-06-30T04:46:08.477Z] > git --version # 'git version 2.43.0' 06:46:08 [2025-06-30T04:46:08.477Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins 06:46:08 [2025-06-30T04:46:08.484Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Distribution +refs/heads/*:refs/remotes/origin/* # timeout=10 06:46:08 [2025-06-30T04:46:08.890Z] > /usr/bin/git rev-parse refs/remotes/origin/6.4.x^{commit} # timeout=10 06:46:08 [2025-06-30T04:46:08.897Z] Checking out Revision 6837d524e3282a03e2de06fa1f14b7c93c7608b1 (refs/remotes/origin/6.4.x) 06:46:08 [2025-06-30T04:46:08.897Z] > /usr/bin/git config core.sparsecheckout # timeout=10 06:46:08 [2025-06-30T04:46:08.902Z] > /usr/bin/git checkout -f 6837d524e3282a03e2de06fa1f14b7c93c7608b1 # timeout=10 06:46:08 [2025-06-30T04:46:08.913Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10 06:46:08 [2025-06-30T04:46:08.921Z] > /usr/bin/git branch -D 6.4.x # timeout=10 06:46:08 [2025-06-30T04:46:08.928Z] > /usr/bin/git checkout -b 6.4.x 6837d524e3282a03e2de06fa1f14b7c93c7608b1 # timeout=10 06:46:08 [2025-06-30T04:46:08.941Z] Commit message: "6.4.3 has been released from build 6.4.3-build250411 (90e9347286664c1f250640839a01b6491f0c0a8d).Prepare for development iteration of next version 6.4.4" 06:46:08 [2025-06-30T04:46:08.942Z] > /usr/bin/git rev-list --no-walk 6837d524e3282a03e2de06fa1f14b7c93c7608b1 # timeout=10 06:46:08 [2025-06-30T04:46:08.964Z] [Pipeline] fileExists 06:46:08 [2025-06-30T04:46:08.982Z] [Pipeline] readMavenPom 06:46:09 [2025-06-30T04:46:09.002Z] [Pipeline] sh 06:46:09 [2025-06-30T04:46:09.260Z] + git rev-parse HEAD 06:46:09 [2025-06-30T04:46:09.262Z] [Pipeline] echo 06:46:09 [2025-06-30T04:46:09.263Z] Silverpeas-Distribution: current commit is 6837d524e3282a03e2de06fa1f14b7c93c7608b1 and last build commit is 6837d524e3282a03e2de06fa1f14b7c93c7608b1 06:46:09 [2025-06-30T04:46:09.265Z] [Pipeline] } 06:46:09 [2025-06-30T04:46:09.281Z] [Pipeline] // dir 06:46:09 [2025-06-30T04:46:09.299Z] [Pipeline] dir 06:46:09 [2025-06-30T04:46:09.299Z] Running in /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Assembly 06:46:09 [2025-06-30T04:46:09.300Z] [Pipeline] { 06:46:09 [2025-06-30T04:46:09.320Z] [Pipeline] git 06:46:09 [2025-06-30T04:46:09.322Z] The recommended git tool is: NONE 06:46:09 [2025-06-30T04:46:09.323Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59 06:46:09 [2025-06-30T04:46:09.336Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@61a8ac66; decorates hudson.Launcher$LocalLauncher@268d4e6 will be ignored (a typical symptom is the Git executable not being run inside a designated container) 06:46:09 [2025-06-30T04:46:09.337Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Assembly/.git # timeout=10 06:46:09 [2025-06-30T04:46:09.344Z] Fetching changes from the remote Git repository 06:46:09 [2025-06-30T04:46:09.347Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Assembly # timeout=10 06:46:09 [2025-06-30T04:46:09.353Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Assembly 06:46:09 [2025-06-30T04:46:09.353Z] > /usr/bin/git --version # timeout=10 06:46:09 [2025-06-30T04:46:09.358Z] > git --version # 'git version 2.43.0' 06:46:09 [2025-06-30T04:46:09.358Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins 06:46:09 [2025-06-30T04:46:09.364Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Assembly +refs/heads/*:refs/remotes/origin/* # timeout=10 06:46:09 [2025-06-30T04:46:09.772Z] > /usr/bin/git rev-parse refs/remotes/origin/6.4.x^{commit} # timeout=10 06:46:09 [2025-06-30T04:46:09.778Z] Checking out Revision 00897b0d98fcda4b9de1c512ded374aa33410f6f (refs/remotes/origin/6.4.x) 06:46:09 [2025-06-30T04:46:09.778Z] > /usr/bin/git config core.sparsecheckout # timeout=10 06:46:09 [2025-06-30T04:46:09.784Z] > /usr/bin/git checkout -f 00897b0d98fcda4b9de1c512ded374aa33410f6f # timeout=10 06:46:09 [2025-06-30T04:46:09.794Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10 06:46:09 [2025-06-30T04:46:09.804Z] > /usr/bin/git branch -D 6.4.x # timeout=10 06:46:09 [2025-06-30T04:46:09.810Z] > /usr/bin/git checkout -b 6.4.x 00897b0d98fcda4b9de1c512ded374aa33410f6f # timeout=10 06:46:09 [2025-06-30T04:46:09.820Z] Commit message: "6.4.3 has been released from build 6.4.3-build250411 (0d793f451ae2822fa89a779eed487790159a3a27).Prepare for development iteration of next version 6.4.4" 06:46:09 [2025-06-30T04:46:09.821Z] > /usr/bin/git rev-list --no-walk 00897b0d98fcda4b9de1c512ded374aa33410f6f # timeout=10 06:46:09 [2025-06-30T04:46:09.842Z] [Pipeline] fileExists 06:46:09 [2025-06-30T04:46:09.860Z] [Pipeline] readMavenPom 06:46:09 [2025-06-30T04:46:09.882Z] [Pipeline] sh 06:46:10 [2025-06-30T04:46:10.140Z] + git rev-parse HEAD 06:46:10 [2025-06-30T04:46:10.142Z] [Pipeline] echo 06:46:10 [2025-06-30T04:46:10.143Z] Silverpeas-Assembly: current commit is 00897b0d98fcda4b9de1c512ded374aa33410f6f and last build commit is 00897b0d98fcda4b9de1c512ded374aa33410f6f 06:46:10 [2025-06-30T04:46:10.145Z] [Pipeline] } 06:46:10 [2025-06-30T04:46:10.162Z] [Pipeline] // dir 06:46:10 [2025-06-30T04:46:10.179Z] [Pipeline] } 06:46:10 [2025-06-30T04:46:10.195Z] [Pipeline] // script 06:46:10 [2025-06-30T04:46:10.213Z] [Pipeline] } 06:46:10 [2025-06-30T04:46:10.229Z] [Pipeline] // stage 06:46:10 [2025-06-30T04:46:10.248Z] [Pipeline] stage 06:46:10 [2025-06-30T04:46:10.248Z] [Pipeline] { (Build Silverpeas) 06:46:10 [2025-06-30T04:46:10.282Z] [Pipeline] stage 06:46:10 [2025-06-30T04:46:10.282Z] [Pipeline] { (Build Silverpeas-Core) 06:46:10 [2025-06-30T04:46:10.312Z] [Pipeline] dir 06:46:10 [2025-06-30T04:46:10.313Z] Running in /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Core 06:46:10 [2025-06-30T04:46:10.313Z] [Pipeline] { 06:46:10 [2025-06-30T04:46:10.334Z] [Pipeline] sh 06:46:10 [2025-06-30T04:46:10.591Z] + sed -i -e s/<core.version>[0-9a-zA-Z.-]\+/<core.version>6.4.4-build250630/g pom.xml 06:46:10 [2025-06-30T04:46:10.591Z] + sed -i -e s/<silverpeas.version>[0-9a-zA-Z.-]\+/<silverpeas.version>6.4.4-build250630/g pom.xml 06:46:10 [2025-06-30T04:46:10.591Z] + mvn -U versions:set -DgenerateBackupPoms=false -DnewVersion=6.4.4-build250630 06:46:11 [2025-06-30T04:46:11.935Z] [INFO] Scanning for projects... 06:46:12 [2025-06-30T04:46:12.185Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/silverpeas/silverpeas-project/1.6.2/silverpeas-project-1.6.2.pom 06:46:12 [2025-06-30T04:46:12.736Z] Progress (1): 4.1 kB 06:46:12 [2025-06-30T04:46:12.736Z] Progress (1): 8.2 kB 06:46:12 [2025-06-30T04:46:12.736Z] Progress (1): 12 kB 06:46:12 [2025-06-30T04:46:12.736Z] Progress (1): 16 kB 06:46:12 [2025-06-30T04:46:12.736Z] Progress (1): 20 kB 06:46:12 [2025-06-30T04:46:12.986Z] Progress (1): 21 kB 06:46:12 [2025-06-30T04:46:12.986Z] 06:46:12 [2025-06-30T04:46:12.986Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/silverpeas/silverpeas-project/1.6.2/silverpeas-project-1.6.2.pom (21 kB at 31 kB/s) 06:46:12 [2025-06-30T04:46:12.986Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/silverpeas/silverpeas-dependencies-bom/1.6.2/silverpeas-dependencies-bom-1.6.2.pom 06:46:13 [2025-06-30T04:46:13.237Z] Progress (1): 4.1 kB 06:46:13 [2025-06-30T04:46:13.237Z] Progress (1): 8.2 kB 06:46:13 [2025-06-30T04:46:13.237Z] Progress (1): 12 kB 06:46:13 [2025-06-30T04:46:13.237Z] Progress (1): 16 kB 06:46:13 [2025-06-30T04:46:13.237Z] Progress (1): 20 kB 06:46:13 [2025-06-30T04:46:13.237Z] Progress (1): 25 kB 06:46:13 [2025-06-30T04:46:13.237Z] Progress (1): 29 kB 06:46:13 [2025-06-30T04:46:13.237Z] Progress (1): 33 kB 06:46:13 [2025-06-30T04:46:13.237Z] Progress (1): 37 kB 06:46:13 [2025-06-30T04:46:13.237Z] Progress (1): 41 kB 06:46:13 [2025-06-30T04:46:13.237Z] Progress (1): 45 kB 06:46:13 [2025-06-30T04:46:13.487Z] Progress (1): 48 kB 06:46:13 [2025-06-30T04:46:13.487Z] 06:46:13 [2025-06-30T04:46:13.487Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/silverpeas/silverpeas-dependencies-bom/1.6.2/silverpeas-dependencies-bom-1.6.2.pom (48 kB at 165 kB/s) 06:46:13 [2025-06-30T04:46:13.487Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/silverpeas/silverpeas-test-dependencies-bom/1.6.2/silverpeas-test-dependencies-bom-1.6.2.pom 06:46:13 [2025-06-30T04:46:13.487Z] Progress (1): 4.1 kB 06:46:13 [2025-06-30T04:46:13.487Z] Progress (1): 8.2 kB 06:46:13 [2025-06-30T04:46:13.738Z] Progress (1): 12 kB 06:46:13 [2025-06-30T04:46:13.738Z] 06:46:13 [2025-06-30T04:46:13.738Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/silverpeas/silverpeas-test-dependencies-bom/1.6.2/silverpeas-test-dependencies-bom-1.6.2.pom (12 kB at 46 kB/s) 06:46:13 [2025-06-30T04:46:13.738Z] [INFO] ------------------------------------------------------------------------ 06:46:13 [2025-06-30T04:46:13.738Z] [INFO] Reactor Build Order: 06:46:13 [2025-06-30T04:46:13.738Z] [INFO] 06:46:13 [2025-06-30T04:46:13.738Z] [INFO] Silverpeas Core [pom] 06:46:13 [2025-06-30T04:46:13.738Z] [INFO] Silverpeas Core Configuration 6.4.4-SNAPSHOT [jar] 06:46:13 [2025-06-30T04:46:13.738Z] [INFO] Silverpeas Core Api 6.4.4-SNAPSHOT [jar] 06:46:13 [2025-06-30T04:46:13.738Z] [INFO] Silverpeas Core Test 6.4.4-SNAPSHOT [jar] 06:46:13 [2025-06-30T04:46:13.738Z] [INFO] Silverpeas Core JCR Provider 6.4.4-SNAPSHOT [jar] 06:46:13 [2025-06-30T04:46:13.738Z] [INFO] Silverpeas Core Library 6.4.4-SNAPSHOT [jar] 06:46:13 [2025-06-30T04:46:13.738Z] [INFO] Silverpeas Core Services 6.4.4-SNAPSHOT [pom] 06:46:13 [2025-06-30T04:46:13.738Z] [INFO] Silverpeas Tagcloud EJB 6.4.4-SNAPSHOT [jar] 06:46:13 [2025-06-30T04:46:13.738Z] [INFO] Silverpeas Statistics Service 6.4.4-SNAPSHOT [jar] 06:46:13 [2025-06-30T04:46:13.738Z] [INFO] Silverpeas Contact Service 6.4.4-SNAPSHOT [jar] 06:46:13 [2025-06-30T04:46:13.738Z] [INFO] Silverpeas Calendar Service 6.4.4-SNAPSHOT [jar] 06:46:13 [2025-06-30T04:46:13.738Z] [INFO] Silverpeas Comment Service 6.4.4-SNAPSHOT [jar] 06:46:13 [2025-06-30T04:46:13.738Z] [INFO] Silverpeas PdC Service 6.4.4-SNAPSHOT [jar] 06:46:13 [2025-06-30T04:46:13.738Z] [INFO] Silverpeas My Links Service 6.4.4-SNAPSHOT [jar] 06:46:13 [2025-06-30T04:46:13.738Z] [INFO] Silverpeas Question Container Service 6.4.4-SNAPSHOT [jar] 06:46:13 [2025-06-30T04:46:13.738Z] [INFO] Silverpeas ImportExport Service 6.4.4-SNAPSHOT [jar] 06:46:13 [2025-06-30T04:46:13.738Z] [INFO] Silverpeas Document Viewer Service 6.4.4-SNAPSHOT [jar] 06:46:13 [2025-06-30T04:46:13.738Z] [INFO] Silverpeas Workflow Engine Service 6.4.4-SNAPSHOT [jar] 06:46:13 [2025-06-30T04:46:13.738Z] [INFO] Silverpeas Sharing Service 6.4.4-SNAPSHOT [jar] 06:46:13 [2025-06-30T04:46:13.738Z] [INFO] Silverpeas Search Service 6.4.4-SNAPSHOT [jar] 06:46:13 [2025-06-30T04:46:13.738Z] [INFO] Silverpeas Chat Service 6.4.4-SNAPSHOT [jar] 06:46:13 [2025-06-30T04:46:13.738Z] [INFO] Silverpeas Document Template Service 6.4.4-SNAPSHOT [jar] 06:46:13 [2025-06-30T04:46:13.738Z] [INFO] Silverpeas Core JAX-RS API 6.4.4-SNAPSHOT [jar] 06:46:13 [2025-06-30T04:46:13.738Z] [INFO] Silverpeas Core Web Test 6.4.4-SNAPSHOT [jar] 06:46:13 [2025-06-30T04:46:13.738Z] [INFO] Silverpeas Core Web 6.4.4-SNAPSHOT [jar] 06:46:13 [2025-06-30T04:46:13.738Z] [INFO] Silverpeas Core Web Archive 6.4.4-SNAPSHOT [war] 06:46:13 [2025-06-30T04:46:13.738Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-compiler-plugin/3.10.1/maven-compiler-plugin-3.10.1.pom 06:46:13 [2025-06-30T04:46:13.738Z] Progress (1): 4.1 kB 06:46:13 [2025-06-30T04:46:13.738Z] Progress (1): 8.2 kB 06:46:13 [2025-06-30T04:46:13.738Z] Progress (1): 12 kB 06:46:13 [2025-06-30T04:46:13.989Z] Progress (1): 13 kB 06:46:13 [2025-06-30T04:46:13.989Z] 06:46:13 [2025-06-30T04:46:13.989Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-compiler-plugin/3.10.1/maven-compiler-plugin-3.10.1.pom (13 kB at 268 kB/s) 06:46:13 [2025-06-30T04:46:13.989Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom 06:46:13 [2025-06-30T04:46:13.989Z] Progress (1): 4.1 kB 06:46:13 [2025-06-30T04:46:13.989Z] Progress (1): 8.2 kB 06:46:13 [2025-06-30T04:46:13.989Z] Progress (1): 11 kB 06:46:13 [2025-06-30T04:46:13.989Z] 06:46:13 [2025-06-30T04:46:13.989Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom (11 kB at 261 kB/s) 06:46:13 [2025-06-30T04:46:13.989Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/maven-parent/34/maven-parent-34.pom 06:46:13 [2025-06-30T04:46:13.989Z] Progress (1): 4.1 kB 06:46:13 [2025-06-30T04:46:13.989Z] Progress (1): 8.2 kB 06:46:13 [2025-06-30T04:46:13.989Z] Progress (1): 12 kB 06:46:13 [2025-06-30T04:46:13.989Z] Progress (1): 16 kB 06:46:13 [2025-06-30T04:46:13.989Z] Progress (1): 20 kB 06:46:13 [2025-06-30T04:46:13.989Z] Progress (1): 25 kB 06:46:13 [2025-06-30T04:46:13.989Z] Progress (1): 29 kB 06:46:13 [2025-06-30T04:46:13.989Z] Progress (1): 33 kB 06:46:13 [2025-06-30T04:46:13.989Z] Progress (1): 37 kB 06:46:13 [2025-06-30T04:46:13.989Z] Progress (1): 41 kB 06:46:13 [2025-06-30T04:46:13.989Z] Progress (1): 43 kB 06:46:13 [2025-06-30T04:46:13.989Z] 06:46:13 [2025-06-30T04:46:13.989Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/maven-parent/34/maven-parent-34.pom (43 kB at 397 kB/s) 06:46:13 [2025-06-30T04:46:13.989Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/apache/23/apache-23.pom 06:46:13 [2025-06-30T04:46:13.989Z] Progress (1): 4.1 kB 06:46:13 [2025-06-30T04:46:13.989Z] Progress (1): 8.2 kB 06:46:13 [2025-06-30T04:46:13.989Z] Progress (1): 12 kB 06:46:13 [2025-06-30T04:46:13.989Z] Progress (1): 16 kB 06:46:13 [2025-06-30T04:46:13.989Z] Progress (1): 18 kB 06:46:13 [2025-06-30T04:46:13.989Z] 06:46:13 [2025-06-30T04:46:13.989Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/apache/23/apache-23.pom (18 kB at 354 kB/s) 06:46:14 [2025-06-30T04:46:14.239Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-compiler-plugin/3.10.1/maven-compiler-plugin-3.10.1.jar 06:46:14 [2025-06-30T04:46:14.239Z] Progress (1): 4.1/62 kB 06:46:14 [2025-06-30T04:46:14.239Z] Progress (1): 7.6/62 kB 06:46:14 [2025-06-30T04:46:14.239Z] Progress (1): 12/62 kB 06:46:14 [2025-06-30T04:46:14.239Z] Progress (1): 16/62 kB 06:46:14 [2025-06-30T04:46:14.239Z] Progress (1): 20/62 kB 06:46:14 [2025-06-30T04:46:14.239Z] Progress (1): 23/62 kB 06:46:14 [2025-06-30T04:46:14.239Z] Progress (1): 28/62 kB 06:46:14 [2025-06-30T04:46:14.239Z] Progress (1): 32/62 kB 06:46:14 [2025-06-30T04:46:14.239Z] Progress (1): 36/62 kB 06:46:14 [2025-06-30T04:46:14.239Z] Progress (1): 39/62 kB 06:46:14 [2025-06-30T04:46:14.239Z] Progress (1): 44/62 kB 06:46:14 [2025-06-30T04:46:14.239Z] Progress (1): 48/62 kB 06:46:14 [2025-06-30T04:46:14.239Z] Progress (1): 52/62 kB 06:46:14 [2025-06-30T04:46:14.239Z] Progress (1): 55/62 kB 06:46:14 [2025-06-30T04:46:14.240Z] Progress (1): 60/62 kB 06:46:14 [2025-06-30T04:46:14.240Z] Progress (1): 62 kB 06:46:14 [2025-06-30T04:46:14.240Z] 06:46:14 [2025-06-30T04:46:14.240Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-compiler-plugin/3.10.1/maven-compiler-plugin-3.10.1.jar (62 kB at 910 kB/s) 06:46:14 [2025-06-30T04:46:14.240Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-resources-plugin/3.3.0/maven-resources-plugin-3.3.0.pom 06:46:14 [2025-06-30T04:46:14.240Z] Progress (1): 4.1 kB 06:46:14 [2025-06-30T04:46:14.240Z] Progress (1): 8.2 kB 06:46:14 [2025-06-30T04:46:14.240Z] Progress (1): 8.5 kB 06:46:14 [2025-06-30T04:46:14.240Z] 06:46:14 [2025-06-30T04:46:14.240Z] Downloaded from Silverpeas Nexus: 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 212 kB/s) 06:46:14 [2025-06-30T04:46:14.240Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom 06:46:14 [2025-06-30T04:46:14.240Z] Progress (1): 4.1 kB 06:46:14 [2025-06-30T04:46:14.240Z] Progress (1): 8.2 kB 06:46:14 [2025-06-30T04:46:14.240Z] Progress (1): 9.9 kB 06:46:14 [2025-06-30T04:46:14.240Z] 06:46:14 [2025-06-30T04:46:14.240Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom (9.9 kB at 254 kB/s) 06:46:14 [2025-06-30T04:46:14.240Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/maven-parent/36/maven-parent-36.pom 06:46:14 [2025-06-30T04:46:14.240Z] Progress (1): 4.1 kB 06:46:14 [2025-06-30T04:46:14.240Z] Progress (1): 8.2 kB 06:46:14 [2025-06-30T04:46:14.240Z] Progress (1): 12 kB 06:46:14 [2025-06-30T04:46:14.240Z] Progress (1): 16 kB 06:46:14 [2025-06-30T04:46:14.240Z] Progress (1): 20 kB 06:46:14 [2025-06-30T04:46:14.240Z] Progress (1): 25 kB 06:46:14 [2025-06-30T04:46:14.240Z] Progress (1): 29 kB 06:46:14 [2025-06-30T04:46:14.240Z] Progress (1): 33 kB 06:46:14 [2025-06-30T04:46:14.240Z] Progress (1): 37 kB 06:46:14 [2025-06-30T04:46:14.240Z] Progress (1): 41 kB 06:46:14 [2025-06-30T04:46:14.240Z] Progress (1): 45 kB 06:46:14 [2025-06-30T04:46:14.490Z] Progress (1): 45 kB 06:46:14 [2025-06-30T04:46:14.490Z] 06:46:14 [2025-06-30T04:46:14.490Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/maven-parent/36/maven-parent-36.pom (45 kB at 947 kB/s) 06:46:14 [2025-06-30T04:46:14.490Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/apache/26/apache-26.pom 06:46:14 [2025-06-30T04:46:14.490Z] Progress (1): 4.1 kB 06:46:14 [2025-06-30T04:46:14.490Z] Progress (1): 8.2 kB 06:46:14 [2025-06-30T04:46:14.490Z] Progress (1): 12 kB 06:46:14 [2025-06-30T04:46:14.490Z] Progress (1): 16 kB 06:46:14 [2025-06-30T04:46:14.490Z] Progress (1): 20 kB 06:46:14 [2025-06-30T04:46:14.490Z] Progress (1): 21 kB 06:46:14 [2025-06-30T04:46:14.490Z] 06:46:14 [2025-06-30T04:46:14.490Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/apache/26/apache-26.pom (21 kB at 456 kB/s) 06:46:14 [2025-06-30T04:46:14.490Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-resources-plugin/3.3.0/maven-resources-plugin-3.3.0.jar 06:46:14 [2025-06-30T04:46:14.490Z] Progress (1): 4.1/32 kB 06:46:14 [2025-06-30T04:46:14.490Z] Progress (1): 7.6/32 kB 06:46:14 [2025-06-30T04:46:14.490Z] Progress (1): 12/32 kB 06:46:14 [2025-06-30T04:46:14.490Z] Progress (1): 16/32 kB 06:46:14 [2025-06-30T04:46:14.490Z] Progress (1): 20/32 kB 06:46:14 [2025-06-30T04:46:14.490Z] Progress (1): 23/32 kB 06:46:14 [2025-06-30T04:46:14.490Z] Progress (1): 28/32 kB 06:46:14 [2025-06-30T04:46:14.490Z] Progress (1): 32/32 kB 06:46:14 [2025-06-30T04:46:14.490Z] Progress (1): 32 kB 06:46:14 [2025-06-30T04:46:14.490Z] 06:46:14 [2025-06-30T04:46:14.490Z] Downloaded from Silverpeas Nexus: 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 690 kB/s) 06:46:14 [2025-06-30T04:46:14.490Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-dependency-plugin/3.5.0/maven-dependency-plugin-3.5.0.pom 06:46:14 [2025-06-30T04:46:14.490Z] Progress (1): 4.1 kB 06:46:14 [2025-06-30T04:46:14.490Z] Progress (1): 8.2 kB 06:46:14 [2025-06-30T04:46:14.490Z] Progress (1): 12 kB 06:46:14 [2025-06-30T04:46:14.490Z] Progress (1): 16 kB 06:46:14 [2025-06-30T04:46:14.490Z] 06:46:14 [2025-06-30T04:46:14.490Z] Downloaded from Silverpeas Nexus: 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 391 kB/s) 06:46:14 [2025-06-30T04:46:14.491Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-plugins/38/maven-plugins-38.pom 06:46:14 [2025-06-30T04:46:14.491Z] Progress (1): 4.1 kB 06:46:14 [2025-06-30T04:46:14.491Z] Progress (1): 8.1 kB 06:46:14 [2025-06-30T04:46:14.491Z] 06:46:14 [2025-06-30T04:46:14.491Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-plugins/38/maven-plugins-38.pom (8.1 kB at 207 kB/s) 06:46:14 [2025-06-30T04:46:14.491Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/maven-parent/38/maven-parent-38.pom 06:46:14 [2025-06-30T04:46:14.741Z] Progress (1): 4.1 kB 06:46:14 [2025-06-30T04:46:14.741Z] Progress (1): 8.2 kB 06:46:14 [2025-06-30T04:46:14.741Z] Progress (1): 12 kB 06:46:14 [2025-06-30T04:46:14.741Z] Progress (1): 16 kB 06:46:14 [2025-06-30T04:46:14.741Z] Progress (1): 20 kB 06:46:14 [2025-06-30T04:46:14.741Z] Progress (1): 25 kB 06:46:14 [2025-06-30T04:46:14.741Z] Progress (1): 29 kB 06:46:14 [2025-06-30T04:46:14.741Z] Progress (1): 33 kB 06:46:14 [2025-06-30T04:46:14.741Z] Progress (1): 37 kB 06:46:14 [2025-06-30T04:46:14.741Z] Progress (1): 41 kB 06:46:14 [2025-06-30T04:46:14.741Z] Progress (1): 45 kB 06:46:14 [2025-06-30T04:46:14.741Z] Progress (1): 48 kB 06:46:14 [2025-06-30T04:46:14.741Z] 06:46:14 [2025-06-30T04:46:14.741Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/maven-parent/38/maven-parent-38.pom (48 kB at 1.0 MB/s) 06:46:14 [2025-06-30T04:46:14.741Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/apache/28/apache-28.pom 06:46:14 [2025-06-30T04:46:14.741Z] Progress (1): 4.1 kB 06:46:14 [2025-06-30T04:46:14.741Z] Progress (1): 8.2 kB 06:46:14 [2025-06-30T04:46:14.741Z] Progress (1): 12 kB 06:46:14 [2025-06-30T04:46:14.741Z] Progress (1): 16 kB 06:46:14 [2025-06-30T04:46:14.741Z] Progress (1): 20 kB 06:46:14 [2025-06-30T04:46:14.741Z] Progress (1): 21 kB 06:46:14 [2025-06-30T04:46:14.741Z] 06:46:14 [2025-06-30T04:46:14.741Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/apache/28/apache-28.pom (21 kB at 518 kB/s) 06:46:14 [2025-06-30T04:46:14.741Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-dependency-plugin/3.5.0/maven-dependency-plugin-3.5.0.jar 06:46:14 [2025-06-30T04:46:14.741Z] Progress (1): 4.1/189 kB 06:46:14 [2025-06-30T04:46:14.741Z] Progress (1): 7.6/189 kB 06:46:14 [2025-06-30T04:46:14.741Z] Progress (1): 12/189 kB 06:46:14 [2025-06-30T04:46:14.741Z] Progress (1): 16/189 kB 06:46:14 [2025-06-30T04:46:14.741Z] Progress (1): 20/189 kB 06:46:14 [2025-06-30T04:46:14.741Z] Progress (1): 23/189 kB 06:46:14 [2025-06-30T04:46:14.741Z] Progress (1): 28/189 kB 06:46:14 [2025-06-30T04:46:14.741Z] Progress (1): 32/189 kB 06:46:14 [2025-06-30T04:46:14.741Z] Progress (1): 36/189 kB 06:46:14 [2025-06-30T04:46:14.741Z] Progress (1): 39/189 kB 06:46:14 [2025-06-30T04:46:14.741Z] Progress (1): 44/189 kB 06:46:14 [2025-06-30T04:46:14.741Z] Progress (1): 48/189 kB 06:46:14 [2025-06-30T04:46:14.741Z] Progress (1): 52/189 kB 06:46:14 [2025-06-30T04:46:14.741Z] Progress (1): 55/189 kB 06:46:14 [2025-06-30T04:46:14.741Z] Progress (1): 60/189 kB 06:46:14 [2025-06-30T04:46:14.741Z] Progress (1): 64/189 kB 06:46:14 [2025-06-30T04:46:14.741Z] Progress (1): 68/189 kB 06:46:14 [2025-06-30T04:46:14.741Z] Progress (1): 71/189 kB 06:46:14 [2025-06-30T04:46:14.741Z] Progress (1): 74/189 kB 06:46:14 [2025-06-30T04:46:14.741Z] Progress (1): 78/189 kB 06:46:14 [2025-06-30T04:46:14.741Z] Progress (1): 82/189 kB 06:46:14 [2025-06-30T04:46:14.741Z] Progress (1): 86/189 kB 06:46:14 [2025-06-30T04:46:14.741Z] Progress (1): 90/189 kB 06:46:14 [2025-06-30T04:46:14.741Z] Progress (1): 94/189 kB 06:46:14 [2025-06-30T04:46:14.741Z] Progress (1): 98/189 kB 06:46:14 [2025-06-30T04:46:14.741Z] Progress (1): 102/189 kB 06:46:14 [2025-06-30T04:46:14.741Z] Progress (1): 106/189 kB 06:46:14 [2025-06-30T04:46:14.741Z] Progress (1): 111/189 kB 06:46:14 [2025-06-30T04:46:14.741Z] Progress (1): 115/189 kB 06:46:14 [2025-06-30T04:46:14.741Z] Progress (1): 119/189 kB 06:46:14 [2025-06-30T04:46:14.741Z] Progress (1): 123/189 kB 06:46:14 [2025-06-30T04:46:14.741Z] Progress (1): 127/189 kB 06:46:14 [2025-06-30T04:46:14.741Z] Progress (1): 131/189 kB 06:46:14 [2025-06-30T04:46:14.741Z] Progress (1): 135/189 kB 06:46:14 [2025-06-30T04:46:14.741Z] Progress (1): 139/189 kB 06:46:14 [2025-06-30T04:46:14.741Z] Progress (1): 143/189 kB 06:46:14 [2025-06-30T04:46:14.741Z] Progress (1): 147/189 kB 06:46:14 [2025-06-30T04:46:14.741Z] Progress (1): 151/189 kB 06:46:14 [2025-06-30T04:46:14.741Z] Progress (1): 155/189 kB 06:46:14 [2025-06-30T04:46:14.741Z] Progress (1): 159/189 kB 06:46:14 [2025-06-30T04:46:14.741Z] Progress (1): 163/189 kB 06:46:14 [2025-06-30T04:46:14.741Z] Progress (1): 167/189 kB 06:46:14 [2025-06-30T04:46:14.741Z] Progress (1): 171/189 kB 06:46:14 [2025-06-30T04:46:14.741Z] Progress (1): 175/189 kB 06:46:14 [2025-06-30T04:46:14.741Z] Progress (1): 179/189 kB 06:46:14 [2025-06-30T04:46:14.741Z] Progress (1): 184/189 kB 06:46:14 [2025-06-30T04:46:14.741Z] Progress (1): 188/189 kB 06:46:14 [2025-06-30T04:46:14.741Z] Progress (1): 189 kB 06:46:14 [2025-06-30T04:46:14.741Z] 06:46:14 [2025-06-30T04:46:14.741Z] Downloaded from Silverpeas Nexus: 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 2.4 MB/s) 06:46:14 [2025-06-30T04:46:14.741Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-site-plugin/3.12.1/maven-site-plugin-3.12.1.pom 06:46:14 [2025-06-30T04:46:14.741Z] Progress (1): 4.1 kB 06:46:14 [2025-06-30T04:46:14.741Z] Progress (1): 8.2 kB 06:46:14 [2025-06-30T04:46:14.741Z] Progress (1): 12 kB 06:46:14 [2025-06-30T04:46:14.741Z] Progress (1): 16 kB 06:46:14 [2025-06-30T04:46:14.741Z] Progress (1): 20 kB 06:46:14 [2025-06-30T04:46:14.741Z] 06:46:14 [2025-06-30T04:46:14.741Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-site-plugin/3.12.1/maven-site-plugin-3.12.1.pom (20 kB at 537 kB/s) 06:46:14 [2025-06-30T04:46:14.992Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-site-plugin/3.12.1/maven-site-plugin-3.12.1.jar 06:46:14 [2025-06-30T04:46:14.992Z] Progress (1): 4.1/119 kB 06:46:14 [2025-06-30T04:46:14.992Z] Progress (1): 7.6/119 kB 06:46:14 [2025-06-30T04:46:14.992Z] Progress (1): 12/119 kB 06:46:14 [2025-06-30T04:46:14.992Z] Progress (1): 16/119 kB 06:46:14 [2025-06-30T04:46:14.992Z] Progress (1): 20/119 kB 06:46:14 [2025-06-30T04:46:14.992Z] Progress (1): 23/119 kB 06:46:14 [2025-06-30T04:46:14.992Z] Progress (1): 28/119 kB 06:46:14 [2025-06-30T04:46:14.992Z] Progress (1): 32/119 kB 06:46:14 [2025-06-30T04:46:14.992Z] Progress (1): 36/119 kB 06:46:14 [2025-06-30T04:46:14.992Z] Progress (1): 39/119 kB 06:46:14 [2025-06-30T04:46:14.992Z] Progress (1): 44/119 kB 06:46:14 [2025-06-30T04:46:14.992Z] Progress (1): 48/119 kB 06:46:14 [2025-06-30T04:46:14.992Z] Progress (1): 52/119 kB 06:46:14 [2025-06-30T04:46:14.992Z] Progress (1): 55/119 kB 06:46:14 [2025-06-30T04:46:14.992Z] Progress (1): 60/119 kB 06:46:14 [2025-06-30T04:46:14.992Z] Progress (1): 64/119 kB 06:46:14 [2025-06-30T04:46:14.992Z] Progress (1): 68/119 kB 06:46:14 [2025-06-30T04:46:14.992Z] Progress (1): 71/119 kB 06:46:14 [2025-06-30T04:46:14.992Z] Progress (1): 74/119 kB 06:46:14 [2025-06-30T04:46:14.992Z] Progress (1): 78/119 kB 06:46:14 [2025-06-30T04:46:14.992Z] Progress (1): 82/119 kB 06:46:14 [2025-06-30T04:46:14.992Z] Progress (1): 86/119 kB 06:46:14 [2025-06-30T04:46:14.992Z] Progress (1): 90/119 kB 06:46:14 [2025-06-30T04:46:14.992Z] Progress (1): 94/119 kB 06:46:14 [2025-06-30T04:46:14.992Z] Progress (1): 98/119 kB 06:46:14 [2025-06-30T04:46:14.992Z] Progress (1): 102/119 kB 06:46:14 [2025-06-30T04:46:14.992Z] Progress (1): 106/119 kB 06:46:14 [2025-06-30T04:46:14.992Z] Progress (1): 111/119 kB 06:46:14 [2025-06-30T04:46:14.992Z] Progress (1): 115/119 kB 06:46:14 [2025-06-30T04:46:14.992Z] Progress (1): 119/119 kB 06:46:14 [2025-06-30T04:46:14.992Z] Progress (1): 119 kB 06:46:14 [2025-06-30T04:46:14.992Z] 06:46:14 [2025-06-30T04:46:14.992Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-site-plugin/3.12.1/maven-site-plugin-3.12.1.jar (119 kB at 2.2 MB/s) 06:46:14 [2025-06-30T04:46:14.992Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.pom 06:46:14 [2025-06-30T04:46:14.992Z] Progress (1): 4.1 kB 06:46:14 [2025-06-30T04:46:14.992Z] Progress (1): 6.8 kB 06:46:14 [2025-06-30T04:46:14.992Z] 06:46:14 [2025-06-30T04:46:14.992Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.pom (6.8 kB at 188 kB/s) 06:46:14 [2025-06-30T04:46:14.992Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-plugins/37/maven-plugins-37.pom 06:46:14 [2025-06-30T04:46:14.992Z] Progress (1): 4.1 kB 06:46:14 [2025-06-30T04:46:14.992Z] Progress (1): 8.2 kB 06:46:14 [2025-06-30T04:46:14.992Z] Progress (1): 9.9 kB 06:46:14 [2025-06-30T04:46:14.992Z] 06:46:14 [2025-06-30T04:46:14.992Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-plugins/37/maven-plugins-37.pom (9.9 kB at 275 kB/s) 06:46:14 [2025-06-30T04:46:14.992Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/maven-parent/37/maven-parent-37.pom 06:46:14 [2025-06-30T04:46:14.992Z] Progress (1): 4.1 kB 06:46:14 [2025-06-30T04:46:14.992Z] Progress (1): 8.2 kB 06:46:14 [2025-06-30T04:46:14.992Z] Progress (1): 12 kB 06:46:14 [2025-06-30T04:46:14.992Z] Progress (1): 16 kB 06:46:14 [2025-06-30T04:46:14.992Z] Progress (1): 20 kB 06:46:14 [2025-06-30T04:46:14.992Z] Progress (1): 25 kB 06:46:14 [2025-06-30T04:46:14.992Z] Progress (1): 29 kB 06:46:14 [2025-06-30T04:46:14.992Z] Progress (1): 33 kB 06:46:14 [2025-06-30T04:46:14.992Z] Progress (1): 37 kB 06:46:14 [2025-06-30T04:46:14.992Z] Progress (1): 41 kB 06:46:14 [2025-06-30T04:46:14.992Z] Progress (1): 45 kB 06:46:14 [2025-06-30T04:46:14.992Z] Progress (1): 46 kB 06:46:14 [2025-06-30T04:46:14.992Z] 06:46:14 [2025-06-30T04:46:14.992Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/maven-parent/37/maven-parent-37.pom (46 kB at 1.1 MB/s) 06:46:14 [2025-06-30T04:46:14.992Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/apache/27/apache-27.pom 06:46:14 [2025-06-30T04:46:14.992Z] Progress (1): 4.1 kB 06:46:14 [2025-06-30T04:46:14.992Z] Progress (1): 8.2 kB 06:46:14 [2025-06-30T04:46:14.992Z] Progress (1): 12 kB 06:46:14 [2025-06-30T04:46:14.992Z] Progress (1): 16 kB 06:46:14 [2025-06-30T04:46:14.992Z] Progress (1): 20 kB 06:46:14 [2025-06-30T04:46:14.992Z] 06:46:14 [2025-06-30T04:46:14.992Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/apache/27/apache-27.pom (20 kB at 509 kB/s) 06:46:15 [2025-06-30T04:46:15.242Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.jar 06:46:15 [2025-06-30T04:46:15.242Z] Progress (1): 4.1/27 kB 06:46:15 [2025-06-30T04:46:15.242Z] Progress (1): 7.6/27 kB 06:46:15 [2025-06-30T04:46:15.242Z] Progress (1): 12/27 kB 06:46:15 [2025-06-30T04:46:15.242Z] Progress (1): 16/27 kB 06:46:15 [2025-06-30T04:46:15.242Z] Progress (1): 20/27 kB 06:46:15 [2025-06-30T04:46:15.242Z] Progress (1): 23/27 kB 06:46:15 [2025-06-30T04:46:15.242Z] Progress (1): 27 kB 06:46:15 [2025-06-30T04:46:15.242Z] 06:46:15 [2025-06-30T04:46:15.242Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.jar (27 kB at 607 kB/s) 06:46:15 [2025-06-30T04:46:15.242Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-war-plugin/3.3.2/maven-war-plugin-3.3.2.pom 06:46:15 [2025-06-30T04:46:15.242Z] Progress (1): 4.1 kB 06:46:15 [2025-06-30T04:46:15.242Z] Progress (1): 8.2 kB 06:46:15 [2025-06-30T04:46:15.242Z] Progress (1): 9.7 kB 06:46:15 [2025-06-30T04:46:15.242Z] 06:46:15 [2025-06-30T04:46:15.242Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-war-plugin/3.3.2/maven-war-plugin-3.3.2.pom (9.7 kB at 242 kB/s) 06:46:15 [2025-06-30T04:46:15.242Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-war-plugin/3.3.2/maven-war-plugin-3.3.2.jar 06:46:15 [2025-06-30T04:46:15.242Z] Progress (1): 4.1/83 kB 06:46:15 [2025-06-30T04:46:15.242Z] Progress (1): 7.6/83 kB 06:46:15 [2025-06-30T04:46:15.242Z] Progress (1): 12/83 kB 06:46:15 [2025-06-30T04:46:15.242Z] Progress (1): 16/83 kB 06:46:15 [2025-06-30T04:46:15.242Z] Progress (1): 20/83 kB 06:46:15 [2025-06-30T04:46:15.242Z] Progress (1): 23/83 kB 06:46:15 [2025-06-30T04:46:15.242Z] Progress (1): 28/83 kB 06:46:15 [2025-06-30T04:46:15.242Z] Progress (1): 32/83 kB 06:46:15 [2025-06-30T04:46:15.242Z] Progress (1): 36/83 kB 06:46:15 [2025-06-30T04:46:15.242Z] Progress (1): 39/83 kB 06:46:15 [2025-06-30T04:46:15.242Z] Progress (1): 44/83 kB 06:46:15 [2025-06-30T04:46:15.242Z] Progress (1): 48/83 kB 06:46:15 [2025-06-30T04:46:15.242Z] Progress (1): 52/83 kB 06:46:15 [2025-06-30T04:46:15.242Z] Progress (1): 55/83 kB 06:46:15 [2025-06-30T04:46:15.242Z] Progress (1): 60/83 kB 06:46:15 [2025-06-30T04:46:15.242Z] Progress (1): 64/83 kB 06:46:15 [2025-06-30T04:46:15.242Z] Progress (1): 68/83 kB 06:46:15 [2025-06-30T04:46:15.242Z] Progress (1): 71/83 kB 06:46:15 [2025-06-30T04:46:15.242Z] Progress (1): 74/83 kB 06:46:15 [2025-06-30T04:46:15.242Z] Progress (1): 78/83 kB 06:46:15 [2025-06-30T04:46:15.242Z] Progress (1): 82/83 kB 06:46:15 [2025-06-30T04:46:15.242Z] Progress (1): 83 kB 06:46:15 [2025-06-30T04:46:15.242Z] 06:46:15 [2025-06-30T04:46:15.242Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-war-plugin/3.3.2/maven-war-plugin-3.3.2.jar (83 kB at 1.5 MB/s) 06:46:15 [2025-06-30T04:46:15.242Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/pl/project13/maven/git-commit-id-plugin/4.9.10/git-commit-id-plugin-4.9.10.pom 06:46:15 [2025-06-30T04:46:15.242Z] Progress (1): 4.1 kB 06:46:15 [2025-06-30T04:46:15.242Z] Progress (1): 8.2 kB 06:46:15 [2025-06-30T04:46:15.242Z] Progress (1): 12 kB 06:46:15 [2025-06-30T04:46:15.242Z] 06:46:15 [2025-06-30T04:46:15.242Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/pl/project13/maven/git-commit-id-plugin/4.9.10/git-commit-id-plugin-4.9.10.pom (12 kB at 293 kB/s) 06:46:15 [2025-06-30T04:46:15.242Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/pl/project13/maven/git-commit-id-plugin-parent/4.9.10/git-commit-id-plugin-parent-4.9.10.pom 06:46:15 [2025-06-30T04:46:15.493Z] Progress (1): 4.1 kB 06:46:15 [2025-06-30T04:46:15.493Z] Progress (1): 8.2 kB 06:46:15 [2025-06-30T04:46:15.493Z] Progress (1): 12 kB 06:46:15 [2025-06-30T04:46:15.493Z] Progress (1): 12 kB 06:46:15 [2025-06-30T04:46:15.493Z] 06:46:15 [2025-06-30T04:46:15.493Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/pl/project13/maven/git-commit-id-plugin-parent/4.9.10/git-commit-id-plugin-parent-4.9.10.pom (12 kB at 293 kB/s) 06:46:15 [2025-06-30T04:46:15.493Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/sonatype/oss/oss-parent/9/oss-parent-9.pom 06:46:15 [2025-06-30T04:46:15.493Z] Progress (1): 4.1 kB 06:46:15 [2025-06-30T04:46:15.493Z] Progress (1): 6.6 kB 06:46:15 [2025-06-30T04:46:15.493Z] 06:46:15 [2025-06-30T04:46:15.493Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (6.6 kB at 153 kB/s) 06:46:15 [2025-06-30T04:46:15.493Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/pl/project13/maven/git-commit-id-plugin/4.9.10/git-commit-id-plugin-4.9.10.jar 06:46:15 [2025-06-30T04:46:15.493Z] Progress (1): 4.1/40 kB 06:46:15 [2025-06-30T04:46:15.493Z] Progress (1): 7.6/40 kB 06:46:15 [2025-06-30T04:46:15.493Z] Progress (1): 12/40 kB 06:46:15 [2025-06-30T04:46:15.493Z] Progress (1): 16/40 kB 06:46:15 [2025-06-30T04:46:15.493Z] Progress (1): 20/40 kB 06:46:15 [2025-06-30T04:46:15.493Z] Progress (1): 23/40 kB 06:46:15 [2025-06-30T04:46:15.493Z] Progress (1): 28/40 kB 06:46:15 [2025-06-30T04:46:15.493Z] Progress (1): 32/40 kB 06:46:15 [2025-06-30T04:46:15.493Z] Progress (1): 36/40 kB 06:46:15 [2025-06-30T04:46:15.493Z] Progress (1): 39/40 kB 06:46:15 [2025-06-30T04:46:15.493Z] Progress (1): 40 kB 06:46:15 [2025-06-30T04:46:15.493Z] 06:46:15 [2025-06-30T04:46:15.493Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/pl/project13/maven/git-commit-id-plugin/4.9.10/git-commit-id-plugin-4.9.10.jar (40 kB at 874 kB/s) 06:46:15 [2025-06-30T04:46:15.493Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.pom 06:46:15 [2025-06-30T04:46:15.493Z] Progress (1): 4.1 kB 06:46:15 [2025-06-30T04:46:15.493Z] Progress (1): 5.3 kB 06:46:15 [2025-06-30T04:46:15.493Z] 06:46:15 [2025-06-30T04:46:15.493Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.pom (5.3 kB at 133 kB/s) 06:46:15 [2025-06-30T04:46:15.493Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-plugins/35/maven-plugins-35.pom 06:46:15 [2025-06-30T04:46:15.493Z] Progress (1): 4.1 kB 06:46:15 [2025-06-30T04:46:15.493Z] Progress (1): 8.2 kB 06:46:15 [2025-06-30T04:46:15.493Z] Progress (1): 9.9 kB 06:46:15 [2025-06-30T04:46:15.493Z] 06:46:15 [2025-06-30T04:46:15.493Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-plugins/35/maven-plugins-35.pom (9.9 kB at 268 kB/s) 06:46:15 [2025-06-30T04:46:15.493Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/maven-parent/35/maven-parent-35.pom 06:46:15 [2025-06-30T04:46:15.493Z] Progress (1): 4.1 kB 06:46:15 [2025-06-30T04:46:15.493Z] Progress (1): 8.2 kB 06:46:15 [2025-06-30T04:46:15.493Z] Progress (1): 12 kB 06:46:15 [2025-06-30T04:46:15.493Z] Progress (1): 16 kB 06:46:15 [2025-06-30T04:46:15.493Z] Progress (1): 20 kB 06:46:15 [2025-06-30T04:46:15.493Z] Progress (1): 25 kB 06:46:15 [2025-06-30T04:46:15.493Z] Progress (1): 29 kB 06:46:15 [2025-06-30T04:46:15.493Z] Progress (1): 33 kB 06:46:15 [2025-06-30T04:46:15.493Z] Progress (1): 37 kB 06:46:15 [2025-06-30T04:46:15.493Z] Progress (1): 41 kB 06:46:15 [2025-06-30T04:46:15.493Z] Progress (1): 45 kB 06:46:15 [2025-06-30T04:46:15.743Z] Progress (1): 45 kB 06:46:15 [2025-06-30T04:46:15.743Z] 06:46:15 [2025-06-30T04:46:15.743Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/maven-parent/35/maven-parent-35.pom (45 kB at 1.1 MB/s) 06:46:15 [2025-06-30T04:46:15.743Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/apache/25/apache-25.pom 06:46:15 [2025-06-30T04:46:15.743Z] Progress (1): 4.1 kB 06:46:15 [2025-06-30T04:46:15.743Z] Progress (1): 8.2 kB 06:46:15 [2025-06-30T04:46:15.743Z] Progress (1): 12 kB 06:46:15 [2025-06-30T04:46:15.743Z] Progress (1): 16 kB 06:46:15 [2025-06-30T04:46:15.743Z] Progress (1): 20 kB 06:46:15 [2025-06-30T04:46:15.743Z] Progress (1): 21 kB 06:46:15 [2025-06-30T04:46:15.743Z] 06:46:15 [2025-06-30T04:46:15.743Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/apache/25/apache-25.pom (21 kB at 555 kB/s) 06:46:15 [2025-06-30T04:46:15.743Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.jar 06:46:15 [2025-06-30T04:46:15.743Z] Progress (1): 4.1/36 kB 06:46:15 [2025-06-30T04:46:15.743Z] Progress (1): 7.6/36 kB 06:46:15 [2025-06-30T04:46:15.743Z] Progress (1): 12/36 kB 06:46:15 [2025-06-30T04:46:15.743Z] Progress (1): 16/36 kB 06:46:15 [2025-06-30T04:46:15.743Z] Progress (1): 20/36 kB 06:46:15 [2025-06-30T04:46:15.743Z] Progress (1): 23/36 kB 06:46:15 [2025-06-30T04:46:15.743Z] Progress (1): 28/36 kB 06:46:15 [2025-06-30T04:46:15.743Z] Progress (1): 32/36 kB 06:46:15 [2025-06-30T04:46:15.743Z] Progress (1): 36 kB 06:46:15 [2025-06-30T04:46:15.743Z] 06:46:15 [2025-06-30T04:46:15.743Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.jar (36 kB at 849 kB/s) 06:46:15 [2025-06-30T04:46:15.743Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-install-plugin/3.0.1/maven-install-plugin-3.0.1.pom 06:46:15 [2025-06-30T04:46:15.743Z] Progress (1): 4.1 kB 06:46:15 [2025-06-30T04:46:15.743Z] Progress (1): 7.5 kB 06:46:15 [2025-06-30T04:46:15.743Z] 06:46:15 [2025-06-30T04:46:15.743Z] Downloaded from Silverpeas Nexus: 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 178 kB/s) 06:46:15 [2025-06-30T04:46:15.743Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-install-plugin/3.0.1/maven-install-plugin-3.0.1.jar 06:46:15 [2025-06-30T04:46:15.743Z] Progress (1): 4.1/30 kB 06:46:15 [2025-06-30T04:46:15.743Z] Progress (1): 7.6/30 kB 06:46:15 [2025-06-30T04:46:15.743Z] Progress (1): 12/30 kB 06:46:15 [2025-06-30T04:46:15.743Z] Progress (1): 16/30 kB 06:46:15 [2025-06-30T04:46:15.743Z] Progress (1): 20/30 kB 06:46:15 [2025-06-30T04:46:15.743Z] Progress (1): 23/30 kB 06:46:15 [2025-06-30T04:46:15.743Z] Progress (1): 28/30 kB 06:46:15 [2025-06-30T04:46:15.743Z] Progress (1): 30 kB 06:46:15 [2025-06-30T04:46:15.743Z] 06:46:15 [2025-06-30T04:46:15.743Z] Downloaded from Silverpeas Nexus: 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 737 kB/s) 06:46:15 [2025-06-30T04:46:15.743Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-deploy-plugin/3.0.0/maven-deploy-plugin-3.0.0.pom 06:46:15 [2025-06-30T04:46:15.743Z] Progress (1): 4.1 kB 06:46:15 [2025-06-30T04:46:15.743Z] Progress (1): 8.2 kB 06:46:15 [2025-06-30T04:46:15.994Z] Progress (1): 8.5 kB 06:46:15 [2025-06-30T04:46:15.994Z] 06:46:15 [2025-06-30T04:46:15.994Z] Downloaded from Silverpeas Nexus: 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 208 kB/s) 06:46:15 [2025-06-30T04:46:15.994Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-deploy-plugin/3.0.0/maven-deploy-plugin-3.0.0.jar 06:46:15 [2025-06-30T04:46:15.994Z] Progress (1): 4.1/37 kB 06:46:15 [2025-06-30T04:46:15.994Z] Progress (1): 7.6/37 kB 06:46:15 [2025-06-30T04:46:15.994Z] Progress (1): 12/37 kB 06:46:15 [2025-06-30T04:46:15.994Z] Progress (1): 16/37 kB 06:46:15 [2025-06-30T04:46:15.994Z] Progress (1): 20/37 kB 06:46:15 [2025-06-30T04:46:15.994Z] Progress (1): 23/37 kB 06:46:15 [2025-06-30T04:46:15.994Z] Progress (1): 28/37 kB 06:46:15 [2025-06-30T04:46:15.994Z] Progress (1): 32/37 kB 06:46:15 [2025-06-30T04:46:15.994Z] Progress (1): 36/37 kB 06:46:15 [2025-06-30T04:46:15.994Z] Progress (1): 37 kB 06:46:15 [2025-06-30T04:46:15.994Z] 06:46:15 [2025-06-30T04:46:15.994Z] Downloaded from Silverpeas Nexus: 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 871 kB/s) 06:46:15 [2025-06-30T04:46:15.994Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-antrun-plugin/1.3/maven-antrun-plugin-1.3.pom 06:46:15 [2025-06-30T04:46:15.994Z] Progress (1): 4.1 kB 06:46:15 [2025-06-30T04:46:15.994Z] Progress (1): 4.7 kB 06:46:15 [2025-06-30T04:46:15.994Z] 06:46:15 [2025-06-30T04:46:15.994Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-antrun-plugin/1.3/maven-antrun-plugin-1.3.pom (4.7 kB at 113 kB/s) 06:46:15 [2025-06-30T04:46:15.994Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-plugins/12/maven-plugins-12.pom 06:46:15 [2025-06-30T04:46:15.994Z] Progress (1): 4.1 kB 06:46:15 [2025-06-30T04:46:15.994Z] Progress (1): 8.2 kB 06:46:15 [2025-06-30T04:46:15.994Z] Progress (1): 12 kB 06:46:15 [2025-06-30T04:46:15.994Z] 06:46:15 [2025-06-30T04:46:15.994Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-plugins/12/maven-plugins-12.pom (12 kB at 294 kB/s) 06:46:15 [2025-06-30T04:46:15.994Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/maven-parent/9/maven-parent-9.pom 06:46:15 [2025-06-30T04:46:15.994Z] Progress (1): 4.1 kB 06:46:15 [2025-06-30T04:46:15.994Z] Progress (1): 8.2 kB 06:46:15 [2025-06-30T04:46:15.994Z] Progress (1): 12 kB 06:46:15 [2025-06-30T04:46:15.994Z] Progress (1): 16 kB 06:46:15 [2025-06-30T04:46:15.994Z] Progress (1): 20 kB 06:46:15 [2025-06-30T04:46:15.994Z] Progress (1): 25 kB 06:46:15 [2025-06-30T04:46:15.994Z] Progress (1): 29 kB 06:46:15 [2025-06-30T04:46:15.994Z] Progress (1): 33 kB 06:46:15 [2025-06-30T04:46:15.994Z] Progress (1): 33 kB 06:46:15 [2025-06-30T04:46:15.994Z] 06:46:15 [2025-06-30T04:46:15.994Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/maven-parent/9/maven-parent-9.pom (33 kB at 864 kB/s) 06:46:15 [2025-06-30T04:46:15.994Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/apache/4/apache-4.pom 06:46:15 [2025-06-30T04:46:15.994Z] Progress (1): 4.1 kB 06:46:16 [2025-06-30T04:46:16.245Z] Progress (1): 4.5 kB 06:46:16 [2025-06-30T04:46:16.245Z] 06:46:16 [2025-06-30T04:46:16.245Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/apache/4/apache-4.pom (4.5 kB at 118 kB/s) 06:46:16 [2025-06-30T04:46:16.245Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-antrun-plugin/1.3/maven-antrun-plugin-1.3.jar 06:46:16 [2025-06-30T04:46:16.245Z] Progress (1): 4.1/24 kB 06:46:16 [2025-06-30T04:46:16.245Z] Progress (1): 7.6/24 kB 06:46:16 [2025-06-30T04:46:16.245Z] Progress (1): 12/24 kB 06:46:16 [2025-06-30T04:46:16.245Z] Progress (1): 16/24 kB 06:46:16 [2025-06-30T04:46:16.245Z] Progress (1): 20/24 kB 06:46:16 [2025-06-30T04:46:16.245Z] Progress (1): 23/24 kB 06:46:16 [2025-06-30T04:46:16.245Z] Progress (1): 24 kB 06:46:16 [2025-06-30T04:46:16.245Z] 06:46:16 [2025-06-30T04:46:16.245Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-antrun-plugin/1.3/maven-antrun-plugin-1.3.jar (24 kB at 548 kB/s) 06:46:16 [2025-06-30T04:46:16.245Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-surefire-plugin/2.22.2/maven-surefire-plugin-2.22.2.pom 06:46:16 [2025-06-30T04:46:16.245Z] Progress (1): 4.1 kB 06:46:16 [2025-06-30T04:46:16.245Z] Progress (1): 5.0 kB 06:46:16 [2025-06-30T04:46:16.245Z] 06:46:16 [2025-06-30T04:46:16.245Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-surefire-plugin/2.22.2/maven-surefire-plugin-2.22.2.pom (5.0 kB at 135 kB/s) 06:46:16 [2025-06-30T04:46:16.245Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/surefire/surefire/2.22.2/surefire-2.22.2.pom 06:46:16 [2025-06-30T04:46:16.245Z] Progress (1): 4.1 kB 06:46:16 [2025-06-30T04:46:16.245Z] Progress (1): 8.2 kB 06:46:16 [2025-06-30T04:46:16.245Z] Progress (1): 12 kB 06:46:16 [2025-06-30T04:46:16.245Z] Progress (1): 16 kB 06:46:16 [2025-06-30T04:46:16.245Z] Progress (1): 20 kB 06:46:16 [2025-06-30T04:46:16.245Z] Progress (1): 25 kB 06:46:16 [2025-06-30T04:46:16.245Z] Progress (1): 26 kB 06:46:16 [2025-06-30T04:46:16.245Z] 06:46:16 [2025-06-30T04:46:16.245Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/surefire/surefire/2.22.2/surefire-2.22.2.pom (26 kB at 629 kB/s) 06:46:16 [2025-06-30T04:46:16.245Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/maven-parent/33/maven-parent-33.pom 06:46:16 [2025-06-30T04:46:16.245Z] Progress (1): 4.1 kB 06:46:16 [2025-06-30T04:46:16.245Z] Progress (1): 8.2 kB 06:46:16 [2025-06-30T04:46:16.245Z] Progress (1): 12 kB 06:46:16 [2025-06-30T04:46:16.245Z] Progress (1): 16 kB 06:46:16 [2025-06-30T04:46:16.245Z] Progress (1): 20 kB 06:46:16 [2025-06-30T04:46:16.245Z] Progress (1): 25 kB 06:46:16 [2025-06-30T04:46:16.245Z] Progress (1): 29 kB 06:46:16 [2025-06-30T04:46:16.245Z] Progress (1): 33 kB 06:46:16 [2025-06-30T04:46:16.245Z] Progress (1): 37 kB 06:46:16 [2025-06-30T04:46:16.245Z] Progress (1): 41 kB 06:46:16 [2025-06-30T04:46:16.245Z] Progress (1): 44 kB 06:46:16 [2025-06-30T04:46:16.245Z] 06:46:16 [2025-06-30T04:46:16.245Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/maven-parent/33/maven-parent-33.pom (44 kB at 1.1 MB/s) 06:46:16 [2025-06-30T04:46:16.245Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/apache/21/apache-21.pom 06:46:16 [2025-06-30T04:46:16.245Z] Progress (1): 4.1 kB 06:46:16 [2025-06-30T04:46:16.245Z] Progress (1): 8.2 kB 06:46:16 [2025-06-30T04:46:16.245Z] Progress (1): 12 kB 06:46:16 [2025-06-30T04:46:16.245Z] Progress (1): 16 kB 06:46:16 [2025-06-30T04:46:16.245Z] Progress (1): 17 kB 06:46:16 [2025-06-30T04:46:16.245Z] 06:46:16 [2025-06-30T04:46:16.245Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/apache/21/apache-21.pom (17 kB at 475 kB/s) 06:46:16 [2025-06-30T04:46:16.245Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-surefire-plugin/2.22.2/maven-surefire-plugin-2.22.2.jar 06:46:16 [2025-06-30T04:46:16.496Z] Progress (1): 4.1/41 kB 06:46:16 [2025-06-30T04:46:16.496Z] Progress (1): 7.6/41 kB 06:46:16 [2025-06-30T04:46:16.496Z] Progress (1): 12/41 kB 06:46:16 [2025-06-30T04:46:16.496Z] Progress (1): 16/41 kB 06:46:16 [2025-06-30T04:46:16.496Z] Progress (1): 20/41 kB 06:46:16 [2025-06-30T04:46:16.496Z] Progress (1): 23/41 kB 06:46:16 [2025-06-30T04:46:16.496Z] Progress (1): 28/41 kB 06:46:16 [2025-06-30T04:46:16.496Z] Progress (1): 32/41 kB 06:46:16 [2025-06-30T04:46:16.496Z] Progress (1): 36/41 kB 06:46:16 [2025-06-30T04:46:16.496Z] Progress (1): 39/41 kB 06:46:16 [2025-06-30T04:46:16.496Z] Progress (1): 41 kB 06:46:16 [2025-06-30T04:46:16.496Z] 06:46:16 [2025-06-30T04:46:16.496Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-surefire-plugin/2.22.2/maven-surefire-plugin-2.22.2.jar (41 kB at 988 kB/s) 06:46:16 [2025-06-30T04:46:16.496Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-failsafe-plugin/2.22.2/maven-failsafe-plugin-2.22.2.pom 06:46:16 [2025-06-30T04:46:16.496Z] Progress (1): 4.1 kB 06:46:16 [2025-06-30T04:46:16.496Z] Progress (1): 8.2 kB 06:46:16 [2025-06-30T04:46:16.496Z] Progress (1): 12 kB 06:46:16 [2025-06-30T04:46:16.496Z] 06:46:16 [2025-06-30T04:46:16.496Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-failsafe-plugin/2.22.2/maven-failsafe-plugin-2.22.2.pom (12 kB at 126 kB/s) 06:46:16 [2025-06-30T04:46:16.496Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-failsafe-plugin/2.22.2/maven-failsafe-plugin-2.22.2.jar 06:46:16 [2025-06-30T04:46:16.496Z] Progress (1): 4.1/294 kB 06:46:16 [2025-06-30T04:46:16.496Z] Progress (1): 7.6/294 kB 06:46:16 [2025-06-30T04:46:16.496Z] Progress (1): 12/294 kB 06:46:16 [2025-06-30T04:46:16.496Z] Progress (1): 16/294 kB 06:46:16 [2025-06-30T04:46:16.496Z] Progress (1): 20/294 kB 06:46:16 [2025-06-30T04:46:16.496Z] Progress (1): 23/294 kB 06:46:16 [2025-06-30T04:46:16.496Z] Progress (1): 28/294 kB 06:46:16 [2025-06-30T04:46:16.496Z] Progress (1): 32/294 kB 06:46:16 [2025-06-30T04:46:16.496Z] Progress (1): 36/294 kB 06:46:16 [2025-06-30T04:46:16.496Z] Progress (1): 39/294 kB 06:46:16 [2025-06-30T04:46:16.496Z] Progress (1): 44/294 kB 06:46:16 [2025-06-30T04:46:16.496Z] Progress (1): 48/294 kB 06:46:16 [2025-06-30T04:46:16.496Z] Progress (1): 52/294 kB 06:46:16 [2025-06-30T04:46:16.496Z] Progress (1): 55/294 kB 06:46:16 [2025-06-30T04:46:16.496Z] Progress (1): 60/294 kB 06:46:16 [2025-06-30T04:46:16.496Z] Progress (1): 64/294 kB 06:46:16 [2025-06-30T04:46:16.496Z] Progress (1): 68/294 kB 06:46:16 [2025-06-30T04:46:16.496Z] Progress (1): 71/294 kB 06:46:16 [2025-06-30T04:46:16.496Z] Progress (1): 74/294 kB 06:46:16 [2025-06-30T04:46:16.496Z] Progress (1): 78/294 kB 06:46:16 [2025-06-30T04:46:16.496Z] Progress (1): 82/294 kB 06:46:16 [2025-06-30T04:46:16.496Z] Progress (1): 86/294 kB 06:46:16 [2025-06-30T04:46:16.496Z] Progress (1): 90/294 kB 06:46:16 [2025-06-30T04:46:16.496Z] Progress (1): 94/294 kB 06:46:16 [2025-06-30T04:46:16.496Z] Progress (1): 98/294 kB 06:46:16 [2025-06-30T04:46:16.496Z] Progress (1): 102/294 kB 06:46:16 [2025-06-30T04:46:16.496Z] Progress (1): 106/294 kB 06:46:16 [2025-06-30T04:46:16.496Z] Progress (1): 111/294 kB 06:46:16 [2025-06-30T04:46:16.496Z] Progress (1): 115/294 kB 06:46:16 [2025-06-30T04:46:16.496Z] Progress (1): 119/294 kB 06:46:16 [2025-06-30T04:46:16.496Z] Progress (1): 123/294 kB 06:46:16 [2025-06-30T04:46:16.496Z] Progress (1): 127/294 kB 06:46:16 [2025-06-30T04:46:16.496Z] Progress (1): 131/294 kB 06:46:16 [2025-06-30T04:46:16.496Z] Progress (1): 135/294 kB 06:46:16 [2025-06-30T04:46:16.496Z] Progress (1): 139/294 kB 06:46:16 [2025-06-30T04:46:16.496Z] Progress (1): 143/294 kB 06:46:16 [2025-06-30T04:46:16.496Z] Progress (1): 147/294 kB 06:46:16 [2025-06-30T04:46:16.496Z] Progress (1): 151/294 kB 06:46:16 [2025-06-30T04:46:16.496Z] Progress (1): 155/294 kB 06:46:16 [2025-06-30T04:46:16.496Z] Progress (1): 159/294 kB 06:46:16 [2025-06-30T04:46:16.496Z] Progress (1): 163/294 kB 06:46:16 [2025-06-30T04:46:16.496Z] Progress (1): 167/294 kB 06:46:16 [2025-06-30T04:46:16.496Z] Progress (1): 171/294 kB 06:46:16 [2025-06-30T04:46:16.496Z] Progress (1): 175/294 kB 06:46:16 [2025-06-30T04:46:16.496Z] Progress (1): 179/294 kB 06:46:16 [2025-06-30T04:46:16.496Z] Progress (1): 183/294 kB 06:46:16 [2025-06-30T04:46:16.496Z] Progress (1): 187/294 kB 06:46:16 [2025-06-30T04:46:16.496Z] Progress (1): 191/294 kB 06:46:16 [2025-06-30T04:46:16.496Z] Progress (1): 195/294 kB 06:46:16 [2025-06-30T04:46:16.496Z] Progress (1): 199/294 kB 06:46:16 [2025-06-30T04:46:16.496Z] Progress (1): 203/294 kB 06:46:16 [2025-06-30T04:46:16.496Z] Progress (1): 207/294 kB 06:46:16 [2025-06-30T04:46:16.496Z] Progress (1): 211/294 kB 06:46:16 [2025-06-30T04:46:16.496Z] Progress (1): 215/294 kB 06:46:16 [2025-06-30T04:46:16.496Z] Progress (1): 219/294 kB 06:46:16 [2025-06-30T04:46:16.496Z] Progress (1): 223/294 kB 06:46:16 [2025-06-30T04:46:16.496Z] Progress (1): 227/294 kB 06:46:16 [2025-06-30T04:46:16.496Z] Progress (1): 229/294 kB 06:46:16 [2025-06-30T04:46:16.496Z] Progress (1): 233/294 kB 06:46:16 [2025-06-30T04:46:16.496Z] Progress (1): 238/294 kB 06:46:16 [2025-06-30T04:46:16.496Z] Progress (1): 242/294 kB 06:46:16 [2025-06-30T04:46:16.496Z] Progress (1): 246/294 kB 06:46:16 [2025-06-30T04:46:16.496Z] Progress (1): 250/294 kB 06:46:16 [2025-06-30T04:46:16.496Z] Progress (1): 254/294 kB 06:46:16 [2025-06-30T04:46:16.496Z] Progress (1): 258/294 kB 06:46:16 [2025-06-30T04:46:16.496Z] Progress (1): 262/294 kB 06:46:16 [2025-06-30T04:46:16.496Z] Progress (1): 266/294 kB 06:46:16 [2025-06-30T04:46:16.496Z] Progress (1): 270/294 kB 06:46:16 [2025-06-30T04:46:16.496Z] Progress (1): 274/294 kB 06:46:16 [2025-06-30T04:46:16.496Z] Progress (1): 279/294 kB 06:46:16 [2025-06-30T04:46:16.496Z] Progress (1): 283/294 kB 06:46:16 [2025-06-30T04:46:16.496Z] Progress (1): 287/294 kB 06:46:16 [2025-06-30T04:46:16.496Z] Progress (1): 291/294 kB 06:46:16 [2025-06-30T04:46:16.746Z] Progress (1): 294 kB 06:46:16 [2025-06-30T04:46:16.746Z] 06:46:16 [2025-06-30T04:46:16.746Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-failsafe-plugin/2.22.2/maven-failsafe-plugin-2.22.2.jar (294 kB at 2.7 MB/s) 06:46:16 [2025-06-30T04:46:16.746Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-assembly-plugin/3.4.2/maven-assembly-plugin-3.4.2.pom 06:46:16 [2025-06-30T04:46:16.746Z] Progress (1): 4.1 kB 06:46:16 [2025-06-30T04:46:16.746Z] Progress (1): 8.2 kB 06:46:16 [2025-06-30T04:46:16.746Z] Progress (1): 12 kB 06:46:16 [2025-06-30T04:46:16.746Z] Progress (1): 15 kB 06:46:16 [2025-06-30T04:46:16.746Z] 06:46:16 [2025-06-30T04:46:16.746Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-assembly-plugin/3.4.2/maven-assembly-plugin-3.4.2.pom (15 kB at 363 kB/s) 06:46:16 [2025-06-30T04:46:16.746Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-assembly-plugin/3.4.2/maven-assembly-plugin-3.4.2.jar 06:46:16 [2025-06-30T04:46:16.746Z] Progress (1): 4.1/255 kB 06:46:16 [2025-06-30T04:46:16.746Z] Progress (1): 7.6/255 kB 06:46:16 [2025-06-30T04:46:16.746Z] Progress (1): 12/255 kB 06:46:16 [2025-06-30T04:46:16.746Z] Progress (1): 16/255 kB 06:46:16 [2025-06-30T04:46:16.746Z] Progress (1): 20/255 kB 06:46:16 [2025-06-30T04:46:16.747Z] Progress (1): 23/255 kB 06:46:16 [2025-06-30T04:46:16.747Z] Progress (1): 28/255 kB 06:46:16 [2025-06-30T04:46:16.747Z] Progress (1): 32/255 kB 06:46:16 [2025-06-30T04:46:16.747Z] Progress (1): 36/255 kB 06:46:16 [2025-06-30T04:46:16.747Z] Progress (1): 39/255 kB 06:46:16 [2025-06-30T04:46:16.747Z] Progress (1): 44/255 kB 06:46:16 [2025-06-30T04:46:16.747Z] Progress (1): 48/255 kB 06:46:16 [2025-06-30T04:46:16.747Z] Progress (1): 52/255 kB 06:46:16 [2025-06-30T04:46:16.747Z] Progress (1): 55/255 kB 06:46:16 [2025-06-30T04:46:16.747Z] Progress (1): 60/255 kB 06:46:16 [2025-06-30T04:46:16.747Z] Progress (1): 64/255 kB 06:46:16 [2025-06-30T04:46:16.747Z] Progress (1): 68/255 kB 06:46:16 [2025-06-30T04:46:16.747Z] Progress (1): 71/255 kB 06:46:16 [2025-06-30T04:46:16.747Z] Progress (1): 74/255 kB 06:46:16 [2025-06-30T04:46:16.747Z] Progress (1): 78/255 kB 06:46:16 [2025-06-30T04:46:16.747Z] Progress (1): 82/255 kB 06:46:16 [2025-06-30T04:46:16.747Z] Progress (1): 86/255 kB 06:46:16 [2025-06-30T04:46:16.747Z] Progress (1): 90/255 kB 06:46:16 [2025-06-30T04:46:16.747Z] Progress (1): 94/255 kB 06:46:16 [2025-06-30T04:46:16.747Z] Progress (1): 98/255 kB 06:46:16 [2025-06-30T04:46:16.747Z] Progress (1): 102/255 kB 06:46:16 [2025-06-30T04:46:16.747Z] Progress (1): 106/255 kB 06:46:16 [2025-06-30T04:46:16.747Z] Progress (1): 111/255 kB 06:46:16 [2025-06-30T04:46:16.747Z] Progress (1): 115/255 kB 06:46:16 [2025-06-30T04:46:16.747Z] Progress (1): 119/255 kB 06:46:16 [2025-06-30T04:46:16.747Z] Progress (1): 123/255 kB 06:46:16 [2025-06-30T04:46:16.747Z] Progress (1): 127/255 kB 06:46:16 [2025-06-30T04:46:16.747Z] Progress (1): 131/255 kB 06:46:16 [2025-06-30T04:46:16.747Z] Progress (1): 135/255 kB 06:46:16 [2025-06-30T04:46:16.747Z] Progress (1): 139/255 kB 06:46:16 [2025-06-30T04:46:16.747Z] Progress (1): 143/255 kB 06:46:16 [2025-06-30T04:46:16.747Z] Progress (1): 147/255 kB 06:46:16 [2025-06-30T04:46:16.747Z] Progress (1): 151/255 kB 06:46:16 [2025-06-30T04:46:16.747Z] Progress (1): 155/255 kB 06:46:16 [2025-06-30T04:46:16.747Z] Progress (1): 159/255 kB 06:46:16 [2025-06-30T04:46:16.747Z] Progress (1): 163/255 kB 06:46:16 [2025-06-30T04:46:16.747Z] Progress (1): 167/255 kB 06:46:16 [2025-06-30T04:46:16.747Z] Progress (1): 171/255 kB 06:46:16 [2025-06-30T04:46:16.747Z] Progress (1): 175/255 kB 06:46:16 [2025-06-30T04:46:16.747Z] Progress (1): 179/255 kB 06:46:16 [2025-06-30T04:46:16.747Z] Progress (1): 183/255 kB 06:46:16 [2025-06-30T04:46:16.747Z] Progress (1): 187/255 kB 06:46:16 [2025-06-30T04:46:16.747Z] Progress (1): 191/255 kB 06:46:16 [2025-06-30T04:46:16.747Z] Progress (1): 195/255 kB 06:46:16 [2025-06-30T04:46:16.747Z] Progress (1): 199/255 kB 06:46:16 [2025-06-30T04:46:16.747Z] Progress (1): 203/255 kB 06:46:16 [2025-06-30T04:46:16.747Z] Progress (1): 207/255 kB 06:46:16 [2025-06-30T04:46:16.747Z] Progress (1): 211/255 kB 06:46:16 [2025-06-30T04:46:16.747Z] Progress (1): 215/255 kB 06:46:16 [2025-06-30T04:46:16.747Z] Progress (1): 219/255 kB 06:46:16 [2025-06-30T04:46:16.747Z] Progress (1): 223/255 kB 06:46:16 [2025-06-30T04:46:16.747Z] Progress (1): 227/255 kB 06:46:16 [2025-06-30T04:46:16.747Z] Progress (1): 229/255 kB 06:46:16 [2025-06-30T04:46:16.747Z] Progress (1): 233/255 kB 06:46:16 [2025-06-30T04:46:16.747Z] Progress (1): 238/255 kB 06:46:16 [2025-06-30T04:46:16.747Z] Progress (1): 242/255 kB 06:46:16 [2025-06-30T04:46:16.747Z] Progress (1): 246/255 kB 06:46:16 [2025-06-30T04:46:16.747Z] Progress (1): 250/255 kB 06:46:16 [2025-06-30T04:46:16.747Z] Progress (1): 254/255 kB 06:46:16 [2025-06-30T04:46:16.747Z] Progress (1): 255 kB 06:46:16 [2025-06-30T04:46:16.747Z] 06:46:16 [2025-06-30T04:46:16.747Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-assembly-plugin/3.4.2/maven-assembly-plugin-3.4.2.jar (255 kB at 3.4 MB/s) 06:46:16 [2025-06-30T04:46:16.747Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-jarsigner-plugin/3.0.0/maven-jarsigner-plugin-3.0.0.pom 06:46:16 [2025-06-30T04:46:16.747Z] Progress (1): 4.1 kB 06:46:16 [2025-06-30T04:46:16.747Z] Progress (1): 5.6 kB 06:46:16 [2025-06-30T04:46:16.747Z] 06:46:16 [2025-06-30T04:46:16.747Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-jarsigner-plugin/3.0.0/maven-jarsigner-plugin-3.0.0.pom (5.6 kB at 152 kB/s) 06:46:16 [2025-06-30T04:46:16.747Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom 06:46:16 [2025-06-30T04:46:16.747Z] Progress (1): 4.1 kB 06:46:16 [2025-06-30T04:46:16.747Z] Progress (1): 8.2 kB 06:46:16 [2025-06-30T04:46:16.747Z] Progress (1): 11 kB 06:46:16 [2025-06-30T04:46:16.747Z] 06:46:16 [2025-06-30T04:46:16.747Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom (11 kB at 267 kB/s) 06:46:16 [2025-06-30T04:46:16.747Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-jarsigner-plugin/3.0.0/maven-jarsigner-plugin-3.0.0.jar 06:46:16 [2025-06-30T04:46:16.997Z] Progress (1): 4.1/34 kB 06:46:16 [2025-06-30T04:46:16.997Z] Progress (1): 7.6/34 kB 06:46:16 [2025-06-30T04:46:16.997Z] Progress (1): 12/34 kB 06:46:16 [2025-06-30T04:46:16.997Z] Progress (1): 16/34 kB 06:46:16 [2025-06-30T04:46:16.997Z] Progress (1): 20/34 kB 06:46:16 [2025-06-30T04:46:16.997Z] Progress (1): 23/34 kB 06:46:16 [2025-06-30T04:46:16.997Z] Progress (1): 28/34 kB 06:46:16 [2025-06-30T04:46:16.997Z] Progress (1): 32/34 kB 06:46:16 [2025-06-30T04:46:16.997Z] Progress (1): 34 kB 06:46:16 [2025-06-30T04:46:16.997Z] 06:46:16 [2025-06-30T04:46:16.998Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-jarsigner-plugin/3.0.0/maven-jarsigner-plugin-3.0.0.jar (34 kB at 782 kB/s) 06:46:16 [2025-06-30T04:46:16.998Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-release-plugin/2.5.3/maven-release-plugin-2.5.3.pom 06:46:16 [2025-06-30T04:46:16.998Z] Progress (1): 4.1 kB 06:46:16 [2025-06-30T04:46:16.998Z] Progress (1): 8.2 kB 06:46:16 [2025-06-30T04:46:16.998Z] Progress (1): 11 kB 06:46:16 [2025-06-30T04:46:16.998Z] 06:46:16 [2025-06-30T04:46:16.998Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-release-plugin/2.5.3/maven-release-plugin-2.5.3.pom (11 kB at 258 kB/s) 06:46:16 [2025-06-30T04:46:16.998Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/release/maven-release/2.5.3/maven-release-2.5.3.pom 06:46:16 [2025-06-30T04:46:16.998Z] Progress (1): 4.1 kB 06:46:16 [2025-06-30T04:46:16.998Z] Progress (1): 5.0 kB 06:46:16 [2025-06-30T04:46:16.998Z] 06:46:16 [2025-06-30T04:46:16.998Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/release/maven-release/2.5.3/maven-release-2.5.3.pom (5.0 kB at 117 kB/s) 06:46:16 [2025-06-30T04:46:16.998Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/maven-parent/27/maven-parent-27.pom 06:46:16 [2025-06-30T04:46:16.998Z] Progress (1): 4.1 kB 06:46:16 [2025-06-30T04:46:16.998Z] Progress (1): 8.2 kB 06:46:16 [2025-06-30T04:46:16.998Z] Progress (1): 12 kB 06:46:16 [2025-06-30T04:46:16.998Z] Progress (1): 16 kB 06:46:16 [2025-06-30T04:46:16.998Z] Progress (1): 20 kB 06:46:16 [2025-06-30T04:46:16.998Z] Progress (1): 25 kB 06:46:16 [2025-06-30T04:46:16.998Z] Progress (1): 29 kB 06:46:16 [2025-06-30T04:46:16.998Z] Progress (1): 33 kB 06:46:16 [2025-06-30T04:46:16.998Z] Progress (1): 37 kB 06:46:16 [2025-06-30T04:46:16.998Z] Progress (1): 41 kB 06:46:16 [2025-06-30T04:46:16.998Z] 06:46:16 [2025-06-30T04:46:16.998Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/maven-parent/27/maven-parent-27.pom (41 kB at 969 kB/s) 06:46:16 [2025-06-30T04:46:16.998Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/apache/17/apache-17.pom 06:46:16 [2025-06-30T04:46:16.998Z] Progress (1): 4.1 kB 06:46:16 [2025-06-30T04:46:16.998Z] Progress (1): 8.2 kB 06:46:16 [2025-06-30T04:46:16.998Z] Progress (1): 12 kB 06:46:16 [2025-06-30T04:46:16.998Z] Progress (1): 16 kB 06:46:16 [2025-06-30T04:46:16.998Z] 06:46:16 [2025-06-30T04:46:16.998Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/apache/17/apache-17.pom (16 kB at 365 kB/s) 06:46:16 [2025-06-30T04:46:16.998Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-release-plugin/2.5.3/maven-release-plugin-2.5.3.jar 06:46:17 [2025-06-30T04:46:17.248Z] Progress (1): 4.1/53 kB 06:46:17 [2025-06-30T04:46:17.248Z] Progress (1): 7.6/53 kB 06:46:17 [2025-06-30T04:46:17.248Z] Progress (1): 12/53 kB 06:46:17 [2025-06-30T04:46:17.248Z] Progress (1): 16/53 kB 06:46:17 [2025-06-30T04:46:17.248Z] Progress (1): 20/53 kB 06:46:17 [2025-06-30T04:46:17.248Z] Progress (1): 23/53 kB 06:46:17 [2025-06-30T04:46:17.248Z] Progress (1): 28/53 kB 06:46:17 [2025-06-30T04:46:17.248Z] Progress (1): 32/53 kB 06:46:17 [2025-06-30T04:46:17.248Z] Progress (1): 36/53 kB 06:46:17 [2025-06-30T04:46:17.248Z] Progress (1): 39/53 kB 06:46:17 [2025-06-30T04:46:17.248Z] Progress (1): 44/53 kB 06:46:17 [2025-06-30T04:46:17.248Z] Progress (1): 48/53 kB 06:46:17 [2025-06-30T04:46:17.248Z] Progress (1): 52/53 kB 06:46:17 [2025-06-30T04:46:17.248Z] Progress (1): 53 kB 06:46:17 [2025-06-30T04:46:17.248Z] 06:46:17 [2025-06-30T04:46:17.248Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-release-plugin/2.5.3/maven-release-plugin-2.5.3.jar (53 kB at 1.0 MB/s) 06:46:17 [2025-06-30T04:46:17.248Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.pom 06:46:17 [2025-06-30T04:46:17.248Z] Progress (1): 4.1 kB 06:46:17 [2025-06-30T04:46:17.248Z] Progress (1): 6.9 kB 06:46:17 [2025-06-30T04:46:17.248Z] 06:46:17 [2025-06-30T04:46:17.248Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.pom (6.9 kB at 173 kB/s) 06:46:17 [2025-06-30T04:46:17.248Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.jar 06:46:17 [2025-06-30T04:46:17.248Z] Progress (1): 4.1/32 kB 06:46:17 [2025-06-30T04:46:17.248Z] Progress (1): 7.6/32 kB 06:46:17 [2025-06-30T04:46:17.248Z] Progress (1): 12/32 kB 06:46:17 [2025-06-30T04:46:17.248Z] Progress (1): 16/32 kB 06:46:17 [2025-06-30T04:46:17.248Z] Progress (1): 20/32 kB 06:46:17 [2025-06-30T04:46:17.248Z] Progress (1): 23/32 kB 06:46:17 [2025-06-30T04:46:17.248Z] Progress (1): 28/32 kB 06:46:17 [2025-06-30T04:46:17.248Z] Progress (1): 32/32 kB 06:46:17 [2025-06-30T04:46:17.248Z] Progress (1): 32 kB 06:46:17 [2025-06-30T04:46:17.248Z] 06:46:17 [2025-06-30T04:46:17.249Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.jar (32 kB at 699 kB/s) 06:46:17 [2025-06-30T04:46:17.249Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-javadoc-plugin/3.4.1/maven-javadoc-plugin-3.4.1.pom 06:46:17 [2025-06-30T04:46:17.249Z] Progress (1): 4.1 kB 06:46:17 [2025-06-30T04:46:17.249Z] Progress (1): 8.2 kB 06:46:17 [2025-06-30T04:46:17.249Z] Progress (1): 12 kB 06:46:17 [2025-06-30T04:46:17.249Z] Progress (1): 16 kB 06:46:17 [2025-06-30T04:46:17.249Z] Progress (1): 20 kB 06:46:17 [2025-06-30T04:46:17.249Z] Progress (1): 21 kB 06:46:17 [2025-06-30T04:46:17.249Z] 06:46:17 [2025-06-30T04:46:17.249Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-javadoc-plugin/3.4.1/maven-javadoc-plugin-3.4.1.pom (21 kB at 509 kB/s) 06:46:17 [2025-06-30T04:46:17.249Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-javadoc-plugin/3.4.1/maven-javadoc-plugin-3.4.1.jar 06:46:17 [2025-06-30T04:46:17.249Z] Progress (1): 4.1/523 kB 06:46:17 [2025-06-30T04:46:17.249Z] Progress (1): 7.6/523 kB 06:46:17 [2025-06-30T04:46:17.249Z] Progress (1): 12/523 kB 06:46:17 [2025-06-30T04:46:17.249Z] Progress (1): 16/523 kB 06:46:17 [2025-06-30T04:46:17.249Z] Progress (1): 20/523 kB 06:46:17 [2025-06-30T04:46:17.249Z] Progress (1): 23/523 kB 06:46:17 [2025-06-30T04:46:17.249Z] Progress (1): 28/523 kB 06:46:17 [2025-06-30T04:46:17.249Z] Progress (1): 32/523 kB 06:46:17 [2025-06-30T04:46:17.249Z] Progress (1): 36/523 kB 06:46:17 [2025-06-30T04:46:17.249Z] Progress (1): 39/523 kB 06:46:17 [2025-06-30T04:46:17.249Z] Progress (1): 44/523 kB 06:46:17 [2025-06-30T04:46:17.249Z] Progress (1): 48/523 kB 06:46:17 [2025-06-30T04:46:17.249Z] Progress (1): 52/523 kB 06:46:17 [2025-06-30T04:46:17.249Z] Progress (1): 55/523 kB 06:46:17 [2025-06-30T04:46:17.249Z] Progress (1): 60/523 kB 06:46:17 [2025-06-30T04:46:17.249Z] Progress (1): 64/523 kB 06:46:17 [2025-06-30T04:46:17.249Z] Progress (1): 68/523 kB 06:46:17 [2025-06-30T04:46:17.249Z] Progress (1): 71/523 kB 06:46:17 [2025-06-30T04:46:17.249Z] Progress (1): 74/523 kB 06:46:17 [2025-06-30T04:46:17.249Z] Progress (1): 78/523 kB 06:46:17 [2025-06-30T04:46:17.499Z] Progress (1): 82/523 kB 06:46:17 [2025-06-30T04:46:17.499Z] Progress (1): 86/523 kB 06:46:17 [2025-06-30T04:46:17.499Z] Progress (1): 90/523 kB 06:46:17 [2025-06-30T04:46:17.499Z] Progress (1): 94/523 kB 06:46:17 [2025-06-30T04:46:17.499Z] Progress (1): 98/523 kB 06:46:17 [2025-06-30T04:46:17.499Z] Progress (1): 102/523 kB 06:46:17 [2025-06-30T04:46:17.499Z] Progress (1): 106/523 kB 06:46:17 [2025-06-30T04:46:17.499Z] Progress (1): 111/523 kB 06:46:17 [2025-06-30T04:46:17.499Z] Progress (1): 115/523 kB 06:46:17 [2025-06-30T04:46:17.499Z] Progress (1): 119/523 kB 06:46:17 [2025-06-30T04:46:17.499Z] Progress (1): 123/523 kB 06:46:17 [2025-06-30T04:46:17.499Z] Progress (1): 127/523 kB 06:46:17 [2025-06-30T04:46:17.499Z] Progress (1): 131/523 kB 06:46:17 [2025-06-30T04:46:17.499Z] Progress (1): 135/523 kB 06:46:17 [2025-06-30T04:46:17.499Z] Progress (1): 139/523 kB 06:46:17 [2025-06-30T04:46:17.499Z] Progress (1): 143/523 kB 06:46:17 [2025-06-30T04:46:17.499Z] Progress (1): 147/523 kB 06:46:17 [2025-06-30T04:46:17.499Z] Progress (1): 151/523 kB 06:46:17 [2025-06-30T04:46:17.499Z] Progress (1): 155/523 kB 06:46:17 [2025-06-30T04:46:17.499Z] Progress (1): 159/523 kB 06:46:17 [2025-06-30T04:46:17.499Z] Progress (1): 163/523 kB 06:46:17 [2025-06-30T04:46:17.499Z] Progress (1): 167/523 kB 06:46:17 [2025-06-30T04:46:17.499Z] Progress (1): 171/523 kB 06:46:17 [2025-06-30T04:46:17.499Z] Progress (1): 175/523 kB 06:46:17 [2025-06-30T04:46:17.499Z] Progress (1): 179/523 kB 06:46:17 [2025-06-30T04:46:17.499Z] Progress (1): 183/523 kB 06:46:17 [2025-06-30T04:46:17.499Z] Progress (1): 187/523 kB 06:46:17 [2025-06-30T04:46:17.499Z] Progress (1): 191/523 kB 06:46:17 [2025-06-30T04:46:17.499Z] Progress (1): 195/523 kB 06:46:17 [2025-06-30T04:46:17.499Z] Progress (1): 199/523 kB 06:46:17 [2025-06-30T04:46:17.499Z] Progress (1): 203/523 kB 06:46:17 [2025-06-30T04:46:17.499Z] Progress (1): 207/523 kB 06:46:17 [2025-06-30T04:46:17.499Z] Progress (1): 211/523 kB 06:46:17 [2025-06-30T04:46:17.499Z] Progress (1): 215/523 kB 06:46:17 [2025-06-30T04:46:17.499Z] Progress (1): 219/523 kB 06:46:17 [2025-06-30T04:46:17.499Z] Progress (1): 223/523 kB 06:46:17 [2025-06-30T04:46:17.499Z] Progress (1): 227/523 kB 06:46:17 [2025-06-30T04:46:17.499Z] Progress (1): 229/523 kB 06:46:17 [2025-06-30T04:46:17.499Z] Progress (1): 233/523 kB 06:46:17 [2025-06-30T04:46:17.499Z] Progress (1): 238/523 kB 06:46:17 [2025-06-30T04:46:17.499Z] Progress (1): 242/523 kB 06:46:17 [2025-06-30T04:46:17.499Z] Progress (1): 246/523 kB 06:46:17 [2025-06-30T04:46:17.499Z] Progress (1): 250/523 kB 06:46:17 [2025-06-30T04:46:17.499Z] Progress (1): 254/523 kB 06:46:17 [2025-06-30T04:46:17.499Z] Progress (1): 258/523 kB 06:46:17 [2025-06-30T04:46:17.499Z] Progress (1): 262/523 kB 06:46:17 [2025-06-30T04:46:17.499Z] Progress (1): 266/523 kB 06:46:17 [2025-06-30T04:46:17.499Z] Progress (1): 270/523 kB 06:46:17 [2025-06-30T04:46:17.499Z] Progress (1): 274/523 kB 06:46:17 [2025-06-30T04:46:17.499Z] Progress (1): 279/523 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 283/523 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 287/523 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 291/523 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 295/523 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 299/523 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 303/523 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 307/523 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 311/523 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 315/523 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 319/523 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 323/523 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 327/523 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 331/523 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 335/523 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 339/523 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 343/523 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 347/523 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 351/523 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 355/523 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 359/523 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 363/523 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 367/523 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 371/523 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 375/523 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 379/523 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 383/523 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 387/523 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 391/523 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 393/523 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 397/523 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 401/523 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 406/523 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 409/523 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 413/523 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 417/523 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 422/523 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 425/523 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 429/523 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 433/523 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 438/523 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 441/523 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 445/523 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 449/523 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 454/523 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 457/523 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 461/523 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 465/523 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 470/523 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 473/523 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 477/523 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 481/523 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 486/523 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 489/523 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 492/523 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 496/523 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 500/523 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 504/523 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 508/523 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 512/523 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 516/523 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 520/523 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 523 kB 06:46:17 [2025-06-30T04:46:17.500Z] 06:46:17 [2025-06-30T04:46:17.500Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-javadoc-plugin/3.4.1/maven-javadoc-plugin-3.4.1.jar (523 kB at 5.2 MB/s) 06:46:17 [2025-06-30T04:46:17.500Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-project-info-reports-plugin/3.4.2/maven-project-info-reports-plugin-3.4.2.pom 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 4.1 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 8.2 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 12 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 16 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 20 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 21 kB 06:46:17 [2025-06-30T04:46:17.500Z] 06:46:17 [2025-06-30T04:46:17.500Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-project-info-reports-plugin/3.4.2/maven-project-info-reports-plugin-3.4.2.pom (21 kB at 557 kB/s) 06:46:17 [2025-06-30T04:46:17.500Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-project-info-reports-plugin/3.4.2/maven-project-info-reports-plugin-3.4.2.jar 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 4.1/295 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 7.6/295 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 12/295 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 16/295 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 20/295 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 23/295 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 28/295 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 32/295 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 36/295 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 39/295 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 44/295 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 48/295 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 52/295 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 55/295 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 60/295 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 64/295 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 68/295 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 71/295 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 74/295 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 78/295 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 82/295 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 86/295 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 90/295 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 94/295 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 98/295 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 102/295 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 106/295 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 111/295 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 115/295 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 119/295 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 123/295 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 127/295 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 131/295 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 135/295 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 139/295 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 143/295 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 147/295 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 151/295 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 155/295 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 159/295 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 163/295 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 167/295 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 171/295 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 175/295 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 179/295 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 183/295 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 187/295 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 191/295 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 195/295 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 199/295 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 203/295 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 207/295 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 211/295 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 215/295 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 219/295 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 223/295 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 227/295 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 229/295 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 233/295 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 238/295 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 242/295 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 246/295 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 250/295 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 254/295 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 258/295 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 262/295 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 266/295 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 270/295 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 274/295 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 278/295 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 282/295 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 286/295 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 290/295 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 294/295 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 295 kB 06:46:17 [2025-06-30T04:46:17.500Z] 06:46:17 [2025-06-30T04:46:17.500Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-project-info-reports-plugin/3.4.2/maven-project-info-reports-plugin-3.4.2.jar (295 kB at 4.9 MB/s) 06:46:17 [2025-06-30T04:46:17.500Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-gpg-plugin/3.0.1/maven-gpg-plugin-3.0.1.pom 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 4.1 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 8.2 kB 06:46:17 [2025-06-30T04:46:17.500Z] Progress (1): 12 kB 06:46:17 [2025-06-30T04:46:17.751Z] Progress (1): 13 kB 06:46:17 [2025-06-30T04:46:17.751Z] 06:46:17 [2025-06-30T04:46:17.751Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-gpg-plugin/3.0.1/maven-gpg-plugin-3.0.1.pom (13 kB at 353 kB/s) 06:46:17 [2025-06-30T04:46:17.751Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-gpg-plugin/3.0.1/maven-gpg-plugin-3.0.1.jar 06:46:17 [2025-06-30T04:46:17.751Z] Progress (1): 4.1/60 kB 06:46:17 [2025-06-30T04:46:17.751Z] Progress (1): 7.6/60 kB 06:46:17 [2025-06-30T04:46:17.751Z] Progress (1): 12/60 kB 06:46:17 [2025-06-30T04:46:17.751Z] Progress (1): 16/60 kB 06:46:17 [2025-06-30T04:46:17.751Z] Progress (1): 20/60 kB 06:46:17 [2025-06-30T04:46:17.751Z] Progress (1): 23/60 kB 06:46:17 [2025-06-30T04:46:17.751Z] Progress (1): 28/60 kB 06:46:17 [2025-06-30T04:46:17.751Z] Progress (1): 32/60 kB 06:46:17 [2025-06-30T04:46:17.751Z] Progress (1): 36/60 kB 06:46:17 [2025-06-30T04:46:17.751Z] Progress (1): 39/60 kB 06:46:17 [2025-06-30T04:46:17.751Z] Progress (1): 44/60 kB 06:46:17 [2025-06-30T04:46:17.751Z] Progress (1): 48/60 kB 06:46:17 [2025-06-30T04:46:17.751Z] Progress (1): 52/60 kB 06:46:17 [2025-06-30T04:46:17.751Z] Progress (1): 55/60 kB 06:46:17 [2025-06-30T04:46:17.751Z] Progress (1): 60/60 kB 06:46:17 [2025-06-30T04:46:17.751Z] Progress (1): 60 kB 06:46:17 [2025-06-30T04:46:17.751Z] 06:46:17 [2025-06-30T04:46:17.751Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-gpg-plugin/3.0.1/maven-gpg-plugin-3.0.1.jar (60 kB at 1.4 MB/s) 06:46:17 [2025-06-30T04:46:17.751Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/net/sourceforge/maven-taglib/maven-taglib-plugin/2.4/maven-taglib-plugin-2.4.pom 06:46:17 [2025-06-30T04:46:17.751Z] Progress (1): 4.1 kB 06:46:17 [2025-06-30T04:46:17.751Z] Progress (1): 8.0 kB 06:46:17 [2025-06-30T04:46:17.751Z] 06:46:17 [2025-06-30T04:46:17.751Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/net/sourceforge/maven-taglib/maven-taglib-plugin/2.4/maven-taglib-plugin-2.4.pom (8.0 kB at 205 kB/s) 06:46:17 [2025-06-30T04:46:17.751Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/net/sourceforge/maven-taglib/maven-taglib-plugin/2.4/maven-taglib-plugin-2.4.jar 06:46:17 [2025-06-30T04:46:17.751Z] Progress (1): 4.1/69 kB 06:46:17 [2025-06-30T04:46:17.751Z] Progress (1): 7.6/69 kB 06:46:17 [2025-06-30T04:46:17.751Z] Progress (1): 12/69 kB 06:46:17 [2025-06-30T04:46:17.751Z] Progress (1): 16/69 kB 06:46:17 [2025-06-30T04:46:17.751Z] Progress (1): 20/69 kB 06:46:17 [2025-06-30T04:46:17.751Z] Progress (1): 23/69 kB 06:46:17 [2025-06-30T04:46:17.751Z] Progress (1): 28/69 kB 06:46:17 [2025-06-30T04:46:17.751Z] Progress (1): 32/69 kB 06:46:17 [2025-06-30T04:46:17.751Z] Progress (1): 36/69 kB 06:46:17 [2025-06-30T04:46:17.751Z] Progress (1): 39/69 kB 06:46:17 [2025-06-30T04:46:17.751Z] Progress (1): 44/69 kB 06:46:17 [2025-06-30T04:46:17.751Z] Progress (1): 48/69 kB 06:46:17 [2025-06-30T04:46:17.751Z] Progress (1): 52/69 kB 06:46:17 [2025-06-30T04:46:17.751Z] Progress (1): 55/69 kB 06:46:17 [2025-06-30T04:46:17.751Z] Progress (1): 60/69 kB 06:46:17 [2025-06-30T04:46:17.751Z] Progress (1): 64/69 kB 06:46:17 [2025-06-30T04:46:17.751Z] Progress (1): 68/69 kB 06:46:17 [2025-06-30T04:46:17.751Z] Progress (1): 69 kB 06:46:17 [2025-06-30T04:46:17.751Z] 06:46:17 [2025-06-30T04:46:17.751Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/net/sourceforge/maven-taglib/maven-taglib-plugin/2.4/maven-taglib-plugin-2.4.jar (69 kB at 1.4 MB/s) 06:46:17 [2025-06-30T04:46:17.751Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/mycila/license-maven-plugin/4.1/license-maven-plugin-4.1.pom 06:46:17 [2025-06-30T04:46:17.751Z] Progress (1): 4.1 kB 06:46:17 [2025-06-30T04:46:17.751Z] Progress (1): 6.5 kB 06:46:17 [2025-06-30T04:46:17.751Z] 06:46:17 [2025-06-30T04:46:17.751Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/mycila/license-maven-plugin/4.1/license-maven-plugin-4.1.pom (6.5 kB at 152 kB/s) 06:46:17 [2025-06-30T04:46:17.751Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/mycila/license-maven-plugin-parent/4.1/license-maven-plugin-parent-4.1.pom 06:46:17 [2025-06-30T04:46:17.751Z] Progress (1): 4.1 kB 06:46:17 [2025-06-30T04:46:17.751Z] Progress (1): 8.2 kB 06:46:18 [2025-06-30T04:46:18.002Z] Progress (1): 8.5 kB 06:46:18 [2025-06-30T04:46:18.002Z] 06:46:18 [2025-06-30T04:46:18.002Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/mycila/license-maven-plugin-parent/4.1/license-maven-plugin-parent-4.1.pom (8.5 kB at 208 kB/s) 06:46:18 [2025-06-30T04:46:18.002Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/mycila/mycila-pom/9/mycila-pom-9.pom 06:46:18 [2025-06-30T04:46:18.002Z] Progress (1): 4.1 kB 06:46:18 [2025-06-30T04:46:18.002Z] Progress (1): 8.2 kB 06:46:18 [2025-06-30T04:46:18.002Z] Progress (1): 12 kB 06:46:18 [2025-06-30T04:46:18.002Z] Progress (1): 15 kB 06:46:18 [2025-06-30T04:46:18.002Z] 06:46:18 [2025-06-30T04:46:18.002Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/mycila/mycila-pom/9/mycila-pom-9.pom (15 kB at 373 kB/s) 06:46:18 [2025-06-30T04:46:18.002Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/mycila/license-maven-plugin/4.1/license-maven-plugin-4.1.jar 06:46:18 [2025-06-30T04:46:18.002Z] Progress (1): 4.1/107 kB 06:46:18 [2025-06-30T04:46:18.002Z] Progress (1): 7.6/107 kB 06:46:18 [2025-06-30T04:46:18.002Z] Progress (1): 12/107 kB 06:46:18 [2025-06-30T04:46:18.002Z] Progress (1): 16/107 kB 06:46:18 [2025-06-30T04:46:18.002Z] Progress (1): 20/107 kB 06:46:18 [2025-06-30T04:46:18.002Z] Progress (1): 23/107 kB 06:46:18 [2025-06-30T04:46:18.002Z] Progress (1): 28/107 kB 06:46:18 [2025-06-30T04:46:18.002Z] Progress (1): 32/107 kB 06:46:18 [2025-06-30T04:46:18.002Z] Progress (1): 36/107 kB 06:46:18 [2025-06-30T04:46:18.002Z] Progress (1): 39/107 kB 06:46:18 [2025-06-30T04:46:18.002Z] Progress (1): 44/107 kB 06:46:18 [2025-06-30T04:46:18.002Z] Progress (1): 48/107 kB 06:46:18 [2025-06-30T04:46:18.002Z] Progress (1): 52/107 kB 06:46:18 [2025-06-30T04:46:18.002Z] Progress (1): 55/107 kB 06:46:18 [2025-06-30T04:46:18.002Z] Progress (1): 60/107 kB 06:46:18 [2025-06-30T04:46:18.002Z] Progress (1): 64/107 kB 06:46:18 [2025-06-30T04:46:18.002Z] Progress (1): 68/107 kB 06:46:18 [2025-06-30T04:46:18.002Z] Progress (1): 71/107 kB 06:46:18 [2025-06-30T04:46:18.002Z] Progress (1): 74/107 kB 06:46:18 [2025-06-30T04:46:18.002Z] Progress (1): 78/107 kB 06:46:18 [2025-06-30T04:46:18.002Z] Progress (1): 82/107 kB 06:46:18 [2025-06-30T04:46:18.002Z] Progress (1): 86/107 kB 06:46:18 [2025-06-30T04:46:18.002Z] Progress (1): 90/107 kB 06:46:18 [2025-06-30T04:46:18.002Z] Progress (1): 94/107 kB 06:46:18 [2025-06-30T04:46:18.002Z] Progress (1): 98/107 kB 06:46:18 [2025-06-30T04:46:18.002Z] Progress (1): 102/107 kB 06:46:18 [2025-06-30T04:46:18.002Z] Progress (1): 106/107 kB 06:46:18 [2025-06-30T04:46:18.002Z] Progress (1): 107 kB 06:46:18 [2025-06-30T04:46:18.002Z] 06:46:18 [2025-06-30T04:46:18.002Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/mycila/license-maven-plugin/4.1/license-maven-plugin-4.1.jar (107 kB at 1.9 MB/s) 06:46:18 [2025-06-30T04:46:18.002Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/silverpeas/maven/silverpeas-ui-compressor-maven-plugin/1.7/silverpeas-ui-compressor-maven-plugin-1.7.pom 06:46:18 [2025-06-30T04:46:18.002Z] Progress (1): 4.1 kB 06:46:18 [2025-06-30T04:46:18.002Z] Progress (1): 8.2 kB 06:46:18 [2025-06-30T04:46:18.002Z] Progress (1): 12 kB 06:46:18 [2025-06-30T04:46:18.002Z] Progress (1): 13 kB 06:46:18 [2025-06-30T04:46:18.002Z] 06:46:18 [2025-06-30T04:46:18.002Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/silverpeas/maven/silverpeas-ui-compressor-maven-plugin/1.7/silverpeas-ui-compressor-maven-plugin-1.7.pom (13 kB at 269 kB/s) 06:46:18 [2025-06-30T04:46:18.002Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/sonatype/oss/oss-parent/7/oss-parent-7.pom 06:46:18 [2025-06-30T04:46:18.002Z] Progress (1): 4.1 kB 06:46:18 [2025-06-30T04:46:18.002Z] Progress (1): 4.8 kB 06:46:18 [2025-06-30T04:46:18.002Z] 06:46:18 [2025-06-30T04:46:18.002Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (4.8 kB at 121 kB/s) 06:46:18 [2025-06-30T04:46:18.002Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/silverpeas/maven/silverpeas-ui-compressor-maven-plugin/1.7/silverpeas-ui-compressor-maven-plugin-1.7.jar 06:46:18 [2025-06-30T04:46:18.002Z] Progress (1): 4.1/48 kB 06:46:18 [2025-06-30T04:46:18.002Z] Progress (1): 7.6/48 kB 06:46:18 [2025-06-30T04:46:18.002Z] Progress (1): 12/48 kB 06:46:18 [2025-06-30T04:46:18.002Z] Progress (1): 16/48 kB 06:46:18 [2025-06-30T04:46:18.002Z] Progress (1): 20/48 kB 06:46:18 [2025-06-30T04:46:18.002Z] Progress (1): 23/48 kB 06:46:18 [2025-06-30T04:46:18.002Z] Progress (1): 28/48 kB 06:46:18 [2025-06-30T04:46:18.002Z] Progress (1): 32/48 kB 06:46:18 [2025-06-30T04:46:18.002Z] Progress (1): 36/48 kB 06:46:18 [2025-06-30T04:46:18.002Z] Progress (1): 39/48 kB 06:46:18 [2025-06-30T04:46:18.002Z] Progress (1): 44/48 kB 06:46:18 [2025-06-30T04:46:18.002Z] Progress (1): 48/48 kB 06:46:18 [2025-06-30T04:46:18.253Z] Progress (1): 48 kB 06:46:18 [2025-06-30T04:46:18.253Z] 06:46:18 [2025-06-30T04:46:18.253Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/silverpeas/maven/silverpeas-ui-compressor-maven-plugin/1.7/silverpeas-ui-compressor-maven-plugin-1.7.jar (48 kB at 308 kB/s) 06:46:18 [2025-06-30T04:46:18.253Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/mojo/build-helper-maven-plugin/3.3.0/build-helper-maven-plugin-3.3.0.pom 06:46:18 [2025-06-30T04:46:18.253Z] Progress (1): 4.1 kB 06:46:18 [2025-06-30T04:46:18.253Z] Progress (1): 7.4 kB 06:46:18 [2025-06-30T04:46:18.253Z] 06:46:18 [2025-06-30T04:46:18.253Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/mojo/build-helper-maven-plugin/3.3.0/build-helper-maven-plugin-3.3.0.pom (7.4 kB at 158 kB/s) 06:46:18 [2025-06-30T04:46:18.253Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/mojo/mojo-parent/65/mojo-parent-65.pom 06:46:18 [2025-06-30T04:46:18.253Z] Progress (1): 4.1 kB 06:46:18 [2025-06-30T04:46:18.253Z] Progress (1): 8.2 kB 06:46:18 [2025-06-30T04:46:18.253Z] Progress (1): 12 kB 06:46:18 [2025-06-30T04:46:18.253Z] Progress (1): 16 kB 06:46:18 [2025-06-30T04:46:18.253Z] Progress (1): 20 kB 06:46:18 [2025-06-30T04:46:18.253Z] Progress (1): 25 kB 06:46:18 [2025-06-30T04:46:18.253Z] Progress (1): 29 kB 06:46:18 [2025-06-30T04:46:18.253Z] Progress (1): 33 kB 06:46:18 [2025-06-30T04:46:18.253Z] Progress (1): 35 kB 06:46:18 [2025-06-30T04:46:18.253Z] 06:46:18 [2025-06-30T04:46:18.253Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/mojo/mojo-parent/65/mojo-parent-65.pom (35 kB at 754 kB/s) 06:46:18 [2025-06-30T04:46:18.253Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/junit/junit-bom/5.8.1/junit-bom-5.8.1.pom 06:46:18 [2025-06-30T04:46:18.503Z] Progress (1): 4.1 kB 06:46:18 [2025-06-30T04:46:18.503Z] Progress (1): 5.6 kB 06:46:18 [2025-06-30T04:46:18.503Z] 06:46:18 [2025-06-30T04:46:18.503Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/junit/junit-bom/5.8.1/junit-bom-5.8.1.pom (5.6 kB at 125 kB/s) 06:46:18 [2025-06-30T04:46:18.503Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/mojo/build-helper-maven-plugin/3.3.0/build-helper-maven-plugin-3.3.0.jar 06:46:18 [2025-06-30T04:46:18.503Z] Progress (1): 4.1/68 kB 06:46:18 [2025-06-30T04:46:18.503Z] Progress (1): 7.6/68 kB 06:46:18 [2025-06-30T04:46:18.503Z] Progress (1): 12/68 kB 06:46:18 [2025-06-30T04:46:18.503Z] Progress (1): 16/68 kB 06:46:18 [2025-06-30T04:46:18.503Z] Progress (1): 20/68 kB 06:46:18 [2025-06-30T04:46:18.503Z] Progress (1): 23/68 kB 06:46:18 [2025-06-30T04:46:18.503Z] Progress (1): 28/68 kB 06:46:18 [2025-06-30T04:46:18.503Z] Progress (1): 32/68 kB 06:46:18 [2025-06-30T04:46:18.503Z] Progress (1): 36/68 kB 06:46:18 [2025-06-30T04:46:18.503Z] Progress (1): 39/68 kB 06:46:18 [2025-06-30T04:46:18.504Z] Progress (1): 44/68 kB 06:46:18 [2025-06-30T04:46:18.504Z] Progress (1): 48/68 kB 06:46:18 [2025-06-30T04:46:18.504Z] Progress (1): 52/68 kB 06:46:18 [2025-06-30T04:46:18.504Z] Progress (1): 55/68 kB 06:46:18 [2025-06-30T04:46:18.504Z] Progress (1): 60/68 kB 06:46:18 [2025-06-30T04:46:18.504Z] Progress (1): 64/68 kB 06:46:18 [2025-06-30T04:46:18.504Z] Progress (1): 68/68 kB 06:46:18 [2025-06-30T04:46:18.504Z] Progress (1): 68 kB 06:46:18 [2025-06-30T04:46:18.504Z] 06:46:18 [2025-06-30T04:46:18.504Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/mojo/build-helper-maven-plugin/3.3.0/build-helper-maven-plugin-3.3.0.jar (68 kB at 1.3 MB/s) 06:46:18 [2025-06-30T04:46:18.504Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/plugins/wildfly-maven-plugin/4.0.0.Final/wildfly-maven-plugin-4.0.0.Final.pom 06:46:18 [2025-06-30T04:46:18.504Z] Progress (1): 4.1 kB 06:46:18 [2025-06-30T04:46:18.504Z] Progress (1): 8.2 kB 06:46:18 [2025-06-30T04:46:18.504Z] Progress (1): 9.8 kB 06:46:18 [2025-06-30T04:46:18.504Z] 06:46:18 [2025-06-30T04:46:18.504Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/plugins/wildfly-maven-plugin/4.0.0.Final/wildfly-maven-plugin-4.0.0.Final.pom (9.8 kB at 233 kB/s) 06:46:18 [2025-06-30T04:46:18.504Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/plugins/wildfly-maven-plugin-parent/4.0.0.Final/wildfly-maven-plugin-parent-4.0.0.Final.pom 06:46:18 [2025-06-30T04:46:18.504Z] Progress (1): 4.1 kB 06:46:18 [2025-06-30T04:46:18.504Z] Progress (1): 8.2 kB 06:46:18 [2025-06-30T04:46:18.504Z] Progress (1): 12 kB 06:46:18 [2025-06-30T04:46:18.504Z] Progress (1): 16 kB 06:46:18 [2025-06-30T04:46:18.504Z] Progress (1): 18 kB 06:46:18 [2025-06-30T04:46:18.504Z] 06:46:18 [2025-06-30T04:46:18.504Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/plugins/wildfly-maven-plugin-parent/4.0.0.Final/wildfly-maven-plugin-parent-4.0.0.Final.pom (18 kB at 462 kB/s) 06:46:18 [2025-06-30T04:46:18.504Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/jboss-parent/39/jboss-parent-39.pom 06:46:18 [2025-06-30T04:46:18.504Z] Progress (1): 4.1 kB 06:46:18 [2025-06-30T04:46:18.504Z] Progress (1): 8.2 kB 06:46:18 [2025-06-30T04:46:18.504Z] Progress (1): 12 kB 06:46:18 [2025-06-30T04:46:18.504Z] Progress (1): 16 kB 06:46:18 [2025-06-30T04:46:18.504Z] Progress (1): 20 kB 06:46:18 [2025-06-30T04:46:18.504Z] Progress (1): 25 kB 06:46:18 [2025-06-30T04:46:18.504Z] Progress (1): 29 kB 06:46:18 [2025-06-30T04:46:18.504Z] Progress (1): 33 kB 06:46:18 [2025-06-30T04:46:18.504Z] Progress (1): 37 kB 06:46:18 [2025-06-30T04:46:18.504Z] Progress (1): 41 kB 06:46:18 [2025-06-30T04:46:18.504Z] Progress (1): 45 kB 06:46:18 [2025-06-30T04:46:18.504Z] Progress (1): 49 kB 06:46:18 [2025-06-30T04:46:18.504Z] Progress (1): 53 kB 06:46:18 [2025-06-30T04:46:18.504Z] Progress (1): 57 kB 06:46:18 [2025-06-30T04:46:18.504Z] Progress (1): 61 kB 06:46:18 [2025-06-30T04:46:18.504Z] Progress (1): 66 kB 06:46:18 [2025-06-30T04:46:18.504Z] Progress (1): 68 kB 06:46:18 [2025-06-30T04:46:18.504Z] 06:46:18 [2025-06-30T04:46:18.504Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/jboss-parent/39/jboss-parent-39.pom (68 kB at 1.4 MB/s) 06:46:18 [2025-06-30T04:46:18.754Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/plugins/wildfly-maven-plugin/4.0.0.Final/wildfly-maven-plugin-4.0.0.Final.jar 06:46:18 [2025-06-30T04:46:18.754Z] Progress (1): 4.1/166 kB 06:46:18 [2025-06-30T04:46:18.754Z] Progress (1): 7.6/166 kB 06:46:18 [2025-06-30T04:46:18.754Z] Progress (1): 12/166 kB 06:46:18 [2025-06-30T04:46:18.754Z] Progress (1): 16/166 kB 06:46:18 [2025-06-30T04:46:18.754Z] Progress (1): 20/166 kB 06:46:18 [2025-06-30T04:46:18.754Z] Progress (1): 23/166 kB 06:46:18 [2025-06-30T04:46:18.754Z] Progress (1): 28/166 kB 06:46:18 [2025-06-30T04:46:18.754Z] Progress (1): 32/166 kB 06:46:18 [2025-06-30T04:46:18.754Z] Progress (1): 36/166 kB 06:46:18 [2025-06-30T04:46:18.754Z] Progress (1): 39/166 kB 06:46:18 [2025-06-30T04:46:18.754Z] Progress (1): 44/166 kB 06:46:18 [2025-06-30T04:46:18.754Z] Progress (1): 48/166 kB 06:46:18 [2025-06-30T04:46:18.754Z] Progress (1): 52/166 kB 06:46:18 [2025-06-30T04:46:18.754Z] Progress (1): 55/166 kB 06:46:18 [2025-06-30T04:46:18.754Z] Progress (1): 60/166 kB 06:46:18 [2025-06-30T04:46:18.754Z] Progress (1): 64/166 kB 06:46:18 [2025-06-30T04:46:18.754Z] Progress (1): 68/166 kB 06:46:18 [2025-06-30T04:46:18.754Z] Progress (1): 71/166 kB 06:46:18 [2025-06-30T04:46:18.754Z] Progress (1): 74/166 kB 06:46:18 [2025-06-30T04:46:18.754Z] Progress (1): 78/166 kB 06:46:18 [2025-06-30T04:46:18.754Z] Progress (1): 82/166 kB 06:46:18 [2025-06-30T04:46:18.754Z] Progress (1): 86/166 kB 06:46:18 [2025-06-30T04:46:18.754Z] Progress (1): 90/166 kB 06:46:18 [2025-06-30T04:46:18.754Z] Progress (1): 94/166 kB 06:46:18 [2025-06-30T04:46:18.754Z] Progress (1): 98/166 kB 06:46:18 [2025-06-30T04:46:18.754Z] Progress (1): 102/166 kB 06:46:18 [2025-06-30T04:46:18.754Z] Progress (1): 106/166 kB 06:46:18 [2025-06-30T04:46:18.754Z] Progress (1): 111/166 kB 06:46:18 [2025-06-30T04:46:18.754Z] Progress (1): 115/166 kB 06:46:18 [2025-06-30T04:46:18.754Z] Progress (1): 119/166 kB 06:46:18 [2025-06-30T04:46:18.754Z] Progress (1): 123/166 kB 06:46:18 [2025-06-30T04:46:18.754Z] Progress (1): 127/166 kB 06:46:18 [2025-06-30T04:46:18.755Z] Progress (1): 131/166 kB 06:46:18 [2025-06-30T04:46:18.755Z] Progress (1): 135/166 kB 06:46:18 [2025-06-30T04:46:18.755Z] Progress (1): 139/166 kB 06:46:18 [2025-06-30T04:46:18.755Z] Progress (1): 143/166 kB 06:46:18 [2025-06-30T04:46:18.755Z] Progress (1): 147/166 kB 06:46:18 [2025-06-30T04:46:18.755Z] Progress (1): 151/166 kB 06:46:18 [2025-06-30T04:46:18.755Z] Progress (1): 155/166 kB 06:46:18 [2025-06-30T04:46:18.755Z] Progress (1): 159/166 kB 06:46:18 [2025-06-30T04:46:18.755Z] Progress (1): 163/166 kB 06:46:18 [2025-06-30T04:46:18.755Z] Progress (1): 166 kB 06:46:18 [2025-06-30T04:46:18.755Z] 06:46:18 [2025-06-30T04:46:18.755Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/plugins/wildfly-maven-plugin/4.0.0.Final/wildfly-maven-plugin-4.0.0.Final.jar (166 kB at 2.6 MB/s) 06:46:18 [2025-06-30T04:46:18.755Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jacoco/jacoco-maven-plugin/0.8.8/jacoco-maven-plugin-0.8.8.pom 06:46:18 [2025-06-30T04:46:18.755Z] Progress (1): 3.8 kB 06:46:18 [2025-06-30T04:46:18.755Z] 06:46:18 [2025-06-30T04:46:18.755Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jacoco/jacoco-maven-plugin/0.8.8/jacoco-maven-plugin-0.8.8.pom (3.8 kB at 84 kB/s) 06:46:18 [2025-06-30T04:46:18.755Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jacoco/org.jacoco.build/0.8.8/org.jacoco.build-0.8.8.pom 06:46:18 [2025-06-30T04:46:18.755Z] Progress (1): 4.1 kB 06:46:18 [2025-06-30T04:46:18.755Z] Progress (1): 8.2 kB 06:46:18 [2025-06-30T04:46:18.755Z] Progress (1): 12 kB 06:46:18 [2025-06-30T04:46:18.755Z] Progress (1): 16 kB 06:46:18 [2025-06-30T04:46:18.755Z] Progress (1): 20 kB 06:46:18 [2025-06-30T04:46:18.755Z] Progress (1): 25 kB 06:46:18 [2025-06-30T04:46:18.755Z] Progress (1): 29 kB 06:46:18 [2025-06-30T04:46:18.755Z] Progress (1): 33 kB 06:46:18 [2025-06-30T04:46:18.755Z] Progress (1): 37 kB 06:46:18 [2025-06-30T04:46:18.755Z] Progress (1): 41 kB 06:46:18 [2025-06-30T04:46:18.755Z] Progress (1): 44 kB 06:46:18 [2025-06-30T04:46:18.755Z] 06:46:18 [2025-06-30T04:46:18.755Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jacoco/org.jacoco.build/0.8.8/org.jacoco.build-0.8.8.pom (44 kB at 968 kB/s) 06:46:18 [2025-06-30T04:46:18.755Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jacoco/jacoco-maven-plugin/0.8.8/jacoco-maven-plugin-0.8.8.jar 06:46:18 [2025-06-30T04:46:18.755Z] Progress (1): 4.1/56 kB 06:46:18 [2025-06-30T04:46:18.755Z] Progress (1): 7.6/56 kB 06:46:18 [2025-06-30T04:46:18.755Z] Progress (1): 12/56 kB 06:46:18 [2025-06-30T04:46:18.755Z] Progress (1): 16/56 kB 06:46:18 [2025-06-30T04:46:18.755Z] Progress (1): 20/56 kB 06:46:18 [2025-06-30T04:46:18.755Z] Progress (1): 23/56 kB 06:46:18 [2025-06-30T04:46:18.755Z] Progress (1): 28/56 kB 06:46:18 [2025-06-30T04:46:18.755Z] Progress (1): 32/56 kB 06:46:18 [2025-06-30T04:46:18.755Z] Progress (1): 36/56 kB 06:46:18 [2025-06-30T04:46:18.755Z] Progress (1): 39/56 kB 06:46:18 [2025-06-30T04:46:18.755Z] Progress (1): 44/56 kB 06:46:18 [2025-06-30T04:46:18.755Z] Progress (1): 48/56 kB 06:46:18 [2025-06-30T04:46:18.755Z] Progress (1): 52/56 kB 06:46:18 [2025-06-30T04:46:18.755Z] Progress (1): 55/56 kB 06:46:18 [2025-06-30T04:46:18.755Z] Progress (1): 56 kB 06:46:18 [2025-06-30T04:46:18.755Z] 06:46:18 [2025-06-30T04:46:18.755Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jacoco/jacoco-maven-plugin/0.8.8/jacoco-maven-plugin-0.8.8.jar (56 kB at 1.2 MB/s) 06:46:19 [2025-06-30T04:46:19.005Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/qmino/miredot-plugin/2.4.1-Java11/miredot-plugin-2.4.1-Java11.pom 06:46:19 [2025-06-30T04:46:19.556Z] Progress (1): 4.1 kB 06:46:19 [2025-06-30T04:46:19.556Z] Progress (1): 8.2 kB 06:46:19 [2025-06-30T04:46:19.556Z] Progress (1): 12 kB 06:46:19 [2025-06-30T04:46:19.556Z] Progress (1): 16 kB 06:46:19 [2025-06-30T04:46:19.556Z] Progress (1): 20 kB 06:46:19 [2025-06-30T04:46:19.556Z] Progress (1): 22 kB 06:46:19 [2025-06-30T04:46:19.556Z] 06:46:19 [2025-06-30T04:46:19.556Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/qmino/miredot-plugin/2.4.1-Java11/miredot-plugin-2.4.1-Java11.pom (22 kB at 39 kB/s) 06:46:19 [2025-06-30T04:46:19.556Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/qmino/miredot-plugin/2.4.1-Java11/miredot-plugin-2.4.1-Java11.jar 06:46:19 [2025-06-30T04:46:19.556Z] Progress (1): 0/1.6 MB 06:46:19 [2025-06-30T04:46:19.556Z] Progress (1): 0/1.6 MB 06:46:19 [2025-06-30T04:46:19.556Z] Progress (1): 0/1.6 MB 06:46:19 [2025-06-30T04:46:19.556Z] Progress (1): 0/1.6 MB 06:46:19 [2025-06-30T04:46:19.556Z] Progress (1): 0/1.6 MB 06:46:19 [2025-06-30T04:46:19.556Z] Progress (1): 0/1.6 MB 06:46:19 [2025-06-30T04:46:19.556Z] Progress (1): 0.1/1.6 MB 06:46:19 [2025-06-30T04:46:19.556Z] Progress (1): 0.1/1.6 MB 06:46:19 [2025-06-30T04:46:19.556Z] Progress (1): 0.1/1.6 MB 06:46:19 [2025-06-30T04:46:19.556Z] Progress (1): 0.1/1.6 MB 06:46:19 [2025-06-30T04:46:19.556Z] Progress (1): 0.1/1.6 MB 06:46:19 [2025-06-30T04:46:19.556Z] Progress (1): 0.1/1.6 MB 06:46:19 [2025-06-30T04:46:19.556Z] Progress (1): 0.1/1.6 MB 06:46:19 [2025-06-30T04:46:19.556Z] Progress (1): 0.1/1.6 MB 06:46:19 [2025-06-30T04:46:19.556Z] Progress (1): 0.1/1.6 MB 06:46:19 [2025-06-30T04:46:19.556Z] Progress (1): 0.1/1.6 MB 06:46:19 [2025-06-30T04:46:19.556Z] Progress (1): 0.1/1.6 MB 06:46:19 [2025-06-30T04:46:19.556Z] Progress (1): 0.1/1.6 MB 06:46:19 [2025-06-30T04:46:19.556Z] Progress (1): 0.2/1.6 MB 06:46:19 [2025-06-30T04:46:19.556Z] Progress (1): 0.2/1.6 MB 06:46:19 [2025-06-30T04:46:19.556Z] Progress (1): 0.2/1.6 MB 06:46:19 [2025-06-30T04:46:19.556Z] Progress (1): 0.2/1.6 MB 06:46:19 [2025-06-30T04:46:19.556Z] Progress (1): 0.2/1.6 MB 06:46:19 [2025-06-30T04:46:19.556Z] Progress (1): 0.2/1.6 MB 06:46:19 [2025-06-30T04:46:19.556Z] Progress (1): 0.2/1.6 MB 06:46:19 [2025-06-30T04:46:19.556Z] Progress (1): 0.2/1.6 MB 06:46:19 [2025-06-30T04:46:19.556Z] Progress (1): 0.2/1.6 MB 06:46:19 [2025-06-30T04:46:19.556Z] Progress (1): 0.2/1.6 MB 06:46:19 [2025-06-30T04:46:19.556Z] Progress (1): 0.2/1.6 MB 06:46:19 [2025-06-30T04:46:19.556Z] Progress (1): 0.2/1.6 MB 06:46:19 [2025-06-30T04:46:19.556Z] Progress (1): 0.3/1.6 MB 06:46:19 [2025-06-30T04:46:19.556Z] Progress (1): 0.3/1.6 MB 06:46:19 [2025-06-30T04:46:19.556Z] Progress (1): 0.3/1.6 MB 06:46:19 [2025-06-30T04:46:19.556Z] Progress (1): 0.3/1.6 MB 06:46:19 [2025-06-30T04:46:19.556Z] Progress (1): 0.3/1.6 MB 06:46:19 [2025-06-30T04:46:19.556Z] Progress (1): 0.3/1.6 MB 06:46:19 [2025-06-30T04:46:19.556Z] Progress (1): 0.3/1.6 MB 06:46:19 [2025-06-30T04:46:19.556Z] Progress (1): 0.3/1.6 MB 06:46:19 [2025-06-30T04:46:19.556Z] Progress (1): 0.3/1.6 MB 06:46:19 [2025-06-30T04:46:19.556Z] Progress (1): 0.3/1.6 MB 06:46:19 [2025-06-30T04:46:19.556Z] Progress (1): 0.3/1.6 MB 06:46:19 [2025-06-30T04:46:19.556Z] Progress (1): 0.3/1.6 MB 06:46:19 [2025-06-30T04:46:19.556Z] Progress (1): 0.4/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 0.4/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 0.4/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 0.4/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 0.4/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 0.4/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 0.4/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 0.4/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 0.4/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 0.4/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 0.4/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 0.4/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 0.5/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 0.5/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 0.5/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 0.5/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 0.5/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 0.5/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 0.5/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 0.5/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 0.5/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 0.5/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 0.5/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 0.5/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 0.5/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 0.6/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 0.6/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 0.6/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 0.6/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 0.6/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 0.6/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 0.6/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 0.6/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 0.6/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 0.6/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 0.6/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 0.6/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 0.7/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 0.7/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 0.7/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 0.7/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 0.7/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 0.7/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 0.7/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 0.7/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 0.7/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 0.7/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 0.7/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 0.7/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 0.8/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 0.8/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 0.8/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 0.8/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 0.8/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 0.8/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 0.8/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 0.8/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 0.8/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 0.8/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 0.8/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 0.8/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 0.9/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 0.9/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 0.9/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 0.9/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 0.9/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 0.9/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 0.9/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 0.9/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 0.9/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 0.9/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 0.9/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 0.9/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 0.9/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 1.0/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 1.0/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 1.0/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 1.0/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 1.0/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 1.0/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 1.0/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 1.0/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 1.0/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 1.0/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 1.0/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 1.0/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 1.1/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 1.1/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 1.1/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 1.1/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 1.1/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 1.1/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 1.1/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 1.1/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 1.1/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 1.1/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 1.1/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 1.1/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 1.2/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 1.2/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 1.2/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 1.2/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 1.2/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 1.2/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 1.2/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 1.2/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 1.2/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 1.2/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 1.2/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 1.2/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 1.3/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 1.3/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 1.3/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 1.3/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 1.3/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 1.3/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 1.3/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 1.3/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 1.3/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 1.3/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 1.3/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 1.3/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 1.4/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 1.4/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 1.4/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 1.4/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 1.4/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 1.4/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 1.4/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 1.4/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 1.4/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 1.4/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 1.4/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 1.4/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 1.4/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 1.5/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 1.5/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 1.5/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 1.5/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 1.5/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 1.5/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 1.5/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 1.5/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 1.5/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 1.5/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 1.5/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 1.5/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 1.6/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 1.6/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 1.6/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 1.6/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 1.6/1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 1.6 MB 06:46:19 [2025-06-30T04:46:19.557Z] 06:46:19 [2025-06-30T04:46:19.557Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/qmino/miredot-plugin/2.4.1-Java11/miredot-plugin-2.4.1-Java11.jar (1.6 MB at 10 MB/s) 06:46:19 [2025-06-30T04:46:19.557Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/mojo/maven-metadata.xml 06:46:19 [2025-06-30T04:46:19.557Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-metadata.xml 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 4.1 kB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 8.2 kB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 12 kB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 16 kB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 20 kB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 22 kB 06:46:19 [2025-06-30T04:46:19.557Z] 06:46:19 [2025-06-30T04:46:19.557Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/mojo/maven-metadata.xml (22 kB at 407 kB/s) 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 4.1 kB 06:46:19 [2025-06-30T04:46:19.557Z] Progress (1): 8.2 kB 06:46:19 [2025-06-30T04:46:19.808Z] Progress (1): 11 kB 06:46:19 [2025-06-30T04:46:19.808Z] 06:46:19 [2025-06-30T04:46:19.808Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/plugins/maven-metadata.xml (11 kB at 121 kB/s) 06:46:19 [2025-06-30T04:46:19.808Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/mojo/versions-maven-plugin/maven-metadata.xml 06:46:20 [2025-06-30T04:46:20.058Z] Progress (1): 1.6 kB 06:46:20 [2025-06-30T04:46:20.058Z] 06:46:20 [2025-06-30T04:46:20.058Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/mojo/versions-maven-plugin/maven-metadata.xml (1.6 kB at 6.0 kB/s) 06:46:20 [2025-06-30T04:46:20.058Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/mojo/versions-maven-plugin/2.18.0/versions-maven-plugin-2.18.0.pom 06:46:20 [2025-06-30T04:46:20.058Z] Progress (1): 4.1 kB 06:46:20 [2025-06-30T04:46:20.058Z] Progress (1): 8.2 kB 06:46:20 [2025-06-30T04:46:20.058Z] Progress (1): 12 kB 06:46:20 [2025-06-30T04:46:20.058Z] 06:46:20 [2025-06-30T04:46:20.058Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/mojo/versions-maven-plugin/2.18.0/versions-maven-plugin-2.18.0.pom (12 kB at 296 kB/s) 06:46:20 [2025-06-30T04:46:20.058Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/mojo/versions/versions/2.18.0/versions-2.18.0.pom 06:46:20 [2025-06-30T04:46:20.059Z] Progress (1): 4.1 kB 06:46:20 [2025-06-30T04:46:20.059Z] Progress (1): 8.2 kB 06:46:20 [2025-06-30T04:46:20.059Z] Progress (1): 12 kB 06:46:20 [2025-06-30T04:46:20.059Z] Progress (1): 15 kB 06:46:20 [2025-06-30T04:46:20.059Z] 06:46:20 [2025-06-30T04:46:20.059Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/mojo/versions/versions/2.18.0/versions-2.18.0.pom (15 kB at 380 kB/s) 06:46:20 [2025-06-30T04:46:20.059Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/mojo/mojo-parent/86/mojo-parent-86.pom 06:46:20 [2025-06-30T04:46:20.059Z] Progress (1): 4.1 kB 06:46:20 [2025-06-30T04:46:20.059Z] Progress (1): 8.2 kB 06:46:20 [2025-06-30T04:46:20.059Z] Progress (1): 12 kB 06:46:20 [2025-06-30T04:46:20.059Z] Progress (1): 16 kB 06:46:20 [2025-06-30T04:46:20.059Z] Progress (1): 20 kB 06:46:20 [2025-06-30T04:46:20.059Z] Progress (1): 25 kB 06:46:20 [2025-06-30T04:46:20.059Z] Progress (1): 29 kB 06:46:20 [2025-06-30T04:46:20.059Z] Progress (1): 33 kB 06:46:20 [2025-06-30T04:46:20.059Z] Progress (1): 37 kB 06:46:20 [2025-06-30T04:46:20.059Z] Progress (1): 37 kB 06:46:20 [2025-06-30T04:46:20.059Z] 06:46:20 [2025-06-30T04:46:20.059Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/mojo/mojo-parent/86/mojo-parent-86.pom (37 kB at 924 kB/s) 06:46:20 [2025-06-30T04:46:20.059Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/junit/junit-bom/5.11.0/junit-bom-5.11.0.pom 06:46:20 [2025-06-30T04:46:20.059Z] Progress (1): 4.1 kB 06:46:20 [2025-06-30T04:46:20.309Z] Progress (1): 5.6 kB 06:46:20 [2025-06-30T04:46:20.309Z] 06:46:20 [2025-06-30T04:46:20.309Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/junit/junit-bom/5.11.0/junit-bom-5.11.0.pom (5.6 kB at 145 kB/s) 06:46:20 [2025-06-30T04:46:20.309Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/mojo/versions-maven-plugin/2.18.0/versions-maven-plugin-2.18.0.jar 06:46:20 [2025-06-30T04:46:20.309Z] Progress (1): 4.1/299 kB 06:46:20 [2025-06-30T04:46:20.309Z] Progress (1): 7.6/299 kB 06:46:20 [2025-06-30T04:46:20.309Z] Progress (1): 12/299 kB 06:46:20 [2025-06-30T04:46:20.309Z] Progress (1): 16/299 kB 06:46:20 [2025-06-30T04:46:20.309Z] Progress (1): 20/299 kB 06:46:20 [2025-06-30T04:46:20.309Z] Progress (1): 24/299 kB 06:46:20 [2025-06-30T04:46:20.309Z] Progress (1): 28/299 kB 06:46:20 [2025-06-30T04:46:20.309Z] Progress (1): 32/299 kB 06:46:20 [2025-06-30T04:46:20.309Z] Progress (1): 36/299 kB 06:46:20 [2025-06-30T04:46:20.309Z] Progress (1): 40/299 kB 06:46:20 [2025-06-30T04:46:20.309Z] Progress (1): 44/299 kB 06:46:20 [2025-06-30T04:46:20.309Z] Progress (1): 48/299 kB 06:46:20 [2025-06-30T04:46:20.309Z] Progress (1): 52/299 kB 06:46:20 [2025-06-30T04:46:20.309Z] Progress (1): 56/299 kB 06:46:20 [2025-06-30T04:46:20.309Z] Progress (1): 60/299 kB 06:46:20 [2025-06-30T04:46:20.309Z] Progress (1): 64/299 kB 06:46:20 [2025-06-30T04:46:20.309Z] Progress (1): 68/299 kB 06:46:20 [2025-06-30T04:46:20.309Z] Progress (1): 72/299 kB 06:46:20 [2025-06-30T04:46:20.309Z] Progress (1): 74/299 kB 06:46:20 [2025-06-30T04:46:20.309Z] Progress (1): 78/299 kB 06:46:20 [2025-06-30T04:46:20.309Z] Progress (1): 82/299 kB 06:46:20 [2025-06-30T04:46:20.309Z] Progress (1): 86/299 kB 06:46:20 [2025-06-30T04:46:20.309Z] Progress (1): 90/299 kB 06:46:20 [2025-06-30T04:46:20.309Z] Progress (1): 94/299 kB 06:46:20 [2025-06-30T04:46:20.309Z] Progress (1): 98/299 kB 06:46:20 [2025-06-30T04:46:20.309Z] Progress (1): 102/299 kB 06:46:20 [2025-06-30T04:46:20.309Z] Progress (1): 106/299 kB 06:46:20 [2025-06-30T04:46:20.309Z] Progress (1): 111/299 kB 06:46:20 [2025-06-30T04:46:20.309Z] Progress (1): 115/299 kB 06:46:20 [2025-06-30T04:46:20.309Z] Progress (1): 119/299 kB 06:46:20 [2025-06-30T04:46:20.309Z] Progress (1): 123/299 kB 06:46:20 [2025-06-30T04:46:20.309Z] Progress (1): 127/299 kB 06:46:20 [2025-06-30T04:46:20.309Z] Progress (1): 131/299 kB 06:46:20 [2025-06-30T04:46:20.309Z] Progress (1): 135/299 kB 06:46:20 [2025-06-30T04:46:20.309Z] Progress (1): 139/299 kB 06:46:20 [2025-06-30T04:46:20.309Z] Progress (1): 143/299 kB 06:46:20 [2025-06-30T04:46:20.309Z] Progress (1): 147/299 kB 06:46:20 [2025-06-30T04:46:20.309Z] Progress (1): 151/299 kB 06:46:20 [2025-06-30T04:46:20.309Z] Progress (1): 155/299 kB 06:46:20 [2025-06-30T04:46:20.309Z] Progress (1): 159/299 kB 06:46:20 [2025-06-30T04:46:20.309Z] Progress (1): 163/299 kB 06:46:20 [2025-06-30T04:46:20.309Z] Progress (1): 167/299 kB 06:46:20 [2025-06-30T04:46:20.309Z] Progress (1): 171/299 kB 06:46:20 [2025-06-30T04:46:20.309Z] Progress (1): 175/299 kB 06:46:20 [2025-06-30T04:46:20.309Z] Progress (1): 179/299 kB 06:46:20 [2025-06-30T04:46:20.309Z] Progress (1): 183/299 kB 06:46:20 [2025-06-30T04:46:20.309Z] Progress (1): 187/299 kB 06:46:20 [2025-06-30T04:46:20.309Z] Progress (1): 191/299 kB 06:46:20 [2025-06-30T04:46:20.309Z] Progress (1): 195/299 kB 06:46:20 [2025-06-30T04:46:20.309Z] Progress (1): 199/299 kB 06:46:20 [2025-06-30T04:46:20.309Z] Progress (1): 203/299 kB 06:46:20 [2025-06-30T04:46:20.309Z] Progress (1): 207/299 kB 06:46:20 [2025-06-30T04:46:20.309Z] Progress (1): 211/299 kB 06:46:20 [2025-06-30T04:46:20.309Z] Progress (1): 215/299 kB 06:46:20 [2025-06-30T04:46:20.309Z] Progress (1): 219/299 kB 06:46:20 [2025-06-30T04:46:20.309Z] Progress (1): 223/299 kB 06:46:20 [2025-06-30T04:46:20.309Z] Progress (1): 227/299 kB 06:46:20 [2025-06-30T04:46:20.309Z] Progress (1): 229/299 kB 06:46:20 [2025-06-30T04:46:20.309Z] Progress (1): 233/299 kB 06:46:20 [2025-06-30T04:46:20.309Z] Progress (1): 238/299 kB 06:46:20 [2025-06-30T04:46:20.309Z] Progress (1): 242/299 kB 06:46:20 [2025-06-30T04:46:20.309Z] Progress (1): 246/299 kB 06:46:20 [2025-06-30T04:46:20.309Z] Progress (1): 250/299 kB 06:46:20 [2025-06-30T04:46:20.309Z] Progress (1): 254/299 kB 06:46:20 [2025-06-30T04:46:20.309Z] Progress (1): 258/299 kB 06:46:20 [2025-06-30T04:46:20.309Z] Progress (1): 262/299 kB 06:46:20 [2025-06-30T04:46:20.309Z] Progress (1): 266/299 kB 06:46:20 [2025-06-30T04:46:20.309Z] Progress (1): 270/299 kB 06:46:20 [2025-06-30T04:46:20.309Z] Progress (1): 274/299 kB 06:46:20 [2025-06-30T04:46:20.309Z] Progress (1): 279/299 kB 06:46:20 [2025-06-30T04:46:20.310Z] Progress (1): 283/299 kB 06:46:20 [2025-06-30T04:46:20.310Z] Progress (1): 287/299 kB 06:46:20 [2025-06-30T04:46:20.310Z] Progress (1): 291/299 kB 06:46:20 [2025-06-30T04:46:20.310Z] Progress (1): 295/299 kB 06:46:20 [2025-06-30T04:46:20.310Z] Progress (1): 299 kB 06:46:20 [2025-06-30T04:46:20.310Z] 06:46:20 [2025-06-30T04:46:20.310Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/mojo/versions-maven-plugin/2.18.0/versions-maven-plugin-2.18.0.jar (299 kB at 3.1 MB/s) 06:46:20 [2025-06-30T04:46:20.310Z] [INFO] 06:46:20 [2025-06-30T04:46:20.310Z] [INFO] ------------------------< org.silverpeas:core >------------------------- 06:46:20 [2025-06-30T04:46:20.310Z] [INFO] Building Silverpeas Core 6.4.4-SNAPSHOT [1/26] 06:46:20 [2025-06-30T04:46:20.310Z] [INFO] from pom.xml 06:46:20 [2025-06-30T04:46:20.310Z] [INFO] --------------------------------[ pom ]--------------------------------- 06:46:20 [2025-06-30T04:46:20.310Z] [INFO] 06:46:20 [2025-06-30T04:46:20.310Z] [INFO] --- versions-maven-plugin:2.18.0:set (default-cli) @ core --- 06:46:20 [2025-06-30T04:46:20.310Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/mojo/versions/versions-api/2.18.0/versions-api-2.18.0.pom 06:46:20 [2025-06-30T04:46:20.310Z] Progress (1): 568 B 06:46:20 [2025-06-30T04:46:20.310Z] 06:46:20 [2025-06-30T04:46:20.310Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/mojo/versions/versions-api/2.18.0/versions-api-2.18.0.pom (568 B at 15 kB/s) 06:46:20 [2025-06-30T04:46:20.310Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/mojo/versions/versions-model/2.18.0/versions-model-2.18.0.pom 06:46:20 [2025-06-30T04:46:20.560Z] Progress (1): 2.3 kB 06:46:20 [2025-06-30T04:46:20.560Z] 06:46:20 [2025-06-30T04:46:20.560Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/mojo/versions/versions-model/2.18.0/versions-model-2.18.0.pom (2.3 kB at 61 kB/s) 06:46:20 [2025-06-30T04:46:20.560Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/mojo/versions/versions-model-report/2.18.0/versions-model-report-2.18.0.pom 06:46:20 [2025-06-30T04:46:20.560Z] Progress (1): 2.2 kB 06:46:20 [2025-06-30T04:46:20.560Z] 06:46:20 [2025-06-30T04:46:20.560Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/mojo/versions/versions-model-report/2.18.0/versions-model-report-2.18.0.pom (2.2 kB at 59 kB/s) 06:46:20 [2025-06-30T04:46:20.560Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/mojo/versions/versions-common/2.18.0/versions-common-2.18.0.pom 06:46:20 [2025-06-30T04:46:20.560Z] Progress (1): 4.1 kB 06:46:20 [2025-06-30T04:46:20.560Z] Progress (1): 5.4 kB 06:46:20 [2025-06-30T04:46:20.560Z] 06:46:20 [2025-06-30T04:46:20.560Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/mojo/versions/versions-common/2.18.0/versions-common-2.18.0.pom (5.4 kB at 146 kB/s) 06:46:20 [2025-06-30T04:46:20.560Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/wagon/wagon-provider-api/3.5.3/wagon-provider-api-3.5.3.pom 06:46:20 [2025-06-30T04:46:20.560Z] Progress (1): 1.9 kB 06:46:20 [2025-06-30T04:46:20.560Z] 06:46:20 [2025-06-30T04:46:20.560Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/wagon/wagon-provider-api/3.5.3/wagon-provider-api-3.5.3.pom (1.9 kB at 49 kB/s) 06:46:20 [2025-06-30T04:46:20.560Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/wagon/wagon/3.5.3/wagon-3.5.3.pom 06:46:20 [2025-06-30T04:46:20.560Z] Progress (1): 4.1 kB 06:46:20 [2025-06-30T04:46:20.560Z] Progress (1): 8.2 kB 06:46:20 [2025-06-30T04:46:20.560Z] Progress (1): 12 kB 06:46:20 [2025-06-30T04:46:20.560Z] Progress (1): 16 kB 06:46:20 [2025-06-30T04:46:20.560Z] Progress (1): 20 kB 06:46:20 [2025-06-30T04:46:20.560Z] Progress (1): 21 kB 06:46:20 [2025-06-30T04:46:20.560Z] 06:46:20 [2025-06-30T04:46:20.560Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/wagon/wagon/3.5.3/wagon-3.5.3.pom (21 kB at 544 kB/s) 06:46:20 [2025-06-30T04:46:20.561Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus-utils/4.0.2/plexus-utils-4.0.2.pom 06:46:20 [2025-06-30T04:46:20.811Z] Progress (1): 4.1 kB 06:46:20 [2025-06-30T04:46:20.811Z] Progress (1): 8.2 kB 06:46:20 [2025-06-30T04:46:20.811Z] Progress (1): 12 kB 06:46:20 [2025-06-30T04:46:20.811Z] Progress (1): 13 kB 06:46:20 [2025-06-30T04:46:20.811Z] 06:46:20 [2025-06-30T04:46:20.811Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus-utils/4.0.2/plexus-utils-4.0.2.pom (13 kB at 278 kB/s) 06:46:20 [2025-06-30T04:46:20.811Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/fasterxml/woodstox/woodstox-core/7.1.0/woodstox-core-7.1.0.pom 06:46:20 [2025-06-30T04:46:20.811Z] Progress (1): 4.1 kB 06:46:20 [2025-06-30T04:46:20.811Z] Progress (1): 8.2 kB 06:46:20 [2025-06-30T04:46:20.811Z] Progress (1): 10 kB 06:46:20 [2025-06-30T04:46:20.811Z] 06:46:20 [2025-06-30T04:46:20.811Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/fasterxml/woodstox/woodstox-core/7.1.0/woodstox-core-7.1.0.pom (10 kB at 254 kB/s) 06:46:20 [2025-06-30T04:46:20.811Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/fasterxml/oss-parent/61/oss-parent-61.pom 06:46:20 [2025-06-30T04:46:20.811Z] Progress (1): 4.1 kB 06:46:20 [2025-06-30T04:46:20.811Z] Progress (1): 8.2 kB 06:46:20 [2025-06-30T04:46:20.811Z] Progress (1): 12 kB 06:46:20 [2025-06-30T04:46:20.811Z] Progress (1): 16 kB 06:46:20 [2025-06-30T04:46:20.811Z] Progress (1): 20 kB 06:46:20 [2025-06-30T04:46:20.811Z] Progress (1): 23 kB 06:46:20 [2025-06-30T04:46:20.811Z] 06:46:20 [2025-06-30T04:46:20.811Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/fasterxml/oss-parent/61/oss-parent-61.pom (23 kB at 564 kB/s) 06:46:20 [2025-06-30T04:46:20.811Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/woodstox/stax2-api/4.2.2/stax2-api-4.2.2.pom 06:46:20 [2025-06-30T04:46:20.811Z] Progress (1): 4.1 kB 06:46:20 [2025-06-30T04:46:20.811Z] Progress (1): 6.3 kB 06:46:20 [2025-06-30T04:46:20.811Z] 06:46:20 [2025-06-30T04:46:20.811Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/woodstox/stax2-api/4.2.2/stax2-api-4.2.2.pom (6.3 kB at 150 kB/s) 06:46:20 [2025-06-30T04:46:20.811Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/fasterxml/oss-parent/55/oss-parent-55.pom 06:46:20 [2025-06-30T04:46:20.811Z] Progress (1): 4.1 kB 06:46:20 [2025-06-30T04:46:20.811Z] Progress (1): 8.2 kB 06:46:20 [2025-06-30T04:46:20.811Z] Progress (1): 12 kB 06:46:20 [2025-06-30T04:46:20.811Z] Progress (1): 16 kB 06:46:20 [2025-06-30T04:46:20.811Z] Progress (1): 20 kB 06:46:20 [2025-06-30T04:46:20.811Z] Progress (1): 24 kB 06:46:20 [2025-06-30T04:46:20.811Z] 06:46:20 [2025-06-30T04:46:20.811Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/fasterxml/oss-parent/55/oss-parent-55.pom (24 kB at 561 kB/s) 06:46:20 [2025-06-30T04:46:20.811Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/commons/commons-lang3/3.17.0/commons-lang3-3.17.0.pom 06:46:20 [2025-06-30T04:46:20.811Z] Progress (1): 4.1 kB 06:46:20 [2025-06-30T04:46:20.811Z] Progress (1): 8.2 kB 06:46:20 [2025-06-30T04:46:20.811Z] Progress (1): 12 kB 06:46:20 [2025-06-30T04:46:20.811Z] Progress (1): 16 kB 06:46:20 [2025-06-30T04:46:20.811Z] Progress (1): 20 kB 06:46:20 [2025-06-30T04:46:20.811Z] Progress (1): 25 kB 06:46:20 [2025-06-30T04:46:20.811Z] Progress (1): 29 kB 06:46:21 [2025-06-30T04:46:21.062Z] Progress (1): 31 kB 06:46:21 [2025-06-30T04:46:21.062Z] 06:46:21 [2025-06-30T04:46:21.062Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/commons/commons-lang3/3.17.0/commons-lang3-3.17.0.pom (31 kB at 695 kB/s) 06:46:21 [2025-06-30T04:46:21.062Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/commons/commons-parent/73/commons-parent-73.pom 06:46:21 [2025-06-30T04:46:21.062Z] Progress (1): 4.1 kB 06:46:21 [2025-06-30T04:46:21.062Z] Progress (1): 8.2 kB 06:46:21 [2025-06-30T04:46:21.062Z] Progress (1): 12 kB 06:46:21 [2025-06-30T04:46:21.062Z] Progress (1): 16 kB 06:46:21 [2025-06-30T04:46:21.062Z] Progress (1): 20 kB 06:46:21 [2025-06-30T04:46:21.062Z] Progress (1): 25 kB 06:46:21 [2025-06-30T04:46:21.062Z] Progress (1): 29 kB 06:46:21 [2025-06-30T04:46:21.062Z] Progress (1): 33 kB 06:46:21 [2025-06-30T04:46:21.062Z] Progress (1): 37 kB 06:46:21 [2025-06-30T04:46:21.062Z] Progress (1): 41 kB 06:46:21 [2025-06-30T04:46:21.062Z] Progress (1): 45 kB 06:46:21 [2025-06-30T04:46:21.062Z] Progress (1): 49 kB 06:46:21 [2025-06-30T04:46:21.062Z] Progress (1): 53 kB 06:46:21 [2025-06-30T04:46:21.062Z] Progress (1): 57 kB 06:46:21 [2025-06-30T04:46:21.062Z] Progress (1): 61 kB 06:46:21 [2025-06-30T04:46:21.062Z] Progress (1): 66 kB 06:46:21 [2025-06-30T04:46:21.062Z] Progress (1): 70 kB 06:46:21 [2025-06-30T04:46:21.062Z] Progress (1): 74 kB 06:46:21 [2025-06-30T04:46:21.062Z] Progress (1): 78 kB 06:46:21 [2025-06-30T04:46:21.062Z] 06:46:21 [2025-06-30T04:46:21.062Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/commons/commons-parent/73/commons-parent-73.pom (78 kB at 1.6 MB/s) 06:46:21 [2025-06-30T04:46:21.062Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/apache/33/apache-33.pom 06:46:21 [2025-06-30T04:46:21.062Z] Progress (1): 4.1 kB 06:46:21 [2025-06-30T04:46:21.062Z] Progress (1): 8.2 kB 06:46:21 [2025-06-30T04:46:21.062Z] Progress (1): 12 kB 06:46:21 [2025-06-30T04:46:21.062Z] Progress (1): 16 kB 06:46:21 [2025-06-30T04:46:21.062Z] Progress (1): 20 kB 06:46:21 [2025-06-30T04:46:21.062Z] Progress (1): 24 kB 06:46:21 [2025-06-30T04:46:21.062Z] 06:46:21 [2025-06-30T04:46:21.062Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/apache/33/apache-33.pom (24 kB at 605 kB/s) 06:46:21 [2025-06-30T04:46:21.062Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.pom 06:46:21 [2025-06-30T04:46:21.062Z] Progress (1): 4.1 kB 06:46:21 [2025-06-30T04:46:21.062Z] Progress (1): 8.2 kB 06:46:21 [2025-06-30T04:46:21.062Z] Progress (1): 12 kB 06:46:21 [2025-06-30T04:46:21.062Z] Progress (1): 16 kB 06:46:21 [2025-06-30T04:46:21.062Z] Progress (1): 20 kB 06:46:21 [2025-06-30T04:46:21.062Z] Progress (1): 24 kB 06:46:21 [2025-06-30T04:46:21.062Z] 06:46:21 [2025-06-30T04:46:21.062Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.pom (24 kB at 580 kB/s) 06:46:21 [2025-06-30T04:46:21.062Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/commons/commons-parent/48/commons-parent-48.pom 06:46:21 [2025-06-30T04:46:21.062Z] Progress (1): 4.1 kB 06:46:21 [2025-06-30T04:46:21.062Z] Progress (1): 8.2 kB 06:46:21 [2025-06-30T04:46:21.062Z] Progress (1): 12 kB 06:46:21 [2025-06-30T04:46:21.062Z] Progress (1): 16 kB 06:46:21 [2025-06-30T04:46:21.062Z] Progress (1): 20 kB 06:46:21 [2025-06-30T04:46:21.062Z] Progress (1): 25 kB 06:46:21 [2025-06-30T04:46:21.062Z] Progress (1): 29 kB 06:46:21 [2025-06-30T04:46:21.062Z] Progress (1): 33 kB 06:46:21 [2025-06-30T04:46:21.062Z] Progress (1): 37 kB 06:46:21 [2025-06-30T04:46:21.062Z] Progress (1): 41 kB 06:46:21 [2025-06-30T04:46:21.062Z] Progress (1): 45 kB 06:46:21 [2025-06-30T04:46:21.062Z] Progress (1): 49 kB 06:46:21 [2025-06-30T04:46:21.062Z] Progress (1): 53 kB 06:46:21 [2025-06-30T04:46:21.062Z] Progress (1): 57 kB 06:46:21 [2025-06-30T04:46:21.062Z] Progress (1): 61 kB 06:46:21 [2025-06-30T04:46:21.062Z] Progress (1): 66 kB 06:46:21 [2025-06-30T04:46:21.062Z] Progress (1): 70 kB 06:46:21 [2025-06-30T04:46:21.062Z] Progress (1): 72 kB 06:46:21 [2025-06-30T04:46:21.062Z] 06:46:21 [2025-06-30T04:46:21.062Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/commons/commons-parent/48/commons-parent-48.pom (72 kB at 1.6 MB/s) 06:46:21 [2025-06-30T04:46:21.062Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus-xml/3.0.1/plexus-xml-3.0.1.pom 06:46:21 [2025-06-30T04:46:21.313Z] Progress (1): 3.7 kB 06:46:21 [2025-06-30T04:46:21.313Z] 06:46:21 [2025-06-30T04:46:21.313Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus-xml/3.0.1/plexus-xml-3.0.1.pom (3.7 kB at 97 kB/s) 06:46:21 [2025-06-30T04:46:21.313Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus/18/plexus-18.pom 06:46:21 [2025-06-30T04:46:21.313Z] Progress (1): 4.1 kB 06:46:21 [2025-06-30T04:46:21.313Z] Progress (1): 8.2 kB 06:46:21 [2025-06-30T04:46:21.313Z] Progress (1): 12 kB 06:46:21 [2025-06-30T04:46:21.313Z] Progress (1): 16 kB 06:46:21 [2025-06-30T04:46:21.313Z] Progress (1): 20 kB 06:46:21 [2025-06-30T04:46:21.313Z] Progress (1): 25 kB 06:46:21 [2025-06-30T04:46:21.313Z] Progress (1): 29 kB 06:46:21 [2025-06-30T04:46:21.313Z] Progress (1): 29 kB 06:46:21 [2025-06-30T04:46:21.313Z] 06:46:21 [2025-06-30T04:46:21.313Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus/18/plexus-18.pom (29 kB at 664 kB/s) 06:46:21 [2025-06-30T04:46:21.313Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/junit/junit-bom/5.10.2/junit-bom-5.10.2.pom 06:46:21 [2025-06-30T04:46:21.313Z] Progress (1): 4.1 kB 06:46:21 [2025-06-30T04:46:21.313Z] Progress (1): 5.6 kB 06:46:21 [2025-06-30T04:46:21.313Z] 06:46:21 [2025-06-30T04:46:21.313Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/junit/junit-bom/5.10.2/junit-bom-5.10.2.pom (5.6 kB at 141 kB/s) 06:46:21 [2025-06-30T04:46:21.313Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/shared/maven-common-artifact-filters/3.4.0/maven-common-artifact-filters-3.4.0.pom 06:46:21 [2025-06-30T04:46:21.313Z] Progress (1): 4.1 kB 06:46:21 [2025-06-30T04:46:21.313Z] Progress (1): 5.4 kB 06:46:21 [2025-06-30T04:46:21.313Z] 06:46:21 [2025-06-30T04:46:21.313Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/shared/maven-common-artifact-filters/3.4.0/maven-common-artifact-filters-3.4.0.pom (5.4 kB at 122 kB/s) 06:46:21 [2025-06-30T04:46:21.313Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/shared/maven-shared-components/42/maven-shared-components-42.pom 06:46:21 [2025-06-30T04:46:21.313Z] Progress (1): 3.8 kB 06:46:21 [2025-06-30T04:46:21.313Z] 06:46:21 [2025-06-30T04:46:21.313Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/shared/maven-shared-components/42/maven-shared-components-42.pom (3.8 kB at 94 kB/s) 06:46:21 [2025-06-30T04:46:21.313Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/maven-parent/42/maven-parent-42.pom 06:46:21 [2025-06-30T04:46:21.564Z] Progress (1): 4.1 kB 06:46:21 [2025-06-30T04:46:21.564Z] Progress (1): 8.2 kB 06:46:21 [2025-06-30T04:46:21.564Z] Progress (1): 12 kB 06:46:21 [2025-06-30T04:46:21.564Z] Progress (1): 16 kB 06:46:21 [2025-06-30T04:46:21.564Z] Progress (1): 20 kB 06:46:21 [2025-06-30T04:46:21.564Z] Progress (1): 25 kB 06:46:21 [2025-06-30T04:46:21.564Z] Progress (1): 29 kB 06:46:21 [2025-06-30T04:46:21.564Z] Progress (1): 33 kB 06:46:21 [2025-06-30T04:46:21.564Z] Progress (1): 37 kB 06:46:21 [2025-06-30T04:46:21.564Z] Progress (1): 41 kB 06:46:21 [2025-06-30T04:46:21.564Z] Progress (1): 45 kB 06:46:21 [2025-06-30T04:46:21.564Z] Progress (1): 49 kB 06:46:21 [2025-06-30T04:46:21.564Z] Progress (1): 50 kB 06:46:21 [2025-06-30T04:46:21.564Z] 06:46:21 [2025-06-30T04:46:21.564Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/maven-parent/42/maven-parent-42.pom (50 kB at 1.2 MB/s) 06:46:21 [2025-06-30T04:46:21.564Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/apache/32/apache-32.pom 06:46:21 [2025-06-30T04:46:21.564Z] Progress (1): 4.1 kB 06:46:21 [2025-06-30T04:46:21.564Z] Progress (1): 8.2 kB 06:46:21 [2025-06-30T04:46:21.564Z] Progress (1): 12 kB 06:46:21 [2025-06-30T04:46:21.564Z] Progress (1): 16 kB 06:46:21 [2025-06-30T04:46:21.564Z] Progress (1): 20 kB 06:46:21 [2025-06-30T04:46:21.564Z] Progress (1): 24 kB 06:46:21 [2025-06-30T04:46:21.564Z] 06:46:21 [2025-06-30T04:46:21.564Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/apache/32/apache-32.pom (24 kB at 620 kB/s) 06:46:21 [2025-06-30T04:46:21.564Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom 06:46:21 [2025-06-30T04:46:21.564Z] Progress (1): 2.7 kB 06:46:21 [2025-06-30T04:46:21.564Z] 06:46:21 [2025-06-30T04:46:21.564Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom (2.7 kB at 69 kB/s) 06:46:21 [2025-06-30T04:46:21.564Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom 06:46:21 [2025-06-30T04:46:21.564Z] Progress (1): 4.1 kB 06:46:21 [2025-06-30T04:46:21.564Z] Progress (1): 8.2 kB 06:46:21 [2025-06-30T04:46:21.564Z] Progress (1): 12 kB 06:46:21 [2025-06-30T04:46:21.564Z] Progress (1): 14 kB 06:46:21 [2025-06-30T04:46:21.564Z] 06:46:21 [2025-06-30T04:46:21.564Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom (14 kB at 336 kB/s) 06:46:21 [2025-06-30T04:46:21.564Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.pom 06:46:21 [2025-06-30T04:46:21.564Z] Progress (1): 2.8 kB 06:46:21 [2025-06-30T04:46:21.564Z] 06:46:21 [2025-06-30T04:46:21.564Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.pom (2.8 kB at 72 kB/s) 06:46:21 [2025-06-30T04:46:21.564Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/resolver/maven-resolver/1.4.1/maven-resolver-1.4.1.pom 06:46:21 [2025-06-30T04:46:21.564Z] Progress (1): 4.1 kB 06:46:21 [2025-06-30T04:46:21.564Z] Progress (1): 8.2 kB 06:46:21 [2025-06-30T04:46:21.564Z] Progress (1): 12 kB 06:46:21 [2025-06-30T04:46:21.564Z] Progress (1): 16 kB 06:46:21 [2025-06-30T04:46:21.815Z] Progress (1): 18 kB 06:46:21 [2025-06-30T04:46:21.815Z] 06:46:21 [2025-06-30T04:46:21.815Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/resolver/maven-resolver/1.4.1/maven-resolver-1.4.1.pom (18 kB at 364 kB/s) 06:46:21 [2025-06-30T04:46:21.815Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.pom 06:46:21 [2025-06-30T04:46:21.815Z] Progress (1): 2.6 kB 06:46:21 [2025-06-30T04:46:21.815Z] 06:46:21 [2025-06-30T04:46:21.815Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.pom (2.6 kB at 41 kB/s) 06:46:21 [2025-06-30T04:46:21.815Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/reporting/maven-reporting-api/4.0.0/maven-reporting-api-4.0.0.pom 06:46:21 [2025-06-30T04:46:21.815Z] Progress (1): 2.8 kB 06:46:21 [2025-06-30T04:46:21.815Z] 06:46:21 [2025-06-30T04:46:21.815Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/reporting/maven-reporting-api/4.0.0/maven-reporting-api-4.0.0.pom (2.8 kB at 74 kB/s) 06:46:21 [2025-06-30T04:46:21.815Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/shared/maven-shared-components/43/maven-shared-components-43.pom 06:46:21 [2025-06-30T04:46:21.815Z] Progress (1): 3.8 kB 06:46:21 [2025-06-30T04:46:21.815Z] 06:46:21 [2025-06-30T04:46:21.815Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/shared/maven-shared-components/43/maven-shared-components-43.pom (3.8 kB at 102 kB/s) 06:46:21 [2025-06-30T04:46:21.815Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/maven-parent/43/maven-parent-43.pom 06:46:21 [2025-06-30T04:46:21.815Z] Progress (1): 4.1 kB 06:46:21 [2025-06-30T04:46:21.815Z] Progress (1): 8.2 kB 06:46:21 [2025-06-30T04:46:21.815Z] Progress (1): 12 kB 06:46:21 [2025-06-30T04:46:21.815Z] Progress (1): 16 kB 06:46:21 [2025-06-30T04:46:21.815Z] Progress (1): 20 kB 06:46:21 [2025-06-30T04:46:21.815Z] Progress (1): 25 kB 06:46:21 [2025-06-30T04:46:21.815Z] Progress (1): 29 kB 06:46:21 [2025-06-30T04:46:21.815Z] Progress (1): 33 kB 06:46:21 [2025-06-30T04:46:21.815Z] Progress (1): 37 kB 06:46:21 [2025-06-30T04:46:21.815Z] Progress (1): 41 kB 06:46:21 [2025-06-30T04:46:21.815Z] Progress (1): 45 kB 06:46:21 [2025-06-30T04:46:21.815Z] Progress (1): 49 kB 06:46:21 [2025-06-30T04:46:21.815Z] Progress (1): 50 kB 06:46:21 [2025-06-30T04:46:21.815Z] 06:46:21 [2025-06-30T04:46:21.815Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/maven-parent/43/maven-parent-43.pom (50 kB at 1.2 MB/s) 06:46:21 [2025-06-30T04:46:21.815Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/junit/junit-bom/5.10.3/junit-bom-5.10.3.pom 06:46:22 [2025-06-30T04:46:22.065Z] Progress (1): 4.1 kB 06:46:22 [2025-06-30T04:46:22.065Z] Progress (1): 5.6 kB 06:46:22 [2025-06-30T04:46:22.065Z] 06:46:22 [2025-06-30T04:46:22.065Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/junit/junit-bom/5.10.3/junit-bom-5.10.3.pom (5.6 kB at 149 kB/s) 06:46:22 [2025-06-30T04:46:22.065Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/doxia/doxia-sink-api/2.0.0/doxia-sink-api-2.0.0.pom 06:46:22 [2025-06-30T04:46:22.065Z] Progress (1): 1.4 kB 06:46:22 [2025-06-30T04:46:22.065Z] 06:46:22 [2025-06-30T04:46:22.065Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/doxia/doxia-sink-api/2.0.0/doxia-sink-api-2.0.0.pom (1.4 kB at 39 kB/s) 06:46:22 [2025-06-30T04:46:22.065Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/doxia/doxia/2.0.0/doxia-2.0.0.pom 06:46:22 [2025-06-30T04:46:22.065Z] Progress (1): 4.1 kB 06:46:22 [2025-06-30T04:46:22.065Z] Progress (1): 8.2 kB 06:46:22 [2025-06-30T04:46:22.065Z] Progress (1): 12 kB 06:46:22 [2025-06-30T04:46:22.065Z] Progress (1): 16 kB 06:46:22 [2025-06-30T04:46:22.065Z] Progress (1): 17 kB 06:46:22 [2025-06-30T04:46:22.065Z] 06:46:22 [2025-06-30T04:46:22.065Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/doxia/doxia/2.0.0/doxia-2.0.0.pom (17 kB at 453 kB/s) 06:46:22 [2025-06-30T04:46:22.066Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/junit/junit-bom/5.11.1/junit-bom-5.11.1.pom 06:46:22 [2025-06-30T04:46:22.066Z] Progress (1): 4.1 kB 06:46:22 [2025-06-30T04:46:22.066Z] Progress (1): 5.6 kB 06:46:22 [2025-06-30T04:46:22.066Z] 06:46:22 [2025-06-30T04:46:22.066Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/junit/junit-bom/5.11.1/junit-bom-5.11.1.pom (5.6 kB at 149 kB/s) 06:46:22 [2025-06-30T04:46:22.066Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/reporting/maven-reporting-impl/4.0.0/maven-reporting-impl-4.0.0.pom 06:46:22 [2025-06-30T04:46:22.066Z] Progress (1): 4.1 kB 06:46:22 [2025-06-30T04:46:22.066Z] Progress (1): 8.2 kB 06:46:22 [2025-06-30T04:46:22.066Z] Progress (1): 8.8 kB 06:46:22 [2025-06-30T04:46:22.066Z] 06:46:22 [2025-06-30T04:46:22.066Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/reporting/maven-reporting-impl/4.0.0/maven-reporting-impl-4.0.0.pom (8.8 kB at 237 kB/s) 06:46:22 [2025-06-30T04:46:22.066Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/junit/junit-bom/5.11.2/junit-bom-5.11.2.pom 06:46:22 [2025-06-30T04:46:22.066Z] Progress (1): 4.1 kB 06:46:22 [2025-06-30T04:46:22.066Z] Progress (1): 5.6 kB 06:46:22 [2025-06-30T04:46:22.066Z] 06:46:22 [2025-06-30T04:46:22.066Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/junit/junit-bom/5.11.2/junit-bom-5.11.2.pom (5.6 kB at 157 kB/s) 06:46:22 [2025-06-30T04:46:22.316Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/shared/maven-shared-utils/3.4.2/maven-shared-utils-3.4.2.pom 06:46:22 [2025-06-30T04:46:22.316Z] Progress (1): 4.1 kB 06:46:22 [2025-06-30T04:46:22.316Z] Progress (1): 5.9 kB 06:46:22 [2025-06-30T04:46:22.316Z] 06:46:22 [2025-06-30T04:46:22.316Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/shared/maven-shared-utils/3.4.2/maven-shared-utils-3.4.2.pom (5.9 kB at 140 kB/s) 06:46:22 [2025-06-30T04:46:22.316Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/shared/maven-shared-components/39/maven-shared-components-39.pom 06:46:22 [2025-06-30T04:46:22.316Z] Progress (1): 3.2 kB 06:46:22 [2025-06-30T04:46:22.316Z] 06:46:22 [2025-06-30T04:46:22.316Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/shared/maven-shared-components/39/maven-shared-components-39.pom (3.2 kB at 87 kB/s) 06:46:22 [2025-06-30T04:46:22.316Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/maven-parent/39/maven-parent-39.pom 06:46:22 [2025-06-30T04:46:22.316Z] Progress (1): 4.1 kB 06:46:22 [2025-06-30T04:46:22.316Z] Progress (1): 8.2 kB 06:46:22 [2025-06-30T04:46:22.316Z] Progress (1): 12 kB 06:46:22 [2025-06-30T04:46:22.316Z] Progress (1): 16 kB 06:46:22 [2025-06-30T04:46:22.316Z] Progress (1): 20 kB 06:46:22 [2025-06-30T04:46:22.316Z] Progress (1): 25 kB 06:46:22 [2025-06-30T04:46:22.316Z] Progress (1): 29 kB 06:46:22 [2025-06-30T04:46:22.316Z] Progress (1): 33 kB 06:46:22 [2025-06-30T04:46:22.316Z] Progress (1): 37 kB 06:46:22 [2025-06-30T04:46:22.316Z] Progress (1): 41 kB 06:46:22 [2025-06-30T04:46:22.316Z] Progress (1): 45 kB 06:46:22 [2025-06-30T04:46:22.316Z] Progress (1): 48 kB 06:46:22 [2025-06-30T04:46:22.316Z] 06:46:22 [2025-06-30T04:46:22.316Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/maven-parent/39/maven-parent-39.pom (48 kB at 1.2 MB/s) 06:46:22 [2025-06-30T04:46:22.316Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/apache/29/apache-29.pom 06:46:22 [2025-06-30T04:46:22.316Z] Progress (1): 4.1 kB 06:46:22 [2025-06-30T04:46:22.316Z] Progress (1): 8.2 kB 06:46:22 [2025-06-30T04:46:22.316Z] Progress (1): 12 kB 06:46:22 [2025-06-30T04:46:22.316Z] Progress (1): 16 kB 06:46:22 [2025-06-30T04:46:22.316Z] Progress (1): 20 kB 06:46:22 [2025-06-30T04:46:22.316Z] Progress (1): 21 kB 06:46:22 [2025-06-30T04:46:22.316Z] 06:46:22 [2025-06-30T04:46:22.316Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/apache/29/apache-29.pom (21 kB at 493 kB/s) 06:46:22 [2025-06-30T04:46:22.316Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/commons-io/commons-io/2.17.0/commons-io-2.17.0.pom 06:46:22 [2025-06-30T04:46:22.316Z] Progress (1): 4.1 kB 06:46:22 [2025-06-30T04:46:22.316Z] Progress (1): 8.2 kB 06:46:22 [2025-06-30T04:46:22.316Z] Progress (1): 12 kB 06:46:22 [2025-06-30T04:46:22.316Z] Progress (1): 16 kB 06:46:22 [2025-06-30T04:46:22.316Z] Progress (1): 20 kB 06:46:22 [2025-06-30T04:46:22.316Z] 06:46:22 [2025-06-30T04:46:22.316Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/commons-io/commons-io/2.17.0/commons-io-2.17.0.pom (20 kB at 514 kB/s) 06:46:22 [2025-06-30T04:46:22.316Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/commons/commons-parent/74/commons-parent-74.pom 06:46:22 [2025-06-30T04:46:22.567Z] Progress (1): 4.1 kB 06:46:22 [2025-06-30T04:46:22.567Z] Progress (1): 8.2 kB 06:46:22 [2025-06-30T04:46:22.567Z] Progress (1): 12 kB 06:46:22 [2025-06-30T04:46:22.567Z] Progress (1): 16 kB 06:46:22 [2025-06-30T04:46:22.567Z] Progress (1): 20 kB 06:46:22 [2025-06-30T04:46:22.567Z] Progress (1): 25 kB 06:46:22 [2025-06-30T04:46:22.567Z] Progress (1): 29 kB 06:46:22 [2025-06-30T04:46:22.567Z] Progress (1): 33 kB 06:46:22 [2025-06-30T04:46:22.567Z] Progress (1): 37 kB 06:46:22 [2025-06-30T04:46:22.567Z] Progress (1): 41 kB 06:46:22 [2025-06-30T04:46:22.567Z] Progress (1): 45 kB 06:46:22 [2025-06-30T04:46:22.567Z] Progress (1): 49 kB 06:46:22 [2025-06-30T04:46:22.567Z] Progress (1): 53 kB 06:46:22 [2025-06-30T04:46:22.567Z] Progress (1): 57 kB 06:46:22 [2025-06-30T04:46:22.567Z] Progress (1): 61 kB 06:46:22 [2025-06-30T04:46:22.567Z] Progress (1): 66 kB 06:46:22 [2025-06-30T04:46:22.567Z] Progress (1): 70 kB 06:46:22 [2025-06-30T04:46:22.567Z] Progress (1): 74 kB 06:46:22 [2025-06-30T04:46:22.567Z] Progress (1): 78 kB 06:46:22 [2025-06-30T04:46:22.567Z] Progress (1): 78 kB 06:46:22 [2025-06-30T04:46:22.567Z] 06:46:22 [2025-06-30T04:46:22.567Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/commons/commons-parent/74/commons-parent-74.pom (78 kB at 1.8 MB/s) 06:46:22 [2025-06-30T04:46:22.567Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/doxia/doxia-site-model/2.0.0/doxia-site-model-2.0.0.pom 06:46:22 [2025-06-30T04:46:22.567Z] Progress (1): 4.1 kB 06:46:22 [2025-06-30T04:46:22.567Z] Progress (1): 5.8 kB 06:46:22 [2025-06-30T04:46:22.567Z] 06:46:22 [2025-06-30T04:46:22.567Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/doxia/doxia-site-model/2.0.0/doxia-site-model-2.0.0.pom (5.8 kB at 146 kB/s) 06:46:22 [2025-06-30T04:46:22.567Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/doxia/doxia-sitetools/2.0.0/doxia-sitetools-2.0.0.pom 06:46:22 [2025-06-30T04:46:22.567Z] Progress (1): 4.1 kB 06:46:22 [2025-06-30T04:46:22.567Z] Progress (1): 8.2 kB 06:46:22 [2025-06-30T04:46:22.567Z] Progress (1): 12 kB 06:46:22 [2025-06-30T04:46:22.567Z] 06:46:22 [2025-06-30T04:46:22.567Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/doxia/doxia-sitetools/2.0.0/doxia-sitetools-2.0.0.pom (12 kB at 315 kB/s) 06:46:22 [2025-06-30T04:46:22.567Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.pom 06:46:22 [2025-06-30T04:46:22.567Z] Progress (1): 4.1 kB 06:46:22 [2025-06-30T04:46:22.567Z] Progress (1): 4.2 kB 06:46:22 [2025-06-30T04:46:22.567Z] 06:46:22 [2025-06-30T04:46:22.567Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.pom (4.2 kB at 99 kB/s) 06:46:22 [2025-06-30T04:46:22.567Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/eclipse/sisu/sisu-plexus/0.3.4/sisu-plexus-0.3.4.pom 06:46:22 [2025-06-30T04:46:22.567Z] Progress (1): 4.1 kB 06:46:22 [2025-06-30T04:46:22.567Z] Progress (1): 8.2 kB 06:46:22 [2025-06-30T04:46:22.567Z] Progress (1): 12 kB 06:46:22 [2025-06-30T04:46:22.567Z] Progress (1): 14 kB 06:46:22 [2025-06-30T04:46:22.567Z] 06:46:22 [2025-06-30T04:46:22.567Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/eclipse/sisu/sisu-plexus/0.3.4/sisu-plexus-0.3.4.pom (14 kB at 352 kB/s) 06:46:22 [2025-06-30T04:46:22.567Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom 06:46:22 [2025-06-30T04:46:22.818Z] Progress (1): 1.4 kB 06:46:22 [2025-06-30T04:46:22.818Z] 06:46:22 [2025-06-30T04:46:22.818Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom (1.4 kB at 37 kB/s) 06:46:22 [2025-06-30T04:46:22.818Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom 06:46:22 [2025-06-30T04:46:22.818Z] Progress (1): 2.4 kB 06:46:22 [2025-06-30T04:46:22.818Z] 06:46:22 [2025-06-30T04:46:22.818Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom (2.4 kB at 60 kB/s) 06:46:22 [2025-06-30T04:46:22.818Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom 06:46:22 [2025-06-30T04:46:22.818Z] Progress (1): 4.1 kB 06:46:22 [2025-06-30T04:46:22.818Z] Progress (1): 7.9 kB 06:46:22 [2025-06-30T04:46:22.818Z] 06:46:22 [2025-06-30T04:46:22.818Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom (7.9 kB at 208 kB/s) 06:46:22 [2025-06-30T04:46:22.818Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/weld/weld-parent/6/weld-parent-6.pom 06:46:22 [2025-06-30T04:46:22.818Z] Progress (1): 4.1 kB 06:46:22 [2025-06-30T04:46:22.818Z] Progress (1): 8.2 kB 06:46:22 [2025-06-30T04:46:22.818Z] Progress (1): 12 kB 06:46:22 [2025-06-30T04:46:22.818Z] Progress (1): 16 kB 06:46:22 [2025-06-30T04:46:22.818Z] Progress (1): 20 kB 06:46:22 [2025-06-30T04:46:22.818Z] Progress (1): 21 kB 06:46:22 [2025-06-30T04:46:22.818Z] 06:46:22 [2025-06-30T04:46:22.818Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/weld/weld-parent/6/weld-parent-6.pom (21 kB at 517 kB/s) 06:46:22 [2025-06-30T04:46:22.818Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom 06:46:22 [2025-06-30T04:46:22.818Z] Progress (1): 1.0 kB 06:46:22 [2025-06-30T04:46:22.818Z] 06:46:22 [2025-06-30T04:46:22.818Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom (1.0 kB at 14 kB/s) 06:46:22 [2025-06-30T04:46:22.818Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/javax/inject/javax.inject/1/javax.inject-1.pom 06:46:23 [2025-06-30T04:46:23.069Z] Progress (1): 612 B 06:46:23 [2025-06-30T04:46:23.069Z] 06:46:23 [2025-06-30T04:46:23.069Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 19 kB/s) 06:46:23 [2025-06-30T04:46:23.069Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.pom 06:46:23 [2025-06-30T04:46:23.069Z] Progress (1): 2.6 kB 06:46:23 [2025-06-30T04:46:23.069Z] 06:46:23 [2025-06-30T04:46:23.069Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.pom (2.6 kB at 77 kB/s) 06:46:23 [2025-06-30T04:46:23.069Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/eclipse/sisu/sisu-inject/0.3.4/sisu-inject-0.3.4.pom 06:46:23 [2025-06-30T04:46:23.069Z] Progress (1): 4.1 kB 06:46:23 [2025-06-30T04:46:23.069Z] Progress (1): 8.2 kB 06:46:23 [2025-06-30T04:46:23.069Z] Progress (1): 12 kB 06:46:23 [2025-06-30T04:46:23.069Z] Progress (1): 14 kB 06:46:23 [2025-06-30T04:46:23.069Z] 06:46:23 [2025-06-30T04:46:23.069Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/eclipse/sisu/sisu-inject/0.3.4/sisu-inject-0.3.4.pom (14 kB at 437 kB/s) 06:46:23 [2025-06-30T04:46:23.069Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom 06:46:23 [2025-06-30T04:46:23.069Z] Progress (1): 815 B 06:46:23 [2025-06-30T04:46:23.069Z] 06:46:23 [2025-06-30T04:46:23.069Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 20 kB/s) 06:46:23 [2025-06-30T04:46:23.069Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom 06:46:23 [2025-06-30T04:46:23.069Z] Progress (1): 4.1 kB 06:46:23 [2025-06-30T04:46:23.069Z] Progress (1): 4.2 kB 06:46:23 [2025-06-30T04:46:23.069Z] 06:46:23 [2025-06-30T04:46:23.069Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (4.2 kB at 118 kB/s) 06:46:23 [2025-06-30T04:46:23.069Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom 06:46:23 [2025-06-30T04:46:23.069Z] Progress (1): 4.1 kB 06:46:23 [2025-06-30T04:46:23.069Z] Progress (1): 8.2 kB 06:46:23 [2025-06-30T04:46:23.069Z] Progress (1): 12 kB 06:46:23 [2025-06-30T04:46:23.069Z] Progress (1): 16 kB 06:46:23 [2025-06-30T04:46:23.069Z] Progress (1): 17 kB 06:46:23 [2025-06-30T04:46:23.069Z] 06:46:23 [2025-06-30T04:46:23.069Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 kB at 509 kB/s) 06:46:23 [2025-06-30T04:46:23.069Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom 06:46:23 [2025-06-30T04:46:23.319Z] Progress (1): 4.1 kB 06:46:23 [2025-06-30T04:46:23.319Z] Progress (1): 7.3 kB 06:46:23 [2025-06-30T04:46:23.319Z] 06:46:23 [2025-06-30T04:46:23.319Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom (7.3 kB at 209 kB/s) 06:46:23 [2025-06-30T04:46:23.319Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom 06:46:23 [2025-06-30T04:46:23.319Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (0 B at 0 B/s) 06:46:23 [2025-06-30T04:46:23.319Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/sonatype/spice/spice-parent/17/spice-parent-17.pom 06:46:23 [2025-06-30T04:46:23.319Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (0 B at 0 B/s) 06:46:23 [2025-06-30T04:46:23.320Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/sonatype/forge/forge-parent/10/forge-parent-10.pom 06:46:23 [2025-06-30T04:46:23.320Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (0 B at 0 B/s) 06:46:23 [2025-06-30T04:46:23.320Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/doxia/doxia-core/2.0.0/doxia-core-2.0.0.pom 06:46:23 [2025-06-30T04:46:23.320Z] Progress (1): 3.9 kB 06:46:23 [2025-06-30T04:46:23.320Z] 06:46:23 [2025-06-30T04:46:23.320Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/doxia/doxia-core/2.0.0/doxia-core-2.0.0.pom (3.9 kB at 122 kB/s) 06:46:23 [2025-06-30T04:46:23.320Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/commons/commons-text/1.12.0/commons-text-1.12.0.pom 06:46:23 [2025-06-30T04:46:23.320Z] Progress (1): 4.1 kB 06:46:23 [2025-06-30T04:46:23.320Z] Progress (1): 8.2 kB 06:46:23 [2025-06-30T04:46:23.320Z] Progress (1): 12 kB 06:46:23 [2025-06-30T04:46:23.320Z] Progress (1): 16 kB 06:46:23 [2025-06-30T04:46:23.320Z] Progress (1): 20 kB 06:46:23 [2025-06-30T04:46:23.320Z] 06:46:23 [2025-06-30T04:46:23.320Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/commons/commons-text/1.12.0/commons-text-1.12.0.pom (20 kB at 536 kB/s) 06:46:23 [2025-06-30T04:46:23.320Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/commons/commons-parent/69/commons-parent-69.pom 06:46:23 [2025-06-30T04:46:23.320Z] Progress (1): 4.1 kB 06:46:23 [2025-06-30T04:46:23.320Z] Progress (1): 8.2 kB 06:46:23 [2025-06-30T04:46:23.320Z] Progress (1): 12 kB 06:46:23 [2025-06-30T04:46:23.320Z] Progress (1): 16 kB 06:46:23 [2025-06-30T04:46:23.320Z] Progress (1): 20 kB 06:46:23 [2025-06-30T04:46:23.320Z] Progress (1): 25 kB 06:46:23 [2025-06-30T04:46:23.320Z] Progress (1): 29 kB 06:46:23 [2025-06-30T04:46:23.320Z] Progress (1): 33 kB 06:46:23 [2025-06-30T04:46:23.320Z] Progress (1): 37 kB 06:46:23 [2025-06-30T04:46:23.320Z] Progress (1): 41 kB 06:46:23 [2025-06-30T04:46:23.320Z] Progress (1): 45 kB 06:46:23 [2025-06-30T04:46:23.320Z] Progress (1): 49 kB 06:46:23 [2025-06-30T04:46:23.320Z] Progress (1): 53 kB 06:46:23 [2025-06-30T04:46:23.320Z] Progress (1): 57 kB 06:46:23 [2025-06-30T04:46:23.320Z] Progress (1): 61 kB 06:46:23 [2025-06-30T04:46:23.320Z] Progress (1): 66 kB 06:46:23 [2025-06-30T04:46:23.320Z] Progress (1): 70 kB 06:46:23 [2025-06-30T04:46:23.320Z] Progress (1): 74 kB 06:46:23 [2025-06-30T04:46:23.570Z] Progress (1): 77 kB 06:46:23 [2025-06-30T04:46:23.570Z] 06:46:23 [2025-06-30T04:46:23.570Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/commons/commons-parent/69/commons-parent-69.pom (77 kB at 1.7 MB/s) 06:46:23 [2025-06-30T04:46:23.570Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/apache/31/apache-31.pom 06:46:23 [2025-06-30T04:46:23.570Z] Progress (1): 4.1 kB 06:46:23 [2025-06-30T04:46:23.570Z] Progress (1): 8.2 kB 06:46:23 [2025-06-30T04:46:23.570Z] Progress (1): 12 kB 06:46:23 [2025-06-30T04:46:23.570Z] Progress (1): 16 kB 06:46:23 [2025-06-30T04:46:23.570Z] Progress (1): 20 kB 06:46:23 [2025-06-30T04:46:23.570Z] Progress (1): 24 kB 06:46:23 [2025-06-30T04:46:23.570Z] 06:46:23 [2025-06-30T04:46:23.570Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/apache/31/apache-31.pom (24 kB at 636 kB/s) 06:46:23 [2025-06-30T04:46:23.570Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/doxia/doxia-integration-tools/2.0.0/doxia-integration-tools-2.0.0.pom 06:46:23 [2025-06-30T04:46:23.570Z] Progress (1): 4.1 kB 06:46:23 [2025-06-30T04:46:23.570Z] Progress (1): 7.8 kB 06:46:23 [2025-06-30T04:46:23.570Z] 06:46:23 [2025-06-30T04:46:23.570Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/doxia/doxia-integration-tools/2.0.0/doxia-integration-tools-2.0.0.pom (7.8 kB at 215 kB/s) 06:46:23 [2025-06-30T04:46:23.570Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom 06:46:23 [2025-06-30T04:46:23.570Z] Progress (1): 2.1 kB 06:46:23 [2025-06-30T04:46:23.570Z] 06:46:23 [2025-06-30T04:46:23.570Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom (2.1 kB at 63 kB/s) 06:46:23 [2025-06-30T04:46:23.570Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom 06:46:23 [2025-06-30T04:46:23.570Z] Progress (1): 3.0 kB 06:46:23 [2025-06-30T04:46:23.570Z] 06:46:23 [2025-06-30T04:46:23.570Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom (3.0 kB at 77 kB/s) 06:46:23 [2025-06-30T04:46:23.571Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom 06:46:23 [2025-06-30T04:46:23.571Z] Progress (1): 4.1 kB 06:46:23 [2025-06-30T04:46:23.571Z] Progress (1): 8.2 kB 06:46:23 [2025-06-30T04:46:23.571Z] Progress (1): 8.2 kB 06:46:23 [2025-06-30T04:46:23.571Z] 06:46:23 [2025-06-30T04:46:23.571Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom (8.2 kB at 258 kB/s) 06:46:23 [2025-06-30T04:46:23.571Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.pom 06:46:23 [2025-06-30T04:46:23.821Z] Progress (1): 3.0 kB 06:46:23 [2025-06-30T04:46:23.821Z] 06:46:23 [2025-06-30T04:46:23.821Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.pom (3.0 kB at 89 kB/s) 06:46:23 [2025-06-30T04:46:23.821Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus/16/plexus-16.pom 06:46:23 [2025-06-30T04:46:23.821Z] Progress (1): 4.1 kB 06:46:23 [2025-06-30T04:46:23.821Z] Progress (1): 8.2 kB 06:46:23 [2025-06-30T04:46:23.821Z] Progress (1): 12 kB 06:46:23 [2025-06-30T04:46:23.821Z] Progress (1): 16 kB 06:46:23 [2025-06-30T04:46:23.821Z] Progress (1): 20 kB 06:46:23 [2025-06-30T04:46:23.821Z] Progress (1): 25 kB 06:46:23 [2025-06-30T04:46:23.821Z] Progress (1): 28 kB 06:46:23 [2025-06-30T04:46:23.821Z] 06:46:23 [2025-06-30T04:46:23.821Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus/16/plexus-16.pom (28 kB at 768 kB/s) 06:46:23 [2025-06-30T04:46:23.821Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/junit/junit-bom/5.10.1/junit-bom-5.10.1.pom 06:46:23 [2025-06-30T04:46:23.821Z] Progress (1): 4.1 kB 06:46:23 [2025-06-30T04:46:23.821Z] Progress (1): 5.6 kB 06:46:23 [2025-06-30T04:46:23.821Z] 06:46:23 [2025-06-30T04:46:23.821Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/junit/junit-bom/5.10.1/junit-bom-5.10.1.pom (5.6 kB at 166 kB/s) 06:46:23 [2025-06-30T04:46:23.821Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/doxia/doxia-site-renderer/2.0.0/doxia-site-renderer-2.0.0.pom 06:46:23 [2025-06-30T04:46:23.821Z] Progress (1): 4.1 kB 06:46:23 [2025-06-30T04:46:23.821Z] Progress (1): 7.4 kB 06:46:23 [2025-06-30T04:46:23.821Z] 06:46:23 [2025-06-30T04:46:23.821Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/doxia/doxia-site-renderer/2.0.0/doxia-site-renderer-2.0.0.pom (7.4 kB at 205 kB/s) 06:46:23 [2025-06-30T04:46:23.821Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/doxia/doxia-skin-model/2.0.0/doxia-skin-model-2.0.0.pom 06:46:23 [2025-06-30T04:46:23.821Z] Progress (1): 3.0 kB 06:46:23 [2025-06-30T04:46:23.821Z] 06:46:23 [2025-06-30T04:46:23.821Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/doxia/doxia-skin-model/2.0.0/doxia-skin-model-2.0.0.pom (3.0 kB at 94 kB/s) 06:46:23 [2025-06-30T04:46:23.821Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/doxia/doxia-module-xhtml5/2.0.0/doxia-module-xhtml5-2.0.0.pom 06:46:23 [2025-06-30T04:46:23.821Z] Progress (1): 2.9 kB 06:46:23 [2025-06-30T04:46:23.821Z] 06:46:23 [2025-06-30T04:46:23.821Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/doxia/doxia-module-xhtml5/2.0.0/doxia-module-xhtml5-2.0.0.pom (2.9 kB at 91 kB/s) 06:46:23 [2025-06-30T04:46:23.821Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/doxia/doxia-modules/2.0.0/doxia-modules-2.0.0.pom 06:46:24 [2025-06-30T04:46:24.072Z] Progress (1): 2.5 kB 06:46:24 [2025-06-30T04:46:24.072Z] 06:46:24 [2025-06-30T04:46:24.072Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/doxia/doxia-modules/2.0.0/doxia-modules-2.0.0.pom (2.5 kB at 81 kB/s) 06:46:24 [2025-06-30T04:46:24.072Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus-velocity/2.2.0/plexus-velocity-2.2.0.pom 06:46:24 [2025-06-30T04:46:24.072Z] Progress (1): 4.1 kB 06:46:24 [2025-06-30T04:46:24.072Z] 06:46:24 [2025-06-30T04:46:24.072Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus-velocity/2.2.0/plexus-velocity-2.2.0.pom (4.1 kB at 131 kB/s) 06:46:24 [2025-06-30T04:46:24.072Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus/19/plexus-19.pom 06:46:24 [2025-06-30T04:46:24.072Z] Progress (1): 4.1 kB 06:46:24 [2025-06-30T04:46:24.072Z] Progress (1): 8.2 kB 06:46:24 [2025-06-30T04:46:24.072Z] Progress (1): 12 kB 06:46:24 [2025-06-30T04:46:24.072Z] Progress (1): 16 kB 06:46:24 [2025-06-30T04:46:24.072Z] Progress (1): 20 kB 06:46:24 [2025-06-30T04:46:24.072Z] Progress (1): 25 kB 06:46:24 [2025-06-30T04:46:24.072Z] Progress (1): 25 kB 06:46:24 [2025-06-30T04:46:24.072Z] 06:46:24 [2025-06-30T04:46:24.072Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus/19/plexus-19.pom (25 kB at 793 kB/s) 06:46:24 [2025-06-30T04:46:24.072Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/velocity/velocity-engine-core/2.4/velocity-engine-core-2.4.pom 06:46:24 [2025-06-30T04:46:24.072Z] Progress (1): 4.1 kB 06:46:24 [2025-06-30T04:46:24.072Z] Progress (1): 8.2 kB 06:46:24 [2025-06-30T04:46:24.072Z] Progress (1): 12 kB 06:46:24 [2025-06-30T04:46:24.072Z] 06:46:24 [2025-06-30T04:46:24.072Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/velocity/velocity-engine-core/2.4/velocity-engine-core-2.4.pom (12 kB at 374 kB/s) 06:46:24 [2025-06-30T04:46:24.072Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/velocity/velocity-engine-parent/2.4/velocity-engine-parent-2.4.pom 06:46:24 [2025-06-30T04:46:24.072Z] Progress (1): 4.1 kB 06:46:24 [2025-06-30T04:46:24.072Z] Progress (1): 8.2 kB 06:46:24 [2025-06-30T04:46:24.072Z] Progress (1): 9.5 kB 06:46:24 [2025-06-30T04:46:24.072Z] 06:46:24 [2025-06-30T04:46:24.072Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/velocity/velocity-engine-parent/2.4/velocity-engine-parent-2.4.pom (9.5 kB at 307 kB/s) 06:46:24 [2025-06-30T04:46:24.072Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/velocity/velocity-master/7/velocity-master-7.pom 06:46:24 [2025-06-30T04:46:24.072Z] Progress (1): 4.1 kB 06:46:24 [2025-06-30T04:46:24.072Z] Progress (1): 7.9 kB 06:46:24 [2025-06-30T04:46:24.072Z] 06:46:24 [2025-06-30T04:46:24.072Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/velocity/velocity-master/7/velocity-master-7.pom (7.9 kB at 256 kB/s) 06:46:24 [2025-06-30T04:46:24.072Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/velocity/tools/velocity-tools-generic/3.1/velocity-tools-generic-3.1.pom 06:46:24 [2025-06-30T04:46:24.072Z] Progress (1): 2.6 kB 06:46:24 [2025-06-30T04:46:24.072Z] 06:46:24 [2025-06-30T04:46:24.072Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/velocity/tools/velocity-tools-generic/3.1/velocity-tools-generic-3.1.pom (2.6 kB at 69 kB/s) 06:46:24 [2025-06-30T04:46:24.072Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/velocity/tools/velocity-tools-parent/3.1/velocity-tools-parent-3.1.pom 06:46:24 [2025-06-30T04:46:24.323Z] Progress (1): 4.1 kB 06:46:24 [2025-06-30T04:46:24.323Z] Progress (1): 8.0 kB 06:46:24 [2025-06-30T04:46:24.323Z] 06:46:24 [2025-06-30T04:46:24.323Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/velocity/tools/velocity-tools-parent/3.1/velocity-tools-parent-3.1.pom (8.0 kB at 250 kB/s) 06:46:24 [2025-06-30T04:46:24.323Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/velocity/velocity-master/4/velocity-master-4.pom 06:46:24 [2025-06-30T04:46:24.323Z] Progress (1): 4.1 kB 06:46:24 [2025-06-30T04:46:24.323Z] Progress (1): 7.8 kB 06:46:24 [2025-06-30T04:46:24.323Z] 06:46:24 [2025-06-30T04:46:24.323Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/velocity/velocity-master/4/velocity-master-4.pom (7.8 kB at 228 kB/s) 06:46:24 [2025-06-30T04:46:24.323Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/velocity/velocity-engine-core/2.3/velocity-engine-core-2.3.pom 06:46:24 [2025-06-30T04:46:24.323Z] Progress (1): 4.1 kB 06:46:24 [2025-06-30T04:46:24.323Z] Progress (1): 8.2 kB 06:46:24 [2025-06-30T04:46:24.323Z] Progress (1): 10 kB 06:46:24 [2025-06-30T04:46:24.323Z] 06:46:24 [2025-06-30T04:46:24.323Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/velocity/velocity-engine-core/2.3/velocity-engine-core-2.3.pom (10 kB at 291 kB/s) 06:46:24 [2025-06-30T04:46:24.323Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/velocity/velocity-engine-parent/2.3/velocity-engine-parent-2.3.pom 06:46:24 [2025-06-30T04:46:24.323Z] Progress (1): 4.1 kB 06:46:24 [2025-06-30T04:46:24.323Z] Progress (1): 8.2 kB 06:46:24 [2025-06-30T04:46:24.323Z] Progress (1): 12 kB 06:46:24 [2025-06-30T04:46:24.323Z] Progress (1): 14 kB 06:46:24 [2025-06-30T04:46:24.323Z] 06:46:24 [2025-06-30T04:46:24.323Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/velocity/velocity-engine-parent/2.3/velocity-engine-parent-2.3.pom (14 kB at 395 kB/s) 06:46:24 [2025-06-30T04:46:24.323Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom 06:46:24 [2025-06-30T04:46:24.323Z] Progress (1): 3.8 kB 06:46:24 [2025-06-30T04:46:24.323Z] 06:46:24 [2025-06-30T04:46:24.323Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom (3.8 kB at 116 kB/s) 06:46:24 [2025-06-30T04:46:24.323Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom 06:46:24 [2025-06-30T04:46:24.323Z] Progress (1): 4.1 kB 06:46:24 [2025-06-30T04:46:24.323Z] Progress (1): 8.2 kB 06:46:24 [2025-06-30T04:46:24.323Z] Progress (1): 12 kB 06:46:24 [2025-06-30T04:46:24.323Z] Progress (1): 14 kB 06:46:24 [2025-06-30T04:46:24.323Z] 06:46:24 [2025-06-30T04:46:24.323Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom (14 kB at 406 kB/s) 06:46:24 [2025-06-30T04:46:24.323Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.pom 06:46:24 [2025-06-30T04:46:24.323Z] Progress (1): 4.1 kB 06:46:24 [2025-06-30T04:46:24.323Z] Progress (1): 8.2 kB 06:46:24 [2025-06-30T04:46:24.323Z] Progress (1): 12 kB 06:46:24 [2025-06-30T04:46:24.323Z] Progress (1): 16 kB 06:46:24 [2025-06-30T04:46:24.574Z] Progress (1): 18 kB 06:46:24 [2025-06-30T04:46:24.574Z] 06:46:24 [2025-06-30T04:46:24.574Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.pom (18 kB at 530 kB/s) 06:46:24 [2025-06-30T04:46:24.574Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/commons/commons-parent/47/commons-parent-47.pom 06:46:24 [2025-06-30T04:46:24.574Z] Progress (1): 4.1 kB 06:46:24 [2025-06-30T04:46:24.574Z] Progress (1): 8.2 kB 06:46:24 [2025-06-30T04:46:24.574Z] Progress (1): 12 kB 06:46:24 [2025-06-30T04:46:24.574Z] Progress (1): 16 kB 06:46:24 [2025-06-30T04:46:24.574Z] Progress (1): 20 kB 06:46:24 [2025-06-30T04:46:24.574Z] Progress (1): 25 kB 06:46:24 [2025-06-30T04:46:24.574Z] Progress (1): 29 kB 06:46:24 [2025-06-30T04:46:24.574Z] Progress (1): 33 kB 06:46:24 [2025-06-30T04:46:24.574Z] Progress (1): 37 kB 06:46:24 [2025-06-30T04:46:24.574Z] Progress (1): 41 kB 06:46:24 [2025-06-30T04:46:24.574Z] Progress (1): 45 kB 06:46:24 [2025-06-30T04:46:24.574Z] Progress (1): 49 kB 06:46:24 [2025-06-30T04:46:24.574Z] Progress (1): 53 kB 06:46:24 [2025-06-30T04:46:24.574Z] Progress (1): 57 kB 06:46:24 [2025-06-30T04:46:24.574Z] Progress (1): 61 kB 06:46:24 [2025-06-30T04:46:24.574Z] Progress (1): 66 kB 06:46:24 [2025-06-30T04:46:24.574Z] Progress (1): 70 kB 06:46:24 [2025-06-30T04:46:24.574Z] Progress (1): 74 kB 06:46:24 [2025-06-30T04:46:24.574Z] Progress (1): 78 kB 06:46:24 [2025-06-30T04:46:24.574Z] 06:46:24 [2025-06-30T04:46:24.574Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/commons/commons-parent/47/commons-parent-47.pom (78 kB at 2.0 MB/s) 06:46:24 [2025-06-30T04:46:24.574Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/apache/19/apache-19.pom 06:46:24 [2025-06-30T04:46:24.574Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/apache/19/apache-19.pom (0 B at 0 B/s) 06:46:24 [2025-06-30T04:46:24.574Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/commons-logging/commons-logging/1.2/commons-logging-1.2.pom 06:46:24 [2025-06-30T04:46:24.574Z] Progress (1): 4.1 kB 06:46:24 [2025-06-30T04:46:24.574Z] Progress (1): 8.2 kB 06:46:24 [2025-06-30T04:46:24.574Z] Progress (1): 12 kB 06:46:24 [2025-06-30T04:46:24.574Z] Progress (1): 16 kB 06:46:24 [2025-06-30T04:46:24.574Z] Progress (1): 19 kB 06:46:24 [2025-06-30T04:46:24.574Z] 06:46:24 [2025-06-30T04:46:24.574Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/commons-logging/commons-logging/1.2/commons-logging-1.2.pom (19 kB at 534 kB/s) 06:46:24 [2025-06-30T04:46:24.574Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/commons/commons-parent/34/commons-parent-34.pom 06:46:24 [2025-06-30T04:46:24.574Z] Progress (1): 4.1 kB 06:46:24 [2025-06-30T04:46:24.574Z] Progress (1): 8.2 kB 06:46:24 [2025-06-30T04:46:24.574Z] Progress (1): 12 kB 06:46:24 [2025-06-30T04:46:24.574Z] Progress (1): 16 kB 06:46:24 [2025-06-30T04:46:24.574Z] Progress (1): 20 kB 06:46:24 [2025-06-30T04:46:24.574Z] Progress (1): 25 kB 06:46:24 [2025-06-30T04:46:24.574Z] Progress (1): 29 kB 06:46:24 [2025-06-30T04:46:24.574Z] Progress (1): 33 kB 06:46:24 [2025-06-30T04:46:24.574Z] Progress (1): 37 kB 06:46:24 [2025-06-30T04:46:24.574Z] Progress (1): 41 kB 06:46:24 [2025-06-30T04:46:24.574Z] Progress (1): 45 kB 06:46:24 [2025-06-30T04:46:24.574Z] Progress (1): 49 kB 06:46:24 [2025-06-30T04:46:24.574Z] Progress (1): 53 kB 06:46:24 [2025-06-30T04:46:24.574Z] Progress (1): 56 kB 06:46:24 [2025-06-30T04:46:24.574Z] 06:46:24 [2025-06-30T04:46:24.574Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/commons/commons-parent/34/commons-parent-34.pom (56 kB at 1.4 MB/s) 06:46:24 [2025-06-30T04:46:24.574Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/apache/13/apache-13.pom 06:46:24 [2025-06-30T04:46:24.574Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/apache/13/apache-13.pom (0 B at 0 B/s) 06:46:24 [2025-06-30T04:46:24.574Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom 06:46:24 [2025-06-30T04:46:24.574Z] Progress (1): 4.1 kB 06:46:24 [2025-06-30T04:46:24.574Z] Progress (1): 8.2 kB 06:46:24 [2025-06-30T04:46:24.574Z] Progress (1): 12 kB 06:46:24 [2025-06-30T04:46:24.825Z] Progress (1): 12 kB 06:46:24 [2025-06-30T04:46:24.825Z] 06:46:24 [2025-06-30T04:46:24.825Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom (12 kB at 376 kB/s) 06:46:24 [2025-06-30T04:46:24.825Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/commons/commons-parent/39/commons-parent-39.pom 06:46:24 [2025-06-30T04:46:24.825Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/commons/commons-parent/39/commons-parent-39.pom (0 B at 0 B/s) 06:46:24 [2025-06-30T04:46:24.825Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/apache/16/apache-16.pom 06:46:24 [2025-06-30T04:46:24.825Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/apache/16/apache-16.pom (0 B at 0 B/s) 06:46:24 [2025-06-30T04:46:24.825Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/commons/commons-digester3/3.2/commons-digester3-3.2.pom 06:46:24 [2025-06-30T04:46:24.825Z] Progress (1): 4.1 kB 06:46:24 [2025-06-30T04:46:24.825Z] Progress (1): 8.2 kB 06:46:24 [2025-06-30T04:46:24.825Z] Progress (1): 12 kB 06:46:24 [2025-06-30T04:46:24.825Z] Progress (1): 16 kB 06:46:24 [2025-06-30T04:46:24.825Z] Progress (1): 18 kB 06:46:24 [2025-06-30T04:46:24.825Z] 06:46:24 [2025-06-30T04:46:24.825Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/commons/commons-digester3/3.2/commons-digester3-3.2.pom (18 kB at 517 kB/s) 06:46:24 [2025-06-30T04:46:24.825Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/commons/commons-parent/22/commons-parent-22.pom 06:46:24 [2025-06-30T04:46:24.825Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/commons/commons-parent/22/commons-parent-22.pom (0 B at 0 B/s) 06:46:24 [2025-06-30T04:46:24.825Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/apache/9/apache-9.pom 06:46:24 [2025-06-30T04:46:24.825Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/apache/9/apache-9.pom (0 B at 0 B/s) 06:46:24 [2025-06-30T04:46:24.825Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom 06:46:24 [2025-06-30T04:46:24.825Z] Progress (1): 4.1 kB 06:46:24 [2025-06-30T04:46:24.825Z] Progress (1): 8.2 kB 06:46:24 [2025-06-30T04:46:24.825Z] Progress (1): 12 kB 06:46:24 [2025-06-30T04:46:24.825Z] Progress (1): 16 kB 06:46:24 [2025-06-30T04:46:24.825Z] Progress (1): 18 kB 06:46:24 [2025-06-30T04:46:24.825Z] 06:46:24 [2025-06-30T04:46:24.825Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom (18 kB at 540 kB/s) 06:46:24 [2025-06-30T04:46:24.825Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/commons/commons-parent/5/commons-parent-5.pom 06:46:24 [2025-06-30T04:46:24.825Z] Progress (1): 4.1 kB 06:46:24 [2025-06-30T04:46:24.825Z] Progress (1): 8.2 kB 06:46:24 [2025-06-30T04:46:24.825Z] Progress (1): 12 kB 06:46:25 [2025-06-30T04:46:25.075Z] Progress (1): 16 kB 06:46:25 [2025-06-30T04:46:25.075Z] 06:46:25 [2025-06-30T04:46:25.076Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/commons/commons-parent/5/commons-parent-5.pom (16 kB at 486 kB/s) 06:46:25 [2025-06-30T04:46:25.076Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/github/cliftonlabs/json-simple/3.0.2/json-simple-3.0.2.pom 06:46:25 [2025-06-30T04:46:25.076Z] Progress (1): 4.1 kB 06:46:25 [2025-06-30T04:46:25.076Z] Progress (1): 7.5 kB 06:46:25 [2025-06-30T04:46:25.076Z] 06:46:25 [2025-06-30T04:46:25.076Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/github/cliftonlabs/json-simple/3.0.2/json-simple-3.0.2.pom (7.5 kB at 226 kB/s) 06:46:25 [2025-06-30T04:46:25.076Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/doxia/doxia-module-apt/2.0.0/doxia-module-apt-2.0.0.pom 06:46:25 [2025-06-30T04:46:25.076Z] Progress (1): 2.9 kB 06:46:25 [2025-06-30T04:46:25.076Z] 06:46:25 [2025-06-30T04:46:25.076Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/doxia/doxia-module-apt/2.0.0/doxia-module-apt-2.0.0.pom (2.9 kB at 89 kB/s) 06:46:25 [2025-06-30T04:46:25.076Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/doxia/doxia-module-xdoc/2.0.0/doxia-module-xdoc-2.0.0.pom 06:46:25 [2025-06-30T04:46:25.076Z] Progress (1): 4.1 kB 06:46:25 [2025-06-30T04:46:25.076Z] Progress (1): 5.4 kB 06:46:25 [2025-06-30T04:46:25.076Z] 06:46:25 [2025-06-30T04:46:25.076Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/doxia/doxia-module-xdoc/2.0.0/doxia-module-xdoc-2.0.0.pom (5.4 kB at 174 kB/s) 06:46:25 [2025-06-30T04:46:25.076Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/maven-archiver/3.6.2/maven-archiver-3.6.2.pom 06:46:25 [2025-06-30T04:46:25.076Z] Progress (1): 4.1 kB 06:46:25 [2025-06-30T04:46:25.076Z] Progress (1): 4.4 kB 06:46:25 [2025-06-30T04:46:25.076Z] 06:46:25 [2025-06-30T04:46:25.076Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/maven-archiver/3.6.2/maven-archiver-3.6.2.pom (4.4 kB at 64 kB/s) 06:46:25 [2025-06-30T04:46:25.076Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/shared/maven-shared-components/41/maven-shared-components-41.pom 06:46:25 [2025-06-30T04:46:25.076Z] Progress (1): 3.2 kB 06:46:25 [2025-06-30T04:46:25.076Z] 06:46:25 [2025-06-30T04:46:25.076Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/shared/maven-shared-components/41/maven-shared-components-41.pom (3.2 kB at 93 kB/s) 06:46:25 [2025-06-30T04:46:25.076Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/maven-parent/41/maven-parent-41.pom 06:46:25 [2025-06-30T04:46:25.326Z] Progress (1): 4.1 kB 06:46:25 [2025-06-30T04:46:25.326Z] Progress (1): 8.2 kB 06:46:25 [2025-06-30T04:46:25.326Z] Progress (1): 12 kB 06:46:25 [2025-06-30T04:46:25.326Z] Progress (1): 16 kB 06:46:25 [2025-06-30T04:46:25.326Z] Progress (1): 20 kB 06:46:25 [2025-06-30T04:46:25.326Z] Progress (1): 25 kB 06:46:25 [2025-06-30T04:46:25.326Z] Progress (1): 29 kB 06:46:25 [2025-06-30T04:46:25.326Z] Progress (1): 33 kB 06:46:25 [2025-06-30T04:46:25.326Z] Progress (1): 37 kB 06:46:25 [2025-06-30T04:46:25.326Z] Progress (1): 41 kB 06:46:25 [2025-06-30T04:46:25.326Z] Progress (1): 45 kB 06:46:25 [2025-06-30T04:46:25.326Z] Progress (1): 49 kB 06:46:25 [2025-06-30T04:46:25.326Z] Progress (1): 50 kB 06:46:25 [2025-06-30T04:46:25.326Z] 06:46:25 [2025-06-30T04:46:25.326Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/maven-parent/41/maven-parent-41.pom (50 kB at 1.3 MB/s) 06:46:25 [2025-06-30T04:46:25.326Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus-archiver/4.10.0/plexus-archiver-4.10.0.pom 06:46:25 [2025-06-30T04:46:25.326Z] Progress (1): 4.1 kB 06:46:25 [2025-06-30T04:46:25.326Z] Progress (1): 5.8 kB 06:46:25 [2025-06-30T04:46:25.326Z] 06:46:25 [2025-06-30T04:46:25.326Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus-archiver/4.10.0/plexus-archiver-4.10.0.pom (5.8 kB at 188 kB/s) 06:46:25 [2025-06-30T04:46:25.326Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus-io/3.5.0/plexus-io-3.5.0.pom 06:46:25 [2025-06-30T04:46:25.326Z] Progress (1): 4.1 kB 06:46:25 [2025-06-30T04:46:25.326Z] Progress (1): 4.3 kB 06:46:25 [2025-06-30T04:46:25.326Z] 06:46:25 [2025-06-30T04:46:25.326Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus-io/3.5.0/plexus-io-3.5.0.pom (4.3 kB at 140 kB/s) 06:46:25 [2025-06-30T04:46:25.326Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/commons/commons-compress/1.26.2/commons-compress-1.26.2.pom 06:46:25 [2025-06-30T04:46:25.327Z] Progress (1): 4.1 kB 06:46:25 [2025-06-30T04:46:25.327Z] Progress (1): 8.2 kB 06:46:25 [2025-06-30T04:46:25.327Z] Progress (1): 12 kB 06:46:25 [2025-06-30T04:46:25.327Z] Progress (1): 16 kB 06:46:25 [2025-06-30T04:46:25.327Z] Progress (1): 20 kB 06:46:25 [2025-06-30T04:46:25.327Z] Progress (1): 23 kB 06:46:25 [2025-06-30T04:46:25.327Z] 06:46:25 [2025-06-30T04:46:25.327Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/commons/commons-compress/1.26.2/commons-compress-1.26.2.pom (23 kB at 655 kB/s) 06:46:25 [2025-06-30T04:46:25.327Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/commons-codec/commons-codec/1.17.1/commons-codec-1.17.1.pom 06:46:25 [2025-06-30T04:46:25.327Z] Progress (1): 4.1 kB 06:46:25 [2025-06-30T04:46:25.327Z] Progress (1): 8.2 kB 06:46:25 [2025-06-30T04:46:25.327Z] Progress (1): 12 kB 06:46:25 [2025-06-30T04:46:25.327Z] Progress (1): 16 kB 06:46:25 [2025-06-30T04:46:25.327Z] Progress (1): 18 kB 06:46:25 [2025-06-30T04:46:25.327Z] 06:46:25 [2025-06-30T04:46:25.327Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/commons-codec/commons-codec/1.17.1/commons-codec-1.17.1.pom (18 kB at 523 kB/s) 06:46:25 [2025-06-30T04:46:25.327Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/commons/commons-parent/71/commons-parent-71.pom 06:46:25 [2025-06-30T04:46:25.327Z] Progress (1): 4.1 kB 06:46:25 [2025-06-30T04:46:25.327Z] Progress (1): 8.2 kB 06:46:25 [2025-06-30T04:46:25.327Z] Progress (1): 12 kB 06:46:25 [2025-06-30T04:46:25.327Z] Progress (1): 16 kB 06:46:25 [2025-06-30T04:46:25.327Z] Progress (1): 20 kB 06:46:25 [2025-06-30T04:46:25.327Z] Progress (1): 25 kB 06:46:25 [2025-06-30T04:46:25.327Z] Progress (1): 29 kB 06:46:25 [2025-06-30T04:46:25.327Z] Progress (1): 33 kB 06:46:25 [2025-06-30T04:46:25.327Z] Progress (1): 37 kB 06:46:25 [2025-06-30T04:46:25.327Z] Progress (1): 41 kB 06:46:25 [2025-06-30T04:46:25.327Z] Progress (1): 45 kB 06:46:25 [2025-06-30T04:46:25.327Z] Progress (1): 49 kB 06:46:25 [2025-06-30T04:46:25.327Z] Progress (1): 53 kB 06:46:25 [2025-06-30T04:46:25.327Z] Progress (1): 57 kB 06:46:25 [2025-06-30T04:46:25.327Z] Progress (1): 61 kB 06:46:25 [2025-06-30T04:46:25.327Z] Progress (1): 66 kB 06:46:25 [2025-06-30T04:46:25.327Z] Progress (1): 70 kB 06:46:25 [2025-06-30T04:46:25.327Z] Progress (1): 74 kB 06:46:25 [2025-06-30T04:46:25.327Z] Progress (1): 78 kB 06:46:25 [2025-06-30T04:46:25.327Z] 06:46:25 [2025-06-30T04:46:25.327Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/commons/commons-parent/71/commons-parent-71.pom (78 kB at 2.2 MB/s) 06:46:25 [2025-06-30T04:46:25.577Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/junit/junit-bom/5.11.0-M2/junit-bom-5.11.0-M2.pom 06:46:25 [2025-06-30T04:46:25.577Z] Progress (1): 4.1 kB 06:46:25 [2025-06-30T04:46:25.577Z] Progress (1): 5.7 kB 06:46:25 [2025-06-30T04:46:25.577Z] 06:46:25 [2025-06-30T04:46:25.577Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/junit/junit-bom/5.11.0-M2/junit-bom-5.11.0-M2.pom (5.7 kB at 184 kB/s) 06:46:25 [2025-06-30T04:46:25.577Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/io/airlift/aircompressor/0.27/aircompressor-0.27.pom 06:46:25 [2025-06-30T04:46:25.577Z] Progress (1): 4.1 kB 06:46:25 [2025-06-30T04:46:25.577Z] Progress (1): 5.8 kB 06:46:25 [2025-06-30T04:46:25.577Z] 06:46:25 [2025-06-30T04:46:25.577Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/io/airlift/aircompressor/0.27/aircompressor-0.27.pom (5.8 kB at 180 kB/s) 06:46:25 [2025-06-30T04:46:25.577Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/io/airlift/airbase/112/airbase-112.pom 06:46:25 [2025-06-30T04:46:25.577Z] Progress (1): 4.1 kB 06:46:25 [2025-06-30T04:46:25.577Z] Progress (1): 8.2 kB 06:46:25 [2025-06-30T04:46:25.577Z] Progress (1): 12 kB 06:46:25 [2025-06-30T04:46:25.577Z] Progress (1): 16 kB 06:46:25 [2025-06-30T04:46:25.577Z] Progress (1): 20 kB 06:46:25 [2025-06-30T04:46:25.577Z] Progress (1): 25 kB 06:46:25 [2025-06-30T04:46:25.577Z] Progress (1): 29 kB 06:46:25 [2025-06-30T04:46:25.577Z] Progress (1): 33 kB 06:46:25 [2025-06-30T04:46:25.577Z] Progress (1): 37 kB 06:46:25 [2025-06-30T04:46:25.577Z] Progress (1): 41 kB 06:46:25 [2025-06-30T04:46:25.577Z] Progress (1): 45 kB 06:46:25 [2025-06-30T04:46:25.577Z] Progress (1): 49 kB 06:46:25 [2025-06-30T04:46:25.577Z] Progress (1): 53 kB 06:46:25 [2025-06-30T04:46:25.577Z] Progress (1): 57 kB 06:46:25 [2025-06-30T04:46:25.577Z] Progress (1): 61 kB 06:46:25 [2025-06-30T04:46:25.577Z] Progress (1): 66 kB 06:46:25 [2025-06-30T04:46:25.577Z] Progress (1): 69 kB 06:46:25 [2025-06-30T04:46:25.577Z] 06:46:25 [2025-06-30T04:46:25.577Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/io/airlift/airbase/112/airbase-112.pom (69 kB at 1.8 MB/s) 06:46:25 [2025-06-30T04:46:25.577Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/junit/junit-bom/5.8.0-M1/junit-bom-5.8.0-M1.pom 06:46:25 [2025-06-30T04:46:25.577Z] Progress (1): 4.1 kB 06:46:25 [2025-06-30T04:46:25.577Z] Progress (1): 5.7 kB 06:46:25 [2025-06-30T04:46:25.577Z] 06:46:25 [2025-06-30T04:46:25.578Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/junit/junit-bom/5.8.0-M1/junit-bom-5.8.0-M1.pom (5.7 kB at 178 kB/s) 06:46:25 [2025-06-30T04:46:25.578Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/tukaani/xz/1.9/xz-1.9.pom 06:46:25 [2025-06-30T04:46:25.578Z] Progress (1): 2.0 kB 06:46:25 [2025-06-30T04:46:25.578Z] 06:46:25 [2025-06-30T04:46:25.578Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/tukaani/xz/1.9/xz-1.9.pom (2.0 kB at 62 kB/s) 06:46:25 [2025-06-30T04:46:25.578Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/github/luben/zstd-jni/1.5.6-3/zstd-jni-1.5.6-3.pom 06:46:25 [2025-06-30T04:46:25.578Z] Progress (1): 2.0 kB 06:46:25 [2025-06-30T04:46:25.578Z] 06:46:25 [2025-06-30T04:46:25.578Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/github/luben/zstd-jni/1.5.6-3/zstd-jni-1.5.6-3.pom (2.0 kB at 65 kB/s) 06:46:25 [2025-06-30T04:46:25.578Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus-interactivity-api/1.3/plexus-interactivity-api-1.3.pom 06:46:25 [2025-06-30T04:46:25.828Z] Progress (1): 1.7 kB 06:46:25 [2025-06-30T04:46:25.828Z] 06:46:25 [2025-06-30T04:46:25.828Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus-interactivity-api/1.3/plexus-interactivity-api-1.3.pom (1.7 kB at 52 kB/s) 06:46:25 [2025-06-30T04:46:25.828Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus-interactivity/1.3/plexus-interactivity-1.3.pom 06:46:25 [2025-06-30T04:46:25.828Z] Progress (1): 1.9 kB 06:46:25 [2025-06-30T04:46:25.828Z] 06:46:25 [2025-06-30T04:46:25.828Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus-interactivity/1.3/plexus-interactivity-1.3.pom (1.9 kB at 62 kB/s) 06:46:25 [2025-06-30T04:46:25.828Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/mojo/versions/versions-api/2.18.0/versions-api-2.18.0.jar 06:46:25 [2025-06-30T04:46:25.828Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/mojo/versions/versions-model/2.18.0/versions-model-2.18.0.jar 06:46:25 [2025-06-30T04:46:25.828Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/mojo/versions/versions-model-report/2.18.0/versions-model-report-2.18.0.jar 06:46:25 [2025-06-30T04:46:25.828Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/mojo/versions/versions-common/2.18.0/versions-common-2.18.0.jar 06:46:25 [2025-06-30T04:46:25.828Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.jar 06:46:25 [2025-06-30T04:46:25.828Z] Progress (1): 4.1/6.5 kB 06:46:25 [2025-06-30T04:46:25.828Z] Progress (1): 6.5 kB 06:46:25 [2025-06-30T04:46:25.828Z] 06:46:25 [2025-06-30T04:46:25.828Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/mojo/versions/versions-api/2.18.0/versions-api-2.18.0.jar (6.5 kB at 210 kB/s) 06:46:25 [2025-06-30T04:46:25.828Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus-xml/3.0.1/plexus-xml-3.0.1.jar 06:46:25 [2025-06-30T04:46:25.829Z] Progress (1): 4.1/47 kB 06:46:25 [2025-06-30T04:46:25.829Z] Progress (1): 7.6/47 kB 06:46:25 [2025-06-30T04:46:25.829Z] Progress (2): 7.6/47 kB | 4.1/94 kB 06:46:25 [2025-06-30T04:46:25.829Z] Progress (2): 7.6/47 kB | 7.6/94 kB 06:46:25 [2025-06-30T04:46:25.829Z] Progress (2): 7.6/47 kB | 12/94 kB 06:46:25 [2025-06-30T04:46:25.829Z] Progress (2): 7.6/47 kB | 16/94 kB 06:46:25 [2025-06-30T04:46:25.829Z] Progress (2): 7.6/47 kB | 20/94 kB 06:46:25 [2025-06-30T04:46:25.829Z] Progress (2): 7.6/47 kB | 24/94 kB 06:46:25 [2025-06-30T04:46:25.829Z] Progress (2): 7.6/47 kB | 28/94 kB 06:46:25 [2025-06-30T04:46:25.829Z] Progress (2): 7.6/47 kB | 32/94 kB 06:46:25 [2025-06-30T04:46:25.829Z] Progress (2): 12/47 kB | 32/94 kB 06:46:25 [2025-06-30T04:46:25.829Z] Progress (2): 16/47 kB | 32/94 kB 06:46:25 [2025-06-30T04:46:25.829Z] Progress (2): 20/47 kB | 32/94 kB 06:46:25 [2025-06-30T04:46:25.829Z] Progress (2): 24/47 kB | 32/94 kB 06:46:25 [2025-06-30T04:46:25.829Z] Progress (2): 28/47 kB | 32/94 kB 06:46:25 [2025-06-30T04:46:25.829Z] Progress (2): 32/47 kB | 32/94 kB 06:46:25 [2025-06-30T04:46:25.829Z] Progress (2): 32/47 kB | 36/94 kB 06:46:25 [2025-06-30T04:46:25.829Z] Progress (2): 32/47 kB | 40/94 kB 06:46:25 [2025-06-30T04:46:25.829Z] Progress (2): 32/47 kB | 44/94 kB 06:46:25 [2025-06-30T04:46:25.829Z] Progress (2): 32/47 kB | 48/94 kB 06:46:25 [2025-06-30T04:46:25.829Z] Progress (2): 32/47 kB | 52/94 kB 06:46:25 [2025-06-30T04:46:25.829Z] Progress (2): 32/47 kB | 56/94 kB 06:46:25 [2025-06-30T04:46:25.829Z] Progress (2): 32/47 kB | 60/94 kB 06:46:25 [2025-06-30T04:46:25.829Z] Progress (2): 32/47 kB | 64/94 kB 06:46:25 [2025-06-30T04:46:25.829Z] Progress (2): 32/47 kB | 68/94 kB 06:46:25 [2025-06-30T04:46:25.829Z] Progress (2): 32/47 kB | 72/94 kB 06:46:25 [2025-06-30T04:46:25.829Z] Progress (2): 32/47 kB | 74/94 kB 06:46:25 [2025-06-30T04:46:25.829Z] Progress (2): 32/47 kB | 78/94 kB 06:46:25 [2025-06-30T04:46:25.829Z] Progress (2): 32/47 kB | 82/94 kB 06:46:25 [2025-06-30T04:46:25.829Z] Progress (2): 36/47 kB | 82/94 kB 06:46:25 [2025-06-30T04:46:25.829Z] Progress (2): 40/47 kB | 82/94 kB 06:46:25 [2025-06-30T04:46:25.829Z] Progress (2): 44/47 kB | 82/94 kB 06:46:25 [2025-06-30T04:46:25.829Z] Progress (2): 47 kB | 82/94 kB 06:46:25 [2025-06-30T04:46:25.829Z] Progress (2): 47 kB | 86/94 kB 06:46:25 [2025-06-30T04:46:25.829Z] Progress (2): 47 kB | 90/94 kB 06:46:25 [2025-06-30T04:46:25.829Z] Progress (2): 47 kB | 94/94 kB 06:46:25 [2025-06-30T04:46:25.829Z] Progress (2): 47 kB | 94 kB 06:46:25 [2025-06-30T04:46:25.829Z] Progress (3): 47 kB | 94 kB | 4.1/752 kB 06:46:25 [2025-06-30T04:46:25.829Z] Progress (3): 47 kB | 94 kB | 7.6/752 kB 06:46:25 [2025-06-30T04:46:25.829Z] Progress (4): 47 kB | 94 kB | 7.6/752 kB | 4.1/174 kB 06:46:25 [2025-06-30T04:46:25.829Z] Progress (4): 47 kB | 94 kB | 7.6/752 kB | 7.6/174 kB 06:46:25 [2025-06-30T04:46:25.829Z] Progress (5): 47 kB | 94 kB | 7.6/752 kB | 7.6/174 kB | 4.1/13 kB 06:46:25 [2025-06-30T04:46:25.829Z] Progress (5): 47 kB | 94 kB | 12/752 kB | 7.6/174 kB | 4.1/13 kB 06:46:25 [2025-06-30T04:46:25.829Z] Progress (5): 47 kB | 94 kB | 12/752 kB | 7.6/174 kB | 7.6/13 kB 06:46:25 [2025-06-30T04:46:25.829Z] Progress (5): 47 kB | 94 kB | 16/752 kB | 7.6/174 kB | 7.6/13 kB 06:46:25 [2025-06-30T04:46:25.829Z] 06:46:25 [2025-06-30T04:46:25.829Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/mojo/versions/versions-model-report/2.18.0/versions-model-report-2.18.0.jar (47 kB at 647 kB/s) 06:46:25 [2025-06-30T04:46:25.829Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/wagon/wagon-provider-api/3.5.3/wagon-provider-api-3.5.3.jar 06:46:25 [2025-06-30T04:46:25.829Z] Progress (4): 94 kB | 20/752 kB | 7.6/174 kB | 7.6/13 kB 06:46:25 [2025-06-30T04:46:25.829Z] Progress (4): 94 kB | 23/752 kB | 7.6/174 kB | 7.6/13 kB 06:46:25 [2025-06-30T04:46:25.829Z] Progress (4): 94 kB | 28/752 kB | 7.6/174 kB | 7.6/13 kB 06:46:25 [2025-06-30T04:46:25.829Z] Progress (4): 94 kB | 32/752 kB | 7.6/174 kB | 7.6/13 kB 06:46:25 [2025-06-30T04:46:25.829Z] 06:46:25 [2025-06-30T04:46:25.829Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus-xml/3.0.1/plexus-xml-3.0.1.jar (94 kB at 1.3 MB/s) 06:46:25 [2025-06-30T04:46:25.829Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/shared/maven-common-artifact-filters/3.4.0/maven-common-artifact-filters-3.4.0.jar 06:46:25 [2025-06-30T04:46:25.829Z] Progress (3): 32/752 kB | 12/174 kB | 7.6/13 kB 06:46:25 [2025-06-30T04:46:25.829Z] Progress (3): 32/752 kB | 16/174 kB | 7.6/13 kB 06:46:25 [2025-06-30T04:46:25.829Z] Progress (3): 36/752 kB | 16/174 kB | 7.6/13 kB 06:46:25 [2025-06-30T04:46:25.829Z] Progress (3): 39/752 kB | 16/174 kB | 7.6/13 kB 06:46:25 [2025-06-30T04:46:25.829Z] Progress (3): 39/752 kB | 20/174 kB | 7.6/13 kB 06:46:25 [2025-06-30T04:46:25.829Z] Progress (3): 39/752 kB | 24/174 kB | 7.6/13 kB 06:46:25 [2025-06-30T04:46:25.829Z] Progress (3): 39/752 kB | 28/174 kB | 7.6/13 kB 06:46:25 [2025-06-30T04:46:25.829Z] Progress (3): 39/752 kB | 32/174 kB | 7.6/13 kB 06:46:25 [2025-06-30T04:46:25.829Z] Progress (3): 39/752 kB | 36/174 kB | 7.6/13 kB 06:46:25 [2025-06-30T04:46:25.829Z] Progress (3): 39/752 kB | 40/174 kB | 7.6/13 kB 06:46:25 [2025-06-30T04:46:25.829Z] Progress (3): 39/752 kB | 40/174 kB | 12/13 kB 06:46:25 [2025-06-30T04:46:25.829Z] Progress (3): 44/752 kB | 40/174 kB | 12/13 kB 06:46:25 [2025-06-30T04:46:25.829Z] Progress (3): 44/752 kB | 40/174 kB | 13 kB 06:46:25 [2025-06-30T04:46:25.829Z] Progress (3): 48/752 kB | 40/174 kB | 13 kB 06:46:25 [2025-06-30T04:46:25.829Z] Progress (3): 52/752 kB | 40/174 kB | 13 kB 06:46:25 [2025-06-30T04:46:25.829Z] Progress (3): 55/752 kB | 40/174 kB | 13 kB 06:46:25 [2025-06-30T04:46:25.829Z] Progress (3): 60/752 kB | 40/174 kB | 13 kB 06:46:25 [2025-06-30T04:46:25.829Z] Progress (3): 64/752 kB | 40/174 kB | 13 kB 06:46:25 [2025-06-30T04:46:25.829Z] Progress (3): 68/752 kB | 40/174 kB | 13 kB 06:46:25 [2025-06-30T04:46:25.829Z] Progress (3): 71/752 kB | 40/174 kB | 13 kB 06:46:25 [2025-06-30T04:46:25.829Z] Progress (3): 74/752 kB | 40/174 kB | 13 kB 06:46:25 [2025-06-30T04:46:25.829Z] Progress (3): 78/752 kB | 40/174 kB | 13 kB 06:46:25 [2025-06-30T04:46:25.829Z] Progress (3): 82/752 kB | 40/174 kB | 13 kB 06:46:25 [2025-06-30T04:46:25.829Z] Progress (3): 86/752 kB | 40/174 kB | 13 kB 06:46:25 [2025-06-30T04:46:25.829Z] Progress (3): 90/752 kB | 40/174 kB | 13 kB 06:46:25 [2025-06-30T04:46:25.829Z] Progress (4): 90/752 kB | 40/174 kB | 13 kB | 4.1/55 kB 06:46:25 [2025-06-30T04:46:25.829Z] Progress (4): 90/752 kB | 40/174 kB | 13 kB | 7.6/55 kB 06:46:25 [2025-06-30T04:46:25.829Z] Progress (4): 90/752 kB | 40/174 kB | 13 kB | 12/55 kB 06:46:25 [2025-06-30T04:46:25.829Z] Progress (4): 90/752 kB | 40/174 kB | 13 kB | 16/55 kB 06:46:25 [2025-06-30T04:46:25.829Z] Progress (4): 90/752 kB | 40/174 kB | 13 kB | 20/55 kB 06:46:25 [2025-06-30T04:46:25.829Z] Progress (4): 90/752 kB | 40/174 kB | 13 kB | 23/55 kB 06:46:25 [2025-06-30T04:46:25.829Z] Progress (4): 90/752 kB | 40/174 kB | 13 kB | 28/55 kB 06:46:25 [2025-06-30T04:46:25.829Z] Progress (4): 90/752 kB | 44/174 kB | 13 kB | 28/55 kB 06:46:25 [2025-06-30T04:46:25.829Z] Progress (5): 90/752 kB | 44/174 kB | 13 kB | 28/55 kB | 4.1/58 kB 06:46:25 [2025-06-30T04:46:25.829Z] Progress (5): 90/752 kB | 48/174 kB | 13 kB | 28/55 kB | 4.1/58 kB 06:46:25 [2025-06-30T04:46:25.829Z] Progress (5): 90/752 kB | 48/174 kB | 13 kB | 32/55 kB | 4.1/58 kB 06:46:25 [2025-06-30T04:46:25.829Z] Progress (5): 90/752 kB | 48/174 kB | 13 kB | 32/55 kB | 7.6/58 kB 06:46:25 [2025-06-30T04:46:25.829Z] Progress (5): 90/752 kB | 48/174 kB | 13 kB | 36/55 kB | 7.6/58 kB 06:46:25 [2025-06-30T04:46:25.829Z] Progress (5): 90/752 kB | 48/174 kB | 13 kB | 39/55 kB | 7.6/58 kB 06:46:25 [2025-06-30T04:46:25.829Z] Progress (5): 90/752 kB | 48/174 kB | 13 kB | 39/55 kB | 12/58 kB 06:46:25 [2025-06-30T04:46:25.829Z] Progress (5): 94/752 kB | 48/174 kB | 13 kB | 39/55 kB | 12/58 kB 06:46:25 [2025-06-30T04:46:25.829Z] Progress (5): 94/752 kB | 48/174 kB | 13 kB | 44/55 kB | 12/58 kB 06:46:25 [2025-06-30T04:46:25.829Z] Progress (5): 94/752 kB | 48/174 kB | 13 kB | 44/55 kB | 16/58 kB 06:46:25 [2025-06-30T04:46:25.829Z] Progress (5): 94/752 kB | 48/174 kB | 13 kB | 48/55 kB | 16/58 kB 06:46:25 [2025-06-30T04:46:25.829Z] Progress (5): 98/752 kB | 48/174 kB | 13 kB | 48/55 kB | 16/58 kB 06:46:25 [2025-06-30T04:46:25.830Z] Progress (5): 98/752 kB | 48/174 kB | 13 kB | 48/55 kB | 20/58 kB 06:46:25 [2025-06-30T04:46:25.830Z] Progress (5): 98/752 kB | 48/174 kB | 13 kB | 52/55 kB | 20/58 kB 06:46:25 [2025-06-30T04:46:25.830Z] Progress (5): 102/752 kB | 48/174 kB | 13 kB | 52/55 kB | 20/58 kB 06:46:25 [2025-06-30T04:46:25.830Z] Progress (5): 102/752 kB | 48/174 kB | 13 kB | 55 kB | 20/58 kB 06:46:25 [2025-06-30T04:46:25.830Z] Progress (5): 102/752 kB | 48/174 kB | 13 kB | 55 kB | 24/58 kB 06:46:25 [2025-06-30T04:46:25.830Z] Progress (5): 106/752 kB | 48/174 kB | 13 kB | 55 kB | 24/58 kB 06:46:25 [2025-06-30T04:46:25.830Z] Progress (5): 106/752 kB | 48/174 kB | 13 kB | 55 kB | 28/58 kB 06:46:25 [2025-06-30T04:46:25.830Z] Progress (5): 106/752 kB | 48/174 kB | 13 kB | 55 kB | 32/58 kB 06:46:25 [2025-06-30T04:46:25.830Z] Progress (5): 106/752 kB | 48/174 kB | 13 kB | 55 kB | 36/58 kB 06:46:25 [2025-06-30T04:46:25.830Z] Progress (5): 106/752 kB | 48/174 kB | 13 kB | 55 kB | 40/58 kB 06:46:25 [2025-06-30T04:46:25.830Z] Progress (5): 106/752 kB | 48/174 kB | 13 kB | 55 kB | 44/58 kB 06:46:25 [2025-06-30T04:46:25.830Z] Progress (5): 106/752 kB | 48/174 kB | 13 kB | 55 kB | 48/58 kB 06:46:25 [2025-06-30T04:46:25.830Z] Progress (5): 106/752 kB | 48/174 kB | 13 kB | 55 kB | 52/58 kB 06:46:25 [2025-06-30T04:46:25.830Z] Progress (5): 106/752 kB | 48/174 kB | 13 kB | 55 kB | 56/58 kB 06:46:25 [2025-06-30T04:46:25.830Z] Progress (5): 106/752 kB | 52/174 kB | 13 kB | 55 kB | 56/58 kB 06:46:25 [2025-06-30T04:46:25.830Z] Progress (5): 106/752 kB | 52/174 kB | 13 kB | 55 kB | 58 kB 06:46:25 [2025-06-30T04:46:25.830Z] Progress (5): 106/752 kB | 56/174 kB | 13 kB | 55 kB | 58 kB 06:46:25 [2025-06-30T04:46:25.830Z] Progress (5): 106/752 kB | 60/174 kB | 13 kB | 55 kB | 58 kB 06:46:25 [2025-06-30T04:46:25.830Z] Progress (5): 106/752 kB | 64/174 kB | 13 kB | 55 kB | 58 kB 06:46:25 [2025-06-30T04:46:25.830Z] Progress (5): 106/752 kB | 68/174 kB | 13 kB | 55 kB | 58 kB 06:46:25 [2025-06-30T04:46:25.830Z] Progress (5): 106/752 kB | 72/174 kB | 13 kB | 55 kB | 58 kB 06:46:25 [2025-06-30T04:46:25.830Z] Progress (5): 106/752 kB | 74/174 kB | 13 kB | 55 kB | 58 kB 06:46:25 [2025-06-30T04:46:25.830Z] Progress (5): 106/752 kB | 78/174 kB | 13 kB | 55 kB | 58 kB 06:46:25 [2025-06-30T04:46:25.830Z] Progress (5): 111/752 kB | 78/174 kB | 13 kB | 55 kB | 58 kB 06:46:25 [2025-06-30T04:46:25.830Z] Progress (5): 111/752 kB | 82/174 kB | 13 kB | 55 kB | 58 kB 06:46:25 [2025-06-30T04:46:25.830Z] Progress (5): 115/752 kB | 82/174 kB | 13 kB | 55 kB | 58 kB 06:46:25 [2025-06-30T04:46:25.830Z] Progress (5): 115/752 kB | 86/174 kB | 13 kB | 55 kB | 58 kB 06:46:25 [2025-06-30T04:46:25.830Z] Progress (5): 119/752 kB | 86/174 kB | 13 kB | 55 kB | 58 kB 06:46:25 [2025-06-30T04:46:25.830Z] Progress (5): 119/752 kB | 90/174 kB | 13 kB | 55 kB | 58 kB 06:46:25 [2025-06-30T04:46:25.830Z] Progress (5): 123/752 kB | 90/174 kB | 13 kB | 55 kB | 58 kB 06:46:25 [2025-06-30T04:46:25.830Z] Progress (5): 127/752 kB | 90/174 kB | 13 kB | 55 kB | 58 kB 06:46:25 [2025-06-30T04:46:25.830Z] Progress (5): 131/752 kB | 90/174 kB | 13 kB | 55 kB | 58 kB 06:46:25 [2025-06-30T04:46:25.830Z] Progress (5): 135/752 kB | 90/174 kB | 13 kB | 55 kB | 58 kB 06:46:25 [2025-06-30T04:46:25.830Z] Progress (5): 139/752 kB | 90/174 kB | 13 kB | 55 kB | 58 kB 06:46:25 [2025-06-30T04:46:25.830Z] Progress (5): 143/752 kB | 90/174 kB | 13 kB | 55 kB | 58 kB 06:46:25 [2025-06-30T04:46:25.830Z] Progress (5): 147/752 kB | 90/174 kB | 13 kB | 55 kB | 58 kB 06:46:25 [2025-06-30T04:46:25.830Z] Progress (5): 151/752 kB | 90/174 kB | 13 kB | 55 kB | 58 kB 06:46:25 [2025-06-30T04:46:25.830Z] Progress (5): 155/752 kB | 90/174 kB | 13 kB | 55 kB | 58 kB 06:46:25 [2025-06-30T04:46:25.830Z] Progress (5): 159/752 kB | 90/174 kB | 13 kB | 55 kB | 58 kB 06:46:25 [2025-06-30T04:46:25.830Z] Progress (5): 163/752 kB | 90/174 kB | 13 kB | 55 kB | 58 kB 06:46:25 [2025-06-30T04:46:25.830Z] Progress (5): 167/752 kB | 90/174 kB | 13 kB | 55 kB | 58 kB 06:46:25 [2025-06-30T04:46:25.830Z] Progress (5): 171/752 kB | 90/174 kB | 13 kB | 55 kB | 58 kB 06:46:25 [2025-06-30T04:46:25.830Z] Progress (5): 175/752 kB | 90/174 kB | 13 kB | 55 kB | 58 kB 06:46:25 [2025-06-30T04:46:25.830Z] Progress (5): 179/752 kB | 90/174 kB | 13 kB | 55 kB | 58 kB 06:46:25 [2025-06-30T04:46:25.830Z] Progress (5): 183/752 kB | 90/174 kB | 13 kB | 55 kB | 58 kB 06:46:25 [2025-06-30T04:46:25.830Z] Progress (5): 187/752 kB | 90/174 kB | 13 kB | 55 kB | 58 kB 06:46:25 [2025-06-30T04:46:25.830Z] Progress (5): 191/752 kB | 90/174 kB | 13 kB | 55 kB | 58 kB 06:46:25 [2025-06-30T04:46:25.830Z] Progress (5): 195/752 kB | 90/174 kB | 13 kB | 55 kB | 58 kB 06:46:25 [2025-06-30T04:46:25.830Z] Progress (5): 199/752 kB | 90/174 kB | 13 kB | 55 kB | 58 kB 06:46:25 [2025-06-30T04:46:25.830Z] Progress (5): 203/752 kB | 90/174 kB | 13 kB | 55 kB | 58 kB 06:46:25 [2025-06-30T04:46:25.830Z] Progress (5): 203/752 kB | 94/174 kB | 13 kB | 55 kB | 58 kB 06:46:25 [2025-06-30T04:46:25.830Z] Progress (5): 207/752 kB | 94/174 kB | 13 kB | 55 kB | 58 kB 06:46:25 [2025-06-30T04:46:25.830Z] Progress (5): 207/752 kB | 98/174 kB | 13 kB | 55 kB | 58 kB 06:46:25 [2025-06-30T04:46:25.830Z] Progress (5): 211/752 kB | 98/174 kB | 13 kB | 55 kB | 58 kB 06:46:25 [2025-06-30T04:46:25.830Z] Progress (5): 211/752 kB | 102/174 kB | 13 kB | 55 kB | 58 kB 06:46:25 [2025-06-30T04:46:25.830Z] Progress (5): 215/752 kB | 102/174 kB | 13 kB | 55 kB | 58 kB 06:46:25 [2025-06-30T04:46:25.830Z] Progress (5): 215/752 kB | 106/174 kB | 13 kB | 55 kB | 58 kB 06:46:25 [2025-06-30T04:46:25.830Z] Progress (5): 219/752 kB | 106/174 kB | 13 kB | 55 kB | 58 kB 06:46:25 [2025-06-30T04:46:25.830Z] Progress (5): 219/752 kB | 111/174 kB | 13 kB | 55 kB | 58 kB 06:46:25 [2025-06-30T04:46:25.830Z] Progress (5): 223/752 kB | 111/174 kB | 13 kB | 55 kB | 58 kB 06:46:25 [2025-06-30T04:46:25.830Z] Progress (5): 223/752 kB | 115/174 kB | 13 kB | 55 kB | 58 kB 06:46:25 [2025-06-30T04:46:25.830Z] Progress (5): 227/752 kB | 115/174 kB | 13 kB | 55 kB | 58 kB 06:46:25 [2025-06-30T04:46:25.830Z] Progress (5): 229/752 kB | 115/174 kB | 13 kB | 55 kB | 58 kB 06:46:25 [2025-06-30T04:46:25.830Z] Progress (5): 233/752 kB | 115/174 kB | 13 kB | 55 kB | 58 kB 06:46:25 [2025-06-30T04:46:25.830Z] Progress (5): 238/752 kB | 115/174 kB | 13 kB | 55 kB | 58 kB 06:46:25 [2025-06-30T04:46:25.830Z] 06:46:25 [2025-06-30T04:46:25.830Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/wagon/wagon-provider-api/3.5.3/wagon-provider-api-3.5.3.jar (55 kB at 540 kB/s) 06:46:25 [2025-06-30T04:46:25.830Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar 06:46:25 [2025-06-30T04:46:25.830Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/mojo/versions/versions-model/2.18.0/versions-model-2.18.0.jar (13 kB at 123 kB/s) 06:46:25 [2025-06-30T04:46:25.830Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.jar 06:46:25 [2025-06-30T04:46:25.830Z] Progress (3): 238/752 kB | 119/174 kB | 58 kB 06:46:25 [2025-06-30T04:46:25.830Z] Progress (3): 242/752 kB | 119/174 kB | 58 kB 06:46:25 [2025-06-30T04:46:25.830Z] Progress (3): 242/752 kB | 123/174 kB | 58 kB 06:46:25 [2025-06-30T04:46:25.830Z] Progress (3): 242/752 kB | 127/174 kB | 58 kB 06:46:25 [2025-06-30T04:46:25.830Z] Progress (3): 246/752 kB | 127/174 kB | 58 kB 06:46:25 [2025-06-30T04:46:25.830Z] Progress (3): 246/752 kB | 131/174 kB | 58 kB 06:46:25 [2025-06-30T04:46:25.830Z] Progress (3): 250/752 kB | 131/174 kB | 58 kB 06:46:25 [2025-06-30T04:46:25.830Z] Progress (3): 250/752 kB | 135/174 kB | 58 kB 06:46:25 [2025-06-30T04:46:25.830Z] Progress (3): 254/752 kB | 135/174 kB | 58 kB 06:46:25 [2025-06-30T04:46:25.830Z] 06:46:25 [2025-06-30T04:46:25.830Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/shared/maven-common-artifact-filters/3.4.0/maven-common-artifact-filters-3.4.0.jar (58 kB at 552 kB/s) 06:46:25 [2025-06-30T04:46:25.830Z] Progress (2): 258/752 kB | 135/174 kB 06:46:25 [2025-06-30T04:46:25.830Z] Progress (2): 258/752 kB | 139/174 kB 06:46:25 [2025-06-30T04:46:25.831Z] 06:46:25 [2025-06-30T04:46:25.831Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/reporting/maven-reporting-api/4.0.0/maven-reporting-api-4.0.0.jar 06:46:25 [2025-06-30T04:46:25.831Z] Progress (2): 262/752 kB | 139/174 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (2): 262/752 kB | 143/174 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (2): 266/752 kB | 143/174 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (2): 266/752 kB | 147/174 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (2): 270/752 kB | 147/174 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (2): 274/752 kB | 147/174 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (2): 274/752 kB | 151/174 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (2): 279/752 kB | 151/174 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (2): 279/752 kB | 155/174 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (2): 283/752 kB | 155/174 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (2): 287/752 kB | 155/174 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (2): 287/752 kB | 159/174 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (2): 287/752 kB | 163/174 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (2): 291/752 kB | 163/174 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (2): 291/752 kB | 167/174 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (2): 295/752 kB | 167/174 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (2): 295/752 kB | 171/174 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (2): 299/752 kB | 171/174 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (2): 299/752 kB | 174 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (2): 303/752 kB | 174 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (2): 307/752 kB | 174 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (2): 311/752 kB | 174 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (2): 315/752 kB | 174 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (2): 319/752 kB | 174 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (2): 323/752 kB | 174 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (2): 327/752 kB | 174 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (2): 331/752 kB | 174 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (2): 335/752 kB | 174 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (2): 339/752 kB | 174 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (2): 343/752 kB | 174 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (2): 347/752 kB | 174 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (2): 351/752 kB | 174 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (2): 355/752 kB | 174 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (2): 359/752 kB | 174 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (2): 363/752 kB | 174 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (2): 367/752 kB | 174 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (2): 371/752 kB | 174 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (2): 375/752 kB | 174 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (2): 379/752 kB | 174 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (2): 383/752 kB | 174 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (2): 387/752 kB | 174 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (2): 391/752 kB | 174 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (2): 393/752 kB | 174 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (2): 397/752 kB | 174 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (2): 401/752 kB | 174 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (2): 406/752 kB | 174 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (2): 410/752 kB | 174 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (2): 414/752 kB | 174 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (2): 418/752 kB | 174 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (2): 422/752 kB | 174 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (2): 426/752 kB | 174 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (2): 430/752 kB | 174 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (2): 434/752 kB | 174 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (2): 438/752 kB | 174 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (2): 442/752 kB | 174 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (2): 446/752 kB | 174 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (2): 451/752 kB | 174 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (2): 455/752 kB | 174 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (2): 459/752 kB | 174 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (2): 463/752 kB | 174 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (2): 467/752 kB | 174 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (2): 471/752 kB | 174 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (2): 475/752 kB | 174 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (3): 475/752 kB | 174 kB | 4.1/168 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (3): 479/752 kB | 174 kB | 4.1/168 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (3): 479/752 kB | 174 kB | 7.6/168 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (3): 483/752 kB | 174 kB | 7.6/168 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (3): 483/752 kB | 174 kB | 12/168 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (3): 487/752 kB | 174 kB | 12/168 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (3): 487/752 kB | 174 kB | 16/168 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (3): 491/752 kB | 174 kB | 16/168 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (3): 491/752 kB | 174 kB | 20/168 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (3): 495/752 kB | 174 kB | 20/168 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (3): 495/752 kB | 174 kB | 23/168 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (3): 499/752 kB | 174 kB | 23/168 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (3): 499/752 kB | 174 kB | 28/168 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (3): 503/752 kB | 174 kB | 28/168 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (3): 503/752 kB | 174 kB | 32/168 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (3): 507/752 kB | 174 kB | 32/168 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (4): 507/752 kB | 174 kB | 32/168 kB | 4.1/9.8 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (4): 507/752 kB | 174 kB | 36/168 kB | 4.1/9.8 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (4): 511/752 kB | 174 kB | 36/168 kB | 4.1/9.8 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (4): 511/752 kB | 174 kB | 39/168 kB | 4.1/9.8 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (4): 511/752 kB | 174 kB | 39/168 kB | 7.6/9.8 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (4): 515/752 kB | 174 kB | 39/168 kB | 7.6/9.8 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (4): 515/752 kB | 174 kB | 44/168 kB | 7.6/9.8 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (4): 515/752 kB | 174 kB | 44/168 kB | 9.8 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (4): 519/752 kB | 174 kB | 44/168 kB | 9.8 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (4): 519/752 kB | 174 kB | 48/168 kB | 9.8 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (4): 523/752 kB | 174 kB | 48/168 kB | 9.8 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (4): 523/752 kB | 174 kB | 52/168 kB | 9.8 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (4): 527/752 kB | 174 kB | 52/168 kB | 9.8 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (4): 527/752 kB | 174 kB | 55/168 kB | 9.8 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (4): 531/752 kB | 174 kB | 55/168 kB | 9.8 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (4): 531/752 kB | 174 kB | 60/168 kB | 9.8 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (4): 535/752 kB | 174 kB | 60/168 kB | 9.8 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (4): 535/752 kB | 174 kB | 64/168 kB | 9.8 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (4): 539/752 kB | 174 kB | 64/168 kB | 9.8 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (4): 539/752 kB | 174 kB | 68/168 kB | 9.8 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (4): 543/752 kB | 174 kB | 68/168 kB | 9.8 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (4): 543/752 kB | 174 kB | 71/168 kB | 9.8 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (4): 547/752 kB | 174 kB | 71/168 kB | 9.8 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (4): 547/752 kB | 174 kB | 74/168 kB | 9.8 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (4): 551/752 kB | 174 kB | 74/168 kB | 9.8 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (4): 551/752 kB | 174 kB | 78/168 kB | 9.8 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (4): 555/752 kB | 174 kB | 78/168 kB | 9.8 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (4): 555/752 kB | 174 kB | 82/168 kB | 9.8 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (5): 555/752 kB | 174 kB | 82/168 kB | 9.8 kB | 4.1/41 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (5): 559/752 kB | 174 kB | 82/168 kB | 9.8 kB | 4.1/41 kB 06:46:25 [2025-06-30T04:46:25.831Z] Progress (5): 559/752 kB | 174 kB | 86/168 kB | 9.8 kB | 4.1/41 kB 06:46:25 [2025-06-30T04:46:25.832Z] Progress (5): 563/752 kB | 174 kB | 86/168 kB | 9.8 kB | 4.1/41 kB 06:46:25 [2025-06-30T04:46:25.832Z] Progress (5): 563/752 kB | 174 kB | 86/168 kB | 9.8 kB | 7.6/41 kB 06:46:25 [2025-06-30T04:46:25.832Z] Progress (5): 563/752 kB | 174 kB | 90/168 kB | 9.8 kB | 7.6/41 kB 06:46:25 [2025-06-30T04:46:25.832Z] Progress (5): 567/752 kB | 174 kB | 90/168 kB | 9.8 kB | 7.6/41 kB 06:46:25 [2025-06-30T04:46:25.832Z] Progress (5): 567/752 kB | 174 kB | 90/168 kB | 9.8 kB | 12/41 kB 06:46:25 [2025-06-30T04:46:25.832Z] Progress (5): 571/752 kB | 174 kB | 90/168 kB | 9.8 kB | 12/41 kB 06:46:25 [2025-06-30T04:46:25.832Z] Progress (5): 571/752 kB | 174 kB | 94/168 kB | 9.8 kB | 12/41 kB 06:46:25 [2025-06-30T04:46:25.832Z] Progress (5): 573/752 kB | 174 kB | 94/168 kB | 9.8 kB | 12/41 kB 06:46:25 [2025-06-30T04:46:25.832Z] Progress (5): 573/752 kB | 174 kB | 98/168 kB | 9.8 kB | 12/41 kB 06:46:25 [2025-06-30T04:46:25.832Z] Progress (5): 573/752 kB | 174 kB | 98/168 kB | 9.8 kB | 16/41 kB 06:46:25 [2025-06-30T04:46:25.832Z] Progress (5): 578/752 kB | 174 kB | 98/168 kB | 9.8 kB | 16/41 kB 06:46:25 [2025-06-30T04:46:25.832Z] Progress (5): 578/752 kB | 174 kB | 102/168 kB | 9.8 kB | 16/41 kB 06:46:25 [2025-06-30T04:46:25.832Z] Progress (5): 582/752 kB | 174 kB | 102/168 kB | 9.8 kB | 16/41 kB 06:46:25 [2025-06-30T04:46:25.832Z] Progress (5): 582/752 kB | 174 kB | 102/168 kB | 9.8 kB | 20/41 kB 06:46:25 [2025-06-30T04:46:25.832Z] Progress (5): 582/752 kB | 174 kB | 106/168 kB | 9.8 kB | 20/41 kB 06:46:25 [2025-06-30T04:46:25.832Z] Progress (5): 586/752 kB | 174 kB | 106/168 kB | 9.8 kB | 20/41 kB 06:46:25 [2025-06-30T04:46:25.832Z] Progress (5): 586/752 kB | 174 kB | 106/168 kB | 9.8 kB | 23/41 kB 06:46:25 [2025-06-30T04:46:25.832Z] Progress (5): 586/752 kB | 174 kB | 111/168 kB | 9.8 kB | 23/41 kB 06:46:25 [2025-06-30T04:46:25.832Z] Progress (5): 590/752 kB | 174 kB | 111/168 kB | 9.8 kB | 23/41 kB 06:46:25 [2025-06-30T04:46:25.832Z] Progress (5): 590/752 kB | 174 kB | 115/168 kB | 9.8 kB | 23/41 kB 06:46:25 [2025-06-30T04:46:25.832Z] 06:46:25 [2025-06-30T04:46:25.832Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/mojo/versions/versions-common/2.18.0/versions-common-2.18.0.jar (174 kB at 1.3 MB/s) 06:46:25 [2025-06-30T04:46:25.832Z] Progress (4): 594/752 kB | 115/168 kB | 9.8 kB | 23/41 kB 06:46:25 [2025-06-30T04:46:25.832Z] Progress (4): 594/752 kB | 119/168 kB | 9.8 kB | 23/41 kB 06:46:25 [2025-06-30T04:46:25.832Z] Progress (4): 598/752 kB | 119/168 kB | 9.8 kB | 23/41 kB 06:46:25 [2025-06-30T04:46:25.832Z] 06:46:25 [2025-06-30T04:46:25.832Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/reporting/maven-reporting-impl/4.0.0/maven-reporting-impl-4.0.0.jar 06:46:25 [2025-06-30T04:46:25.832Z] Progress (4): 598/752 kB | 123/168 kB | 9.8 kB | 23/41 kB 06:46:25 [2025-06-30T04:46:25.832Z] Progress (4): 602/752 kB | 123/168 kB | 9.8 kB | 23/41 kB 06:46:25 [2025-06-30T04:46:25.832Z] Progress (4): 602/752 kB | 127/168 kB | 9.8 kB | 23/41 kB 06:46:25 [2025-06-30T04:46:25.832Z] Progress (4): 606/752 kB | 127/168 kB | 9.8 kB | 23/41 kB 06:46:25 [2025-06-30T04:46:25.832Z] Progress (4): 606/752 kB | 131/168 kB | 9.8 kB | 23/41 kB 06:46:25 [2025-06-30T04:46:25.832Z] Progress (4): 610/752 kB | 131/168 kB | 9.8 kB | 23/41 kB 06:46:25 [2025-06-30T04:46:25.832Z] Progress (4): 610/752 kB | 135/168 kB | 9.8 kB | 23/41 kB 06:46:25 [2025-06-30T04:46:25.832Z] Progress (4): 614/752 kB | 135/168 kB | 9.8 kB | 23/41 kB 06:46:25 [2025-06-30T04:46:25.832Z] Progress (4): 614/752 kB | 139/168 kB | 9.8 kB | 23/41 kB 06:46:25 [2025-06-30T04:46:25.832Z] Progress (4): 618/752 kB | 139/168 kB | 9.8 kB | 23/41 kB 06:46:25 [2025-06-30T04:46:25.832Z] Progress (4): 618/752 kB | 143/168 kB | 9.8 kB | 23/41 kB 06:46:25 [2025-06-30T04:46:25.832Z] Progress (4): 623/752 kB | 143/168 kB | 9.8 kB | 23/41 kB 06:46:25 [2025-06-30T04:46:25.832Z] Progress (4): 623/752 kB | 147/168 kB | 9.8 kB | 23/41 kB 06:46:25 [2025-06-30T04:46:25.832Z] Progress (4): 627/752 kB | 147/168 kB | 9.8 kB | 23/41 kB 06:46:25 [2025-06-30T04:46:25.832Z] Progress (4): 627/752 kB | 151/168 kB | 9.8 kB | 23/41 kB 06:46:25 [2025-06-30T04:46:25.832Z] Progress (4): 631/752 kB | 151/168 kB | 9.8 kB | 23/41 kB 06:46:25 [2025-06-30T04:46:25.832Z] Progress (4): 631/752 kB | 155/168 kB | 9.8 kB | 23/41 kB 06:46:25 [2025-06-30T04:46:25.832Z] Progress (4): 635/752 kB | 155/168 kB | 9.8 kB | 23/41 kB 06:46:25 [2025-06-30T04:46:25.832Z] Progress (4): 635/752 kB | 159/168 kB | 9.8 kB | 23/41 kB 06:46:25 [2025-06-30T04:46:25.832Z] Progress (4): 639/752 kB | 159/168 kB | 9.8 kB | 23/41 kB 06:46:25 [2025-06-30T04:46:25.832Z] Progress (4): 639/752 kB | 163/168 kB | 9.8 kB | 23/41 kB 06:46:25 [2025-06-30T04:46:25.832Z] Progress (4): 643/752 kB | 163/168 kB | 9.8 kB | 23/41 kB 06:46:25 [2025-06-30T04:46:25.832Z] Progress (4): 643/752 kB | 167/168 kB | 9.8 kB | 23/41 kB 06:46:25 [2025-06-30T04:46:25.832Z] Progress (4): 647/752 kB | 167/168 kB | 9.8 kB | 23/41 kB 06:46:25 [2025-06-30T04:46:25.832Z] Progress (4): 647/752 kB | 168 kB | 9.8 kB | 23/41 kB 06:46:25 [2025-06-30T04:46:25.832Z] Progress (4): 651/752 kB | 168 kB | 9.8 kB | 23/41 kB 06:46:25 [2025-06-30T04:46:25.832Z] Progress (4): 655/752 kB | 168 kB | 9.8 kB | 23/41 kB 06:46:25 [2025-06-30T04:46:25.832Z] Progress (4): 659/752 kB | 168 kB | 9.8 kB | 23/41 kB 06:46:25 [2025-06-30T04:46:25.832Z] Progress (4): 663/752 kB | 168 kB | 9.8 kB | 23/41 kB 06:46:25 [2025-06-30T04:46:25.832Z] Progress (4): 667/752 kB | 168 kB | 9.8 kB | 23/41 kB 06:46:25 [2025-06-30T04:46:25.832Z] Progress (4): 671/752 kB | 168 kB | 9.8 kB | 23/41 kB 06:46:25 [2025-06-30T04:46:25.832Z] Progress (4): 675/752 kB | 168 kB | 9.8 kB | 23/41 kB 06:46:25 [2025-06-30T04:46:25.832Z] Progress (4): 679/752 kB | 168 kB | 9.8 kB | 23/41 kB 06:46:25 [2025-06-30T04:46:25.832Z] Progress (4): 683/752 kB | 168 kB | 9.8 kB | 23/41 kB 06:46:25 [2025-06-30T04:46:25.832Z] Progress (4): 687/752 kB | 168 kB | 9.8 kB | 23/41 kB 06:46:25 [2025-06-30T04:46:25.832Z] Progress (4): 691/752 kB | 168 kB | 9.8 kB | 23/41 kB 06:46:25 [2025-06-30T04:46:25.832Z] Progress (4): 695/752 kB | 168 kB | 9.8 kB | 23/41 kB 06:46:25 [2025-06-30T04:46:25.832Z] Progress (4): 699/752 kB | 168 kB | 9.8 kB | 23/41 kB 06:46:25 [2025-06-30T04:46:25.832Z] Progress (4): 703/752 kB | 168 kB | 9.8 kB | 23/41 kB 06:46:25 [2025-06-30T04:46:25.832Z] Progress (4): 707/752 kB | 168 kB | 9.8 kB | 23/41 kB 06:46:25 [2025-06-30T04:46:25.832Z] Progress (4): 711/752 kB | 168 kB | 9.8 kB | 23/41 kB 06:46:25 [2025-06-30T04:46:25.832Z] Progress (4): 715/752 kB | 168 kB | 9.8 kB | 23/41 kB 06:46:25 [2025-06-30T04:46:25.832Z] 06:46:25 [2025-06-30T04:46:25.832Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/reporting/maven-reporting-api/4.0.0/maven-reporting-api-4.0.0.jar (9.8 kB at 70 kB/s) 06:46:25 [2025-06-30T04:46:25.832Z] Progress (3): 719/752 kB | 168 kB | 23/41 kB 06:46:25 [2025-06-30T04:46:25.832Z] 06:46:25 [2025-06-30T04:46:25.832Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/shared/maven-shared-utils/3.4.2/maven-shared-utils-3.4.2.jar 06:46:25 [2025-06-30T04:46:25.832Z] Progress (3): 723/752 kB | 168 kB | 23/41 kB 06:46:25 [2025-06-30T04:46:25.832Z] Progress (3): 727/752 kB | 168 kB | 23/41 kB 06:46:25 [2025-06-30T04:46:25.832Z] Progress (3): 731/752 kB | 168 kB | 23/41 kB 06:46:25 [2025-06-30T04:46:25.832Z] Progress (3): 735/752 kB | 168 kB | 23/41 kB 06:46:25 [2025-06-30T04:46:25.832Z] Progress (3): 737/752 kB | 168 kB | 23/41 kB 06:46:25 [2025-06-30T04:46:25.832Z] Progress (3): 741/752 kB | 168 kB | 23/41 kB 06:46:25 [2025-06-30T04:46:25.832Z] Progress (3): 745/752 kB | 168 kB | 23/41 kB 06:46:25 [2025-06-30T04:46:25.832Z] Progress (3): 750/752 kB | 168 kB | 23/41 kB 06:46:25 [2025-06-30T04:46:25.832Z] Progress (3): 752 kB | 168 kB | 23/41 kB 06:46:25 [2025-06-30T04:46:25.832Z] Progress (3): 752 kB | 168 kB | 28/41 kB 06:46:25 [2025-06-30T04:46:25.832Z] Progress (3): 752 kB | 168 kB | 32/41 kB 06:46:25 [2025-06-30T04:46:25.832Z] Progress (3): 752 kB | 168 kB | 36/41 kB 06:46:25 [2025-06-30T04:46:25.832Z] Progress (3): 752 kB | 168 kB | 39/41 kB 06:46:26 [2025-06-30T04:46:26.083Z] Progress (3): 752 kB | 168 kB | 41 kB 06:46:26 [2025-06-30T04:46:26.083Z] Progress (4): 752 kB | 168 kB | 41 kB | 4.1/21 kB 06:46:26 [2025-06-30T04:46:26.083Z] 06:46:26 [2025-06-30T04:46:26.083Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.jar (168 kB at 1.1 MB/s) 06:46:26 [2025-06-30T04:46:26.083Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/doxia/doxia-site-model/2.0.0/doxia-site-model-2.0.0.jar 06:46:26 [2025-06-30T04:46:26.083Z] Progress (3): 752 kB | 41 kB | 7.6/21 kB 06:46:26 [2025-06-30T04:46:26.083Z] Progress (3): 752 kB | 41 kB | 12/21 kB 06:46:26 [2025-06-30T04:46:26.083Z] Progress (3): 752 kB | 41 kB | 16/21 kB 06:46:26 [2025-06-30T04:46:26.083Z] Progress (3): 752 kB | 41 kB | 20/21 kB 06:46:26 [2025-06-30T04:46:26.083Z] Progress (3): 752 kB | 41 kB | 21 kB 06:46:26 [2025-06-30T04:46:26.083Z] Progress (4): 752 kB | 41 kB | 21 kB | 4.1/151 kB 06:46:26 [2025-06-30T04:46:26.083Z] Progress (4): 752 kB | 41 kB | 21 kB | 7.6/151 kB 06:46:26 [2025-06-30T04:46:26.083Z] Progress (4): 752 kB | 41 kB | 21 kB | 12/151 kB 06:46:26 [2025-06-30T04:46:26.083Z] Progress (4): 752 kB | 41 kB | 21 kB | 16/151 kB 06:46:26 [2025-06-30T04:46:26.083Z] Progress (4): 752 kB | 41 kB | 21 kB | 20/151 kB 06:46:26 [2025-06-30T04:46:26.083Z] Progress (4): 752 kB | 41 kB | 21 kB | 23/151 kB 06:46:26 [2025-06-30T04:46:26.083Z] Progress (4): 752 kB | 41 kB | 21 kB | 28/151 kB 06:46:26 [2025-06-30T04:46:26.083Z] Progress (4): 752 kB | 41 kB | 21 kB | 32/151 kB 06:46:26 [2025-06-30T04:46:26.083Z] Progress (4): 752 kB | 41 kB | 21 kB | 36/151 kB 06:46:26 [2025-06-30T04:46:26.083Z] Progress (4): 752 kB | 41 kB | 21 kB | 39/151 kB 06:46:26 [2025-06-30T04:46:26.083Z] Progress (4): 752 kB | 41 kB | 21 kB | 44/151 kB 06:46:26 [2025-06-30T04:46:26.083Z] Progress (4): 752 kB | 41 kB | 21 kB | 48/151 kB 06:46:26 [2025-06-30T04:46:26.083Z] Progress (4): 752 kB | 41 kB | 21 kB | 52/151 kB 06:46:26 [2025-06-30T04:46:26.083Z] Progress (4): 752 kB | 41 kB | 21 kB | 55/151 kB 06:46:26 [2025-06-30T04:46:26.083Z] Progress (4): 752 kB | 41 kB | 21 kB | 60/151 kB 06:46:26 [2025-06-30T04:46:26.083Z] Progress (4): 752 kB | 41 kB | 21 kB | 64/151 kB 06:46:26 [2025-06-30T04:46:26.083Z] Progress (4): 752 kB | 41 kB | 21 kB | 68/151 kB 06:46:26 [2025-06-30T04:46:26.083Z] Progress (4): 752 kB | 41 kB | 21 kB | 71/151 kB 06:46:26 [2025-06-30T04:46:26.083Z] Progress (4): 752 kB | 41 kB | 21 kB | 74/151 kB 06:46:26 [2025-06-30T04:46:26.083Z] Progress (4): 752 kB | 41 kB | 21 kB | 78/151 kB 06:46:26 [2025-06-30T04:46:26.083Z] Progress (4): 752 kB | 41 kB | 21 kB | 82/151 kB 06:46:26 [2025-06-30T04:46:26.083Z] Progress (4): 752 kB | 41 kB | 21 kB | 86/151 kB 06:46:26 [2025-06-30T04:46:26.083Z] Progress (4): 752 kB | 41 kB | 21 kB | 90/151 kB 06:46:26 [2025-06-30T04:46:26.083Z] 06:46:26 [2025-06-30T04:46:26.083Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.jar (752 kB at 4.7 MB/s) 06:46:26 [2025-06-30T04:46:26.083Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/doxia/doxia-integration-tools/2.0.0/doxia-integration-tools-2.0.0.jar 06:46:26 [2025-06-30T04:46:26.083Z] Progress (3): 41 kB | 21 kB | 94/151 kB 06:46:26 [2025-06-30T04:46:26.083Z] Progress (3): 41 kB | 21 kB | 98/151 kB 06:46:26 [2025-06-30T04:46:26.083Z] Progress (3): 41 kB | 21 kB | 102/151 kB 06:46:26 [2025-06-30T04:46:26.084Z] Progress (3): 41 kB | 21 kB | 106/151 kB 06:46:26 [2025-06-30T04:46:26.084Z] Progress (3): 41 kB | 21 kB | 111/151 kB 06:46:26 [2025-06-30T04:46:26.084Z] Progress (3): 41 kB | 21 kB | 115/151 kB 06:46:26 [2025-06-30T04:46:26.084Z] Progress (3): 41 kB | 21 kB | 119/151 kB 06:46:26 [2025-06-30T04:46:26.084Z] Progress (4): 41 kB | 21 kB | 119/151 kB | 4.1/86 kB 06:46:26 [2025-06-30T04:46:26.084Z] Progress (4): 41 kB | 21 kB | 119/151 kB | 7.6/86 kB 06:46:26 [2025-06-30T04:46:26.084Z] Progress (4): 41 kB | 21 kB | 123/151 kB | 7.6/86 kB 06:46:26 [2025-06-30T04:46:26.084Z] 06:46:26 [2025-06-30T04:46:26.084Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar (41 kB at 251 kB/s) 06:46:26 [2025-06-30T04:46:26.084Z] Progress (3): 21 kB | 123/151 kB | 12/86 kB 06:46:26 [2025-06-30T04:46:26.084Z] 06:46:26 [2025-06-30T04:46:26.084Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.jar 06:46:26 [2025-06-30T04:46:26.084Z] Progress (3): 21 kB | 127/151 kB | 12/86 kB 06:46:26 [2025-06-30T04:46:26.084Z] Progress (3): 21 kB | 127/151 kB | 16/86 kB 06:46:26 [2025-06-30T04:46:26.084Z] Progress (3): 21 kB | 131/151 kB | 16/86 kB 06:46:26 [2025-06-30T04:46:26.084Z] Progress (3): 21 kB | 131/151 kB | 20/86 kB 06:46:26 [2025-06-30T04:46:26.084Z] Progress (3): 21 kB | 131/151 kB | 24/86 kB 06:46:26 [2025-06-30T04:46:26.084Z] Progress (3): 21 kB | 135/151 kB | 24/86 kB 06:46:26 [2025-06-30T04:46:26.084Z] Progress (3): 21 kB | 139/151 kB | 24/86 kB 06:46:26 [2025-06-30T04:46:26.084Z] Progress (3): 21 kB | 139/151 kB | 28/86 kB 06:46:26 [2025-06-30T04:46:26.084Z] Progress (3): 21 kB | 139/151 kB | 32/86 kB 06:46:26 [2025-06-30T04:46:26.084Z] Progress (3): 21 kB | 143/151 kB | 32/86 kB 06:46:26 [2025-06-30T04:46:26.084Z] Progress (3): 21 kB | 143/151 kB | 36/86 kB 06:46:26 [2025-06-30T04:46:26.084Z] Progress (3): 21 kB | 147/151 kB | 36/86 kB 06:46:26 [2025-06-30T04:46:26.084Z] Progress (3): 21 kB | 147/151 kB | 40/86 kB 06:46:26 [2025-06-30T04:46:26.084Z] Progress (3): 21 kB | 151 kB | 40/86 kB 06:46:26 [2025-06-30T04:46:26.084Z] Progress (3): 21 kB | 151 kB | 44/86 kB 06:46:26 [2025-06-30T04:46:26.084Z] Progress (3): 21 kB | 151 kB | 48/86 kB 06:46:26 [2025-06-30T04:46:26.084Z] Progress (3): 21 kB | 151 kB | 52/86 kB 06:46:26 [2025-06-30T04:46:26.084Z] Progress (3): 21 kB | 151 kB | 56/86 kB 06:46:26 [2025-06-30T04:46:26.084Z] Progress (3): 21 kB | 151 kB | 60/86 kB 06:46:26 [2025-06-30T04:46:26.084Z] Progress (3): 21 kB | 151 kB | 64/86 kB 06:46:26 [2025-06-30T04:46:26.084Z] Progress (3): 21 kB | 151 kB | 68/86 kB 06:46:26 [2025-06-30T04:46:26.084Z] Progress (3): 21 kB | 151 kB | 72/86 kB 06:46:26 [2025-06-30T04:46:26.084Z] Progress (3): 21 kB | 151 kB | 74/86 kB 06:46:26 [2025-06-30T04:46:26.084Z] Progress (3): 21 kB | 151 kB | 78/86 kB 06:46:26 [2025-06-30T04:46:26.084Z] Progress (3): 21 kB | 151 kB | 82/86 kB 06:46:26 [2025-06-30T04:46:26.084Z] Progress (3): 21 kB | 151 kB | 86 kB 06:46:26 [2025-06-30T04:46:26.084Z] 06:46:26 [2025-06-30T04:46:26.084Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/reporting/maven-reporting-impl/4.0.0/maven-reporting-impl-4.0.0.jar (21 kB at 124 kB/s) 06:46:26 [2025-06-30T04:46:26.084Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/doxia/doxia-site-renderer/2.0.0/doxia-site-renderer-2.0.0.jar 06:46:26 [2025-06-30T04:46:26.084Z] Progress (3): 151 kB | 86 kB | 4.1/50 kB 06:46:26 [2025-06-30T04:46:26.084Z] Progress (3): 151 kB | 86 kB | 7.6/50 kB 06:46:26 [2025-06-30T04:46:26.084Z] Progress (3): 151 kB | 86 kB | 12/50 kB 06:46:26 [2025-06-30T04:46:26.084Z] Progress (3): 151 kB | 86 kB | 16/50 kB 06:46:26 [2025-06-30T04:46:26.084Z] Progress (3): 151 kB | 86 kB | 20/50 kB 06:46:26 [2025-06-30T04:46:26.084Z] Progress (3): 151 kB | 86 kB | 24/50 kB 06:46:26 [2025-06-30T04:46:26.084Z] Progress (3): 151 kB | 86 kB | 28/50 kB 06:46:26 [2025-06-30T04:46:26.084Z] Progress (3): 151 kB | 86 kB | 32/50 kB 06:46:26 [2025-06-30T04:46:26.084Z] Progress (3): 151 kB | 86 kB | 36/50 kB 06:46:26 [2025-06-30T04:46:26.084Z] Progress (3): 151 kB | 86 kB | 40/50 kB 06:46:26 [2025-06-30T04:46:26.084Z] Progress (3): 151 kB | 86 kB | 44/50 kB 06:46:26 [2025-06-30T04:46:26.084Z] Progress (3): 151 kB | 86 kB | 48/50 kB 06:46:26 [2025-06-30T04:46:26.084Z] Progress (3): 151 kB | 86 kB | 50 kB 06:46:26 [2025-06-30T04:46:26.084Z] 06:46:26 [2025-06-30T04:46:26.084Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/shared/maven-shared-utils/3.4.2/maven-shared-utils-3.4.2.jar (151 kB at 835 kB/s) 06:46:26 [2025-06-30T04:46:26.084Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/doxia/doxia-skin-model/2.0.0/doxia-skin-model-2.0.0.jar 06:46:26 [2025-06-30T04:46:26.084Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/doxia/doxia-site-model/2.0.0/doxia-site-model-2.0.0.jar (86 kB at 472 kB/s) 06:46:26 [2025-06-30T04:46:26.084Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/doxia/doxia-module-xhtml5/2.0.0/doxia-module-xhtml5-2.0.0.jar 06:46:26 [2025-06-30T04:46:26.084Z] Progress (2): 50 kB | 4.1/86 kB 06:46:26 [2025-06-30T04:46:26.084Z] Progress (2): 50 kB | 7.6/86 kB 06:46:26 [2025-06-30T04:46:26.084Z] Progress (2): 50 kB | 12/86 kB 06:46:26 [2025-06-30T04:46:26.084Z] Progress (2): 50 kB | 16/86 kB 06:46:26 [2025-06-30T04:46:26.084Z] Progress (3): 50 kB | 16/86 kB | 4.1/44 kB 06:46:26 [2025-06-30T04:46:26.084Z] Progress (3): 50 kB | 20/86 kB | 4.1/44 kB 06:46:26 [2025-06-30T04:46:26.084Z] Progress (3): 50 kB | 24/86 kB | 4.1/44 kB 06:46:26 [2025-06-30T04:46:26.084Z] Progress (3): 50 kB | 24/86 kB | 7.6/44 kB 06:46:26 [2025-06-30T04:46:26.084Z] Progress (3): 50 kB | 28/86 kB | 7.6/44 kB 06:46:26 [2025-06-30T04:46:26.084Z] Progress (3): 50 kB | 32/86 kB | 7.6/44 kB 06:46:26 [2025-06-30T04:46:26.084Z] Progress (3): 50 kB | 32/86 kB | 12/44 kB 06:46:26 [2025-06-30T04:46:26.084Z] Progress (3): 50 kB | 36/86 kB | 12/44 kB 06:46:26 [2025-06-30T04:46:26.084Z] Progress (3): 50 kB | 36/86 kB | 16/44 kB 06:46:26 [2025-06-30T04:46:26.084Z] Progress (3): 50 kB | 40/86 kB | 16/44 kB 06:46:26 [2025-06-30T04:46:26.084Z] Progress (3): 50 kB | 40/86 kB | 20/44 kB 06:46:26 [2025-06-30T04:46:26.084Z] Progress (3): 50 kB | 44/86 kB | 20/44 kB 06:46:26 [2025-06-30T04:46:26.084Z] Progress (3): 50 kB | 44/86 kB | 24/44 kB 06:46:26 [2025-06-30T04:46:26.084Z] Progress (3): 50 kB | 48/86 kB | 24/44 kB 06:46:26 [2025-06-30T04:46:26.084Z] Progress (3): 50 kB | 48/86 kB | 28/44 kB 06:46:26 [2025-06-30T04:46:26.084Z] Progress (3): 50 kB | 52/86 kB | 28/44 kB 06:46:26 [2025-06-30T04:46:26.084Z] Progress (3): 50 kB | 52/86 kB | 32/44 kB 06:46:26 [2025-06-30T04:46:26.084Z] Progress (3): 50 kB | 56/86 kB | 32/44 kB 06:46:26 [2025-06-30T04:46:26.084Z] Progress (3): 50 kB | 56/86 kB | 36/44 kB 06:46:26 [2025-06-30T04:46:26.084Z] Progress (3): 50 kB | 60/86 kB | 36/44 kB 06:46:26 [2025-06-30T04:46:26.084Z] Progress (3): 50 kB | 60/86 kB | 40/44 kB 06:46:26 [2025-06-30T04:46:26.084Z] Progress (3): 50 kB | 64/86 kB | 40/44 kB 06:46:26 [2025-06-30T04:46:26.084Z] Progress (3): 50 kB | 64/86 kB | 44/44 kB 06:46:26 [2025-06-30T04:46:26.084Z] Progress (3): 50 kB | 68/86 kB | 44/44 kB 06:46:26 [2025-06-30T04:46:26.084Z] Progress (3): 50 kB | 68/86 kB | 44 kB 06:46:26 [2025-06-30T04:46:26.084Z] Progress (3): 50 kB | 72/86 kB | 44 kB 06:46:26 [2025-06-30T04:46:26.084Z] 06:46:26 [2025-06-30T04:46:26.084Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/doxia/doxia-integration-tools/2.0.0/doxia-integration-tools-2.0.0.jar (50 kB at 258 kB/s) 06:46:26 [2025-06-30T04:46:26.084Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus-velocity/2.2.0/plexus-velocity-2.2.0.jar 06:46:26 [2025-06-30T04:46:26.084Z] Progress (3): 72/86 kB | 44 kB | 4.1/16 kB 06:46:26 [2025-06-30T04:46:26.084Z] Progress (3): 72/86 kB | 44 kB | 7.6/16 kB 06:46:26 [2025-06-30T04:46:26.084Z] Progress (3): 72/86 kB | 44 kB | 12/16 kB 06:46:26 [2025-06-30T04:46:26.084Z] Progress (3): 72/86 kB | 44 kB | 16/16 kB 06:46:26 [2025-06-30T04:46:26.084Z] Progress (3): 72/86 kB | 44 kB | 16 kB 06:46:26 [2025-06-30T04:46:26.084Z] Progress (4): 72/86 kB | 44 kB | 16 kB | 4.1/17 kB 06:46:26 [2025-06-30T04:46:26.084Z] Progress (4): 74/86 kB | 44 kB | 16 kB | 4.1/17 kB 06:46:26 [2025-06-30T04:46:26.084Z] Progress (4): 74/86 kB | 44 kB | 16 kB | 7.6/17 kB 06:46:26 [2025-06-30T04:46:26.084Z] Progress (4): 78/86 kB | 44 kB | 16 kB | 7.6/17 kB 06:46:26 [2025-06-30T04:46:26.084Z] Progress (4): 78/86 kB | 44 kB | 16 kB | 12/17 kB 06:46:26 [2025-06-30T04:46:26.084Z] Progress (4): 78/86 kB | 44 kB | 16 kB | 16/17 kB 06:46:26 [2025-06-30T04:46:26.084Z] Progress (4): 82/86 kB | 44 kB | 16 kB | 16/17 kB 06:46:26 [2025-06-30T04:46:26.084Z] Progress (4): 82/86 kB | 44 kB | 16 kB | 17 kB 06:46:26 [2025-06-30T04:46:26.084Z] Progress (4): 86 kB | 44 kB | 16 kB | 17 kB 06:46:26 [2025-06-30T04:46:26.084Z] Progress (5): 86 kB | 44 kB | 16 kB | 17 kB | 4.1/5.7 kB 06:46:26 [2025-06-30T04:46:26.084Z] 06:46:26 [2025-06-30T04:46:26.084Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/doxia/doxia-site-renderer/2.0.0/doxia-site-renderer-2.0.0.jar (44 kB at 210 kB/s) 06:46:26 [2025-06-30T04:46:26.084Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/velocity/velocity-engine-core/2.4/velocity-engine-core-2.4.jar 06:46:26 [2025-06-30T04:46:26.084Z] Progress (4): 86 kB | 16 kB | 17 kB | 5.7 kB 06:46:26 [2025-06-30T04:46:26.084Z] 06:46:26 [2025-06-30T04:46:26.084Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/doxia/doxia-skin-model/2.0.0/doxia-skin-model-2.0.0.jar (16 kB at 77 kB/s) 06:46:26 [2025-06-30T04:46:26.084Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/velocity/tools/velocity-tools-generic/3.1/velocity-tools-generic-3.1.jar 06:46:26 [2025-06-30T04:46:26.084Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.jar (86 kB at 390 kB/s) 06:46:26 [2025-06-30T04:46:26.084Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar 06:46:26 [2025-06-30T04:46:26.084Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/doxia/doxia-module-xhtml5/2.0.0/doxia-module-xhtml5-2.0.0.jar (17 kB at 77 kB/s) 06:46:26 [2025-06-30T04:46:26.085Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/commons-logging/commons-logging/1.2/commons-logging-1.2.jar 06:46:26 [2025-06-30T04:46:26.085Z] Progress (2): 5.7 kB | 4.1/510 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (2): 5.7 kB | 7.6/510 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (2): 5.7 kB | 12/510 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (2): 5.7 kB | 16/510 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (2): 5.7 kB | 20/510 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (2): 5.7 kB | 24/510 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (2): 5.7 kB | 28/510 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (2): 5.7 kB | 32/510 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (2): 5.7 kB | 36/510 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (2): 5.7 kB | 40/510 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (2): 5.7 kB | 44/510 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (2): 5.7 kB | 48/510 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (2): 5.7 kB | 52/510 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (2): 5.7 kB | 56/510 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (2): 5.7 kB | 60/510 kB 06:46:26 [2025-06-30T04:46:26.085Z] 06:46:26 [2025-06-30T04:46:26.085Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus-velocity/2.2.0/plexus-velocity-2.2.0.jar (5.7 kB at 25 kB/s) 06:46:26 [2025-06-30T04:46:26.085Z] Progress (1): 64/510 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (2): 64/510 kB | 4.1/217 kB 06:46:26 [2025-06-30T04:46:26.085Z] 06:46:26 [2025-06-30T04:46:26.085Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar 06:46:26 [2025-06-30T04:46:26.085Z] Progress (2): 68/510 kB | 4.1/217 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (2): 68/510 kB | 7.6/217 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (2): 72/510 kB | 7.6/217 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (2): 74/510 kB | 7.6/217 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (2): 74/510 kB | 12/217 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (2): 78/510 kB | 12/217 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (2): 78/510 kB | 16/217 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (2): 82/510 kB | 16/217 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (2): 82/510 kB | 20/217 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (2): 86/510 kB | 20/217 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (2): 86/510 kB | 24/217 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (2): 90/510 kB | 24/217 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (2): 90/510 kB | 28/217 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (2): 94/510 kB | 28/217 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (2): 94/510 kB | 32/217 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (2): 98/510 kB | 32/217 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (2): 98/510 kB | 36/217 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (2): 102/510 kB | 36/217 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (2): 102/510 kB | 40/217 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (2): 106/510 kB | 40/217 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (2): 106/510 kB | 44/217 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (2): 111/510 kB | 44/217 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (2): 111/510 kB | 48/217 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (2): 115/510 kB | 48/217 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (2): 115/510 kB | 52/217 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (2): 119/510 kB | 52/217 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (2): 119/510 kB | 56/217 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (2): 123/510 kB | 56/217 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (2): 123/510 kB | 60/217 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (2): 127/510 kB | 60/217 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (2): 127/510 kB | 64/217 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (2): 131/510 kB | 64/217 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (2): 131/510 kB | 68/217 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (2): 135/510 kB | 68/217 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (2): 135/510 kB | 72/217 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (2): 139/510 kB | 72/217 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (2): 139/510 kB | 74/217 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (2): 143/510 kB | 74/217 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (2): 143/510 kB | 78/217 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (2): 147/510 kB | 78/217 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (2): 147/510 kB | 82/217 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (2): 147/510 kB | 86/217 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (2): 151/510 kB | 86/217 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (2): 151/510 kB | 90/217 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (2): 155/510 kB | 90/217 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (2): 155/510 kB | 94/217 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (2): 159/510 kB | 94/217 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (2): 159/510 kB | 98/217 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (2): 163/510 kB | 98/217 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (2): 163/510 kB | 102/217 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (2): 167/510 kB | 102/217 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (2): 167/510 kB | 106/217 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (2): 171/510 kB | 106/217 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (2): 171/510 kB | 111/217 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (2): 175/510 kB | 111/217 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (2): 175/510 kB | 115/217 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (2): 179/510 kB | 115/217 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (2): 179/510 kB | 119/217 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (2): 183/510 kB | 119/217 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (2): 183/510 kB | 123/217 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (2): 187/510 kB | 123/217 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (2): 187/510 kB | 127/217 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (2): 191/510 kB | 127/217 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (2): 191/510 kB | 131/217 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (2): 195/510 kB | 131/217 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (2): 195/510 kB | 135/217 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (2): 199/510 kB | 135/217 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (2): 199/510 kB | 139/217 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (2): 203/510 kB | 139/217 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (2): 203/510 kB | 143/217 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (2): 207/510 kB | 143/217 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (2): 207/510 kB | 147/217 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (3): 207/510 kB | 147/217 kB | 4.1/247 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (3): 211/510 kB | 147/217 kB | 4.1/247 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (3): 211/510 kB | 151/217 kB | 4.1/247 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (3): 211/510 kB | 151/217 kB | 7.6/247 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (3): 211/510 kB | 155/217 kB | 7.6/247 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (3): 215/510 kB | 155/217 kB | 7.6/247 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (3): 215/510 kB | 159/217 kB | 7.6/247 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (3): 219/510 kB | 159/217 kB | 7.6/247 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (3): 219/510 kB | 159/217 kB | 12/247 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (3): 219/510 kB | 163/217 kB | 12/247 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (3): 223/510 kB | 163/217 kB | 12/247 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (3): 223/510 kB | 163/217 kB | 16/247 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (3): 227/510 kB | 163/217 kB | 16/247 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (3): 227/510 kB | 167/217 kB | 16/247 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (3): 229/510 kB | 167/217 kB | 16/247 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (3): 229/510 kB | 171/217 kB | 16/247 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (3): 229/510 kB | 171/217 kB | 20/247 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (3): 233/510 kB | 171/217 kB | 20/247 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (3): 233/510 kB | 175/217 kB | 20/247 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (3): 238/510 kB | 175/217 kB | 20/247 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (3): 238/510 kB | 179/217 kB | 20/247 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (3): 238/510 kB | 179/217 kB | 23/247 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (3): 242/510 kB | 179/217 kB | 23/247 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (3): 242/510 kB | 183/217 kB | 23/247 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (3): 246/510 kB | 183/217 kB | 23/247 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (3): 246/510 kB | 187/217 kB | 23/247 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (4): 246/510 kB | 187/217 kB | 23/247 kB | 4.1/62 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (4): 246/510 kB | 191/217 kB | 23/247 kB | 4.1/62 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (4): 246/510 kB | 191/217 kB | 28/247 kB | 4.1/62 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (4): 246/510 kB | 195/217 kB | 28/247 kB | 4.1/62 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (4): 250/510 kB | 195/217 kB | 28/247 kB | 4.1/62 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (4): 250/510 kB | 195/217 kB | 32/247 kB | 4.1/62 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (4): 250/510 kB | 195/217 kB | 32/247 kB | 7.6/62 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (4): 250/510 kB | 199/217 kB | 32/247 kB | 7.6/62 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (4): 250/510 kB | 199/217 kB | 36/247 kB | 7.6/62 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (4): 254/510 kB | 199/217 kB | 36/247 kB | 7.6/62 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (4): 254/510 kB | 199/217 kB | 36/247 kB | 12/62 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (4): 254/510 kB | 203/217 kB | 36/247 kB | 12/62 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (4): 254/510 kB | 203/217 kB | 39/247 kB | 12/62 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (4): 254/510 kB | 203/217 kB | 39/247 kB | 16/62 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (4): 254/510 kB | 207/217 kB | 39/247 kB | 16/62 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (4): 258/510 kB | 207/217 kB | 39/247 kB | 16/62 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (4): 258/510 kB | 207/217 kB | 44/247 kB | 16/62 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (4): 258/510 kB | 207/217 kB | 44/247 kB | 20/62 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (4): 262/510 kB | 207/217 kB | 44/247 kB | 20/62 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (4): 262/510 kB | 211/217 kB | 44/247 kB | 20/62 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (4): 262/510 kB | 211/217 kB | 44/247 kB | 23/62 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (4): 262/510 kB | 211/217 kB | 48/247 kB | 23/62 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (4): 266/510 kB | 211/217 kB | 48/247 kB | 23/62 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (4): 266/510 kB | 215/217 kB | 48/247 kB | 23/62 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (4): 266/510 kB | 215/217 kB | 48/247 kB | 28/62 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (4): 266/510 kB | 215/217 kB | 52/247 kB | 28/62 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (4): 266/510 kB | 215/217 kB | 52/247 kB | 32/62 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (4): 270/510 kB | 215/217 kB | 52/247 kB | 32/62 kB 06:46:26 [2025-06-30T04:46:26.085Z] Progress (4): 270/510 kB | 215/217 kB | 55/247 kB | 32/62 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (4): 270/510 kB | 217 kB | 55/247 kB | 32/62 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (4): 274/510 kB | 217 kB | 55/247 kB | 32/62 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (4): 274/510 kB | 217 kB | 55/247 kB | 36/62 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (4): 274/510 kB | 217 kB | 60/247 kB | 36/62 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (4): 274/510 kB | 217 kB | 60/247 kB | 39/62 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (4): 279/510 kB | 217 kB | 60/247 kB | 39/62 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (4): 279/510 kB | 217 kB | 64/247 kB | 39/62 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (4): 279/510 kB | 217 kB | 64/247 kB | 44/62 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (4): 283/510 kB | 217 kB | 64/247 kB | 44/62 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (4): 283/510 kB | 217 kB | 64/247 kB | 48/62 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (4): 283/510 kB | 217 kB | 68/247 kB | 48/62 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (4): 287/510 kB | 217 kB | 68/247 kB | 48/62 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (4): 287/510 kB | 217 kB | 68/247 kB | 52/62 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (4): 287/510 kB | 217 kB | 71/247 kB | 52/62 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (4): 291/510 kB | 217 kB | 71/247 kB | 52/62 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (4): 291/510 kB | 217 kB | 71/247 kB | 55/62 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (4): 291/510 kB | 217 kB | 74/247 kB | 55/62 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (4): 295/510 kB | 217 kB | 74/247 kB | 55/62 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (4): 295/510 kB | 217 kB | 74/247 kB | 60/62 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (4): 295/510 kB | 217 kB | 78/247 kB | 60/62 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (4): 299/510 kB | 217 kB | 78/247 kB | 60/62 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (4): 299/510 kB | 217 kB | 78/247 kB | 62 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (4): 299/510 kB | 217 kB | 82/247 kB | 62 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (4): 303/510 kB | 217 kB | 82/247 kB | 62 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (4): 303/510 kB | 217 kB | 86/247 kB | 62 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (4): 307/510 kB | 217 kB | 86/247 kB | 62 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (5): 307/510 kB | 217 kB | 86/247 kB | 62 kB | 4.1/588 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (5): 307/510 kB | 217 kB | 90/247 kB | 62 kB | 4.1/588 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (5): 311/510 kB | 217 kB | 90/247 kB | 62 kB | 4.1/588 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (5): 311/510 kB | 217 kB | 90/247 kB | 62 kB | 7.6/588 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (5): 315/510 kB | 217 kB | 90/247 kB | 62 kB | 7.6/588 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (5): 315/510 kB | 217 kB | 94/247 kB | 62 kB | 7.6/588 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (5): 319/510 kB | 217 kB | 94/247 kB | 62 kB | 7.6/588 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (5): 319/510 kB | 217 kB | 98/247 kB | 62 kB | 7.6/588 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (5): 319/510 kB | 217 kB | 98/247 kB | 62 kB | 12/588 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (5): 323/510 kB | 217 kB | 98/247 kB | 62 kB | 12/588 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (5): 323/510 kB | 217 kB | 102/247 kB | 62 kB | 12/588 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (5): 323/510 kB | 217 kB | 102/247 kB | 62 kB | 16/588 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (5): 327/510 kB | 217 kB | 102/247 kB | 62 kB | 16/588 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (5): 327/510 kB | 217 kB | 106/247 kB | 62 kB | 16/588 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (5): 327/510 kB | 217 kB | 106/247 kB | 62 kB | 20/588 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (5): 331/510 kB | 217 kB | 106/247 kB | 62 kB | 20/588 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (5): 331/510 kB | 217 kB | 111/247 kB | 62 kB | 20/588 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (5): 331/510 kB | 217 kB | 111/247 kB | 62 kB | 23/588 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (5): 335/510 kB | 217 kB | 111/247 kB | 62 kB | 23/588 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (5): 335/510 kB | 217 kB | 115/247 kB | 62 kB | 23/588 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (5): 335/510 kB | 217 kB | 115/247 kB | 62 kB | 28/588 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (5): 339/510 kB | 217 kB | 115/247 kB | 62 kB | 28/588 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (5): 339/510 kB | 217 kB | 119/247 kB | 62 kB | 28/588 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (5): 339/510 kB | 217 kB | 119/247 kB | 62 kB | 32/588 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (5): 343/510 kB | 217 kB | 119/247 kB | 62 kB | 32/588 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (5): 343/510 kB | 217 kB | 123/247 kB | 62 kB | 32/588 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (5): 343/510 kB | 217 kB | 123/247 kB | 62 kB | 36/588 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (5): 347/510 kB | 217 kB | 123/247 kB | 62 kB | 36/588 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (5): 347/510 kB | 217 kB | 127/247 kB | 62 kB | 36/588 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (5): 347/510 kB | 217 kB | 127/247 kB | 62 kB | 39/588 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (5): 351/510 kB | 217 kB | 127/247 kB | 62 kB | 39/588 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (5): 351/510 kB | 217 kB | 131/247 kB | 62 kB | 39/588 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (5): 351/510 kB | 217 kB | 131/247 kB | 62 kB | 44/588 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (5): 355/510 kB | 217 kB | 131/247 kB | 62 kB | 44/588 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (5): 355/510 kB | 217 kB | 135/247 kB | 62 kB | 44/588 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (5): 355/510 kB | 217 kB | 135/247 kB | 62 kB | 48/588 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (5): 359/510 kB | 217 kB | 135/247 kB | 62 kB | 48/588 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (5): 359/510 kB | 217 kB | 139/247 kB | 62 kB | 48/588 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (5): 359/510 kB | 217 kB | 139/247 kB | 62 kB | 52/588 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (5): 363/510 kB | 217 kB | 139/247 kB | 62 kB | 52/588 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (5): 363/510 kB | 217 kB | 143/247 kB | 62 kB | 52/588 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (5): 363/510 kB | 217 kB | 143/247 kB | 62 kB | 55/588 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (5): 367/510 kB | 217 kB | 143/247 kB | 62 kB | 55/588 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (5): 367/510 kB | 217 kB | 147/247 kB | 62 kB | 55/588 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (5): 367/510 kB | 217 kB | 147/247 kB | 62 kB | 60/588 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (5): 371/510 kB | 217 kB | 147/247 kB | 62 kB | 60/588 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (5): 371/510 kB | 217 kB | 151/247 kB | 62 kB | 60/588 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (5): 371/510 kB | 217 kB | 151/247 kB | 62 kB | 64/588 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (5): 375/510 kB | 217 kB | 151/247 kB | 62 kB | 64/588 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (5): 375/510 kB | 217 kB | 155/247 kB | 62 kB | 64/588 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (5): 375/510 kB | 217 kB | 155/247 kB | 62 kB | 68/588 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (5): 379/510 kB | 217 kB | 155/247 kB | 62 kB | 68/588 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (5): 379/510 kB | 217 kB | 155/247 kB | 62 kB | 71/588 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (5): 379/510 kB | 217 kB | 159/247 kB | 62 kB | 71/588 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (5): 383/510 kB | 217 kB | 159/247 kB | 62 kB | 71/588 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (5): 383/510 kB | 217 kB | 159/247 kB | 62 kB | 74/588 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (5): 383/510 kB | 217 kB | 163/247 kB | 62 kB | 74/588 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (5): 387/510 kB | 217 kB | 163/247 kB | 62 kB | 74/588 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (5): 387/510 kB | 217 kB | 163/247 kB | 62 kB | 78/588 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (5): 387/510 kB | 217 kB | 167/247 kB | 62 kB | 78/588 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (5): 391/510 kB | 217 kB | 167/247 kB | 62 kB | 78/588 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (5): 391/510 kB | 217 kB | 167/247 kB | 62 kB | 82/588 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (5): 393/510 kB | 217 kB | 167/247 kB | 62 kB | 82/588 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (5): 393/510 kB | 217 kB | 171/247 kB | 62 kB | 82/588 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (5): 393/510 kB | 217 kB | 171/247 kB | 62 kB | 86/588 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (5): 397/510 kB | 217 kB | 171/247 kB | 62 kB | 86/588 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (5): 397/510 kB | 217 kB | 175/247 kB | 62 kB | 86/588 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (5): 397/510 kB | 217 kB | 175/247 kB | 62 kB | 90/588 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (5): 401/510 kB | 217 kB | 175/247 kB | 62 kB | 90/588 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (5): 401/510 kB | 217 kB | 179/247 kB | 62 kB | 90/588 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (5): 401/510 kB | 217 kB | 179/247 kB | 62 kB | 94/588 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (5): 406/510 kB | 217 kB | 179/247 kB | 62 kB | 94/588 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (5): 406/510 kB | 217 kB | 179/247 kB | 62 kB | 98/588 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (5): 409/510 kB | 217 kB | 179/247 kB | 62 kB | 98/588 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (5): 409/510 kB | 217 kB | 183/247 kB | 62 kB | 98/588 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (5): 409/510 kB | 217 kB | 183/247 kB | 62 kB | 102/588 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (5): 409/510 kB | 217 kB | 187/247 kB | 62 kB | 102/588 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (5): 413/510 kB | 217 kB | 187/247 kB | 62 kB | 102/588 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (5): 413/510 kB | 217 kB | 187/247 kB | 62 kB | 106/588 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (5): 413/510 kB | 217 kB | 191/247 kB | 62 kB | 106/588 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (5): 417/510 kB | 217 kB | 191/247 kB | 62 kB | 106/588 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (5): 417/510 kB | 217 kB | 195/247 kB | 62 kB | 106/588 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (5): 417/510 kB | 217 kB | 195/247 kB | 62 kB | 111/588 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (5): 422/510 kB | 217 kB | 195/247 kB | 62 kB | 111/588 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (5): 422/510 kB | 217 kB | 199/247 kB | 62 kB | 111/588 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (5): 422/510 kB | 217 kB | 199/247 kB | 62 kB | 115/588 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (5): 425/510 kB | 217 kB | 199/247 kB | 62 kB | 115/588 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (5): 425/510 kB | 217 kB | 203/247 kB | 62 kB | 115/588 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (5): 425/510 kB | 217 kB | 203/247 kB | 62 kB | 119/588 kB 06:46:26 [2025-06-30T04:46:26.086Z] Progress (5): 429/510 kB | 217 kB | 203/247 kB | 62 kB | 119/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (5): 429/510 kB | 217 kB | 207/247 kB | 62 kB | 119/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (5): 429/510 kB | 217 kB | 207/247 kB | 62 kB | 123/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (5): 433/510 kB | 217 kB | 207/247 kB | 62 kB | 123/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (5): 433/510 kB | 217 kB | 211/247 kB | 62 kB | 123/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (5): 433/510 kB | 217 kB | 211/247 kB | 62 kB | 127/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (5): 438/510 kB | 217 kB | 211/247 kB | 62 kB | 127/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (5): 438/510 kB | 217 kB | 211/247 kB | 62 kB | 131/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (5): 441/510 kB | 217 kB | 211/247 kB | 62 kB | 131/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (5): 441/510 kB | 217 kB | 215/247 kB | 62 kB | 131/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (5): 441/510 kB | 217 kB | 215/247 kB | 62 kB | 135/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (5): 441/510 kB | 217 kB | 219/247 kB | 62 kB | 135/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (5): 441/510 kB | 217 kB | 219/247 kB | 62 kB | 139/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (5): 445/510 kB | 217 kB | 219/247 kB | 62 kB | 139/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (5): 445/510 kB | 217 kB | 223/247 kB | 62 kB | 139/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (5): 445/510 kB | 217 kB | 223/247 kB | 62 kB | 143/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (5): 449/510 kB | 217 kB | 223/247 kB | 62 kB | 143/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (5): 449/510 kB | 217 kB | 227/247 kB | 62 kB | 143/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (5): 449/510 kB | 217 kB | 227/247 kB | 62 kB | 147/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (5): 454/510 kB | 217 kB | 227/247 kB | 62 kB | 147/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (5): 454/510 kB | 217 kB | 229/247 kB | 62 kB | 147/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (5): 457/510 kB | 217 kB | 229/247 kB | 62 kB | 147/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (5): 457/510 kB | 217 kB | 229/247 kB | 62 kB | 151/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (5): 457/510 kB | 217 kB | 233/247 kB | 62 kB | 151/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (5): 457/510 kB | 217 kB | 233/247 kB | 62 kB | 155/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (5): 461/510 kB | 217 kB | 233/247 kB | 62 kB | 155/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] 06:46:26 [2025-06-30T04:46:26.087Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/velocity/tools/velocity-tools-generic/3.1/velocity-tools-generic-3.1.jar (217 kB at 834 kB/s) 06:46:26 [2025-06-30T04:46:26.087Z] Progress (4): 465/510 kB | 233/247 kB | 62 kB | 155/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] 06:46:26 [2025-06-30T04:46:26.087Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/commons/commons-digester3/3.2/commons-digester3-3.2.jar 06:46:26 [2025-06-30T04:46:26.087Z] Progress (4): 465/510 kB | 238/247 kB | 62 kB | 155/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (4): 465/510 kB | 238/247 kB | 62 kB | 159/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (4): 470/510 kB | 238/247 kB | 62 kB | 159/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (4): 470/510 kB | 242/247 kB | 62 kB | 159/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (4): 470/510 kB | 242/247 kB | 62 kB | 163/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (4): 473/510 kB | 242/247 kB | 62 kB | 163/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (4): 473/510 kB | 246/247 kB | 62 kB | 163/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (4): 473/510 kB | 247 kB | 62 kB | 163/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (4): 473/510 kB | 247 kB | 62 kB | 167/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (4): 477/510 kB | 247 kB | 62 kB | 167/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (4): 477/510 kB | 247 kB | 62 kB | 171/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (4): 481/510 kB | 247 kB | 62 kB | 171/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (4): 481/510 kB | 247 kB | 62 kB | 175/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (4): 486/510 kB | 247 kB | 62 kB | 175/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (4): 486/510 kB | 247 kB | 62 kB | 179/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (4): 489/510 kB | 247 kB | 62 kB | 179/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (4): 489/510 kB | 247 kB | 62 kB | 183/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (4): 492/510 kB | 247 kB | 62 kB | 183/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (4): 492/510 kB | 247 kB | 62 kB | 187/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (4): 496/510 kB | 247 kB | 62 kB | 187/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (4): 496/510 kB | 247 kB | 62 kB | 191/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (4): 500/510 kB | 247 kB | 62 kB | 191/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (4): 500/510 kB | 247 kB | 62 kB | 195/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (4): 504/510 kB | 247 kB | 62 kB | 195/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (4): 504/510 kB | 247 kB | 62 kB | 199/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (4): 508/510 kB | 247 kB | 62 kB | 199/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (4): 508/510 kB | 247 kB | 62 kB | 203/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (4): 510 kB | 247 kB | 62 kB | 203/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (4): 510 kB | 247 kB | 62 kB | 207/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (4): 510 kB | 247 kB | 62 kB | 211/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (4): 510 kB | 247 kB | 62 kB | 215/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (4): 510 kB | 247 kB | 62 kB | 219/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (4): 510 kB | 247 kB | 62 kB | 223/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (4): 510 kB | 247 kB | 62 kB | 227/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (4): 510 kB | 247 kB | 62 kB | 229/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (4): 510 kB | 247 kB | 62 kB | 233/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (4): 510 kB | 247 kB | 62 kB | 238/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (4): 510 kB | 247 kB | 62 kB | 242/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (4): 510 kB | 247 kB | 62 kB | 246/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (4): 510 kB | 247 kB | 62 kB | 250/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (4): 510 kB | 247 kB | 62 kB | 254/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (4): 510 kB | 247 kB | 62 kB | 258/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (4): 510 kB | 247 kB | 62 kB | 262/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (4): 510 kB | 247 kB | 62 kB | 266/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (4): 510 kB | 247 kB | 62 kB | 270/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] 06:46:26 [2025-06-30T04:46:26.087Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/commons-logging/commons-logging/1.2/commons-logging-1.2.jar (62 kB at 231 kB/s) 06:46:26 [2025-06-30T04:46:26.087Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/github/cliftonlabs/json-simple/3.0.2/json-simple-3.0.2.jar 06:46:26 [2025-06-30T04:46:26.087Z] Progress (3): 510 kB | 247 kB | 274/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (3): 510 kB | 247 kB | 278/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (3): 510 kB | 247 kB | 282/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (3): 510 kB | 247 kB | 286/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (3): 510 kB | 247 kB | 290/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (3): 510 kB | 247 kB | 294/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (3): 510 kB | 247 kB | 298/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (3): 510 kB | 247 kB | 302/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (3): 510 kB | 247 kB | 306/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (3): 510 kB | 247 kB | 310/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (3): 510 kB | 247 kB | 314/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (3): 510 kB | 247 kB | 318/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (3): 510 kB | 247 kB | 322/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (3): 510 kB | 247 kB | 326/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (3): 510 kB | 247 kB | 330/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (3): 510 kB | 247 kB | 334/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (3): 510 kB | 247 kB | 338/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (3): 510 kB | 247 kB | 342/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (3): 510 kB | 247 kB | 346/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (3): 510 kB | 247 kB | 350/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (3): 510 kB | 247 kB | 354/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (3): 510 kB | 247 kB | 358/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] 06:46:26 [2025-06-30T04:46:26.087Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar (247 kB at 898 kB/s) 06:46:26 [2025-06-30T04:46:26.087Z] Progress (2): 510 kB | 360/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] 06:46:26 [2025-06-30T04:46:26.087Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/doxia/doxia-module-apt/2.0.0/doxia-module-apt-2.0.0.jar 06:46:26 [2025-06-30T04:46:26.087Z] Progress (2): 510 kB | 365/588 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (3): 510 kB | 365/588 kB | 4.1/242 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (3): 510 kB | 369/588 kB | 4.1/242 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (3): 510 kB | 369/588 kB | 7.6/242 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (3): 510 kB | 373/588 kB | 7.6/242 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (3): 510 kB | 373/588 kB | 12/242 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (3): 510 kB | 373/588 kB | 16/242 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (3): 510 kB | 377/588 kB | 16/242 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (3): 510 kB | 377/588 kB | 20/242 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (3): 510 kB | 381/588 kB | 20/242 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (3): 510 kB | 381/588 kB | 23/242 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (3): 510 kB | 385/588 kB | 23/242 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (3): 510 kB | 385/588 kB | 28/242 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (3): 510 kB | 389/588 kB | 28/242 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (3): 510 kB | 389/588 kB | 32/242 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (3): 510 kB | 393/588 kB | 32/242 kB 06:46:26 [2025-06-30T04:46:26.087Z] Progress (3): 510 kB | 393/588 kB | 36/242 kB 06:46:26 [2025-06-30T04:46:26.087Z] 06:46:26 [2025-06-30T04:46:26.088Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/velocity/velocity-engine-core/2.4/velocity-engine-core-2.4.jar (510 kB at 1.8 MB/s) 06:46:26 [2025-06-30T04:46:26.088Z] Progress (2): 393/588 kB | 39/242 kB 06:46:26 [2025-06-30T04:46:26.088Z] 06:46:26 [2025-06-30T04:46:26.088Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/doxia/doxia-module-xdoc/2.0.0/doxia-module-xdoc-2.0.0.jar 06:46:26 [2025-06-30T04:46:26.088Z] Progress (2): 397/588 kB | 39/242 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (2): 397/588 kB | 44/242 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (2): 401/588 kB | 44/242 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (2): 401/588 kB | 48/242 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (2): 406/588 kB | 48/242 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (2): 406/588 kB | 52/242 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (2): 409/588 kB | 52/242 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (2): 409/588 kB | 55/242 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (2): 413/588 kB | 55/242 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (2): 413/588 kB | 60/242 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (2): 417/588 kB | 60/242 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (2): 417/588 kB | 64/242 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (2): 422/588 kB | 64/242 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (2): 422/588 kB | 68/242 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (2): 425/588 kB | 68/242 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (2): 425/588 kB | 71/242 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (2): 425/588 kB | 74/242 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (2): 429/588 kB | 74/242 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (2): 429/588 kB | 78/242 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (2): 433/588 kB | 78/242 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (2): 433/588 kB | 82/242 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (2): 438/588 kB | 82/242 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (2): 438/588 kB | 86/242 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (2): 441/588 kB | 86/242 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (2): 441/588 kB | 90/242 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (2): 445/588 kB | 90/242 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (2): 445/588 kB | 94/242 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (2): 449/588 kB | 94/242 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (2): 449/588 kB | 98/242 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (2): 454/588 kB | 98/242 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (2): 454/588 kB | 102/242 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (2): 457/588 kB | 102/242 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (2): 457/588 kB | 106/242 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (2): 461/588 kB | 106/242 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (2): 461/588 kB | 111/242 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (2): 465/588 kB | 111/242 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (2): 465/588 kB | 115/242 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (2): 470/588 kB | 115/242 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (2): 470/588 kB | 119/242 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (2): 473/588 kB | 119/242 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (2): 473/588 kB | 123/242 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (2): 477/588 kB | 123/242 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (2): 477/588 kB | 127/242 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (2): 481/588 kB | 127/242 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (2): 481/588 kB | 131/242 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (2): 486/588 kB | 131/242 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (2): 486/588 kB | 135/242 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (2): 489/588 kB | 135/242 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (2): 489/588 kB | 139/242 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (2): 492/588 kB | 139/242 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (2): 492/588 kB | 143/242 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (2): 496/588 kB | 143/242 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (2): 496/588 kB | 147/242 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (2): 500/588 kB | 147/242 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (2): 500/588 kB | 151/242 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (2): 504/588 kB | 151/242 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (2): 504/588 kB | 155/242 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (2): 508/588 kB | 155/242 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (2): 508/588 kB | 159/242 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (2): 512/588 kB | 159/242 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (2): 512/588 kB | 163/242 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (2): 516/588 kB | 163/242 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (2): 516/588 kB | 167/242 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (2): 520/588 kB | 167/242 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (2): 520/588 kB | 171/242 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (2): 524/588 kB | 171/242 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (2): 524/588 kB | 175/242 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (2): 528/588 kB | 175/242 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (2): 528/588 kB | 179/242 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (2): 532/588 kB | 179/242 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (2): 537/588 kB | 179/242 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (2): 537/588 kB | 183/242 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (2): 541/588 kB | 183/242 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (2): 541/588 kB | 187/242 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (2): 545/588 kB | 187/242 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (2): 545/588 kB | 191/242 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (2): 549/588 kB | 191/242 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (2): 549/588 kB | 195/242 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (3): 549/588 kB | 195/242 kB | 4.1/54 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (4): 549/588 kB | 195/242 kB | 4.1/54 kB | 4.1/35 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (4): 553/588 kB | 195/242 kB | 4.1/54 kB | 4.1/35 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (4): 553/588 kB | 199/242 kB | 4.1/54 kB | 4.1/35 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (4): 553/588 kB | 199/242 kB | 4.1/54 kB | 7.6/35 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (4): 557/588 kB | 199/242 kB | 4.1/54 kB | 7.6/35 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (4): 557/588 kB | 199/242 kB | 7.6/54 kB | 7.6/35 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (4): 557/588 kB | 203/242 kB | 7.6/54 kB | 7.6/35 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (4): 561/588 kB | 203/242 kB | 7.6/54 kB | 7.6/35 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (4): 561/588 kB | 203/242 kB | 7.6/54 kB | 12/35 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (4): 561/588 kB | 207/242 kB | 7.6/54 kB | 12/35 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (4): 561/588 kB | 207/242 kB | 12/54 kB | 12/35 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (4): 561/588 kB | 211/242 kB | 12/54 kB | 12/35 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (4): 561/588 kB | 211/242 kB | 12/54 kB | 16/35 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (4): 565/588 kB | 211/242 kB | 12/54 kB | 16/35 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (4): 565/588 kB | 215/242 kB | 12/54 kB | 16/35 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (4): 565/588 kB | 215/242 kB | 16/54 kB | 16/35 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (5): 565/588 kB | 215/242 kB | 16/54 kB | 16/35 kB | 4.1/35 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (5): 569/588 kB | 215/242 kB | 16/54 kB | 16/35 kB | 4.1/35 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (5): 569/588 kB | 219/242 kB | 16/54 kB | 16/35 kB | 4.1/35 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (5): 573/588 kB | 219/242 kB | 16/54 kB | 16/35 kB | 4.1/35 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (5): 573/588 kB | 219/242 kB | 16/54 kB | 20/35 kB | 4.1/35 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (5): 573/588 kB | 223/242 kB | 16/54 kB | 20/35 kB | 4.1/35 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (5): 573/588 kB | 223/242 kB | 16/54 kB | 24/35 kB | 4.1/35 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (5): 573/588 kB | 223/242 kB | 16/54 kB | 24/35 kB | 7.6/35 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (5): 573/588 kB | 223/242 kB | 20/54 kB | 24/35 kB | 7.6/35 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (5): 573/588 kB | 223/242 kB | 20/54 kB | 28/35 kB | 7.6/35 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (5): 573/588 kB | 223/242 kB | 20/54 kB | 28/35 kB | 12/35 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (5): 573/588 kB | 227/242 kB | 20/54 kB | 28/35 kB | 12/35 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (5): 577/588 kB | 227/242 kB | 20/54 kB | 28/35 kB | 12/35 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (5): 577/588 kB | 227/242 kB | 20/54 kB | 28/35 kB | 16/35 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (5): 577/588 kB | 227/242 kB | 20/54 kB | 32/35 kB | 16/35 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (5): 577/588 kB | 227/242 kB | 24/54 kB | 32/35 kB | 16/35 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (5): 577/588 kB | 227/242 kB | 24/54 kB | 35 kB | 16/35 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (5): 577/588 kB | 227/242 kB | 24/54 kB | 35 kB | 20/35 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (5): 582/588 kB | 227/242 kB | 24/54 kB | 35 kB | 20/35 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (5): 582/588 kB | 229/242 kB | 24/54 kB | 35 kB | 20/35 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (5): 585/588 kB | 229/242 kB | 24/54 kB | 35 kB | 20/35 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (5): 585/588 kB | 229/242 kB | 28/54 kB | 35 kB | 20/35 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (5): 585/588 kB | 229/242 kB | 28/54 kB | 35 kB | 24/35 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (5): 585/588 kB | 229/242 kB | 32/54 kB | 35 kB | 24/35 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (5): 588 kB | 229/242 kB | 32/54 kB | 35 kB | 24/35 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (5): 588 kB | 229/242 kB | 36/54 kB | 35 kB | 24/35 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (5): 588 kB | 233/242 kB | 36/54 kB | 35 kB | 24/35 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (5): 588 kB | 233/242 kB | 40/54 kB | 35 kB | 24/35 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (5): 588 kB | 238/242 kB | 40/54 kB | 35 kB | 24/35 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (5): 588 kB | 238/242 kB | 40/54 kB | 35 kB | 28/35 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (5): 588 kB | 238/242 kB | 44/54 kB | 35 kB | 28/35 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (5): 588 kB | 242 kB | 44/54 kB | 35 kB | 28/35 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (5): 588 kB | 242 kB | 48/54 kB | 35 kB | 28/35 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (5): 588 kB | 242 kB | 48/54 kB | 35 kB | 32/35 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (5): 588 kB | 242 kB | 52/54 kB | 35 kB | 32/35 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (5): 588 kB | 242 kB | 52/54 kB | 35 kB | 35 kB 06:46:26 [2025-06-30T04:46:26.088Z] Progress (5): 588 kB | 242 kB | 54 kB | 35 kB | 35 kB 06:46:26 [2025-06-30T04:46:26.088Z] 06:46:26 [2025-06-30T04:46:26.088Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/doxia/doxia-module-xdoc/2.0.0/doxia-module-xdoc-2.0.0.jar (35 kB at 113 kB/s) 06:46:26 [2025-06-30T04:46:26.089Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/commons/commons-digester3/3.2/commons-digester3-3.2.jar (242 kB at 774 kB/s) 06:46:26 [2025-06-30T04:46:26.089Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/maven-archiver/3.6.2/maven-archiver-3.6.2.jar 06:46:26 [2025-06-30T04:46:26.089Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus-archiver/4.10.0/plexus-archiver-4.10.0.jar 06:46:26 [2025-06-30T04:46:26.089Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar (588 kB at 1.9 MB/s) 06:46:26 [2025-06-30T04:46:26.089Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus-io/3.5.0/plexus-io-3.5.0.jar 06:46:26 [2025-06-30T04:46:26.089Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/github/cliftonlabs/json-simple/3.0.2/json-simple-3.0.2.jar (35 kB at 111 kB/s) 06:46:26 [2025-06-30T04:46:26.089Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/commons/commons-compress/1.26.2/commons-compress-1.26.2.jar 06:46:26 [2025-06-30T04:46:26.089Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/doxia/doxia-module-apt/2.0.0/doxia-module-apt-2.0.0.jar (54 kB at 170 kB/s) 06:46:26 [2025-06-30T04:46:26.089Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/commons-codec/commons-codec/1.17.1/commons-codec-1.17.1.jar 06:46:26 [2025-06-30T04:46:26.089Z] Progress (1): 4.1/27 kB 06:46:26 [2025-06-30T04:46:26.089Z] Progress (2): 4.1/27 kB | 4.1/79 kB 06:46:26 [2025-06-30T04:46:26.089Z] Progress (2): 7.6/27 kB | 4.1/79 kB 06:46:26 [2025-06-30T04:46:26.089Z] Progress (2): 7.6/27 kB | 7.6/79 kB 06:46:26 [2025-06-30T04:46:26.089Z] Progress (2): 12/27 kB | 7.6/79 kB 06:46:26 [2025-06-30T04:46:26.089Z] Progress (3): 12/27 kB | 7.6/79 kB | 4.1/225 kB 06:46:26 [2025-06-30T04:46:26.089Z] Progress (3): 16/27 kB | 7.6/79 kB | 4.1/225 kB 06:46:26 [2025-06-30T04:46:26.089Z] Progress (3): 16/27 kB | 12/79 kB | 4.1/225 kB 06:46:26 [2025-06-30T04:46:26.089Z] Progress (3): 16/27 kB | 12/79 kB | 7.6/225 kB 06:46:26 [2025-06-30T04:46:26.089Z] Progress (3): 20/27 kB | 12/79 kB | 7.6/225 kB 06:46:26 [2025-06-30T04:46:26.089Z] Progress (3): 20/27 kB | 16/79 kB | 7.6/225 kB 06:46:26 [2025-06-30T04:46:26.089Z] Progress (3): 24/27 kB | 16/79 kB | 7.6/225 kB 06:46:26 [2025-06-30T04:46:26.089Z] Progress (3): 24/27 kB | 16/79 kB | 12/225 kB 06:46:26 [2025-06-30T04:46:26.089Z] Progress (3): 27 kB | 16/79 kB | 12/225 kB 06:46:26 [2025-06-30T04:46:26.089Z] Progress (3): 27 kB | 20/79 kB | 12/225 kB 06:46:26 [2025-06-30T04:46:26.089Z] Progress (3): 27 kB | 20/79 kB | 16/225 kB 06:46:26 [2025-06-30T04:46:26.089Z] Progress (3): 27 kB | 24/79 kB | 16/225 kB 06:46:26 [2025-06-30T04:46:26.089Z] Progress (3): 27 kB | 24/79 kB | 20/225 kB 06:46:26 [2025-06-30T04:46:26.089Z] Progress (3): 27 kB | 28/79 kB | 20/225 kB 06:46:26 [2025-06-30T04:46:26.089Z] Progress (3): 27 kB | 28/79 kB | 24/225 kB 06:46:26 [2025-06-30T04:46:26.089Z] Progress (3): 27 kB | 32/79 kB | 24/225 kB 06:46:26 [2025-06-30T04:46:26.089Z] Progress (3): 27 kB | 32/79 kB | 28/225 kB 06:46:26 [2025-06-30T04:46:26.089Z] Progress (3): 27 kB | 36/79 kB | 28/225 kB 06:46:26 [2025-06-30T04:46:26.089Z] Progress (3): 27 kB | 36/79 kB | 32/225 kB 06:46:26 [2025-06-30T04:46:26.089Z] Progress (3): 27 kB | 40/79 kB | 32/225 kB 06:46:26 [2025-06-30T04:46:26.089Z] Progress (3): 27 kB | 40/79 kB | 36/225 kB 06:46:26 [2025-06-30T04:46:26.089Z] Progress (3): 27 kB | 44/79 kB | 36/225 kB 06:46:26 [2025-06-30T04:46:26.089Z] Progress (3): 27 kB | 44/79 kB | 40/225 kB 06:46:26 [2025-06-30T04:46:26.089Z] Progress (3): 27 kB | 48/79 kB | 40/225 kB 06:46:26 [2025-06-30T04:46:26.089Z] Progress (3): 27 kB | 48/79 kB | 44/225 kB 06:46:26 [2025-06-30T04:46:26.089Z] Progress (3): 27 kB | 52/79 kB | 44/225 kB 06:46:26 [2025-06-30T04:46:26.089Z] Progress (3): 27 kB | 52/79 kB | 48/225 kB 06:46:26 [2025-06-30T04:46:26.089Z] Progress (3): 27 kB | 56/79 kB | 48/225 kB 06:46:26 [2025-06-30T04:46:26.089Z] Progress (3): 27 kB | 56/79 kB | 52/225 kB 06:46:26 [2025-06-30T04:46:26.089Z] Progress (3): 27 kB | 56/79 kB | 56/225 kB 06:46:26 [2025-06-30T04:46:26.089Z] Progress (3): 27 kB | 60/79 kB | 56/225 kB 06:46:26 [2025-06-30T04:46:26.089Z] Progress (3): 27 kB | 60/79 kB | 60/225 kB 06:46:26 [2025-06-30T04:46:26.089Z] Progress (3): 27 kB | 64/79 kB | 60/225 kB 06:46:26 [2025-06-30T04:46:26.089Z] Progress (3): 27 kB | 64/79 kB | 64/225 kB 06:46:26 [2025-06-30T04:46:26.089Z] Progress (3): 27 kB | 64/79 kB | 68/225 kB 06:46:26 [2025-06-30T04:46:26.089Z] Progress (4): 27 kB | 64/79 kB | 68/225 kB | 0/1.1 MB 06:46:26 [2025-06-30T04:46:26.089Z] Progress (4): 27 kB | 68/79 kB | 68/225 kB | 0/1.1 MB 06:46:26 [2025-06-30T04:46:26.089Z] Progress (4): 27 kB | 68/79 kB | 72/225 kB | 0/1.1 MB 06:46:26 [2025-06-30T04:46:26.089Z] Progress (4): 27 kB | 72/79 kB | 72/225 kB | 0/1.1 MB 06:46:26 [2025-06-30T04:46:26.089Z] Progress (4): 27 kB | 72/79 kB | 74/225 kB | 0/1.1 MB 06:46:26 [2025-06-30T04:46:26.089Z] Progress (4): 27 kB | 72/79 kB | 74/225 kB | 0/1.1 MB 06:46:26 [2025-06-30T04:46:26.089Z] Progress (4): 27 kB | 74/79 kB | 74/225 kB | 0/1.1 MB 06:46:26 [2025-06-30T04:46:26.089Z] Progress (4): 27 kB | 74/79 kB | 78/225 kB | 0/1.1 MB 06:46:26 [2025-06-30T04:46:26.089Z] Progress (4): 27 kB | 74/79 kB | 82/225 kB | 0/1.1 MB 06:46:26 [2025-06-30T04:46:26.089Z] Progress (4): 27 kB | 78/79 kB | 82/225 kB | 0/1.1 MB 06:46:26 [2025-06-30T04:46:26.089Z] Progress (4): 27 kB | 78/79 kB | 82/225 kB | 0/1.1 MB 06:46:26 [2025-06-30T04:46:26.089Z] Progress (4): 27 kB | 79 kB | 82/225 kB | 0/1.1 MB 06:46:26 [2025-06-30T04:46:26.089Z] Progress (4): 27 kB | 79 kB | 86/225 kB | 0/1.1 MB 06:46:26 [2025-06-30T04:46:26.089Z] Progress (4): 27 kB | 79 kB | 86/225 kB | 0/1.1 MB 06:46:26 [2025-06-30T04:46:26.089Z] Progress (4): 27 kB | 79 kB | 90/225 kB | 0/1.1 MB 06:46:26 [2025-06-30T04:46:26.089Z] Progress (5): 27 kB | 79 kB | 90/225 kB | 0/1.1 MB | 4.1/373 kB 06:46:26 [2025-06-30T04:46:26.089Z] Progress (5): 27 kB | 79 kB | 90/225 kB | 0/1.1 MB | 4.1/373 kB 06:46:26 [2025-06-30T04:46:26.089Z] Progress (5): 27 kB | 79 kB | 94/225 kB | 0/1.1 MB | 4.1/373 kB 06:46:26 [2025-06-30T04:46:26.089Z] Progress (5): 27 kB | 79 kB | 94/225 kB | 0/1.1 MB | 7.6/373 kB 06:46:26 [2025-06-30T04:46:26.089Z] Progress (5): 27 kB | 79 kB | 98/225 kB | 0/1.1 MB | 7.6/373 kB 06:46:26 [2025-06-30T04:46:26.089Z] Progress (5): 27 kB | 79 kB | 98/225 kB | 0/1.1 MB | 7.6/373 kB 06:46:26 [2025-06-30T04:46:26.089Z] Progress (5): 27 kB | 79 kB | 102/225 kB | 0/1.1 MB | 7.6/373 kB 06:46:26 [2025-06-30T04:46:26.089Z] Progress (5): 27 kB | 79 kB | 102/225 kB | 0/1.1 MB | 12/373 kB 06:46:26 [2025-06-30T04:46:26.089Z] Progress (5): 27 kB | 79 kB | 102/225 kB | 0.1/1.1 MB | 12/373 kB 06:46:26 [2025-06-30T04:46:26.089Z] Progress (5): 27 kB | 79 kB | 106/225 kB | 0.1/1.1 MB | 12/373 kB 06:46:26 [2025-06-30T04:46:26.089Z] Progress (5): 27 kB | 79 kB | 106/225 kB | 0.1/1.1 MB | 16/373 kB 06:46:26 [2025-06-30T04:46:26.089Z] Progress (5): 27 kB | 79 kB | 111/225 kB | 0.1/1.1 MB | 16/373 kB 06:46:26 [2025-06-30T04:46:26.089Z] Progress (5): 27 kB | 79 kB | 111/225 kB | 0.1/1.1 MB | 16/373 kB 06:46:26 [2025-06-30T04:46:26.089Z] Progress (5): 27 kB | 79 kB | 115/225 kB | 0.1/1.1 MB | 16/373 kB 06:46:26 [2025-06-30T04:46:26.089Z] Progress (5): 27 kB | 79 kB | 115/225 kB | 0.1/1.1 MB | 20/373 kB 06:46:26 [2025-06-30T04:46:26.089Z] Progress (5): 27 kB | 79 kB | 119/225 kB | 0.1/1.1 MB | 20/373 kB 06:46:26 [2025-06-30T04:46:26.089Z] Progress (5): 27 kB | 79 kB | 119/225 kB | 0.1/1.1 MB | 20/373 kB 06:46:26 [2025-06-30T04:46:26.089Z] Progress (5): 27 kB | 79 kB | 119/225 kB | 0.1/1.1 MB | 24/373 kB 06:46:26 [2025-06-30T04:46:26.089Z] Progress (5): 27 kB | 79 kB | 123/225 kB | 0.1/1.1 MB | 24/373 kB 06:46:26 [2025-06-30T04:46:26.089Z] Progress (5): 27 kB | 79 kB | 123/225 kB | 0.1/1.1 MB | 24/373 kB 06:46:26 [2025-06-30T04:46:26.089Z] Progress (5): 27 kB | 79 kB | 123/225 kB | 0.1/1.1 MB | 28/373 kB 06:46:26 [2025-06-30T04:46:26.089Z] Progress (5): 27 kB | 79 kB | 127/225 kB | 0.1/1.1 MB | 28/373 kB 06:46:26 [2025-06-30T04:46:26.089Z] Progress (5): 27 kB | 79 kB | 127/225 kB | 0.1/1.1 MB | 28/373 kB 06:46:26 [2025-06-30T04:46:26.089Z] Progress (5): 27 kB | 79 kB | 127/225 kB | 0.1/1.1 MB | 32/373 kB 06:46:26 [2025-06-30T04:46:26.089Z] Progress (5): 27 kB | 79 kB | 131/225 kB | 0.1/1.1 MB | 32/373 kB 06:46:26 [2025-06-30T04:46:26.089Z] Progress (5): 27 kB | 79 kB | 131/225 kB | 0.1/1.1 MB | 32/373 kB 06:46:26 [2025-06-30T04:46:26.089Z] Progress (5): 27 kB | 79 kB | 131/225 kB | 0.1/1.1 MB | 36/373 kB 06:46:26 [2025-06-30T04:46:26.089Z] Progress (5): 27 kB | 79 kB | 135/225 kB | 0.1/1.1 MB | 36/373 kB 06:46:26 [2025-06-30T04:46:26.089Z] Progress (5): 27 kB | 79 kB | 135/225 kB | 0.1/1.1 MB | 36/373 kB 06:46:26 [2025-06-30T04:46:26.089Z] Progress (5): 27 kB | 79 kB | 135/225 kB | 0.1/1.1 MB | 40/373 kB 06:46:26 [2025-06-30T04:46:26.089Z] Progress (5): 27 kB | 79 kB | 139/225 kB | 0.1/1.1 MB | 40/373 kB 06:46:26 [2025-06-30T04:46:26.089Z] Progress (5): 27 kB | 79 kB | 139/225 kB | 0.1/1.1 MB | 40/373 kB 06:46:26 [2025-06-30T04:46:26.089Z] Progress (5): 27 kB | 79 kB | 139/225 kB | 0.1/1.1 MB | 44/373 kB 06:46:26 [2025-06-30T04:46:26.089Z] Progress (5): 27 kB | 79 kB | 143/225 kB | 0.1/1.1 MB | 44/373 kB 06:46:26 [2025-06-30T04:46:26.089Z] Progress (5): 27 kB | 79 kB | 143/225 kB | 0.1/1.1 MB | 44/373 kB 06:46:26 [2025-06-30T04:46:26.089Z] Progress (5): 27 kB | 79 kB | 143/225 kB | 0.1/1.1 MB | 48/373 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (5): 27 kB | 79 kB | 147/225 kB | 0.1/1.1 MB | 48/373 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (5): 27 kB | 79 kB | 147/225 kB | 0.1/1.1 MB | 52/373 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (5): 27 kB | 79 kB | 147/225 kB | 0.1/1.1 MB | 52/373 kB 06:46:26 [2025-06-30T04:46:26.090Z] 06:46:26 [2025-06-30T04:46:26.090Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/maven-archiver/3.6.2/maven-archiver-3.6.2.jar (27 kB at 78 kB/s) 06:46:26 [2025-06-30T04:46:26.090Z] Progress (4): 79 kB | 147/225 kB | 0.1/1.1 MB | 56/373 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (4): 79 kB | 151/225 kB | 0.1/1.1 MB | 56/373 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (4): 79 kB | 151/225 kB | 0.1/1.1 MB | 56/373 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (4): 79 kB | 155/225 kB | 0.1/1.1 MB | 56/373 kB 06:46:26 [2025-06-30T04:46:26.090Z] 06:46:26 [2025-06-30T04:46:26.090Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/io/airlift/aircompressor/0.27/aircompressor-0.27.jar 06:46:26 [2025-06-30T04:46:26.090Z] Progress (4): 79 kB | 155/225 kB | 0.1/1.1 MB | 60/373 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (4): 79 kB | 159/225 kB | 0.1/1.1 MB | 60/373 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (4): 79 kB | 159/225 kB | 0.1/1.1 MB | 60/373 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (4): 79 kB | 163/225 kB | 0.1/1.1 MB | 60/373 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (4): 79 kB | 163/225 kB | 0.1/1.1 MB | 64/373 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (4): 79 kB | 167/225 kB | 0.1/1.1 MB | 64/373 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (4): 79 kB | 167/225 kB | 0.2/1.1 MB | 64/373 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (4): 79 kB | 167/225 kB | 0.2/1.1 MB | 68/373 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (4): 79 kB | 167/225 kB | 0.2/1.1 MB | 68/373 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (4): 79 kB | 171/225 kB | 0.2/1.1 MB | 68/373 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (4): 79 kB | 171/225 kB | 0.2/1.1 MB | 72/373 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (4): 79 kB | 171/225 kB | 0.2/1.1 MB | 72/373 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (4): 79 kB | 175/225 kB | 0.2/1.1 MB | 72/373 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (4): 79 kB | 175/225 kB | 0.2/1.1 MB | 74/373 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (4): 79 kB | 175/225 kB | 0.2/1.1 MB | 74/373 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (4): 79 kB | 179/225 kB | 0.2/1.1 MB | 74/373 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (4): 79 kB | 179/225 kB | 0.2/1.1 MB | 78/373 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (4): 79 kB | 179/225 kB | 0.2/1.1 MB | 78/373 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (4): 79 kB | 183/225 kB | 0.2/1.1 MB | 78/373 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (4): 79 kB | 183/225 kB | 0.2/1.1 MB | 82/373 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (4): 79 kB | 183/225 kB | 0.2/1.1 MB | 82/373 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (4): 79 kB | 187/225 kB | 0.2/1.1 MB | 82/373 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (4): 79 kB | 187/225 kB | 0.2/1.1 MB | 86/373 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (4): 79 kB | 191/225 kB | 0.2/1.1 MB | 86/373 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (4): 79 kB | 191/225 kB | 0.2/1.1 MB | 86/373 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (4): 79 kB | 195/225 kB | 0.2/1.1 MB | 86/373 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (4): 79 kB | 195/225 kB | 0.2/1.1 MB | 90/373 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (4): 79 kB | 195/225 kB | 0.2/1.1 MB | 90/373 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (4): 79 kB | 199/225 kB | 0.2/1.1 MB | 90/373 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (4): 79 kB | 199/225 kB | 0.2/1.1 MB | 94/373 kB 06:46:26 [2025-06-30T04:46:26.090Z] 06:46:26 [2025-06-30T04:46:26.090Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus-io/3.5.0/plexus-io-3.5.0.jar (79 kB at 223 kB/s) 06:46:26 [2025-06-30T04:46:26.090Z] Progress (3): 199/225 kB | 0.2/1.1 MB | 94/373 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (3): 203/225 kB | 0.2/1.1 MB | 94/373 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (3): 203/225 kB | 0.2/1.1 MB | 98/373 kB 06:46:26 [2025-06-30T04:46:26.090Z] 06:46:26 [2025-06-30T04:46:26.090Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/tukaani/xz/1.9/xz-1.9.jar 06:46:26 [2025-06-30T04:46:26.090Z] Progress (3): 207/225 kB | 0.2/1.1 MB | 98/373 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (3): 207/225 kB | 0.2/1.1 MB | 98/373 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (3): 211/225 kB | 0.2/1.1 MB | 98/373 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (3): 211/225 kB | 0.2/1.1 MB | 102/373 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (3): 215/225 kB | 0.2/1.1 MB | 102/373 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (3): 215/225 kB | 0.2/1.1 MB | 102/373 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (3): 219/225 kB | 0.2/1.1 MB | 102/373 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (3): 219/225 kB | 0.2/1.1 MB | 106/373 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (3): 223/225 kB | 0.2/1.1 MB | 106/373 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (3): 223/225 kB | 0.2/1.1 MB | 106/373 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (3): 223/225 kB | 0.2/1.1 MB | 111/373 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (3): 225 kB | 0.2/1.1 MB | 111/373 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (3): 225 kB | 0.2/1.1 MB | 115/373 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (3): 225 kB | 0.3/1.1 MB | 115/373 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (3): 225 kB | 0.3/1.1 MB | 119/373 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (3): 225 kB | 0.3/1.1 MB | 119/373 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (3): 225 kB | 0.3/1.1 MB | 123/373 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (3): 225 kB | 0.3/1.1 MB | 127/373 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (3): 225 kB | 0.3/1.1 MB | 127/373 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (3): 225 kB | 0.3/1.1 MB | 131/373 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (3): 225 kB | 0.3/1.1 MB | 131/373 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (3): 225 kB | 0.3/1.1 MB | 135/373 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (3): 225 kB | 0.3/1.1 MB | 139/373 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (3): 225 kB | 0.3/1.1 MB | 139/373 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (3): 225 kB | 0.3/1.1 MB | 143/373 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (3): 225 kB | 0.3/1.1 MB | 143/373 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (3): 225 kB | 0.3/1.1 MB | 147/373 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (4): 225 kB | 0.3/1.1 MB | 147/373 kB | 4.1/255 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (4): 225 kB | 0.3/1.1 MB | 147/373 kB | 4.1/255 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (4): 225 kB | 0.3/1.1 MB | 151/373 kB | 4.1/255 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (4): 225 kB | 0.3/1.1 MB | 151/373 kB | 7.6/255 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (4): 225 kB | 0.3/1.1 MB | 155/373 kB | 7.6/255 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (4): 225 kB | 0.3/1.1 MB | 155/373 kB | 7.6/255 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (4): 225 kB | 0.3/1.1 MB | 155/373 kB | 12/255 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (4): 225 kB | 0.3/1.1 MB | 159/373 kB | 12/255 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (4): 225 kB | 0.3/1.1 MB | 159/373 kB | 16/255 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (4): 225 kB | 0.3/1.1 MB | 159/373 kB | 16/255 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (4): 225 kB | 0.3/1.1 MB | 163/373 kB | 16/255 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (4): 225 kB | 0.3/1.1 MB | 163/373 kB | 20/255 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (4): 225 kB | 0.3/1.1 MB | 163/373 kB | 20/255 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (4): 225 kB | 0.3/1.1 MB | 163/373 kB | 24/255 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (4): 225 kB | 0.3/1.1 MB | 167/373 kB | 24/255 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (4): 225 kB | 0.3/1.1 MB | 167/373 kB | 28/255 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (4): 225 kB | 0.3/1.1 MB | 167/373 kB | 28/255 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (4): 225 kB | 0.3/1.1 MB | 171/373 kB | 28/255 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (4): 225 kB | 0.3/1.1 MB | 171/373 kB | 32/255 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (4): 225 kB | 0.3/1.1 MB | 171/373 kB | 32/255 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (4): 225 kB | 0.3/1.1 MB | 175/373 kB | 32/255 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (4): 225 kB | 0.3/1.1 MB | 175/373 kB | 36/255 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (4): 225 kB | 0.3/1.1 MB | 175/373 kB | 36/255 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (4): 225 kB | 0.3/1.1 MB | 175/373 kB | 40/255 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (4): 225 kB | 0.3/1.1 MB | 179/373 kB | 40/255 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (4): 225 kB | 0.4/1.1 MB | 179/373 kB | 40/255 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (4): 225 kB | 0.4/1.1 MB | 179/373 kB | 44/255 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (4): 225 kB | 0.4/1.1 MB | 179/373 kB | 48/255 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (4): 225 kB | 0.4/1.1 MB | 179/373 kB | 48/255 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (4): 225 kB | 0.4/1.1 MB | 179/373 kB | 52/255 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (4): 225 kB | 0.4/1.1 MB | 183/373 kB | 52/255 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (4): 225 kB | 0.4/1.1 MB | 183/373 kB | 52/255 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (4): 225 kB | 0.4/1.1 MB | 183/373 kB | 56/255 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (4): 225 kB | 0.4/1.1 MB | 187/373 kB | 56/255 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (4): 225 kB | 0.4/1.1 MB | 187/373 kB | 56/255 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (4): 225 kB | 0.4/1.1 MB | 187/373 kB | 60/255 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (4): 225 kB | 0.4/1.1 MB | 191/373 kB | 60/255 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (4): 225 kB | 0.4/1.1 MB | 191/373 kB | 60/255 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (4): 225 kB | 0.4/1.1 MB | 191/373 kB | 64/255 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (4): 225 kB | 0.4/1.1 MB | 195/373 kB | 64/255 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (4): 225 kB | 0.4/1.1 MB | 195/373 kB | 68/255 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (4): 225 kB | 0.4/1.1 MB | 195/373 kB | 68/255 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (4): 225 kB | 0.4/1.1 MB | 195/373 kB | 72/255 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (4): 225 kB | 0.4/1.1 MB | 199/373 kB | 72/255 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (4): 225 kB | 0.4/1.1 MB | 199/373 kB | 72/255 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (4): 225 kB | 0.4/1.1 MB | 199/373 kB | 74/255 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (4): 225 kB | 0.4/1.1 MB | 203/373 kB | 74/255 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (4): 225 kB | 0.4/1.1 MB | 203/373 kB | 74/255 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (4): 225 kB | 0.4/1.1 MB | 203/373 kB | 78/255 kB 06:46:26 [2025-06-30T04:46:26.090Z] Progress (4): 225 kB | 0.4/1.1 MB | 207/373 kB | 78/255 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 225 kB | 0.4/1.1 MB | 207/373 kB | 82/255 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 225 kB | 0.4/1.1 MB | 207/373 kB | 82/255 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 225 kB | 0.4/1.1 MB | 211/373 kB | 82/255 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 225 kB | 0.4/1.1 MB | 211/373 kB | 86/255 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 225 kB | 0.4/1.1 MB | 211/373 kB | 86/255 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 225 kB | 0.4/1.1 MB | 211/373 kB | 90/255 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 225 kB | 0.4/1.1 MB | 215/373 kB | 90/255 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 225 kB | 0.4/1.1 MB | 215/373 kB | 94/255 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 225 kB | 0.4/1.1 MB | 219/373 kB | 94/255 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 225 kB | 0.4/1.1 MB | 219/373 kB | 98/255 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 225 kB | 0.4/1.1 MB | 219/373 kB | 98/255 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 225 kB | 0.4/1.1 MB | 223/373 kB | 98/255 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 225 kB | 0.4/1.1 MB | 223/373 kB | 102/255 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 225 kB | 0.4/1.1 MB | 227/373 kB | 102/255 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 225 kB | 0.4/1.1 MB | 227/373 kB | 102/255 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 225 kB | 0.4/1.1 MB | 227/373 kB | 106/255 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 225 kB | 0.4/1.1 MB | 229/373 kB | 106/255 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 225 kB | 0.4/1.1 MB | 229/373 kB | 111/255 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 225 kB | 0.4/1.1 MB | 229/373 kB | 111/255 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 225 kB | 0.4/1.1 MB | 229/373 kB | 115/255 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 225 kB | 0.4/1.1 MB | 233/373 kB | 115/255 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 225 kB | 0.4/1.1 MB | 233/373 kB | 119/255 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 225 kB | 0.5/1.1 MB | 233/373 kB | 119/255 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 225 kB | 0.5/1.1 MB | 233/373 kB | 123/255 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 225 kB | 0.5/1.1 MB | 238/373 kB | 123/255 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (5): 225 kB | 0.5/1.1 MB | 238/373 kB | 123/255 kB | 4.1/116 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (5): 225 kB | 0.5/1.1 MB | 238/373 kB | 123/255 kB | 4.1/116 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (5): 225 kB | 0.5/1.1 MB | 238/373 kB | 127/255 kB | 4.1/116 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (5): 225 kB | 0.5/1.1 MB | 238/373 kB | 127/255 kB | 7.6/116 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (5): 225 kB | 0.5/1.1 MB | 238/373 kB | 127/255 kB | 7.6/116 kB 06:46:26 [2025-06-30T04:46:26.091Z] 06:46:26 [2025-06-30T04:46:26.091Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus-archiver/4.10.0/plexus-archiver-4.10.0.jar (225 kB at 601 kB/s) 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 0.5/1.1 MB | 238/373 kB | 127/255 kB | 12/116 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 0.5/1.1 MB | 242/373 kB | 127/255 kB | 12/116 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 0.5/1.1 MB | 242/373 kB | 127/255 kB | 16/116 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 0.5/1.1 MB | 242/373 kB | 127/255 kB | 16/116 kB 06:46:26 [2025-06-30T04:46:26.091Z] 06:46:26 [2025-06-30T04:46:26.091Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/github/luben/zstd-jni/1.5.6-3/zstd-jni-1.5.6-3.jar 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 0.5/1.1 MB | 242/373 kB | 127/255 kB | 20/116 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 0.5/1.1 MB | 242/373 kB | 131/255 kB | 20/116 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 0.5/1.1 MB | 242/373 kB | 131/255 kB | 23/116 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 0.5/1.1 MB | 246/373 kB | 131/255 kB | 23/116 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 0.5/1.1 MB | 246/373 kB | 135/255 kB | 23/116 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 0.5/1.1 MB | 246/373 kB | 135/255 kB | 23/116 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 0.5/1.1 MB | 246/373 kB | 139/255 kB | 23/116 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 0.5/1.1 MB | 246/373 kB | 139/255 kB | 28/116 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 0.5/1.1 MB | 246/373 kB | 143/255 kB | 28/116 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 0.5/1.1 MB | 250/373 kB | 143/255 kB | 28/116 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 0.5/1.1 MB | 250/373 kB | 147/255 kB | 28/116 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 0.5/1.1 MB | 250/373 kB | 147/255 kB | 32/116 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 0.5/1.1 MB | 250/373 kB | 147/255 kB | 32/116 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 0.5/1.1 MB | 250/373 kB | 151/255 kB | 32/116 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 0.5/1.1 MB | 254/373 kB | 151/255 kB | 32/116 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 0.5/1.1 MB | 254/373 kB | 151/255 kB | 32/116 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 0.5/1.1 MB | 254/373 kB | 155/255 kB | 32/116 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 0.5/1.1 MB | 254/373 kB | 155/255 kB | 36/116 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 0.5/1.1 MB | 254/373 kB | 159/255 kB | 36/116 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 0.5/1.1 MB | 258/373 kB | 159/255 kB | 36/116 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 0.5/1.1 MB | 258/373 kB | 163/255 kB | 36/116 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 0.5/1.1 MB | 258/373 kB | 163/255 kB | 36/116 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 0.5/1.1 MB | 258/373 kB | 163/255 kB | 39/116 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 0.5/1.1 MB | 258/373 kB | 167/255 kB | 39/116 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 0.5/1.1 MB | 262/373 kB | 167/255 kB | 39/116 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 0.5/1.1 MB | 262/373 kB | 167/255 kB | 44/116 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 0.5/1.1 MB | 262/373 kB | 171/255 kB | 44/116 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 0.5/1.1 MB | 262/373 kB | 171/255 kB | 44/116 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 0.5/1.1 MB | 266/373 kB | 171/255 kB | 44/116 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 0.5/1.1 MB | 266/373 kB | 171/255 kB | 48/116 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 0.5/1.1 MB | 270/373 kB | 171/255 kB | 48/116 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 0.5/1.1 MB | 270/373 kB | 171/255 kB | 48/116 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 0.5/1.1 MB | 270/373 kB | 175/255 kB | 48/116 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 0.5/1.1 MB | 274/373 kB | 175/255 kB | 48/116 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 0.5/1.1 MB | 274/373 kB | 175/255 kB | 52/116 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 0.5/1.1 MB | 274/373 kB | 175/255 kB | 52/116 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 0.5/1.1 MB | 274/373 kB | 179/255 kB | 52/116 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 0.5/1.1 MB | 274/373 kB | 179/255 kB | 55/116 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 0.5/1.1 MB | 278/373 kB | 179/255 kB | 55/116 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 0.5/1.1 MB | 278/373 kB | 179/255 kB | 55/116 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 0.5/1.1 MB | 278/373 kB | 183/255 kB | 55/116 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 0.5/1.1 MB | 278/373 kB | 183/255 kB | 60/116 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 0.5/1.1 MB | 278/373 kB | 187/255 kB | 60/116 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 0.5/1.1 MB | 278/373 kB | 187/255 kB | 64/116 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 0.5/1.1 MB | 282/373 kB | 187/255 kB | 64/116 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 0.5/1.1 MB | 282/373 kB | 187/255 kB | 68/116 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 0.5/1.1 MB | 282/373 kB | 191/255 kB | 68/116 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 0.5/1.1 MB | 282/373 kB | 191/255 kB | 71/116 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 0.5/1.1 MB | 282/373 kB | 195/255 kB | 71/116 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 0.6/1.1 MB | 282/373 kB | 195/255 kB | 71/116 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 0.6/1.1 MB | 282/373 kB | 195/255 kB | 74/116 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 0.6/1.1 MB | 286/373 kB | 195/255 kB | 74/116 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 0.6/1.1 MB | 286/373 kB | 199/255 kB | 74/116 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 0.6/1.1 MB | 286/373 kB | 199/255 kB | 74/116 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 0.6/1.1 MB | 286/373 kB | 203/255 kB | 74/116 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 0.6/1.1 MB | 286/373 kB | 203/255 kB | 78/116 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 0.6/1.1 MB | 286/373 kB | 207/255 kB | 78/116 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 0.6/1.1 MB | 286/373 kB | 207/255 kB | 82/116 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 0.6/1.1 MB | 290/373 kB | 207/255 kB | 82/116 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 0.6/1.1 MB | 290/373 kB | 207/255 kB | 86/116 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 0.6/1.1 MB | 290/373 kB | 211/255 kB | 86/116 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 0.6/1.1 MB | 290/373 kB | 211/255 kB | 86/116 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 0.6/1.1 MB | 290/373 kB | 211/255 kB | 90/116 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 0.6/1.1 MB | 294/373 kB | 211/255 kB | 90/116 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 0.6/1.1 MB | 294/373 kB | 211/255 kB | 90/116 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 0.6/1.1 MB | 294/373 kB | 215/255 kB | 90/116 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 0.6/1.1 MB | 298/373 kB | 215/255 kB | 90/116 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 0.6/1.1 MB | 298/373 kB | 215/255 kB | 94/116 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 0.6/1.1 MB | 298/373 kB | 219/255 kB | 94/116 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 0.6/1.1 MB | 298/373 kB | 219/255 kB | 98/116 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 0.6/1.1 MB | 298/373 kB | 219/255 kB | 98/116 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 0.6/1.1 MB | 298/373 kB | 223/255 kB | 98/116 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 0.6/1.1 MB | 302/373 kB | 223/255 kB | 98/116 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 0.6/1.1 MB | 302/373 kB | 227/255 kB | 98/116 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 0.6/1.1 MB | 302/373 kB | 227/255 kB | 102/116 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 0.6/1.1 MB | 302/373 kB | 229/255 kB | 102/116 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 0.6/1.1 MB | 302/373 kB | 229/255 kB | 102/116 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 0.6/1.1 MB | 302/373 kB | 229/255 kB | 106/116 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 0.6/1.1 MB | 306/373 kB | 229/255 kB | 106/116 kB 06:46:26 [2025-06-30T04:46:26.091Z] Progress (4): 0.6/1.1 MB | 306/373 kB | 229/255 kB | 106/116 kB 06:46:26 [2025-06-30T04:46:26.092Z] Progress (4): 0.6/1.1 MB | 310/373 kB | 229/255 kB | 106/116 kB 06:46:26 [2025-06-30T04:46:26.092Z] Progress (4): 0.6/1.1 MB | 310/373 kB | 233/255 kB | 106/116 kB 06:46:26 [2025-06-30T04:46:26.092Z] Progress (4): 0.6/1.1 MB | 310/373 kB | 233/255 kB | 111/116 kB 06:46:26 [2025-06-30T04:46:26.092Z] Progress (4): 0.6/1.1 MB | 314/373 kB | 233/255 kB | 111/116 kB 06:46:26 [2025-06-30T04:46:26.092Z] Progress (4): 0.6/1.1 MB | 314/373 kB | 238/255 kB | 111/116 kB 06:46:26 [2025-06-30T04:46:26.092Z] Progress (4): 0.6/1.1 MB | 314/373 kB | 238/255 kB | 111/116 kB 06:46:26 [2025-06-30T04:46:26.092Z] Progress (4): 0.6/1.1 MB | 318/373 kB | 238/255 kB | 111/116 kB 06:46:26 [2025-06-30T04:46:26.092Z] Progress (4): 0.6/1.1 MB | 318/373 kB | 238/255 kB | 115/116 kB 06:46:26 [2025-06-30T04:46:26.092Z] Progress (4): 0.6/1.1 MB | 322/373 kB | 238/255 kB | 115/116 kB 06:46:26 [2025-06-30T04:46:26.092Z] Progress (4): 0.6/1.1 MB | 322/373 kB | 238/255 kB | 115/116 kB 06:46:26 [2025-06-30T04:46:26.092Z] Progress (5): 0.6/1.1 MB | 322/373 kB | 238/255 kB | 115/116 kB | 0/6.7 MB 06:46:26 [2025-06-30T04:46:26.092Z] Progress (5): 0.6/1.1 MB | 322/373 kB | 242/255 kB | 115/116 kB | 0/6.7 MB 06:46:26 [2025-06-30T04:46:26.092Z] Progress (5): 0.6/1.1 MB | 322/373 kB | 242/255 kB | 115/116 kB | 0/6.7 MB 06:46:26 [2025-06-30T04:46:26.092Z] Progress (5): 0.6/1.1 MB | 326/373 kB | 242/255 kB | 115/116 kB | 0/6.7 MB 06:46:26 [2025-06-30T04:46:26.092Z] Progress (5): 0.6/1.1 MB | 326/373 kB | 242/255 kB | 115/116 kB | 0/6.7 MB 06:46:26 [2025-06-30T04:46:26.092Z] Progress (5): 0.6/1.1 MB | 326/373 kB | 242/255 kB | 116 kB | 0/6.7 MB 06:46:26 [2025-06-30T04:46:26.092Z] Progress (5): 0.6/1.1 MB | 326/373 kB | 242/255 kB | 116 kB | 0.1/6.7 MB 06:46:26 [2025-06-30T04:46:26.092Z] Progress (5): 0.6/1.1 MB | 326/373 kB | 242/255 kB | 116 kB | 0.1/6.7 MB 06:46:26 [2025-06-30T04:46:26.092Z] Progress (5): 0.6/1.1 MB | 330/373 kB | 242/255 kB | 116 kB | 0.1/6.7 MB 06:46:26 [2025-06-30T04:46:26.092Z] Progress (5): 0.6/1.1 MB | 330/373 kB | 246/255 kB | 116 kB | 0.1/6.7 MB 06:46:26 [2025-06-30T04:46:26.092Z] Progress (5): 0.6/1.1 MB | 334/373 kB | 246/255 kB | 116 kB | 0.1/6.7 MB 06:46:26 [2025-06-30T04:46:26.092Z] Progress (5): 0.6/1.1 MB | 334/373 kB | 246/255 kB | 116 kB | 0.1/6.7 MB 06:46:26 [2025-06-30T04:46:26.092Z] Progress (5): 0.6/1.1 MB | 338/373 kB | 246/255 kB | 116 kB | 0.1/6.7 MB 06:46:26 [2025-06-30T04:46:26.092Z] Progress (5): 0.6/1.1 MB | 338/373 kB | 250/255 kB | 116 kB | 0.1/6.7 MB 06:46:26 [2025-06-30T04:46:26.092Z] Progress (5): 0.6/1.1 MB | 342/373 kB | 250/255 kB | 116 kB | 0.1/6.7 MB 06:46:26 [2025-06-30T04:46:26.092Z] Progress (5): 0.7/1.1 MB | 342/373 kB | 250/255 kB | 116 kB | 0.1/6.7 MB 06:46:26 [2025-06-30T04:46:26.092Z] Progress (5): 0.7/1.1 MB | 342/373 kB | 250/255 kB | 116 kB | 0.1/6.7 MB 06:46:26 [2025-06-30T04:46:26.092Z] Progress (5): 0.7/1.1 MB | 346/373 kB | 250/255 kB | 116 kB | 0.1/6.7 MB 06:46:26 [2025-06-30T04:46:26.092Z] Progress (5): 0.7/1.1 MB | 346/373 kB | 254/255 kB | 116 kB | 0.1/6.7 MB 06:46:26 [2025-06-30T04:46:26.092Z] Progress (5): 0.7/1.1 MB | 350/373 kB | 254/255 kB | 116 kB | 0.1/6.7 MB 06:46:26 [2025-06-30T04:46:26.092Z] Progress (5): 0.7/1.1 MB | 350/373 kB | 254/255 kB | 116 kB | 0.1/6.7 MB 06:46:26 [2025-06-30T04:46:26.092Z] Progress (5): 0.7/1.1 MB | 350/373 kB | 255 kB | 116 kB | 0.1/6.7 MB 06:46:26 [2025-06-30T04:46:26.092Z] Progress (5): 0.7/1.1 MB | 354/373 kB | 255 kB | 116 kB | 0.1/6.7 MB 06:46:26 [2025-06-30T04:46:26.092Z] Progress (5): 0.7/1.1 MB | 354/373 kB | 255 kB | 116 kB | 0.1/6.7 MB 06:46:26 [2025-06-30T04:46:26.092Z] Progress (5): 0.7/1.1 MB | 358/373 kB | 255 kB | 116 kB | 0.1/6.7 MB 06:46:26 [2025-06-30T04:46:26.092Z] Progress (5): 0.7/1.1 MB | 358/373 kB | 255 kB | 116 kB | 0.1/6.7 MB 06:46:26 [2025-06-30T04:46:26.092Z] Progress (5): 0.7/1.1 MB | 360/373 kB | 255 kB | 116 kB | 0.1/6.7 MB 06:46:26 [2025-06-30T04:46:26.092Z] Progress (5): 0.7/1.1 MB | 360/373 kB | 255 kB | 116 kB | 0.1/6.7 MB 06:46:26 [2025-06-30T04:46:26.092Z] Progress (5): 0.7/1.1 MB | 365/373 kB | 255 kB | 116 kB | 0.1/6.7 MB 06:46:26 [2025-06-30T04:46:26.092Z] Progress (5): 0.7/1.1 MB | 369/373 kB | 255 kB | 116 kB | 0.1/6.7 MB 06:46:26 [2025-06-30T04:46:26.092Z] Progress (5): 0.7/1.1 MB | 369/373 kB | 255 kB | 116 kB | 0.1/6.7 MB 06:46:26 [2025-06-30T04:46:26.092Z] Progress (5): 0.7/1.1 MB | 373 kB | 255 kB | 116 kB | 0.1/6.7 MB 06:46:26 [2025-06-30T04:46:26.342Z] Progress (5): 0.7/1.1 MB | 373 kB | 255 kB | 116 kB | 0.1/6.7 MB 06:46:26 [2025-06-30T04:46:26.342Z] Progress (5): 0.7/1.1 MB | 373 kB | 255 kB | 116 kB | 0.2/6.7 MB 06:46:26 [2025-06-30T04:46:26.342Z] Progress (5): 0.7/1.1 MB | 373 kB | 255 kB | 116 kB | 0.2/6.7 MB 06:46:26 [2025-06-30T04:46:26.342Z] Progress (5): 0.7/1.1 MB | 373 kB | 255 kB | 116 kB | 0.2/6.7 MB 06:46:26 [2025-06-30T04:46:26.342Z] Progress (5): 0.7/1.1 MB | 373 kB | 255 kB | 116 kB | 0.2/6.7 MB 06:46:26 [2025-06-30T04:46:26.342Z] Progress (5): 0.7/1.1 MB | 373 kB | 255 kB | 116 kB | 0.2/6.7 MB 06:46:26 [2025-06-30T04:46:26.342Z] Progress (5): 0.7/1.1 MB | 373 kB | 255 kB | 116 kB | 0.2/6.7 MB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (5): 0.7/1.1 MB | 373 kB | 255 kB | 116 kB | 0.2/6.7 MB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (5): 0.7/1.1 MB | 373 kB | 255 kB | 116 kB | 0.2/6.7 MB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (5): 0.7/1.1 MB | 373 kB | 255 kB | 116 kB | 0.2/6.7 MB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (5): 0.8/1.1 MB | 373 kB | 255 kB | 116 kB | 0.2/6.7 MB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (5): 0.8/1.1 MB | 373 kB | 255 kB | 116 kB | 0.2/6.7 MB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (5): 0.8/1.1 MB | 373 kB | 255 kB | 116 kB | 0.2/6.7 MB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (5): 0.8/1.1 MB | 373 kB | 255 kB | 116 kB | 0.3/6.7 MB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (5): 0.8/1.1 MB | 373 kB | 255 kB | 116 kB | 0.3/6.7 MB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (5): 0.8/1.1 MB | 373 kB | 255 kB | 116 kB | 0.3/6.7 MB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (5): 0.8/1.1 MB | 373 kB | 255 kB | 116 kB | 0.3/6.7 MB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (5): 0.8/1.1 MB | 373 kB | 255 kB | 116 kB | 0.3/6.7 MB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (5): 0.8/1.1 MB | 373 kB | 255 kB | 116 kB | 0.3/6.7 MB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (5): 0.8/1.1 MB | 373 kB | 255 kB | 116 kB | 0.3/6.7 MB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (5): 0.8/1.1 MB | 373 kB | 255 kB | 116 kB | 0.3/6.7 MB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (5): 0.8/1.1 MB | 373 kB | 255 kB | 116 kB | 0.3/6.7 MB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (5): 0.8/1.1 MB | 373 kB | 255 kB | 116 kB | 0.3/6.7 MB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (5): 0.8/1.1 MB | 373 kB | 255 kB | 116 kB | 0.3/6.7 MB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (5): 0.8/1.1 MB | 373 kB | 255 kB | 116 kB | 0.3/6.7 MB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (5): 0.9/1.1 MB | 373 kB | 255 kB | 116 kB | 0.3/6.7 MB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (5): 0.9/1.1 MB | 373 kB | 255 kB | 116 kB | 0.4/6.7 MB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (5): 0.9/1.1 MB | 373 kB | 255 kB | 116 kB | 0.4/6.7 MB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (5): 0.9/1.1 MB | 373 kB | 255 kB | 116 kB | 0.4/6.7 MB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (5): 0.9/1.1 MB | 373 kB | 255 kB | 116 kB | 0.4/6.7 MB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (5): 0.9/1.1 MB | 373 kB | 255 kB | 116 kB | 0.4/6.7 MB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (5): 0.9/1.1 MB | 373 kB | 255 kB | 116 kB | 0.4/6.7 MB 06:46:26 [2025-06-30T04:46:26.343Z] 06:46:26 [2025-06-30T04:46:26.343Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/io/airlift/aircompressor/0.27/aircompressor-0.27.jar (255 kB at 614 kB/s) 06:46:26 [2025-06-30T04:46:26.343Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.jar 06:46:26 [2025-06-30T04:46:26.343Z] Progress (4): 0.9/1.1 MB | 373 kB | 116 kB | 0.4/6.7 MB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (4): 0.9/1.1 MB | 373 kB | 116 kB | 0.4/6.7 MB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (4): 0.9/1.1 MB | 373 kB | 116 kB | 0.4/6.7 MB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (4): 0.9/1.1 MB | 373 kB | 116 kB | 0.4/6.7 MB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (4): 0.9/1.1 MB | 373 kB | 116 kB | 0.4/6.7 MB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (4): 0.9/1.1 MB | 373 kB | 116 kB | 0.4/6.7 MB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (4): 0.9/1.1 MB | 373 kB | 116 kB | 0.5/6.7 MB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (4): 0.9/1.1 MB | 373 kB | 116 kB | 0.5/6.7 MB 06:46:26 [2025-06-30T04:46:26.343Z] 06:46:26 [2025-06-30T04:46:26.343Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/tukaani/xz/1.9/xz-1.9.jar (116 kB at 277 kB/s) 06:46:26 [2025-06-30T04:46:26.343Z] Progress (3): 0.9/1.1 MB | 373 kB | 0.5/6.7 MB 06:46:26 [2025-06-30T04:46:26.343Z] 06:46:26 [2025-06-30T04:46:26.343Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/doxia/doxia-core/2.0.0/doxia-core-2.0.0.jar 06:46:26 [2025-06-30T04:46:26.343Z] Progress (3): 0.9/1.1 MB | 373 kB | 0.5/6.7 MB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (3): 0.9/1.1 MB | 373 kB | 0.5/6.7 MB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (3): 1.0/1.1 MB | 373 kB | 0.5/6.7 MB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (3): 1.0/1.1 MB | 373 kB | 0.5/6.7 MB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (3): 1.0/1.1 MB | 373 kB | 0.5/6.7 MB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (3): 1.0/1.1 MB | 373 kB | 0.5/6.7 MB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (3): 1.0/1.1 MB | 373 kB | 0.5/6.7 MB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (3): 1.0/1.1 MB | 373 kB | 0.6/6.7 MB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (3): 1.0/1.1 MB | 373 kB | 0.6/6.7 MB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (3): 1.0/1.1 MB | 373 kB | 0.6/6.7 MB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (3): 1.0/1.1 MB | 373 kB | 0.6/6.7 MB 06:46:26 [2025-06-30T04:46:26.343Z] 06:46:26 [2025-06-30T04:46:26.343Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/commons-codec/commons-codec/1.17.1/commons-codec-1.17.1.jar (373 kB at 877 kB/s) 06:46:26 [2025-06-30T04:46:26.343Z] Progress (2): 1.0/1.1 MB | 0.6/6.7 MB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (2): 1.0/1.1 MB | 0.6/6.7 MB 06:46:26 [2025-06-30T04:46:26.343Z] 06:46:26 [2025-06-30T04:46:26.343Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/commons-io/commons-io/2.17.0/commons-io-2.17.0.jar 06:46:26 [2025-06-30T04:46:26.343Z] Progress (2): 1.0/1.1 MB | 0.6/6.7 MB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (2): 1.0/1.1 MB | 0.6/6.7 MB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (2): 1.0/1.1 MB | 0.6/6.7 MB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (2): 1.0/1.1 MB | 0.6/6.7 MB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (2): 1.0/1.1 MB | 0.6/6.7 MB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (2): 1.0/1.1 MB | 0.6/6.7 MB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (2): 1.1/1.1 MB | 0.6/6.7 MB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (2): 1.1/1.1 MB | 0.6/6.7 MB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (2): 1.1/1.1 MB | 0.6/6.7 MB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (2): 1.1/1.1 MB | 0.7/6.7 MB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (2): 1.1/1.1 MB | 0.7/6.7 MB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (2): 1.1 MB | 0.7/6.7 MB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (3): 1.1 MB | 0.7/6.7 MB | 4.1/379 kB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (3): 1.1 MB | 0.7/6.7 MB | 4.1/379 kB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (3): 1.1 MB | 0.7/6.7 MB | 7.6/379 kB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (3): 1.1 MB | 0.7/6.7 MB | 12/379 kB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (3): 1.1 MB | 0.7/6.7 MB | 16/379 kB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (3): 1.1 MB | 0.7/6.7 MB | 20/379 kB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (3): 1.1 MB | 0.7/6.7 MB | 23/379 kB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (3): 1.1 MB | 0.7/6.7 MB | 23/379 kB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (3): 1.1 MB | 0.7/6.7 MB | 28/379 kB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (3): 1.1 MB | 0.7/6.7 MB | 32/379 kB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (3): 1.1 MB | 0.7/6.7 MB | 36/379 kB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (3): 1.1 MB | 0.7/6.7 MB | 39/379 kB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (3): 1.1 MB | 0.7/6.7 MB | 44/379 kB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (3): 1.1 MB | 0.8/6.7 MB | 44/379 kB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (3): 1.1 MB | 0.8/6.7 MB | 48/379 kB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (3): 1.1 MB | 0.8/6.7 MB | 52/379 kB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (3): 1.1 MB | 0.8/6.7 MB | 55/379 kB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (3): 1.1 MB | 0.8/6.7 MB | 60/379 kB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (3): 1.1 MB | 0.8/6.7 MB | 60/379 kB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (3): 1.1 MB | 0.8/6.7 MB | 64/379 kB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (4): 1.1 MB | 0.8/6.7 MB | 64/379 kB | 4.1/168 kB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (4): 1.1 MB | 0.8/6.7 MB | 68/379 kB | 4.1/168 kB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (4): 1.1 MB | 0.8/6.7 MB | 68/379 kB | 7.6/168 kB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (4): 1.1 MB | 0.8/6.7 MB | 71/379 kB | 7.6/168 kB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (4): 1.1 MB | 0.8/6.7 MB | 74/379 kB | 7.6/168 kB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (4): 1.1 MB | 0.8/6.7 MB | 74/379 kB | 12/168 kB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (4): 1.1 MB | 0.8/6.7 MB | 74/379 kB | 12/168 kB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (4): 1.1 MB | 0.8/6.7 MB | 74/379 kB | 16/168 kB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (4): 1.1 MB | 0.8/6.7 MB | 78/379 kB | 16/168 kB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (4): 1.1 MB | 0.8/6.7 MB | 78/379 kB | 20/168 kB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (4): 1.1 MB | 0.8/6.7 MB | 82/379 kB | 20/168 kB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (4): 1.1 MB | 0.8/6.7 MB | 82/379 kB | 24/168 kB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (4): 1.1 MB | 0.8/6.7 MB | 86/379 kB | 24/168 kB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (4): 1.1 MB | 0.8/6.7 MB | 86/379 kB | 28/168 kB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (4): 1.1 MB | 0.8/6.7 MB | 90/379 kB | 28/168 kB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (4): 1.1 MB | 0.8/6.7 MB | 90/379 kB | 32/168 kB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (4): 1.1 MB | 0.9/6.7 MB | 90/379 kB | 32/168 kB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (4): 1.1 MB | 0.9/6.7 MB | 94/379 kB | 32/168 kB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (4): 1.1 MB | 0.9/6.7 MB | 94/379 kB | 36/168 kB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (4): 1.1 MB | 0.9/6.7 MB | 98/379 kB | 36/168 kB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (4): 1.1 MB | 0.9/6.7 MB | 98/379 kB | 40/168 kB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (4): 1.1 MB | 0.9/6.7 MB | 102/379 kB | 40/168 kB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (4): 1.1 MB | 0.9/6.7 MB | 102/379 kB | 44/168 kB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (4): 1.1 MB | 0.9/6.7 MB | 102/379 kB | 48/168 kB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (4): 1.1 MB | 0.9/6.7 MB | 106/379 kB | 48/168 kB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (4): 1.1 MB | 0.9/6.7 MB | 106/379 kB | 52/168 kB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (4): 1.1 MB | 0.9/6.7 MB | 106/379 kB | 52/168 kB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (4): 1.1 MB | 0.9/6.7 MB | 106/379 kB | 56/168 kB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (4): 1.1 MB | 0.9/6.7 MB | 111/379 kB | 56/168 kB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (4): 1.1 MB | 0.9/6.7 MB | 115/379 kB | 56/168 kB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (4): 1.1 MB | 0.9/6.7 MB | 115/379 kB | 60/168 kB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (4): 1.1 MB | 0.9/6.7 MB | 119/379 kB | 60/168 kB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (4): 1.1 MB | 0.9/6.7 MB | 119/379 kB | 64/168 kB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (4): 1.1 MB | 0.9/6.7 MB | 119/379 kB | 64/168 kB 06:46:26 [2025-06-30T04:46:26.343Z] Progress (4): 1.1 MB | 0.9/6.7 MB | 123/379 kB | 64/168 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.1 MB | 0.9/6.7 MB | 123/379 kB | 68/168 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.1 MB | 0.9/6.7 MB | 127/379 kB | 68/168 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.1 MB | 0.9/6.7 MB | 127/379 kB | 72/168 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.1 MB | 0.9/6.7 MB | 131/379 kB | 72/168 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.1 MB | 0.9/6.7 MB | 131/379 kB | 74/168 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.1 MB | 1.0/6.7 MB | 131/379 kB | 74/168 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.1 MB | 1.0/6.7 MB | 135/379 kB | 74/168 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.1 MB | 1.0/6.7 MB | 135/379 kB | 78/168 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.1 MB | 1.0/6.7 MB | 139/379 kB | 78/168 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.1 MB | 1.0/6.7 MB | 139/379 kB | 82/168 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.1 MB | 1.0/6.7 MB | 143/379 kB | 82/168 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.1 MB | 1.0/6.7 MB | 143/379 kB | 86/168 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.1 MB | 1.0/6.7 MB | 143/379 kB | 86/168 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.1 MB | 1.0/6.7 MB | 147/379 kB | 86/168 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.1 MB | 1.0/6.7 MB | 147/379 kB | 90/168 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.1 MB | 1.0/6.7 MB | 151/379 kB | 90/168 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.1 MB | 1.0/6.7 MB | 155/379 kB | 90/168 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.1 MB | 1.0/6.7 MB | 155/379 kB | 94/168 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.1 MB | 1.0/6.7 MB | 159/379 kB | 94/168 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.1 MB | 1.0/6.7 MB | 159/379 kB | 98/168 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.1 MB | 1.0/6.7 MB | 159/379 kB | 98/168 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.1 MB | 1.0/6.7 MB | 163/379 kB | 98/168 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (5): 1.1 MB | 1.0/6.7 MB | 163/379 kB | 98/168 kB | 4.1/516 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (5): 1.1 MB | 1.0/6.7 MB | 163/379 kB | 102/168 kB | 4.1/516 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (5): 1.1 MB | 1.0/6.7 MB | 167/379 kB | 102/168 kB | 4.1/516 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (5): 1.1 MB | 1.0/6.7 MB | 167/379 kB | 102/168 kB | 7.6/516 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (5): 1.1 MB | 1.0/6.7 MB | 167/379 kB | 106/168 kB | 7.6/516 kB 06:46:26 [2025-06-30T04:46:26.344Z] 06:46:26 [2025-06-30T04:46:26.344Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/commons/commons-compress/1.26.2/commons-compress-1.26.2.jar (1.1 MB at 2.4 MB/s) 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.0/6.7 MB | 171/379 kB | 106/168 kB | 7.6/516 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.0/6.7 MB | 171/379 kB | 111/168 kB | 7.6/516 kB 06:46:26 [2025-06-30T04:46:26.344Z] 06:46:26 [2025-06-30T04:46:26.344Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/commons/commons-text/1.12.0/commons-text-1.12.0.jar 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.0/6.7 MB | 171/379 kB | 115/168 kB | 7.6/516 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.0/6.7 MB | 171/379 kB | 115/168 kB | 12/516 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.0/6.7 MB | 171/379 kB | 115/168 kB | 12/516 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.0/6.7 MB | 171/379 kB | 119/168 kB | 12/516 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.0/6.7 MB | 171/379 kB | 119/168 kB | 16/516 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.0/6.7 MB | 175/379 kB | 119/168 kB | 16/516 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.0/6.7 MB | 175/379 kB | 123/168 kB | 16/516 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.0/6.7 MB | 179/379 kB | 123/168 kB | 16/516 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.0/6.7 MB | 179/379 kB | 127/168 kB | 16/516 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.0/6.7 MB | 179/379 kB | 127/168 kB | 20/516 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.0/6.7 MB | 179/379 kB | 131/168 kB | 20/516 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.0/6.7 MB | 183/379 kB | 131/168 kB | 20/516 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.1/6.7 MB | 183/379 kB | 131/168 kB | 20/516 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.1/6.7 MB | 183/379 kB | 135/168 kB | 20/516 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.1/6.7 MB | 183/379 kB | 135/168 kB | 24/516 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.1/6.7 MB | 187/379 kB | 135/168 kB | 24/516 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.1/6.7 MB | 187/379 kB | 139/168 kB | 24/516 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.1/6.7 MB | 191/379 kB | 139/168 kB | 24/516 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.1/6.7 MB | 191/379 kB | 139/168 kB | 28/516 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.1/6.7 MB | 195/379 kB | 139/168 kB | 28/516 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.1/6.7 MB | 195/379 kB | 143/168 kB | 28/516 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.1/6.7 MB | 195/379 kB | 143/168 kB | 32/516 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.1/6.7 MB | 195/379 kB | 143/168 kB | 32/516 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.1/6.7 MB | 199/379 kB | 143/168 kB | 32/516 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.1/6.7 MB | 199/379 kB | 147/168 kB | 32/516 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.1/6.7 MB | 199/379 kB | 147/168 kB | 36/516 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.1/6.7 MB | 203/379 kB | 147/168 kB | 36/516 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.1/6.7 MB | 203/379 kB | 151/168 kB | 36/516 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.1/6.7 MB | 203/379 kB | 151/168 kB | 40/516 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.1/6.7 MB | 207/379 kB | 151/168 kB | 40/516 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.1/6.7 MB | 207/379 kB | 155/168 kB | 40/516 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.1/6.7 MB | 211/379 kB | 155/168 kB | 40/516 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.1/6.7 MB | 211/379 kB | 159/168 kB | 40/516 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.1/6.7 MB | 211/379 kB | 159/168 kB | 40/516 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.1/6.7 MB | 211/379 kB | 163/168 kB | 40/516 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.1/6.7 MB | 211/379 kB | 163/168 kB | 44/516 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.1/6.7 MB | 215/379 kB | 163/168 kB | 44/516 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.1/6.7 MB | 215/379 kB | 167/168 kB | 44/516 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.1/6.7 MB | 215/379 kB | 167/168 kB | 48/516 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.1/6.7 MB | 215/379 kB | 168 kB | 48/516 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.1/6.7 MB | 219/379 kB | 168 kB | 48/516 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.1/6.7 MB | 219/379 kB | 168 kB | 52/516 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.1/6.7 MB | 223/379 kB | 168 kB | 52/516 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.1/6.7 MB | 223/379 kB | 168 kB | 56/516 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.1/6.7 MB | 227/379 kB | 168 kB | 56/516 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.2/6.7 MB | 227/379 kB | 168 kB | 56/516 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.2/6.7 MB | 229/379 kB | 168 kB | 56/516 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.2/6.7 MB | 229/379 kB | 168 kB | 60/516 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.2/6.7 MB | 233/379 kB | 168 kB | 60/516 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.2/6.7 MB | 233/379 kB | 168 kB | 64/516 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.2/6.7 MB | 238/379 kB | 168 kB | 64/516 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.2/6.7 MB | 242/379 kB | 168 kB | 64/516 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.2/6.7 MB | 242/379 kB | 168 kB | 68/516 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.2/6.7 MB | 246/379 kB | 168 kB | 68/516 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.2/6.7 MB | 246/379 kB | 168 kB | 68/516 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.2/6.7 MB | 246/379 kB | 168 kB | 72/516 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.2/6.7 MB | 250/379 kB | 168 kB | 72/516 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.2/6.7 MB | 254/379 kB | 168 kB | 72/516 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.2/6.7 MB | 254/379 kB | 168 kB | 74/516 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.2/6.7 MB | 258/379 kB | 168 kB | 74/516 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.2/6.7 MB | 258/379 kB | 168 kB | 78/516 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.2/6.7 MB | 262/379 kB | 168 kB | 78/516 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.2/6.7 MB | 262/379 kB | 168 kB | 82/516 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.2/6.7 MB | 266/379 kB | 168 kB | 82/516 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.2/6.7 MB | 266/379 kB | 168 kB | 82/516 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.2/6.7 MB | 270/379 kB | 168 kB | 82/516 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.2/6.7 MB | 270/379 kB | 168 kB | 86/516 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.2/6.7 MB | 274/379 kB | 168 kB | 86/516 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.2/6.7 MB | 274/379 kB | 168 kB | 90/516 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.2/6.7 MB | 278/379 kB | 168 kB | 90/516 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.2/6.7 MB | 278/379 kB | 168 kB | 94/516 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.2/6.7 MB | 282/379 kB | 168 kB | 94/516 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.3/6.7 MB | 282/379 kB | 168 kB | 94/516 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.3/6.7 MB | 282/379 kB | 168 kB | 98/516 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.3/6.7 MB | 286/379 kB | 168 kB | 98/516 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.3/6.7 MB | 286/379 kB | 168 kB | 102/516 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.3/6.7 MB | 290/379 kB | 168 kB | 102/516 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.3/6.7 MB | 294/379 kB | 168 kB | 102/516 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.3/6.7 MB | 294/379 kB | 168 kB | 106/516 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.3/6.7 MB | 298/379 kB | 168 kB | 106/516 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.3/6.7 MB | 298/379 kB | 168 kB | 106/516 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.3/6.7 MB | 298/379 kB | 168 kB | 111/516 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.3/6.7 MB | 302/379 kB | 168 kB | 111/516 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.3/6.7 MB | 302/379 kB | 168 kB | 115/516 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.3/6.7 MB | 306/379 kB | 168 kB | 115/516 kB 06:46:26 [2025-06-30T04:46:26.344Z] Progress (4): 1.3/6.7 MB | 310/379 kB | 168 kB | 115/516 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.3/6.7 MB | 310/379 kB | 168 kB | 119/516 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.3/6.7 MB | 314/379 kB | 168 kB | 119/516 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.3/6.7 MB | 314/379 kB | 168 kB | 123/516 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.3/6.7 MB | 314/379 kB | 168 kB | 123/516 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.3/6.7 MB | 318/379 kB | 168 kB | 123/516 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.3/6.7 MB | 318/379 kB | 168 kB | 127/516 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.3/6.7 MB | 322/379 kB | 168 kB | 127/516 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.3/6.7 MB | 322/379 kB | 168 kB | 131/516 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.3/6.7 MB | 326/379 kB | 168 kB | 131/516 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.3/6.7 MB | 326/379 kB | 168 kB | 135/516 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.3/6.7 MB | 330/379 kB | 168 kB | 135/516 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.4/6.7 MB | 330/379 kB | 168 kB | 135/516 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.4/6.7 MB | 330/379 kB | 168 kB | 139/516 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.4/6.7 MB | 334/379 kB | 168 kB | 139/516 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.4/6.7 MB | 338/379 kB | 168 kB | 139/516 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.4/6.7 MB | 338/379 kB | 168 kB | 143/516 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.4/6.7 MB | 342/379 kB | 168 kB | 143/516 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.4/6.7 MB | 342/379 kB | 168 kB | 147/516 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.4/6.7 MB | 346/379 kB | 168 kB | 147/516 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.4/6.7 MB | 350/379 kB | 168 kB | 147/516 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.4/6.7 MB | 350/379 kB | 168 kB | 147/516 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.4/6.7 MB | 350/379 kB | 168 kB | 151/516 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.4/6.7 MB | 354/379 kB | 168 kB | 151/516 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.4/6.7 MB | 354/379 kB | 168 kB | 155/516 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.4/6.7 MB | 358/379 kB | 168 kB | 155/516 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.4/6.7 MB | 360/379 kB | 168 kB | 155/516 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.4/6.7 MB | 360/379 kB | 168 kB | 159/516 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.4/6.7 MB | 365/379 kB | 168 kB | 159/516 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.4/6.7 MB | 365/379 kB | 168 kB | 163/516 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.4/6.7 MB | 365/379 kB | 168 kB | 163/516 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.4/6.7 MB | 369/379 kB | 168 kB | 163/516 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.4/6.7 MB | 373/379 kB | 168 kB | 163/516 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.4/6.7 MB | 373/379 kB | 168 kB | 167/516 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.4/6.7 MB | 377/379 kB | 168 kB | 167/516 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.4/6.7 MB | 377/379 kB | 168 kB | 171/516 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.4/6.7 MB | 379 kB | 168 kB | 171/516 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.5/6.7 MB | 379 kB | 168 kB | 171/516 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.5/6.7 MB | 379 kB | 168 kB | 175/516 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.5/6.7 MB | 379 kB | 168 kB | 179/516 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.5/6.7 MB | 379 kB | 168 kB | 183/516 kB 06:46:26 [2025-06-30T04:46:26.345Z] 06:46:26 [2025-06-30T04:46:26.345Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/doxia/doxia-core/2.0.0/doxia-core-2.0.0.jar (168 kB at 357 kB/s) 06:46:26 [2025-06-30T04:46:26.345Z] Progress (3): 1.5/6.7 MB | 379 kB | 187/516 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (3): 1.5/6.7 MB | 379 kB | 187/516 kB 06:46:26 [2025-06-30T04:46:26.345Z] 06:46:26 [2025-06-30T04:46:26.345Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/doxia/doxia-sink-api/2.0.0/doxia-sink-api-2.0.0.jar 06:46:26 [2025-06-30T04:46:26.345Z] Progress (3): 1.5/6.7 MB | 379 kB | 191/516 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (3): 1.5/6.7 MB | 379 kB | 195/516 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (3): 1.5/6.7 MB | 379 kB | 199/516 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.5/6.7 MB | 379 kB | 199/516 kB | 4.1/251 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.5/6.7 MB | 379 kB | 199/516 kB | 4.1/251 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.5/6.7 MB | 379 kB | 203/516 kB | 4.1/251 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.5/6.7 MB | 379 kB | 203/516 kB | 7.6/251 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.5/6.7 MB | 379 kB | 207/516 kB | 7.6/251 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.5/6.7 MB | 379 kB | 211/516 kB | 7.6/251 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.5/6.7 MB | 379 kB | 211/516 kB | 12/251 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.6/6.7 MB | 379 kB | 211/516 kB | 12/251 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.6/6.7 MB | 379 kB | 211/516 kB | 16/251 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.6/6.7 MB | 379 kB | 215/516 kB | 16/251 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.6/6.7 MB | 379 kB | 215/516 kB | 20/251 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.6/6.7 MB | 379 kB | 219/516 kB | 20/251 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.6/6.7 MB | 379 kB | 219/516 kB | 24/251 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.6/6.7 MB | 379 kB | 223/516 kB | 24/251 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.6/6.7 MB | 379 kB | 223/516 kB | 28/251 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.6/6.7 MB | 379 kB | 223/516 kB | 28/251 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.6/6.7 MB | 379 kB | 227/516 kB | 28/251 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.6/6.7 MB | 379 kB | 227/516 kB | 32/251 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.6/6.7 MB | 379 kB | 229/516 kB | 32/251 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.6/6.7 MB | 379 kB | 229/516 kB | 36/251 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.6/6.7 MB | 379 kB | 229/516 kB | 40/251 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.6/6.7 MB | 379 kB | 233/516 kB | 40/251 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.6/6.7 MB | 379 kB | 238/516 kB | 40/251 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.6/6.7 MB | 379 kB | 238/516 kB | 40/251 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.6/6.7 MB | 379 kB | 238/516 kB | 44/251 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.6/6.7 MB | 379 kB | 242/516 kB | 44/251 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.6/6.7 MB | 379 kB | 242/516 kB | 48/251 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.6/6.7 MB | 379 kB | 246/516 kB | 48/251 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.6/6.7 MB | 379 kB | 246/516 kB | 52/251 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.6/6.7 MB | 379 kB | 246/516 kB | 56/251 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.6/6.7 MB | 379 kB | 250/516 kB | 56/251 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.7/6.7 MB | 379 kB | 250/516 kB | 56/251 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.7/6.7 MB | 379 kB | 254/516 kB | 56/251 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.7/6.7 MB | 379 kB | 254/516 kB | 60/251 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.7/6.7 MB | 379 kB | 254/516 kB | 64/251 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.7/6.7 MB | 379 kB | 258/516 kB | 64/251 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.7/6.7 MB | 379 kB | 258/516 kB | 68/251 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.7/6.7 MB | 379 kB | 262/516 kB | 68/251 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.7/6.7 MB | 379 kB | 262/516 kB | 68/251 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.7/6.7 MB | 379 kB | 262/516 kB | 72/251 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.7/6.7 MB | 379 kB | 266/516 kB | 72/251 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.7/6.7 MB | 379 kB | 266/516 kB | 74/251 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.7/6.7 MB | 379 kB | 270/516 kB | 74/251 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.7/6.7 MB | 379 kB | 270/516 kB | 78/251 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.7/6.7 MB | 379 kB | 274/516 kB | 78/251 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.7/6.7 MB | 379 kB | 274/516 kB | 82/251 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.7/6.7 MB | 379 kB | 274/516 kB | 82/251 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.7/6.7 MB | 379 kB | 279/516 kB | 82/251 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.7/6.7 MB | 379 kB | 279/516 kB | 86/251 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.7/6.7 MB | 379 kB | 283/516 kB | 86/251 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.7/6.7 MB | 379 kB | 283/516 kB | 90/251 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.7/6.7 MB | 379 kB | 287/516 kB | 90/251 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.7/6.7 MB | 379 kB | 287/516 kB | 94/251 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.7/6.7 MB | 379 kB | 291/516 kB | 94/251 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.7/6.7 MB | 379 kB | 291/516 kB | 98/251 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.8/6.7 MB | 379 kB | 291/516 kB | 98/251 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.8/6.7 MB | 379 kB | 295/516 kB | 98/251 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.8/6.7 MB | 379 kB | 295/516 kB | 102/251 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.8/6.7 MB | 379 kB | 299/516 kB | 102/251 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.8/6.7 MB | 379 kB | 299/516 kB | 106/251 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.8/6.7 MB | 379 kB | 303/516 kB | 106/251 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.8/6.7 MB | 379 kB | 303/516 kB | 111/251 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.8/6.7 MB | 379 kB | 307/516 kB | 111/251 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.8/6.7 MB | 379 kB | 307/516 kB | 115/251 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.8/6.7 MB | 379 kB | 307/516 kB | 115/251 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.8/6.7 MB | 379 kB | 311/516 kB | 115/251 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.8/6.7 MB | 379 kB | 311/516 kB | 119/251 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.8/6.7 MB | 379 kB | 315/516 kB | 119/251 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.8/6.7 MB | 379 kB | 315/516 kB | 123/251 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.8/6.7 MB | 379 kB | 319/516 kB | 123/251 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.8/6.7 MB | 379 kB | 319/516 kB | 127/251 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.8/6.7 MB | 379 kB | 319/516 kB | 127/251 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.8/6.7 MB | 379 kB | 323/516 kB | 127/251 kB 06:46:26 [2025-06-30T04:46:26.345Z] Progress (4): 1.8/6.7 MB | 379 kB | 323/516 kB | 131/251 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (4): 1.8/6.7 MB | 379 kB | 327/516 kB | 131/251 kB 06:46:26 [2025-06-30T04:46:26.346Z] 06:46:26 [2025-06-30T04:46:26.346Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.jar (379 kB at 780 kB/s) 06:46:26 [2025-06-30T04:46:26.346Z] Progress (3): 1.8/6.7 MB | 327/516 kB | 135/251 kB 06:46:26 [2025-06-30T04:46:26.346Z] 06:46:26 [2025-06-30T04:46:26.346Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar 06:46:26 [2025-06-30T04:46:26.346Z] Progress (3): 1.8/6.7 MB | 327/516 kB | 139/251 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (3): 1.8/6.7 MB | 331/516 kB | 139/251 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (3): 1.9/6.7 MB | 331/516 kB | 139/251 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (3): 1.9/6.7 MB | 331/516 kB | 143/251 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (3): 1.9/6.7 MB | 335/516 kB | 143/251 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (3): 1.9/6.7 MB | 335/516 kB | 147/251 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (3): 1.9/6.7 MB | 339/516 kB | 147/251 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (3): 1.9/6.7 MB | 339/516 kB | 151/251 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (3): 1.9/6.7 MB | 343/516 kB | 151/251 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (3): 1.9/6.7 MB | 343/516 kB | 155/251 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (3): 1.9/6.7 MB | 343/516 kB | 155/251 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (3): 1.9/6.7 MB | 347/516 kB | 155/251 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (3): 1.9/6.7 MB | 347/516 kB | 159/251 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (3): 1.9/6.7 MB | 351/516 kB | 159/251 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (3): 1.9/6.7 MB | 351/516 kB | 163/251 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (4): 1.9/6.7 MB | 351/516 kB | 163/251 kB | 4.1/11 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (4): 1.9/6.7 MB | 355/516 kB | 163/251 kB | 4.1/11 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (4): 1.9/6.7 MB | 355/516 kB | 167/251 kB | 4.1/11 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (4): 1.9/6.7 MB | 359/516 kB | 167/251 kB | 4.1/11 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (4): 1.9/6.7 MB | 359/516 kB | 171/251 kB | 4.1/11 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (4): 1.9/6.7 MB | 359/516 kB | 171/251 kB | 7.6/11 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (4): 1.9/6.7 MB | 359/516 kB | 171/251 kB | 7.6/11 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (4): 1.9/6.7 MB | 359/516 kB | 175/251 kB | 7.6/11 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (4): 1.9/6.7 MB | 363/516 kB | 175/251 kB | 7.6/11 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (4): 1.9/6.7 MB | 363/516 kB | 175/251 kB | 11 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (4): 1.9/6.7 MB | 367/516 kB | 175/251 kB | 11 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (4): 1.9/6.7 MB | 367/516 kB | 179/251 kB | 11 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (4): 1.9/6.7 MB | 371/516 kB | 179/251 kB | 11 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (4): 2.0/6.7 MB | 371/516 kB | 179/251 kB | 11 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (4): 2.0/6.7 MB | 375/516 kB | 179/251 kB | 11 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (4): 2.0/6.7 MB | 375/516 kB | 183/251 kB | 11 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (4): 2.0/6.7 MB | 375/516 kB | 187/251 kB | 11 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (4): 2.0/6.7 MB | 379/516 kB | 187/251 kB | 11 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (4): 2.0/6.7 MB | 383/516 kB | 187/251 kB | 11 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (4): 2.0/6.7 MB | 383/516 kB | 191/251 kB | 11 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (4): 2.0/6.7 MB | 383/516 kB | 191/251 kB | 11 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (4): 2.0/6.7 MB | 387/516 kB | 191/251 kB | 11 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (4): 2.0/6.7 MB | 387/516 kB | 195/251 kB | 11 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (4): 2.0/6.7 MB | 391/516 kB | 195/251 kB | 11 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (4): 2.0/6.7 MB | 393/516 kB | 195/251 kB | 11 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (4): 2.0/6.7 MB | 393/516 kB | 199/251 kB | 11 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (4): 2.0/6.7 MB | 393/516 kB | 203/251 kB | 11 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (4): 2.0/6.7 MB | 393/516 kB | 203/251 kB | 11 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (4): 2.0/6.7 MB | 397/516 kB | 203/251 kB | 11 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (4): 2.0/6.7 MB | 397/516 kB | 207/251 kB | 11 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (4): 2.0/6.7 MB | 401/516 kB | 207/251 kB | 11 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (4): 2.0/6.7 MB | 401/516 kB | 211/251 kB | 11 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (4): 2.0/6.7 MB | 406/516 kB | 211/251 kB | 11 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (4): 2.0/6.7 MB | 406/516 kB | 215/251 kB | 11 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (4): 2.0/6.7 MB | 409/516 kB | 215/251 kB | 11 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (4): 2.1/6.7 MB | 409/516 kB | 215/251 kB | 11 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (4): 2.1/6.7 MB | 409/516 kB | 219/251 kB | 11 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (4): 2.1/6.7 MB | 413/516 kB | 219/251 kB | 11 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (4): 2.1/6.7 MB | 413/516 kB | 223/251 kB | 11 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (4): 2.1/6.7 MB | 417/516 kB | 223/251 kB | 11 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (4): 2.1/6.7 MB | 417/516 kB | 227/251 kB | 11 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (4): 2.1/6.7 MB | 422/516 kB | 227/251 kB | 11 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (4): 2.1/6.7 MB | 422/516 kB | 229/251 kB | 11 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (4): 2.1/6.7 MB | 425/516 kB | 229/251 kB | 11 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (4): 2.1/6.7 MB | 425/516 kB | 229/251 kB | 11 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (4): 2.1/6.7 MB | 425/516 kB | 233/251 kB | 11 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (4): 2.1/6.7 MB | 429/516 kB | 233/251 kB | 11 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (4): 2.1/6.7 MB | 429/516 kB | 238/251 kB | 11 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (4): 2.1/6.7 MB | 433/516 kB | 238/251 kB | 11 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (4): 2.1/6.7 MB | 433/516 kB | 242/251 kB | 11 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (4): 2.1/6.7 MB | 438/516 kB | 242/251 kB | 11 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (4): 2.1/6.7 MB | 438/516 kB | 246/251 kB | 11 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (4): 2.1/6.7 MB | 438/516 kB | 246/251 kB | 11 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (4): 2.1/6.7 MB | 442/516 kB | 246/251 kB | 11 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (4): 2.1/6.7 MB | 442/516 kB | 250/251 kB | 11 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (4): 2.1/6.7 MB | 446/516 kB | 250/251 kB | 11 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (4): 2.1/6.7 MB | 446/516 kB | 251 kB | 11 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (4): 2.1/6.7 MB | 450/516 kB | 251 kB | 11 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (4): 2.1/6.7 MB | 454/516 kB | 251 kB | 11 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (4): 2.1/6.7 MB | 458/516 kB | 251 kB | 11 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (4): 2.2/6.7 MB | 458/516 kB | 251 kB | 11 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (4): 2.2/6.7 MB | 462/516 kB | 251 kB | 11 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (4): 2.2/6.7 MB | 466/516 kB | 251 kB | 11 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (4): 2.2/6.7 MB | 470/516 kB | 251 kB | 11 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (4): 2.2/6.7 MB | 474/516 kB | 251 kB | 11 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (4): 2.2/6.7 MB | 474/516 kB | 251 kB | 11 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (4): 2.2/6.7 MB | 478/516 kB | 251 kB | 11 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (4): 2.2/6.7 MB | 482/516 kB | 251 kB | 11 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (5): 2.2/6.7 MB | 482/516 kB | 251 kB | 11 kB | 4.1/12 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (5): 2.2/6.7 MB | 486/516 kB | 251 kB | 11 kB | 4.1/12 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (5): 2.2/6.7 MB | 486/516 kB | 251 kB | 11 kB | 7.6/12 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (5): 2.2/6.7 MB | 490/516 kB | 251 kB | 11 kB | 7.6/12 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (5): 2.2/6.7 MB | 490/516 kB | 251 kB | 11 kB | 7.6/12 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (5): 2.2/6.7 MB | 490/516 kB | 251 kB | 11 kB | 12/12 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (5): 2.2/6.7 MB | 490/516 kB | 251 kB | 11 kB | 12 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (5): 2.2/6.7 MB | 494/516 kB | 251 kB | 11 kB | 12 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (5): 2.2/6.7 MB | 498/516 kB | 251 kB | 11 kB | 12 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (5): 2.2/6.7 MB | 502/516 kB | 251 kB | 11 kB | 12 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (5): 2.3/6.7 MB | 502/516 kB | 251 kB | 11 kB | 12 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (5): 2.3/6.7 MB | 506/516 kB | 251 kB | 11 kB | 12 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (5): 2.3/6.7 MB | 510/516 kB | 251 kB | 11 kB | 12 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (5): 2.3/6.7 MB | 514/516 kB | 251 kB | 11 kB | 12 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (5): 2.3/6.7 MB | 514/516 kB | 251 kB | 11 kB | 12 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (5): 2.3/6.7 MB | 516 kB | 251 kB | 11 kB | 12 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (5): 2.3/6.7 MB | 516 kB | 251 kB | 11 kB | 12 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (5): 2.4/6.7 MB | 516 kB | 251 kB | 11 kB | 12 kB 06:46:26 [2025-06-30T04:46:26.346Z] 06:46:26 [2025-06-30T04:46:26.346Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/maven/doxia/doxia-sink-api/2.0.0/doxia-sink-api-2.0.0.jar (11 kB at 22 kB/s) 06:46:26 [2025-06-30T04:46:26.346Z] Progress (4): 2.4/6.7 MB | 516 kB | 251 kB | 12 kB 06:46:26 [2025-06-30T04:46:26.346Z] 06:46:26 [2025-06-30T04:46:26.346Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus-interactivity-api/1.3/plexus-interactivity-api-1.3.jar 06:46:26 [2025-06-30T04:46:26.346Z] Progress (4): 2.4/6.7 MB | 516 kB | 251 kB | 12 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (4): 2.5/6.7 MB | 516 kB | 251 kB | 12 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (4): 2.5/6.7 MB | 516 kB | 251 kB | 12 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (4): 2.5/6.7 MB | 516 kB | 251 kB | 12 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (4): 2.6/6.7 MB | 516 kB | 251 kB | 12 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (4): 2.6/6.7 MB | 516 kB | 251 kB | 12 kB 06:46:26 [2025-06-30T04:46:26.346Z] Progress (4): 2.6/6.7 MB | 516 kB | 251 kB | 12 kB 06:46:26 [2025-06-30T04:46:26.346Z] 06:46:26 [2025-06-30T04:46:26.346Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar (12 kB at 23 kB/s) 06:46:26 [2025-06-30T04:46:26.347Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/fasterxml/woodstox/woodstox-core/7.1.0/woodstox-core-7.1.0.jar 06:46:26 [2025-06-30T04:46:26.347Z] Progress (3): 2.7/6.7 MB | 516 kB | 251 kB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (3): 2.7/6.7 MB | 516 kB | 251 kB 06:46:26 [2025-06-30T04:46:26.347Z] 06:46:26 [2025-06-30T04:46:26.347Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/commons/commons-text/1.12.0/commons-text-1.12.0.jar (251 kB at 487 kB/s) 06:46:26 [2025-06-30T04:46:26.347Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/woodstox/stax2-api/4.2.2/stax2-api-4.2.2.jar 06:46:26 [2025-06-30T04:46:26.347Z] Progress (2): 2.7/6.7 MB | 516 kB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (2): 2.8/6.7 MB | 516 kB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (2): 2.8/6.7 MB | 516 kB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (2): 2.8/6.7 MB | 516 kB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (2): 2.9/6.7 MB | 516 kB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (2): 2.9/6.7 MB | 516 kB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (3): 2.9/6.7 MB | 516 kB | 4.1/10 kB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (3): 2.9/6.7 MB | 516 kB | 4.1/10 kB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (3): 2.9/6.7 MB | 516 kB | 7.6/10 kB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (3): 2.9/6.7 MB | 516 kB | 10 kB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (3): 2.9/6.7 MB | 516 kB | 10 kB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (3): 3.0/6.7 MB | 516 kB | 10 kB 06:46:26 [2025-06-30T04:46:26.347Z] 06:46:26 [2025-06-30T04:46:26.347Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/commons-io/commons-io/2.17.0/commons-io-2.17.0.jar (516 kB at 983 kB/s) 06:46:26 [2025-06-30T04:46:26.347Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/commons/commons-lang3/3.17.0/commons-lang3-3.17.0.jar 06:46:26 [2025-06-30T04:46:26.347Z] Progress (2): 3.0/6.7 MB | 10 kB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (2): 3.0/6.7 MB | 10 kB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (2): 3.1/6.7 MB | 10 kB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (2): 3.1/6.7 MB | 10 kB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (2): 3.1/6.7 MB | 10 kB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (2): 3.2/6.7 MB | 10 kB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (2): 3.2/6.7 MB | 10 kB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (2): 3.2/6.7 MB | 10 kB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (3): 3.2/6.7 MB | 10 kB | 4.1/196 kB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (4): 3.2/6.7 MB | 10 kB | 4.1/196 kB | 0/1.6 MB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (4): 3.3/6.7 MB | 10 kB | 4.1/196 kB | 0/1.6 MB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (4): 3.3/6.7 MB | 10 kB | 7.6/196 kB | 0/1.6 MB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (4): 3.3/6.7 MB | 10 kB | 12/196 kB | 0/1.6 MB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (4): 3.3/6.7 MB | 10 kB | 12/196 kB | 0/1.6 MB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (4): 3.3/6.7 MB | 10 kB | 16/196 kB | 0/1.6 MB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (4): 3.3/6.7 MB | 10 kB | 16/196 kB | 0/1.6 MB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (4): 3.3/6.7 MB | 10 kB | 20/196 kB | 0/1.6 MB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (4): 3.3/6.7 MB | 10 kB | 20/196 kB | 0/1.6 MB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (4): 3.3/6.7 MB | 10 kB | 24/196 kB | 0/1.6 MB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (4): 3.3/6.7 MB | 10 kB | 24/196 kB | 0/1.6 MB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (4): 3.3/6.7 MB | 10 kB | 28/196 kB | 0/1.6 MB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (4): 3.3/6.7 MB | 10 kB | 28/196 kB | 0/1.6 MB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (4): 3.3/6.7 MB | 10 kB | 32/196 kB | 0/1.6 MB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (4): 3.3/6.7 MB | 10 kB | 32/196 kB | 0/1.6 MB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (4): 3.3/6.7 MB | 10 kB | 36/196 kB | 0/1.6 MB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (4): 3.4/6.7 MB | 10 kB | 36/196 kB | 0/1.6 MB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (4): 3.4/6.7 MB | 10 kB | 40/196 kB | 0/1.6 MB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (4): 3.4/6.7 MB | 10 kB | 40/196 kB | 0/1.6 MB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (4): 3.4/6.7 MB | 10 kB | 44/196 kB | 0/1.6 MB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (4): 3.4/6.7 MB | 10 kB | 48/196 kB | 0/1.6 MB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (4): 3.4/6.7 MB | 10 kB | 48/196 kB | 0.1/1.6 MB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (4): 3.4/6.7 MB | 10 kB | 48/196 kB | 0.1/1.6 MB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (4): 3.4/6.7 MB | 10 kB | 52/196 kB | 0.1/1.6 MB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (4): 3.4/6.7 MB | 10 kB | 56/196 kB | 0.1/1.6 MB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (4): 3.4/6.7 MB | 10 kB | 56/196 kB | 0.1/1.6 MB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (4): 3.4/6.7 MB | 10 kB | 60/196 kB | 0.1/1.6 MB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (4): 3.4/6.7 MB | 10 kB | 60/196 kB | 0.1/1.6 MB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (4): 3.4/6.7 MB | 10 kB | 64/196 kB | 0.1/1.6 MB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (4): 3.4/6.7 MB | 10 kB | 68/196 kB | 0.1/1.6 MB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (4): 3.4/6.7 MB | 10 kB | 72/196 kB | 0.1/1.6 MB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (4): 3.4/6.7 MB | 10 kB | 72/196 kB | 0.1/1.6 MB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (4): 3.4/6.7 MB | 10 kB | 74/196 kB | 0.1/1.6 MB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (4): 3.5/6.7 MB | 10 kB | 74/196 kB | 0.1/1.6 MB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (4): 3.5/6.7 MB | 10 kB | 78/196 kB | 0.1/1.6 MB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (4): 3.5/6.7 MB | 10 kB | 78/196 kB | 0.1/1.6 MB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (4): 3.5/6.7 MB | 10 kB | 82/196 kB | 0.1/1.6 MB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (4): 3.5/6.7 MB | 10 kB | 82/196 kB | 0.1/1.6 MB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (4): 3.5/6.7 MB | 10 kB | 86/196 kB | 0.1/1.6 MB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (4): 3.5/6.7 MB | 10 kB | 86/196 kB | 0.1/1.6 MB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (4): 3.5/6.7 MB | 10 kB | 90/196 kB | 0.1/1.6 MB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (4): 3.5/6.7 MB | 10 kB | 94/196 kB | 0.1/1.6 MB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (4): 3.5/6.7 MB | 10 kB | 94/196 kB | 0.1/1.6 MB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (4): 3.5/6.7 MB | 10 kB | 98/196 kB | 0.1/1.6 MB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (4): 3.5/6.7 MB | 10 kB | 98/196 kB | 0.1/1.6 MB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (4): 3.5/6.7 MB | 10 kB | 102/196 kB | 0.1/1.6 MB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (4): 3.5/6.7 MB | 10 kB | 102/196 kB | 0.1/1.6 MB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (4): 3.5/6.7 MB | 10 kB | 106/196 kB | 0.1/1.6 MB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (4): 3.6/6.7 MB | 10 kB | 106/196 kB | 0.1/1.6 MB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (4): 3.6/6.7 MB | 10 kB | 106/196 kB | 0.1/1.6 MB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (4): 3.6/6.7 MB | 10 kB | 111/196 kB | 0.1/1.6 MB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (4): 3.6/6.7 MB | 10 kB | 115/196 kB | 0.1/1.6 MB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (4): 3.6/6.7 MB | 10 kB | 115/196 kB | 0.1/1.6 MB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (4): 3.6/6.7 MB | 10 kB | 119/196 kB | 0.1/1.6 MB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (4): 3.6/6.7 MB | 10 kB | 119/196 kB | 0.1/1.6 MB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (5): 3.6/6.7 MB | 10 kB | 119/196 kB | 0.1/1.6 MB | 4.1/674 kB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (5): 3.6/6.7 MB | 10 kB | 123/196 kB | 0.1/1.6 MB | 4.1/674 kB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (5): 3.6/6.7 MB | 10 kB | 123/196 kB | 0.1/1.6 MB | 4.1/674 kB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (5): 3.6/6.7 MB | 10 kB | 123/196 kB | 0.1/1.6 MB | 7.6/674 kB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (5): 3.6/6.7 MB | 10 kB | 127/196 kB | 0.1/1.6 MB | 7.6/674 kB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (5): 3.6/6.7 MB | 10 kB | 127/196 kB | 0.1/1.6 MB | 12/674 kB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (5): 3.6/6.7 MB | 10 kB | 131/196 kB | 0.1/1.6 MB | 12/674 kB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (5): 3.6/6.7 MB | 10 kB | 131/196 kB | 0.1/1.6 MB | 12/674 kB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (5): 3.6/6.7 MB | 10 kB | 131/196 kB | 0.1/1.6 MB | 12/674 kB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (5): 3.6/6.7 MB | 10 kB | 131/196 kB | 0.1/1.6 MB | 16/674 kB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (5): 3.6/6.7 MB | 10 kB | 135/196 kB | 0.1/1.6 MB | 16/674 kB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (5): 3.6/6.7 MB | 10 kB | 135/196 kB | 0.1/1.6 MB | 20/674 kB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (5): 3.6/6.7 MB | 10 kB | 139/196 kB | 0.1/1.6 MB | 20/674 kB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (5): 3.6/6.7 MB | 10 kB | 139/196 kB | 0.1/1.6 MB | 20/674 kB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (5): 3.6/6.7 MB | 10 kB | 139/196 kB | 0.1/1.6 MB | 24/674 kB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (5): 3.7/6.7 MB | 10 kB | 139/196 kB | 0.1/1.6 MB | 24/674 kB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (5): 3.7/6.7 MB | 10 kB | 143/196 kB | 0.1/1.6 MB | 24/674 kB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (5): 3.7/6.7 MB | 10 kB | 143/196 kB | 0.1/1.6 MB | 28/674 kB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (5): 3.7/6.7 MB | 10 kB | 143/196 kB | 0.2/1.6 MB | 28/674 kB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (5): 3.7/6.7 MB | 10 kB | 147/196 kB | 0.2/1.6 MB | 28/674 kB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (5): 3.7/6.7 MB | 10 kB | 147/196 kB | 0.2/1.6 MB | 32/674 kB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (5): 3.7/6.7 MB | 10 kB | 147/196 kB | 0.2/1.6 MB | 32/674 kB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (5): 3.7/6.7 MB | 10 kB | 147/196 kB | 0.2/1.6 MB | 36/674 kB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (5): 3.7/6.7 MB | 10 kB | 151/196 kB | 0.2/1.6 MB | 36/674 kB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (5): 3.7/6.7 MB | 10 kB | 151/196 kB | 0.2/1.6 MB | 40/674 kB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (5): 3.7/6.7 MB | 10 kB | 151/196 kB | 0.2/1.6 MB | 40/674 kB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (5): 3.7/6.7 MB | 10 kB | 151/196 kB | 0.2/1.6 MB | 40/674 kB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (5): 3.7/6.7 MB | 10 kB | 151/196 kB | 0.2/1.6 MB | 44/674 kB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (5): 3.7/6.7 MB | 10 kB | 155/196 kB | 0.2/1.6 MB | 44/674 kB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (5): 3.7/6.7 MB | 10 kB | 155/196 kB | 0.2/1.6 MB | 48/674 kB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (5): 3.7/6.7 MB | 10 kB | 155/196 kB | 0.2/1.6 MB | 48/674 kB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (5): 3.7/6.7 MB | 10 kB | 159/196 kB | 0.2/1.6 MB | 48/674 kB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (5): 3.7/6.7 MB | 10 kB | 159/196 kB | 0.2/1.6 MB | 52/674 kB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (5): 3.7/6.7 MB | 10 kB | 159/196 kB | 0.2/1.6 MB | 52/674 kB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (5): 3.7/6.7 MB | 10 kB | 163/196 kB | 0.2/1.6 MB | 52/674 kB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (5): 3.7/6.7 MB | 10 kB | 163/196 kB | 0.2/1.6 MB | 56/674 kB 06:46:26 [2025-06-30T04:46:26.347Z] Progress (5): 3.7/6.7 MB | 10 kB | 163/196 kB | 0.2/1.6 MB | 56/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (5): 3.7/6.7 MB | 10 kB | 167/196 kB | 0.2/1.6 MB | 56/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (5): 3.7/6.7 MB | 10 kB | 167/196 kB | 0.2/1.6 MB | 60/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (5): 3.7/6.7 MB | 10 kB | 167/196 kB | 0.2/1.6 MB | 60/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (5): 3.7/6.7 MB | 10 kB | 167/196 kB | 0.2/1.6 MB | 64/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (5): 3.7/6.7 MB | 10 kB | 171/196 kB | 0.2/1.6 MB | 64/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (5): 3.8/6.7 MB | 10 kB | 171/196 kB | 0.2/1.6 MB | 64/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (5): 3.8/6.7 MB | 10 kB | 171/196 kB | 0.2/1.6 MB | 68/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (5): 3.8/6.7 MB | 10 kB | 171/196 kB | 0.2/1.6 MB | 68/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (5): 3.8/6.7 MB | 10 kB | 175/196 kB | 0.2/1.6 MB | 68/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (5): 3.8/6.7 MB | 10 kB | 175/196 kB | 0.2/1.6 MB | 72/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (5): 3.8/6.7 MB | 10 kB | 179/196 kB | 0.2/1.6 MB | 72/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (5): 3.8/6.7 MB | 10 kB | 179/196 kB | 0.2/1.6 MB | 74/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (5): 3.8/6.7 MB | 10 kB | 179/196 kB | 0.2/1.6 MB | 74/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (5): 3.8/6.7 MB | 10 kB | 179/196 kB | 0.2/1.6 MB | 74/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (5): 3.8/6.7 MB | 10 kB | 179/196 kB | 0.2/1.6 MB | 78/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (5): 3.8/6.7 MB | 10 kB | 183/196 kB | 0.2/1.6 MB | 78/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (5): 3.8/6.7 MB | 10 kB | 183/196 kB | 0.2/1.6 MB | 82/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (5): 3.8/6.7 MB | 10 kB | 187/196 kB | 0.2/1.6 MB | 82/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] 06:46:26 [2025-06-30T04:46:26.348Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus-interactivity-api/1.3/plexus-interactivity-api-1.3.jar (10 kB at 19 kB/s) 06:46:26 [2025-06-30T04:46:26.348Z] Progress (4): 3.8/6.7 MB | 187/196 kB | 0.2/1.6 MB | 82/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] 06:46:26 [2025-06-30T04:46:26.348Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus-utils/4.0.2/plexus-utils-4.0.2.jar 06:46:26 [2025-06-30T04:46:26.348Z] Progress (4): 3.8/6.7 MB | 187/196 kB | 0.2/1.6 MB | 82/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (4): 3.8/6.7 MB | 191/196 kB | 0.2/1.6 MB | 82/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (4): 3.8/6.7 MB | 191/196 kB | 0.2/1.6 MB | 86/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (4): 3.8/6.7 MB | 195/196 kB | 0.2/1.6 MB | 86/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (4): 3.8/6.7 MB | 195/196 kB | 0.2/1.6 MB | 86/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (4): 3.8/6.7 MB | 195/196 kB | 0.2/1.6 MB | 90/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (4): 3.8/6.7 MB | 196 kB | 0.2/1.6 MB | 90/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (4): 3.9/6.7 MB | 196 kB | 0.2/1.6 MB | 90/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (4): 3.9/6.7 MB | 196 kB | 0.2/1.6 MB | 90/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (4): 3.9/6.7 MB | 196 kB | 0.2/1.6 MB | 90/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (4): 3.9/6.7 MB | 196 kB | 0.2/1.6 MB | 90/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (4): 3.9/6.7 MB | 196 kB | 0.3/1.6 MB | 90/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (4): 3.9/6.7 MB | 196 kB | 0.3/1.6 MB | 90/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (4): 3.9/6.7 MB | 196 kB | 0.3/1.6 MB | 90/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (4): 3.9/6.7 MB | 196 kB | 0.3/1.6 MB | 90/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (4): 3.9/6.7 MB | 196 kB | 0.3/1.6 MB | 90/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (4): 4.0/6.7 MB | 196 kB | 0.3/1.6 MB | 90/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (4): 4.0/6.7 MB | 196 kB | 0.3/1.6 MB | 90/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (4): 4.0/6.7 MB | 196 kB | 0.3/1.6 MB | 90/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (4): 4.0/6.7 MB | 196 kB | 0.3/1.6 MB | 94/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (4): 4.0/6.7 MB | 196 kB | 0.3/1.6 MB | 94/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (4): 4.0/6.7 MB | 196 kB | 0.3/1.6 MB | 94/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (4): 4.0/6.7 MB | 196 kB | 0.3/1.6 MB | 98/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (4): 4.0/6.7 MB | 196 kB | 0.3/1.6 MB | 102/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (4): 4.0/6.7 MB | 196 kB | 0.3/1.6 MB | 102/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (4): 4.0/6.7 MB | 196 kB | 0.3/1.6 MB | 106/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (4): 4.0/6.7 MB | 196 kB | 0.3/1.6 MB | 106/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (4): 4.0/6.7 MB | 196 kB | 0.3/1.6 MB | 111/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (4): 4.0/6.7 MB | 196 kB | 0.3/1.6 MB | 111/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (4): 4.0/6.7 MB | 196 kB | 0.3/1.6 MB | 115/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (4): 4.0/6.7 MB | 196 kB | 0.3/1.6 MB | 119/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (4): 4.0/6.7 MB | 196 kB | 0.3/1.6 MB | 119/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (4): 4.0/6.7 MB | 196 kB | 0.3/1.6 MB | 123/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (4): 4.1/6.7 MB | 196 kB | 0.3/1.6 MB | 123/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (4): 4.1/6.7 MB | 196 kB | 0.3/1.6 MB | 127/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (4): 4.1/6.7 MB | 196 kB | 0.3/1.6 MB | 127/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (4): 4.1/6.7 MB | 196 kB | 0.3/1.6 MB | 131/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (4): 4.1/6.7 MB | 196 kB | 0.3/1.6 MB | 135/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (4): 4.1/6.7 MB | 196 kB | 0.3/1.6 MB | 135/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (4): 4.1/6.7 MB | 196 kB | 0.3/1.6 MB | 139/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (4): 4.1/6.7 MB | 196 kB | 0.3/1.6 MB | 139/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (4): 4.1/6.7 MB | 196 kB | 0.3/1.6 MB | 143/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (4): 4.1/6.7 MB | 196 kB | 0.3/1.6 MB | 147/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (4): 4.1/6.7 MB | 196 kB | 0.4/1.6 MB | 147/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (4): 4.1/6.7 MB | 196 kB | 0.4/1.6 MB | 147/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (4): 4.1/6.7 MB | 196 kB | 0.4/1.6 MB | 151/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (4): 4.1/6.7 MB | 196 kB | 0.4/1.6 MB | 155/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (4): 4.1/6.7 MB | 196 kB | 0.4/1.6 MB | 155/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (4): 4.1/6.7 MB | 196 kB | 0.4/1.6 MB | 159/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (4): 4.2/6.7 MB | 196 kB | 0.4/1.6 MB | 159/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (4): 4.2/6.7 MB | 196 kB | 0.4/1.6 MB | 163/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (4): 4.2/6.7 MB | 196 kB | 0.4/1.6 MB | 163/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (4): 4.2/6.7 MB | 196 kB | 0.4/1.6 MB | 167/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (4): 4.2/6.7 MB | 196 kB | 0.4/1.6 MB | 171/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (4): 4.2/6.7 MB | 196 kB | 0.4/1.6 MB | 171/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (4): 4.2/6.7 MB | 196 kB | 0.4/1.6 MB | 175/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (4): 4.2/6.7 MB | 196 kB | 0.4/1.6 MB | 175/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (4): 4.2/6.7 MB | 196 kB | 0.4/1.6 MB | 179/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (4): 4.2/6.7 MB | 196 kB | 0.4/1.6 MB | 183/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (4): 4.2/6.7 MB | 196 kB | 0.4/1.6 MB | 183/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (4): 4.2/6.7 MB | 196 kB | 0.4/1.6 MB | 187/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (4): 4.2/6.7 MB | 196 kB | 0.4/1.6 MB | 187/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (4): 4.2/6.7 MB | 196 kB | 0.4/1.6 MB | 191/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (4): 4.2/6.7 MB | 196 kB | 0.4/1.6 MB | 191/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (4): 4.2/6.7 MB | 196 kB | 0.4/1.6 MB | 195/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (4): 4.2/6.7 MB | 196 kB | 0.4/1.6 MB | 195/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (4): 4.2/6.7 MB | 196 kB | 0.4/1.6 MB | 199/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (4): 4.3/6.7 MB | 196 kB | 0.4/1.6 MB | 199/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (4): 4.3/6.7 MB | 196 kB | 0.4/1.6 MB | 203/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (4): 4.3/6.7 MB | 196 kB | 0.4/1.6 MB | 203/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (4): 4.3/6.7 MB | 196 kB | 0.4/1.6 MB | 207/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (4): 4.3/6.7 MB | 196 kB | 0.4/1.6 MB | 211/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (4): 4.3/6.7 MB | 196 kB | 0.4/1.6 MB | 211/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (4): 4.3/6.7 MB | 196 kB | 0.4/1.6 MB | 211/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (4): 4.3/6.7 MB | 196 kB | 0.4/1.6 MB | 215/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (4): 4.3/6.7 MB | 196 kB | 0.4/1.6 MB | 215/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (4): 4.3/6.7 MB | 196 kB | 0.4/1.6 MB | 219/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (4): 4.3/6.7 MB | 196 kB | 0.4/1.6 MB | 223/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (4): 4.3/6.7 MB | 196 kB | 0.4/1.6 MB | 223/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (4): 4.3/6.7 MB | 196 kB | 0.4/1.6 MB | 223/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (4): 4.3/6.7 MB | 196 kB | 0.4/1.6 MB | 227/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (4): 4.3/6.7 MB | 196 kB | 0.4/1.6 MB | 229/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (4): 4.3/6.7 MB | 196 kB | 0.4/1.6 MB | 229/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (4): 4.3/6.7 MB | 196 kB | 0.4/1.6 MB | 233/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (4): 4.4/6.7 MB | 196 kB | 0.4/1.6 MB | 233/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (4): 4.4/6.7 MB | 196 kB | 0.4/1.6 MB | 238/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (4): 4.4/6.7 MB | 196 kB | 0.5/1.6 MB | 238/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (4): 4.4/6.7 MB | 196 kB | 0.5/1.6 MB | 242/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (4): 4.4/6.7 MB | 196 kB | 0.5/1.6 MB | 242/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (4): 4.4/6.7 MB | 196 kB | 0.5/1.6 MB | 242/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (4): 4.4/6.7 MB | 196 kB | 0.5/1.6 MB | 246/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (4): 4.4/6.7 MB | 196 kB | 0.5/1.6 MB | 246/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (4): 4.4/6.7 MB | 196 kB | 0.5/1.6 MB | 250/674 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (5): 4.4/6.7 MB | 196 kB | 0.5/1.6 MB | 250/674 kB | 4.1/193 kB 06:46:26 [2025-06-30T04:46:26.348Z] Progress (5): 4.4/6.7 MB | 196 kB | 0.5/1.6 MB | 250/674 kB | 4.1/193 kB 06:46:26 [2025-06-30T04:46:26.349Z] Progress (5): 4.4/6.7 MB | 196 kB | 0.5/1.6 MB | 254/674 kB | 4.1/193 kB 06:46:26 [2025-06-30T04:46:26.349Z] Progress (5): 4.4/6.7 MB | 196 kB | 0.5/1.6 MB | 254/674 kB | 7.6/193 kB 06:46:26 [2025-06-30T04:46:26.349Z] Progress (5): 4.4/6.7 MB | 196 kB | 0.5/1.6 MB | 254/674 kB | 7.6/193 kB 06:46:26 [2025-06-30T04:46:26.349Z] Progress (5): 4.4/6.7 MB | 196 kB | 0.5/1.6 MB | 258/674 kB | 7.6/193 kB 06:46:26 [2025-06-30T04:46:26.349Z] Progress (5): 4.4/6.7 MB | 196 kB | 0.5/1.6 MB | 258/674 kB | 7.6/193 kB 06:46:26 [2025-06-30T04:46:26.349Z] Progress (5): 4.4/6.7 MB | 196 kB | 0.5/1.6 MB | 262/674 kB | 7.6/193 kB 06:46:26 [2025-06-30T04:46:26.349Z] Progress (5): 4.4/6.7 MB | 196 kB | 0.5/1.6 MB | 262/674 kB | 12/193 kB 06:46:26 [2025-06-30T04:46:26.349Z] Progress (5): 4.4/6.7 MB | 196 kB | 0.5/1.6 MB | 262/674 kB | 12/193 kB 06:46:26 [2025-06-30T04:46:26.349Z] Progress (5): 4.4/6.7 MB | 196 kB | 0.5/1.6 MB | 266/674 kB | 12/193 kB 06:46:26 [2025-06-30T04:46:26.349Z] Progress (5): 4.5/6.7 MB | 196 kB | 0.5/1.6 MB | 266/674 kB | 12/193 kB 06:46:26 [2025-06-30T04:46:26.349Z] Progress (5): 4.5/6.7 MB | 196 kB | 0.5/1.6 MB | 266/674 kB | 16/193 kB 06:46:26 [2025-06-30T04:46:26.349Z] Progress (5): 4.5/6.7 MB | 196 kB | 0.5/1.6 MB | 270/674 kB | 16/193 kB 06:46:26 [2025-06-30T04:46:26.349Z] Progress (5): 4.5/6.7 MB | 196 kB | 0.5/1.6 MB | 270/674 kB | 16/193 kB 06:46:26 [2025-06-30T04:46:26.349Z] Progress (5): 4.5/6.7 MB | 196 kB | 0.5/1.6 MB | 274/674 kB | 16/193 kB 06:46:26 [2025-06-30T04:46:26.349Z] Progress (5): 4.5/6.7 MB | 196 kB | 0.5/1.6 MB | 274/674 kB | 20/193 kB 06:46:26 [2025-06-30T04:46:26.349Z] Progress (5): 4.5/6.7 MB | 196 kB | 0.5/1.6 MB | 279/674 kB | 20/193 kB 06:46:26 [2025-06-30T04:46:26.349Z] Progress (5): 4.5/6.7 MB | 196 kB | 0.5/1.6 MB | 279/674 kB | 20/193 kB 06:46:26 [2025-06-30T04:46:26.349Z] Progress (5): 4.5/6.7 MB | 196 kB | 0.5/1.6 MB | 279/674 kB | 20/193 kB 06:46:26 [2025-06-30T04:46:26.349Z] Progress (5): 4.5/6.7 MB | 196 kB | 0.5/1.6 MB | 279/674 kB | 24/193 kB 06:46:26 [2025-06-30T04:46:26.349Z] Progress (5): 4.5/6.7 MB | 196 kB | 0.5/1.6 MB | 283/674 kB | 24/193 kB 06:46:26 [2025-06-30T04:46:26.349Z] Progress (5): 4.5/6.7 MB | 196 kB | 0.5/1.6 MB | 283/674 kB | 24/193 kB 06:46:26 [2025-06-30T04:46:26.349Z] Progress (5): 4.5/6.7 MB | 196 kB | 0.5/1.6 MB | 287/674 kB | 24/193 kB 06:46:26 [2025-06-30T04:46:26.349Z] Progress (5): 4.5/6.7 MB | 196 kB | 0.5/1.6 MB | 287/674 kB | 28/193 kB 06:46:26 [2025-06-30T04:46:26.349Z] Progress (5): 4.5/6.7 MB | 196 kB | 0.5/1.6 MB | 291/674 kB | 28/193 kB 06:46:26 [2025-06-30T04:46:26.349Z] Progress (5): 4.5/6.7 MB | 196 kB | 0.5/1.6 MB | 291/674 kB | 28/193 kB 06:46:26 [2025-06-30T04:46:26.349Z] Progress (5): 4.5/6.7 MB | 196 kB | 0.5/1.6 MB | 291/674 kB | 32/193 kB 06:46:26 [2025-06-30T04:46:26.349Z] Progress (5): 4.5/6.7 MB | 196 kB | 0.5/1.6 MB | 291/674 kB | 32/193 kB 06:46:26 [2025-06-30T04:46:26.349Z] Progress (5): 4.5/6.7 MB | 196 kB | 0.5/1.6 MB | 295/674 kB | 32/193 kB 06:46:26 [2025-06-30T04:46:26.349Z] Progress (5): 4.5/6.7 MB | 196 kB | 0.5/1.6 MB | 295/674 kB | 36/193 kB 06:46:26 [2025-06-30T04:46:26.349Z] Progress (5): 4.5/6.7 MB | 196 kB | 0.5/1.6 MB | 295/674 kB | 36/193 kB 06:46:26 [2025-06-30T04:46:26.349Z] Progress (5): 4.5/6.7 MB | 196 kB | 0.5/1.6 MB | 299/674 kB | 36/193 kB 06:46:26 [2025-06-30T04:46:26.349Z] Progress (5): 4.5/6.7 MB | 196 kB | 0.5/1.6 MB | 299/674 kB | 40/193 kB 06:46:26 [2025-06-30T04:46:26.349Z] Progress (5): 4.5/6.7 MB | 196 kB | 0.5/1.6 MB | 303/674 kB | 40/193 kB 06:46:26 [2025-06-30T04:46:26.349Z] Progress (5): 4.5/6.7 MB | 196 kB | 0.5/1.6 MB | 303/674 kB | 40/193 kB 06:46:26 [2025-06-30T04:46:26.349Z] Progress (5): 4.6/6.7 MB | 196 kB | 0.5/1.6 MB | 303/674 kB | 40/193 kB 06:46:26 [2025-06-30T04:46:26.349Z] Progress (5): 4.6/6.7 MB | 196 kB | 0.5/1.6 MB | 303/674 kB | 44/193 kB 06:46:26 [2025-06-30T04:46:26.349Z] Progress (5): 4.6/6.7 MB | 196 kB | 0.5/1.6 MB | 307/674 kB | 44/193 kB 06:46:26 [2025-06-30T04:46:26.349Z] Progress (5): 4.6/6.7 MB | 196 kB | 0.5/1.6 MB | 307/674 kB | 48/193 kB 06:46:26 [2025-06-30T04:46:26.349Z] Progress (5): 4.6/6.7 MB | 196 kB | 0.5/1.6 MB | 311/674 kB | 48/193 kB 06:46:26 [2025-06-30T04:46:26.349Z] Progress (5): 4.6/6.7 MB | 196 kB | 0.5/1.6 MB | 311/674 kB | 48/193 kB 06:46:26 [2025-06-30T04:46:26.349Z] Progress (5): 4.6/6.7 MB | 196 kB | 0.5/1.6 MB | 311/674 kB | 48/193 kB 06:46:26 [2025-06-30T04:46:26.349Z] Progress (5): 4.6/6.7 MB | 196 kB | 0.5/1.6 MB | 311/674 kB | 52/193 kB 06:46:26 [2025-06-30T04:46:26.349Z] Progress (5): 4.6/6.7 MB | 196 kB | 0.5/1.6 MB | 315/674 kB | 52/193 kB 06:46:26 [2025-06-30T04:46:26.349Z] Progress (5): 4.6/6.7 MB | 196 kB | 0.5/1.6 MB | 315/674 kB | 56/193 kB 06:46:26 [2025-06-30T04:46:26.349Z] Progress (5): 4.6/6.7 MB | 196 kB | 0.6/1.6 MB | 315/674 kB | 56/193 kB 06:46:26 [2025-06-30T04:46:26.349Z] Progress (5): 4.6/6.7 MB | 196 kB | 0.6/1.6 MB | 319/674 kB | 56/193 kB 06:46:26 [2025-06-30T04:46:26.349Z] Progress (5): 4.6/6.7 MB | 196 kB | 0.6/1.6 MB | 319/674 kB | 56/193 kB 06:46:26 [2025-06-30T04:46:26.349Z] Progress (5): 4.6/6.7 MB | 196 kB | 0.6/1.6 MB | 319/674 kB | 60/193 kB 06:46:26 [2025-06-30T04:46:26.349Z] Progress (5): 4.6/6.7 MB | 196 kB | 0.6/1.6 MB | 319/674 kB | 60/193 kB 06:46:26 [2025-06-30T04:46:26.349Z] Progress (5): 4.6/6.7 MB | 196 kB | 0.6/1.6 MB | 323/674 kB | 60/193 kB 06:46:26 [2025-06-30T04:46:26.349Z] 06:46:26 [2025-06-30T04:46:26.349Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/woodstox/stax2-api/4.2.2/stax2-api-4.2.2.jar (196 kB at 341 kB/s) 06:46:26 [2025-06-30T04:46:26.349Z] Progress (4): 4.7/6.7 MB | 0.6/1.6 MB | 323/674 kB | 60/193 kB 06:46:26 [2025-06-30T04:46:26.349Z] Progress (4): 4.7/6.7 MB | 0.6/1.6 MB | 327/674 kB | 60/193 kB 06:46:26 [2025-06-30T04:46:26.349Z] Progress (4): 4.7/6.7 MB | 0.6/1.6 MB | 327/674 kB | 64/193 kB 06:46:26 [2025-06-30T04:46:26.349Z] Progress (4): 4.7/6.7 MB | 0.6/1.6 MB | 331/674 kB | 64/193 kB 06:46:26 [2025-06-30T04:46:26.349Z] Progress (4): 4.7/6.7 MB | 0.6/1.6 MB | 331/674 kB | 64/193 kB 06:46:26 [2025-06-30T04:46:26.349Z] Progress (4): 4.7/6.7 MB | 0.6/1.6 MB | 335/674 kB | 64/193 kB 06:46:26 [2025-06-30T04:46:26.349Z] Progress (4): 4.7/6.7 MB | 0.6/1.6 MB | 335/674 kB | 68/193 kB 06:46:26 [2025-06-30T04:46:26.349Z] Progress (4): 4.7/6.7 MB | 0.6/1.6 MB | 335/674 kB | 68/193 kB 06:46:26 [2025-06-30T04:46:26.349Z] Progress (4): 4.7/6.7 MB | 0.6/1.6 MB | 339/674 kB | 68/193 kB 06:46:26 [2025-06-30T04:46:26.349Z] Progress (4): 4.7/6.7 MB | 0.6/1.6 MB | 339/674 kB | 72/193 kB 06:46:26 [2025-06-30T04:46:26.349Z] Progress (4): 4.7/6.7 MB | 0.6/1.6 MB | 339/674 kB | 72/193 kB 06:46:26 [2025-06-30T04:46:26.349Z] Progress (4): 4.7/6.7 MB | 0.6/1.6 MB | 343/674 kB | 72/193 kB 06:46:26 [2025-06-30T04:46:26.349Z] Progress (4): 4.7/6.7 MB | 0.6/1.6 MB | 343/674 kB | 74/193 kB 06:46:26 [2025-06-30T04:46:26.349Z] Progress (4): 4.7/6.7 MB | 0.6/1.6 MB | 343/674 kB | 74/193 kB 06:46:26 [2025-06-30T04:46:26.349Z] Progress (4): 4.7/6.7 MB | 0.6/1.6 MB | 347/674 kB | 74/193 kB 06:46:26 [2025-06-30T04:46:26.349Z] Progress (4): 4.7/6.7 MB | 0.6/1.6 MB | 347/674 kB | 74/193 kB 06:46:26 [2025-06-30T04:46:26.349Z] Progress (4): 4.7/6.7 MB | 0.6/1.6 MB | 351/674 kB | 74/193 kB 06:46:26 [2025-06-30T04:46:26.349Z] Progress (4): 4.7/6.7 MB | 0.6/1.6 MB | 351/674 kB | 78/193 kB 06:46:26 [2025-06-30T04:46:26.349Z] Progress (4): 4.7/6.7 MB | 0.6/1.6 MB | 355/674 kB | 78/193 kB 06:46:26 [2025-06-30T04:46:26.349Z] Progress (4): 4.7/6.7 MB | 0.6/1.6 MB | 355/674 kB | 78/193 kB 06:46:26 [2025-06-30T04:46:26.349Z] Progress (4): 4.8/6.7 MB | 0.6/1.6 MB | 355/674 kB | 78/193 kB 06:46:26 [2025-06-30T04:46:26.349Z] Progress (4): 4.8/6.7 MB | 0.6/1.6 MB | 355/674 kB | 82/193 kB 06:46:26 [2025-06-30T04:46:26.349Z] Progress (4): 4.8/6.7 MB | 0.6/1.6 MB | 359/674 kB | 82/193 kB 06:46:26 [2025-06-30T04:46:26.349Z] Progress (4): 4.8/6.7 MB | 0.6/1.6 MB | 359/674 kB | 82/193 kB 06:46:26 [2025-06-30T04:46:26.349Z] Progress (4): 4.8/6.7 MB | 0.6/1.6 MB | 359/674 kB | 86/193 kB 06:46:26 [2025-06-30T04:46:26.349Z] Progress (4): 4.8/6.7 MB | 0.6/1.6 MB | 363/674 kB | 86/193 kB 06:46:26 [2025-06-30T04:46:26.349Z] Progress (4): 4.8/6.7 MB | 0.6/1.6 MB | 363/674 kB | 90/193 kB 06:46:26 [2025-06-30T04:46:26.349Z] Progress (4): 4.8/6.7 MB | 0.6/1.6 MB | 363/674 kB | 90/193 kB 06:46:26 [2025-06-30T04:46:26.349Z] Progress (4): 4.8/6.7 MB | 0.6/1.6 MB | 367/674 kB | 90/193 kB 06:46:26 [2025-06-30T04:46:26.349Z] Progress (4): 4.8/6.7 MB | 0.6/1.6 MB | 367/674 kB | 90/193 kB 06:46:26 [2025-06-30T04:46:26.349Z] Progress (4): 4.8/6.7 MB | 0.6/1.6 MB | 367/674 kB | 94/193 kB 06:46:26 [2025-06-30T04:46:26.349Z] Progress (4): 4.8/6.7 MB | 0.6/1.6 MB | 371/674 kB | 94/193 kB 06:46:26 [2025-06-30T04:46:26.349Z] Progress (4): 4.8/6.7 MB | 0.6/1.6 MB | 371/674 kB | 94/193 kB 06:46:26 [2025-06-30T04:46:26.349Z] Progress (4): 4.8/6.7 MB | 0.6/1.6 MB | 371/674 kB | 98/193 kB 06:46:26 [2025-06-30T04:46:26.349Z] Progress (4): 4.8/6.7 MB | 0.6/1.6 MB | 375/674 kB | 98/193 kB 06:46:26 [2025-06-30T04:46:26.349Z] Progress (4): 4.8/6.7 MB | 0.6/1.6 MB | 375/674 kB | 98/193 kB 06:46:26 [2025-06-30T04:46:26.349Z] Progress (4): 4.8/6.7 MB | 0.6/1.6 MB | 375/674 kB | 98/193 kB 06:46:26 [2025-06-30T04:46:26.349Z] Progress (4): 4.8/6.7 MB | 0.6/1.6 MB | 379/674 kB | 98/193 kB 06:46:26 [2025-06-30T04:46:26.349Z] Progress (4): 4.8/6.7 MB | 0.6/1.6 MB | 379/674 kB | 102/193 kB 06:46:26 [2025-06-30T04:46:26.349Z] Progress (4): 4.8/6.7 MB | 0.6/1.6 MB | 379/674 kB | 102/193 kB 06:46:26 [2025-06-30T04:46:26.349Z] Progress (4): 4.8/6.7 MB | 0.6/1.6 MB | 383/674 kB | 102/193 kB 06:46:26 [2025-06-30T04:46:26.349Z] Progress (4): 4.8/6.7 MB | 0.6/1.6 MB | 383/674 kB | 106/193 kB 06:46:26 [2025-06-30T04:46:26.349Z] Progress (4): 4.8/6.7 MB | 0.6/1.6 MB | 383/674 kB | 106/193 kB 06:46:26 [2025-06-30T04:46:26.349Z] Progress (4): 4.8/6.7 MB | 0.6/1.6 MB | 387/674 kB | 106/193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 4.8/6.7 MB | 0.6/1.6 MB | 387/674 kB | 106/193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 4.8/6.7 MB | 0.6/1.6 MB | 387/674 kB | 111/193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 4.8/6.7 MB | 0.6/1.6 MB | 391/674 kB | 111/193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 4.8/6.7 MB | 0.6/1.6 MB | 391/674 kB | 115/193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 4.8/6.7 MB | 0.6/1.6 MB | 393/674 kB | 115/193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 4.8/6.7 MB | 0.7/1.6 MB | 393/674 kB | 115/193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 4.9/6.7 MB | 0.7/1.6 MB | 393/674 kB | 115/193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 4.9/6.7 MB | 0.7/1.6 MB | 393/674 kB | 119/193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 4.9/6.7 MB | 0.7/1.6 MB | 397/674 kB | 119/193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 4.9/6.7 MB | 0.7/1.6 MB | 397/674 kB | 119/193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 4.9/6.7 MB | 0.7/1.6 MB | 401/674 kB | 119/193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 4.9/6.7 MB | 0.7/1.6 MB | 401/674 kB | 123/193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 4.9/6.7 MB | 0.7/1.6 MB | 406/674 kB | 123/193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 4.9/6.7 MB | 0.7/1.6 MB | 406/674 kB | 123/193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 4.9/6.7 MB | 0.7/1.6 MB | 406/674 kB | 127/193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 4.9/6.7 MB | 0.7/1.6 MB | 406/674 kB | 127/193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 4.9/6.7 MB | 0.7/1.6 MB | 409/674 kB | 127/193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 4.9/6.7 MB | 0.7/1.6 MB | 409/674 kB | 131/193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 4.9/6.7 MB | 0.7/1.6 MB | 409/674 kB | 131/193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 4.9/6.7 MB | 0.7/1.6 MB | 413/674 kB | 131/193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 4.9/6.7 MB | 0.7/1.6 MB | 413/674 kB | 135/193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 4.9/6.7 MB | 0.7/1.6 MB | 417/674 kB | 135/193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 4.9/6.7 MB | 0.7/1.6 MB | 417/674 kB | 139/193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 4.9/6.7 MB | 0.7/1.6 MB | 417/674 kB | 139/193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 4.9/6.7 MB | 0.7/1.6 MB | 417/674 kB | 139/193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 4.9/6.7 MB | 0.7/1.6 MB | 422/674 kB | 139/193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 4.9/6.7 MB | 0.7/1.6 MB | 422/674 kB | 143/193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 4.9/6.7 MB | 0.7/1.6 MB | 425/674 kB | 143/193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 4.9/6.7 MB | 0.7/1.6 MB | 425/674 kB | 147/193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 4.9/6.7 MB | 0.7/1.6 MB | 425/674 kB | 147/193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 4.9/6.7 MB | 0.7/1.6 MB | 429/674 kB | 147/193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 5.0/6.7 MB | 0.7/1.6 MB | 429/674 kB | 147/193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 5.0/6.7 MB | 0.7/1.6 MB | 429/674 kB | 151/193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 5.0/6.7 MB | 0.7/1.6 MB | 433/674 kB | 151/193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 5.0/6.7 MB | 0.7/1.6 MB | 433/674 kB | 151/193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 5.0/6.7 MB | 0.7/1.6 MB | 433/674 kB | 155/193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 5.0/6.7 MB | 0.7/1.6 MB | 438/674 kB | 155/193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 5.0/6.7 MB | 0.7/1.6 MB | 438/674 kB | 159/193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 5.0/6.7 MB | 0.7/1.6 MB | 441/674 kB | 159/193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 5.0/6.7 MB | 0.7/1.6 MB | 441/674 kB | 159/193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 5.0/6.7 MB | 0.7/1.6 MB | 441/674 kB | 159/193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 5.0/6.7 MB | 0.7/1.6 MB | 441/674 kB | 163/193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 5.0/6.7 MB | 0.7/1.6 MB | 445/674 kB | 163/193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 5.0/6.7 MB | 0.7/1.6 MB | 445/674 kB | 167/193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 5.0/6.7 MB | 0.7/1.6 MB | 449/674 kB | 167/193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 5.0/6.7 MB | 0.7/1.6 MB | 449/674 kB | 167/193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 5.0/6.7 MB | 0.7/1.6 MB | 449/674 kB | 171/193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 5.0/6.7 MB | 0.7/1.6 MB | 449/674 kB | 171/193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 5.0/6.7 MB | 0.7/1.6 MB | 454/674 kB | 171/193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 5.0/6.7 MB | 0.7/1.6 MB | 454/674 kB | 175/193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 5.0/6.7 MB | 0.7/1.6 MB | 457/674 kB | 175/193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 5.0/6.7 MB | 0.7/1.6 MB | 457/674 kB | 179/193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 5.0/6.7 MB | 0.7/1.6 MB | 457/674 kB | 179/193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 5.0/6.7 MB | 0.7/1.6 MB | 461/674 kB | 179/193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 5.0/6.7 MB | 0.7/1.6 MB | 461/674 kB | 183/193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 5.1/6.7 MB | 0.7/1.6 MB | 461/674 kB | 183/193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 5.1/6.7 MB | 0.7/1.6 MB | 465/674 kB | 183/193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 5.1/6.7 MB | 0.7/1.6 MB | 465/674 kB | 183/193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 5.1/6.7 MB | 0.7/1.6 MB | 465/674 kB | 187/193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 5.1/6.7 MB | 0.7/1.6 MB | 470/674 kB | 187/193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 5.1/6.7 MB | 0.7/1.6 MB | 470/674 kB | 191/193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 5.1/6.7 MB | 0.7/1.6 MB | 473/674 kB | 191/193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 5.1/6.7 MB | 0.7/1.6 MB | 473/674 kB | 191/193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 5.1/6.7 MB | 0.7/1.6 MB | 473/674 kB | 191/193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 5.1/6.7 MB | 0.7/1.6 MB | 473/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 5.1/6.7 MB | 0.7/1.6 MB | 477/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 5.1/6.7 MB | 0.8/1.6 MB | 477/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 5.1/6.7 MB | 0.8/1.6 MB | 481/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 5.1/6.7 MB | 0.8/1.6 MB | 481/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 5.1/6.7 MB | 0.8/1.6 MB | 486/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 5.1/6.7 MB | 0.8/1.6 MB | 486/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 5.1/6.7 MB | 0.8/1.6 MB | 489/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 5.1/6.7 MB | 0.8/1.6 MB | 492/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 5.2/6.7 MB | 0.8/1.6 MB | 492/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 5.2/6.7 MB | 0.8/1.6 MB | 492/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 5.2/6.7 MB | 0.8/1.6 MB | 496/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 5.2/6.7 MB | 0.8/1.6 MB | 500/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 5.2/6.7 MB | 0.8/1.6 MB | 500/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 5.2/6.7 MB | 0.8/1.6 MB | 504/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 5.2/6.7 MB | 0.8/1.6 MB | 504/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 5.2/6.7 MB | 0.8/1.6 MB | 504/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 5.2/6.7 MB | 0.8/1.6 MB | 508/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 5.2/6.7 MB | 0.8/1.6 MB | 512/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 5.2/6.7 MB | 0.8/1.6 MB | 512/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 5.2/6.7 MB | 0.8/1.6 MB | 512/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 5.2/6.7 MB | 0.8/1.6 MB | 516/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 5.2/6.7 MB | 0.8/1.6 MB | 520/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 5.2/6.7 MB | 0.8/1.6 MB | 520/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 5.3/6.7 MB | 0.8/1.6 MB | 520/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 5.3/6.7 MB | 0.8/1.6 MB | 524/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 5.3/6.7 MB | 0.8/1.6 MB | 524/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 5.3/6.7 MB | 0.8/1.6 MB | 528/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 5.3/6.7 MB | 0.8/1.6 MB | 532/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 5.3/6.7 MB | 0.8/1.6 MB | 532/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 5.3/6.7 MB | 0.8/1.6 MB | 532/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 5.3/6.7 MB | 0.8/1.6 MB | 537/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 5.3/6.7 MB | 0.8/1.6 MB | 541/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 5.3/6.7 MB | 0.8/1.6 MB | 541/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 5.3/6.7 MB | 0.8/1.6 MB | 541/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 5.3/6.7 MB | 0.8/1.6 MB | 545/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 5.3/6.7 MB | 0.8/1.6 MB | 549/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 5.3/6.7 MB | 0.8/1.6 MB | 549/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 5.3/6.7 MB | 0.8/1.6 MB | 553/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 5.4/6.7 MB | 0.8/1.6 MB | 553/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 5.4/6.7 MB | 0.8/1.6 MB | 553/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 5.4/6.7 MB | 0.8/1.6 MB | 557/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 5.4/6.7 MB | 0.8/1.6 MB | 561/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 5.4/6.7 MB | 0.9/1.6 MB | 561/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 5.4/6.7 MB | 0.9/1.6 MB | 561/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 5.4/6.7 MB | 0.9/1.6 MB | 565/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 5.4/6.7 MB | 0.9/1.6 MB | 569/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 5.4/6.7 MB | 0.9/1.6 MB | 569/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 5.4/6.7 MB | 0.9/1.6 MB | 573/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 5.4/6.7 MB | 0.9/1.6 MB | 573/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 5.4/6.7 MB | 0.9/1.6 MB | 573/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 5.4/6.7 MB | 0.9/1.6 MB | 577/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 5.4/6.7 MB | 0.9/1.6 MB | 582/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 5.4/6.7 MB | 0.9/1.6 MB | 582/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 5.5/6.7 MB | 0.9/1.6 MB | 582/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 5.5/6.7 MB | 0.9/1.6 MB | 585/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.350Z] Progress (4): 5.5/6.7 MB | 0.9/1.6 MB | 585/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (4): 5.5/6.7 MB | 0.9/1.6 MB | 589/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (4): 5.5/6.7 MB | 0.9/1.6 MB | 589/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (4): 5.5/6.7 MB | 0.9/1.6 MB | 593/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (4): 5.5/6.7 MB | 0.9/1.6 MB | 593/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (4): 5.5/6.7 MB | 0.9/1.6 MB | 598/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (4): 5.5/6.7 MB | 0.9/1.6 MB | 598/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (4): 5.5/6.7 MB | 0.9/1.6 MB | 601/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (4): 5.5/6.7 MB | 0.9/1.6 MB | 601/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (4): 5.5/6.7 MB | 0.9/1.6 MB | 605/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (4): 5.5/6.7 MB | 0.9/1.6 MB | 605/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (4): 5.5/6.7 MB | 0.9/1.6 MB | 609/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (4): 5.5/6.7 MB | 0.9/1.6 MB | 609/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (4): 5.6/6.7 MB | 0.9/1.6 MB | 609/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (4): 5.6/6.7 MB | 0.9/1.6 MB | 614/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (4): 5.6/6.7 MB | 0.9/1.6 MB | 617/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (4): 5.6/6.7 MB | 0.9/1.6 MB | 617/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (4): 5.6/6.7 MB | 0.9/1.6 MB | 621/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (4): 5.6/6.7 MB | 0.9/1.6 MB | 621/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (4): 5.6/6.7 MB | 0.9/1.6 MB | 621/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (4): 5.6/6.7 MB | 0.9/1.6 MB | 625/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (4): 5.6/6.7 MB | 0.9/1.6 MB | 630/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (4): 5.6/6.7 MB | 0.9/1.6 MB | 630/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (4): 5.6/6.7 MB | 0.9/1.6 MB | 633/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (4): 5.6/6.7 MB | 0.9/1.6 MB | 633/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (4): 5.6/6.7 MB | 0.9/1.6 MB | 633/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (4): 5.6/6.7 MB | 0.9/1.6 MB | 637/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (4): 5.6/6.7 MB | 0.9/1.6 MB | 641/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (4): 5.6/6.7 MB | 1.0/1.6 MB | 641/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (4): 5.6/6.7 MB | 1.0/1.6 MB | 646/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (4): 5.7/6.7 MB | 1.0/1.6 MB | 646/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (4): 5.7/6.7 MB | 1.0/1.6 MB | 649/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (4): 5.7/6.7 MB | 1.0/1.6 MB | 649/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (4): 5.7/6.7 MB | 1.0/1.6 MB | 653/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (4): 5.7/6.7 MB | 1.0/1.6 MB | 655/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (4): 5.7/6.7 MB | 1.0/1.6 MB | 655/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (4): 5.7/6.7 MB | 1.0/1.6 MB | 655/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (4): 5.7/6.7 MB | 1.0/1.6 MB | 659/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (4): 5.7/6.7 MB | 1.0/1.6 MB | 664/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (4): 5.7/6.7 MB | 1.0/1.6 MB | 664/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (4): 5.7/6.7 MB | 1.0/1.6 MB | 668/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (4): 5.7/6.7 MB | 1.0/1.6 MB | 668/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (4): 5.7/6.7 MB | 1.0/1.6 MB | 668/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (4): 5.7/6.7 MB | 1.0/1.6 MB | 672/674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (4): 5.7/6.7 MB | 1.0/1.6 MB | 674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (4): 5.7/6.7 MB | 1.0/1.6 MB | 674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (4): 5.8/6.7 MB | 1.0/1.6 MB | 674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (4): 5.8/6.7 MB | 1.0/1.6 MB | 674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (4): 5.8/6.7 MB | 1.0/1.6 MB | 674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (4): 5.8/6.7 MB | 1.0/1.6 MB | 674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (4): 5.8/6.7 MB | 1.0/1.6 MB | 674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (4): 5.8/6.7 MB | 1.0/1.6 MB | 674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (4): 5.8/6.7 MB | 1.0/1.6 MB | 674 kB | 193 kB 06:46:26 [2025-06-30T04:46:26.351Z] 06:46:26 [2025-06-30T04:46:26.351Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/codehaus/plexus/plexus-utils/4.0.2/plexus-utils-4.0.2.jar (193 kB at 320 kB/s) 06:46:26 [2025-06-30T04:46:26.351Z] Progress (3): 5.8/6.7 MB | 1.0/1.6 MB | 674 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (3): 5.9/6.7 MB | 1.0/1.6 MB | 674 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (3): 5.9/6.7 MB | 1.0/1.6 MB | 674 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (3): 5.9/6.7 MB | 1.1/1.6 MB | 674 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (3): 5.9/6.7 MB | 1.1/1.6 MB | 674 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (3): 5.9/6.7 MB | 1.1/1.6 MB | 674 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (3): 5.9/6.7 MB | 1.1/1.6 MB | 674 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (3): 5.9/6.7 MB | 1.1/1.6 MB | 674 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (3): 5.9/6.7 MB | 1.1/1.6 MB | 674 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (3): 6.0/6.7 MB | 1.1/1.6 MB | 674 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (3): 6.0/6.7 MB | 1.1/1.6 MB | 674 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (3): 6.0/6.7 MB | 1.1/1.6 MB | 674 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (3): 6.0/6.7 MB | 1.1/1.6 MB | 674 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (3): 6.0/6.7 MB | 1.1/1.6 MB | 674 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (3): 6.0/6.7 MB | 1.1/1.6 MB | 674 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (3): 6.0/6.7 MB | 1.1/1.6 MB | 674 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (3): 6.0/6.7 MB | 1.1/1.6 MB | 674 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (3): 6.1/6.7 MB | 1.1/1.6 MB | 674 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (3): 6.1/6.7 MB | 1.1/1.6 MB | 674 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (3): 6.1/6.7 MB | 1.1/1.6 MB | 674 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (3): 6.1/6.7 MB | 1.1/1.6 MB | 674 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (3): 6.1/6.7 MB | 1.1/1.6 MB | 674 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (3): 6.1/6.7 MB | 1.1/1.6 MB | 674 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (3): 6.1/6.7 MB | 1.2/1.6 MB | 674 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (3): 6.1/6.7 MB | 1.2/1.6 MB | 674 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (3): 6.2/6.7 MB | 1.2/1.6 MB | 674 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (3): 6.2/6.7 MB | 1.2/1.6 MB | 674 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (3): 6.2/6.7 MB | 1.2/1.6 MB | 674 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (3): 6.2/6.7 MB | 1.2/1.6 MB | 674 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (3): 6.2/6.7 MB | 1.2/1.6 MB | 674 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (3): 6.2/6.7 MB | 1.2/1.6 MB | 674 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (3): 6.2/6.7 MB | 1.2/1.6 MB | 674 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (3): 6.2/6.7 MB | 1.2/1.6 MB | 674 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (3): 6.3/6.7 MB | 1.2/1.6 MB | 674 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (3): 6.3/6.7 MB | 1.2/1.6 MB | 674 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (3): 6.3/6.7 MB | 1.2/1.6 MB | 674 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (3): 6.3/6.7 MB | 1.2/1.6 MB | 674 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (3): 6.3/6.7 MB | 1.2/1.6 MB | 674 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (3): 6.3/6.7 MB | 1.2/1.6 MB | 674 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (3): 6.3/6.7 MB | 1.2/1.6 MB | 674 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (3): 6.3/6.7 MB | 1.2/1.6 MB | 674 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (3): 6.4/6.7 MB | 1.2/1.6 MB | 674 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (3): 6.4/6.7 MB | 1.3/1.6 MB | 674 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (3): 6.4/6.7 MB | 1.3/1.6 MB | 674 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (3): 6.4/6.7 MB | 1.3/1.6 MB | 674 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (3): 6.4/6.7 MB | 1.3/1.6 MB | 674 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (3): 6.4/6.7 MB | 1.3/1.6 MB | 674 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (3): 6.4/6.7 MB | 1.3/1.6 MB | 674 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (3): 6.5/6.7 MB | 1.3/1.6 MB | 674 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (3): 6.5/6.7 MB | 1.3/1.6 MB | 674 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (3): 6.5/6.7 MB | 1.3/1.6 MB | 674 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (3): 6.5/6.7 MB | 1.3/1.6 MB | 674 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (3): 6.5/6.7 MB | 1.3/1.6 MB | 674 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (3): 6.5/6.7 MB | 1.3/1.6 MB | 674 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (3): 6.5/6.7 MB | 1.3/1.6 MB | 674 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (3): 6.5/6.7 MB | 1.3/1.6 MB | 674 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (3): 6.6/6.7 MB | 1.3/1.6 MB | 674 kB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (3): 6.6/6.7 MB | 1.3/1.6 MB | 674 kB 06:46:26 [2025-06-30T04:46:26.351Z] 06:46:26 [2025-06-30T04:46:26.351Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/commons/commons-lang3/3.17.0/commons-lang3-3.17.0.jar (674 kB at 1.1 MB/s) 06:46:26 [2025-06-30T04:46:26.351Z] Progress (2): 6.6/6.7 MB | 1.3/1.6 MB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (2): 6.6/6.7 MB | 1.3/1.6 MB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (2): 6.6/6.7 MB | 1.3/1.6 MB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (2): 6.6/6.7 MB | 1.4/1.6 MB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (2): 6.6/6.7 MB | 1.4/1.6 MB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (2): 6.6/6.7 MB | 1.4/1.6 MB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (2): 6.7 MB | 1.4/1.6 MB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (2): 6.7 MB | 1.4/1.6 MB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (2): 6.7 MB | 1.4/1.6 MB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (2): 6.7 MB | 1.4/1.6 MB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (2): 6.7 MB | 1.4/1.6 MB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (2): 6.7 MB | 1.4/1.6 MB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (2): 6.7 MB | 1.4/1.6 MB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (2): 6.7 MB | 1.4/1.6 MB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (2): 6.7 MB | 1.4/1.6 MB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (2): 6.7 MB | 1.4/1.6 MB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (2): 6.7 MB | 1.4/1.6 MB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (2): 6.7 MB | 1.4/1.6 MB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (2): 6.7 MB | 1.5/1.6 MB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (2): 6.7 MB | 1.5/1.6 MB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (2): 6.7 MB | 1.5/1.6 MB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (2): 6.7 MB | 1.5/1.6 MB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (2): 6.7 MB | 1.5/1.6 MB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (2): 6.7 MB | 1.5/1.6 MB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (2): 6.7 MB | 1.5/1.6 MB 06:46:26 [2025-06-30T04:46:26.351Z] Progress (2): 6.7 MB | 1.5/1.6 MB 06:46:26 [2025-06-30T04:46:26.352Z] Progress (2): 6.7 MB | 1.5/1.6 MB 06:46:26 [2025-06-30T04:46:26.352Z] Progress (2): 6.7 MB | 1.5/1.6 MB 06:46:26 [2025-06-30T04:46:26.352Z] Progress (2): 6.7 MB | 1.5/1.6 MB 06:46:26 [2025-06-30T04:46:26.352Z] Progress (2): 6.7 MB | 1.5/1.6 MB 06:46:26 [2025-06-30T04:46:26.352Z] Progress (2): 6.7 MB | 1.6/1.6 MB 06:46:26 [2025-06-30T04:46:26.352Z] Progress (2): 6.7 MB | 1.6/1.6 MB 06:46:26 [2025-06-30T04:46:26.352Z] Progress (2): 6.7 MB | 1.6/1.6 MB 06:46:26 [2025-06-30T04:46:26.352Z] Progress (2): 6.7 MB | 1.6/1.6 MB 06:46:26 [2025-06-30T04:46:26.352Z] Progress (2): 6.7 MB | 1.6/1.6 MB 06:46:26 [2025-06-30T04:46:26.352Z] Progress (2): 6.7 MB | 1.6/1.6 MB 06:46:26 [2025-06-30T04:46:26.352Z] Progress (2): 6.7 MB | 1.6/1.6 MB 06:46:26 [2025-06-30T04:46:26.352Z] Progress (2): 6.7 MB | 1.6 MB 06:46:26 [2025-06-30T04:46:26.352Z] 06:46:26 [2025-06-30T04:46:26.352Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/github/luben/zstd-jni/1.5.6-3/zstd-jni-1.5.6-3.jar (6.7 MB at 10 MB/s) 06:46:26 [2025-06-30T04:46:26.352Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/fasterxml/woodstox/woodstox-core/7.1.0/woodstox-core-7.1.0.jar (1.6 MB at 2.5 MB/s) 06:46:26 [2025-06-30T04:46:26.902Z] [INFO] Searching for local aggregator root... 06:46:26 [2025-06-30T04:46:26.902Z] [INFO] Local aggregation root: /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Core 06:46:26 [2025-06-30T04:46:26.902Z] [INFO] Processing change of org.silverpeas:core:6.4.4-SNAPSHOT -> 6.4.4-build250630 06:46:26 [2025-06-30T04:46:26.902Z] [INFO] Processing org.silverpeas:core 06:46:26 [2025-06-30T04:46:26.902Z] [INFO] Updating project org.silverpeas:core 06:46:26 [2025-06-30T04:46:26.902Z] [INFO] from version 6.4.4-SNAPSHOT to 6.4.4-build250630 06:46:27 [2025-06-30T04:46:27.153Z] [INFO] 06:46:27 [2025-06-30T04:46:27.153Z] [INFO] Processing org.silverpeas.core:services 06:46:27 [2025-06-30T04:46:27.153Z] [INFO] Updating parent org.silverpeas:core 06:46:27 [2025-06-30T04:46:27.153Z] [INFO] from version 6.4.4-SNAPSHOT to 6.4.4-build250630 06:46:27 [2025-06-30T04:46:27.153Z] [INFO] 06:46:27 [2025-06-30T04:46:27.153Z] [INFO] Processing org.silverpeas.core:silverpeas-core-api 06:46:27 [2025-06-30T04:46:27.153Z] [INFO] Updating parent org.silverpeas:core 06:46:27 [2025-06-30T04:46:27.153Z] [INFO] from version 6.4.4-SNAPSHOT to 6.4.4-build250630 06:46:27 [2025-06-30T04:46:27.153Z] [INFO] 06:46:27 [2025-06-30T04:46:27.153Z] [INFO] Processing org.silverpeas.core:silverpeas-core-configuration 06:46:27 [2025-06-30T04:46:27.153Z] [INFO] Updating parent org.silverpeas:core 06:46:27 [2025-06-30T04:46:27.153Z] [INFO] from version 6.4.4-SNAPSHOT to 6.4.4-build250630 06:46:27 [2025-06-30T04:46:27.153Z] [INFO] 06:46:27 [2025-06-30T04:46:27.153Z] [INFO] Processing org.silverpeas.core:silverpeas-core-jcr 06:46:27 [2025-06-30T04:46:27.153Z] [INFO] Updating parent org.silverpeas:core 06:46:27 [2025-06-30T04:46:27.153Z] [INFO] from version 6.4.4-SNAPSHOT to 6.4.4-build250630 06:46:27 [2025-06-30T04:46:27.153Z] [INFO] 06:46:27 [2025-06-30T04:46:27.153Z] [INFO] Processing org.silverpeas.core:silverpeas-core-rs 06:46:27 [2025-06-30T04:46:27.153Z] [INFO] Updating parent org.silverpeas:core 06:46:27 [2025-06-30T04:46:27.153Z] [INFO] from version 6.4.4-SNAPSHOT to 6.4.4-build250630 06:46:27 [2025-06-30T04:46:27.153Z] [INFO] 06:46:27 [2025-06-30T04:46:27.153Z] [INFO] Processing org.silverpeas.core:silverpeas-core-test 06:46:27 [2025-06-30T04:46:27.153Z] [INFO] Updating parent org.silverpeas:core 06:46:27 [2025-06-30T04:46:27.153Z] [INFO] from version 6.4.4-SNAPSHOT to 6.4.4-build250630 06:46:27 [2025-06-30T04:46:27.153Z] [INFO] 06:46:27 [2025-06-30T04:46:27.153Z] [INFO] Processing org.silverpeas.core:silverpeas-core-war 06:46:27 [2025-06-30T04:46:27.153Z] [INFO] Updating parent org.silverpeas:core 06:46:27 [2025-06-30T04:46:27.153Z] [INFO] from version 6.4.4-SNAPSHOT to 6.4.4-build250630 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] Processing org.silverpeas.core:silverpeas-core-web-test 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] Updating parent org.silverpeas:core 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] from version 6.4.4-SNAPSHOT to 6.4.4-build250630 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] Processing org.silverpeas.core:silverpeas-core-web 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] Updating parent org.silverpeas:core 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] from version 6.4.4-SNAPSHOT to 6.4.4-build250630 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] Processing org.silverpeas.core:silverpeas-core 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] Updating parent org.silverpeas:core 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] from version 6.4.4-SNAPSHOT to 6.4.4-build250630 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] Processing org.silverpeas.core.services:silverpeas-core-chat 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] Updating parent org.silverpeas.core:services 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] from version 6.4.4-SNAPSHOT to 6.4.4-build250630 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] Processing org.silverpeas.core.services:silverpeas-core-comment 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] Updating parent org.silverpeas.core:services 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] from version 6.4.4-SNAPSHOT to 6.4.4-build250630 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] Processing org.silverpeas.core.services:silverpeas-core-contact 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] Updating parent org.silverpeas.core:services 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] from version 6.4.4-SNAPSHOT to 6.4.4-build250630 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] Processing org.silverpeas.core.services:silverpeas-core-document-template 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] Updating parent org.silverpeas.core:services 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] from version 6.4.4-SNAPSHOT to 6.4.4-build250630 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] Processing org.silverpeas.core.services:silverpeas-core-importexport 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] Updating parent org.silverpeas.core:services 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] from version 6.4.4-SNAPSHOT to 6.4.4-build250630 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] Processing org.silverpeas.core.services:silverpeas-core-mylinks 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] Updating parent org.silverpeas.core:services 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] from version 6.4.4-SNAPSHOT to 6.4.4-build250630 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] Processing org.silverpeas.core.services:silverpeas-core-pdc 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] Updating parent org.silverpeas.core:services 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] from version 6.4.4-SNAPSHOT to 6.4.4-build250630 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] Processing org.silverpeas.core.services:silverpeas-core-personalorganizer 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] Updating parent org.silverpeas.core:services 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] from version 6.4.4-SNAPSHOT to 6.4.4-build250630 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] Processing org.silverpeas.core.services:silverpeas-core-questioncontainer 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] Updating parent org.silverpeas.core:services 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] from version 6.4.4-SNAPSHOT to 6.4.4-build250630 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] Processing org.silverpeas.core.services:silverpeas-core-search 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] Updating parent org.silverpeas.core:services 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] from version 6.4.4-SNAPSHOT to 6.4.4-build250630 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] Processing org.silverpeas.core.services:silverpeas-core-sharing 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] Updating parent org.silverpeas.core:services 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] from version 6.4.4-SNAPSHOT to 6.4.4-build250630 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] Processing org.silverpeas.core.services:silverpeas-core-silverstatistics 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] Updating parent org.silverpeas.core:services 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] from version 6.4.4-SNAPSHOT to 6.4.4-build250630 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] Processing org.silverpeas.core.services:silverpeas-core-tagcloud 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] Updating parent org.silverpeas.core:services 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] from version 6.4.4-SNAPSHOT to 6.4.4-build250630 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] Processing org.silverpeas.core.services:silverpeas-core-viewer 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] Updating parent org.silverpeas.core:services 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] from version 6.4.4-SNAPSHOT to 6.4.4-build250630 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] Processing org.silverpeas.core.services:silverpeas-core-workflow 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] Updating parent org.silverpeas.core:services 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] from version 6.4.4-SNAPSHOT to 6.4.4-build250630 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] ------------------------------------------------------------------------ 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] Reactor Summary for Silverpeas Core 6.4.4-SNAPSHOT: 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] Silverpeas Core .................................... SUCCESS [ 7.138 s] 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] Silverpeas Core Configuration 6.4.4-SNAPSHOT ....... SKIPPED 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] Silverpeas Core Api 6.4.4-SNAPSHOT ................. SKIPPED 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] Silverpeas Core Test 6.4.4-SNAPSHOT ................ SKIPPED 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] Silverpeas Core JCR Provider 6.4.4-SNAPSHOT ........ SKIPPED 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] Silverpeas Core Library 6.4.4-SNAPSHOT ............. SKIPPED 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] Silverpeas Core Services 6.4.4-SNAPSHOT ............ SKIPPED 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] Silverpeas Tagcloud EJB 6.4.4-SNAPSHOT ............. SKIPPED 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] Silverpeas Statistics Service 6.4.4-SNAPSHOT ....... SKIPPED 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] Silverpeas Contact Service 6.4.4-SNAPSHOT .......... SKIPPED 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] Silverpeas Calendar Service 6.4.4-SNAPSHOT ......... SKIPPED 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] Silverpeas Comment Service 6.4.4-SNAPSHOT .......... SKIPPED 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] Silverpeas PdC Service 6.4.4-SNAPSHOT .............. SKIPPED 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] Silverpeas My Links Service 6.4.4-SNAPSHOT ......... SKIPPED 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] Silverpeas Question Container Service 6.4.4-SNAPSHOT SKIPPED 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] Silverpeas ImportExport Service 6.4.4-SNAPSHOT ..... SKIPPED 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] Silverpeas Document Viewer Service 6.4.4-SNAPSHOT .. SKIPPED 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] Silverpeas Workflow Engine Service 6.4.4-SNAPSHOT .. SKIPPED 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] Silverpeas Sharing Service 6.4.4-SNAPSHOT .......... SKIPPED 06:46:27 [2025-06-30T04:46:27.403Z] [INFO] Silverpeas Search Service 6.4.4-SNAPSHOT ........... SKIPPED 06:46:27 [2025-06-30T04:46:27.404Z] [INFO] Silverpeas Chat Service 6.4.4-SNAPSHOT ............. SKIPPED 06:46:27 [2025-06-30T04:46:27.404Z] [INFO] Silverpeas Document Template Service 6.4.4-SNAPSHOT SKIPPED 06:46:27 [2025-06-30T04:46:27.404Z] [INFO] Silverpeas Core JAX-RS API 6.4.4-SNAPSHOT .......... SKIPPED 06:46:27 [2025-06-30T04:46:27.404Z] [INFO] Silverpeas Core Web Test 6.4.4-SNAPSHOT ............ SKIPPED 06:46:27 [2025-06-30T04:46:27.404Z] [INFO] Silverpeas Core Web 6.4.4-SNAPSHOT ................. SKIPPED 06:46:27 [2025-06-30T04:46:27.404Z] [INFO] Silverpeas Core Web Archive 6.4.4-SNAPSHOT ......... SKIPPED 06:46:27 [2025-06-30T04:46:27.404Z] [INFO] ------------------------------------------------------------------------ 06:46:27 [2025-06-30T04:46:27.404Z] [INFO] BUILD SUCCESS 06:46:27 [2025-06-30T04:46:27.404Z] [INFO] ------------------------------------------------------------------------ 06:46:27 [2025-06-30T04:46:27.404Z] [INFO] Total time: 15.647 s 06:46:27 [2025-06-30T04:46:27.404Z] [INFO] Finished at: 2025-06-30T06:46:27+02:00 06:46:27 [2025-06-30T04:46:27.404Z] [INFO] ------------------------------------------------------------------------ 06:46:27 [2025-06-30T04:46:27.660Z] [Pipeline] sh 06:46:27 [2025-06-30T04:46:27.918Z] + mvn clean install -Pdeployment -Pcoverage -Djava.awt.headless=true -Dcontext=ci 06:46:27 [2025-06-30T04:46:27.918Z] + 06:46:27 [2025-06-30T04:46:27.918Z] + /opt/wildfly-for-tests/wildfly-26.1.3.Final/bin/standalone.sh -c standalone-full.xml 06:46:28 [2025-06-30T04:46:28.168Z] ========================================================================= 06:46:28 [2025-06-30T04:46:28.168Z] 06:46:28 [2025-06-30T04:46:28.168Z] JBoss Bootstrap Environment 06:46:28 [2025-06-30T04:46:28.168Z] 06:46:28 [2025-06-30T04:46:28.168Z] JBOSS_HOME: /opt/wildfly-for-tests/wildfly-26.1.3.Final 06:46:28 [2025-06-30T04:46:28.168Z] 06:46:28 [2025-06-30T04:46:28.168Z] JAVA: /usr/lib/jvm/java-11-openjdk-amd64/bin/java 06:46:28 [2025-06-30T04:46:28.168Z] 06:46:28 [2025-06-30T04:46:28.168Z] JAVA_OPTS: -server -Xms512m -Xmx4G -XX:MetaspaceSize=128m -XX:MaxMetaspaceSize=3G -Djava.net.preferIPv4Stack=true -XX:+UseG1GC -XX:+UseStringDeduplication -XX:+UseCompressedOops -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true --add-exports=java.desktop/sun.awt=ALL-UNNAMED --add-exports=java.naming/com.sun.jndi.ldap=ALL-UNNAMED --add-exports=java.naming/com.sun.jndi.url.ldap=ALL-UNNAMED --add-exports=java.naming/com.sun.jndi.url.ldaps=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.lang.invoke=ALL-UNNAMED --add-opens=java.base/java.lang.reflect=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.base/java.security=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.util.concurrent=ALL-UNNAMED --add-opens=java.management/javax.management=ALL-UNNAMED --add-opens=java.naming/javax.naming=ALL-UNNAMED 06:46:28 [2025-06-30T04:46:28.168Z] 06:46:28 [2025-06-30T04:46:28.168Z] ========================================================================= 06:46:28 [2025-06-30T04:46:28.168Z] 06:46:28 [2025-06-30T04:46:28.718Z] 06:46:28,573 INFO [org.jboss.modules] (main) JBoss Modules version 2.0.2.Final 06:46:29 [2025-06-30T04:46:29.269Z] [INFO] Scanning for projects... 06:46:29 [2025-06-30T04:46:29.520Z] 06:46:29,324 INFO [org.jboss.msc] (main) JBoss MSC version 1.4.13.Final 06:46:29 [2025-06-30T04:46:29.520Z] 06:46:29,338 INFO [org.jboss.threads] (main) JBoss Threads version 2.4.0.Final 06:46:29 [2025-06-30T04:46:29.520Z] 06:46:29,508 INFO [org.jboss.as] (MSC service thread 1-2) WFLYSRV0049: WildFly Full 26.1.3.Final (WildFly Core 18.1.2.Final) starting 06:46:29 [2025-06-30T04:46:29.770Z] [INFO] ------------------------------------------------------------------------ 06:46:29 [2025-06-30T04:46:29.770Z] [INFO] Reactor Build Order: 06:46:29 [2025-06-30T04:46:29.770Z] [INFO] 06:46:29 [2025-06-30T04:46:29.770Z] [INFO] Silverpeas Core [pom] 06:46:29 [2025-06-30T04:46:29.770Z] [INFO] Silverpeas Core Configuration 6.4.4-build250630 [jar] 06:46:29 [2025-06-30T04:46:29.770Z] [INFO] Silverpeas Core Api 6.4.4-build250630 [jar] 06:46:29 [2025-06-30T04:46:29.770Z] [INFO] Silverpeas Core Test 6.4.4-build250630 [jar] 06:46:29 [2025-06-30T04:46:29.770Z] [INFO] Silverpeas Core JCR Provider 6.4.4-build250630 [jar] 06:46:29 [2025-06-30T04:46:29.770Z] [INFO] Silverpeas Core Library 6.4.4-build250630 [jar] 06:46:29 [2025-06-30T04:46:29.770Z] [INFO] Silverpeas Core Services 6.4.4-build250630 [pom] 06:46:29 [2025-06-30T04:46:29.770Z] [INFO] Silverpeas Tagcloud EJB 6.4.4-build250630 [jar] 06:46:29 [2025-06-30T04:46:29.770Z] [INFO] Silverpeas Statistics Service 6.4.4-build250630 [jar] 06:46:29 [2025-06-30T04:46:29.770Z] [INFO] Silverpeas Contact Service 6.4.4-build250630 [jar] 06:46:29 [2025-06-30T04:46:29.770Z] [INFO] Silverpeas Calendar Service 6.4.4-build250630 [jar] 06:46:29 [2025-06-30T04:46:29.770Z] [INFO] Silverpeas Comment Service 6.4.4-build250630 [jar] 06:46:29 [2025-06-30T04:46:29.770Z] [INFO] Silverpeas PdC Service 6.4.4-build250630 [jar] 06:46:29 [2025-06-30T04:46:29.770Z] [INFO] Silverpeas My Links Service 6.4.4-build250630 [jar] 06:46:29 [2025-06-30T04:46:29.770Z] [INFO] Silverpeas Question Container Service 6.4.4-build250630 [jar] 06:46:29 [2025-06-30T04:46:29.770Z] [INFO] Silverpeas ImportExport Service 6.4.4-build250630 [jar] 06:46:29 [2025-06-30T04:46:29.770Z] [INFO] Silverpeas Document Viewer Service 6.4.4-build250630 [jar] 06:46:29 [2025-06-30T04:46:29.770Z] [INFO] Silverpeas Workflow Engine Service 6.4.4-build250630 [jar] 06:46:29 [2025-06-30T04:46:29.770Z] [INFO] Silverpeas Sharing Service 6.4.4-build250630 [jar] 06:46:29 [2025-06-30T04:46:29.770Z] [INFO] Silverpeas Search Service 6.4.4-build250630 [jar] 06:46:29 [2025-06-30T04:46:29.770Z] [INFO] Silverpeas Chat Service 6.4.4-build250630 [jar] 06:46:29 [2025-06-30T04:46:29.770Z] [INFO] Silverpeas Document Template Service 6.4.4-build250630 [jar] 06:46:29 [2025-06-30T04:46:29.770Z] [INFO] Silverpeas Core JAX-RS API 6.4.4-build250630 [jar] 06:46:29 [2025-06-30T04:46:29.770Z] [INFO] Silverpeas Core Web Test 6.4.4-build250630 [jar] 06:46:29 [2025-06-30T04:46:29.770Z] [INFO] Silverpeas Core Web 6.4.4-build250630 [jar] 06:46:29 [2025-06-30T04:46:29.770Z] [INFO] Silverpeas Core Web Archive 6.4.4-build250630 [war] 06:46:29 [2025-06-30T04:46:29.770Z] [INFO] 06:46:29 [2025-06-30T04:46:29.770Z] [INFO] ------------------------< org.silverpeas:core >------------------------- 06:46:29 [2025-06-30T04:46:29.770Z] [INFO] Building Silverpeas Core 6.4.4-build250630 [1/26] 06:46:29 [2025-06-30T04:46:29.770Z] [INFO] from pom.xml 06:46:29 [2025-06-30T04:46:29.770Z] [INFO] --------------------------------[ pom ]--------------------------------- 06:46:30 [2025-06-30T04:46:30.321Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/javax/javaee-api/8.0.1/javaee-api-8.0.1.pom 06:46:30 [2025-06-30T04:46:30.571Z] WARNING: An illegal reflective access operation has occurred 06:46:30 [2025-06-30T04:46:30.571Z] WARNING: Illegal reflective access by org.wildfly.extension.elytron.SSLDefinitions (jar:file:/opt/wildfly-for-tests/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/elytron/main/wildfly-elytron-integration-18.1.2.Final.jar!/) to method com.sun.net.ssl.internal.ssl.Provider.isFIPS() 06:46:30 [2025-06-30T04:46:30.571Z] WARNING: Please consider reporting this to the maintainers of org.wildfly.extension.elytron.SSLDefinitions 06:46:30 [2025-06-30T04:46:30.571Z] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations 06:46:30 [2025-06-30T04:46:30.571Z] WARNING: All illegal access operations will be denied in a future release 06:46:30 [2025-06-30T04:46:30.571Z] Progress (1): 4.1 kB 06:46:30 [2025-06-30T04:46:30.571Z] Progress (1): 6.6 kB 06:46:30 [2025-06-30T04:46:30.571Z] 06:46:30,524 INFO [org.wildfly.security] (ServerService Thread Pool -- 27) ELY00001: WildFly Elytron version 1.19.1.Final 06:46:30 [2025-06-30T04:46:30.571Z]  06:46:30 [2025-06-30T04:46:30.571Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/javax/javaee-api/8.0.1/javaee-api-8.0.1.pom (6.6 kB at 15 kB/s) 06:46:30 [2025-06-30T04:46:30.571Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/net/java/jvnet-parent/3/jvnet-parent-3.pom 06:46:30 [2025-06-30T04:46:30.821Z] Progress (1): 4.1 kB 06:46:30 [2025-06-30T04:46:30.821Z] Progress (1): 4.8 kB 06:46:30 [2025-06-30T04:46:30.821Z] 06:46:30 [2025-06-30T04:46:30.821Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/net/java/jvnet-parent/3/jvnet-parent-3.pom (4.8 kB at 129 kB/s) 06:46:30 [2025-06-30T04:46:30.821Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/sun/mail/javax.mail/1.6.2/javax.mail-1.6.2.pom 06:46:30 [2025-06-30T04:46:30.821Z] Progress (1): 4.1 kB 06:46:30 [2025-06-30T04:46:30.821Z] Progress (1): 7.0 kB 06:46:30 [2025-06-30T04:46:30.821Z] 06:46:30 [2025-06-30T04:46:30.821Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/sun/mail/javax.mail/1.6.2/javax.mail-1.6.2.pom (7.0 kB at 166 kB/s) 06:46:30 [2025-06-30T04:46:30.821Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/sun/mail/all/1.6.2/all-1.6.2.pom 06:46:30 [2025-06-30T04:46:30.821Z] Progress (1): 4.1 kB 06:46:30 [2025-06-30T04:46:30.821Z] Progress (1): 8.2 kB 06:46:30 [2025-06-30T04:46:30.821Z] Progress (1): 12 kB 06:46:30 [2025-06-30T04:46:30.821Z] Progress (1): 16 kB 06:46:30 [2025-06-30T04:46:30.821Z] Progress (1): 20 kB 06:46:30 [2025-06-30T04:46:30.821Z] Progress (1): 23 kB 06:46:30 [2025-06-30T04:46:30.821Z] 06:46:30 [2025-06-30T04:46:30.821Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/sun/mail/all/1.6.2/all-1.6.2.pom (23 kB at 517 kB/s) 06:46:30 [2025-06-30T04:46:30.821Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/net/java/jvnet-parent/1/jvnet-parent-1.pom 06:46:30 [2025-06-30T04:46:30.822Z] Progress (1): 4.1 kB 06:46:30 [2025-06-30T04:46:30.822Z] Progress (1): 4.7 kB 06:46:30 [2025-06-30T04:46:30.822Z] 06:46:30 [2025-06-30T04:46:30.822Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/net/java/jvnet-parent/1/jvnet-parent-1.pom (4.7 kB at 131 kB/s) 06:46:30 [2025-06-30T04:46:30.822Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/javax/activation/activation/1.1/activation-1.1.pom 06:46:30 [2025-06-30T04:46:30.822Z] Progress (1): 1.1 kB 06:46:30 [2025-06-30T04:46:30.822Z] 06:46:30 [2025-06-30T04:46:30.822Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/javax/activation/activation/1.1/activation-1.1.pom (1.1 kB at 29 kB/s) 06:46:30 [2025-06-30T04:46:30.822Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/io/opencensus/opencensus-api/0.31.1/opencensus-api-0.31.1.pom 06:46:30 [2025-06-30T04:46:30.822Z] Progress (1): 2.2 kB 06:46:30 [2025-06-30T04:46:30.822Z] 06:46:30 [2025-06-30T04:46:30.822Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/io/opencensus/opencensus-api/0.31.1/opencensus-api-0.31.1.pom (2.2 kB at 59 kB/s) 06:46:31 [2025-06-30T04:46:31.072Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/io/grpc/grpc-context/1.54.1/grpc-context-1.54.1.pom 06:46:31 [2025-06-30T04:46:31.072Z] Progress (1): 1.2 kB 06:46:31 [2025-06-30T04:46:31.072Z] 06:46:31 [2025-06-30T04:46:31.072Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/io/grpc/grpc-context/1.54.1/grpc-context-1.54.1.pom (1.2 kB at 35 kB/s) 06:46:31 [2025-06-30T04:46:31.072Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/google/api-client/google-api-client/1.33.2/google-api-client-1.33.2.pom 06:46:31 [2025-06-30T04:46:31.072Z] Progress (1): 4.1 kB 06:46:31 [2025-06-30T04:46:31.072Z] Progress (1): 5.8 kB 06:46:31 [2025-06-30T04:46:31.072Z] 06:46:31 [2025-06-30T04:46:31.072Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/google/api-client/google-api-client/1.33.2/google-api-client-1.33.2.pom (5.8 kB at 136 kB/s) 06:46:31 [2025-06-30T04:46:31.072Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/google/api-client/google-api-client-parent/1.33.2/google-api-client-parent-1.33.2.pom 06:46:31 [2025-06-30T04:46:31.072Z] Progress (1): 4.1 kB 06:46:31 [2025-06-30T04:46:31.072Z] Progress (1): 8.2 kB 06:46:31 [2025-06-30T04:46:31.072Z] Progress (1): 12 kB 06:46:31 [2025-06-30T04:46:31.072Z] Progress (1): 16 kB 06:46:31 [2025-06-30T04:46:31.072Z] Progress (1): 20 kB 06:46:31 [2025-06-30T04:46:31.072Z] Progress (1): 23 kB 06:46:31 [2025-06-30T04:46:31.072Z] 06:46:31 [2025-06-30T04:46:31.072Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/google/api-client/google-api-client-parent/1.33.2/google-api-client-parent-1.33.2.pom (23 kB at 563 kB/s) 06:46:31 [2025-06-30T04:46:31.072Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/google/http-client/google-http-client-bom/1.41.2/google-http-client-bom-1.41.2.pom 06:46:31 [2025-06-30T04:46:31.072Z] Progress (1): 4.1 kB 06:46:31 [2025-06-30T04:46:31.072Z] Progress (1): 6.8 kB 06:46:31 [2025-06-30T04:46:31.072Z] 06:46:31 [2025-06-30T04:46:31.072Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/google/http-client/google-http-client-bom/1.41.2/google-http-client-bom-1.41.2.pom (6.8 kB at 152 kB/s) 06:46:31 [2025-06-30T04:46:31.072Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/google/oauth-client/google-oauth-client-bom/1.33.0/google-oauth-client-bom-1.33.0.pom 06:46:31 [2025-06-30T04:46:31.072Z] Progress (1): 4.1 kB 06:46:31 [2025-06-30T04:46:31.072Z] Progress (1): 5.8 kB 06:46:31 [2025-06-30T04:46:31.072Z] 06:46:31 [2025-06-30T04:46:31.072Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/google/oauth-client/google-oauth-client-bom/1.33.0/google-oauth-client-bom-1.33.0.pom (5.8 kB at 156 kB/s) 06:46:31 [2025-06-30T04:46:31.072Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/google/http-client/google-http-client-gson/1.41.2/google-http-client-gson-1.41.2.pom 06:46:31 [2025-06-30T04:46:31.322Z] Progress (1): 2.9 kB 06:46:31 [2025-06-30T04:46:31.322Z] 06:46:31 [2025-06-30T04:46:31.322Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/google/http-client/google-http-client-gson/1.41.2/google-http-client-gson-1.41.2.pom (2.9 kB at 87 kB/s) 06:46:31 [2025-06-30T04:46:31.322Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/google/http-client/google-http-client-parent/1.41.2/google-http-client-parent-1.41.2.pom 06:46:31 [2025-06-30T04:46:31.322Z] Progress (1): 4.1 kB 06:46:31 [2025-06-30T04:46:31.322Z] Progress (1): 8.2 kB 06:46:31 [2025-06-30T04:46:31.322Z] Progress (1): 12 kB 06:46:31 [2025-06-30T04:46:31.322Z] Progress (1): 16 kB 06:46:31 [2025-06-30T04:46:31.322Z] Progress (1): 20 kB 06:46:31 [2025-06-30T04:46:31.322Z] Progress (1): 25 kB 06:46:31 [2025-06-30T04:46:31.323Z] Progress (1): 26 kB 06:46:31 [2025-06-30T04:46:31.323Z] 06:46:31 [2025-06-30T04:46:31.323Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/google/http-client/google-http-client-parent/1.41.2/google-http-client-parent-1.41.2.pom (26 kB at 697 kB/s) 06:46:31 [2025-06-30T04:46:31.323Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/google/http-client/google-http-client/1.41.2/google-http-client-1.41.2.pom 06:46:31 [2025-06-30T04:46:31.323Z] Progress (1): 4.1 kB 06:46:31 [2025-06-30T04:46:31.323Z] Progress (1): 5.9 kB 06:46:31 [2025-06-30T04:46:31.323Z] 06:46:31 [2025-06-30T04:46:31.323Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/google/http-client/google-http-client/1.41.2/google-http-client-1.41.2.pom (5.9 kB at 180 kB/s) 06:46:31 [2025-06-30T04:46:31.323Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom 06:46:31 [2025-06-30T04:46:31.323Z] Progress (1): 2.8 kB 06:46:31 [2025-06-30T04:46:31.323Z] 06:46:31 [2025-06-30T04:46:31.323Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom (2.8 kB at 77 kB/s) 06:46:31 [2025-06-30T04:46:31.323Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/io/opencensus/opencensus-contrib-http-util/0.30.0/opencensus-contrib-http-util-0.30.0.pom 06:46:31 [2025-06-30T04:46:31.323Z] Progress (1): 2.4 kB 06:46:31 [2025-06-30T04:46:31.323Z] 06:46:31 [2025-06-30T04:46:31.323Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/io/opencensus/opencensus-contrib-http-util/0.30.0/opencensus-contrib-http-util-0.30.0.pom (2.4 kB at 70 kB/s) 06:46:31 [2025-06-30T04:46:31.323Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/google/code/gson/gson/2.10.1/gson-2.10.1.pom 06:46:31 [2025-06-30T04:46:31.323Z] Progress (1): 4.1 kB 06:46:31 [2025-06-30T04:46:31.323Z] Progress (1): 8.2 kB 06:46:31 [2025-06-30T04:46:31.323Z] Progress (1): 9.4 kB 06:46:31 [2025-06-30T04:46:31.323Z] 06:46:31,276 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http) 06:46:31 [2025-06-30T04:46:31.323Z]  06:46:31 [2025-06-30T04:46:31.323Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/google/code/gson/gson/2.10.1/gson-2.10.1.pom (9.4 kB at 293 kB/s) 06:46:31 [2025-06-30T04:46:31.323Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/google/code/gson/gson-parent/2.10.1/gson-parent-2.10.1.pom 06:46:31 [2025-06-30T04:46:31.323Z] 06:46:31,298 INFO [org.xnio] (MSC service thread 1-2) XNIO version 3.8.7.Final 06:46:31 [2025-06-30T04:46:31.323Z] 06:46:31,307 INFO [org.xnio.nio] (MSC service thread 1-2) XNIO NIO Implementation Version 3.8.7.Final 06:46:31 [2025-06-30T04:46:31.323Z] Progress (1): 4.1 kB 06:46:31 [2025-06-30T04:46:31.323Z] Progress (1): 8.2 kB 06:46:31 [2025-06-30T04:46:31.323Z] Progress (1): 12 kB 06:46:31 [2025-06-30T04:46:31.573Z] Progress (1): 13 kB 06:46:31 [2025-06-30T04:46:31.573Z] 06:46:31 [2025-06-30T04:46:31.573Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/google/code/gson/gson-parent/2.10.1/gson-parent-2.10.1.pom (13 kB at 321 kB/s) 06:46:31 [2025-06-30T04:46:31.573Z] 06:46:31,337 INFO [org.wildfly.extension.elytron.oidc._private] (ServerService Thread Pool -- 55) WFLYOIDC0001: Activating WildFly Elytron OIDC Subsystem 06:46:31 [2025-06-30T04:46:31.573Z] 06:46:31,339 INFO [org.wildfly.extension.health] (ServerService Thread Pool -- 56) WFLYHEALTH0001: Activating Base Health Subsystem 06:46:31 [2025-06-30T04:46:31.573Z] 06:46:31,339 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 58) WFLYCLINF0001: Activating Infinispan subsystem. 06:46:31 [2025-06-30T04:46:31.573Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/google/auth/google-auth-library-oauth2-http/1.4.0/google-auth-library-oauth2-http-1.4.0.pom 06:46:31 [2025-06-30T04:46:31.573Z] 06:46:31,346 INFO [org.wildfly.extension.microprofile.config.smallrye] (ServerService Thread Pool -- 70) WFLYCONF0001: Activating MicroProfile Config Subsystem 06:46:31 [2025-06-30T04:46:31.573Z] 06:46:31,349 INFO [org.jboss.as.jaxrs] (ServerService Thread Pool -- 60) WFLYRS0016: RESTEasy version 4.7.7.Final 06:46:31 [2025-06-30T04:46:31.573Z] Progress (1): 4.1 kB 06:46:31 [2025-06-30T04:46:31.573Z] Progress (1): 4.7 kB 06:46:31 [2025-06-30T04:46:31.573Z] 06:46:31,372 INFO [org.wildfly.iiop.openjdk] (ServerService Thread Pool -- 57) WFLYIIOP0001: Activating IIOP Subsystem 06:46:31 [2025-06-30T04:46:31.573Z] 06:46:31,372 WARN [org.jboss.as.txn] (ServerService Thread Pool -- 80) WFLYTX0013: The node-identifier attribute on the /subsystem=transactions is set to the default value. This is a danger for environments running multiple servers. Please make sure the attribute value is unique. 06:46:31 [2025-06-30T04:46:31.573Z] 06:46:31,375 INFO [org.wildfly.extension.microprofile.jwt.smallrye] (ServerService Thread Pool -- 71) WFLYJWT0001: Activating MicroProfile JWT Subsystem 06:46:31 [2025-06-30T04:46:31.573Z] 06:46:31,378 INFO [org.wildfly.extension.metrics] (ServerService Thread Pool -- 69) WFLYMETRICS0001: Activating Base Metrics Subsystem 06:46:31 [2025-06-30T04:46:31.573Z]  06:46:31 [2025-06-30T04:46:31.573Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/google/auth/google-auth-library-oauth2-http/1.4.0/google-auth-library-oauth2-http-1.4.0.pom (4.7 kB at 134 kB/s) 06:46:31 [2025-06-30T04:46:31.573Z] 06:46:31,380 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 73) WFLYNAM0001: Activating Naming Subsystem 06:46:31 [2025-06-30T04:46:31.573Z] 06:46:31,381 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 82) WFLYWS0002: Activating WebServices Extension 06:46:31 [2025-06-30T04:46:31.573Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/google/auth/google-auth-library-parent/1.4.0/google-auth-library-parent-1.4.0.pom 06:46:31 [2025-06-30T04:46:31.573Z] 06:46:31,393 INFO [org.wildfly.extension.microprofile.opentracing] (ServerService Thread Pool -- 72) WFLYTRACEXT0001: Activating MicroProfile OpenTracing Subsystem 06:46:31 [2025-06-30T04:46:31.573Z] 06:46:31,394 INFO [org.jboss.as.jsf] (ServerService Thread Pool -- 65) WFLYJSF0007: Activated the following Jakarta Server Faces Implementations: [main] 06:46:31 [2025-06-30T04:46:31.573Z] 06:46:31,394 INFO [org.wildfly.extension.io] (ServerService Thread Pool -- 59) WFLYIO001: Worker 'default' has auto-configured to 24 IO threads with 192 max task threads based on your 12 available processors 06:46:31 [2025-06-30T04:46:31.573Z] Progress (1): 4.1 kB 06:46:31 [2025-06-30T04:46:31.573Z] Progress (1): 8.2 kB 06:46:31 [2025-06-30T04:46:31.573Z] Progress (1): 12 kB 06:46:31 [2025-06-30T04:46:31.573Z] Progress (1): 16 kB 06:46:31 [2025-06-30T04:46:31.573Z] Progress (1): 18 kB 06:46:31 [2025-06-30T04:46:31.573Z] 06:46:31,400 INFO [org.jboss.as.connector] (MSC service thread 1-7) WFLYJCA0009: Starting Jakarta Connectors Subsystem (WildFly/IronJacamar 1.5.3.Final) 06:46:31 [2025-06-30T04:46:31.573Z]  06:46:31 [2025-06-30T04:46:31.573Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/google/auth/google-auth-library-parent/1.4.0/google-auth-library-parent-1.4.0.pom (18 kB at 514 kB/s) 06:46:31 [2025-06-30T04:46:31.573Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/junit/junit-bom/5.8.2/junit-bom-5.8.2.pom 06:46:31 [2025-06-30T04:46:31.573Z] 06:46:31,427 INFO [org.jboss.remoting] (MSC service thread 1-2) JBoss Remoting version 5.0.25.Final 06:46:31 [2025-06-30T04:46:31.573Z] 06:46:31,427 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 47) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 1.4) 06:46:31 [2025-06-30T04:46:31.573Z] Progress (1): 4.1 kB 06:46:31 [2025-06-30T04:46:31.573Z] 06:46:31,438 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-8) WFLYJCA0018: Started Driver service with driver-name = h2 06:46:31 [2025-06-30T04:46:31.573Z] Progress (1): 5.6 kB 06:46:31 [2025-06-30T04:46:31.573Z] 06:46:31,447 INFO [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0003: Undertow 2.2.19.Final starting 06:46:31 [2025-06-30T04:46:31.573Z]  06:46:31 [2025-06-30T04:46:31.573Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/junit/junit-bom/5.8.2/junit-bom-5.8.2.pom (5.6 kB at 156 kB/s) 06:46:31 [2025-06-30T04:46:31.573Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/google/http-client/google-http-client-bom/1.41.0/google-http-client-bom-1.41.0.pom 06:46:31 [2025-06-30T04:46:31.573Z] 06:46:31,467 INFO [org.jboss.as.naming] (MSC service thread 1-6) WFLYNAM0003: Starting Naming Service 06:46:31 [2025-06-30T04:46:31.573Z] Progress (1): 4.1 kB 06:46:31 [2025-06-30T04:46:31.573Z] Progress (1): 6.8 kB 06:46:31 [2025-06-30T04:46:31.573Z] 06:46:31,480 INFO [org.jboss.as.mail.extension] (MSC service thread 1-5) WFLYMAIL0001: Bound mail session [java:jboss/mail/Default] 06:46:31 [2025-06-30T04:46:31.573Z]  06:46:31 [2025-06-30T04:46:31.573Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/google/http-client/google-http-client-bom/1.41.0/google-http-client-bom-1.41.0.pom (6.8 kB at 195 kB/s) 06:46:31 [2025-06-30T04:46:31.573Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/google/auth/google-auth-library-credentials/1.4.0/google-auth-library-credentials-1.4.0.pom 06:46:31 [2025-06-30T04:46:31.573Z] 06:46:31,520 WARN [org.wildfly.extension.elytron] (MSC service thread 1-2) WFLYELY00023: KeyStore file '/opt/wildfly-for-tests/wildfly-26.1.3.Final/standalone/configuration/application.keystore' does not exist. Used blank. 06:46:31 [2025-06-30T04:46:31.573Z] Progress (1): 2.0 kB 06:46:31 [2025-06-30T04:46:31.573Z] 06:46:31 [2025-06-30T04:46:31.573Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/google/auth/google-auth-library-credentials/1.4.0/google-auth-library-credentials-1.4.0.pom (2.0 kB at 60 kB/s) 06:46:31 [2025-06-30T04:46:31.573Z] 06:46:31,541 WARN [org.wildfly.extension.elytron] (MSC service thread 1-6) WFLYELY01084: KeyStore /opt/wildfly-for-tests/wildfly-26.1.3.Final/standalone/configuration/application.keystore not found, it will be auto generated on first use with a self-signed certificate for host localhost 06:46:31 [2025-06-30T04:46:31.573Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/google/apis/google-api-services-admin-directory/directory_v1-rev20220125-1.32.1/google-api-services-admin-directory-directory_v1-rev20220125-1.32.1.pom 06:46:31 [2025-06-30T04:46:31.573Z] Progress (1): 4.1 kB 06:46:31 [2025-06-30T04:46:31.824Z] Progress (1): 5.3 kB 06:46:31 [2025-06-30T04:46:31.824Z] 06:46:31,576 INFO [org.jboss.as.ejb3] (MSC service thread 1-3) WFLYEJB0481: Strict pool slsb-strict-max-pool is using a max instance size of 192 (per class), which is derived from thread worker pool sizing. 06:46:31 [2025-06-30T04:46:31.824Z]  06:46:31 [2025-06-30T04:46:31.824Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/google/apis/google-api-services-admin-directory/directory_v1-rev20220125-1.32.1/google-api-services-admin-directory-directory_v1-rev20220125-1.32.1.pom (5.3 kB at 152 kB/s)06:46:31,576 INFO [org.jboss.as.ejb3] (MSC service thread 1-4) WFLYEJB0482: Strict pool mdb-strict-max-pool is using a max instance size of 48 (per class), which is derived from the number of CPUs on this host. 06:46:31 [2025-06-30T04:46:31.824Z]  06:46:31 [2025-06-30T04:46:31.824Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom 06:46:31 [2025-06-30T04:46:31.824Z] 06:46:31,592 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 81) WFLYUT0014: Creating file handler for path '/opt/wildfly-for-tests/wildfly-26.1.3.Final/welcome-content' with options [directory-listing: 'false', follow-symlink: 'false', case-sensitive: 'true', safe-symlink-paths: '[]'] 06:46:31 [2025-06-30T04:46:31.824Z] Progress (1): 4.1 kB 06:46:31 [2025-06-30T04:46:31.824Z] Progress (1): 4.3 kB 06:46:31 [2025-06-30T04:46:31.824Z] 06:46:31 [2025-06-30T04:46:31.824Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom (4.3 kB at 116 kB/s) 06:46:31 [2025-06-30T04:46:31.824Z] 06:46:31,620 INFO [org.wildfly.extension.undertow] (MSC service thread 1-5) WFLYUT0012: Started server default-server. 06:46:31 [2025-06-30T04:46:31.824Z] 06:46:31,622 INFO [org.wildfly.extension.undertow] (MSC service thread 1-5) Queuing requests. 06:46:31 [2025-06-30T04:46:31.824Z] 06:46:31,624 INFO [org.wildfly.extension.undertow] (MSC service thread 1-5) WFLYUT0018: Host default-host starting 06:46:31 [2025-06-30T04:46:31.824Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/google/guava/guava/31.1-jre/guava-31.1-jre.pom 06:46:31 [2025-06-30T04:46:31.824Z] Progress (1): 4.1 kB 06:46:31 [2025-06-30T04:46:31.824Z] Progress (1): 8.2 kB 06:46:31 [2025-06-30T04:46:31.824Z] Progress (1): 11 kB 06:46:31 [2025-06-30T04:46:31.824Z] 06:46:31 [2025-06-30T04:46:31.824Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/google/guava/guava/31.1-jre/guava-31.1-jre.pom (11 kB at 297 kB/s) 06:46:31 [2025-06-30T04:46:31.824Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/google/guava/guava-parent/31.1-jre/guava-parent-31.1-jre.pom 06:46:31 [2025-06-30T04:46:31.824Z] 06:46:31,691 INFO [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0006: Undertow HTTP listener default listening on 127.0.0.1:8080 06:46:31 [2025-06-30T04:46:31.824Z] Progress (1): 4.1 kB 06:46:31 [2025-06-30T04:46:31.824Z] Progress (1): 8.2 kB 06:46:31 [2025-06-30T04:46:31.824Z] Progress (1): 12 kB 06:46:31 [2025-06-30T04:46:31.824Z] Progress (1): 15 kB 06:46:31 [2025-06-30T04:46:31.824Z] 06:46:31 [2025-06-30T04:46:31.824Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/google/guava/guava-parent/31.1-jre/guava-parent-31.1-jre.pom (15 kB at 368 kB/s) 06:46:31 [2025-06-30T04:46:31.824Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom 06:46:31 [2025-06-30T04:46:31.824Z] Progress (1): 2.4 kB 06:46:31 [2025-06-30T04:46:31.824Z] 06:46:31 [2025-06-30T04:46:31.824Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom (2.4 kB at 65 kB/s) 06:46:31 [2025-06-30T04:46:31.824Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom 06:46:31 [2025-06-30T04:46:31.824Z] 06:46:31,766 INFO [org.wildfly.extension.undertow] (MSC service thread 1-6) WFLYUT0006: Undertow HTTPS listener https listening on 127.0.0.1:8443 06:46:31 [2025-06-30T04:46:31.824Z] Progress (1): 4.1 kB 06:46:31 [2025-06-30T04:46:31.824Z] Progress (1): 8.2 kB 06:46:31 [2025-06-30T04:46:31.824Z] Progress (1): 10 kB 06:46:31 [2025-06-30T04:46:31.824Z] 06:46:31,778 INFO [org.jboss.as.ejb3] (MSC service thread 1-6) WFLYEJB0493: Jakarta Enterprise Beans subsystem suspension complete 06:46:31 [2025-06-30T04:46:31.824Z]  06:46:31 [2025-06-30T04:46:31.824Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom (10 kB at 328 kB/s) 06:46:31 [2025-06-30T04:46:31.824Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom 06:46:32 [2025-06-30T04:46:32.074Z] Progress (1): 2.3 kB 06:46:32 [2025-06-30T04:46:32.074Z] 06:46:32 [2025-06-30T04:46:32.074Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom (2.3 kB at 69 kB/s) 06:46:32 [2025-06-30T04:46:32.074Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.pom 06:46:32 [2025-06-30T04:46:32.074Z] 06:46:31,840 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-5) WFLYJCA0001: Bound data source [java:/datasources/silverpeas] 06:46:32 [2025-06-30T04:46:32.074Z] 06:46:31,840 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-1) WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS] 06:46:32 [2025-06-30T04:46:32.074Z] Progress (1): 2.1 kB 06:46:32 [2025-06-30T04:46:32.074Z] 06:46:31,854 INFO [org.wildfly.iiop.openjdk] (MSC service thread 1-4) WFLYIIOP0009: CORBA ORB Service started 06:46:32 [2025-06-30T04:46:32.074Z]  06:46:32 [2025-06-30T04:46:32.074Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.pom (2.1 kB at 62 kB/s) 06:46:32 [2025-06-30T04:46:32.074Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.pom 06:46:32 [2025-06-30T04:46:32.074Z] Progress (1): 2.2 kB 06:46:32 [2025-06-30T04:46:32.074Z] 06:46:32 [2025-06-30T04:46:32.074Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.pom (2.2 kB at 70 kB/s) 06:46:32 [2025-06-30T04:46:32.074Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/google/errorprone/error_prone_parent/2.11.0/error_prone_parent-2.11.0.pom 06:46:32 [2025-06-30T04:46:32.074Z] Progress (1): 4.1 kB 06:46:32 [2025-06-30T04:46:32.074Z] Progress (1): 8.2 kB 06:46:32 [2025-06-30T04:46:32.074Z] Progress (1): 11 kB 06:46:32 [2025-06-30T04:46:32.074Z] 06:46:32 [2025-06-30T04:46:32.074Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/google/errorprone/error_prone_parent/2.11.0/error_prone_parent-2.11.0.pom (11 kB at 316 kB/s) 06:46:32 [2025-06-30T04:46:32.074Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/arquillian/wildfly-arquillian-container-remote/3.0.1.Final/wildfly-arquillian-container-remote-3.0.1.Final.pom 06:46:32 [2025-06-30T04:46:32.074Z] Progress (1): 3.6 kB 06:46:32 [2025-06-30T04:46:32.074Z] 06:46:32 [2025-06-30T04:46:32.074Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/arquillian/wildfly-arquillian-container-remote/3.0.1.Final/wildfly-arquillian-container-remote-3.0.1.Final.pom (3.6 kB at 91 kB/s) 06:46:32 [2025-06-30T04:46:32.074Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/arquillian/wildfly-arquillian-parent/3.0.1.Final/wildfly-arquillian-parent-3.0.1.Final.pom 06:46:32 [2025-06-30T04:46:32.074Z] Progress (1): 4.1 kB 06:46:32 [2025-06-30T04:46:32.074Z] Progress (1): 8.2 kB 06:46:32 [2025-06-30T04:46:32.074Z] Progress (1): 12 kB 06:46:32 [2025-06-30T04:46:32.074Z] Progress (1): 16 kB 06:46:32 [2025-06-30T04:46:32.074Z] Progress (1): 20 kB 06:46:32 [2025-06-30T04:46:32.074Z] Progress (1): 23 kB 06:46:32 [2025-06-30T04:46:32.074Z] 06:46:32 [2025-06-30T04:46:32.074Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/arquillian/wildfly-arquillian-parent/3.0.1.Final/wildfly-arquillian-parent-3.0.1.Final.pom (23 kB at 603 kB/s) 06:46:32 [2025-06-30T04:46:32.074Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/jboss-parent/37/jboss-parent-37.pom 06:46:32 [2025-06-30T04:46:32.074Z] 06:46:32,038 INFO [org.jboss.as.patching] (MSC service thread 1-6) WFLYPAT0050: WildFly Full cumulative patch ID is: base, one-off patches include: none 06:46:32 [2025-06-30T04:46:32.074Z] Progress (1): 4.1 kB 06:46:32 [2025-06-30T04:46:32.074Z] Progress (1): 8.2 kB 06:46:32 [2025-06-30T04:46:32.074Z] Progress (1): 12 kB 06:46:32 [2025-06-30T04:46:32.074Z] Progress (1): 16 kB 06:46:32 [2025-06-30T04:46:32.074Z] Progress (1): 20 kB 06:46:32 [2025-06-30T04:46:32.074Z] 06:46:32,047 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-7) WFLYDS0013: Started FileSystemDeploymentService for directory /opt/wildfly-for-tests/wildfly-26.1.3.Final/standalone/deployments 06:46:32 [2025-06-30T04:46:32.074Z] Progress (1): 25 kB 06:46:32 [2025-06-30T04:46:32.074Z] Progress (1): 29 kB 06:46:32 [2025-06-30T04:46:32.074Z] Progress (1): 33 kB 06:46:32 [2025-06-30T04:46:32.074Z] 06:46:32,050 INFO [org.wildfly.extension.messaging-activemq] (MSC service thread 1-4) WFLYMSGAMQ0075: AIO wasn't located on this platform, it will fall back to using pure Java NIO. Your platform is Linux, install LibAIO to enable the AIO journal and achieve optimal performance. 06:46:32 [2025-06-30T04:46:32.074Z] Progress (1): 37 kB 06:46:32 [2025-06-30T04:46:32.074Z] Progress (1): 41 kB 06:46:32 [2025-06-30T04:46:32.074Z] Progress (1): 45 kB 06:46:32 [2025-06-30T04:46:32.074Z] Progress (1): 49 kB 06:46:32 [2025-06-30T04:46:32.074Z] Progress (1): 53 kB 06:46:32 [2025-06-30T04:46:32.074Z] Progress (1): 57 kB 06:46:32 [2025-06-30T04:46:32.074Z] Progress (1): 61 kB 06:46:32 [2025-06-30T04:46:32.074Z] Progress (1): 66 kB 06:46:32 [2025-06-30T04:46:32.074Z] Progress (1): 66 kB 06:46:32 [2025-06-30T04:46:32.074Z] 06:46:32 [2025-06-30T04:46:32.074Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/jboss-parent/37/jboss-parent-37.pom (66 kB at 1.4 MB/s) 06:46:32 [2025-06-30T04:46:32.325Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/core/wildfly-core-parent/13.0.0.Final/wildfly-core-parent-13.0.0.Final.pom 06:46:32 [2025-06-30T04:46:32.325Z] Progress (1): 4.1 kB 06:46:32 [2025-06-30T04:46:32.325Z] Progress (1): 8.2 kB 06:46:32 [2025-06-30T04:46:32.325Z] Progress (1): 12 kB 06:46:32 [2025-06-30T04:46:32.325Z] Progress (1): 16 kB 06:46:32 [2025-06-30T04:46:32.325Z] Progress (1): 20 kB 06:46:32 [2025-06-30T04:46:32.325Z] Progress (1): 25 kB 06:46:32 [2025-06-30T04:46:32.325Z] Progress (1): 29 kB 06:46:32 [2025-06-30T04:46:32.325Z] Progress (1): 33 kB 06:46:32 [2025-06-30T04:46:32.325Z] Progress (1): 37 kB 06:46:32 [2025-06-30T04:46:32.325Z] Progress (1): 41 kB 06:46:32 [2025-06-30T04:46:32.325Z] Progress (1): 45 kB 06:46:32 [2025-06-30T04:46:32.325Z] Progress (1): 49 kB 06:46:32 [2025-06-30T04:46:32.325Z] Progress (1): 53 kB 06:46:32 [2025-06-30T04:46:32.325Z] Progress (1): 57 kB 06:46:32 [2025-06-30T04:46:32.325Z] Progress (1): 61 kB 06:46:32 [2025-06-30T04:46:32.325Z] Progress (1): 66 kB 06:46:32 [2025-06-30T04:46:32.325Z] Progress (1): 70 kB 06:46:32 [2025-06-30T04:46:32.325Z] Progress (1): 74 kB 06:46:32 [2025-06-30T04:46:32.325Z] Progress (1): 78 kB 06:46:32 [2025-06-30T04:46:32.325Z] Progress (1): 82 kB 06:46:32 [2025-06-30T04:46:32.325Z] Progress (1): 86 kB 06:46:32 [2025-06-30T04:46:32.325Z] Progress (1): 90 kB 06:46:32 [2025-06-30T04:46:32.325Z] Progress (1): 94 kB 06:46:32 [2025-06-30T04:46:32.325Z] Progress (1): 98 kB 06:46:32 [2025-06-30T04:46:32.325Z] Progress (1): 102 kB 06:46:32 [2025-06-30T04:46:32.325Z] Progress (1): 106 kB 06:46:32 [2025-06-30T04:46:32.325Z] Progress (1): 111 kB 06:46:32 [2025-06-30T04:46:32.325Z] Progress (1): 115 kB 06:46:32 [2025-06-30T04:46:32.325Z] Progress (1): 119 kB 06:46:32 [2025-06-30T04:46:32.325Z] Progress (1): 123 kB 06:46:32 [2025-06-30T04:46:32.325Z] 06:46:32 [2025-06-30T04:46:32.325Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/core/wildfly-core-parent/13.0.0.Final/wildfly-core-parent-13.0.0.Final.pom (123 kB at 2.9 MB/s) 06:46:32 [2025-06-30T04:46:32.325Z] 06:46:32,133 INFO [org.jboss.ws.common.management] (MSC service thread 1-8) JBWS022052: Starting JBossWS 5.5.0.Final (Apache CXF 3.4.10) 06:46:32 [2025-06-30T04:46:32.325Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/arquillian/wildfly-arquillian-common/3.0.1.Final/wildfly-arquillian-common-3.0.1.Final.pom 06:46:32 [2025-06-30T04:46:32.325Z] Progress (1): 3.4 kB 06:46:32 [2025-06-30T04:46:32.325Z] 06:46:32,158 INFO [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 84) AMQ221000: live Message Broker is starting with configuration Broker Configuration (clustered=false,journalDirectory=/opt/wildfly-for-tests/wildfly-26.1.3.Final/standalone/data/activemq/journal,bindingsDirectory=/opt/wildfly-for-tests/wildfly-26.1.3.Final/standalone/data/activemq/bindings,largeMessagesDirectory=/opt/wildfly-for-tests/wildfly-26.1.3.Final/standalone/data/activemq/largemessages,pagingDirectory=/opt/wildfly-for-tests/wildfly-26.1.3.Final/standalone/data/activemq/paging) 06:46:32 [2025-06-30T04:46:32.325Z]  06:46:32 [2025-06-30T04:46:32.325Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/arquillian/wildfly-arquillian-common/3.0.1.Final/wildfly-arquillian-common-3.0.1.Final.pom (3.4 kB at 98 kB/s) 06:46:32 [2025-06-30T04:46:32.325Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/arquillian/testenricher/arquillian-testenricher-cdi/1.6.0.Final/arquillian-testenricher-cdi-1.6.0.Final.pom 06:46:32 [2025-06-30T04:46:32.325Z] Progress (1): 3.7 kB 06:46:32 [2025-06-30T04:46:32.325Z] 06:46:32,212 INFO [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 84) AMQ221013: Using NIO Journal 06:46:32 [2025-06-30T04:46:32.325Z]  06:46:32 [2025-06-30T04:46:32.325Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/arquillian/testenricher/arquillian-testenricher-cdi/1.6.0.Final/arquillian-testenricher-cdi-1.6.0.Final.pom (3.7 kB at 103 kB/s) 06:46:32 [2025-06-30T04:46:32.325Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/arquillian/arquillian-build/1.6.0.Final/arquillian-build-1.6.0.Final.pom 06:46:32 [2025-06-30T04:46:32.325Z] Progress (1): 3.8 kB 06:46:32 [2025-06-30T04:46:32.325Z] 06:46:32 [2025-06-30T04:46:32.325Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/arquillian/arquillian-build/1.6.0.Final/arquillian-build-1.6.0.Final.pom (3.8 kB at 105 kB/s) 06:46:32 [2025-06-30T04:46:32.325Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/arquillian/arquillian-parent/1.6.0.Final/arquillian-parent-1.6.0.Final.pom 06:46:32 [2025-06-30T04:46:32.325Z] Progress (1): 4.1 kB 06:46:32 [2025-06-30T04:46:32.325Z] Progress (1): 5.1 kB 06:46:32 [2025-06-30T04:46:32.325Z] 06:46:32 [2025-06-30T04:46:32.325Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/arquillian/arquillian-parent/1.6.0.Final/arquillian-parent-1.6.0.Final.pom (5.1 kB at 156 kB/s) 06:46:32 [2025-06-30T04:46:32.325Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/jboss-parent/36/jboss-parent-36.pom 06:46:32 [2025-06-30T04:46:32.325Z] Progress (1): 4.1 kB 06:46:32 [2025-06-30T04:46:32.325Z] Progress (1): 8.2 kB 06:46:32 [2025-06-30T04:46:32.325Z] Progress (1): 12 kB 06:46:32 [2025-06-30T04:46:32.325Z] Progress (1): 16 kB 06:46:32 [2025-06-30T04:46:32.325Z] Progress (1): 20 kB 06:46:32 [2025-06-30T04:46:32.325Z] Progress (1): 25 kB 06:46:32 [2025-06-30T04:46:32.325Z] Progress (1): 29 kB 06:46:32 [2025-06-30T04:46:32.325Z] Progress (1): 33 kB 06:46:32 [2025-06-30T04:46:32.325Z] Progress (1): 37 kB 06:46:32 [2025-06-30T04:46:32.325Z] Progress (1): 41 kB 06:46:32 [2025-06-30T04:46:32.325Z] Progress (1): 45 kB 06:46:32 [2025-06-30T04:46:32.325Z] Progress (1): 49 kB 06:46:32 [2025-06-30T04:46:32.325Z] Progress (1): 53 kB 06:46:32 [2025-06-30T04:46:32.325Z] Progress (1): 57 kB 06:46:32 [2025-06-30T04:46:32.326Z] Progress (1): 61 kB 06:46:32 [2025-06-30T04:46:32.326Z] Progress (1): 66 kB 06:46:32 [2025-06-30T04:46:32.326Z] Progress (1): 66 kB 06:46:32 [2025-06-30T04:46:32.326Z] 06:46:32,319 INFO [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 84) AMQ221043: Protocol module found: [artemis-server]. Adding protocol support for: CORE 06:46:32 [2025-06-30T04:46:32.326Z] 06:46:32,320 INFO [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 84) AMQ221043: Protocol module found: [artemis-amqp-protocol]. Adding protocol support for: AMQP 06:46:32 [2025-06-30T04:46:32.326Z] 06:46:32,321 INFO [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 84) AMQ221043: Protocol module found: [artemis-hornetq-protocol]. Adding protocol support for: HORNETQ 06:46:32 [2025-06-30T04:46:32.326Z] 06:46:32,321 INFO [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 84) AMQ221043: Protocol module found: [artemis-stomp-protocol]. Adding protocol support for: STOMP 06:46:32 [2025-06-30T04:46:32.576Z]  06:46:32 [2025-06-30T04:46:32.576Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/jboss-parent/36/jboss-parent-36.pom (66 kB at 1.8 MB/s) 06:46:32 [2025-06-30T04:46:32.576Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/shrinkwrap/shrinkwrap-bom/1.2.6/shrinkwrap-bom-1.2.6.pom 06:46:32 [2025-06-30T04:46:32.576Z] Progress (1): 4.0 kB 06:46:32 [2025-06-30T04:46:32.576Z] 06:46:32 [2025-06-30T04:46:32.576Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/shrinkwrap/shrinkwrap-bom/1.2.6/shrinkwrap-bom-1.2.6.pom (4.0 kB at 121 kB/s) 06:46:32 [2025-06-30T04:46:32.576Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-bom/2.0.0/shrinkwrap-descriptors-bom-2.0.0.pom 06:46:32 [2025-06-30T04:46:32.576Z] 06:46:32,391 INFO [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 84) AMQ221034: Waiting indefinitely to obtain live lock 06:46:32 [2025-06-30T04:46:32.576Z] 06:46:32,392 INFO [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 84) AMQ221035: Live Server Obtained live lock 06:46:32 [2025-06-30T04:46:32.576Z] Progress (1): 4.1 kB 06:46:32 [2025-06-30T04:46:32.576Z] Progress (1): 5.2 kB 06:46:32 [2025-06-30T04:46:32.576Z] 06:46:32 [2025-06-30T04:46:32.576Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-bom/2.0.0/shrinkwrap-descriptors-bom-2.0.0.pom (5.2 kB at 154 kB/s) 06:46:32 [2025-06-30T04:46:32.576Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/arquillian/test/arquillian-test-spi/1.6.0.Final/arquillian-test-spi-1.6.0.Final.pom 06:46:32 [2025-06-30T04:46:32.576Z] Progress (1): 1.6 kB 06:46:32 [2025-06-30T04:46:32.576Z] 06:46:32 [2025-06-30T04:46:32.576Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/arquillian/test/arquillian-test-spi/1.6.0.Final/arquillian-test-spi-1.6.0.Final.pom (1.6 kB at 48 kB/s) 06:46:32 [2025-06-30T04:46:32.576Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/arquillian/core/arquillian-core-spi/1.6.0.Final/arquillian-core-spi-1.6.0.Final.pom 06:46:32 [2025-06-30T04:46:32.576Z] Progress (1): 1.2 kB 06:46:32 [2025-06-30T04:46:32.576Z] 06:46:32 [2025-06-30T04:46:32.576Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/arquillian/core/arquillian-core-spi/1.6.0.Final/arquillian-core-spi-1.6.0.Final.pom (1.2 kB at 35 kB/s) 06:46:32 [2025-06-30T04:46:32.576Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/arquillian/core/arquillian-core-api/1.7.0.Final/arquillian-core-api-1.7.0.Final.pom 06:46:32 [2025-06-30T04:46:32.576Z] Progress (1): 1.1 kB 06:46:32 [2025-06-30T04:46:32.576Z] 06:46:32 [2025-06-30T04:46:32.576Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/arquillian/core/arquillian-core-api/1.7.0.Final/arquillian-core-api-1.7.0.Final.pom (1.1 kB at 22 kB/s) 06:46:32 [2025-06-30T04:46:32.576Z] 06:46:32,550 INFO [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 84) AMQ221003: Deploying ANYCAST queue jms.queue.ExpiryQueue on address jms.queue.ExpiryQueue 06:46:32 [2025-06-30T04:46:32.576Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/arquillian/arquillian-build/1.7.0.Final/arquillian-build-1.7.0.Final.pom 06:46:32 [2025-06-30T04:46:32.576Z] Progress (1): 4.1 kB 06:46:32 [2025-06-30T04:46:32.826Z] Progress (1): 4.6 kB 06:46:32 [2025-06-30T04:46:32.827Z] 06:46:32 [2025-06-30T04:46:32.827Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/arquillian/arquillian-build/1.7.0.Final/arquillian-build-1.7.0.Final.pom (4.6 kB at 132 kB/s) 06:46:32 [2025-06-30T04:46:32.827Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/arquillian/arquillian-parent/1.7.0.Final/arquillian-parent-1.7.0.Final.pom 06:46:32 [2025-06-30T04:46:32.827Z] Progress (1): 4.1 kB 06:46:32 [2025-06-30T04:46:32.827Z] Progress (1): 5.2 kB 06:46:32 [2025-06-30T04:46:32.827Z] 06:46:32 [2025-06-30T04:46:32.827Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/arquillian/arquillian-parent/1.7.0.Final/arquillian-parent-1.7.0.Final.pom (5.2 kB at 159 kB/s) 06:46:32 [2025-06-30T04:46:32.827Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/arquillian/test/arquillian-test-api/1.6.0.Final/arquillian-test-api-1.6.0.Final.pom 06:46:32 [2025-06-30T04:46:32.827Z] 06:46:32,641 INFO [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 84) AMQ221003: Deploying ANYCAST queue jms.queue.DLQ on address jms.queue.DLQ 06:46:32 [2025-06-30T04:46:32.827Z] 06:46:32,643 INFO [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 84) AMQ221003: Deploying ANYCAST queue jms.queue.notifications on address jms.queue.notifications 06:46:32 [2025-06-30T04:46:32.827Z] 06:46:32,643 INFO [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 84) AMQ221003: Deploying ANYCAST queue jms.queue.statistics on address jms.queue.statistics 06:46:32 [2025-06-30T04:46:32.827Z] 06:46:32,647 INFO [org.wildfly.extension.messaging-activemq] (MSC service thread 1-2) WFLYMSGAMQ0016: Registered HTTP upgrade for activemq-remoting protocol handled by http-acceptor acceptor 06:46:32 [2025-06-30T04:46:32.827Z] 06:46:32,647 INFO [org.wildfly.extension.messaging-activemq] (MSC service thread 1-6) WFLYMSGAMQ0016: Registered HTTP upgrade for activemq-remoting protocol handled by http-acceptor-throughput acceptor 06:46:32 [2025-06-30T04:46:32.827Z] 06:46:32,647 INFO [org.wildfly.extension.messaging-activemq] (MSC service thread 1-7) WFLYMSGAMQ0016: Registered HTTP upgrade for activemq-remoting protocol handled by http-acceptor acceptor 06:46:32 [2025-06-30T04:46:32.827Z] 06:46:32,649 INFO [org.wildfly.extension.messaging-activemq] (MSC service thread 1-5) WFLYMSGAMQ0016: Registered HTTP upgrade for activemq-remoting protocol handled by http-acceptor-throughput acceptor 06:46:32 [2025-06-30T04:46:32.827Z] Progress (1): 1.2 kB 06:46:32 [2025-06-30T04:46:32.827Z] 06:46:32 [2025-06-30T04:46:32.827Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/arquillian/test/arquillian-test-api/1.6.0.Final/arquillian-test-api-1.6.0.Final.pom (1.2 kB at 15 kB/s) 06:46:32 [2025-06-30T04:46:32.827Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/arquillian/container/arquillian-container-test-spi/1.6.0.Final/arquillian-container-test-spi-1.6.0.Final.pom 06:46:32 [2025-06-30T04:46:32.827Z] Progress (1): 1.7 kB 06:46:32 [2025-06-30T04:46:32.827Z] 06:46:32 [2025-06-30T04:46:32.827Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/arquillian/container/arquillian-container-test-spi/1.6.0.Final/arquillian-container-test-spi-1.6.0.Final.pom (1.7 kB at 47 kB/s) 06:46:32 [2025-06-30T04:46:32.827Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/arquillian/container/arquillian-container-spi/1.6.0.Final/arquillian-container-spi-1.6.0.Final.pom 06:46:32 [2025-06-30T04:46:32.827Z] Progress (1): 2.5 kB 06:46:32 [2025-06-30T04:46:32.827Z] 06:46:32 [2025-06-30T04:46:32.827Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/arquillian/container/arquillian-container-spi/1.6.0.Final/arquillian-container-spi-1.6.0.Final.pom (2.5 kB at 74 kB/s) 06:46:32 [2025-06-30T04:46:32.827Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/arquillian/config/arquillian-config-api/1.6.0.Final/arquillian-config-api-1.6.0.Final.pom 06:46:32 [2025-06-30T04:46:32.827Z] 06:46:32,823 INFO [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 84) AMQ221007: Server is now live 06:46:32 [2025-06-30T04:46:32.827Z] 06:46:32,824 INFO [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 84) AMQ221001: Apache ActiveMQ Artemis Message Broker version 2.19.1 [default, nodeID=31a7767d-556d-11f0-826e-2250abe0f4ba] 06:46:33 [2025-06-30T04:46:33.077Z] Progress (1): 1.2 kB 06:46:33 [2025-06-30T04:46:33.077Z] 06:46:32,836 INFO [org.wildfly.extension.messaging-activemq] (ServerService Thread Pool -- 84) WFLYMSGAMQ0002: Bound messaging object to jndi name java:jboss/exported/jms/RemoteConnectionFactory 06:46:33 [2025-06-30T04:46:33.077Z]  06:46:33 [2025-06-30T04:46:33.077Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/arquillian/config/arquillian-config-api/1.6.0.Final/arquillian-config-api-1.6.0.Final.pom (1.2 kB at 37 kB/s) 06:46:33 [2025-06-30T04:46:33.077Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-api-base/2.0.0/shrinkwrap-descriptors-api-base-2.0.0.pom 06:46:33 [2025-06-30T04:46:33.077Z] 06:46:32,855 INFO [org.wildfly.extension.messaging-activemq] (ServerService Thread Pool -- 88) WFLYMSGAMQ0002: Bound messaging object to jndi name java:/ConnectionFactory 06:46:33 [2025-06-30T04:46:33.077Z] Progress (1): 1.0 kB 06:46:33 [2025-06-30T04:46:33.077Z] 06:46:33 [2025-06-30T04:46:33.077Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-api-base/2.0.0/shrinkwrap-descriptors-api-base-2.0.0.pom (1.0 kB at 30 kB/s) 06:46:33 [2025-06-30T04:46:33.077Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-parent/2.0.0/shrinkwrap-descriptors-parent-2.0.0.pom 06:46:33 [2025-06-30T04:46:33.077Z] Progress (1): 4.1 kB 06:46:33 [2025-06-30T04:46:33.077Z] Progress (1): 8.2 kB 06:46:33 [2025-06-30T04:46:33.077Z] Progress (1): 12 kB 06:46:33 [2025-06-30T04:46:33.077Z] Progress (1): 13 kB 06:46:33 [2025-06-30T04:46:33.077Z] 06:46:32,907 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-4) WFLYJCA0007: Registered connection factory java:/JmsXA 06:46:33 [2025-06-30T04:46:33.077Z]  06:46:33 [2025-06-30T04:46:33.077Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-parent/2.0.0/shrinkwrap-descriptors-parent-2.0.0.pom (13 kB at 363 kB/s) 06:46:33 [2025-06-30T04:46:33.077Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/jboss-parent/16/jboss-parent-16.pom 06:46:33 [2025-06-30T04:46:33.077Z] Progress (1): 4.1 kB 06:46:33 [2025-06-30T04:46:33.077Z] Progress (1): 8.2 kB 06:46:33 [2025-06-30T04:46:33.077Z] Progress (1): 12 kB 06:46:33 [2025-06-30T04:46:33.077Z] Progress (1): 16 kB 06:46:33 [2025-06-30T04:46:33.077Z] Progress (1): 20 kB 06:46:33 [2025-06-30T04:46:33.077Z] Progress (1): 25 kB 06:46:33 [2025-06-30T04:46:33.077Z] Progress (1): 29 kB 06:46:33 [2025-06-30T04:46:33.077Z] Progress (1): 32 kB 06:46:33 [2025-06-30T04:46:33.077Z] 06:46:33 [2025-06-30T04:46:33.077Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/jboss-parent/16/jboss-parent-16.pom (32 kB at 808 kB/s) 06:46:33 [2025-06-30T04:46:33.077Z] 06:46:32,973 INFO [org.apache.activemq.artemis.ra.ActiveMQRALogger] (MSC service thread 1-4) AMQ151007: Resource adaptor started 06:46:33 [2025-06-30T04:46:33.077Z] 06:46:32,973 INFO [org.jboss.as.connector.services.resourceadapters.ResourceAdapterActivatorService$ResourceAdapterActivator] (MSC service thread 1-4) IJ020002: Deployed: file://RaActivatoractivemq-ra 06:46:33 [2025-06-30T04:46:33.077Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/arquillian/config/arquillian-config-impl-base/1.6.0.Final/arquillian-config-impl-base-1.6.0.Final.pom 06:46:33 [2025-06-30T04:46:33.077Z] 06:46:32,976 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-5) WFLYJCA0002: Bound Jakarta Connectors ConnectionFactory [java:/JmsXA] 06:46:33 [2025-06-30T04:46:33.077Z] 06:46:32,976 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-2) WFLYJCA0118: Binding connection factory named java:/JmsXA to alias java:jboss/DefaultJMSConnectionFactory 06:46:33 [2025-06-30T04:46:33.077Z] Progress (1): 2.8 kB 06:46:33 [2025-06-30T04:46:33.077Z] 06:46:33 [2025-06-30T04:46:33.077Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/arquillian/config/arquillian-config-impl-base/1.6.0.Final/arquillian-config-impl-base-1.6.0.Final.pom (2.8 kB at 86 kB/s) 06:46:33 [2025-06-30T04:46:33.077Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/arquillian/config/arquillian-config-spi/1.6.0.Final/arquillian-config-spi-1.6.0.Final.pom 06:46:33 [2025-06-30T04:46:33.077Z] Progress (1): 984 B 06:46:33 [2025-06-30T04:46:33.077Z] 06:46:33 [2025-06-30T04:46:33.077Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/arquillian/config/arquillian-config-spi/1.6.0.Final/arquillian-config-spi-1.6.0.Final.pom (984 B at 29 kB/s) 06:46:33 [2025-06-30T04:46:33.077Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-spi/2.0.0/shrinkwrap-descriptors-spi-2.0.0.pom 06:46:33 [2025-06-30T04:46:33.328Z] Progress (1): 2.0 kB 06:46:33 [2025-06-30T04:46:33.328Z] 06:46:33 [2025-06-30T04:46:33.328Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-spi/2.0.0/shrinkwrap-descriptors-spi-2.0.0.pom (2.0 kB at 60 kB/s) 06:46:33 [2025-06-30T04:46:33.328Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/shrinkwrap/shrinkwrap-api/1.2.6/shrinkwrap-api-1.2.6.pom 06:46:33 [2025-06-30T04:46:33.328Z] Progress (1): 3.1 kB 06:46:33 [2025-06-30T04:46:33.328Z] 06:46:33,120 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0212: Resuming server 06:46:33 [2025-06-30T04:46:33.328Z] 06:46:33,124 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 26.1.3.Final (WildFly Core 18.1.2.Final) started in 5010ms - Started 349 of 590 services (358 services are lazy, passive or on-demand) - Server configuration file in use: standalone-full.xml 06:46:33 [2025-06-30T04:46:33.328Z] 06:46:33,126 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://127.0.0.1:9990/management 06:46:33 [2025-06-30T04:46:33.328Z] 06:46:33,126 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://127.0.0.1:9990 06:46:33 [2025-06-30T04:46:33.328Z]  06:46:33 [2025-06-30T04:46:33.328Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/shrinkwrap/shrinkwrap-api/1.2.6/shrinkwrap-api-1.2.6.pom (3.1 kB at 91 kB/s) 06:46:33 [2025-06-30T04:46:33.328Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/shrinkwrap/shrinkwrap-parent/1.2.6/shrinkwrap-parent-1.2.6.pom 06:46:33 [2025-06-30T04:46:33.328Z] Progress (1): 4.1 kB 06:46:33 [2025-06-30T04:46:33.328Z] Progress (1): 8.2 kB 06:46:33 [2025-06-30T04:46:33.328Z] Progress (1): 11 kB 06:46:33 [2025-06-30T04:46:33.328Z] 06:46:33 [2025-06-30T04:46:33.328Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/shrinkwrap/shrinkwrap-parent/1.2.6/shrinkwrap-parent-1.2.6.pom (11 kB at 300 kB/s) 06:46:33 [2025-06-30T04:46:33.328Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/jboss-parent/19/jboss-parent-19.pom 06:46:33 [2025-06-30T04:46:33.328Z] Progress (1): 4.1 kB 06:46:33 [2025-06-30T04:46:33.328Z] Progress (1): 8.2 kB 06:46:33 [2025-06-30T04:46:33.328Z] Progress (1): 12 kB 06:46:33 [2025-06-30T04:46:33.328Z] Progress (1): 16 kB 06:46:33 [2025-06-30T04:46:33.328Z] Progress (1): 20 kB 06:46:33 [2025-06-30T04:46:33.328Z] Progress (1): 25 kB 06:46:33 [2025-06-30T04:46:33.328Z] Progress (1): 29 kB 06:46:33 [2025-06-30T04:46:33.328Z] Progress (1): 32 kB 06:46:33 [2025-06-30T04:46:33.328Z] 06:46:33 [2025-06-30T04:46:33.328Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/jboss-parent/19/jboss-parent-19.pom (32 kB at 904 kB/s) 06:46:33 [2025-06-30T04:46:33.328Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/arquillian/container/arquillian-container-test-api/1.6.0.Final/arquillian-container-test-api-1.6.0.Final.pom 06:46:33 [2025-06-30T04:46:33.328Z] Progress (1): 1.4 kB 06:46:33 [2025-06-30T04:46:33.328Z] 06:46:33 [2025-06-30T04:46:33.328Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/arquillian/container/arquillian-container-test-api/1.6.0.Final/arquillian-container-test-api-1.6.0.Final.pom (1.4 kB at 41 kB/s) 06:46:33 [2025-06-30T04:46:33.328Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/arquillian/testenricher/arquillian-testenricher-ejb/1.6.0.Final/arquillian-testenricher-ejb-1.6.0.Final.pom 06:46:33 [2025-06-30T04:46:33.328Z] Progress (1): 4.1 kB 06:46:33 [2025-06-30T04:46:33.328Z] Progress (1): 4.8 kB 06:46:33 [2025-06-30T04:46:33.328Z] 06:46:33 [2025-06-30T04:46:33.328Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/arquillian/testenricher/arquillian-testenricher-ejb/1.6.0.Final/arquillian-testenricher-ejb-1.6.0.Final.pom (4.8 kB at 140 kB/s) 06:46:33 [2025-06-30T04:46:33.328Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/arquillian/testenricher/arquillian-testenricher-initialcontext/1.6.0.Final/arquillian-testenricher-initialcontext-1.6.0.Final.pom 06:46:33 [2025-06-30T04:46:33.328Z] Progress (1): 1.4 kB 06:46:33 [2025-06-30T04:46:33.328Z] 06:46:33 [2025-06-30T04:46:33.328Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/arquillian/testenricher/arquillian-testenricher-initialcontext/1.6.0.Final/arquillian-testenricher-initialcontext-1.6.0.Final.pom (1.4 kB at 45 kB/s) 06:46:33 [2025-06-30T04:46:33.579Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/arquillian/testenricher/arquillian-testenricher-resource/1.6.0.Final/arquillian-testenricher-resource-1.6.0.Final.pom 06:46:33 [2025-06-30T04:46:33.579Z] Progress (1): 1.9 kB 06:46:33 [2025-06-30T04:46:33.579Z] 06:46:33 [2025-06-30T04:46:33.579Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/arquillian/testenricher/arquillian-testenricher-resource/1.6.0.Final/arquillian-testenricher-resource-1.6.0.Final.pom (1.9 kB at 58 kB/s) 06:46:33 [2025-06-30T04:46:33.579Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/arquillian/container/arquillian-container-test-impl-base/1.6.0.Final/arquillian-container-test-impl-base-1.6.0.Final.pom 06:46:33 [2025-06-30T04:46:33.579Z] Progress (1): 3.2 kB 06:46:33 [2025-06-30T04:46:33.579Z] 06:46:33 [2025-06-30T04:46:33.579Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/arquillian/container/arquillian-container-test-impl-base/1.6.0.Final/arquillian-container-test-impl-base-1.6.0.Final.pom (3.2 kB at 95 kB/s) 06:46:33 [2025-06-30T04:46:33.579Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/arquillian/protocol/arquillian-protocol-servlet/1.6.0.Final/arquillian-protocol-servlet-1.6.0.Final.pom 06:46:33 [2025-06-30T04:46:33.579Z] Progress (1): 3.0 kB 06:46:33 [2025-06-30T04:46:33.579Z] 06:46:33 [2025-06-30T04:46:33.579Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/arquillian/protocol/arquillian-protocol-servlet/1.6.0.Final/arquillian-protocol-servlet-1.6.0.Final.pom (3.0 kB at 85 kB/s) 06:46:33 [2025-06-30T04:46:33.579Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/arquillian/wildfly-arquillian-testenricher-msc/3.0.1.Final/wildfly-arquillian-testenricher-msc-3.0.1.Final.pom 06:46:33 [2025-06-30T04:46:33.579Z] Progress (1): 2.0 kB 06:46:33 [2025-06-30T04:46:33.579Z] 06:46:33 [2025-06-30T04:46:33.579Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/arquillian/wildfly-arquillian-testenricher-msc/3.0.1.Final/wildfly-arquillian-testenricher-msc-3.0.1.Final.pom (2.0 kB at 57 kB/s) 06:46:33 [2025-06-30T04:46:33.579Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/core/wildfly-server/13.0.0.Final/wildfly-server-13.0.0.Final.pom 06:46:33 [2025-06-30T04:46:33.579Z] Progress (1): 4.1 kB 06:46:33 [2025-06-30T04:46:33.579Z] Progress (1): 8.2 kB 06:46:33 [2025-06-30T04:46:33.579Z] Progress (1): 8.2 kB 06:46:33 [2025-06-30T04:46:33.579Z] 06:46:33 [2025-06-30T04:46:33.579Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/core/wildfly-server/13.0.0.Final/wildfly-server-13.0.0.Final.pom (8.2 kB at 223 kB/s) 06:46:33 [2025-06-30T04:46:33.579Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/core/wildfly-controller/13.0.0.Final/wildfly-controller-13.0.0.Final.pom 06:46:33 [2025-06-30T04:46:33.830Z] Progress (1): 4.1 kB 06:46:33 [2025-06-30T04:46:33.830Z] Progress (1): 4.6 kB 06:46:33 [2025-06-30T04:46:33.830Z] 06:46:33 [2025-06-30T04:46:33.830Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/core/wildfly-controller/13.0.0.Final/wildfly-controller-13.0.0.Final.pom (4.6 kB at 127 kB/s) 06:46:33 [2025-06-30T04:46:33.830Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/jboss-dmr/1.5.1.Final/jboss-dmr-1.5.1.Final.pom 06:46:33 [2025-06-30T04:46:33.830Z] Progress (1): 4.1 kB 06:46:33 [2025-06-30T04:46:33.830Z] Progress (1): 6.8 kB 06:46:33 [2025-06-30T04:46:33.830Z] 06:46:33 [2025-06-30T04:46:33.830Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/jboss-dmr/1.5.1.Final/jboss-dmr-1.5.1.Final.pom (6.8 kB at 184 kB/s) 06:46:33 [2025-06-30T04:46:33.830Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/jboss-parent/25/jboss-parent-25.pom 06:46:33 [2025-06-30T04:46:33.830Z] Progress (1): 4.1 kB 06:46:33 [2025-06-30T04:46:33.830Z] Progress (1): 8.2 kB 06:46:33 [2025-06-30T04:46:33.830Z] Progress (1): 12 kB 06:46:33 [2025-06-30T04:46:33.830Z] Progress (1): 16 kB 06:46:33 [2025-06-30T04:46:33.830Z] Progress (1): 20 kB 06:46:33 [2025-06-30T04:46:33.830Z] Progress (1): 25 kB 06:46:33 [2025-06-30T04:46:33.830Z] Progress (1): 29 kB 06:46:33 [2025-06-30T04:46:33.830Z] Progress (1): 33 kB 06:46:33 [2025-06-30T04:46:33.830Z] Progress (1): 35 kB 06:46:33 [2025-06-30T04:46:33.830Z] 06:46:33 [2025-06-30T04:46:33.830Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/jboss-parent/25/jboss-parent-25.pom (35 kB at 893 kB/s) 06:46:33 [2025-06-30T04:46:33.830Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/core/wildfly-controller-client/13.0.0.Final/wildfly-controller-client-13.0.0.Final.pom 06:46:33 [2025-06-30T04:46:33.830Z] Progress (1): 3.5 kB 06:46:33 [2025-06-30T04:46:33.830Z] 06:46:33 [2025-06-30T04:46:33.830Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/core/wildfly-controller-client/13.0.0.Final/wildfly-controller-client-13.0.0.Final.pom (3.5 kB at 101 kB/s) 06:46:33 [2025-06-30T04:46:33.830Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/core/wildfly-protocol/13.0.0.Final/wildfly-protocol-13.0.0.Final.pom 06:46:33 [2025-06-30T04:46:33.830Z] Progress (1): 3.8 kB 06:46:33 [2025-06-30T04:46:33.830Z] 06:46:33 [2025-06-30T04:46:33.830Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/core/wildfly-protocol/13.0.0.Final/wildfly-protocol-13.0.0.Final.pom (3.8 kB at 105 kB/s) 06:46:33 [2025-06-30T04:46:33.830Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/logging/jboss-logging/3.4.1.Final/jboss-logging-3.4.1.Final.pom 06:46:33 [2025-06-30T04:46:33.830Z] Progress (1): 4.1 kB 06:46:34 [2025-06-30T04:46:34.080Z] Progress (1): 5.0 kB 06:46:34 [2025-06-30T04:46:34.080Z] 06:46:34 [2025-06-30T04:46:34.080Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/logging/jboss-logging/3.4.1.Final/jboss-logging-3.4.1.Final.pom (5.0 kB at 124 kB/s) 06:46:34 [2025-06-30T04:46:34.080Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/jboss-parent/34/jboss-parent-34.pom 06:46:34 [2025-06-30T04:46:34.080Z] Progress (1): 4.1 kB 06:46:34 [2025-06-30T04:46:34.080Z] Progress (1): 8.2 kB 06:46:34 [2025-06-30T04:46:34.080Z] Progress (1): 12 kB 06:46:34 [2025-06-30T04:46:34.080Z] Progress (1): 16 kB 06:46:34 [2025-06-30T04:46:34.080Z] Progress (1): 20 kB 06:46:34 [2025-06-30T04:46:34.080Z] Progress (1): 25 kB 06:46:34 [2025-06-30T04:46:34.080Z] Progress (1): 29 kB 06:46:34 [2025-06-30T04:46:34.080Z] Progress (1): 33 kB 06:46:34 [2025-06-30T04:46:34.080Z] Progress (1): 37 kB 06:46:34 [2025-06-30T04:46:34.080Z] Progress (1): 41 kB 06:46:34 [2025-06-30T04:46:34.080Z] Progress (1): 45 kB 06:46:34 [2025-06-30T04:46:34.080Z] Progress (1): 49 kB 06:46:34 [2025-06-30T04:46:34.080Z] Progress (1): 53 kB 06:46:34 [2025-06-30T04:46:34.080Z] Progress (1): 57 kB 06:46:34 [2025-06-30T04:46:34.080Z] Progress (1): 61 kB 06:46:34 [2025-06-30T04:46:34.080Z] Progress (1): 65 kB 06:46:34 [2025-06-30T04:46:34.080Z] 06:46:34 [2025-06-30T04:46:34.081Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/jboss-parent/34/jboss-parent-34.pom (65 kB at 1.6 MB/s) 06:46:34 [2025-06-30T04:46:34.081Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/modules/jboss-modules/1.10.2.Final/jboss-modules-1.10.2.Final.pom 06:46:34 [2025-06-30T04:46:34.081Z] Progress (1): 4.1 kB 06:46:34 [2025-06-30T04:46:34.081Z] Progress (1): 8.2 kB 06:46:34 [2025-06-30T04:46:34.081Z] Progress (1): 12 kB 06:46:34 [2025-06-30T04:46:34.081Z] Progress (1): 13 kB 06:46:34 [2025-06-30T04:46:34.081Z] 06:46:34 [2025-06-30T04:46:34.081Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/modules/jboss-modules/1.10.2.Final/jboss-modules-1.10.2.Final.pom (13 kB at 319 kB/s) 06:46:34 [2025-06-30T04:46:34.081Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/remoting/jboss-remoting/5.0.19.Final/jboss-remoting-5.0.19.Final.pom 06:46:34 [2025-06-30T04:46:34.081Z] Progress (1): 4.1 kB 06:46:34 [2025-06-30T04:46:34.081Z] Progress (1): 8.2 kB 06:46:34 [2025-06-30T04:46:34.081Z] Progress (1): 12 kB 06:46:34 [2025-06-30T04:46:34.081Z] Progress (1): 14 kB 06:46:34 [2025-06-30T04:46:34.081Z] 06:46:34 [2025-06-30T04:46:34.081Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/remoting/jboss-remoting/5.0.19.Final/jboss-remoting-5.0.19.Final.pom (14 kB at 356 kB/s) 06:46:34 [2025-06-30T04:46:34.081Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/jboss-parent/35/jboss-parent-35.pom 06:46:34 [2025-06-30T04:46:34.081Z] Progress (1): 4.1 kB 06:46:34 [2025-06-30T04:46:34.081Z] Progress (1): 8.2 kB 06:46:34 [2025-06-30T04:46:34.081Z] Progress (1): 12 kB 06:46:34 [2025-06-30T04:46:34.081Z] Progress (1): 16 kB 06:46:34 [2025-06-30T04:46:34.081Z] Progress (1): 20 kB 06:46:34 [2025-06-30T04:46:34.081Z] Progress (1): 25 kB 06:46:34 [2025-06-30T04:46:34.081Z] Progress (1): 29 kB 06:46:34 [2025-06-30T04:46:34.081Z] Progress (1): 33 kB 06:46:34 [2025-06-30T04:46:34.081Z] Progress (1): 37 kB 06:46:34 [2025-06-30T04:46:34.081Z] Progress (1): 41 kB 06:46:34 [2025-06-30T04:46:34.081Z] Progress (1): 45 kB 06:46:34 [2025-06-30T04:46:34.081Z] Progress (1): 49 kB 06:46:34 [2025-06-30T04:46:34.081Z] Progress (1): 53 kB 06:46:34 [2025-06-30T04:46:34.081Z] Progress (1): 57 kB 06:46:34 [2025-06-30T04:46:34.081Z] Progress (1): 61 kB 06:46:34 [2025-06-30T04:46:34.081Z] Progress (1): 66 kB 06:46:34 [2025-06-30T04:46:34.081Z] Progress (1): 66 kB 06:46:34 [2025-06-30T04:46:34.081Z] 06:46:34 [2025-06-30T04:46:34.081Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/jboss-parent/35/jboss-parent-35.pom (66 kB at 1.6 MB/s) 06:46:34 [2025-06-30T04:46:34.081Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/xnio/xnio-api/3.7.7.Final/xnio-api-3.7.7.Final.pom 06:46:34 [2025-06-30T04:46:34.081Z] Progress (1): 4.1 kB 06:46:34 [2025-06-30T04:46:34.081Z] Progress (1): 8.2 kB 06:46:34 [2025-06-30T04:46:34.081Z] Progress (1): 8.8 kB 06:46:34 [2025-06-30T04:46:34.081Z] 06:46:34 [2025-06-30T04:46:34.081Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/xnio/xnio-api/3.7.7.Final/xnio-api-3.7.7.Final.pom (8.8 kB at 237 kB/s) 06:46:34 [2025-06-30T04:46:34.081Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/xnio/xnio-all/3.7.7.Final/xnio-all-3.7.7.Final.pom 06:46:34 [2025-06-30T04:46:34.331Z] Progress (1): 4.1 kB 06:46:34 [2025-06-30T04:46:34.331Z] Progress (1): 6.9 kB 06:46:34 [2025-06-30T04:46:34.331Z] 06:46:34 [2025-06-30T04:46:34.331Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/xnio/xnio-all/3.7.7.Final/xnio-all-3.7.7.Final.pom (6.9 kB at 186 kB/s) 06:46:34 [2025-06-30T04:46:34.331Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/common/wildfly-common/1.5.2.Final/wildfly-common-1.5.2.Final.pom 06:46:34 [2025-06-30T04:46:34.331Z] Progress (1): 4.1 kB 06:46:34 [2025-06-30T04:46:34.331Z] Progress (1): 7.3 kB 06:46:34 [2025-06-30T04:46:34.331Z] 06:46:34 [2025-06-30T04:46:34.331Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/common/wildfly-common/1.5.2.Final/wildfly-common-1.5.2.Final.pom (7.3 kB at 197 kB/s) 06:46:34 [2025-06-30T04:46:34.331Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/client/wildfly-client-config/1.0.0.Final/wildfly-client-config-1.0.0.Final.pom 06:46:34 [2025-06-30T04:46:34.331Z] Progress (1): 4.1 kB 06:46:34 [2025-06-30T04:46:34.331Z] Progress (1): 7.2 kB 06:46:34 [2025-06-30T04:46:34.331Z] 06:46:34 [2025-06-30T04:46:34.331Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/client/wildfly-client-config/1.0.0.Final/wildfly-client-config-1.0.0.Final.pom (7.2 kB at 199 kB/s) 06:46:34 [2025-06-30T04:46:34.332Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/jboss-parent/23/jboss-parent-23.pom 06:46:34 [2025-06-30T04:46:34.332Z] Progress (1): 4.1 kB 06:46:34 [2025-06-30T04:46:34.332Z] Progress (1): 8.2 kB 06:46:34 [2025-06-30T04:46:34.332Z] Progress (1): 12 kB 06:46:34 [2025-06-30T04:46:34.332Z] Progress (1): 16 kB 06:46:34 [2025-06-30T04:46:34.332Z] Progress (1): 20 kB 06:46:34 [2025-06-30T04:46:34.332Z] Progress (1): 25 kB 06:46:34 [2025-06-30T04:46:34.332Z] Progress (1): 29 kB 06:46:34 [2025-06-30T04:46:34.332Z] Progress (1): 33 kB 06:46:34 [2025-06-30T04:46:34.332Z] Progress (1): 35 kB 06:46:34 [2025-06-30T04:46:34.332Z] 06:46:34 [2025-06-30T04:46:34.332Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/jboss-parent/23/jboss-parent-23.pom (35 kB at 886 kB/s) 06:46:34 [2025-06-30T04:46:34.332Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/logging/jboss-logging/3.3.1.Final/jboss-logging-3.3.1.Final.pom 06:46:34 [2025-06-30T04:46:34.332Z] Progress (1): 4.1 kB 06:46:34 [2025-06-30T04:46:34.332Z] Progress (1): 5.9 kB 06:46:34 [2025-06-30T04:46:34.332Z] 06:46:34 [2025-06-30T04:46:34.332Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/logging/jboss-logging/3.3.1.Final/jboss-logging-3.3.1.Final.pom (5.9 kB at 161 kB/s) 06:46:34 [2025-06-30T04:46:34.332Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/jboss-parent/15/jboss-parent-15.pom 06:46:34 [2025-06-30T04:46:34.332Z] Progress (1): 4.1 kB 06:46:34 [2025-06-30T04:46:34.332Z] Progress (1): 8.2 kB 06:46:34 [2025-06-30T04:46:34.332Z] Progress (1): 12 kB 06:46:34 [2025-06-30T04:46:34.332Z] Progress (1): 16 kB 06:46:34 [2025-06-30T04:46:34.332Z] Progress (1): 20 kB 06:46:34 [2025-06-30T04:46:34.332Z] Progress (1): 25 kB 06:46:34 [2025-06-30T04:46:34.332Z] Progress (1): 29 kB 06:46:34 [2025-06-30T04:46:34.582Z] Progress (1): 32 kB 06:46:34 [2025-06-30T04:46:34.582Z] 06:46:34 [2025-06-30T04:46:34.582Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/jboss-parent/15/jboss-parent-15.pom (32 kB at 830 kB/s) 06:46:34 [2025-06-30T04:46:34.582Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/common/wildfly-common/1.2.0.Final/wildfly-common-1.2.0.Final.pom 06:46:34 [2025-06-30T04:46:34.582Z] Progress (1): 4.1 kB 06:46:34 [2025-06-30T04:46:34.582Z] Progress (1): 5.4 kB 06:46:34 [2025-06-30T04:46:34.582Z] 06:46:34 [2025-06-30T04:46:34.582Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/common/wildfly-common/1.2.0.Final/wildfly-common-1.2.0.Final.pom (5.4 kB at 147 kB/s) 06:46:34 [2025-06-30T04:46:34.582Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/jboss-parent/24/jboss-parent-24.pom 06:46:34 [2025-06-30T04:46:34.582Z] Progress (1): 4.1 kB 06:46:34 [2025-06-30T04:46:34.582Z] Progress (1): 8.2 kB 06:46:34 [2025-06-30T04:46:34.582Z] Progress (1): 12 kB 06:46:34 [2025-06-30T04:46:34.582Z] Progress (1): 16 kB 06:46:34 [2025-06-30T04:46:34.582Z] Progress (1): 20 kB 06:46:34 [2025-06-30T04:46:34.582Z] Progress (1): 25 kB 06:46:34 [2025-06-30T04:46:34.582Z] Progress (1): 29 kB 06:46:34 [2025-06-30T04:46:34.582Z] Progress (1): 33 kB 06:46:34 [2025-06-30T04:46:34.582Z] Progress (1): 36 kB 06:46:34 [2025-06-30T04:46:34.582Z] 06:46:34 [2025-06-30T04:46:34.582Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/jboss-parent/24/jboss-parent-24.pom (36 kB at 946 kB/s) 06:46:34 [2025-06-30T04:46:34.582Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/threads/jboss-threads/2.3.0.Beta2/jboss-threads-2.3.0.Beta2.pom 06:46:34 [2025-06-30T04:46:34.582Z] Progress (1): 4.1 kB 06:46:34 [2025-06-30T04:46:34.582Z] Progress (1): 4.6 kB 06:46:34 [2025-06-30T04:46:34.582Z] 06:46:34 [2025-06-30T04:46:34.582Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/threads/jboss-threads/2.3.0.Beta2/jboss-threads-2.3.0.Beta2.pom (4.6 kB at 128 kB/s) 06:46:34 [2025-06-30T04:46:34.582Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/jboss-parent/20/jboss-parent-20.pom 06:46:34 [2025-06-30T04:46:34.582Z] Progress (1): 4.1 kB 06:46:34 [2025-06-30T04:46:34.582Z] Progress (1): 8.2 kB 06:46:34 [2025-06-30T04:46:34.582Z] Progress (1): 12 kB 06:46:34 [2025-06-30T04:46:34.582Z] Progress (1): 16 kB 06:46:34 [2025-06-30T04:46:34.582Z] Progress (1): 20 kB 06:46:34 [2025-06-30T04:46:34.582Z] Progress (1): 25 kB 06:46:34 [2025-06-30T04:46:34.582Z] Progress (1): 29 kB 06:46:34 [2025-06-30T04:46:34.582Z] Progress (1): 33 kB 06:46:34 [2025-06-30T04:46:34.582Z] Progress (1): 34 kB 06:46:34 [2025-06-30T04:46:34.582Z] 06:46:34 [2025-06-30T04:46:34.582Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/jboss-parent/20/jboss-parent-20.pom (34 kB at 917 kB/s) 06:46:34 [2025-06-30T04:46:34.583Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/common/wildfly-common/1.3.0.Beta1/wildfly-common-1.3.0.Beta1.pom 06:46:34 [2025-06-30T04:46:34.583Z] Progress (1): 4.1 kB 06:46:34 [2025-06-30T04:46:34.583Z] Progress (1): 5.4 kB 06:46:34 [2025-06-30T04:46:34.583Z] 06:46:34 [2025-06-30T04:46:34.583Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/common/wildfly-common/1.3.0.Beta1/wildfly-common-1.3.0.Beta1.pom (5.4 kB at 151 kB/s) 06:46:34 [2025-06-30T04:46:34.583Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/client/wildfly-client-config/1.0.1.Final/wildfly-client-config-1.0.1.Final.pom 06:46:34 [2025-06-30T04:46:34.833Z] Progress (1): 4.1 kB 06:46:34 [2025-06-30T04:46:34.833Z] Progress (1): 7.2 kB 06:46:34 [2025-06-30T04:46:34.833Z] 06:46:34 [2025-06-30T04:46:34.833Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/client/wildfly-client-config/1.0.1.Final/wildfly-client-config-1.0.1.Final.pom (7.2 kB at 194 kB/s) 06:46:34 [2025-06-30T04:46:34.833Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron/1.11.2.Final/wildfly-elytron-1.11.2.Final.pom 06:46:34 [2025-06-30T04:46:34.833Z] Progress (1): 4.1 kB 06:46:34 [2025-06-30T04:46:34.833Z] Progress (1): 8.2 kB 06:46:34 [2025-06-30T04:46:34.833Z] Progress (1): 12 kB 06:46:34 [2025-06-30T04:46:34.833Z] Progress (1): 16 kB 06:46:34 [2025-06-30T04:46:34.833Z] Progress (1): 20 kB 06:46:34 [2025-06-30T04:46:34.833Z] Progress (1): 25 kB 06:46:34 [2025-06-30T04:46:34.833Z] Progress (1): 29 kB 06:46:34 [2025-06-30T04:46:34.833Z] Progress (1): 33 kB 06:46:34 [2025-06-30T04:46:34.833Z] Progress (1): 37 kB 06:46:34 [2025-06-30T04:46:34.833Z] Progress (1): 41 kB 06:46:34 [2025-06-30T04:46:34.833Z] Progress (1): 45 kB 06:46:34 [2025-06-30T04:46:34.833Z] Progress (1): 49 kB 06:46:34 [2025-06-30T04:46:34.833Z] Progress (1): 49 kB 06:46:34 [2025-06-30T04:46:34.833Z] 06:46:34 [2025-06-30T04:46:34.833Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron/1.11.2.Final/wildfly-elytron-1.11.2.Final.pom (49 kB at 1.2 MB/s) 06:46:34 [2025-06-30T04:46:34.833Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-parent/1.11.2.Final/wildfly-elytron-parent-1.11.2.Final.pom 06:46:34 [2025-06-30T04:46:34.833Z] Progress (1): 4.1 kB 06:46:34 [2025-06-30T04:46:34.833Z] Progress (1): 8.2 kB 06:46:34 [2025-06-30T04:46:34.833Z] Progress (1): 12 kB 06:46:34 [2025-06-30T04:46:34.833Z] Progress (1): 16 kB 06:46:34 [2025-06-30T04:46:34.833Z] Progress (1): 20 kB 06:46:34 [2025-06-30T04:46:34.833Z] Progress (1): 25 kB 06:46:34 [2025-06-30T04:46:34.833Z] Progress (1): 29 kB 06:46:34 [2025-06-30T04:46:34.833Z] Progress (1): 33 kB 06:46:34 [2025-06-30T04:46:34.833Z] Progress (1): 37 kB 06:46:34 [2025-06-30T04:46:34.833Z] Progress (1): 41 kB 06:46:34 [2025-06-30T04:46:34.833Z] Progress (1): 45 kB 06:46:34 [2025-06-30T04:46:34.833Z] Progress (1): 49 kB 06:46:34 [2025-06-30T04:46:34.833Z] Progress (1): 53 kB 06:46:34 [2025-06-30T04:46:34.833Z] Progress (1): 57 kB 06:46:34 [2025-06-30T04:46:34.833Z] Progress (1): 61 kB 06:46:34 [2025-06-30T04:46:34.833Z] Progress (1): 63 kB 06:46:34 [2025-06-30T04:46:34.833Z] 06:46:34 [2025-06-30T04:46:34.833Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-parent/1.11.2.Final/wildfly-elytron-parent-1.11.2.Final.pom (63 kB at 1.5 MB/s) 06:46:34 [2025-06-30T04:46:34.833Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-asn1/1.11.2.Final/wildfly-elytron-asn1-1.11.2.Final.pom 06:46:34 [2025-06-30T04:46:34.833Z] Progress (1): 2.5 kB 06:46:34 [2025-06-30T04:46:34.833Z] 06:46:34 [2025-06-30T04:46:34.833Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-asn1/1.11.2.Final/wildfly-elytron-asn1-1.11.2.Final.pom (2.5 kB at 66 kB/s) 06:46:34 [2025-06-30T04:46:34.833Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-audit/1.11.2.Final/wildfly-elytron-audit-1.11.2.Final.pom 06:46:34 [2025-06-30T04:46:34.833Z] Progress (1): 2.7 kB 06:46:34 [2025-06-30T04:46:34.833Z] 06:46:34 [2025-06-30T04:46:34.833Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-audit/1.11.2.Final/wildfly-elytron-audit-1.11.2.Final.pom (2.7 kB at 77 kB/s) 06:46:34 [2025-06-30T04:46:34.833Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-auth-server/1.11.2.Final/wildfly-elytron-auth-server-1.11.2.Final.pom 06:46:35 [2025-06-30T04:46:35.084Z] Progress (1): 3.9 kB 06:46:35 [2025-06-30T04:46:35.084Z] 06:46:35 [2025-06-30T04:46:35.084Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-auth-server/1.11.2.Final/wildfly-elytron-auth-server-1.11.2.Final.pom (3.9 kB at 111 kB/s) 06:46:35 [2025-06-30T04:46:35.084Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-auth/1.11.2.Final/wildfly-elytron-auth-1.11.2.Final.pom 06:46:35 [2025-06-30T04:46:35.084Z] Progress (1): 1.8 kB 06:46:35 [2025-06-30T04:46:35.084Z] 06:46:35 [2025-06-30T04:46:35.084Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-auth/1.11.2.Final/wildfly-elytron-auth-1.11.2.Final.pom (1.8 kB at 51 kB/s) 06:46:35 [2025-06-30T04:46:35.084Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-util/1.11.2.Final/wildfly-elytron-util-1.11.2.Final.pom 06:46:35 [2025-06-30T04:46:35.084Z] Progress (1): 2.8 kB 06:46:35 [2025-06-30T04:46:35.084Z] 06:46:35 [2025-06-30T04:46:35.084Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-util/1.11.2.Final/wildfly-elytron-util-1.11.2.Final.pom (2.8 kB at 78 kB/s) 06:46:35 [2025-06-30T04:46:35.084Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-base/1.11.2.Final/wildfly-elytron-base-1.11.2.Final.pom 06:46:35 [2025-06-30T04:46:35.084Z] Progress (1): 2.4 kB 06:46:35 [2025-06-30T04:46:35.084Z] 06:46:35 [2025-06-30T04:46:35.084Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-base/1.11.2.Final/wildfly-elytron-base-1.11.2.Final.pom (2.4 kB at 33 kB/s) 06:46:35 [2025-06-30T04:46:35.084Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-credential/1.11.2.Final/wildfly-elytron-credential-1.11.2.Final.pom 06:46:35 [2025-06-30T04:46:35.084Z] Progress (1): 4.1 kB 06:46:35 [2025-06-30T04:46:35.084Z] Progress (1): 4.1 kB 06:46:35 [2025-06-30T04:46:35.084Z] 06:46:35 [2025-06-30T04:46:35.084Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-credential/1.11.2.Final/wildfly-elytron-credential-1.11.2.Final.pom (4.1 kB at 118 kB/s) 06:46:35 [2025-06-30T04:46:35.084Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-keystore/1.11.2.Final/wildfly-elytron-keystore-1.11.2.Final.pom 06:46:35 [2025-06-30T04:46:35.335Z] Progress (1): 3.7 kB 06:46:35 [2025-06-30T04:46:35.335Z] 06:46:35 [2025-06-30T04:46:35.335Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-keystore/1.11.2.Final/wildfly-elytron-keystore-1.11.2.Final.pom (3.7 kB at 110 kB/s) 06:46:35 [2025-06-30T04:46:35.335Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-provider-util/1.11.2.Final/wildfly-elytron-provider-util-1.11.2.Final.pom 06:46:35 [2025-06-30T04:46:35.335Z] Progress (1): 2.2 kB 06:46:35 [2025-06-30T04:46:35.335Z] 06:46:35 [2025-06-30T04:46:35.335Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-provider-util/1.11.2.Final/wildfly-elytron-provider-util-1.11.2.Final.pom (2.2 kB at 65 kB/s) 06:46:35 [2025-06-30T04:46:35.335Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-x500/1.11.2.Final/wildfly-elytron-x500-1.11.2.Final.pom 06:46:35 [2025-06-30T04:46:35.335Z] Progress (1): 2.7 kB 06:46:35 [2025-06-30T04:46:35.335Z] 06:46:35 [2025-06-30T04:46:35.335Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-x500/1.11.2.Final/wildfly-elytron-x500-1.11.2.Final.pom (2.7 kB at 79 kB/s) 06:46:35 [2025-06-30T04:46:35.335Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-permission/1.11.2.Final/wildfly-elytron-permission-1.11.2.Final.pom 06:46:35 [2025-06-30T04:46:35.335Z] Progress (1): 2.5 kB 06:46:35 [2025-06-30T04:46:35.335Z] 06:46:35 [2025-06-30T04:46:35.335Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-permission/1.11.2.Final/wildfly-elytron-permission-1.11.2.Final.pom (2.5 kB at 74 kB/s) 06:46:35 [2025-06-30T04:46:35.335Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-auth-server-deprecated/1.11.2.Final/wildfly-elytron-auth-server-deprecated-1.11.2.Final.pom 06:46:35 [2025-06-30T04:46:35.335Z] Progress (1): 3.2 kB 06:46:35 [2025-06-30T04:46:35.335Z] 06:46:35 [2025-06-30T04:46:35.335Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-auth-server-deprecated/1.11.2.Final/wildfly-elytron-auth-server-deprecated-1.11.2.Final.pom (3.2 kB at 94 kB/s) 06:46:35 [2025-06-30T04:46:35.335Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-http/1.11.2.Final/wildfly-elytron-http-1.11.2.Final.pom 06:46:35 [2025-06-30T04:46:35.335Z] Progress (1): 2.5 kB 06:46:35 [2025-06-30T04:46:35.335Z] 06:46:35 [2025-06-30T04:46:35.335Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-http/1.11.2.Final/wildfly-elytron-http-1.11.2.Final.pom (2.5 kB at 73 kB/s) 06:46:35 [2025-06-30T04:46:35.586Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-auth-server-http/1.11.2.Final/wildfly-elytron-auth-server-http-1.11.2.Final.pom 06:46:35 [2025-06-30T04:46:35.586Z] Progress (1): 2.7 kB 06:46:35 [2025-06-30T04:46:35.586Z] 06:46:35 [2025-06-30T04:46:35.586Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-auth-server-http/1.11.2.Final/wildfly-elytron-auth-server-http-1.11.2.Final.pom (2.7 kB at 80 kB/s) 06:46:35 [2025-06-30T04:46:35.586Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-auth-server-sasl/1.11.2.Final/wildfly-elytron-auth-server-sasl-1.11.2.Final.pom 06:46:35 [2025-06-30T04:46:35.586Z] Progress (1): 2.5 kB 06:46:35 [2025-06-30T04:46:35.586Z] 06:46:35 [2025-06-30T04:46:35.586Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-auth-server-sasl/1.11.2.Final/wildfly-elytron-auth-server-sasl-1.11.2.Final.pom (2.5 kB at 75 kB/s) 06:46:35 [2025-06-30T04:46:35.586Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-sasl/1.11.2.Final/wildfly-elytron-sasl-1.11.2.Final.pom 06:46:35 [2025-06-30T04:46:35.586Z] Progress (1): 3.8 kB 06:46:35 [2025-06-30T04:46:35.586Z] 06:46:35 [2025-06-30T04:46:35.586Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-sasl/1.11.2.Final/wildfly-elytron-sasl-1.11.2.Final.pom (3.8 kB at 116 kB/s) 06:46:35 [2025-06-30T04:46:35.586Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-mechanism/1.11.2.Final/wildfly-elytron-mechanism-1.11.2.Final.pom 06:46:35 [2025-06-30T04:46:35.586Z] Progress (1): 2.7 kB 06:46:35 [2025-06-30T04:46:35.586Z] 06:46:35 [2025-06-30T04:46:35.586Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-mechanism/1.11.2.Final/wildfly-elytron-mechanism-1.11.2.Final.pom (2.7 kB at 77 kB/s) 06:46:35 [2025-06-30T04:46:35.586Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-ssl/1.11.2.Final/wildfly-elytron-ssl-1.11.2.Final.pom 06:46:35 [2025-06-30T04:46:35.586Z] Progress (1): 3.4 kB 06:46:35 [2025-06-30T04:46:35.586Z] 06:46:35 [2025-06-30T04:46:35.586Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-ssl/1.11.2.Final/wildfly-elytron-ssl-1.11.2.Final.pom (3.4 kB at 98 kB/s) 06:46:35 [2025-06-30T04:46:35.586Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-auth-util/1.11.2.Final/wildfly-elytron-auth-util-1.11.2.Final.pom 06:46:35 [2025-06-30T04:46:35.836Z] Progress (1): 3.2 kB 06:46:35 [2025-06-30T04:46:35.836Z] 06:46:35 [2025-06-30T04:46:35.836Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-auth-util/1.11.2.Final/wildfly-elytron-auth-util-1.11.2.Final.pom (3.2 kB at 91 kB/s) 06:46:35 [2025-06-30T04:46:35.836Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-mechanism-gssapi/1.11.2.Final/wildfly-elytron-mechanism-gssapi-1.11.2.Final.pom 06:46:35 [2025-06-30T04:46:35.837Z] Progress (1): 2.9 kB 06:46:35 [2025-06-30T04:46:35.837Z] 06:46:35 [2025-06-30T04:46:35.837Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-mechanism-gssapi/1.11.2.Final/wildfly-elytron-mechanism-gssapi-1.11.2.Final.pom (2.9 kB at 85 kB/s) 06:46:35 [2025-06-30T04:46:35.837Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-security-manager-action/1.11.2.Final/wildfly-elytron-security-manager-action-1.11.2.Final.pom 06:46:35 [2025-06-30T04:46:35.837Z] Progress (1): 1.7 kB 06:46:35 [2025-06-30T04:46:35.837Z] 06:46:35 [2025-06-30T04:46:35.837Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-security-manager-action/1.11.2.Final/wildfly-elytron-security-manager-action-1.11.2.Final.pom (1.7 kB at 51 kB/s) 06:46:35 [2025-06-30T04:46:35.837Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-client/1.11.2.Final/wildfly-elytron-client-1.11.2.Final.pom 06:46:35 [2025-06-30T04:46:35.837Z] Progress (1): 4.1 kB 06:46:35 [2025-06-30T04:46:35.837Z] Progress (1): 5.7 kB 06:46:35 [2025-06-30T04:46:35.837Z] 06:46:35 [2025-06-30T04:46:35.837Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-client/1.11.2.Final/wildfly-elytron-client-1.11.2.Final.pom (5.7 kB at 167 kB/s) 06:46:35 [2025-06-30T04:46:35.837Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-credential-source-impl/1.11.2.Final/wildfly-elytron-credential-source-impl-1.11.2.Final.pom 06:46:35 [2025-06-30T04:46:35.837Z] Progress (1): 3.2 kB 06:46:35 [2025-06-30T04:46:35.837Z] 06:46:35 [2025-06-30T04:46:35.837Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-credential-source-impl/1.11.2.Final/wildfly-elytron-credential-source-impl-1.11.2.Final.pom (3.2 kB at 98 kB/s) 06:46:35 [2025-06-30T04:46:35.837Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-credential-store/1.11.2.Final/wildfly-elytron-credential-store-1.11.2.Final.pom 06:46:36 [2025-06-30T04:46:36.087Z] Progress (1): 4.1 kB 06:46:36 [2025-06-30T04:46:36.087Z] 06:46:36 [2025-06-30T04:46:36.087Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-credential-store/1.11.2.Final/wildfly-elytron-credential-store-1.11.2.Final.pom (4.1 kB at 120 kB/s) 06:46:36 [2025-06-30T04:46:36.087Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-password-impl/1.11.2.Final/wildfly-elytron-password-impl-1.11.2.Final.pom 06:46:36 [2025-06-30T04:46:36.087Z] Progress (1): 2.9 kB 06:46:36 [2025-06-30T04:46:36.087Z] 06:46:36 [2025-06-30T04:46:36.087Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-password-impl/1.11.2.Final/wildfly-elytron-password-impl-1.11.2.Final.pom (2.9 kB at 86 kB/s) 06:46:36 [2025-06-30T04:46:36.087Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-x500-cert/1.11.2.Final/wildfly-elytron-x500-cert-1.11.2.Final.pom 06:46:36 [2025-06-30T04:46:36.087Z] Progress (1): 3.1 kB 06:46:36 [2025-06-30T04:46:36.087Z] 06:46:36 [2025-06-30T04:46:36.087Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-x500-cert/1.11.2.Final/wildfly-elytron-x500-cert-1.11.2.Final.pom (3.1 kB at 91 kB/s) 06:46:36 [2025-06-30T04:46:36.087Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-x500-cert-util/1.11.2.Final/wildfly-elytron-x500-cert-util-1.11.2.Final.pom 06:46:36 [2025-06-30T04:46:36.087Z] Progress (1): 2.3 kB 06:46:36 [2025-06-30T04:46:36.087Z] 06:46:36 [2025-06-30T04:46:36.087Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-x500-cert-util/1.11.2.Final/wildfly-elytron-x500-cert-util-1.11.2.Final.pom (2.3 kB at 64 kB/s) 06:46:36 [2025-06-30T04:46:36.087Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-credential-source-deprecated/1.11.2.Final/wildfly-elytron-credential-source-deprecated-1.11.2.Final.pom 06:46:36 [2025-06-30T04:46:36.087Z] Progress (1): 3.4 kB 06:46:36 [2025-06-30T04:46:36.087Z] 06:46:36 [2025-06-30T04:46:36.088Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-credential-source-deprecated/1.11.2.Final/wildfly-elytron-credential-source-deprecated-1.11.2.Final.pom (3.4 kB at 102 kB/s) 06:46:36 [2025-06-30T04:46:36.088Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-digest/1.11.2.Final/wildfly-elytron-digest-1.11.2.Final.pom 06:46:36 [2025-06-30T04:46:36.088Z] Progress (1): 2.0 kB 06:46:36 [2025-06-30T04:46:36.088Z] 06:46:36 [2025-06-30T04:46:36.088Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-digest/1.11.2.Final/wildfly-elytron-digest-1.11.2.Final.pom (2.0 kB at 60 kB/s) 06:46:36 [2025-06-30T04:46:36.088Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-http-basic/1.11.2.Final/wildfly-elytron-http-basic-1.11.2.Final.pom 06:46:36 [2025-06-30T04:46:36.338Z] Progress (1): 2.9 kB 06:46:36 [2025-06-30T04:46:36.338Z] 06:46:36 [2025-06-30T04:46:36.338Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-http-basic/1.11.2.Final/wildfly-elytron-http-basic-1.11.2.Final.pom (2.9 kB at 87 kB/s) 06:46:36 [2025-06-30T04:46:36.338Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-mechanism-http/1.11.2.Final/wildfly-elytron-mechanism-http-1.11.2.Final.pom 06:46:36 [2025-06-30T04:46:36.338Z] Progress (1): 2.6 kB 06:46:36 [2025-06-30T04:46:36.338Z] 06:46:36 [2025-06-30T04:46:36.338Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-mechanism-http/1.11.2.Final/wildfly-elytron-mechanism-http-1.11.2.Final.pom (2.6 kB at 77 kB/s) 06:46:36 [2025-06-30T04:46:36.338Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-http-bearer/1.11.2.Final/wildfly-elytron-http-bearer-1.11.2.Final.pom 06:46:36 [2025-06-30T04:46:36.338Z] Progress (1): 2.7 kB 06:46:36 [2025-06-30T04:46:36.338Z] 06:46:36 [2025-06-30T04:46:36.338Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-http-bearer/1.11.2.Final/wildfly-elytron-http-bearer-1.11.2.Final.pom (2.7 kB at 74 kB/s) 06:46:36 [2025-06-30T04:46:36.338Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-http-cert/1.11.2.Final/wildfly-elytron-http-cert-1.11.2.Final.pom 06:46:36 [2025-06-30T04:46:36.338Z] Progress (1): 2.8 kB 06:46:36 [2025-06-30T04:46:36.338Z] 06:46:36 [2025-06-30T04:46:36.338Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-http-cert/1.11.2.Final/wildfly-elytron-http-cert-1.11.2.Final.pom (2.8 kB at 84 kB/s) 06:46:36 [2025-06-30T04:46:36.338Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-http-deprecated/1.11.2.Final/wildfly-elytron-http-deprecated-1.11.2.Final.pom 06:46:36 [2025-06-30T04:46:36.338Z] Progress (1): 3.3 kB 06:46:36 [2025-06-30T04:46:36.338Z] 06:46:36 [2025-06-30T04:46:36.338Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-http-deprecated/1.11.2.Final/wildfly-elytron-http-deprecated-1.11.2.Final.pom (3.3 kB at 97 kB/s) 06:46:36 [2025-06-30T04:46:36.338Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-http-digest/1.11.2.Final/wildfly-elytron-http-digest-1.11.2.Final.pom 06:46:36 [2025-06-30T04:46:36.589Z] Progress (1): 3.0 kB 06:46:36 [2025-06-30T04:46:36.589Z] 06:46:36 [2025-06-30T04:46:36.589Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-http-digest/1.11.2.Final/wildfly-elytron-http-digest-1.11.2.Final.pom (3.0 kB at 90 kB/s) 06:46:36 [2025-06-30T04:46:36.589Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-mechanism-digest/1.11.2.Final/wildfly-elytron-mechanism-digest-1.11.2.Final.pom 06:46:36 [2025-06-30T04:46:36.589Z] Progress (1): 2.2 kB 06:46:36 [2025-06-30T04:46:36.589Z] 06:46:36 [2025-06-30T04:46:36.589Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-mechanism-digest/1.11.2.Final/wildfly-elytron-mechanism-digest-1.11.2.Final.pom (2.2 kB at 63 kB/s) 06:46:36 [2025-06-30T04:46:36.589Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-http-form/1.11.2.Final/wildfly-elytron-http-form-1.11.2.Final.pom 06:46:36 [2025-06-30T04:46:36.589Z] Progress (1): 2.5 kB 06:46:36 [2025-06-30T04:46:36.589Z] 06:46:36 [2025-06-30T04:46:36.589Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-http-form/1.11.2.Final/wildfly-elytron-http-form-1.11.2.Final.pom (2.5 kB at 74 kB/s) 06:46:36 [2025-06-30T04:46:36.589Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-http-spnego/1.11.2.Final/wildfly-elytron-http-spnego-1.11.2.Final.pom 06:46:36 [2025-06-30T04:46:36.589Z] Progress (1): 3.0 kB 06:46:36 [2025-06-30T04:46:36.589Z] 06:46:36 [2025-06-30T04:46:36.589Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-http-spnego/1.11.2.Final/wildfly-elytron-http-spnego-1.11.2.Final.pom (3.0 kB at 88 kB/s) 06:46:36 [2025-06-30T04:46:36.589Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-http-util/1.11.2.Final/wildfly-elytron-http-util-1.11.2.Final.pom 06:46:36 [2025-06-30T04:46:36.589Z] Progress (1): 2.6 kB 06:46:36 [2025-06-30T04:46:36.589Z] 06:46:36 [2025-06-30T04:46:36.589Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-http-util/1.11.2.Final/wildfly-elytron-http-util-1.11.2.Final.pom (2.6 kB at 80 kB/s) 06:46:36 [2025-06-30T04:46:36.589Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-http-sso/1.11.2.Final/wildfly-elytron-http-sso-1.11.2.Final.pom 06:46:36 [2025-06-30T04:46:36.589Z] Progress (1): 2.7 kB 06:46:36 [2025-06-30T04:46:36.589Z] 06:46:36 [2025-06-30T04:46:36.589Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-http-sso/1.11.2.Final/wildfly-elytron-http-sso-1.11.2.Final.pom (2.7 kB at 79 kB/s) 06:46:36 [2025-06-30T04:46:36.589Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-jacc/1.11.2.Final/wildfly-elytron-jacc-1.11.2.Final.pom 06:46:36 [2025-06-30T04:46:36.840Z] Progress (1): 2.5 kB 06:46:36 [2025-06-30T04:46:36.840Z] 06:46:36 [2025-06-30T04:46:36.840Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-jacc/1.11.2.Final/wildfly-elytron-jacc-1.11.2.Final.pom (2.5 kB at 77 kB/s) 06:46:36 [2025-06-30T04:46:36.840Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-jaspi/1.11.2.Final/wildfly-elytron-jaspi-1.11.2.Final.pom 06:46:36 [2025-06-30T04:46:36.840Z] Progress (1): 4.1 kB 06:46:36 [2025-06-30T04:46:36.840Z] Progress (1): 4.3 kB 06:46:36 [2025-06-30T04:46:36.840Z] 06:46:36 [2025-06-30T04:46:36.840Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-jaspi/1.11.2.Final/wildfly-elytron-jaspi-1.11.2.Final.pom (4.3 kB at 131 kB/s) 06:46:36 [2025-06-30T04:46:36.840Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-realm/1.11.2.Final/wildfly-elytron-realm-1.11.2.Final.pom 06:46:36 [2025-06-30T04:46:36.840Z] Progress (1): 4.1 kB 06:46:36 [2025-06-30T04:46:36.840Z] Progress (1): 4.3 kB 06:46:36 [2025-06-30T04:46:36.840Z] 06:46:36 [2025-06-30T04:46:36.840Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-realm/1.11.2.Final/wildfly-elytron-realm-1.11.2.Final.pom (4.3 kB at 129 kB/s) 06:46:36 [2025-06-30T04:46:36.840Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-json-util/1.11.2.Final/wildfly-elytron-json-util-1.11.2.Final.pom 06:46:36 [2025-06-30T04:46:36.840Z] Progress (1): 1.8 kB 06:46:36 [2025-06-30T04:46:36.840Z] 06:46:36 [2025-06-30T04:46:36.840Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-json-util/1.11.2.Final/wildfly-elytron-json-util-1.11.2.Final.pom (1.8 kB at 54 kB/s) 06:46:36 [2025-06-30T04:46:36.840Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-jwt/1.11.2.Final/wildfly-elytron-jwt-1.11.2.Final.pom 06:46:36 [2025-06-30T04:46:36.840Z] Progress (1): 3.0 kB 06:46:36 [2025-06-30T04:46:36.840Z] 06:46:36 [2025-06-30T04:46:36.840Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-jwt/1.11.2.Final/wildfly-elytron-jwt-1.11.2.Final.pom (3.0 kB at 91 kB/s) 06:46:36 [2025-06-30T04:46:36.840Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-mechanism-oauth2/1.11.2.Final/wildfly-elytron-mechanism-oauth2-1.11.2.Final.pom 06:46:36 [2025-06-30T04:46:36.840Z] Progress (1): 2.5 kB 06:46:36 [2025-06-30T04:46:36.840Z] 06:46:36 [2025-06-30T04:46:36.840Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-mechanism-oauth2/1.11.2.Final/wildfly-elytron-mechanism-oauth2-1.11.2.Final.pom (2.5 kB at 73 kB/s) 06:46:36 [2025-06-30T04:46:36.840Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-mechanism-scram/1.11.2.Final/wildfly-elytron-mechanism-scram-1.11.2.Final.pom 06:46:37 [2025-06-30T04:46:37.091Z] Progress (1): 2.3 kB 06:46:37 [2025-06-30T04:46:37.091Z] 06:46:37 [2025-06-30T04:46:37.091Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-mechanism-scram/1.11.2.Final/wildfly-elytron-mechanism-scram-1.11.2.Final.pom (2.3 kB at 67 kB/s) 06:46:37 [2025-06-30T04:46:37.091Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-realm-jdbc/1.11.2.Final/wildfly-elytron-realm-jdbc-1.11.2.Final.pom 06:46:37 [2025-06-30T04:46:37.091Z] Progress (1): 3.8 kB 06:46:37 [2025-06-30T04:46:37.091Z] 06:46:37 [2025-06-30T04:46:37.091Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-realm-jdbc/1.11.2.Final/wildfly-elytron-realm-jdbc-1.11.2.Final.pom (3.8 kB at 111 kB/s) 06:46:37 [2025-06-30T04:46:37.091Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-realm-ldap/1.11.2.Final/wildfly-elytron-realm-ldap-1.11.2.Final.pom 06:46:37 [2025-06-30T04:46:37.091Z] Progress (1): 4.0 kB 06:46:37 [2025-06-30T04:46:37.091Z] 06:46:37 [2025-06-30T04:46:37.091Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-realm-ldap/1.11.2.Final/wildfly-elytron-realm-ldap-1.11.2.Final.pom (4.0 kB at 122 kB/s) 06:46:37 [2025-06-30T04:46:37.091Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-realm-token/1.11.2.Final/wildfly-elytron-realm-token-1.11.2.Final.pom 06:46:37 [2025-06-30T04:46:37.091Z] Progress (1): 3.7 kB 06:46:37 [2025-06-30T04:46:37.091Z] 06:46:37 [2025-06-30T04:46:37.091Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-realm-token/1.11.2.Final/wildfly-elytron-realm-token-1.11.2.Final.pom (3.7 kB at 110 kB/s) 06:46:37 [2025-06-30T04:46:37.091Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-sasl-anonymous/1.11.2.Final/wildfly-elytron-sasl-anonymous-1.11.2.Final.pom 06:46:37 [2025-06-30T04:46:37.091Z] Progress (1): 2.5 kB 06:46:37 [2025-06-30T04:46:37.091Z] 06:46:37 [2025-06-30T04:46:37.091Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-sasl-anonymous/1.11.2.Final/wildfly-elytron-sasl-anonymous-1.11.2.Final.pom (2.5 kB at 75 kB/s) 06:46:37 [2025-06-30T04:46:37.091Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-sasl-auth-util/1.11.2.Final/wildfly-elytron-sasl-auth-util-1.11.2.Final.pom 06:46:37 [2025-06-30T04:46:37.091Z] Progress (1): 2.0 kB 06:46:37 [2025-06-30T04:46:37.091Z] 06:46:37 [2025-06-30T04:46:37.091Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-sasl-auth-util/1.11.2.Final/wildfly-elytron-sasl-auth-util-1.11.2.Final.pom (2.0 kB at 59 kB/s) 06:46:37 [2025-06-30T04:46:37.091Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-sasl-deprecated/1.11.2.Final/wildfly-elytron-sasl-deprecated-1.11.2.Final.pom 06:46:37 [2025-06-30T04:46:37.342Z] Progress (1): 2.1 kB 06:46:37 [2025-06-30T04:46:37.342Z] 06:46:37 [2025-06-30T04:46:37.342Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-sasl-deprecated/1.11.2.Final/wildfly-elytron-sasl-deprecated-1.11.2.Final.pom (2.1 kB at 64 kB/s) 06:46:37 [2025-06-30T04:46:37.342Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-sasl-digest/1.11.2.Final/wildfly-elytron-sasl-digest-1.11.2.Final.pom 06:46:37 [2025-06-30T04:46:37.342Z] Progress (1): 3.0 kB 06:46:37 [2025-06-30T04:46:37.342Z] 06:46:37 [2025-06-30T04:46:37.342Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-sasl-digest/1.11.2.Final/wildfly-elytron-sasl-digest-1.11.2.Final.pom (3.0 kB at 85 kB/s) 06:46:37 [2025-06-30T04:46:37.342Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-sasl-entity/1.11.2.Final/wildfly-elytron-sasl-entity-1.11.2.Final.pom 06:46:37 [2025-06-30T04:46:37.342Z] Progress (1): 2.8 kB 06:46:37 [2025-06-30T04:46:37.342Z] 06:46:37 [2025-06-30T04:46:37.342Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-sasl-entity/1.11.2.Final/wildfly-elytron-sasl-entity-1.11.2.Final.pom (2.8 kB at 85 kB/s) 06:46:37 [2025-06-30T04:46:37.342Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-sasl-external/1.11.2.Final/wildfly-elytron-sasl-external-1.11.2.Final.pom 06:46:37 [2025-06-30T04:46:37.342Z] Progress (1): 2.7 kB 06:46:37 [2025-06-30T04:46:37.342Z] 06:46:37 [2025-06-30T04:46:37.342Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-sasl-external/1.11.2.Final/wildfly-elytron-sasl-external-1.11.2.Final.pom (2.7 kB at 38 kB/s) 06:46:37 [2025-06-30T04:46:37.342Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-sasl-gs2/1.11.2.Final/wildfly-elytron-sasl-gs2-1.11.2.Final.pom 06:46:37 [2025-06-30T04:46:37.342Z] Progress (1): 3.0 kB 06:46:37 [2025-06-30T04:46:37.342Z] 06:46:37 [2025-06-30T04:46:37.342Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-sasl-gs2/1.11.2.Final/wildfly-elytron-sasl-gs2-1.11.2.Final.pom (3.0 kB at 92 kB/s) 06:46:37 [2025-06-30T04:46:37.342Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-sasl-gssapi/1.11.2.Final/wildfly-elytron-sasl-gssapi-1.11.2.Final.pom 06:46:37 [2025-06-30T04:46:37.592Z] Progress (1): 3.4 kB 06:46:37 [2025-06-30T04:46:37.592Z] 06:46:37 [2025-06-30T04:46:37.593Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-sasl-gssapi/1.11.2.Final/wildfly-elytron-sasl-gssapi-1.11.2.Final.pom (3.4 kB at 106 kB/s) 06:46:37 [2025-06-30T04:46:37.593Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-sasl-localuser/1.11.2.Final/wildfly-elytron-sasl-localuser-1.11.2.Final.pom 06:46:37 [2025-06-30T04:46:37.593Z] Progress (1): 2.5 kB 06:46:37 [2025-06-30T04:46:37.593Z] 06:46:37 [2025-06-30T04:46:37.593Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-sasl-localuser/1.11.2.Final/wildfly-elytron-sasl-localuser-1.11.2.Final.pom (2.5 kB at 78 kB/s) 06:46:37 [2025-06-30T04:46:37.593Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-sasl-oauth2/1.11.2.Final/wildfly-elytron-sasl-oauth2-1.11.2.Final.pom 06:46:37 [2025-06-30T04:46:37.593Z] Progress (1): 2.3 kB 06:46:37 [2025-06-30T04:46:37.593Z] 06:46:37 [2025-06-30T04:46:37.593Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-sasl-oauth2/1.11.2.Final/wildfly-elytron-sasl-oauth2-1.11.2.Final.pom (2.3 kB at 75 kB/s) 06:46:37 [2025-06-30T04:46:37.593Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-sasl-otp/1.11.2.Final/wildfly-elytron-sasl-otp-1.11.2.Final.pom 06:46:37 [2025-06-30T04:46:37.593Z] Progress (1): 2.6 kB 06:46:37 [2025-06-30T04:46:37.593Z] 06:46:37 [2025-06-30T04:46:37.593Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-sasl-otp/1.11.2.Final/wildfly-elytron-sasl-otp-1.11.2.Final.pom (2.6 kB at 85 kB/s) 06:46:37 [2025-06-30T04:46:37.593Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-sasl-plain/1.11.2.Final/wildfly-elytron-sasl-plain-1.11.2.Final.pom 06:46:37 [2025-06-30T04:46:37.593Z] Progress (1): 2.5 kB 06:46:37 [2025-06-30T04:46:37.593Z] 06:46:37 [2025-06-30T04:46:37.593Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-sasl-plain/1.11.2.Final/wildfly-elytron-sasl-plain-1.11.2.Final.pom (2.5 kB at 80 kB/s) 06:46:37 [2025-06-30T04:46:37.593Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-sasl-scram/1.11.2.Final/wildfly-elytron-sasl-scram-1.11.2.Final.pom 06:46:37 [2025-06-30T04:46:37.593Z] Progress (1): 2.7 kB 06:46:37 [2025-06-30T04:46:37.593Z] 06:46:37 [2025-06-30T04:46:37.593Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-sasl-scram/1.11.2.Final/wildfly-elytron-sasl-scram-1.11.2.Final.pom (2.7 kB at 83 kB/s) 06:46:37 [2025-06-30T04:46:37.593Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-security-manager/1.11.2.Final/wildfly-elytron-security-manager-1.11.2.Final.pom 06:46:37 [2025-06-30T04:46:37.593Z] Progress (1): 4.1 kB 06:46:37 [2025-06-30T04:46:37.843Z] Progress (1): 6.3 kB 06:46:37 [2025-06-30T04:46:37.843Z] 06:46:37 [2025-06-30T04:46:37.843Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-security-manager/1.11.2.Final/wildfly-elytron-security-manager-1.11.2.Final.pom (6.3 kB at 192 kB/s) 06:46:37 [2025-06-30T04:46:37.843Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-x500-cert-acme/1.11.2.Final/wildfly-elytron-x500-cert-acme-1.11.2.Final.pom 06:46:37 [2025-06-30T04:46:37.843Z] Progress (1): 4.1 kB 06:46:37 [2025-06-30T04:46:37.843Z] Progress (1): 4.1 kB 06:46:37 [2025-06-30T04:46:37.843Z] 06:46:37 [2025-06-30T04:46:37.843Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-x500-cert-acme/1.11.2.Final/wildfly-elytron-x500-cert-acme-1.11.2.Final.pom (4.1 kB at 124 kB/s) 06:46:37 [2025-06-30T04:46:37.843Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-x500-deprecated/1.11.2.Final/wildfly-elytron-x500-deprecated-1.11.2.Final.pom 06:46:37 [2025-06-30T04:46:37.843Z] Progress (1): 2.5 kB 06:46:37 [2025-06-30T04:46:37.843Z] 06:46:37 [2025-06-30T04:46:37.843Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-x500-deprecated/1.11.2.Final/wildfly-elytron-x500-deprecated-1.11.2.Final.pom (2.5 kB at 79 kB/s) 06:46:37 [2025-06-30T04:46:37.843Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-x500-principal/1.11.2.Final/wildfly-elytron-x500-principal-1.11.2.Final.pom 06:46:37 [2025-06-30T04:46:37.843Z] Progress (1): 2.4 kB 06:46:37 [2025-06-30T04:46:37.843Z] 06:46:37 [2025-06-30T04:46:37.843Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-x500-principal/1.11.2.Final/wildfly-elytron-x500-principal-1.11.2.Final.pom (2.4 kB at 74 kB/s) 06:46:37 [2025-06-30T04:46:37.843Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron/1.13.0.Final/wildfly-elytron-1.13.0.Final.pom 06:46:37 [2025-06-30T04:46:37.843Z] Progress (1): 4.1 kB 06:46:37 [2025-06-30T04:46:37.843Z] Progress (1): 8.2 kB 06:46:37 [2025-06-30T04:46:37.843Z] Progress (1): 12 kB 06:46:37 [2025-06-30T04:46:37.844Z] Progress (1): 16 kB 06:46:37 [2025-06-30T04:46:37.844Z] Progress (1): 20 kB 06:46:37 [2025-06-30T04:46:37.844Z] Progress (1): 25 kB 06:46:37 [2025-06-30T04:46:37.844Z] Progress (1): 29 kB 06:46:37 [2025-06-30T04:46:37.844Z] Progress (1): 33 kB 06:46:37 [2025-06-30T04:46:37.844Z] Progress (1): 37 kB 06:46:37 [2025-06-30T04:46:37.844Z] Progress (1): 41 kB 06:46:37 [2025-06-30T04:46:37.844Z] Progress (1): 45 kB 06:46:37 [2025-06-30T04:46:37.844Z] Progress (1): 49 kB 06:46:37 [2025-06-30T04:46:37.844Z] Progress (1): 50 kB 06:46:37 [2025-06-30T04:46:37.844Z] 06:46:37 [2025-06-30T04:46:37.844Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron/1.13.0.Final/wildfly-elytron-1.13.0.Final.pom (50 kB at 1.6 MB/s) 06:46:37 [2025-06-30T04:46:37.844Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-parent/1.13.0.Final/wildfly-elytron-parent-1.13.0.Final.pom 06:46:37 [2025-06-30T04:46:37.844Z] Progress (1): 4.1 kB 06:46:37 [2025-06-30T04:46:37.844Z] Progress (1): 8.2 kB 06:46:37 [2025-06-30T04:46:37.844Z] Progress (1): 12 kB 06:46:37 [2025-06-30T04:46:37.844Z] Progress (1): 16 kB 06:46:37 [2025-06-30T04:46:37.844Z] Progress (1): 20 kB 06:46:37 [2025-06-30T04:46:37.844Z] Progress (1): 25 kB 06:46:37 [2025-06-30T04:46:37.844Z] Progress (1): 29 kB 06:46:37 [2025-06-30T04:46:37.844Z] Progress (1): 33 kB 06:46:37 [2025-06-30T04:46:37.844Z] Progress (1): 37 kB 06:46:37 [2025-06-30T04:46:37.844Z] Progress (1): 41 kB 06:46:37 [2025-06-30T04:46:37.844Z] Progress (1): 45 kB 06:46:37 [2025-06-30T04:46:37.844Z] Progress (1): 49 kB 06:46:37 [2025-06-30T04:46:37.844Z] Progress (1): 53 kB 06:46:37 [2025-06-30T04:46:37.844Z] Progress (1): 57 kB 06:46:37 [2025-06-30T04:46:37.844Z] Progress (1): 61 kB 06:46:37 [2025-06-30T04:46:37.844Z] Progress (1): 64 kB 06:46:37 [2025-06-30T04:46:37.844Z] 06:46:37 [2025-06-30T04:46:37.844Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron-parent/1.13.0.Final/wildfly-elytron-parent-1.13.0.Final.pom (64 kB at 2.1 MB/s) 06:46:37 [2025-06-30T04:46:37.844Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/threads/jboss-threads/2.4.0.Final/jboss-threads-2.4.0.Final.pom 06:46:37 [2025-06-30T04:46:37.844Z] Progress (1): 4.1 kB 06:46:38 [2025-06-30T04:46:38.094Z] Progress (1): 4.6 kB 06:46:38 [2025-06-30T04:46:38.094Z] 06:46:38 [2025-06-30T04:46:38.094Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/threads/jboss-threads/2.4.0.Final/jboss-threads-2.4.0.Final.pom (4.6 kB at 149 kB/s) 06:46:38 [2025-06-30T04:46:38.094Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/common/wildfly-common/1.3.0.Final/wildfly-common-1.3.0.Final.pom 06:46:38 [2025-06-30T04:46:38.094Z] Progress (1): 4.1 kB 06:46:38 [2025-06-30T04:46:38.094Z] Progress (1): 7.4 kB 06:46:38 [2025-06-30T04:46:38.094Z] 06:46:38 [2025-06-30T04:46:38.094Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/common/wildfly-common/1.3.0.Final/wildfly-common-1.3.0.Final.pom (7.4 kB at 239 kB/s) 06:46:38 [2025-06-30T04:46:38.094Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/xnio/xnio-api/3.8.2.Final/xnio-api-3.8.2.Final.pom 06:46:38 [2025-06-30T04:46:38.094Z] Progress (1): 4.1 kB 06:46:38 [2025-06-30T04:46:38.094Z] Progress (1): 8.2 kB 06:46:38 [2025-06-30T04:46:38.094Z] Progress (1): 8.8 kB 06:46:38 [2025-06-30T04:46:38.094Z] 06:46:38 [2025-06-30T04:46:38.094Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/xnio/xnio-api/3.8.2.Final/xnio-api-3.8.2.Final.pom (8.8 kB at 274 kB/s) 06:46:38 [2025-06-30T04:46:38.094Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/xnio/xnio-all/3.8.2.Final/xnio-all-3.8.2.Final.pom 06:46:38 [2025-06-30T04:46:38.094Z] Progress (1): 4.1 kB 06:46:38 [2025-06-30T04:46:38.094Z] Progress (1): 6.9 kB 06:46:38 [2025-06-30T04:46:38.094Z] 06:46:38 [2025-06-30T04:46:38.094Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/xnio/xnio-all/3.8.2.Final/xnio-all-3.8.2.Final.pom (6.9 kB at 215 kB/s) 06:46:38 [2025-06-30T04:46:38.094Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/threads/jboss-threads/2.3.3.Final/jboss-threads-2.3.3.Final.pom 06:46:38 [2025-06-30T04:46:38.094Z] Progress (1): 4.1 kB 06:46:38 [2025-06-30T04:46:38.094Z] Progress (1): 4.6 kB 06:46:38 [2025-06-30T04:46:38.094Z] 06:46:38 [2025-06-30T04:46:38.094Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/threads/jboss-threads/2.3.3.Final/jboss-threads-2.3.3.Final.pom (4.6 kB at 144 kB/s) 06:46:38 [2025-06-30T04:46:38.094Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/xnio/xnio-nio/3.8.2.Final/xnio-nio-3.8.2.Final.pom 06:46:38 [2025-06-30T04:46:38.094Z] Progress (1): 4.1 kB 06:46:38 [2025-06-30T04:46:38.094Z] Progress (1): 8.2 kB 06:46:38 [2025-06-30T04:46:38.094Z] Progress (1): 8.2 kB 06:46:38 [2025-06-30T04:46:38.094Z] 06:46:38 [2025-06-30T04:46:38.094Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/xnio/xnio-nio/3.8.2.Final/xnio-nio-3.8.2.Final.pom (8.2 kB at 256 kB/s) 06:46:38 [2025-06-30T04:46:38.094Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/common/wildfly-common/1.5.4.Final/wildfly-common-1.5.4.Final.pom 06:46:38 [2025-06-30T04:46:38.094Z] Progress (1): 4.1 kB 06:46:38 [2025-06-30T04:46:38.094Z] Progress (1): 7.3 kB 06:46:38 [2025-06-30T04:46:38.094Z] 06:46:38 [2025-06-30T04:46:38.094Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/common/wildfly-common/1.5.4.Final/wildfly-common-1.5.4.Final.pom (7.3 kB at 214 kB/s) 06:46:38 [2025-06-30T04:46:38.094Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/core/wildfly-core-security/13.0.0.Final/wildfly-core-security-13.0.0.Final.pom 06:46:38 [2025-06-30T04:46:38.345Z] Progress (1): 2.7 kB 06:46:38 [2025-06-30T04:46:38.345Z] 06:46:38 [2025-06-30T04:46:38.345Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/core/wildfly-core-security/13.0.0.Final/wildfly-core-security-13.0.0.Final.pom (2.7 kB at 83 kB/s) 06:46:38 [2025-06-30T04:46:38.345Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/core/wildfly-core-security-parent/13.0.0.Final/wildfly-core-security-parent-13.0.0.Final.pom 06:46:38 [2025-06-30T04:46:38.345Z] Progress (1): 1.8 kB 06:46:38 [2025-06-30T04:46:38.345Z] 06:46:38 [2025-06-30T04:46:38.345Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/core/wildfly-core-security-parent/13.0.0.Final/wildfly-core-security-parent-13.0.0.Final.pom (1.8 kB at 57 kB/s) 06:46:38 [2025-06-30T04:46:38.345Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/core/wildfly-core-security-api/13.0.0.Final/wildfly-core-security-api-13.0.0.Final.pom 06:46:38 [2025-06-30T04:46:38.345Z] Progress (1): 1.8 kB 06:46:38 [2025-06-30T04:46:38.345Z] 06:46:38 [2025-06-30T04:46:38.345Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/core/wildfly-core-security-api/13.0.0.Final/wildfly-core-security-api-13.0.0.Final.pom (1.8 kB at 56 kB/s) 06:46:38 [2025-06-30T04:46:38.345Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/core/wildfly-version/13.0.0.Final/wildfly-version-13.0.0.Final.pom 06:46:38 [2025-06-30T04:46:38.345Z] Progress (1): 1.8 kB 06:46:38 [2025-06-30T04:46:38.345Z] 06:46:38 [2025-06-30T04:46:38.345Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/core/wildfly-version/13.0.0.Final/wildfly-version-13.0.0.Final.pom (1.8 kB at 58 kB/s) 06:46:38 [2025-06-30T04:46:38.345Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/msc/jboss-msc/1.4.12.Final/jboss-msc-1.4.12.Final.pom 06:46:38 [2025-06-30T04:46:38.345Z] Progress (1): 4.1 kB 06:46:38 [2025-06-30T04:46:38.345Z] Progress (1): 6.4 kB 06:46:38 [2025-06-30T04:46:38.345Z] 06:46:38 [2025-06-30T04:46:38.345Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/msc/jboss-msc/1.4.12.Final/jboss-msc-1.4.12.Final.pom (6.4 kB at 193 kB/s) 06:46:38 [2025-06-30T04:46:38.345Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/jboss-parent/26/jboss-parent-26.pom 06:46:38 [2025-06-30T04:46:38.345Z] Progress (1): 4.1 kB 06:46:38 [2025-06-30T04:46:38.345Z] Progress (1): 8.2 kB 06:46:38 [2025-06-30T04:46:38.345Z] Progress (1): 12 kB 06:46:38 [2025-06-30T04:46:38.345Z] Progress (1): 16 kB 06:46:38 [2025-06-30T04:46:38.345Z] Progress (1): 20 kB 06:46:38 [2025-06-30T04:46:38.345Z] Progress (1): 25 kB 06:46:38 [2025-06-30T04:46:38.345Z] Progress (1): 29 kB 06:46:38 [2025-06-30T04:46:38.345Z] Progress (1): 33 kB 06:46:38 [2025-06-30T04:46:38.345Z] Progress (1): 35 kB 06:46:38 [2025-06-30T04:46:38.345Z] 06:46:38 [2025-06-30T04:46:38.345Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/jboss-parent/26/jboss-parent-26.pom (35 kB at 994 kB/s) 06:46:38 [2025-06-30T04:46:38.345Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/logmanager/jboss-logmanager/2.1.17.Final/jboss-logmanager-2.1.17.Final.pom 06:46:38 [2025-06-30T04:46:38.345Z] Progress (1): 4.1 kB 06:46:38 [2025-06-30T04:46:38.345Z] Progress (1): 8.2 kB 06:46:38 [2025-06-30T04:46:38.345Z] Progress (1): 12 kB 06:46:38 [2025-06-30T04:46:38.596Z] Progress (1): 14 kB 06:46:38 [2025-06-30T04:46:38.596Z] 06:46:38 [2025-06-30T04:46:38.596Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/logmanager/jboss-logmanager/2.1.17.Final/jboss-logmanager-2.1.17.Final.pom (14 kB at 406 kB/s) 06:46:38 [2025-06-30T04:46:38.596Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/common/wildfly-common/1.5.1.Final/wildfly-common-1.5.1.Final.pom 06:46:38 [2025-06-30T04:46:38.596Z] Progress (1): 4.1 kB 06:46:38 [2025-06-30T04:46:38.596Z] Progress (1): 7.3 kB 06:46:38 [2025-06-30T04:46:38.596Z] 06:46:38 [2025-06-30T04:46:38.596Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/common/wildfly-common/1.5.1.Final/wildfly-common-1.5.1.Final.pom (7.3 kB at 227 kB/s) 06:46:38 [2025-06-30T04:46:38.596Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/staxmapper/1.3.0.Final/staxmapper-1.3.0.Final.pom 06:46:38 [2025-06-30T04:46:38.596Z] Progress (1): 3.6 kB 06:46:38 [2025-06-30T04:46:38.596Z] 06:46:38 [2025-06-30T04:46:38.596Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/staxmapper/1.3.0.Final/staxmapper-1.3.0.Final.pom (3.6 kB at 112 kB/s) 06:46:38 [2025-06-30T04:46:38.596Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/jboss-parent/21/jboss-parent-21.pom 06:46:38 [2025-06-30T04:46:38.596Z] Progress (1): 4.1 kB 06:46:38 [2025-06-30T04:46:38.596Z] Progress (1): 8.2 kB 06:46:38 [2025-06-30T04:46:38.596Z] Progress (1): 12 kB 06:46:38 [2025-06-30T04:46:38.596Z] Progress (1): 16 kB 06:46:38 [2025-06-30T04:46:38.596Z] Progress (1): 20 kB 06:46:38 [2025-06-30T04:46:38.596Z] Progress (1): 25 kB 06:46:38 [2025-06-30T04:46:38.596Z] Progress (1): 29 kB 06:46:38 [2025-06-30T04:46:38.596Z] Progress (1): 33 kB 06:46:38 [2025-06-30T04:46:38.596Z] Progress (1): 37 kB 06:46:38 [2025-06-30T04:46:38.596Z] 06:46:38 [2025-06-30T04:46:38.596Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/jboss-parent/21/jboss-parent-21.pom (37 kB at 1.0 MB/s) 06:46:38 [2025-06-30T04:46:38.596Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/projectodd/vdx/vdx-wildfly/1.1.6/vdx-wildfly-1.1.6.pom 06:46:38 [2025-06-30T04:46:38.596Z] Progress (1): 1.6 kB 06:46:38 [2025-06-30T04:46:38.596Z] 06:46:38 [2025-06-30T04:46:38.596Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/projectodd/vdx/vdx-wildfly/1.1.6/vdx-wildfly-1.1.6.pom (1.6 kB at 46 kB/s) 06:46:38 [2025-06-30T04:46:38.596Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/projectodd/vdx/vdx-parent/1.1.6/vdx-parent-1.1.6.pom 06:46:38 [2025-06-30T04:46:38.596Z] Progress (1): 4.1 kB 06:46:38 [2025-06-30T04:46:38.596Z] Progress (1): 4.2 kB 06:46:38 [2025-06-30T04:46:38.596Z] 06:46:38 [2025-06-30T04:46:38.596Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/projectodd/vdx/vdx-parent/1.1.6/vdx-parent-1.1.6.pom (4.2 kB at 127 kB/s) 06:46:38 [2025-06-30T04:46:38.596Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/projectodd/vdx/vdx-core/1.1.6/vdx-core-1.1.6.pom 06:46:38 [2025-06-30T04:46:38.596Z] Progress (1): 1.2 kB 06:46:38 [2025-06-30T04:46:38.596Z] 06:46:38 [2025-06-30T04:46:38.596Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/projectodd/vdx/vdx-core/1.1.6/vdx-core-1.1.6.pom (1.2 kB at 38 kB/s) 06:46:38 [2025-06-30T04:46:38.847Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/eclipse/jgit/org.eclipse.jgit/5.9.0.202009080501-r/org.eclipse.jgit-5.9.0.202009080501-r.pom 06:46:38 [2025-06-30T04:46:38.847Z] Progress (1): 4.1 kB 06:46:38 [2025-06-30T04:46:38.847Z] Progress (1): 7.6 kB 06:46:38 [2025-06-30T04:46:38.847Z] 06:46:38 [2025-06-30T04:46:38.847Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/eclipse/jgit/org.eclipse.jgit/5.9.0.202009080501-r/org.eclipse.jgit-5.9.0.202009080501-r.pom (7.6 kB at 216 kB/s) 06:46:38 [2025-06-30T04:46:38.847Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/eclipse/jgit/org.eclipse.jgit-parent/5.9.0.202009080501-r/org.eclipse.jgit-parent-5.9.0.202009080501-r.pom 06:46:38 [2025-06-30T04:46:38.847Z] Progress (1): 4.1 kB 06:46:38 [2025-06-30T04:46:38.847Z] Progress (1): 8.2 kB 06:46:38 [2025-06-30T04:46:38.847Z] Progress (1): 12 kB 06:46:38 [2025-06-30T04:46:38.847Z] Progress (1): 16 kB 06:46:38 [2025-06-30T04:46:38.847Z] Progress (1): 20 kB 06:46:38 [2025-06-30T04:46:38.847Z] Progress (1): 25 kB 06:46:38 [2025-06-30T04:46:38.847Z] Progress (1): 29 kB 06:46:38 [2025-06-30T04:46:38.847Z] Progress (1): 33 kB 06:46:38 [2025-06-30T04:46:38.847Z] Progress (1): 34 kB 06:46:38 [2025-06-30T04:46:38.847Z] 06:46:38 [2025-06-30T04:46:38.847Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/eclipse/jgit/org.eclipse.jgit-parent/5.9.0.202009080501-r/org.eclipse.jgit-parent-5.9.0.202009080501-r.pom (34 kB at 926 kB/s) 06:46:38 [2025-06-30T04:46:38.847Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/googlecode/javaewah/JavaEWAH/1.1.7/JavaEWAH-1.1.7.pom 06:46:38 [2025-06-30T04:46:38.847Z] Progress (1): 4.1 kB 06:46:38 [2025-06-30T04:46:38.847Z] Progress (1): 4.9 kB 06:46:38 [2025-06-30T04:46:38.847Z] 06:46:38 [2025-06-30T04:46:38.847Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/googlecode/javaewah/JavaEWAH/1.1.7/JavaEWAH-1.1.7.pom (4.9 kB at 140 kB/s) 06:46:38 [2025-06-30T04:46:38.847Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/sonatype/oss/oss-parent/5/oss-parent-5.pom 06:46:38 [2025-06-30T04:46:38.847Z] Progress (1): 4.1 kB 06:46:38 [2025-06-30T04:46:38.847Z] 06:46:38 [2025-06-30T04:46:38.847Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/sonatype/oss/oss-parent/5/oss-parent-5.pom (4.1 kB at 132 kB/s) 06:46:38 [2025-06-30T04:46:38.847Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/core/wildfly-core-management-client/13.0.0.Final/wildfly-core-management-client-13.0.0.Final.pom 06:46:38 [2025-06-30T04:46:38.847Z] Progress (1): 1.8 kB 06:46:38 [2025-06-30T04:46:38.847Z] 06:46:38 [2025-06-30T04:46:38.847Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/core/wildfly-core-management-client/13.0.0.Final/wildfly-core-management-client-13.0.0.Final.pom (1.8 kB at 57 kB/s) 06:46:38 [2025-06-30T04:46:38.847Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/core/wildfly-core-management/13.0.0.Final/wildfly-core-management-13.0.0.Final.pom 06:46:38 [2025-06-30T04:46:38.847Z] Progress (1): 1.8 kB 06:46:38 [2025-06-30T04:46:38.847Z] 06:46:38 [2025-06-30T04:46:38.847Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/core/wildfly-core-management/13.0.0.Final/wildfly-core-management-13.0.0.Final.pom (1.8 kB at 53 kB/s) 06:46:38 [2025-06-30T04:46:38.847Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/core/wildfly-domain-http-interface/13.0.0.Final/wildfly-domain-http-interface-13.0.0.Final.pom 06:46:39 [2025-06-30T04:46:39.098Z] Progress (1): 4.0 kB 06:46:39 [2025-06-30T04:46:39.098Z] 06:46:39 [2025-06-30T04:46:39.098Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/core/wildfly-domain-http-interface/13.0.0.Final/wildfly-domain-http-interface-13.0.0.Final.pom (4.0 kB at 118 kB/s) 06:46:39 [2025-06-30T04:46:39.098Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/core/wildfly-domain-http/13.0.0.Final/wildfly-domain-http-13.0.0.Final.pom 06:46:39 [2025-06-30T04:46:39.098Z] Progress (1): 1.8 kB 06:46:39 [2025-06-30T04:46:39.098Z] 06:46:39 [2025-06-30T04:46:39.098Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/core/wildfly-domain-http/13.0.0.Final/wildfly-domain-http-13.0.0.Final.pom (1.8 kB at 55 kB/s) 06:46:39 [2025-06-30T04:46:39.098Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/io/undertow/undertow-core/2.2.0.Final/undertow-core-2.2.0.Final.pom 06:46:39 [2025-06-30T04:46:39.098Z] Progress (1): 4.1 kB 06:46:39 [2025-06-30T04:46:39.098Z] Progress (1): 8.2 kB 06:46:39 [2025-06-30T04:46:39.098Z] Progress (1): 12 kB 06:46:39 [2025-06-30T04:46:39.098Z] Progress (1): 16 kB 06:46:39 [2025-06-30T04:46:39.098Z] Progress (1): 20 kB 06:46:39 [2025-06-30T04:46:39.098Z] Progress (1): 25 kB 06:46:39 [2025-06-30T04:46:39.098Z] Progress (1): 26 kB 06:46:39 [2025-06-30T04:46:39.098Z] 06:46:39 [2025-06-30T04:46:39.098Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/io/undertow/undertow-core/2.2.0.Final/undertow-core-2.2.0.Final.pom (26 kB at 749 kB/s) 06:46:39 [2025-06-30T04:46:39.098Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/io/undertow/undertow-parent/2.2.0.Final/undertow-parent-2.2.0.Final.pom 06:46:39 [2025-06-30T04:46:39.098Z] Progress (1): 4.1 kB 06:46:39 [2025-06-30T04:46:39.098Z] Progress (1): 8.2 kB 06:46:39 [2025-06-30T04:46:39.098Z] Progress (1): 12 kB 06:46:39 [2025-06-30T04:46:39.098Z] Progress (1): 16 kB 06:46:39 [2025-06-30T04:46:39.098Z] Progress (1): 20 kB 06:46:39 [2025-06-30T04:46:39.098Z] Progress (1): 25 kB 06:46:39 [2025-06-30T04:46:39.098Z] Progress (1): 26 kB 06:46:39 [2025-06-30T04:46:39.098Z] 06:46:39 [2025-06-30T04:46:39.098Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/io/undertow/undertow-parent/2.2.0.Final/undertow-parent-2.2.0.Final.pom (26 kB at 767 kB/s) 06:46:39 [2025-06-30T04:46:39.098Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/xnio/xnio-api/3.8.0.Final/xnio-api-3.8.0.Final.pom 06:46:39 [2025-06-30T04:46:39.098Z] Progress (1): 4.1 kB 06:46:39 [2025-06-30T04:46:39.098Z] Progress (1): 8.2 kB 06:46:39 [2025-06-30T04:46:39.098Z] Progress (1): 8.8 kB 06:46:39 [2025-06-30T04:46:39.098Z] 06:46:39 [2025-06-30T04:46:39.098Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/xnio/xnio-api/3.8.0.Final/xnio-api-3.8.0.Final.pom (8.8 kB at 265 kB/s) 06:46:39 [2025-06-30T04:46:39.098Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/xnio/xnio-all/3.8.0.Final/xnio-all-3.8.0.Final.pom 06:46:39 [2025-06-30T04:46:39.098Z] Progress (1): 4.1 kB 06:46:39 [2025-06-30T04:46:39.098Z] Progress (1): 6.9 kB 06:46:39 [2025-06-30T04:46:39.098Z] 06:46:39 [2025-06-30T04:46:39.098Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/xnio/xnio-all/3.8.0.Final/xnio-all-3.8.0.Final.pom (6.9 kB at 215 kB/s) 06:46:39 [2025-06-30T04:46:39.098Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/xnio/xnio-nio/3.8.0.Final/xnio-nio-3.8.0.Final.pom 06:46:39 [2025-06-30T04:46:39.098Z] Progress (1): 4.1 kB 06:46:39 [2025-06-30T04:46:39.098Z] Progress (1): 8.2 kB 06:46:39 [2025-06-30T04:46:39.349Z] Progress (1): 8.2 kB 06:46:39 [2025-06-30T04:46:39.349Z] 06:46:39 [2025-06-30T04:46:39.349Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/xnio/xnio-nio/3.8.0.Final/xnio-nio-3.8.0.Final.pom (8.2 kB at 256 kB/s) 06:46:39 [2025-06-30T04:46:39.349Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/core/wildfly-domain-management/13.0.0.Final/wildfly-domain-management-13.0.0.Final.pom 06:46:39 [2025-06-30T04:46:39.349Z] Progress (1): 4.1 kB 06:46:39 [2025-06-30T04:46:39.349Z] Progress (1): 4.6 kB 06:46:39 [2025-06-30T04:46:39.349Z] 06:46:39 [2025-06-30T04:46:39.349Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/core/wildfly-domain-management/13.0.0.Final/wildfly-domain-management-13.0.0.Final.pom (4.6 kB at 145 kB/s) 06:46:39 [2025-06-30T04:46:39.349Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/elytron-web/undertow-server/1.8.0.Final/undertow-server-1.8.0.Final.pom 06:46:39 [2025-06-30T04:46:39.349Z] Progress (1): 4.1 kB 06:46:39 [2025-06-30T04:46:39.349Z] Progress (1): 6.9 kB 06:46:39 [2025-06-30T04:46:39.349Z] 06:46:39 [2025-06-30T04:46:39.349Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/elytron-web/undertow-server/1.8.0.Final/undertow-server-1.8.0.Final.pom (6.9 kB at 216 kB/s) 06:46:39 [2025-06-30T04:46:39.349Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/elytron-web/elytron-web-parent/1.8.0.Final/elytron-web-parent-1.8.0.Final.pom 06:46:39 [2025-06-30T04:46:39.349Z] Progress (1): 4.1 kB 06:46:39 [2025-06-30T04:46:39.349Z] Progress (1): 8.2 kB 06:46:39 [2025-06-30T04:46:39.349Z] Progress (1): 12 kB 06:46:39 [2025-06-30T04:46:39.349Z] Progress (1): 16 kB 06:46:39 [2025-06-30T04:46:39.349Z] Progress (1): 19 kB 06:46:39 [2025-06-30T04:46:39.349Z] 06:46:39 [2025-06-30T04:46:39.349Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/elytron-web/elytron-web-parent/1.8.0.Final/elytron-web-parent-1.8.0.Final.pom (19 kB at 581 kB/s) 06:46:39 [2025-06-30T04:46:39.349Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/core/wildfly-deployment-repository/13.0.0.Final/wildfly-deployment-repository-13.0.0.Final.pom 06:46:39 [2025-06-30T04:46:39.349Z] Progress (1): 4.1 kB 06:46:39 [2025-06-30T04:46:39.349Z] Progress (1): 5.9 kB 06:46:39 [2025-06-30T04:46:39.349Z] 06:46:39 [2025-06-30T04:46:39.349Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/core/wildfly-deployment-repository/13.0.0.Final/wildfly-deployment-repository-13.0.0.Final.pom (5.9 kB at 180 kB/s) 06:46:39 [2025-06-30T04:46:39.349Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/jboss-vfs/3.2.15.Final/jboss-vfs-3.2.15.Final.pom 06:46:39 [2025-06-30T04:46:39.349Z] Progress (1): 4.1 kB 06:46:39 [2025-06-30T04:46:39.349Z] Progress (1): 7.1 kB 06:46:39 [2025-06-30T04:46:39.349Z] 06:46:39 [2025-06-30T04:46:39.349Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/jboss-vfs/3.2.15.Final/jboss-vfs-3.2.15.Final.pom (7.1 kB at 104 kB/s) 06:46:39 [2025-06-30T04:46:39.599Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/core/wildfly-platform-mbean/13.0.0.Final/wildfly-platform-mbean-13.0.0.Final.pom 06:46:39 [2025-06-30T04:46:39.599Z] Progress (1): 3.4 kB 06:46:39 [2025-06-30T04:46:39.599Z] 06:46:39 [2025-06-30T04:46:39.599Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/core/wildfly-platform-mbean/13.0.0.Final/wildfly-platform-mbean-13.0.0.Final.pom (3.4 kB at 96 kB/s) 06:46:39 [2025-06-30T04:46:39.599Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/core/wildfly-process-controller/13.0.0.Final/wildfly-process-controller-13.0.0.Final.pom 06:46:39 [2025-06-30T04:46:39.599Z] Progress (1): 4.1 kB 06:46:39 [2025-06-30T04:46:39.599Z] 06:46:39 [2025-06-30T04:46:39.599Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/core/wildfly-process-controller/13.0.0.Final/wildfly-process-controller-13.0.0.Final.pom (4.1 kB at 120 kB/s) 06:46:39 [2025-06-30T04:46:39.599Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/marshalling/jboss-marshalling/2.0.9.Final/jboss-marshalling-2.0.9.Final.pom 06:46:39 [2025-06-30T04:46:39.599Z] Progress (1): 4.1 kB 06:46:39 [2025-06-30T04:46:39.599Z] Progress (1): 8.2 kB 06:46:39 [2025-06-30T04:46:39.599Z] Progress (1): 8.6 kB 06:46:39 [2025-06-30T04:46:39.599Z] 06:46:39 [2025-06-30T04:46:39.600Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/marshalling/jboss-marshalling/2.0.9.Final/jboss-marshalling-2.0.9.Final.pom (8.6 kB at 253 kB/s) 06:46:39 [2025-06-30T04:46:39.600Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/marshalling/jboss-marshalling-parent/2.0.9.Final/jboss-marshalling-parent-2.0.9.Final.pom 06:46:39 [2025-06-30T04:46:39.600Z] Progress (1): 4.1 kB 06:46:39 [2025-06-30T04:46:39.600Z] Progress (1): 4.6 kB 06:46:39 [2025-06-30T04:46:39.600Z] 06:46:39 [2025-06-30T04:46:39.600Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/marshalling/jboss-marshalling-parent/2.0.9.Final/jboss-marshalling-parent-2.0.9.Final.pom (4.6 kB at 139 kB/s) 06:46:39 [2025-06-30T04:46:39.600Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/core/wildfly-remoting/13.0.0.Final/wildfly-remoting-13.0.0.Final.pom 06:46:39 [2025-06-30T04:46:39.600Z] Progress (1): 4.1 kB 06:46:39 [2025-06-30T04:46:39.600Z] Progress (1): 4.3 kB 06:46:39 [2025-06-30T04:46:39.600Z] 06:46:39 [2025-06-30T04:46:39.600Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/core/wildfly-remoting/13.0.0.Final/wildfly-remoting-13.0.0.Final.pom (4.3 kB at 122 kB/s) 06:46:39 [2025-06-30T04:46:39.600Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/core/wildfly-remoting-parent/13.0.0.Final/wildfly-remoting-parent-13.0.0.Final.pom 06:46:39 [2025-06-30T04:46:39.600Z] Progress (1): 1.8 kB 06:46:39 [2025-06-30T04:46:39.600Z] 06:46:39 [2025-06-30T04:46:39.600Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/core/wildfly-remoting-parent/13.0.0.Final/wildfly-remoting-parent-13.0.0.Final.pom (1.8 kB at 53 kB/s) 06:46:39 [2025-06-30T04:46:39.600Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/core/wildfly-io/13.0.0.Final/wildfly-io-13.0.0.Final.pom 06:46:39 [2025-06-30T04:46:39.850Z] Progress (1): 3.0 kB 06:46:39 [2025-06-30T04:46:39.850Z] 06:46:39 [2025-06-30T04:46:39.850Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/core/wildfly-io/13.0.0.Final/wildfly-io-13.0.0.Final.pom (3.0 kB at 88 kB/s) 06:46:39 [2025-06-30T04:46:39.850Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/core/wildfly-io-bom/13.0.0.Final/wildfly-io-bom-13.0.0.Final.pom 06:46:39 [2025-06-30T04:46:39.850Z] Progress (1): 1.8 kB 06:46:39 [2025-06-30T04:46:39.850Z] 06:46:39 [2025-06-30T04:46:39.850Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/core/wildfly-io-bom/13.0.0.Final/wildfly-io-bom-13.0.0.Final.pom (1.8 kB at 59 kB/s) 06:46:39 [2025-06-30T04:46:39.850Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/core/wildfly-network/13.0.0.Final/wildfly-network-13.0.0.Final.pom 06:46:39 [2025-06-30T04:46:39.850Z] Progress (1): 3.2 kB 06:46:39 [2025-06-30T04:46:39.850Z] 06:46:39 [2025-06-30T04:46:39.850Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/core/wildfly-network/13.0.0.Final/wildfly-network-13.0.0.Final.pom (3.2 kB at 100 kB/s) 06:46:39 [2025-06-30T04:46:39.850Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/jandex/2.1.3.Final/jandex-2.1.3.Final.pom 06:46:39 [2025-06-30T04:46:39.850Z] Progress (1): 4.1 kB 06:46:39 [2025-06-30T04:46:39.850Z] Progress (1): 6.4 kB 06:46:39 [2025-06-30T04:46:39.850Z] 06:46:39 [2025-06-30T04:46:39.850Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/jandex/2.1.3.Final/jandex-2.1.3.Final.pom (6.4 kB at 189 kB/s) 06:46:39 [2025-06-30T04:46:39.850Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/jboss-parent/12/jboss-parent-12.pom 06:46:39 [2025-06-30T04:46:39.850Z] Progress (1): 4.1 kB 06:46:39 [2025-06-30T04:46:39.850Z] Progress (1): 8.2 kB 06:46:39 [2025-06-30T04:46:39.850Z] Progress (1): 12 kB 06:46:39 [2025-06-30T04:46:39.850Z] Progress (1): 16 kB 06:46:39 [2025-06-30T04:46:39.850Z] Progress (1): 20 kB 06:46:39 [2025-06-30T04:46:39.850Z] Progress (1): 25 kB 06:46:39 [2025-06-30T04:46:39.850Z] Progress (1): 29 kB 06:46:39 [2025-06-30T04:46:39.850Z] Progress (1): 32 kB 06:46:39 [2025-06-30T04:46:39.850Z] 06:46:39 [2025-06-30T04:46:39.850Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/jboss-parent/12/jboss-parent-12.pom (32 kB at 902 kB/s) 06:46:39 [2025-06-30T04:46:39.850Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/classfilewriter/jboss-classfilewriter/1.2.4.Final/jboss-classfilewriter-1.2.4.Final.pom 06:46:40 [2025-06-30T04:46:40.101Z] Progress (1): 3.3 kB 06:46:40 [2025-06-30T04:46:40.101Z] 06:46:40 [2025-06-30T04:46:40.101Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/classfilewriter/jboss-classfilewriter/1.2.4.Final/jboss-classfilewriter-1.2.4.Final.pom (3.3 kB at 100 kB/s) 06:46:40 [2025-06-30T04:46:40.101Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/invocation/jboss-invocation/1.6.0.Final/jboss-invocation-1.6.0.Final.pom 06:46:40 [2025-06-30T04:46:40.101Z] Progress (1): 4.1 kB 06:46:40 [2025-06-30T04:46:40.101Z] Progress (1): 6.3 kB 06:46:40 [2025-06-30T04:46:40.101Z] 06:46:40 [2025-06-30T04:46:40.101Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/invocation/jboss-invocation/1.6.0.Final/jboss-invocation-1.6.0.Final.pom (6.3 kB at 192 kB/s) 06:46:40 [2025-06-30T04:46:40.101Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/stdio/jboss-stdio/1.1.0.Final/jboss-stdio-1.1.0.Final.pom 06:46:40 [2025-06-30T04:46:40.101Z] Progress (1): 2.8 kB 06:46:40 [2025-06-30T04:46:40.101Z] 06:46:40 [2025-06-30T04:46:40.101Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/stdio/jboss-stdio/1.1.0.Final/jboss-stdio-1.1.0.Final.pom (2.8 kB at 84 kB/s) 06:46:40 [2025-06-30T04:46:40.101Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/eclipse/jgit/org.eclipse.jgit.ssh.apache/5.9.0.202009080501-r/org.eclipse.jgit.ssh.apache-5.9.0.202009080501-r.pom 06:46:40 [2025-06-30T04:46:40.101Z] Progress (1): 4.1 kB 06:46:40 [2025-06-30T04:46:40.101Z] Progress (1): 7.6 kB 06:46:40 [2025-06-30T04:46:40.101Z] 06:46:40 [2025-06-30T04:46:40.101Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/eclipse/jgit/org.eclipse.jgit.ssh.apache/5.9.0.202009080501-r/org.eclipse.jgit.ssh.apache-5.9.0.202009080501-r.pom (7.6 kB at 222 kB/s) 06:46:40 [2025-06-30T04:46:40.101Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/sshd/sshd-common/2.4.0/sshd-common-2.4.0.pom 06:46:40 [2025-06-30T04:46:40.101Z] Progress (1): 4.1 kB 06:46:40 [2025-06-30T04:46:40.101Z] Progress (1): 4.7 kB 06:46:40 [2025-06-30T04:46:40.101Z] 06:46:40 [2025-06-30T04:46:40.101Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/sshd/sshd-common/2.4.0/sshd-common-2.4.0.pom (4.7 kB at 130 kB/s) 06:46:40 [2025-06-30T04:46:40.101Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/sshd/sshd/2.4.0/sshd-2.4.0.pom 06:46:40 [2025-06-30T04:46:40.101Z] Progress (1): 4.1 kB 06:46:40 [2025-06-30T04:46:40.101Z] Progress (1): 8.2 kB 06:46:40 [2025-06-30T04:46:40.101Z] Progress (1): 12 kB 06:46:40 [2025-06-30T04:46:40.101Z] Progress (1): 16 kB 06:46:40 [2025-06-30T04:46:40.101Z] Progress (1): 20 kB 06:46:40 [2025-06-30T04:46:40.101Z] Progress (1): 25 kB 06:46:40 [2025-06-30T04:46:40.101Z] Progress (1): 29 kB 06:46:40 [2025-06-30T04:46:40.101Z] Progress (1): 33 kB 06:46:40 [2025-06-30T04:46:40.101Z] Progress (1): 37 kB 06:46:40 [2025-06-30T04:46:40.101Z] Progress (1): 41 kB 06:46:40 [2025-06-30T04:46:40.101Z] Progress (1): 45 kB 06:46:40 [2025-06-30T04:46:40.101Z] Progress (1): 49 kB 06:46:40 [2025-06-30T04:46:40.101Z] Progress (1): 53 kB 06:46:40 [2025-06-30T04:46:40.101Z] Progress (1): 57 kB 06:46:40 [2025-06-30T04:46:40.101Z] Progress (1): 61 kB 06:46:40 [2025-06-30T04:46:40.101Z] Progress (1): 66 kB 06:46:40 [2025-06-30T04:46:40.101Z] Progress (1): 66 kB 06:46:40 [2025-06-30T04:46:40.101Z] 06:46:40 [2025-06-30T04:46:40.101Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/sshd/sshd/2.4.0/sshd-2.4.0.pom (66 kB at 1.8 MB/s) 06:46:40 [2025-06-30T04:46:40.101Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/apache/15/apache-15.pom 06:46:40 [2025-06-30T04:46:40.101Z] Progress (1): 4.1 kB 06:46:40 [2025-06-30T04:46:40.101Z] Progress (1): 8.2 kB 06:46:40 [2025-06-30T04:46:40.101Z] Progress (1): 12 kB 06:46:40 [2025-06-30T04:46:40.101Z] Progress (1): 15 kB 06:46:40 [2025-06-30T04:46:40.101Z] 06:46:40 [2025-06-30T04:46:40.101Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/apache/15/apache-15.pom (15 kB at 462 kB/s) 06:46:40 [2025-06-30T04:46:40.101Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/springframework/spring-framework-bom/5.2.2.RELEASE/spring-framework-bom-5.2.2.RELEASE.pom 06:46:40 [2025-06-30T04:46:40.352Z] Progress (1): 4.1 kB 06:46:40 [2025-06-30T04:46:40.352Z] Progress (1): 5.3 kB 06:46:40 [2025-06-30T04:46:40.352Z] 06:46:40 [2025-06-30T04:46:40.352Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/springframework/spring-framework-bom/5.2.2.RELEASE/spring-framework-bom-5.2.2.RELEASE.pom (5.3 kB at 143 kB/s) 06:46:40 [2025-06-30T04:46:40.352Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/sshd/sshd-core/2.4.0/sshd-core-2.4.0.pom 06:46:40 [2025-06-30T04:46:40.352Z] Progress (1): 4.1 kB 06:46:40 [2025-06-30T04:46:40.352Z] Progress (1): 8.2 kB 06:46:40 [2025-06-30T04:46:40.352Z] Progress (1): 8.2 kB 06:46:40 [2025-06-30T04:46:40.352Z] 06:46:40 [2025-06-30T04:46:40.352Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/sshd/sshd-core/2.4.0/sshd-core-2.4.0.pom (8.2 kB at 234 kB/s) 06:46:40 [2025-06-30T04:46:40.352Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/core/wildfly-launcher/13.0.0.Final/wildfly-launcher-13.0.0.Final.pom 06:46:40 [2025-06-30T04:46:40.352Z] Progress (1): 4.1 kB 06:46:40 [2025-06-30T04:46:40.352Z] Progress (1): 5.2 kB 06:46:40 [2025-06-30T04:46:40.352Z] 06:46:40 [2025-06-30T04:46:40.352Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/core/wildfly-launcher/13.0.0.Final/wildfly-launcher-13.0.0.Final.pom (5.2 kB at 152 kB/s) 06:46:40 [2025-06-30T04:46:40.352Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/plugins/wildfly-plugin-core/2.0.2.Final/wildfly-plugin-core-2.0.2.Final.pom 06:46:40 [2025-06-30T04:46:40.352Z] Progress (1): 4.1 kB 06:46:40 [2025-06-30T04:46:40.352Z] Progress (1): 6.3 kB 06:46:40 [2025-06-30T04:46:40.352Z] 06:46:40 [2025-06-30T04:46:40.352Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/plugins/wildfly-plugin-core/2.0.2.Final/wildfly-plugin-core-2.0.2.Final.pom (6.3 kB at 191 kB/s) 06:46:40 [2025-06-30T04:46:40.352Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/plugins/wildfly-maven-plugin-parent/2.0.2.Final/wildfly-maven-plugin-parent-2.0.2.Final.pom 06:46:40 [2025-06-30T04:46:40.352Z] Progress (1): 4.1 kB 06:46:40 [2025-06-30T04:46:40.352Z] Progress (1): 8.2 kB 06:46:40 [2025-06-30T04:46:40.352Z] Progress (1): 12 kB 06:46:40 [2025-06-30T04:46:40.352Z] Progress (1): 15 kB 06:46:40 [2025-06-30T04:46:40.352Z] 06:46:40 [2025-06-30T04:46:40.352Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/plugins/wildfly-maven-plugin-parent/2.0.2.Final/wildfly-maven-plugin-parent-2.0.2.Final.pom (15 kB at 459 kB/s) 06:46:40 [2025-06-30T04:46:40.352Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/jboss-parent/29/jboss-parent-29.pom 06:46:40 [2025-06-30T04:46:40.352Z] Progress (1): 4.1 kB 06:46:40 [2025-06-30T04:46:40.352Z] Progress (1): 8.2 kB 06:46:40 [2025-06-30T04:46:40.352Z] Progress (1): 12 kB 06:46:40 [2025-06-30T04:46:40.352Z] Progress (1): 16 kB 06:46:40 [2025-06-30T04:46:40.352Z] Progress (1): 20 kB 06:46:40 [2025-06-30T04:46:40.352Z] Progress (1): 25 kB 06:46:40 [2025-06-30T04:46:40.352Z] Progress (1): 29 kB 06:46:40 [2025-06-30T04:46:40.352Z] Progress (1): 33 kB 06:46:40 [2025-06-30T04:46:40.352Z] Progress (1): 34 kB 06:46:40 [2025-06-30T04:46:40.352Z] 06:46:40 [2025-06-30T04:46:40.352Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/jboss-parent/29/jboss-parent-29.pom (34 kB at 1.0 MB/s) 06:46:40 [2025-06-30T04:46:40.352Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/logging/jboss-logging/3.3.2.Final/jboss-logging-3.3.2.Final.pom 06:46:40 [2025-06-30T04:46:40.603Z] Progress (1): 4.1 kB 06:46:40 [2025-06-30T04:46:40.603Z] Progress (1): 6.4 kB 06:46:40 [2025-06-30T04:46:40.603Z] 06:46:40 [2025-06-30T04:46:40.603Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/logging/jboss-logging/3.3.2.Final/jboss-logging-3.3.2.Final.pom (6.4 kB at 198 kB/s) 06:46:40 [2025-06-30T04:46:40.603Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/common/wildfly-common/1.4.0.Final/wildfly-common-1.4.0.Final.pom 06:46:40 [2025-06-30T04:46:40.603Z] Progress (1): 4.1 kB 06:46:40 [2025-06-30T04:46:40.603Z] Progress (1): 8.2 kB 06:46:40 [2025-06-30T04:46:40.603Z] Progress (1): 11 kB 06:46:40 [2025-06-30T04:46:40.603Z] 06:46:40 [2025-06-30T04:46:40.603Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/common/wildfly-common/1.4.0.Final/wildfly-common-1.4.0.Final.pom (11 kB at 321 kB/s) 06:46:40 [2025-06-30T04:46:40.603Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/core/wildfly-controller-client/6.0.2.Final/wildfly-controller-client-6.0.2.Final.pom 06:46:40 [2025-06-30T04:46:40.603Z] Progress (1): 3.5 kB 06:46:40 [2025-06-30T04:46:40.603Z] 06:46:40 [2025-06-30T04:46:40.603Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/core/wildfly-controller-client/6.0.2.Final/wildfly-controller-client-6.0.2.Final.pom (3.5 kB at 111 kB/s) 06:46:40 [2025-06-30T04:46:40.603Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/core/wildfly-core-parent/6.0.2.Final/wildfly-core-parent-6.0.2.Final.pom 06:46:40 [2025-06-30T04:46:40.603Z] Progress (1): 4.1 kB 06:46:40 [2025-06-30T04:46:40.603Z] Progress (1): 8.2 kB 06:46:40 [2025-06-30T04:46:40.603Z] Progress (1): 12 kB 06:46:40 [2025-06-30T04:46:40.603Z] Progress (1): 16 kB 06:46:40 [2025-06-30T04:46:40.603Z] Progress (1): 20 kB 06:46:40 [2025-06-30T04:46:40.603Z] Progress (1): 25 kB 06:46:40 [2025-06-30T04:46:40.603Z] Progress (1): 29 kB 06:46:40 [2025-06-30T04:46:40.603Z] Progress (1): 33 kB 06:46:40 [2025-06-30T04:46:40.603Z] Progress (1): 37 kB 06:46:40 [2025-06-30T04:46:40.603Z] Progress (1): 41 kB 06:46:40 [2025-06-30T04:46:40.603Z] Progress (1): 45 kB 06:46:40 [2025-06-30T04:46:40.603Z] Progress (1): 49 kB 06:46:40 [2025-06-30T04:46:40.603Z] Progress (1): 53 kB 06:46:40 [2025-06-30T04:46:40.603Z] Progress (1): 57 kB 06:46:40 [2025-06-30T04:46:40.603Z] Progress (1): 61 kB 06:46:40 [2025-06-30T04:46:40.603Z] Progress (1): 66 kB 06:46:40 [2025-06-30T04:46:40.603Z] Progress (1): 70 kB 06:46:40 [2025-06-30T04:46:40.603Z] Progress (1): 74 kB 06:46:40 [2025-06-30T04:46:40.603Z] Progress (1): 78 kB 06:46:40 [2025-06-30T04:46:40.603Z] Progress (1): 82 kB 06:46:40 [2025-06-30T04:46:40.603Z] Progress (1): 86 kB 06:46:40 [2025-06-30T04:46:40.603Z] Progress (1): 90 kB 06:46:40 [2025-06-30T04:46:40.603Z] Progress (1): 91 kB 06:46:40 [2025-06-30T04:46:40.603Z] 06:46:40 [2025-06-30T04:46:40.603Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/core/wildfly-core-parent/6.0.2.Final/wildfly-core-parent-6.0.2.Final.pom (91 kB at 2.3 MB/s) 06:46:40 [2025-06-30T04:46:40.603Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/jboss-parent/28/jboss-parent-28.pom 06:46:40 [2025-06-30T04:46:40.603Z] Progress (1): 4.1 kB 06:46:40 [2025-06-30T04:46:40.603Z] Progress (1): 8.2 kB 06:46:40 [2025-06-30T04:46:40.603Z] Progress (1): 12 kB 06:46:40 [2025-06-30T04:46:40.603Z] Progress (1): 16 kB 06:46:40 [2025-06-30T04:46:40.603Z] Progress (1): 20 kB 06:46:40 [2025-06-30T04:46:40.603Z] Progress (1): 25 kB 06:46:40 [2025-06-30T04:46:40.603Z] Progress (1): 29 kB 06:46:40 [2025-06-30T04:46:40.603Z] Progress (1): 33 kB 06:46:40 [2025-06-30T04:46:40.603Z] Progress (1): 35 kB 06:46:40 [2025-06-30T04:46:40.603Z] 06:46:40 [2025-06-30T04:46:40.603Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/jboss-parent/28/jboss-parent-28.pom (35 kB at 994 kB/s) 06:46:40 [2025-06-30T04:46:40.603Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/core/wildfly-protocol/6.0.2.Final/wildfly-protocol-6.0.2.Final.pom 06:46:40 [2025-06-30T04:46:40.603Z] Progress (1): 3.8 kB 06:46:40 [2025-06-30T04:46:40.603Z] 06:46:40 [2025-06-30T04:46:40.603Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/core/wildfly-protocol/6.0.2.Final/wildfly-protocol-6.0.2.Final.pom (3.8 kB at 118 kB/s) 06:46:40 [2025-06-30T04:46:40.603Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/modules/jboss-modules/1.8.6.Final/jboss-modules-1.8.6.Final.pom 06:46:40 [2025-06-30T04:46:40.854Z] Progress (1): 4.1 kB 06:46:40 [2025-06-30T04:46:40.854Z] Progress (1): 8.2 kB 06:46:40 [2025-06-30T04:46:40.854Z] Progress (1): 12 kB 06:46:40 [2025-06-30T04:46:40.854Z] 06:46:40 [2025-06-30T04:46:40.854Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/modules/jboss-modules/1.8.6.Final/jboss-modules-1.8.6.Final.pom (12 kB at 355 kB/s) 06:46:40 [2025-06-30T04:46:40.854Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/remoting/jboss-remoting/5.0.8.Final/jboss-remoting-5.0.8.Final.pom 06:46:40 [2025-06-30T04:46:40.854Z] Progress (1): 4.1 kB 06:46:40 [2025-06-30T04:46:40.854Z] Progress (1): 8.2 kB 06:46:40 [2025-06-30T04:46:40.854Z] Progress (1): 12 kB 06:46:40 [2025-06-30T04:46:40.854Z] Progress (1): 14 kB 06:46:40 [2025-06-30T04:46:40.854Z] 06:46:40 [2025-06-30T04:46:40.854Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/remoting/jboss-remoting/5.0.8.Final/jboss-remoting-5.0.8.Final.pom (14 kB at 419 kB/s) 06:46:40 [2025-06-30T04:46:40.854Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/logging/jboss-logging/3.2.1.Final/jboss-logging-3.2.1.Final.pom 06:46:40 [2025-06-30T04:46:40.854Z] Progress (1): 4.1 kB 06:46:40 [2025-06-30T04:46:40.854Z] Progress (1): 6.0 kB 06:46:40 [2025-06-30T04:46:40.854Z] 06:46:40 [2025-06-30T04:46:40.854Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/logging/jboss-logging/3.2.1.Final/jboss-logging-3.2.1.Final.pom (6.0 kB at 186 kB/s) 06:46:40 [2025-06-30T04:46:40.854Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/xnio/xnio-api/3.5.3.Final/xnio-api-3.5.3.Final.pom 06:46:40 [2025-06-30T04:46:40.854Z] Progress (1): 4.1 kB 06:46:40 [2025-06-30T04:46:40.854Z] Progress (1): 8.2 kB 06:46:40 [2025-06-30T04:46:40.854Z] Progress (1): 8.5 kB 06:46:40 [2025-06-30T04:46:40.854Z] 06:46:40 [2025-06-30T04:46:40.854Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/xnio/xnio-api/3.5.3.Final/xnio-api-3.5.3.Final.pom (8.5 kB at 275 kB/s) 06:46:40 [2025-06-30T04:46:40.854Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/xnio/xnio-all/3.5.3.Final/xnio-all-3.5.3.Final.pom 06:46:40 [2025-06-30T04:46:40.854Z] Progress (1): 4.1 kB 06:46:40 [2025-06-30T04:46:40.854Z] Progress (1): 6.6 kB 06:46:40 [2025-06-30T04:46:40.854Z] 06:46:40 [2025-06-30T04:46:40.854Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/xnio/xnio-all/3.5.3.Final/xnio-all-3.5.3.Final.pom (6.6 kB at 205 kB/s) 06:46:40 [2025-06-30T04:46:40.854Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/client/wildfly-client-config/1.0.0.CR2/wildfly-client-config-1.0.0.CR2.pom 06:46:40 [2025-06-30T04:46:40.854Z] Progress (1): 4.1 kB 06:46:40 [2025-06-30T04:46:40.854Z] Progress (1): 7.4 kB 06:46:40 [2025-06-30T04:46:40.854Z] 06:46:40 [2025-06-30T04:46:40.854Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/client/wildfly-client-config/1.0.0.CR2/wildfly-client-config-1.0.0.CR2.pom (7.4 kB at 225 kB/s) 06:46:40 [2025-06-30T04:46:40.854Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/jboss-parent/22/jboss-parent-22.pom 06:46:40 [2025-06-30T04:46:40.854Z] Progress (1): 4.1 kB 06:46:40 [2025-06-30T04:46:40.854Z] Progress (1): 8.2 kB 06:46:40 [2025-06-30T04:46:40.854Z] Progress (1): 12 kB 06:46:40 [2025-06-30T04:46:40.854Z] Progress (1): 16 kB 06:46:40 [2025-06-30T04:46:40.854Z] Progress (1): 20 kB 06:46:40 [2025-06-30T04:46:40.854Z] Progress (1): 25 kB 06:46:40 [2025-06-30T04:46:40.854Z] Progress (1): 29 kB 06:46:40 [2025-06-30T04:46:40.854Z] Progress (1): 33 kB 06:46:41 [2025-06-30T04:46:41.105Z] Progress (1): 37 kB 06:46:41 [2025-06-30T04:46:41.105Z] 06:46:41 [2025-06-30T04:46:41.105Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/jboss-parent/22/jboss-parent-22.pom (37 kB at 1.1 MB/s) 06:46:41 [2025-06-30T04:46:41.105Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/logging/jboss-logging/3.1.4.GA/jboss-logging-3.1.4.GA.pom 06:46:41 [2025-06-30T04:46:41.105Z] Progress (1): 4.1 kB 06:46:41 [2025-06-30T04:46:41.105Z] Progress (1): 5.0 kB 06:46:41 [2025-06-30T04:46:41.105Z] 06:46:41 [2025-06-30T04:46:41.105Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/logging/jboss-logging/3.1.4.GA/jboss-logging-3.1.4.GA.pom (5.0 kB at 156 kB/s) 06:46:41 [2025-06-30T04:46:41.105Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/jboss-parent/9/jboss-parent-9.pom 06:46:41 [2025-06-30T04:46:41.105Z] Progress (1): 4.1 kB 06:46:41 [2025-06-30T04:46:41.105Z] Progress (1): 8.2 kB 06:46:41 [2025-06-30T04:46:41.105Z] Progress (1): 12 kB 06:46:41 [2025-06-30T04:46:41.105Z] Progress (1): 16 kB 06:46:41 [2025-06-30T04:46:41.105Z] Progress (1): 20 kB 06:46:41 [2025-06-30T04:46:41.105Z] Progress (1): 25 kB 06:46:41 [2025-06-30T04:46:41.105Z] Progress (1): 29 kB 06:46:41 [2025-06-30T04:46:41.105Z] 06:46:41 [2025-06-30T04:46:41.105Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/jboss-parent/9/jboss-parent-9.pom (29 kB at 840 kB/s) 06:46:41 [2025-06-30T04:46:41.105Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/common/wildfly-common/1.2.0.CR1/wildfly-common-1.2.0.CR1.pom 06:46:41 [2025-06-30T04:46:41.105Z] Progress (1): 4.1 kB 06:46:41 [2025-06-30T04:46:41.105Z] Progress (1): 4.7 kB 06:46:41 [2025-06-30T04:46:41.105Z] 06:46:41 [2025-06-30T04:46:41.105Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/common/wildfly-common/1.2.0.CR1/wildfly-common-1.2.0.CR1.pom (4.7 kB at 145 kB/s) 06:46:41 [2025-06-30T04:46:41.105Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron/1.1.0.Final/wildfly-elytron-1.1.0.Final.pom 06:46:41 [2025-06-30T04:46:41.105Z] Progress (1): 4.1 kB 06:46:41 [2025-06-30T04:46:41.105Z] Progress (1): 8.2 kB 06:46:41 [2025-06-30T04:46:41.105Z] Progress (1): 12 kB 06:46:41 [2025-06-30T04:46:41.105Z] Progress (1): 16 kB 06:46:41 [2025-06-30T04:46:41.105Z] Progress (1): 20 kB 06:46:41 [2025-06-30T04:46:41.105Z] Progress (1): 21 kB 06:46:41 [2025-06-30T04:46:41.105Z] 06:46:41 [2025-06-30T04:46:41.105Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron/1.1.0.Final/wildfly-elytron-1.1.0.Final.pom (21 kB at 628 kB/s) 06:46:41 [2025-06-30T04:46:41.105Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron/1.6.0.Final/wildfly-elytron-1.6.0.Final.pom 06:46:41 [2025-06-30T04:46:41.105Z] Progress (1): 4.1 kB 06:46:41 [2025-06-30T04:46:41.105Z] Progress (1): 8.2 kB 06:46:41 [2025-06-30T04:46:41.105Z] Progress (1): 12 kB 06:46:41 [2025-06-30T04:46:41.105Z] Progress (1): 16 kB 06:46:41 [2025-06-30T04:46:41.105Z] Progress (1): 20 kB 06:46:41 [2025-06-30T04:46:41.105Z] Progress (1): 25 kB 06:46:41 [2025-06-30T04:46:41.105Z] Progress (1): 29 kB 06:46:41 [2025-06-30T04:46:41.105Z] Progress (1): 33 kB 06:46:41 [2025-06-30T04:46:41.105Z] Progress (1): 34 kB 06:46:41 [2025-06-30T04:46:41.105Z] 06:46:41 [2025-06-30T04:46:41.105Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/wildfly-elytron/1.6.0.Final/wildfly-elytron-1.6.0.Final.pom (34 kB at 979 kB/s) 06:46:41 [2025-06-30T04:46:41.105Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/threads/jboss-threads/2.3.2.Final/jboss-threads-2.3.2.Final.pom 06:46:41 [2025-06-30T04:46:41.105Z] Progress (1): 4.1 kB 06:46:41 [2025-06-30T04:46:41.105Z] Progress (1): 4.6 kB 06:46:41 [2025-06-30T04:46:41.105Z] 06:46:41 [2025-06-30T04:46:41.105Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/threads/jboss-threads/2.3.2.Final/jboss-threads-2.3.2.Final.pom (4.6 kB at 140 kB/s) 06:46:41 [2025-06-30T04:46:41.356Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/xnio/xnio-api/3.6.5.Final/xnio-api-3.6.5.Final.pom 06:46:41 [2025-06-30T04:46:41.356Z] Progress (1): 4.1 kB 06:46:41 [2025-06-30T04:46:41.356Z] Progress (1): 8.2 kB 06:46:41 [2025-06-30T04:46:41.356Z] Progress (1): 8.7 kB 06:46:41 [2025-06-30T04:46:41.356Z] 06:46:41 [2025-06-30T04:46:41.356Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/xnio/xnio-api/3.6.5.Final/xnio-api-3.6.5.Final.pom (8.7 kB at 263 kB/s) 06:46:41 [2025-06-30T04:46:41.356Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/xnio/xnio-all/3.6.5.Final/xnio-all-3.6.5.Final.pom 06:46:41 [2025-06-30T04:46:41.356Z] Progress (1): 4.1 kB 06:46:41 [2025-06-30T04:46:41.356Z] Progress (1): 6.9 kB 06:46:41 [2025-06-30T04:46:41.356Z] 06:46:41 [2025-06-30T04:46:41.356Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/xnio/xnio-all/3.6.5.Final/xnio-all-3.6.5.Final.pom (6.9 kB at 215 kB/s) 06:46:41 [2025-06-30T04:46:41.356Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/xnio/xnio-nio/3.6.5.Final/xnio-nio-3.6.5.Final.pom 06:46:41 [2025-06-30T04:46:41.356Z] Progress (1): 4.1 kB 06:46:41 [2025-06-30T04:46:41.356Z] Progress (1): 7.9 kB 06:46:41 [2025-06-30T04:46:41.356Z] 06:46:41 [2025-06-30T04:46:41.356Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/xnio/xnio-nio/3.6.5.Final/xnio-nio-3.6.5.Final.pom (7.9 kB at 246 kB/s) 06:46:41 [2025-06-30T04:46:41.356Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/jboss-dmr/1.5.0.Final/jboss-dmr-1.5.0.Final.pom 06:46:41 [2025-06-30T04:46:41.356Z] Progress (1): 4.1 kB 06:46:41 [2025-06-30T04:46:41.356Z] Progress (1): 6.8 kB 06:46:41 [2025-06-30T04:46:41.356Z] 06:46:41 [2025-06-30T04:46:41.356Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/jboss-dmr/1.5.0.Final/jboss-dmr-1.5.0.Final.pom (6.8 kB at 213 kB/s) 06:46:41 [2025-06-30T04:46:41.356Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-impl-base/2.0.0/shrinkwrap-descriptors-impl-base-2.0.0.pom 06:46:41 [2025-06-30T04:46:41.356Z] Progress (1): 2.5 kB 06:46:41 [2025-06-30T04:46:41.356Z] 06:46:41 [2025-06-30T04:46:41.356Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-impl-base/2.0.0/shrinkwrap-descriptors-impl-base-2.0.0.pom (2.5 kB at 79 kB/s) 06:46:41 [2025-06-30T04:46:41.356Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/arquillian/wildfly-arquillian-protocol-jmx/3.0.1.Final/wildfly-arquillian-protocol-jmx-3.0.1.Final.pom 06:46:41 [2025-06-30T04:46:41.356Z] Progress (1): 2.4 kB 06:46:41 [2025-06-30T04:46:41.356Z] 06:46:41 [2025-06-30T04:46:41.356Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/arquillian/wildfly-arquillian-protocol-jmx/3.0.1.Final/wildfly-arquillian-protocol-jmx-3.0.1.Final.pom (2.4 kB at 77 kB/s) 06:46:41 [2025-06-30T04:46:41.356Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/arquillian/protocol/arquillian-protocol-jmx/1.6.0.Final/arquillian-protocol-jmx-1.6.0.Final.pom 06:46:41 [2025-06-30T04:46:41.607Z] Progress (1): 1.5 kB 06:46:41 [2025-06-30T04:46:41.607Z] 06:46:41 [2025-06-30T04:46:41.607Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/arquillian/protocol/arquillian-protocol-jmx/1.6.0.Final/arquillian-protocol-jmx-1.6.0.Final.pom (1.5 kB at 22 kB/s) 06:46:41 [2025-06-30T04:46:41.607Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/core/wildfly-jmx/13.0.0.Final/wildfly-jmx-13.0.0.Final.pom 06:46:41 [2025-06-30T04:46:41.607Z] Progress (1): 4.1 kB 06:46:41 [2025-06-30T04:46:41.607Z] Progress (1): 4.6 kB 06:46:41 [2025-06-30T04:46:41.607Z] 06:46:41 [2025-06-30T04:46:41.607Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/core/wildfly-jmx/13.0.0.Final/wildfly-jmx-13.0.0.Final.pom (4.6 kB at 139 kB/s) 06:46:41 [2025-06-30T04:46:41.607Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/remotingjmx/remoting-jmx/3.0.4.Final/remoting-jmx-3.0.4.Final.pom 06:46:41 [2025-06-30T04:46:41.607Z] Progress (1): 4.1 kB 06:46:41 [2025-06-30T04:46:41.607Z] Progress (1): 8.2 kB 06:46:41 [2025-06-30T04:46:41.607Z] Progress (1): 10 kB 06:46:41 [2025-06-30T04:46:41.607Z] 06:46:41 [2025-06-30T04:46:41.607Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/remotingjmx/remoting-jmx/3.0.4.Final/remoting-jmx-3.0.4.Final.pom (10 kB at 318 kB/s) 06:46:41 [2025-06-30T04:46:41.607Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/marshalling/jboss-marshalling/2.0.0.Final/jboss-marshalling-2.0.0.Final.pom 06:46:41 [2025-06-30T04:46:41.607Z] Progress (1): 4.1 kB 06:46:41 [2025-06-30T04:46:41.607Z] Progress (1): 4.3 kB 06:46:41 [2025-06-30T04:46:41.607Z] 06:46:41 [2025-06-30T04:46:41.607Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/marshalling/jboss-marshalling/2.0.0.Final/jboss-marshalling-2.0.0.Final.pom (4.3 kB at 120 kB/s) 06:46:41 [2025-06-30T04:46:41.607Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/marshalling/jboss-marshalling-parent/2.0.0.Final/jboss-marshalling-parent-2.0.0.Final.pom 06:46:41 [2025-06-30T04:46:41.607Z] Progress (1): 4.1 kB 06:46:41 [2025-06-30T04:46:41.607Z] Progress (1): 6.6 kB 06:46:41 [2025-06-30T04:46:41.607Z] 06:46:41 [2025-06-30T04:46:41.607Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/marshalling/jboss-marshalling-parent/2.0.0.Final/jboss-marshalling-parent-2.0.0.Final.pom (6.6 kB at 212 kB/s) 06:46:41 [2025-06-30T04:46:41.607Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/marshalling/jboss-marshalling-river/2.0.0.Final/jboss-marshalling-river-2.0.0.Final.pom 06:46:41 [2025-06-30T04:46:41.857Z] Progress (1): 1.6 kB 06:46:41 [2025-06-30T04:46:41.857Z] 06:46:41 [2025-06-30T04:46:41.857Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/marshalling/jboss-marshalling-river/2.0.0.Final/jboss-marshalling-river-2.0.0.Final.pom (1.6 kB at 50 kB/s) 06:46:41 [2025-06-30T04:46:41.857Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/remoting/jboss-remoting/5.0.0.Final/jboss-remoting-5.0.0.Final.pom 06:46:41 [2025-06-30T04:46:41.857Z] Progress (1): 4.1 kB 06:46:41 [2025-06-30T04:46:41.857Z] Progress (1): 8.2 kB 06:46:41 [2025-06-30T04:46:41.857Z] Progress (1): 12 kB 06:46:41 [2025-06-30T04:46:41.857Z] Progress (1): 14 kB 06:46:41 [2025-06-30T04:46:41.857Z] 06:46:41 [2025-06-30T04:46:41.857Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/remoting/jboss-remoting/5.0.0.Final/jboss-remoting-5.0.0.Final.pom (14 kB at 449 kB/s) 06:46:41 [2025-06-30T04:46:41.857Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/xnio/xnio-api/3.5.1.Final/xnio-api-3.5.1.Final.pom 06:46:41 [2025-06-30T04:46:41.857Z] Progress (1): 4.1 kB 06:46:41 [2025-06-30T04:46:41.857Z] Progress (1): 8.2 kB 06:46:41 [2025-06-30T04:46:41.857Z] Progress (1): 8.5 kB 06:46:41 [2025-06-30T04:46:41.857Z] 06:46:41 [2025-06-30T04:46:41.857Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/xnio/xnio-api/3.5.1.Final/xnio-api-3.5.1.Final.pom (8.5 kB at 267 kB/s) 06:46:41 [2025-06-30T04:46:41.857Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/xnio/xnio-all/3.5.1.Final/xnio-all-3.5.1.Final.pom 06:46:41 [2025-06-30T04:46:41.857Z] Progress (1): 4.1 kB 06:46:41 [2025-06-30T04:46:41.857Z] Progress (1): 6.6 kB 06:46:41 [2025-06-30T04:46:41.857Z] 06:46:41 [2025-06-30T04:46:41.857Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/xnio/xnio-all/3.5.1.Final/xnio-all-3.5.1.Final.pom (6.6 kB at 212 kB/s) 06:46:41 [2025-06-30T04:46:41.857Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/xnio/xnio-nio/3.5.1.Final/xnio-nio-3.5.1.Final.pom 06:46:41 [2025-06-30T04:46:41.857Z] Progress (1): 4.1 kB 06:46:41 [2025-06-30T04:46:41.857Z] Progress (1): 7.8 kB 06:46:41 [2025-06-30T04:46:41.857Z] 06:46:41 [2025-06-30T04:46:41.857Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/xnio/xnio-nio/3.5.1.Final/xnio-nio-3.5.1.Final.pom (7.8 kB at 252 kB/s) 06:46:41 [2025-06-30T04:46:41.857Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/marshalling/jboss-marshalling-river/2.0.9.Final/jboss-marshalling-river-2.0.9.Final.pom 06:46:41 [2025-06-30T04:46:41.857Z] Progress (1): 1.6 kB 06:46:41 [2025-06-30T04:46:41.857Z] 06:46:41 [2025-06-30T04:46:41.857Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/marshalling/jboss-marshalling-river/2.0.9.Final/jboss-marshalling-river-2.0.9.Final.pom (1.6 kB at 52 kB/s) 06:46:42 [2025-06-30T04:46:42.108Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/javax/javaee-api/8.0.1/javaee-api-8.0.1.jar 06:46:42 [2025-06-30T04:46:42.108Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/javax/activation/activation/1.1/activation-1.1.jar 06:46:42 [2025-06-30T04:46:42.108Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/sun/mail/javax.mail/1.6.2/javax.mail-1.6.2.jar 06:46:42 [2025-06-30T04:46:42.108Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/io/opencensus/opencensus-api/0.31.1/opencensus-api-0.31.1.jar 06:46:42 [2025-06-30T04:46:42.108Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/io/grpc/grpc-context/1.54.1/grpc-context-1.54.1.jar 06:46:42 [2025-06-30T04:46:42.108Z] Progress (1): 0/2.0 MB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (1): 0/2.0 MB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (1): 0/2.0 MB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (1): 0/2.0 MB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (1): 0/2.0 MB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (1): 0/2.0 MB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (1): 0.1/2.0 MB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (1): 0.1/2.0 MB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (1): 0.1/2.0 MB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (1): 0.1/2.0 MB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (2): 0.1/2.0 MB | 4.1/355 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (2): 0.1/2.0 MB | 7.6/355 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (2): 0.1/2.0 MB | 7.6/355 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (2): 0.1/2.0 MB | 7.6/355 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (2): 0.1/2.0 MB | 7.6/355 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (2): 0.1/2.0 MB | 7.6/355 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (2): 0.1/2.0 MB | 7.6/355 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (2): 0.1/2.0 MB | 7.6/355 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (2): 0.1/2.0 MB | 7.6/355 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (2): 0.1/2.0 MB | 7.6/355 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (2): 0.1/2.0 MB | 12/355 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (2): 0.1/2.0 MB | 16/355 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (2): 0.2/2.0 MB | 16/355 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (2): 0.2/2.0 MB | 20/355 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (2): 0.2/2.0 MB | 23/355 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (2): 0.2/2.0 MB | 23/355 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (2): 0.2/2.0 MB | 28/355 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (2): 0.2/2.0 MB | 32/355 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (2): 0.2/2.0 MB | 32/355 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (2): 0.2/2.0 MB | 32/355 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (2): 0.2/2.0 MB | 32/355 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (2): 0.2/2.0 MB | 32/355 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (2): 0.2/2.0 MB | 32/355 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (2): 0.2/2.0 MB | 32/355 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (2): 0.2/2.0 MB | 32/355 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (3): 0.2/2.0 MB | 32/355 kB | 4.1/31 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (4): 0.2/2.0 MB | 32/355 kB | 4.1/31 kB | 4.1/659 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (4): 0.2/2.0 MB | 32/355 kB | 7.6/31 kB | 4.1/659 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (4): 0.2/2.0 MB | 32/355 kB | 7.6/31 kB | 4.1/659 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (4): 0.2/2.0 MB | 32/355 kB | 7.6/31 kB | 7.6/659 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (4): 0.2/2.0 MB | 32/355 kB | 7.6/31 kB | 7.6/659 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (4): 0.2/2.0 MB | 36/355 kB | 7.6/31 kB | 7.6/659 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (4): 0.2/2.0 MB | 39/355 kB | 7.6/31 kB | 7.6/659 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (4): 0.2/2.0 MB | 39/355 kB | 7.6/31 kB | 7.6/659 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (4): 0.2/2.0 MB | 44/355 kB | 7.6/31 kB | 7.6/659 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (4): 0.3/2.0 MB | 44/355 kB | 7.6/31 kB | 7.6/659 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (4): 0.3/2.0 MB | 48/355 kB | 7.6/31 kB | 7.6/659 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (4): 0.3/2.0 MB | 52/355 kB | 7.6/31 kB | 7.6/659 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (4): 0.3/2.0 MB | 52/355 kB | 7.6/31 kB | 7.6/659 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (4): 0.3/2.0 MB | 55/355 kB | 7.6/31 kB | 7.6/659 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (4): 0.3/2.0 MB | 55/355 kB | 7.6/31 kB | 7.6/659 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (4): 0.3/2.0 MB | 60/355 kB | 7.6/31 kB | 7.6/659 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (4): 0.3/2.0 MB | 64/355 kB | 7.6/31 kB | 7.6/659 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (4): 0.3/2.0 MB | 64/355 kB | 7.6/31 kB | 7.6/659 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (4): 0.3/2.0 MB | 68/355 kB | 7.6/31 kB | 7.6/659 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (4): 0.3/2.0 MB | 71/355 kB | 7.6/31 kB | 7.6/659 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (4): 0.3/2.0 MB | 71/355 kB | 7.6/31 kB | 12/659 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (4): 0.3/2.0 MB | 74/355 kB | 7.6/31 kB | 12/659 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (4): 0.3/2.0 MB | 74/355 kB | 7.6/31 kB | 12/659 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (4): 0.3/2.0 MB | 74/355 kB | 7.6/31 kB | 16/659 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (4): 0.3/2.0 MB | 78/355 kB | 7.6/31 kB | 16/659 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (4): 0.3/2.0 MB | 82/355 kB | 7.6/31 kB | 16/659 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (4): 0.3/2.0 MB | 82/355 kB | 7.6/31 kB | 16/659 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (4): 0.3/2.0 MB | 86/355 kB | 7.6/31 kB | 16/659 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (4): 0.3/2.0 MB | 90/355 kB | 7.6/31 kB | 16/659 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (4): 0.3/2.0 MB | 90/355 kB | 7.6/31 kB | 16/659 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (4): 0.3/2.0 MB | 90/355 kB | 7.6/31 kB | 16/659 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (4): 0.3/2.0 MB | 90/355 kB | 7.6/31 kB | 20/659 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (4): 0.3/2.0 MB | 90/355 kB | 12/31 kB | 20/659 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (4): 0.3/2.0 MB | 90/355 kB | 12/31 kB | 20/659 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (4): 0.3/2.0 MB | 90/355 kB | 12/31 kB | 23/659 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (4): 0.3/2.0 MB | 90/355 kB | 16/31 kB | 23/659 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (4): 0.3/2.0 MB | 90/355 kB | 16/31 kB | 23/659 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (4): 0.3/2.0 MB | 90/355 kB | 16/31 kB | 23/659 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (4): 0.3/2.0 MB | 90/355 kB | 20/31 kB | 23/659 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (4): 0.3/2.0 MB | 90/355 kB | 20/31 kB | 28/659 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (4): 0.3/2.0 MB | 90/355 kB | 23/31 kB | 28/659 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (4): 0.3/2.0 MB | 90/355 kB | 23/31 kB | 32/659 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (5): 0.3/2.0 MB | 90/355 kB | 23/31 kB | 32/659 kB | 4.1/63 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (5): 0.3/2.0 MB | 94/355 kB | 23/31 kB | 32/659 kB | 4.1/63 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (5): 0.3/2.0 MB | 94/355 kB | 23/31 kB | 32/659 kB | 4.1/63 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (5): 0.3/2.0 MB | 98/355 kB | 23/31 kB | 32/659 kB | 4.1/63 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (5): 0.3/2.0 MB | 98/355 kB | 23/31 kB | 32/659 kB | 7.6/63 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (5): 0.3/2.0 MB | 102/355 kB | 23/31 kB | 32/659 kB | 7.6/63 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (5): 0.3/2.0 MB | 102/355 kB | 23/31 kB | 36/659 kB | 7.6/63 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (5): 0.3/2.0 MB | 102/355 kB | 28/31 kB | 36/659 kB | 7.6/63 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (5): 0.3/2.0 MB | 106/355 kB | 28/31 kB | 36/659 kB | 7.6/63 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (5): 0.3/2.0 MB | 106/355 kB | 28/31 kB | 39/659 kB | 7.6/63 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (5): 0.4/2.0 MB | 106/355 kB | 28/31 kB | 39/659 kB | 7.6/63 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (5): 0.4/2.0 MB | 106/355 kB | 31 kB | 39/659 kB | 7.6/63 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (5): 0.4/2.0 MB | 111/355 kB | 31 kB | 39/659 kB | 7.6/63 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (5): 0.4/2.0 MB | 115/355 kB | 31 kB | 39/659 kB | 7.6/63 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (5): 0.4/2.0 MB | 115/355 kB | 31 kB | 39/659 kB | 7.6/63 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (5): 0.4/2.0 MB | 119/355 kB | 31 kB | 39/659 kB | 7.6/63 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (5): 0.4/2.0 MB | 123/355 kB | 31 kB | 39/659 kB | 7.6/63 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (5): 0.4/2.0 MB | 123/355 kB | 31 kB | 39/659 kB | 7.6/63 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (5): 0.4/2.0 MB | 127/355 kB | 31 kB | 39/659 kB | 7.6/63 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (5): 0.4/2.0 MB | 131/355 kB | 31 kB | 39/659 kB | 7.6/63 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (5): 0.4/2.0 MB | 131/355 kB | 31 kB | 39/659 kB | 7.6/63 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (5): 0.4/2.0 MB | 135/355 kB | 31 kB | 39/659 kB | 7.6/63 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (5): 0.4/2.0 MB | 139/355 kB | 31 kB | 39/659 kB | 7.6/63 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (5): 0.4/2.0 MB | 139/355 kB | 31 kB | 39/659 kB | 7.6/63 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (5): 0.4/2.0 MB | 143/355 kB | 31 kB | 39/659 kB | 7.6/63 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (5): 0.4/2.0 MB | 147/355 kB | 31 kB | 39/659 kB | 7.6/63 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (5): 0.4/2.0 MB | 147/355 kB | 31 kB | 39/659 kB | 12/63 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (5): 0.4/2.0 MB | 147/355 kB | 31 kB | 39/659 kB | 12/63 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (5): 0.4/2.0 MB | 147/355 kB | 31 kB | 39/659 kB | 16/63 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (5): 0.4/2.0 MB | 151/355 kB | 31 kB | 39/659 kB | 16/63 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (5): 0.4/2.0 MB | 151/355 kB | 31 kB | 44/659 kB | 16/63 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (5): 0.4/2.0 MB | 155/355 kB | 31 kB | 44/659 kB | 16/63 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (5): 0.4/2.0 MB | 155/355 kB | 31 kB | 48/659 kB | 16/63 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (5): 0.4/2.0 MB | 155/355 kB | 31 kB | 48/659 kB | 16/63 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (5): 0.4/2.0 MB | 159/355 kB | 31 kB | 48/659 kB | 16/63 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (5): 0.4/2.0 MB | 163/355 kB | 31 kB | 48/659 kB | 16/63 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (5): 0.4/2.0 MB | 163/355 kB | 31 kB | 52/659 kB | 16/63 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (5): 0.4/2.0 MB | 163/355 kB | 31 kB | 52/659 kB | 16/63 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (5): 0.4/2.0 MB | 163/355 kB | 31 kB | 55/659 kB | 16/63 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (5): 0.4/2.0 MB | 167/355 kB | 31 kB | 55/659 kB | 16/63 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (5): 0.4/2.0 MB | 171/355 kB | 31 kB | 55/659 kB | 16/63 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (5): 0.4/2.0 MB | 171/355 kB | 31 kB | 55/659 kB | 16/63 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (5): 0.4/2.0 MB | 175/355 kB | 31 kB | 55/659 kB | 16/63 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (5): 0.4/2.0 MB | 175/355 kB | 31 kB | 60/659 kB | 16/63 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (5): 0.4/2.0 MB | 179/355 kB | 31 kB | 60/659 kB | 16/63 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (5): 0.4/2.0 MB | 179/355 kB | 31 kB | 64/659 kB | 16/63 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (5): 0.4/2.0 MB | 179/355 kB | 31 kB | 64/659 kB | 16/63 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (5): 0.4/2.0 MB | 179/355 kB | 31 kB | 64/659 kB | 20/63 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (5): 0.4/2.0 MB | 183/355 kB | 31 kB | 64/659 kB | 20/63 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (5): 0.4/2.0 MB | 183/355 kB | 31 kB | 68/659 kB | 20/63 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (5): 0.4/2.0 MB | 187/355 kB | 31 kB | 68/659 kB | 20/63 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (5): 0.4/2.0 MB | 187/355 kB | 31 kB | 71/659 kB | 20/63 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (5): 0.4/2.0 MB | 187/355 kB | 31 kB | 71/659 kB | 23/63 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (5): 0.4/2.0 MB | 187/355 kB | 31 kB | 74/659 kB | 23/63 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (5): 0.4/2.0 MB | 191/355 kB | 31 kB | 74/659 kB | 23/63 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (5): 0.4/2.0 MB | 191/355 kB | 31 kB | 74/659 kB | 23/63 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (5): 0.4/2.0 MB | 195/355 kB | 31 kB | 74/659 kB | 23/63 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (5): 0.4/2.0 MB | 195/355 kB | 31 kB | 78/659 kB | 23/63 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (5): 0.4/2.0 MB | 195/355 kB | 31 kB | 82/659 kB | 23/63 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (5): 0.4/2.0 MB | 195/355 kB | 31 kB | 82/659 kB | 23/63 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (5): 0.4/2.0 MB | 199/355 kB | 31 kB | 82/659 kB | 23/63 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (5): 0.4/2.0 MB | 199/355 kB | 31 kB | 82/659 kB | 28/63 kB 06:46:42 [2025-06-30T04:46:42.108Z] Progress (5): 0.4/2.0 MB | 203/355 kB | 31 kB | 82/659 kB | 28/63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (5): 0.4/2.0 MB | 203/355 kB | 31 kB | 86/659 kB | 28/63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (5): 0.4/2.0 MB | 203/355 kB | 31 kB | 86/659 kB | 32/63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (5): 0.5/2.0 MB | 203/355 kB | 31 kB | 86/659 kB | 32/63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (5): 0.5/2.0 MB | 207/355 kB | 31 kB | 86/659 kB | 32/63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (5): 0.5/2.0 MB | 207/355 kB | 31 kB | 90/659 kB | 32/63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (5): 0.5/2.0 MB | 211/355 kB | 31 kB | 90/659 kB | 32/63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (5): 0.5/2.0 MB | 211/355 kB | 31 kB | 90/659 kB | 32/63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (5): 0.5/2.0 MB | 211/355 kB | 31 kB | 90/659 kB | 36/63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (5): 0.5/2.0 MB | 211/355 kB | 31 kB | 94/659 kB | 36/63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (5): 0.5/2.0 MB | 215/355 kB | 31 kB | 94/659 kB | 36/63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (5): 0.5/2.0 MB | 215/355 kB | 31 kB | 98/659 kB | 36/63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (5): 0.5/2.0 MB | 215/355 kB | 31 kB | 98/659 kB | 39/63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (5): 0.5/2.0 MB | 215/355 kB | 31 kB | 98/659 kB | 39/63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (5): 0.5/2.0 MB | 219/355 kB | 31 kB | 98/659 kB | 39/63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (5): 0.5/2.0 MB | 219/355 kB | 31 kB | 102/659 kB | 39/63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (5): 0.5/2.0 MB | 223/355 kB | 31 kB | 102/659 kB | 39/63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (5): 0.5/2.0 MB | 227/355 kB | 31 kB | 102/659 kB | 39/63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (5): 0.5/2.0 MB | 227/355 kB | 31 kB | 102/659 kB | 39/63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (5): 0.5/2.0 MB | 229/355 kB | 31 kB | 102/659 kB | 39/63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (5): 0.5/2.0 MB | 229/355 kB | 31 kB | 102/659 kB | 44/63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (5): 0.5/2.0 MB | 229/355 kB | 31 kB | 106/659 kB | 44/63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (5): 0.5/2.0 MB | 229/355 kB | 31 kB | 106/659 kB | 44/63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (5): 0.5/2.0 MB | 229/355 kB | 31 kB | 106/659 kB | 48/63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (5): 0.5/2.0 MB | 233/355 kB | 31 kB | 106/659 kB | 48/63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (5): 0.5/2.0 MB | 238/355 kB | 31 kB | 106/659 kB | 48/63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (5): 0.5/2.0 MB | 238/355 kB | 31 kB | 106/659 kB | 48/63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (5): 0.5/2.0 MB | 242/355 kB | 31 kB | 106/659 kB | 48/63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (5): 0.5/2.0 MB | 242/355 kB | 31 kB | 111/659 kB | 48/63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (5): 0.5/2.0 MB | 246/355 kB | 31 kB | 111/659 kB | 48/63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (5): 0.5/2.0 MB | 246/355 kB | 31 kB | 111/659 kB | 48/63 kB 06:46:42 [2025-06-30T04:46:42.109Z] 06:46:42 [2025-06-30T04:46:42.109Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/io/grpc/grpc-context/1.54.1/grpc-context-1.54.1.jar (31 kB at 322 kB/s) 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.5/2.0 MB | 246/355 kB | 115/659 kB | 48/63 kB 06:46:42 [2025-06-30T04:46:42.109Z] 06:46:42 [2025-06-30T04:46:42.109Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/google/api-client/google-api-client/1.33.2/google-api-client-1.33.2.jar 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.5/2.0 MB | 250/355 kB | 115/659 kB | 48/63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.5/2.0 MB | 250/355 kB | 115/659 kB | 52/63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.5/2.0 MB | 250/355 kB | 115/659 kB | 52/63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.5/2.0 MB | 254/355 kB | 115/659 kB | 52/63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.5/2.0 MB | 254/355 kB | 115/659 kB | 55/63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.5/2.0 MB | 254/355 kB | 119/659 kB | 55/63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.5/2.0 MB | 258/355 kB | 119/659 kB | 55/63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.5/2.0 MB | 258/355 kB | 119/659 kB | 55/63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.5/2.0 MB | 262/355 kB | 119/659 kB | 55/63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.5/2.0 MB | 262/355 kB | 123/659 kB | 55/63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.5/2.0 MB | 262/355 kB | 123/659 kB | 60/63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.5/2.0 MB | 266/355 kB | 123/659 kB | 60/63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.5/2.0 MB | 266/355 kB | 123/659 kB | 60/63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.5/2.0 MB | 270/355 kB | 123/659 kB | 60/63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.5/2.0 MB | 270/355 kB | 123/659 kB | 63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.5/2.0 MB | 270/355 kB | 127/659 kB | 63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.5/2.0 MB | 274/355 kB | 127/659 kB | 63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.5/2.0 MB | 274/355 kB | 131/659 kB | 63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.5/2.0 MB | 274/355 kB | 131/659 kB | 63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.5/2.0 MB | 279/355 kB | 131/659 kB | 63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.5/2.0 MB | 279/355 kB | 135/659 kB | 63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.5/2.0 MB | 283/355 kB | 135/659 kB | 63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.5/2.0 MB | 283/355 kB | 135/659 kB | 63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.5/2.0 MB | 287/355 kB | 135/659 kB | 63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.5/2.0 MB | 287/355 kB | 139/659 kB | 63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.5/2.0 MB | 291/355 kB | 139/659 kB | 63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.5/2.0 MB | 291/355 kB | 139/659 kB | 63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.5/2.0 MB | 295/355 kB | 139/659 kB | 63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.5/2.0 MB | 295/355 kB | 143/659 kB | 63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.5/2.0 MB | 295/355 kB | 147/659 kB | 63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.6/2.0 MB | 295/355 kB | 147/659 kB | 63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.6/2.0 MB | 299/355 kB | 147/659 kB | 63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.6/2.0 MB | 303/355 kB | 147/659 kB | 63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.6/2.0 MB | 303/355 kB | 151/659 kB | 63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.6/2.0 MB | 303/355 kB | 151/659 kB | 63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.6/2.0 MB | 307/355 kB | 151/659 kB | 63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.6/2.0 MB | 307/355 kB | 155/659 kB | 63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.6/2.0 MB | 311/355 kB | 155/659 kB | 63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.6/2.0 MB | 311/355 kB | 155/659 kB | 63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.6/2.0 MB | 311/355 kB | 159/659 kB | 63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.6/2.0 MB | 315/355 kB | 159/659 kB | 63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.6/2.0 MB | 315/355 kB | 163/659 kB | 63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.6/2.0 MB | 319/355 kB | 163/659 kB | 63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.6/2.0 MB | 319/355 kB | 163/659 kB | 63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.6/2.0 MB | 323/355 kB | 163/659 kB | 63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.6/2.0 MB | 323/355 kB | 167/659 kB | 63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.6/2.0 MB | 327/355 kB | 167/659 kB | 63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.6/2.0 MB | 327/355 kB | 167/659 kB | 63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.6/2.0 MB | 327/355 kB | 171/659 kB | 63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.6/2.0 MB | 331/355 kB | 171/659 kB | 63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.6/2.0 MB | 331/355 kB | 171/659 kB | 63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.6/2.0 MB | 335/355 kB | 171/659 kB | 63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.6/2.0 MB | 335/355 kB | 175/659 kB | 63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.6/2.0 MB | 339/355 kB | 175/659 kB | 63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.6/2.0 MB | 339/355 kB | 175/659 kB | 63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.6/2.0 MB | 339/355 kB | 179/659 kB | 63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.6/2.0 MB | 343/355 kB | 179/659 kB | 63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.6/2.0 MB | 343/355 kB | 179/659 kB | 63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.6/2.0 MB | 347/355 kB | 179/659 kB | 63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.6/2.0 MB | 347/355 kB | 183/659 kB | 63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.6/2.0 MB | 351/355 kB | 183/659 kB | 63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.6/2.0 MB | 351/355 kB | 183/659 kB | 63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.6/2.0 MB | 351/355 kB | 187/659 kB | 63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.6/2.0 MB | 355/355 kB | 187/659 kB | 63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.6/2.0 MB | 355/355 kB | 187/659 kB | 63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.6/2.0 MB | 355 kB | 187/659 kB | 63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.6/2.0 MB | 355 kB | 191/659 kB | 63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.6/2.0 MB | 355 kB | 195/659 kB | 63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.6/2.0 MB | 355 kB | 195/659 kB | 63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.6/2.0 MB | 355 kB | 199/659 kB | 63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.6/2.0 MB | 355 kB | 199/659 kB | 63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.6/2.0 MB | 355 kB | 203/659 kB | 63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.6/2.0 MB | 355 kB | 207/659 kB | 63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.7/2.0 MB | 355 kB | 207/659 kB | 63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.7/2.0 MB | 355 kB | 211/659 kB | 63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.7/2.0 MB | 355 kB | 211/659 kB | 63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.7/2.0 MB | 355 kB | 215/659 kB | 63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.7/2.0 MB | 355 kB | 219/659 kB | 63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.7/2.0 MB | 355 kB | 219/659 kB | 63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.7/2.0 MB | 355 kB | 223/659 kB | 63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.7/2.0 MB | 355 kB | 227/659 kB | 63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.7/2.0 MB | 355 kB | 227/659 kB | 63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.7/2.0 MB | 355 kB | 229/659 kB | 63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.7/2.0 MB | 355 kB | 229/659 kB | 63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.7/2.0 MB | 355 kB | 233/659 kB | 63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.7/2.0 MB | 355 kB | 238/659 kB | 63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.7/2.0 MB | 355 kB | 238/659 kB | 63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.7/2.0 MB | 355 kB | 242/659 kB | 63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.7/2.0 MB | 355 kB | 242/659 kB | 63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.7/2.0 MB | 355 kB | 246/659 kB | 63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.7/2.0 MB | 355 kB | 246/659 kB | 63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.7/2.0 MB | 355 kB | 250/659 kB | 63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.7/2.0 MB | 355 kB | 254/659 kB | 63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.7/2.0 MB | 355 kB | 254/659 kB | 63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.7/2.0 MB | 355 kB | 258/659 kB | 63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.7/2.0 MB | 355 kB | 258/659 kB | 63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.7/2.0 MB | 355 kB | 262/659 kB | 63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.7/2.0 MB | 355 kB | 262/659 kB | 63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.7/2.0 MB | 355 kB | 266/659 kB | 63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.7/2.0 MB | 355 kB | 266/659 kB | 63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.7/2.0 MB | 355 kB | 270/659 kB | 63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.8/2.0 MB | 355 kB | 270/659 kB | 63 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (5): 0.8/2.0 MB | 355 kB | 270/659 kB | 63 kB | 4.1/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (5): 0.8/2.0 MB | 355 kB | 274/659 kB | 63 kB | 4.1/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (5): 0.8/2.0 MB | 355 kB | 274/659 kB | 63 kB | 4.1/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (5): 0.8/2.0 MB | 355 kB | 274/659 kB | 63 kB | 7.6/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (5): 0.8/2.0 MB | 355 kB | 279/659 kB | 63 kB | 7.6/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (5): 0.8/2.0 MB | 355 kB | 279/659 kB | 63 kB | 7.6/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (5): 0.8/2.0 MB | 355 kB | 279/659 kB | 63 kB | 12/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (5): 0.8/2.0 MB | 355 kB | 283/659 kB | 63 kB | 12/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (5): 0.8/2.0 MB | 355 kB | 283/659 kB | 63 kB | 12/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (5): 0.8/2.0 MB | 355 kB | 287/659 kB | 63 kB | 12/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (5): 0.8/2.0 MB | 355 kB | 287/659 kB | 63 kB | 16/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (5): 0.8/2.0 MB | 355 kB | 287/659 kB | 63 kB | 16/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (5): 0.8/2.0 MB | 355 kB | 291/659 kB | 63 kB | 16/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (5): 0.8/2.0 MB | 355 kB | 291/659 kB | 63 kB | 20/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (5): 0.8/2.0 MB | 355 kB | 291/659 kB | 63 kB | 20/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (5): 0.8/2.0 MB | 355 kB | 295/659 kB | 63 kB | 20/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (5): 0.8/2.0 MB | 355 kB | 295/659 kB | 63 kB | 23/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (5): 0.8/2.0 MB | 355 kB | 295/659 kB | 63 kB | 23/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (5): 0.8/2.0 MB | 355 kB | 299/659 kB | 63 kB | 23/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (5): 0.8/2.0 MB | 355 kB | 299/659 kB | 63 kB | 23/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (5): 0.8/2.0 MB | 355 kB | 299/659 kB | 63 kB | 28/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] 06:46:42 [2025-06-30T04:46:42.109Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/javax/activation/activation/1.1/activation-1.1.jar (63 kB at 543 kB/s) 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.8/2.0 MB | 355 kB | 303/659 kB | 28/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] 06:46:42 [2025-06-30T04:46:42.109Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/google/http-client/google-http-client-gson/1.41.2/google-http-client-gson-1.41.2.jar 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.8/2.0 MB | 355 kB | 303/659 kB | 28/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.8/2.0 MB | 355 kB | 303/659 kB | 32/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.8/2.0 MB | 355 kB | 307/659 kB | 32/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.8/2.0 MB | 355 kB | 307/659 kB | 32/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.8/2.0 MB | 355 kB | 307/659 kB | 36/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.8/2.0 MB | 355 kB | 311/659 kB | 36/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.8/2.0 MB | 355 kB | 311/659 kB | 39/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.8/2.0 MB | 355 kB | 315/659 kB | 39/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.8/2.0 MB | 355 kB | 319/659 kB | 39/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.8/2.0 MB | 355 kB | 319/659 kB | 39/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.8/2.0 MB | 355 kB | 323/659 kB | 39/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.8/2.0 MB | 355 kB | 323/659 kB | 39/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.8/2.0 MB | 355 kB | 327/659 kB | 39/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.9/2.0 MB | 355 kB | 327/659 kB | 39/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.9/2.0 MB | 355 kB | 331/659 kB | 39/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.9/2.0 MB | 355 kB | 335/659 kB | 39/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.9/2.0 MB | 355 kB | 335/659 kB | 39/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.9/2.0 MB | 355 kB | 339/659 kB | 39/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.9/2.0 MB | 355 kB | 339/659 kB | 39/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.9/2.0 MB | 355 kB | 343/659 kB | 39/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.9/2.0 MB | 355 kB | 343/659 kB | 39/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.9/2.0 MB | 355 kB | 347/659 kB | 39/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.9/2.0 MB | 355 kB | 347/659 kB | 39/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.9/2.0 MB | 355 kB | 351/659 kB | 39/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.9/2.0 MB | 355 kB | 351/659 kB | 39/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.9/2.0 MB | 355 kB | 355/659 kB | 39/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.9/2.0 MB | 355 kB | 355/659 kB | 39/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.9/2.0 MB | 355 kB | 359/659 kB | 39/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.9/2.0 MB | 355 kB | 359/659 kB | 39/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.9/2.0 MB | 355 kB | 359/659 kB | 39/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (4): 0.9/2.0 MB | 355 kB | 363/659 kB | 39/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] 06:46:42 [2025-06-30T04:46:42.109Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/io/opencensus/opencensus-api/0.31.1/opencensus-api-0.31.1.jar (355 kB at 3.0 MB/s) 06:46:42 [2025-06-30T04:46:42.109Z] Progress (3): 0.9/2.0 MB | 367/659 kB | 39/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (3): 0.9/2.0 MB | 367/659 kB | 39/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] 06:46:42 [2025-06-30T04:46:42.109Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/google/code/gson/gson/2.10.1/gson-2.10.1.jar 06:46:42 [2025-06-30T04:46:42.109Z] Progress (3): 0.9/2.0 MB | 367/659 kB | 44/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (3): 0.9/2.0 MB | 371/659 kB | 44/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (3): 0.9/2.0 MB | 371/659 kB | 44/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (3): 0.9/2.0 MB | 371/659 kB | 48/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (3): 0.9/2.0 MB | 371/659 kB | 48/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (3): 0.9/2.0 MB | 375/659 kB | 48/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (3): 1.0/2.0 MB | 375/659 kB | 48/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (3): 1.0/2.0 MB | 375/659 kB | 52/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (3): 1.0/2.0 MB | 375/659 kB | 52/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (3): 1.0/2.0 MB | 379/659 kB | 52/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (3): 1.0/2.0 MB | 379/659 kB | 55/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (3): 1.0/2.0 MB | 379/659 kB | 55/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (3): 1.0/2.0 MB | 383/659 kB | 55/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (3): 1.0/2.0 MB | 383/659 kB | 55/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (3): 1.0/2.0 MB | 387/659 kB | 55/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (3): 1.0/2.0 MB | 387/659 kB | 60/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (3): 1.0/2.0 MB | 387/659 kB | 60/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (3): 1.0/2.0 MB | 387/659 kB | 64/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (3): 1.0/2.0 MB | 391/659 kB | 64/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (3): 1.0/2.0 MB | 391/659 kB | 64/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (3): 1.0/2.0 MB | 393/659 kB | 64/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (3): 1.0/2.0 MB | 393/659 kB | 68/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (3): 1.0/2.0 MB | 393/659 kB | 68/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (3): 1.0/2.0 MB | 393/659 kB | 71/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (3): 1.0/2.0 MB | 397/659 kB | 71/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (3): 1.0/2.0 MB | 397/659 kB | 71/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (3): 1.0/2.0 MB | 397/659 kB | 74/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (3): 1.0/2.0 MB | 401/659 kB | 74/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (3): 1.0/2.0 MB | 401/659 kB | 74/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (3): 1.0/2.0 MB | 401/659 kB | 78/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (3): 1.0/2.0 MB | 401/659 kB | 78/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (3): 1.0/2.0 MB | 406/659 kB | 78/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (3): 1.0/2.0 MB | 406/659 kB | 82/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (3): 1.0/2.0 MB | 410/659 kB | 82/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (3): 1.0/2.0 MB | 410/659 kB | 82/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (3): 1.0/2.0 MB | 414/659 kB | 82/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (3): 1.0/2.0 MB | 414/659 kB | 82/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (3): 1.0/2.0 MB | 418/659 kB | 82/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (3): 1.0/2.0 MB | 418/659 kB | 82/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (3): 1.0/2.0 MB | 422/659 kB | 82/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (3): 1.1/2.0 MB | 422/659 kB | 82/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (3): 1.1/2.0 MB | 426/659 kB | 82/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (3): 1.1/2.0 MB | 426/659 kB | 82/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (3): 1.1/2.0 MB | 426/659 kB | 86/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (3): 1.1/2.0 MB | 426/659 kB | 86/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (3): 1.1/2.0 MB | 430/659 kB | 86/295 kB 06:46:42 [2025-06-30T04:46:42.109Z] Progress (3): 1.1/2.0 MB | 430/659 kB | 90/295 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (3): 1.1/2.0 MB | 434/659 kB | 90/295 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (3): 1.1/2.0 MB | 434/659 kB | 90/295 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (3): 1.1/2.0 MB | 434/659 kB | 94/295 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (3): 1.1/2.0 MB | 434/659 kB | 94/295 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (3): 1.1/2.0 MB | 438/659 kB | 94/295 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (3): 1.1/2.0 MB | 438/659 kB | 98/295 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (3): 1.1/2.0 MB | 442/659 kB | 98/295 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (3): 1.1/2.0 MB | 442/659 kB | 98/295 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (3): 1.1/2.0 MB | 442/659 kB | 102/295 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (3): 1.1/2.0 MB | 442/659 kB | 102/295 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (3): 1.1/2.0 MB | 446/659 kB | 102/295 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (3): 1.1/2.0 MB | 446/659 kB | 106/295 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (3): 1.1/2.0 MB | 451/659 kB | 106/295 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (3): 1.1/2.0 MB | 451/659 kB | 106/295 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (3): 1.1/2.0 MB | 451/659 kB | 106/295 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (3): 1.1/2.0 MB | 455/659 kB | 106/295 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (3): 1.1/2.0 MB | 459/659 kB | 106/295 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (3): 1.1/2.0 MB | 459/659 kB | 106/295 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (4): 1.1/2.0 MB | 459/659 kB | 106/295 kB | 4.1/10 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (4): 1.1/2.0 MB | 459/659 kB | 106/295 kB | 4.1/10 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (4): 1.1/2.0 MB | 463/659 kB | 106/295 kB | 4.1/10 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (4): 1.1/2.0 MB | 467/659 kB | 106/295 kB | 4.1/10 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (4): 1.1/2.0 MB | 467/659 kB | 106/295 kB | 7.6/10 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (4): 1.1/2.0 MB | 467/659 kB | 106/295 kB | 7.6/10 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (4): 1.1/2.0 MB | 471/659 kB | 106/295 kB | 7.6/10 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (4): 1.1/2.0 MB | 475/659 kB | 106/295 kB | 7.6/10 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (4): 1.2/2.0 MB | 475/659 kB | 106/295 kB | 7.6/10 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (4): 1.2/2.0 MB | 475/659 kB | 106/295 kB | 10 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (4): 1.2/2.0 MB | 479/659 kB | 106/295 kB | 10 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (4): 1.2/2.0 MB | 479/659 kB | 106/295 kB | 10 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (4): 1.2/2.0 MB | 479/659 kB | 111/295 kB | 10 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (4): 1.2/2.0 MB | 483/659 kB | 111/295 kB | 10 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (4): 1.2/2.0 MB | 483/659 kB | 115/295 kB | 10 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (4): 1.2/2.0 MB | 483/659 kB | 115/295 kB | 10 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (4): 1.2/2.0 MB | 487/659 kB | 115/295 kB | 10 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (4): 1.2/2.0 MB | 487/659 kB | 115/295 kB | 10 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (4): 1.2/2.0 MB | 487/659 kB | 119/295 kB | 10 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (4): 1.2/2.0 MB | 491/659 kB | 119/295 kB | 10 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (4): 1.2/2.0 MB | 491/659 kB | 119/295 kB | 10 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (4): 1.2/2.0 MB | 491/659 kB | 123/295 kB | 10 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (4): 1.2/2.0 MB | 491/659 kB | 123/295 kB | 10 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (4): 1.2/2.0 MB | 495/659 kB | 123/295 kB | 10 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (4): 1.2/2.0 MB | 495/659 kB | 127/295 kB | 10 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (4): 1.2/2.0 MB | 499/659 kB | 127/295 kB | 10 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (4): 1.2/2.0 MB | 499/659 kB | 127/295 kB | 10 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (4): 1.2/2.0 MB | 499/659 kB | 131/295 kB | 10 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (4): 1.2/2.0 MB | 503/659 kB | 131/295 kB | 10 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (4): 1.2/2.0 MB | 503/659 kB | 131/295 kB | 10 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (4): 1.2/2.0 MB | 503/659 kB | 135/295 kB | 10 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (4): 1.2/2.0 MB | 507/659 kB | 135/295 kB | 10 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (4): 1.2/2.0 MB | 507/659 kB | 139/295 kB | 10 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (4): 1.2/2.0 MB | 507/659 kB | 139/295 kB | 10 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.2/2.0 MB | 507/659 kB | 139/295 kB | 10 kB | 4.1/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.2/2.0 MB | 511/659 kB | 139/295 kB | 10 kB | 4.1/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.2/2.0 MB | 511/659 kB | 139/295 kB | 10 kB | 7.6/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.2/2.0 MB | 511/659 kB | 139/295 kB | 10 kB | 7.6/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.2/2.0 MB | 511/659 kB | 143/295 kB | 10 kB | 7.6/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.2/2.0 MB | 515/659 kB | 143/295 kB | 10 kB | 7.6/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.2/2.0 MB | 515/659 kB | 143/295 kB | 10 kB | 7.6/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.2/2.0 MB | 515/659 kB | 147/295 kB | 10 kB | 7.6/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.2/2.0 MB | 519/659 kB | 147/295 kB | 10 kB | 7.6/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.2/2.0 MB | 519/659 kB | 147/295 kB | 10 kB | 12/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.2/2.0 MB | 523/659 kB | 147/295 kB | 10 kB | 12/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.2/2.0 MB | 523/659 kB | 147/295 kB | 10 kB | 12/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.2/2.0 MB | 523/659 kB | 147/295 kB | 10 kB | 16/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.2/2.0 MB | 527/659 kB | 147/295 kB | 10 kB | 16/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.2/2.0 MB | 527/659 kB | 147/295 kB | 10 kB | 20/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.2/2.0 MB | 531/659 kB | 147/295 kB | 10 kB | 20/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.3/2.0 MB | 531/659 kB | 147/295 kB | 10 kB | 20/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.3/2.0 MB | 531/659 kB | 151/295 kB | 10 kB | 20/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.3/2.0 MB | 531/659 kB | 151/295 kB | 10 kB | 23/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.3/2.0 MB | 531/659 kB | 151/295 kB | 10 kB | 23/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.3/2.0 MB | 535/659 kB | 151/295 kB | 10 kB | 23/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.3/2.0 MB | 535/659 kB | 155/295 kB | 10 kB | 23/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.3/2.0 MB | 539/659 kB | 155/295 kB | 10 kB | 23/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.3/2.0 MB | 539/659 kB | 155/295 kB | 10 kB | 23/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.3/2.0 MB | 539/659 kB | 155/295 kB | 10 kB | 28/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.3/2.0 MB | 539/659 kB | 159/295 kB | 10 kB | 28/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.3/2.0 MB | 539/659 kB | 159/295 kB | 10 kB | 28/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.3/2.0 MB | 539/659 kB | 163/295 kB | 10 kB | 28/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.3/2.0 MB | 543/659 kB | 163/295 kB | 10 kB | 28/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.3/2.0 MB | 543/659 kB | 163/295 kB | 10 kB | 32/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.3/2.0 MB | 547/659 kB | 163/295 kB | 10 kB | 32/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.3/2.0 MB | 547/659 kB | 163/295 kB | 10 kB | 32/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.3/2.0 MB | 547/659 kB | 163/295 kB | 10 kB | 36/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.3/2.0 MB | 547/659 kB | 167/295 kB | 10 kB | 36/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.3/2.0 MB | 547/659 kB | 167/295 kB | 10 kB | 39/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.3/2.0 MB | 551/659 kB | 167/295 kB | 10 kB | 39/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.3/2.0 MB | 551/659 kB | 171/295 kB | 10 kB | 39/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.3/2.0 MB | 551/659 kB | 171/295 kB | 10 kB | 44/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.3/2.0 MB | 551/659 kB | 171/295 kB | 10 kB | 44/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.3/2.0 MB | 551/659 kB | 175/295 kB | 10 kB | 44/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.3/2.0 MB | 551/659 kB | 175/295 kB | 10 kB | 48/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.3/2.0 MB | 555/659 kB | 175/295 kB | 10 kB | 48/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.3/2.0 MB | 555/659 kB | 175/295 kB | 10 kB | 48/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.3/2.0 MB | 555/659 kB | 179/295 kB | 10 kB | 48/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.3/2.0 MB | 555/659 kB | 179/295 kB | 10 kB | 48/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.3/2.0 MB | 555/659 kB | 179/295 kB | 10 kB | 52/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.3/2.0 MB | 559/659 kB | 179/295 kB | 10 kB | 52/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.3/2.0 MB | 559/659 kB | 179/295 kB | 10 kB | 52/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.3/2.0 MB | 559/659 kB | 179/295 kB | 10 kB | 55/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.3/2.0 MB | 559/659 kB | 183/295 kB | 10 kB | 55/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.3/2.0 MB | 563/659 kB | 183/295 kB | 10 kB | 55/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.3/2.0 MB | 563/659 kB | 183/295 kB | 10 kB | 60/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.3/2.0 MB | 563/659 kB | 187/295 kB | 10 kB | 60/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.3/2.0 MB | 563/659 kB | 187/295 kB | 10 kB | 60/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.3/2.0 MB | 567/659 kB | 187/295 kB | 10 kB | 60/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.3/2.0 MB | 567/659 kB | 187/295 kB | 10 kB | 64/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.3/2.0 MB | 571/659 kB | 187/295 kB | 10 kB | 64/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.3/2.0 MB | 571/659 kB | 187/295 kB | 10 kB | 64/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.3/2.0 MB | 571/659 kB | 191/295 kB | 10 kB | 64/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.3/2.0 MB | 573/659 kB | 191/295 kB | 10 kB | 64/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.3/2.0 MB | 573/659 kB | 191/295 kB | 10 kB | 68/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.3/2.0 MB | 573/659 kB | 191/295 kB | 10 kB | 68/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.3/2.0 MB | 578/659 kB | 191/295 kB | 10 kB | 68/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.3/2.0 MB | 578/659 kB | 195/295 kB | 10 kB | 68/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.3/2.0 MB | 582/659 kB | 195/295 kB | 10 kB | 68/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.4/2.0 MB | 582/659 kB | 195/295 kB | 10 kB | 68/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.4/2.0 MB | 582/659 kB | 195/295 kB | 10 kB | 71/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.4/2.0 MB | 582/659 kB | 199/295 kB | 10 kB | 71/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.4/2.0 MB | 582/659 kB | 199/295 kB | 10 kB | 74/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.4/2.0 MB | 582/659 kB | 199/295 kB | 10 kB | 74/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.4/2.0 MB | 586/659 kB | 199/295 kB | 10 kB | 74/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.4/2.0 MB | 586/659 kB | 199/295 kB | 10 kB | 78/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.4/2.0 MB | 586/659 kB | 203/295 kB | 10 kB | 78/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.4/2.0 MB | 590/659 kB | 203/295 kB | 10 kB | 78/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.4/2.0 MB | 590/659 kB | 203/295 kB | 10 kB | 82/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.4/2.0 MB | 590/659 kB | 207/295 kB | 10 kB | 82/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.4/2.0 MB | 590/659 kB | 207/295 kB | 10 kB | 82/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.4/2.0 MB | 594/659 kB | 207/295 kB | 10 kB | 82/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.4/2.0 MB | 594/659 kB | 207/295 kB | 10 kB | 86/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.4/2.0 MB | 598/659 kB | 207/295 kB | 10 kB | 86/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.4/2.0 MB | 598/659 kB | 211/295 kB | 10 kB | 86/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.4/2.0 MB | 598/659 kB | 211/295 kB | 10 kB | 90/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.4/2.0 MB | 598/659 kB | 211/295 kB | 10 kB | 90/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.4/2.0 MB | 602/659 kB | 211/295 kB | 10 kB | 90/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.4/2.0 MB | 602/659 kB | 215/295 kB | 10 kB | 90/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.4/2.0 MB | 602/659 kB | 215/295 kB | 10 kB | 94/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.4/2.0 MB | 602/659 kB | 219/295 kB | 10 kB | 94/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.4/2.0 MB | 606/659 kB | 219/295 kB | 10 kB | 94/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.4/2.0 MB | 606/659 kB | 219/295 kB | 10 kB | 94/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.4/2.0 MB | 606/659 kB | 223/295 kB | 10 kB | 94/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.4/2.0 MB | 610/659 kB | 223/295 kB | 10 kB | 94/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.4/2.0 MB | 610/659 kB | 223/295 kB | 10 kB | 98/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.4/2.0 MB | 614/659 kB | 223/295 kB | 10 kB | 98/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.4/2.0 MB | 614/659 kB | 223/295 kB | 10 kB | 98/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.4/2.0 MB | 614/659 kB | 223/295 kB | 10 kB | 102/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.4/2.0 MB | 614/659 kB | 227/295 kB | 10 kB | 102/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.4/2.0 MB | 618/659 kB | 227/295 kB | 10 kB | 102/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.4/2.0 MB | 618/659 kB | 227/295 kB | 10 kB | 102/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.4/2.0 MB | 618/659 kB | 227/295 kB | 10 kB | 106/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.4/2.0 MB | 618/659 kB | 229/295 kB | 10 kB | 106/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.4/2.0 MB | 623/659 kB | 229/295 kB | 10 kB | 106/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.4/2.0 MB | 623/659 kB | 229/295 kB | 10 kB | 111/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.4/2.0 MB | 623/659 kB | 229/295 kB | 10 kB | 111/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.4/2.0 MB | 623/659 kB | 233/295 kB | 10 kB | 111/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.4/2.0 MB | 623/659 kB | 233/295 kB | 10 kB | 115/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.4/2.0 MB | 627/659 kB | 233/295 kB | 10 kB | 115/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.4/2.0 MB | 627/659 kB | 233/295 kB | 10 kB | 115/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.4/2.0 MB | 627/659 kB | 238/295 kB | 10 kB | 115/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.4/2.0 MB | 631/659 kB | 238/295 kB | 10 kB | 115/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.4/2.0 MB | 631/659 kB | 238/295 kB | 10 kB | 119/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.4/2.0 MB | 631/659 kB | 238/295 kB | 10 kB | 119/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.4/2.0 MB | 631/659 kB | 242/295 kB | 10 kB | 119/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.4/2.0 MB | 631/659 kB | 242/295 kB | 10 kB | 123/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.4/2.0 MB | 635/659 kB | 242/295 kB | 10 kB | 123/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.4/2.0 MB | 635/659 kB | 246/295 kB | 10 kB | 123/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.4/2.0 MB | 635/659 kB | 246/295 kB | 10 kB | 123/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.4/2.0 MB | 635/659 kB | 246/295 kB | 10 kB | 127/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.4/2.0 MB | 639/659 kB | 246/295 kB | 10 kB | 127/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.4/2.0 MB | 639/659 kB | 250/295 kB | 10 kB | 127/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.4/2.0 MB | 639/659 kB | 250/295 kB | 10 kB | 131/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.4/2.0 MB | 639/659 kB | 254/295 kB | 10 kB | 131/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.4/2.0 MB | 639/659 kB | 254/295 kB | 10 kB | 131/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.4/2.0 MB | 643/659 kB | 254/295 kB | 10 kB | 131/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.4/2.0 MB | 643/659 kB | 254/295 kB | 10 kB | 135/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.4/2.0 MB | 643/659 kB | 258/295 kB | 10 kB | 135/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.4/2.0 MB | 643/659 kB | 258/295 kB | 10 kB | 139/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.4/2.0 MB | 643/659 kB | 258/295 kB | 10 kB | 139/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.4/2.0 MB | 643/659 kB | 262/295 kB | 10 kB | 139/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.4/2.0 MB | 647/659 kB | 262/295 kB | 10 kB | 139/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (5): 1.4/2.0 MB | 647/659 kB | 262/295 kB | 10 kB | 143/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] 06:46:42 [2025-06-30T04:46:42.110Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/google/http-client/google-http-client-gson/1.41.2/google-http-client-gson-1.41.2.jar (10 kB at 68 kB/s) 06:46:42 [2025-06-30T04:46:42.110Z] Progress (4): 1.4/2.0 MB | 651/659 kB | 262/295 kB | 143/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (4): 1.5/2.0 MB | 651/659 kB | 262/295 kB | 143/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] 06:46:42 [2025-06-30T04:46:42.110Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/google/http-client/google-http-client/1.41.2/google-http-client-1.41.2.jar 06:46:42 [2025-06-30T04:46:42.110Z] Progress (4): 1.5/2.0 MB | 651/659 kB | 262/295 kB | 147/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (4): 1.5/2.0 MB | 651/659 kB | 266/295 kB | 147/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (4): 1.5/2.0 MB | 655/659 kB | 266/295 kB | 147/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (4): 1.5/2.0 MB | 655/659 kB | 266/295 kB | 151/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (4): 1.5/2.0 MB | 655/659 kB | 270/295 kB | 151/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (4): 1.5/2.0 MB | 655/659 kB | 270/295 kB | 151/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (4): 1.5/2.0 MB | 659 kB | 270/295 kB | 151/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (4): 1.5/2.0 MB | 659 kB | 270/295 kB | 155/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (4): 1.5/2.0 MB | 659 kB | 274/295 kB | 155/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (4): 1.5/2.0 MB | 659 kB | 274/295 kB | 155/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (4): 1.5/2.0 MB | 659 kB | 274/295 kB | 159/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (4): 1.5/2.0 MB | 659 kB | 278/295 kB | 159/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (4): 1.5/2.0 MB | 659 kB | 278/295 kB | 163/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (4): 1.5/2.0 MB | 659 kB | 278/295 kB | 163/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (4): 1.5/2.0 MB | 659 kB | 278/295 kB | 167/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (4): 1.5/2.0 MB | 659 kB | 282/295 kB | 167/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (4): 1.5/2.0 MB | 659 kB | 282/295 kB | 167/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (4): 1.5/2.0 MB | 659 kB | 282/295 kB | 171/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (4): 1.5/2.0 MB | 659 kB | 286/295 kB | 171/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (4): 1.5/2.0 MB | 659 kB | 286/295 kB | 171/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (4): 1.5/2.0 MB | 659 kB | 286/295 kB | 175/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (4): 1.5/2.0 MB | 659 kB | 286/295 kB | 179/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (4): 1.5/2.0 MB | 659 kB | 286/295 kB | 179/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (4): 1.5/2.0 MB | 659 kB | 290/295 kB | 179/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (4): 1.5/2.0 MB | 659 kB | 290/295 kB | 183/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (4): 1.5/2.0 MB | 659 kB | 294/295 kB | 183/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (4): 1.5/2.0 MB | 659 kB | 294/295 kB | 187/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (4): 1.5/2.0 MB | 659 kB | 294/295 kB | 187/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (4): 1.5/2.0 MB | 659 kB | 295 kB | 187/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (4): 1.5/2.0 MB | 659 kB | 295 kB | 191/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (4): 1.5/2.0 MB | 659 kB | 295 kB | 191/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (4): 1.5/2.0 MB | 659 kB | 295 kB | 195/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (4): 1.5/2.0 MB | 659 kB | 295 kB | 195/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (4): 1.5/2.0 MB | 659 kB | 295 kB | 199/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (4): 1.5/2.0 MB | 659 kB | 295 kB | 203/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (4): 1.5/2.0 MB | 659 kB | 295 kB | 203/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (4): 1.5/2.0 MB | 659 kB | 295 kB | 207/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (4): 1.5/2.0 MB | 659 kB | 295 kB | 207/283 kB 06:46:42 [2025-06-30T04:46:42.110Z] Progress (4): 1.5/2.0 MB | 659 kB | 295 kB | 211/283 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 1.6/2.0 MB | 659 kB | 295 kB | 211/283 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 1.6/2.0 MB | 659 kB | 295 kB | 215/283 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 1.6/2.0 MB | 659 kB | 295 kB | 219/283 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 1.6/2.0 MB | 659 kB | 295 kB | 219/283 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 1.6/2.0 MB | 659 kB | 295 kB | 223/283 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 1.6/2.0 MB | 659 kB | 295 kB | 223/283 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 1.6/2.0 MB | 659 kB | 295 kB | 227/283 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 1.6/2.0 MB | 659 kB | 295 kB | 229/283 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 1.6/2.0 MB | 659 kB | 295 kB | 229/283 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 1.6/2.0 MB | 659 kB | 295 kB | 233/283 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 1.6/2.0 MB | 659 kB | 295 kB | 233/283 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 1.6/2.0 MB | 659 kB | 295 kB | 238/283 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 1.6/2.0 MB | 659 kB | 295 kB | 238/283 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 1.6/2.0 MB | 659 kB | 295 kB | 242/283 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 1.6/2.0 MB | 659 kB | 295 kB | 246/283 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 1.6/2.0 MB | 659 kB | 295 kB | 246/283 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 1.6/2.0 MB | 659 kB | 295 kB | 250/283 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 1.6/2.0 MB | 659 kB | 295 kB | 250/283 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 1.6/2.0 MB | 659 kB | 295 kB | 254/283 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 1.6/2.0 MB | 659 kB | 295 kB | 254/283 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 1.6/2.0 MB | 659 kB | 295 kB | 258/283 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 1.6/2.0 MB | 659 kB | 295 kB | 258/283 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 1.6/2.0 MB | 659 kB | 295 kB | 262/283 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 1.6/2.0 MB | 659 kB | 295 kB | 262/283 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 1.6/2.0 MB | 659 kB | 295 kB | 266/283 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 1.6/2.0 MB | 659 kB | 295 kB | 270/283 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 1.6/2.0 MB | 659 kB | 295 kB | 270/283 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 1.6/2.0 MB | 659 kB | 295 kB | 274/283 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 1.7/2.0 MB | 659 kB | 295 kB | 274/283 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 1.7/2.0 MB | 659 kB | 295 kB | 278/283 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 1.7/2.0 MB | 659 kB | 295 kB | 278/283 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 1.7/2.0 MB | 659 kB | 295 kB | 282/283 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 1.7/2.0 MB | 659 kB | 295 kB | 283 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 1.7/2.0 MB | 659 kB | 295 kB | 283 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 1.7/2.0 MB | 659 kB | 295 kB | 283 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 1.7/2.0 MB | 659 kB | 295 kB | 283 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 1.7/2.0 MB | 659 kB | 295 kB | 283 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 1.7/2.0 MB | 659 kB | 295 kB | 283 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 1.7/2.0 MB | 659 kB | 295 kB | 283 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 1.7/2.0 MB | 659 kB | 295 kB | 283 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 1.7/2.0 MB | 659 kB | 295 kB | 283 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 1.7/2.0 MB | 659 kB | 295 kB | 283 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 1.7/2.0 MB | 659 kB | 295 kB | 283 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 1.8/2.0 MB | 659 kB | 295 kB | 283 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 1.8/2.0 MB | 659 kB | 295 kB | 283 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 1.8/2.0 MB | 659 kB | 295 kB | 283 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 1.8/2.0 MB | 659 kB | 295 kB | 283 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 1.8/2.0 MB | 659 kB | 295 kB | 283 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 1.8/2.0 MB | 659 kB | 295 kB | 283 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 1.8/2.0 MB | 659 kB | 295 kB | 283 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 1.8/2.0 MB | 659 kB | 295 kB | 283 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 1.8/2.0 MB | 659 kB | 295 kB | 283 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 1.8/2.0 MB | 659 kB | 295 kB | 283 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 1.8/2.0 MB | 659 kB | 295 kB | 283 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 1.8/2.0 MB | 659 kB | 295 kB | 283 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 1.9/2.0 MB | 659 kB | 295 kB | 283 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 1.9/2.0 MB | 659 kB | 295 kB | 283 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 1.9/2.0 MB | 659 kB | 295 kB | 283 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 1.9/2.0 MB | 659 kB | 295 kB | 283 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 1.9/2.0 MB | 659 kB | 295 kB | 283 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 1.9/2.0 MB | 659 kB | 295 kB | 283 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 1.9/2.0 MB | 659 kB | 295 kB | 283 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 1.9/2.0 MB | 659 kB | 295 kB | 283 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 1.9/2.0 MB | 659 kB | 295 kB | 283 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 1.9/2.0 MB | 659 kB | 295 kB | 283 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 1.9/2.0 MB | 659 kB | 295 kB | 283 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 1.9/2.0 MB | 659 kB | 295 kB | 283 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 1.9/2.0 MB | 659 kB | 295 kB | 283 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 2.0/2.0 MB | 659 kB | 295 kB | 283 kB 06:46:42 [2025-06-30T04:46:42.111Z] 06:46:42 [2025-06-30T04:46:42.111Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/google/api-client/google-api-client/1.33.2/google-api-client-1.33.2.jar (295 kB at 1.7 MB/s) 06:46:42 [2025-06-30T04:46:42.111Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/io/opencensus/opencensus-contrib-http-util/0.30.0/opencensus-contrib-http-util-0.30.0.jar 06:46:42 [2025-06-30T04:46:42.111Z] Progress (3): 2.0/2.0 MB | 659 kB | 283 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (3): 2.0/2.0 MB | 659 kB | 283 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (3): 2.0/2.0 MB | 659 kB | 283 kB 06:46:42 [2025-06-30T04:46:42.111Z] 06:46:42 [2025-06-30T04:46:42.111Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/sun/mail/javax.mail/1.6.2/javax.mail-1.6.2.jar (659 kB at 3.8 MB/s) 06:46:42 [2025-06-30T04:46:42.111Z] Progress (2): 2.0 MB | 283 kB 06:46:42 [2025-06-30T04:46:42.111Z] 06:46:42 [2025-06-30T04:46:42.111Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/google/auth/google-auth-library-oauth2-http/1.4.0/google-auth-library-oauth2-http-1.4.0.jar 06:46:42 [2025-06-30T04:46:42.111Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/google/code/gson/gson/2.10.1/gson-2.10.1.jar (283 kB at 1.6 MB/s) 06:46:42 [2025-06-30T04:46:42.111Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/google/auth/google-auth-library-credentials/1.4.0/google-auth-library-credentials-1.4.0.jar 06:46:42 [2025-06-30T04:46:42.111Z] Progress (2): 2.0 MB | 4.1/289 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (2): 2.0 MB | 7.6/289 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (2): 2.0 MB | 12/289 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (2): 2.0 MB | 16/289 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (2): 2.0 MB | 20/289 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (2): 2.0 MB | 23/289 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (2): 2.0 MB | 28/289 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (2): 2.0 MB | 32/289 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (2): 2.0 MB | 36/289 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (2): 2.0 MB | 39/289 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (2): 2.0 MB | 44/289 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (2): 2.0 MB | 48/289 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (2): 2.0 MB | 52/289 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (2): 2.0 MB | 55/289 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (2): 2.0 MB | 60/289 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (2): 2.0 MB | 64/289 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (2): 2.0 MB | 68/289 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (2): 2.0 MB | 71/289 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (2): 2.0 MB | 74/289 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (2): 2.0 MB | 78/289 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (2): 2.0 MB | 82/289 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (2): 2.0 MB | 86/289 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (2): 2.0 MB | 90/289 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (2): 2.0 MB | 94/289 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (2): 2.0 MB | 98/289 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (2): 2.0 MB | 102/289 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (2): 2.0 MB | 106/289 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (2): 2.0 MB | 111/289 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (2): 2.0 MB | 115/289 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (2): 2.0 MB | 119/289 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (2): 2.0 MB | 123/289 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (2): 2.0 MB | 127/289 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (2): 2.0 MB | 131/289 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (2): 2.0 MB | 135/289 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (2): 2.0 MB | 139/289 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (2): 2.0 MB | 143/289 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (2): 2.0 MB | 147/289 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (2): 2.0 MB | 151/289 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (2): 2.0 MB | 155/289 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (3): 2.0 MB | 155/289 kB | 4.1/23 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (3): 2.0 MB | 159/289 kB | 4.1/23 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (3): 2.0 MB | 163/289 kB | 4.1/23 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (3): 2.0 MB | 163/289 kB | 7.6/23 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (3): 2.0 MB | 167/289 kB | 7.6/23 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (3): 2.0 MB | 171/289 kB | 7.6/23 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 2.0 MB | 171/289 kB | 7.6/23 kB | 4.1/193 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 2.0 MB | 175/289 kB | 7.6/23 kB | 4.1/193 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 2.0 MB | 175/289 kB | 12/23 kB | 4.1/193 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 2.0 MB | 179/289 kB | 12/23 kB | 4.1/193 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 2.0 MB | 179/289 kB | 12/23 kB | 7.6/193 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 2.0 MB | 179/289 kB | 16/23 kB | 7.6/193 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 2.0 MB | 183/289 kB | 16/23 kB | 7.6/193 kB 06:46:42 [2025-06-30T04:46:42.111Z] 06:46:42 [2025-06-30T04:46:42.111Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/javax/javaee-api/8.0.1/javaee-api-8.0.1.jar (2.0 MB at 10 MB/s) 06:46:42 [2025-06-30T04:46:42.111Z] Progress (3): 187/289 kB | 16/23 kB | 7.6/193 kB 06:46:42 [2025-06-30T04:46:42.111Z] 06:46:42 [2025-06-30T04:46:42.111Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/google/apis/google-api-services-admin-directory/directory_v1-rev20220125-1.32.1/google-api-services-admin-directory-directory_v1-rev20220125-1.32.1.jar 06:46:42 [2025-06-30T04:46:42.111Z] Progress (3): 187/289 kB | 16/23 kB | 12/193 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (3): 187/289 kB | 20/23 kB | 12/193 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (3): 191/289 kB | 20/23 kB | 12/193 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (3): 191/289 kB | 20/23 kB | 16/193 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (3): 195/289 kB | 20/23 kB | 16/193 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (3): 195/289 kB | 23 kB | 16/193 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (3): 199/289 kB | 23 kB | 16/193 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (3): 199/289 kB | 23 kB | 20/193 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (3): 203/289 kB | 23 kB | 20/193 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (3): 203/289 kB | 23 kB | 23/193 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (3): 207/289 kB | 23 kB | 23/193 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (3): 211/289 kB | 23 kB | 23/193 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (3): 211/289 kB | 23 kB | 28/193 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (3): 215/289 kB | 23 kB | 28/193 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (3): 215/289 kB | 23 kB | 32/193 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (3): 219/289 kB | 23 kB | 32/193 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (3): 219/289 kB | 23 kB | 36/193 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (3): 223/289 kB | 23 kB | 36/193 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (3): 223/289 kB | 23 kB | 39/193 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (3): 227/289 kB | 23 kB | 39/193 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (3): 229/289 kB | 23 kB | 39/193 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (3): 229/289 kB | 23 kB | 44/193 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (3): 229/289 kB | 23 kB | 48/193 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (3): 233/289 kB | 23 kB | 48/193 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (3): 238/289 kB | 23 kB | 48/193 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (3): 238/289 kB | 23 kB | 52/193 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (3): 238/289 kB | 23 kB | 55/193 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (3): 242/289 kB | 23 kB | 55/193 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (3): 246/289 kB | 23 kB | 55/193 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (3): 246/289 kB | 23 kB | 60/193 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (3): 246/289 kB | 23 kB | 64/193 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (3): 250/289 kB | 23 kB | 64/193 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (3): 250/289 kB | 23 kB | 68/193 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (3): 254/289 kB | 23 kB | 68/193 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (3): 254/289 kB | 23 kB | 71/193 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (3): 254/289 kB | 23 kB | 74/193 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (3): 258/289 kB | 23 kB | 74/193 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (3): 262/289 kB | 23 kB | 74/193 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (3): 266/289 kB | 23 kB | 74/193 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (3): 270/289 kB | 23 kB | 74/193 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (3): 274/289 kB | 23 kB | 74/193 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 274/289 kB | 23 kB | 74/193 kB | 4.1/5.7 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 278/289 kB | 23 kB | 74/193 kB | 4.1/5.7 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 278/289 kB | 23 kB | 74/193 kB | 5.7 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 282/289 kB | 23 kB | 74/193 kB | 5.7 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 286/289 kB | 23 kB | 74/193 kB | 5.7 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 289 kB | 23 kB | 74/193 kB | 5.7 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 289 kB | 23 kB | 78/193 kB | 5.7 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 289 kB | 23 kB | 82/193 kB | 5.7 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 289 kB | 23 kB | 86/193 kB | 5.7 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 289 kB | 23 kB | 90/193 kB | 5.7 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 289 kB | 23 kB | 94/193 kB | 5.7 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 289 kB | 23 kB | 98/193 kB | 5.7 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 289 kB | 23 kB | 102/193 kB | 5.7 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 289 kB | 23 kB | 106/193 kB | 5.7 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 289 kB | 23 kB | 111/193 kB | 5.7 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 289 kB | 23 kB | 115/193 kB | 5.7 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 289 kB | 23 kB | 119/193 kB | 5.7 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 289 kB | 23 kB | 123/193 kB | 5.7 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 289 kB | 23 kB | 127/193 kB | 5.7 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 289 kB | 23 kB | 131/193 kB | 5.7 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 289 kB | 23 kB | 135/193 kB | 5.7 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 289 kB | 23 kB | 139/193 kB | 5.7 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 289 kB | 23 kB | 143/193 kB | 5.7 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 289 kB | 23 kB | 147/193 kB | 5.7 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 289 kB | 23 kB | 151/193 kB | 5.7 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 289 kB | 23 kB | 155/193 kB | 5.7 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 289 kB | 23 kB | 159/193 kB | 5.7 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 289 kB | 23 kB | 163/193 kB | 5.7 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 289 kB | 23 kB | 167/193 kB | 5.7 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 289 kB | 23 kB | 171/193 kB | 5.7 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 289 kB | 23 kB | 175/193 kB | 5.7 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 289 kB | 23 kB | 179/193 kB | 5.7 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 289 kB | 23 kB | 183/193 kB | 5.7 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 289 kB | 23 kB | 187/193 kB | 5.7 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 289 kB | 23 kB | 191/193 kB | 5.7 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (4): 289 kB | 23 kB | 193 kB | 5.7 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (5): 289 kB | 23 kB | 193 kB | 5.7 kB | 4.1/422 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (5): 289 kB | 23 kB | 193 kB | 5.7 kB | 7.6/422 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (5): 289 kB | 23 kB | 193 kB | 5.7 kB | 12/422 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (5): 289 kB | 23 kB | 193 kB | 5.7 kB | 16/422 kB 06:46:42 [2025-06-30T04:46:42.111Z] Progress (5): 289 kB | 23 kB | 193 kB | 5.7 kB | 20/422 kB 06:46:42 [2025-06-30T04:46:42.112Z] 06:46:42 [2025-06-30T04:46:42.112Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/io/opencensus/opencensus-contrib-http-util/0.30.0/opencensus-contrib-http-util-0.30.0.jar (23 kB at 116 kB/s) 06:46:42 [2025-06-30T04:46:42.112Z] Progress (4): 289 kB | 193 kB | 5.7 kB | 23/422 kB 06:46:42 [2025-06-30T04:46:42.112Z] 06:46:42 [2025-06-30T04:46:42.112Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar 06:46:42 [2025-06-30T04:46:42.112Z] Progress (4): 289 kB | 193 kB | 5.7 kB | 28/422 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (4): 289 kB | 193 kB | 5.7 kB | 32/422 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (4): 289 kB | 193 kB | 5.7 kB | 36/422 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (4): 289 kB | 193 kB | 5.7 kB | 39/422 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (4): 289 kB | 193 kB | 5.7 kB | 44/422 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (4): 289 kB | 193 kB | 5.7 kB | 48/422 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (4): 289 kB | 193 kB | 5.7 kB | 52/422 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (4): 289 kB | 193 kB | 5.7 kB | 55/422 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (4): 289 kB | 193 kB | 5.7 kB | 60/422 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (4): 289 kB | 193 kB | 5.7 kB | 64/422 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (4): 289 kB | 193 kB | 5.7 kB | 68/422 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (4): 289 kB | 193 kB | 5.7 kB | 71/422 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (4): 289 kB | 193 kB | 5.7 kB | 74/422 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (4): 289 kB | 193 kB | 5.7 kB | 78/422 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (4): 289 kB | 193 kB | 5.7 kB | 82/422 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (4): 289 kB | 193 kB | 5.7 kB | 86/422 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (4): 289 kB | 193 kB | 5.7 kB | 90/422 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (4): 289 kB | 193 kB | 5.7 kB | 94/422 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (4): 289 kB | 193 kB | 5.7 kB | 98/422 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (4): 289 kB | 193 kB | 5.7 kB | 102/422 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (4): 289 kB | 193 kB | 5.7 kB | 106/422 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (4): 289 kB | 193 kB | 5.7 kB | 111/422 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (4): 289 kB | 193 kB | 5.7 kB | 115/422 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (4): 289 kB | 193 kB | 5.7 kB | 119/422 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (4): 289 kB | 193 kB | 5.7 kB | 123/422 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (4): 289 kB | 193 kB | 5.7 kB | 127/422 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (4): 289 kB | 193 kB | 5.7 kB | 131/422 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (4): 289 kB | 193 kB | 5.7 kB | 135/422 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (4): 289 kB | 193 kB | 5.7 kB | 139/422 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (4): 289 kB | 193 kB | 5.7 kB | 143/422 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (4): 289 kB | 193 kB | 5.7 kB | 147/422 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (4): 289 kB | 193 kB | 5.7 kB | 151/422 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (4): 289 kB | 193 kB | 5.7 kB | 155/422 kB 06:46:42 [2025-06-30T04:46:42.112Z] 06:46:42 [2025-06-30T04:46:42.112Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/google/http-client/google-http-client/1.41.2/google-http-client-1.41.2.jar (289 kB at 1.4 MB/s) 06:46:42 [2025-06-30T04:46:42.112Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/google/guava/guava/31.1-jre/guava-31.1-jre.jar 06:46:42 [2025-06-30T04:46:42.112Z] Progress (3): 193 kB | 5.7 kB | 159/422 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (3): 193 kB | 5.7 kB | 163/422 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (3): 193 kB | 5.7 kB | 167/422 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (3): 193 kB | 5.7 kB | 171/422 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (3): 193 kB | 5.7 kB | 175/422 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (3): 193 kB | 5.7 kB | 179/422 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (3): 193 kB | 5.7 kB | 183/422 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (3): 193 kB | 5.7 kB | 187/422 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (3): 193 kB | 5.7 kB | 191/422 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (3): 193 kB | 5.7 kB | 195/422 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (3): 193 kB | 5.7 kB | 199/422 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (3): 193 kB | 5.7 kB | 203/422 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (3): 193 kB | 5.7 kB | 207/422 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (3): 193 kB | 5.7 kB | 211/422 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (3): 193 kB | 5.7 kB | 215/422 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (3): 193 kB | 5.7 kB | 219/422 kB 06:46:42 [2025-06-30T04:46:42.112Z] 06:46:42 [2025-06-30T04:46:42.112Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/google/auth/google-auth-library-credentials/1.4.0/google-auth-library-credentials-1.4.0.jar (5.7 kB at 27 kB/s) 06:46:42 [2025-06-30T04:46:42.112Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar 06:46:42 [2025-06-30T04:46:42.112Z] Progress (2): 193 kB | 223/422 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (2): 193 kB | 227/422 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (2): 193 kB | 229/422 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (2): 193 kB | 233/422 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (2): 193 kB | 238/422 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (2): 193 kB | 242/422 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (2): 193 kB | 246/422 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (2): 193 kB | 250/422 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (2): 193 kB | 254/422 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (2): 193 kB | 258/422 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (2): 193 kB | 262/422 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (2): 193 kB | 266/422 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (2): 193 kB | 270/422 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (2): 193 kB | 274/422 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (2): 193 kB | 279/422 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (2): 193 kB | 283/422 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (2): 193 kB | 287/422 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (2): 193 kB | 291/422 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (2): 193 kB | 295/422 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (2): 193 kB | 299/422 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (2): 193 kB | 303/422 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (2): 193 kB | 307/422 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (2): 193 kB | 311/422 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (2): 193 kB | 315/422 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (2): 193 kB | 319/422 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (2): 193 kB | 323/422 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (2): 193 kB | 327/422 kB 06:46:42 [2025-06-30T04:46:42.112Z] 06:46:42 [2025-06-30T04:46:42.112Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/google/auth/google-auth-library-oauth2-http/1.4.0/google-auth-library-oauth2-http-1.4.0.jar (193 kB at 897 kB/s) 06:46:42 [2025-06-30T04:46:42.112Z] Progress (1): 331/422 kB 06:46:42 [2025-06-30T04:46:42.112Z] 06:46:42 [2025-06-30T04:46:42.112Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar 06:46:42 [2025-06-30T04:46:42.112Z] Progress (1): 335/422 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (1): 339/422 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (1): 343/422 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (2): 343/422 kB | 4.1/20 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (2): 347/422 kB | 4.1/20 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (2): 351/422 kB | 4.1/20 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (2): 351/422 kB | 7.6/20 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (2): 355/422 kB | 7.6/20 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (2): 359/422 kB | 7.6/20 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (2): 363/422 kB | 7.6/20 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (2): 363/422 kB | 12/20 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (2): 367/422 kB | 12/20 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (2): 367/422 kB | 16/20 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (2): 371/422 kB | 16/20 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (2): 375/422 kB | 16/20 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (2): 375/422 kB | 20/20 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (2): 375/422 kB | 20 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (2): 379/422 kB | 20 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (2): 383/422 kB | 20 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (2): 387/422 kB | 20 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (2): 391/422 kB | 20 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (2): 393/422 kB | 20 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (2): 397/422 kB | 20 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (2): 401/422 kB | 20 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (2): 406/422 kB | 20 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (2): 409/422 kB | 20 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (2): 413/422 kB | 20 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (2): 417/422 kB | 20 kB 06:46:42 [2025-06-30T04:46:42.112Z] Progress (2): 422/422 kB | 20 kB 06:46:42 [2025-06-30T04:46:42.362Z] Progress (2): 422 kB | 20 kB 06:46:42 [2025-06-30T04:46:42.362Z] Progress (3): 422 kB | 20 kB | 0/3.0 MB 06:46:42 [2025-06-30T04:46:42.362Z] Progress (3): 422 kB | 20 kB | 0/3.0 MB 06:46:42 [2025-06-30T04:46:42.362Z] Progress (3): 422 kB | 20 kB | 0/3.0 MB 06:46:42 [2025-06-30T04:46:42.362Z] Progress (3): 422 kB | 20 kB | 0.1/3.0 MB 06:46:42 [2025-06-30T04:46:42.362Z] Progress (3): 422 kB | 20 kB | 0.1/3.0 MB 06:46:42 [2025-06-30T04:46:42.362Z] Progress (4): 422 kB | 20 kB | 0.1/3.0 MB | 4.1/4.6 kB 06:46:42 [2025-06-30T04:46:42.362Z] Progress (4): 422 kB | 20 kB | 0.1/3.0 MB | 4.6 kB 06:46:42 [2025-06-30T04:46:42.362Z] Progress (4): 422 kB | 20 kB | 0.1/3.0 MB | 4.6 kB 06:46:42 [2025-06-30T04:46:42.362Z] Progress (4): 422 kB | 20 kB | 0.1/3.0 MB | 4.6 kB 06:46:42 [2025-06-30T04:46:42.362Z] Progress (4): 422 kB | 20 kB | 0.1/3.0 MB | 4.6 kB 06:46:42 [2025-06-30T04:46:42.362Z] Progress (4): 422 kB | 20 kB | 0.1/3.0 MB | 4.6 kB 06:46:42 [2025-06-30T04:46:42.362Z] Progress (4): 422 kB | 20 kB | 0.2/3.0 MB | 4.6 kB 06:46:42 [2025-06-30T04:46:42.362Z] Progress (4): 422 kB | 20 kB | 0.2/3.0 MB | 4.6 kB 06:46:42 [2025-06-30T04:46:42.362Z] Progress (4): 422 kB | 20 kB | 0.2/3.0 MB | 4.6 kB 06:46:42 [2025-06-30T04:46:42.362Z] Progress (4): 422 kB | 20 kB | 0.2/3.0 MB | 4.6 kB 06:46:42 [2025-06-30T04:46:42.362Z] Progress (4): 422 kB | 20 kB | 0.2/3.0 MB | 4.6 kB 06:46:42 [2025-06-30T04:46:42.362Z] 06:46:42 [2025-06-30T04:46:42.362Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar (20 kB at 86 kB/s) 06:46:42 [2025-06-30T04:46:42.362Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.jar 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 422 kB | 0.2/3.0 MB | 4.6 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 422 kB | 0.3/3.0 MB | 4.6 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 422 kB | 0.3/3.0 MB | 4.6 kB 06:46:42 [2025-06-30T04:46:42.363Z] 06:46:42 [2025-06-30T04:46:42.363Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/google/apis/google-api-services-admin-directory/directory_v1-rev20220125-1.32.1/google-api-services-admin-directory-directory_v1-rev20220125-1.32.1.jar (422 kB at 1.8 MB/s) 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 0.3/3.0 MB | 4.6 kB | 2.2 kB 06:46:42 [2025-06-30T04:46:42.363Z] 06:46:42 [2025-06-30T04:46:42.363Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.jar 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 0.3/3.0 MB | 4.6 kB | 2.2 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 0.3/3.0 MB | 4.6 kB | 2.2 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 0.3/3.0 MB | 4.6 kB | 2.2 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 0.3/3.0 MB | 4.6 kB | 2.2 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 0.4/3.0 MB | 4.6 kB | 2.2 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 0.4/3.0 MB | 4.6 kB | 2.2 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 0.4/3.0 MB | 4.6 kB | 2.2 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 0.4/3.0 MB | 4.6 kB | 2.2 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 0.4/3.0 MB | 4.6 kB | 2.2 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 0.4/3.0 MB | 4.6 kB | 2.2 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 0.5/3.0 MB | 4.6 kB | 2.2 kB 06:46:42 [2025-06-30T04:46:42.363Z] 06:46:42 [2025-06-30T04:46:42.363Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar (4.6 kB at 19 kB/s) 06:46:42 [2025-06-30T04:46:42.363Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar 06:46:42 [2025-06-30T04:46:42.363Z] Progress (2): 0.5/3.0 MB | 2.2 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (2): 0.5/3.0 MB | 2.2 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (2): 0.5/3.0 MB | 2.2 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (2): 0.5/3.0 MB | 2.2 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (2): 0.5/3.0 MB | 2.2 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (2): 0.5/3.0 MB | 2.2 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (2): 0.6/3.0 MB | 2.2 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (2): 0.6/3.0 MB | 2.2 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (2): 0.6/3.0 MB | 2.2 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 0.6/3.0 MB | 2.2 kB | 4.1/209 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 0.6/3.0 MB | 2.2 kB | 4.1/209 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 0.6/3.0 MB | 2.2 kB | 7.6/209 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 0.6/3.0 MB | 2.2 kB | 12/209 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 0.6/3.0 MB | 2.2 kB | 12/209 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 0.6/3.0 MB | 2.2 kB | 16/209 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 0.6/3.0 MB | 2.2 kB | 20/209 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 0.6/3.0 MB | 2.2 kB | 23/209 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 0.6/3.0 MB | 2.2 kB | 23/209 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (4): 0.6/3.0 MB | 2.2 kB | 23/209 kB | 4.1/16 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (4): 0.6/3.0 MB | 2.2 kB | 28/209 kB | 4.1/16 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (4): 0.6/3.0 MB | 2.2 kB | 32/209 kB | 4.1/16 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (4): 0.6/3.0 MB | 2.2 kB | 32/209 kB | 7.6/16 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (4): 0.7/3.0 MB | 2.2 kB | 32/209 kB | 7.6/16 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (4): 0.7/3.0 MB | 2.2 kB | 36/209 kB | 7.6/16 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (4): 0.7/3.0 MB | 2.2 kB | 36/209 kB | 12/16 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (4): 0.7/3.0 MB | 2.2 kB | 39/209 kB | 12/16 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (4): 0.7/3.0 MB | 2.2 kB | 39/209 kB | 16/16 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (4): 0.7/3.0 MB | 2.2 kB | 39/209 kB | 16 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (4): 0.7/3.0 MB | 2.2 kB | 39/209 kB | 16 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (4): 0.7/3.0 MB | 2.2 kB | 44/209 kB | 16 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (4): 0.7/3.0 MB | 2.2 kB | 48/209 kB | 16 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (4): 0.7/3.0 MB | 2.2 kB | 52/209 kB | 16 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (4): 0.7/3.0 MB | 2.2 kB | 55/209 kB | 16 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (4): 0.7/3.0 MB | 2.2 kB | 55/209 kB | 16 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (4): 0.7/3.0 MB | 2.2 kB | 60/209 kB | 16 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (4): 0.7/3.0 MB | 2.2 kB | 64/209 kB | 16 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (4): 0.7/3.0 MB | 2.2 kB | 68/209 kB | 16 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (4): 0.7/3.0 MB | 2.2 kB | 68/209 kB | 16 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (4): 0.7/3.0 MB | 2.2 kB | 71/209 kB | 16 kB 06:46:42 [2025-06-30T04:46:42.363Z] 06:46:42 [2025-06-30T04:46:42.363Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar (2.2 kB at 8.8 kB/s) 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 0.7/3.0 MB | 74/209 kB | 16 kB 06:46:42 [2025-06-30T04:46:42.363Z] 06:46:42 [2025-06-30T04:46:42.363Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/arquillian/wildfly-arquillian-container-remote/3.0.1.Final/wildfly-arquillian-container-remote-3.0.1.Final.jar 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 0.7/3.0 MB | 78/209 kB | 16 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 0.7/3.0 MB | 78/209 kB | 16 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 0.7/3.0 MB | 82/209 kB | 16 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 0.7/3.0 MB | 86/209 kB | 16 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 0.7/3.0 MB | 90/209 kB | 16 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 0.7/3.0 MB | 90/209 kB | 16 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 0.7/3.0 MB | 94/209 kB | 16 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 0.7/3.0 MB | 98/209 kB | 16 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 0.7/3.0 MB | 102/209 kB | 16 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 0.7/3.0 MB | 106/209 kB | 16 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 0.8/3.0 MB | 106/209 kB | 16 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 0.8/3.0 MB | 111/209 kB | 16 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 0.8/3.0 MB | 115/209 kB | 16 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 0.8/3.0 MB | 119/209 kB | 16 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 0.8/3.0 MB | 119/209 kB | 16 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 0.8/3.0 MB | 123/209 kB | 16 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 0.8/3.0 MB | 127/209 kB | 16 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 0.8/3.0 MB | 131/209 kB | 16 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 0.8/3.0 MB | 131/209 kB | 16 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 0.8/3.0 MB | 135/209 kB | 16 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 0.8/3.0 MB | 139/209 kB | 16 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (4): 0.8/3.0 MB | 139/209 kB | 16 kB | 4.1/8.8 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (4): 0.8/3.0 MB | 143/209 kB | 16 kB | 4.1/8.8 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (4): 0.8/3.0 MB | 143/209 kB | 16 kB | 7.6/8.8 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (4): 0.8/3.0 MB | 147/209 kB | 16 kB | 7.6/8.8 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (4): 0.8/3.0 MB | 147/209 kB | 16 kB | 7.6/8.8 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (4): 0.8/3.0 MB | 147/209 kB | 16 kB | 8.8 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (4): 0.8/3.0 MB | 151/209 kB | 16 kB | 8.8 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (4): 0.8/3.0 MB | 155/209 kB | 16 kB | 8.8 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (4): 0.8/3.0 MB | 159/209 kB | 16 kB | 8.8 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (4): 0.8/3.0 MB | 159/209 kB | 16 kB | 8.8 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (4): 0.8/3.0 MB | 163/209 kB | 16 kB | 8.8 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (4): 0.8/3.0 MB | 167/209 kB | 16 kB | 8.8 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (4): 0.8/3.0 MB | 171/209 kB | 16 kB | 8.8 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (4): 0.8/3.0 MB | 171/209 kB | 16 kB | 8.8 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (4): 0.8/3.0 MB | 175/209 kB | 16 kB | 8.8 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (4): 0.8/3.0 MB | 179/209 kB | 16 kB | 8.8 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (4): 0.8/3.0 MB | 183/209 kB | 16 kB | 8.8 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (4): 0.9/3.0 MB | 183/209 kB | 16 kB | 8.8 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (4): 0.9/3.0 MB | 187/209 kB | 16 kB | 8.8 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (4): 0.9/3.0 MB | 191/209 kB | 16 kB | 8.8 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (4): 0.9/3.0 MB | 195/209 kB | 16 kB | 8.8 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (4): 0.9/3.0 MB | 195/209 kB | 16 kB | 8.8 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (4): 0.9/3.0 MB | 199/209 kB | 16 kB | 8.8 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (4): 0.9/3.0 MB | 203/209 kB | 16 kB | 8.8 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (4): 0.9/3.0 MB | 207/209 kB | 16 kB | 8.8 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (4): 0.9/3.0 MB | 209 kB | 16 kB | 8.8 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (4): 0.9/3.0 MB | 209 kB | 16 kB | 8.8 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (4): 0.9/3.0 MB | 209 kB | 16 kB | 8.8 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (4): 0.9/3.0 MB | 209 kB | 16 kB | 8.8 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (4): 0.9/3.0 MB | 209 kB | 16 kB | 8.8 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (4): 1.0/3.0 MB | 209 kB | 16 kB | 8.8 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (4): 1.0/3.0 MB | 209 kB | 16 kB | 8.8 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (4): 1.0/3.0 MB | 209 kB | 16 kB | 8.8 kB 06:46:42 [2025-06-30T04:46:42.363Z] 06:46:42 [2025-06-30T04:46:42.363Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.jar (16 kB at 61 kB/s) 06:46:42 [2025-06-30T04:46:42.363Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/arquillian/wildfly-arquillian-common/3.0.1.Final/wildfly-arquillian-common-3.0.1.Final.jar 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 1.0/3.0 MB | 209 kB | 8.8 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 1.0/3.0 MB | 209 kB | 8.8 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 1.0/3.0 MB | 209 kB | 8.8 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 1.1/3.0 MB | 209 kB | 8.8 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (4): 1.1/3.0 MB | 209 kB | 8.8 kB | 4.1/6.4 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (4): 1.1/3.0 MB | 209 kB | 8.8 kB | 6.4 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (4): 1.1/3.0 MB | 209 kB | 8.8 kB | 6.4 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (4): 1.1/3.0 MB | 209 kB | 8.8 kB | 6.4 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (4): 1.1/3.0 MB | 209 kB | 8.8 kB | 6.4 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (4): 1.1/3.0 MB | 209 kB | 8.8 kB | 6.4 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (4): 1.1/3.0 MB | 209 kB | 8.8 kB | 6.4 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (4): 1.2/3.0 MB | 209 kB | 8.8 kB | 6.4 kB 06:46:42 [2025-06-30T04:46:42.363Z] 06:46:42 [2025-06-30T04:46:42.363Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar (8.8 kB at 33 kB/s) 06:46:42 [2025-06-30T04:46:42.363Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/arquillian/testenricher/arquillian-testenricher-cdi/1.6.0.Final/arquillian-testenricher-cdi-1.6.0.Final.jar 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 1.2/3.0 MB | 209 kB | 6.4 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 1.2/3.0 MB | 209 kB | 6.4 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 1.2/3.0 MB | 209 kB | 6.4 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 1.2/3.0 MB | 209 kB | 6.4 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 1.2/3.0 MB | 209 kB | 6.4 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 1.3/3.0 MB | 209 kB | 6.4 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 1.3/3.0 MB | 209 kB | 6.4 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 1.3/3.0 MB | 209 kB | 6.4 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 1.3/3.0 MB | 209 kB | 6.4 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 1.3/3.0 MB | 209 kB | 6.4 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 1.3/3.0 MB | 209 kB | 6.4 kB 06:46:42 [2025-06-30T04:46:42.363Z] 06:46:42 [2025-06-30T04:46:42.363Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.jar (209 kB at 768 kB/s) 06:46:42 [2025-06-30T04:46:42.363Z] Progress (2): 1.4/3.0 MB | 6.4 kB 06:46:42 [2025-06-30T04:46:42.363Z] 06:46:42 [2025-06-30T04:46:42.363Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/arquillian/test/arquillian-test-spi/1.6.0.Final/arquillian-test-spi-1.6.0.Final.jar 06:46:42 [2025-06-30T04:46:42.363Z] Progress (2): 1.4/3.0 MB | 6.4 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (2): 1.4/3.0 MB | 6.4 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (2): 1.4/3.0 MB | 6.4 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (2): 1.4/3.0 MB | 6.4 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (2): 1.4/3.0 MB | 6.4 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (2): 1.4/3.0 MB | 6.4 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (2): 1.5/3.0 MB | 6.4 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (2): 1.5/3.0 MB | 6.4 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (2): 1.5/3.0 MB | 6.4 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (2): 1.5/3.0 MB | 6.4 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (2): 1.5/3.0 MB | 6.4 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (2): 1.5/3.0 MB | 6.4 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 1.5/3.0 MB | 6.4 kB | 4.1/81 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 1.5/3.0 MB | 6.4 kB | 7.6/81 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 1.6/3.0 MB | 6.4 kB | 7.6/81 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 1.6/3.0 MB | 6.4 kB | 12/81 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 1.6/3.0 MB | 6.4 kB | 12/81 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 1.6/3.0 MB | 6.4 kB | 16/81 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 1.6/3.0 MB | 6.4 kB | 20/81 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 1.6/3.0 MB | 6.4 kB | 20/81 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 1.6/3.0 MB | 6.4 kB | 23/81 kB 06:46:42 [2025-06-30T04:46:42.363Z] 06:46:42 [2025-06-30T04:46:42.363Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/arquillian/wildfly-arquillian-container-remote/3.0.1.Final/wildfly-arquillian-container-remote-3.0.1.Final.jar (6.4 kB at 23 kB/s) 06:46:42 [2025-06-30T04:46:42.363Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/arquillian/container/arquillian-container-test-spi/1.6.0.Final/arquillian-container-test-spi-1.6.0.Final.jar 06:46:42 [2025-06-30T04:46:42.363Z] Progress (2): 1.6/3.0 MB | 28/81 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (2): 1.6/3.0 MB | 28/81 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (2): 1.6/3.0 MB | 32/81 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (2): 1.6/3.0 MB | 36/81 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (2): 1.6/3.0 MB | 39/81 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (2): 1.6/3.0 MB | 39/81 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (2): 1.6/3.0 MB | 44/81 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (2): 1.6/3.0 MB | 44/81 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (2): 1.6/3.0 MB | 48/81 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 1.6/3.0 MB | 48/81 kB | 4.1/29 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 1.6/3.0 MB | 52/81 kB | 4.1/29 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 1.7/3.0 MB | 52/81 kB | 4.1/29 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 1.7/3.0 MB | 52/81 kB | 7.6/29 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 1.7/3.0 MB | 55/81 kB | 7.6/29 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 1.7/3.0 MB | 55/81 kB | 12/29 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 1.7/3.0 MB | 55/81 kB | 12/29 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 1.7/3.0 MB | 60/81 kB | 12/29 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 1.7/3.0 MB | 60/81 kB | 16/29 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 1.7/3.0 MB | 64/81 kB | 16/29 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 1.7/3.0 MB | 64/81 kB | 20/29 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 1.7/3.0 MB | 64/81 kB | 20/29 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 1.7/3.0 MB | 64/81 kB | 23/29 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 1.7/3.0 MB | 68/81 kB | 23/29 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 1.7/3.0 MB | 71/81 kB | 23/29 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 1.7/3.0 MB | 71/81 kB | 28/29 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 1.7/3.0 MB | 71/81 kB | 29 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 1.7/3.0 MB | 71/81 kB | 29 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 1.7/3.0 MB | 74/81 kB | 29 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 1.7/3.0 MB | 78/81 kB | 29 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 1.7/3.0 MB | 78/81 kB | 29 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 1.7/3.0 MB | 81 kB | 29 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 1.7/3.0 MB | 81 kB | 29 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 1.8/3.0 MB | 81 kB | 29 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 1.8/3.0 MB | 81 kB | 29 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 1.8/3.0 MB | 81 kB | 29 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 1.8/3.0 MB | 81 kB | 29 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (3): 1.8/3.0 MB | 81 kB | 29 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (4): 1.8/3.0 MB | 81 kB | 29 kB | 4.1/46 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (4): 1.8/3.0 MB | 81 kB | 29 kB | 7.6/46 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (4): 1.8/3.0 MB | 81 kB | 29 kB | 7.6/46 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (4): 1.8/3.0 MB | 81 kB | 29 kB | 12/46 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (4): 1.8/3.0 MB | 81 kB | 29 kB | 16/46 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (4): 1.9/3.0 MB | 81 kB | 29 kB | 16/46 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (4): 1.9/3.0 MB | 81 kB | 29 kB | 20/46 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (4): 1.9/3.0 MB | 81 kB | 29 kB | 23/46 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (4): 1.9/3.0 MB | 81 kB | 29 kB | 23/46 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (4): 1.9/3.0 MB | 81 kB | 29 kB | 28/46 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (4): 1.9/3.0 MB | 81 kB | 29 kB | 32/46 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (4): 1.9/3.0 MB | 81 kB | 29 kB | 32/46 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (4): 1.9/3.0 MB | 81 kB | 29 kB | 36/46 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (4): 1.9/3.0 MB | 81 kB | 29 kB | 39/46 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (4): 1.9/3.0 MB | 81 kB | 29 kB | 39/46 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (4): 1.9/3.0 MB | 81 kB | 29 kB | 44/46 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (4): 1.9/3.0 MB | 81 kB | 29 kB | 46 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (4): 1.9/3.0 MB | 81 kB | 29 kB | 46 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (4): 1.9/3.0 MB | 81 kB | 29 kB | 46 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (4): 2.0/3.0 MB | 81 kB | 29 kB | 46 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (4): 2.0/3.0 MB | 81 kB | 29 kB | 46 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (4): 2.0/3.0 MB | 81 kB | 29 kB | 46 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (4): 2.0/3.0 MB | 81 kB | 29 kB | 46 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (4): 2.0/3.0 MB | 81 kB | 29 kB | 46 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (4): 2.0/3.0 MB | 81 kB | 29 kB | 46 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (4): 2.1/3.0 MB | 81 kB | 29 kB | 46 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (4): 2.1/3.0 MB | 81 kB | 29 kB | 46 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (4): 2.1/3.0 MB | 81 kB | 29 kB | 46 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (4): 2.1/3.0 MB | 81 kB | 29 kB | 46 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (5): 2.1/3.0 MB | 81 kB | 29 kB | 46 kB | 4.1/28 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (5): 2.1/3.0 MB | 81 kB | 29 kB | 46 kB | 7.6/28 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (5): 2.1/3.0 MB | 81 kB | 29 kB | 46 kB | 7.6/28 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (5): 2.1/3.0 MB | 81 kB | 29 kB | 46 kB | 12/28 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (5): 2.1/3.0 MB | 81 kB | 29 kB | 46 kB | 16/28 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (5): 2.1/3.0 MB | 81 kB | 29 kB | 46 kB | 20/28 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (5): 2.1/3.0 MB | 81 kB | 29 kB | 46 kB | 23/28 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (5): 2.1/3.0 MB | 81 kB | 29 kB | 46 kB | 23/28 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (5): 2.1/3.0 MB | 81 kB | 29 kB | 46 kB | 28/28 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (5): 2.1/3.0 MB | 81 kB | 29 kB | 46 kB | 28 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (5): 2.2/3.0 MB | 81 kB | 29 kB | 46 kB | 28 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (5): 2.2/3.0 MB | 81 kB | 29 kB | 46 kB | 28 kB 06:46:42 [2025-06-30T04:46:42.363Z] Progress (5): 2.2/3.0 MB | 81 kB | 29 kB | 46 kB | 28 kB 06:46:42 [2025-06-30T04:46:42.363Z] 06:46:42 [2025-06-30T04:46:42.363Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/arquillian/testenricher/arquillian-testenricher-cdi/1.6.0.Final/arquillian-testenricher-cdi-1.6.0.Final.jar (29 kB at 97 kB/s) 06:46:42 [2025-06-30T04:46:42.364Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/arquillian/testenricher/arquillian-testenricher-ejb/1.6.0.Final/arquillian-testenricher-ejb-1.6.0.Final.jar 06:46:42 [2025-06-30T04:46:42.364Z] Progress (4): 2.2/3.0 MB | 81 kB | 46 kB | 28 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (4): 2.2/3.0 MB | 81 kB | 46 kB | 28 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (4): 2.2/3.0 MB | 81 kB | 46 kB | 28 kB 06:46:42 [2025-06-30T04:46:42.364Z] 06:46:42 [2025-06-30T04:46:42.364Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/arquillian/wildfly-arquillian-common/3.0.1.Final/wildfly-arquillian-common-3.0.1.Final.jar (81 kB at 271 kB/s) 06:46:42 [2025-06-30T04:46:42.364Z] Progress (3): 2.3/3.0 MB | 46 kB | 28 kB 06:46:42 [2025-06-30T04:46:42.364Z] 06:46:42 [2025-06-30T04:46:42.364Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/arquillian/testenricher/arquillian-testenricher-initialcontext/1.6.0.Final/arquillian-testenricher-initialcontext-1.6.0.Final.jar 06:46:42 [2025-06-30T04:46:42.364Z] Progress (3): 2.3/3.0 MB | 46 kB | 28 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (3): 2.3/3.0 MB | 46 kB | 28 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (3): 2.3/3.0 MB | 46 kB | 28 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (3): 2.3/3.0 MB | 46 kB | 28 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (3): 2.3/3.0 MB | 46 kB | 28 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (3): 2.4/3.0 MB | 46 kB | 28 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (3): 2.4/3.0 MB | 46 kB | 28 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (3): 2.4/3.0 MB | 46 kB | 28 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (3): 2.4/3.0 MB | 46 kB | 28 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (3): 2.4/3.0 MB | 46 kB | 28 kB 06:46:42 [2025-06-30T04:46:42.364Z] 06:46:42 [2025-06-30T04:46:42.364Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/arquillian/test/arquillian-test-spi/1.6.0.Final/arquillian-test-spi-1.6.0.Final.jar (46 kB at 153 kB/s) 06:46:42 [2025-06-30T04:46:42.364Z] Progress (2): 2.4/3.0 MB | 28 kB 06:46:42 [2025-06-30T04:46:42.364Z] 06:46:42 [2025-06-30T04:46:42.364Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/arquillian/testenricher/arquillian-testenricher-resource/1.6.0.Final/arquillian-testenricher-resource-1.6.0.Final.jar 06:46:42 [2025-06-30T04:46:42.364Z] Progress (2): 2.4/3.0 MB | 28 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (2): 2.5/3.0 MB | 28 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (2): 2.5/3.0 MB | 28 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (2): 2.5/3.0 MB | 28 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (2): 2.5/3.0 MB | 28 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (2): 2.5/3.0 MB | 28 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (2): 2.5/3.0 MB | 28 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (2): 2.6/3.0 MB | 28 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (2): 2.6/3.0 MB | 28 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (2): 2.6/3.0 MB | 28 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (2): 2.6/3.0 MB | 28 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (2): 2.6/3.0 MB | 28 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (2): 2.6/3.0 MB | 28 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (2): 2.7/3.0 MB | 28 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (2): 2.7/3.0 MB | 28 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (2): 2.7/3.0 MB | 28 kB 06:46:42 [2025-06-30T04:46:42.364Z] 06:46:42 [2025-06-30T04:46:42.364Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/arquillian/container/arquillian-container-test-spi/1.6.0.Final/arquillian-container-test-spi-1.6.0.Final.jar (28 kB at 90 kB/s) 06:46:42 [2025-06-30T04:46:42.364Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/arquillian/container/arquillian-container-test-impl-base/1.6.0.Final/arquillian-container-test-impl-base-1.6.0.Final.jar 06:46:42 [2025-06-30T04:46:42.364Z] Progress (1): 2.7/3.0 MB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (2): 2.7/3.0 MB | 4.1/22 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (2): 2.7/3.0 MB | 7.6/22 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (2): 2.7/3.0 MB | 7.6/22 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (2): 2.7/3.0 MB | 12/22 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (2): 2.7/3.0 MB | 16/22 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (2): 2.7/3.0 MB | 16/22 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (2): 2.7/3.0 MB | 20/22 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (2): 2.7/3.0 MB | 22 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (2): 2.8/3.0 MB | 22 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (2): 2.8/3.0 MB | 22 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (2): 2.8/3.0 MB | 22 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (2): 2.8/3.0 MB | 22 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (3): 2.8/3.0 MB | 22 kB | 4.1/7.2 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (3): 2.8/3.0 MB | 22 kB | 4.1/7.2 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (3): 2.8/3.0 MB | 22 kB | 7.2 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (3): 2.8/3.0 MB | 22 kB | 7.2 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (3): 2.9/3.0 MB | 22 kB | 7.2 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (3): 2.9/3.0 MB | 22 kB | 7.2 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (3): 2.9/3.0 MB | 22 kB | 7.2 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (3): 2.9/3.0 MB | 22 kB | 7.2 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (3): 2.9/3.0 MB | 22 kB | 7.2 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (3): 2.9/3.0 MB | 22 kB | 7.2 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (3): 3.0/3.0 MB | 22 kB | 7.2 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (3): 3.0 MB | 22 kB | 7.2 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (4): 3.0 MB | 22 kB | 7.2 kB | 4.1/20 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (4): 3.0 MB | 22 kB | 7.2 kB | 7.6/20 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (4): 3.0 MB | 22 kB | 7.2 kB | 12/20 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (4): 3.0 MB | 22 kB | 7.2 kB | 16/20 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (4): 3.0 MB | 22 kB | 7.2 kB | 20/20 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (4): 3.0 MB | 22 kB | 7.2 kB | 20 kB 06:46:42 [2025-06-30T04:46:42.364Z] 06:46:42 [2025-06-30T04:46:42.364Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/arquillian/testenricher/arquillian-testenricher-ejb/1.6.0.Final/arquillian-testenricher-ejb-1.6.0.Final.jar (22 kB at 67 kB/s) 06:46:42 [2025-06-30T04:46:42.364Z] Progress (4): 3.0 MB | 7.2 kB | 20 kB | 4.1/121 kB 06:46:42 [2025-06-30T04:46:42.364Z] 06:46:42 [2025-06-30T04:46:42.364Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/arquillian/container/arquillian-container-spi/1.6.0.Final/arquillian-container-spi-1.6.0.Final.jar 06:46:42 [2025-06-30T04:46:42.364Z] Progress (4): 3.0 MB | 7.2 kB | 20 kB | 7.6/121 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (4): 3.0 MB | 7.2 kB | 20 kB | 12/121 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (4): 3.0 MB | 7.2 kB | 20 kB | 16/121 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (4): 3.0 MB | 7.2 kB | 20 kB | 20/121 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (4): 3.0 MB | 7.2 kB | 20 kB | 23/121 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (4): 3.0 MB | 7.2 kB | 20 kB | 28/121 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (4): 3.0 MB | 7.2 kB | 20 kB | 32/121 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (4): 3.0 MB | 7.2 kB | 20 kB | 36/121 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (4): 3.0 MB | 7.2 kB | 20 kB | 39/121 kB 06:46:42 [2025-06-30T04:46:42.364Z] 06:46:42 [2025-06-30T04:46:42.364Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/arquillian/testenricher/arquillian-testenricher-initialcontext/1.6.0.Final/arquillian-testenricher-initialcontext-1.6.0.Final.jar (7.2 kB at 22 kB/s) 06:46:42 [2025-06-30T04:46:42.364Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/arquillian/config/arquillian-config-api/1.6.0.Final/arquillian-config-api-1.6.0.Final.jar 06:46:42 [2025-06-30T04:46:42.364Z] Progress (3): 3.0 MB | 20 kB | 44/121 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (3): 3.0 MB | 20 kB | 48/121 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (3): 3.0 MB | 20 kB | 52/121 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (3): 3.0 MB | 20 kB | 55/121 kB 06:46:42 [2025-06-30T04:46:42.364Z] 06:46:42 [2025-06-30T04:46:42.364Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/google/guava/guava/31.1-jre/guava-31.1-jre.jar (3.0 MB at 9.0 MB/s) 06:46:42 [2025-06-30T04:46:42.364Z] Progress (2): 20 kB | 60/121 kB 06:46:42 [2025-06-30T04:46:42.364Z] 06:46:42 [2025-06-30T04:46:42.364Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/arquillian/config/arquillian-config-impl-base/1.6.0.Final/arquillian-config-impl-base-1.6.0.Final.jar 06:46:42 [2025-06-30T04:46:42.364Z] Progress (2): 20 kB | 64/121 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (2): 20 kB | 68/121 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (2): 20 kB | 71/121 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (2): 20 kB | 74/121 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (2): 20 kB | 78/121 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (2): 20 kB | 82/121 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (2): 20 kB | 86/121 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (2): 20 kB | 90/121 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (2): 20 kB | 94/121 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (2): 20 kB | 98/121 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (2): 20 kB | 102/121 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (2): 20 kB | 106/121 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (2): 20 kB | 111/121 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (2): 20 kB | 115/121 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (2): 20 kB | 119/121 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (2): 20 kB | 121 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (3): 20 kB | 121 kB | 4.1/54 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (3): 20 kB | 121 kB | 7.6/54 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (3): 20 kB | 121 kB | 12/54 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (3): 20 kB | 121 kB | 16/54 kB 06:46:42 [2025-06-30T04:46:42.364Z] 06:46:42 [2025-06-30T04:46:42.364Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/arquillian/testenricher/arquillian-testenricher-resource/1.6.0.Final/arquillian-testenricher-resource-1.6.0.Final.jar (20 kB at 60 kB/s) 06:46:42 [2025-06-30T04:46:42.364Z] Progress (2): 121 kB | 20/54 kB 06:46:42 [2025-06-30T04:46:42.364Z] 06:46:42 [2025-06-30T04:46:42.364Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/arquillian/config/arquillian-config-spi/1.6.0.Final/arquillian-config-spi-1.6.0.Final.jar 06:46:42 [2025-06-30T04:46:42.364Z] Progress (2): 121 kB | 23/54 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (2): 121 kB | 28/54 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (2): 121 kB | 32/54 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (2): 121 kB | 36/54 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (2): 121 kB | 39/54 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (2): 121 kB | 44/54 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (2): 121 kB | 48/54 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (2): 121 kB | 52/54 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (2): 121 kB | 54 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (3): 121 kB | 54 kB | 4.1/7.5 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (4): 121 kB | 54 kB | 4.1/7.5 kB | 4.1/46 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (4): 121 kB | 54 kB | 4.1/7.5 kB | 7.6/46 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (4): 121 kB | 54 kB | 7.5 kB | 7.6/46 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (4): 121 kB | 54 kB | 7.5 kB | 12/46 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (4): 121 kB | 54 kB | 7.5 kB | 16/46 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (4): 121 kB | 54 kB | 7.5 kB | 20/46 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (4): 121 kB | 54 kB | 7.5 kB | 23/46 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (4): 121 kB | 54 kB | 7.5 kB | 28/46 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (4): 121 kB | 54 kB | 7.5 kB | 32/46 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (4): 121 kB | 54 kB | 7.5 kB | 36/46 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (4): 121 kB | 54 kB | 7.5 kB | 39/46 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (4): 121 kB | 54 kB | 7.5 kB | 44/46 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (4): 121 kB | 54 kB | 7.5 kB | 46 kB 06:46:42 [2025-06-30T04:46:42.364Z] 06:46:42 [2025-06-30T04:46:42.364Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/arquillian/container/arquillian-container-test-impl-base/1.6.0.Final/arquillian-container-test-impl-base-1.6.0.Final.jar (121 kB at 348 kB/s) 06:46:42 [2025-06-30T04:46:42.364Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/shrinkwrap/shrinkwrap-api/1.2.6/shrinkwrap-api-1.2.6.jar 06:46:42 [2025-06-30T04:46:42.364Z] Progress (4): 54 kB | 7.5 kB | 46 kB | 3.7 kB 06:46:42 [2025-06-30T04:46:42.364Z] 06:46:42 [2025-06-30T04:46:42.364Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/arquillian/container/arquillian-container-spi/1.6.0.Final/arquillian-container-spi-1.6.0.Final.jar (54 kB at 153 kB/s) 06:46:42 [2025-06-30T04:46:42.364Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-api-base/2.0.0/shrinkwrap-descriptors-api-base-2.0.0.jar 06:46:42 [2025-06-30T04:46:42.364Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/arquillian/config/arquillian-config-impl-base/1.6.0.Final/arquillian-config-impl-base-1.6.0.Final.jar (46 kB at 129 kB/s) 06:46:42 [2025-06-30T04:46:42.364Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/arquillian/test/arquillian-test-api/1.6.0.Final/arquillian-test-api-1.6.0.Final.jar 06:46:42 [2025-06-30T04:46:42.364Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/arquillian/config/arquillian-config-api/1.6.0.Final/arquillian-config-api-1.6.0.Final.jar (7.5 kB at 21 kB/s) 06:46:42 [2025-06-30T04:46:42.364Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/arquillian/container/arquillian-container-test-api/1.6.0.Final/arquillian-container-test-api-1.6.0.Final.jar 06:46:42 [2025-06-30T04:46:42.364Z] Progress (2): 3.7 kB | 4.1/66 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (2): 3.7 kB | 7.6/66 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (2): 3.7 kB | 12/66 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (2): 3.7 kB | 16/66 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (3): 3.7 kB | 16/66 kB | 4.1/17 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (3): 3.7 kB | 16/66 kB | 7.6/17 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (3): 3.7 kB | 20/66 kB | 7.6/17 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (3): 3.7 kB | 20/66 kB | 12/17 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (3): 3.7 kB | 20/66 kB | 16/17 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (3): 3.7 kB | 23/66 kB | 16/17 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (3): 3.7 kB | 23/66 kB | 17 kB 06:46:42 [2025-06-30T04:46:42.364Z] 06:46:42 [2025-06-30T04:46:42.364Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/arquillian/config/arquillian-config-spi/1.6.0.Final/arquillian-config-spi-1.6.0.Final.jar (3.7 kB at 10 kB/s) 06:46:42 [2025-06-30T04:46:42.364Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/arquillian/protocol/arquillian-protocol-servlet/1.6.0.Final/arquillian-protocol-servlet-1.6.0.Final.jar 06:46:42 [2025-06-30T04:46:42.364Z] Progress (2): 28/66 kB | 17 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (2): 32/66 kB | 17 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (2): 36/66 kB | 17 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (2): 39/66 kB | 17 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (2): 44/66 kB | 17 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (3): 44/66 kB | 17 kB | 3.5 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (3): 48/66 kB | 17 kB | 3.5 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (3): 52/66 kB | 17 kB | 3.5 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (3): 55/66 kB | 17 kB | 3.5 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (3): 60/66 kB | 17 kB | 3.5 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (3): 64/66 kB | 17 kB | 3.5 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (3): 66 kB | 17 kB | 3.5 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (4): 66 kB | 17 kB | 3.5 kB | 4.1/16 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (4): 66 kB | 17 kB | 3.5 kB | 7.6/16 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (4): 66 kB | 17 kB | 3.5 kB | 12/16 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (4): 66 kB | 17 kB | 3.5 kB | 16/16 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (4): 66 kB | 17 kB | 3.5 kB | 16 kB 06:46:42 [2025-06-30T04:46:42.364Z] 06:46:42 [2025-06-30T04:46:42.364Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-api-base/2.0.0/shrinkwrap-descriptors-api-base-2.0.0.jar (17 kB at 45 kB/s) 06:46:42 [2025-06-30T04:46:42.364Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-spi/2.0.0/shrinkwrap-descriptors-spi-2.0.0.jar 06:46:42 [2025-06-30T04:46:42.364Z] Progress (4): 66 kB | 3.5 kB | 16 kB | 4.1/63 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (4): 66 kB | 3.5 kB | 16 kB | 7.6/63 kB 06:46:42 [2025-06-30T04:46:42.364Z] 06:46:42 [2025-06-30T04:46:42.364Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/arquillian/test/arquillian-test-api/1.6.0.Final/arquillian-test-api-1.6.0.Final.jar (3.5 kB at 9.3 kB/s) 06:46:42 [2025-06-30T04:46:42.364Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/arquillian/wildfly-arquillian-testenricher-msc/3.0.1.Final/wildfly-arquillian-testenricher-msc-3.0.1.Final.jar 06:46:42 [2025-06-30T04:46:42.364Z] Progress (3): 66 kB | 16 kB | 12/63 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (3): 66 kB | 16 kB | 16/63 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (3): 66 kB | 16 kB | 20/63 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (3): 66 kB | 16 kB | 23/63 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (3): 66 kB | 16 kB | 28/63 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (3): 66 kB | 16 kB | 32/63 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (3): 66 kB | 16 kB | 36/63 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (3): 66 kB | 16 kB | 39/63 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (3): 66 kB | 16 kB | 44/63 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (3): 66 kB | 16 kB | 48/63 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (3): 66 kB | 16 kB | 52/63 kB 06:46:42 [2025-06-30T04:46:42.364Z] 06:46:42 [2025-06-30T04:46:42.364Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/shrinkwrap/shrinkwrap-api/1.2.6/shrinkwrap-api-1.2.6.jar (66 kB at 171 kB/s) 06:46:42 [2025-06-30T04:46:42.364Z] Progress (2): 16 kB | 55/63 kB 06:46:42 [2025-06-30T04:46:42.364Z] 06:46:42 [2025-06-30T04:46:42.364Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/core/wildfly-server/13.0.0.Final/wildfly-server-13.0.0.Final.jar 06:46:42 [2025-06-30T04:46:42.364Z] Progress (2): 16 kB | 60/63 kB 06:46:42 [2025-06-30T04:46:42.364Z] 06:46:42 [2025-06-30T04:46:42.364Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/arquillian/container/arquillian-container-test-api/1.6.0.Final/arquillian-container-test-api-1.6.0.Final.jar (16 kB at 42 kB/s) 06:46:42 [2025-06-30T04:46:42.364Z] Progress (1): 63 kB 06:46:42 [2025-06-30T04:46:42.364Z] 06:46:42 [2025-06-30T04:46:42.364Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/core/wildfly-controller/13.0.0.Final/wildfly-controller-13.0.0.Final.jar 06:46:42 [2025-06-30T04:46:42.364Z] Progress (2): 63 kB | 4.1/38 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (2): 63 kB | 7.6/38 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (2): 63 kB | 12/38 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (2): 63 kB | 16/38 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (2): 63 kB | 20/38 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (2): 63 kB | 23/38 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (2): 63 kB | 28/38 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (2): 63 kB | 32/38 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (2): 63 kB | 36/38 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (2): 63 kB | 38 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (3): 63 kB | 38 kB | 4.1/10 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (3): 63 kB | 38 kB | 7.6/10 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (3): 63 kB | 38 kB | 10 kB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (4): 63 kB | 38 kB | 10 kB | 0/1.8 MB 06:46:42 [2025-06-30T04:46:42.364Z] 06:46:42 [2025-06-30T04:46:42.364Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/arquillian/protocol/arquillian-protocol-servlet/1.6.0.Final/arquillian-protocol-servlet-1.6.0.Final.jar (63 kB at 155 kB/s) 06:46:42 [2025-06-30T04:46:42.364Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/core/wildfly-core-security/13.0.0.Final/wildfly-core-security-13.0.0.Final.jar 06:46:42 [2025-06-30T04:46:42.364Z] Progress (3): 38 kB | 10 kB | 0/1.8 MB 06:46:42 [2025-06-30T04:46:42.364Z] Progress (3): 38 kB | 10 kB | 0/1.8 MB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (4): 38 kB | 10 kB | 0/1.8 MB | 0/2.1 MB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (4): 38 kB | 10 kB | 0/1.8 MB | 0/2.1 MB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (4): 38 kB | 10 kB | 0/1.8 MB | 0/2.1 MB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (4): 38 kB | 10 kB | 0/1.8 MB | 0/2.1 MB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (4): 38 kB | 10 kB | 0/1.8 MB | 0/2.1 MB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (4): 38 kB | 10 kB | 0.1/1.8 MB | 0/2.1 MB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (4): 38 kB | 10 kB | 0.1/1.8 MB | 0/2.1 MB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (4): 38 kB | 10 kB | 0.1/1.8 MB | 0/2.1 MB 06:46:42 [2025-06-30T04:46:42.365Z] 06:46:42 [2025-06-30T04:46:42.365Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/arquillian/wildfly-arquillian-testenricher-msc/3.0.1.Final/wildfly-arquillian-testenricher-msc-3.0.1.Final.jar (10 kB at 25 kB/s) 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 38 kB | 0.1/1.8 MB | 0/2.1 MB 06:46:42 [2025-06-30T04:46:42.365Z] 06:46:42 [2025-06-30T04:46:42.365Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/core/wildfly-core-security-api/13.0.0.Final/wildfly-core-security-api-13.0.0.Final.jar 06:46:42 [2025-06-30T04:46:42.365Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-spi/2.0.0/shrinkwrap-descriptors-spi-2.0.0.jar (38 kB at 93 kB/s) 06:46:42 [2025-06-30T04:46:42.365Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/logmanager/jboss-logmanager/2.1.17.Final/jboss-logmanager-2.1.17.Final.jar 06:46:42 [2025-06-30T04:46:42.365Z] Progress (2): 0.1/1.8 MB | 0.1/2.1 MB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (2): 0.1/1.8 MB | 0.1/2.1 MB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (2): 0.1/1.8 MB | 0.1/2.1 MB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (2): 0.1/1.8 MB | 0.1/2.1 MB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (2): 0.1/1.8 MB | 0.1/2.1 MB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (2): 0.1/1.8 MB | 0.1/2.1 MB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (2): 0.1/1.8 MB | 0.1/2.1 MB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (2): 0.1/1.8 MB | 0.1/2.1 MB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (2): 0.1/1.8 MB | 0.1/2.1 MB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (2): 0.1/1.8 MB | 0.1/2.1 MB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (2): 0.1/1.8 MB | 0.1/2.1 MB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (2): 0.1/1.8 MB | 0.1/2.1 MB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (2): 0.1/1.8 MB | 0.1/2.1 MB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (2): 0.1/1.8 MB | 0.1/2.1 MB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (2): 0.1/1.8 MB | 0.1/2.1 MB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (2): 0.2/1.8 MB | 0.1/2.1 MB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (2): 0.2/1.8 MB | 0.1/2.1 MB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (2): 0.2/1.8 MB | 0.2/2.1 MB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (2): 0.2/1.8 MB | 0.2/2.1 MB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (2): 0.2/1.8 MB | 0.2/2.1 MB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (2): 0.2/1.8 MB | 0.2/2.1 MB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (2): 0.2/1.8 MB | 0.2/2.1 MB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (2): 0.2/1.8 MB | 0.2/2.1 MB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (2): 0.2/1.8 MB | 0.2/2.1 MB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (2): 0.2/1.8 MB | 0.2/2.1 MB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (2): 0.2/1.8 MB | 0.2/2.1 MB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.2/1.8 MB | 0.2/2.1 MB | 4.1/13 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.2/1.8 MB | 0.2/2.1 MB | 4.1/13 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.2/1.8 MB | 0.2/2.1 MB | 4.1/13 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.2/1.8 MB | 0.2/2.1 MB | 7.6/13 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.2/1.8 MB | 0.2/2.1 MB | 12/13 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.2/1.8 MB | 0.2/2.1 MB | 12/13 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.2/1.8 MB | 0.2/2.1 MB | 13 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.2/1.8 MB | 0.2/2.1 MB | 13 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.2/1.8 MB | 0.2/2.1 MB | 13 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.2/1.8 MB | 0.2/2.1 MB | 13 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.2/1.8 MB | 0.2/2.1 MB | 13 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.3/1.8 MB | 0.2/2.1 MB | 13 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (4): 0.3/1.8 MB | 0.2/2.1 MB | 13 kB | 4.1/4.7 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (4): 0.3/1.8 MB | 0.3/2.1 MB | 13 kB | 4.1/4.7 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (5): 0.3/1.8 MB | 0.3/2.1 MB | 13 kB | 4.1/4.7 kB | 4.1/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (5): 0.3/1.8 MB | 0.3/2.1 MB | 13 kB | 4.7 kB | 4.1/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (5): 0.3/1.8 MB | 0.3/2.1 MB | 13 kB | 4.7 kB | 4.1/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (5): 0.3/1.8 MB | 0.3/2.1 MB | 13 kB | 4.7 kB | 7.6/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (5): 0.3/1.8 MB | 0.3/2.1 MB | 13 kB | 4.7 kB | 7.6/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (5): 0.3/1.8 MB | 0.3/2.1 MB | 13 kB | 4.7 kB | 12/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (5): 0.3/1.8 MB | 0.3/2.1 MB | 13 kB | 4.7 kB | 16/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (5): 0.3/1.8 MB | 0.3/2.1 MB | 13 kB | 4.7 kB | 16/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (5): 0.3/1.8 MB | 0.3/2.1 MB | 13 kB | 4.7 kB | 20/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (5): 0.3/1.8 MB | 0.3/2.1 MB | 13 kB | 4.7 kB | 20/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (5): 0.3/1.8 MB | 0.3/2.1 MB | 13 kB | 4.7 kB | 23/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (5): 0.3/1.8 MB | 0.3/2.1 MB | 13 kB | 4.7 kB | 23/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (5): 0.3/1.8 MB | 0.3/2.1 MB | 13 kB | 4.7 kB | 28/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (5): 0.3/1.8 MB | 0.3/2.1 MB | 13 kB | 4.7 kB | 32/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (5): 0.3/1.8 MB | 0.3/2.1 MB | 13 kB | 4.7 kB | 32/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (5): 0.3/1.8 MB | 0.3/2.1 MB | 13 kB | 4.7 kB | 36/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (5): 0.3/1.8 MB | 0.3/2.1 MB | 13 kB | 4.7 kB | 36/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (5): 0.3/1.8 MB | 0.3/2.1 MB | 13 kB | 4.7 kB | 36/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (5): 0.3/1.8 MB | 0.3/2.1 MB | 13 kB | 4.7 kB | 39/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (5): 0.3/1.8 MB | 0.3/2.1 MB | 13 kB | 4.7 kB | 44/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (5): 0.3/1.8 MB | 0.3/2.1 MB | 13 kB | 4.7 kB | 44/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (5): 0.3/1.8 MB | 0.3/2.1 MB | 13 kB | 4.7 kB | 48/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (5): 0.3/1.8 MB | 0.3/2.1 MB | 13 kB | 4.7 kB | 48/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (5): 0.3/1.8 MB | 0.3/2.1 MB | 13 kB | 4.7 kB | 52/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (5): 0.3/1.8 MB | 0.3/2.1 MB | 13 kB | 4.7 kB | 52/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (5): 0.3/1.8 MB | 0.3/2.1 MB | 13 kB | 4.7 kB | 55/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (5): 0.3/1.8 MB | 0.3/2.1 MB | 13 kB | 4.7 kB | 60/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (5): 0.3/1.8 MB | 0.3/2.1 MB | 13 kB | 4.7 kB | 60/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (5): 0.3/1.8 MB | 0.3/2.1 MB | 13 kB | 4.7 kB | 64/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (5): 0.3/1.8 MB | 0.3/2.1 MB | 13 kB | 4.7 kB | 64/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (5): 0.3/1.8 MB | 0.3/2.1 MB | 13 kB | 4.7 kB | 64/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (5): 0.3/1.8 MB | 0.3/2.1 MB | 13 kB | 4.7 kB | 68/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (5): 0.3/1.8 MB | 0.3/2.1 MB | 13 kB | 4.7 kB | 71/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (5): 0.3/1.8 MB | 0.3/2.1 MB | 13 kB | 4.7 kB | 71/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (5): 0.3/1.8 MB | 0.3/2.1 MB | 13 kB | 4.7 kB | 74/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (5): 0.3/1.8 MB | 0.3/2.1 MB | 13 kB | 4.7 kB | 74/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (5): 0.4/1.8 MB | 0.3/2.1 MB | 13 kB | 4.7 kB | 74/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (5): 0.4/1.8 MB | 0.3/2.1 MB | 13 kB | 4.7 kB | 78/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (5): 0.4/1.8 MB | 0.3/2.1 MB | 13 kB | 4.7 kB | 82/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (5): 0.4/1.8 MB | 0.3/2.1 MB | 13 kB | 4.7 kB | 82/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (5): 0.4/1.8 MB | 0.3/2.1 MB | 13 kB | 4.7 kB | 86/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (5): 0.4/1.8 MB | 0.4/2.1 MB | 13 kB | 4.7 kB | 86/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (5): 0.4/1.8 MB | 0.4/2.1 MB | 13 kB | 4.7 kB | 90/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (5): 0.4/1.8 MB | 0.4/2.1 MB | 13 kB | 4.7 kB | 90/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (5): 0.4/1.8 MB | 0.4/2.1 MB | 13 kB | 4.7 kB | 94/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (5): 0.4/1.8 MB | 0.4/2.1 MB | 13 kB | 4.7 kB | 98/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (5): 0.4/1.8 MB | 0.4/2.1 MB | 13 kB | 4.7 kB | 102/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (5): 0.4/1.8 MB | 0.4/2.1 MB | 13 kB | 4.7 kB | 102/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (5): 0.4/1.8 MB | 0.4/2.1 MB | 13 kB | 4.7 kB | 102/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (5): 0.4/1.8 MB | 0.4/2.1 MB | 13 kB | 4.7 kB | 106/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (5): 0.4/1.8 MB | 0.4/2.1 MB | 13 kB | 4.7 kB | 111/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (5): 0.4/1.8 MB | 0.4/2.1 MB | 13 kB | 4.7 kB | 111/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (5): 0.4/1.8 MB | 0.4/2.1 MB | 13 kB | 4.7 kB | 115/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (5): 0.4/1.8 MB | 0.4/2.1 MB | 13 kB | 4.7 kB | 119/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (5): 0.4/1.8 MB | 0.4/2.1 MB | 13 kB | 4.7 kB | 119/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (5): 0.4/1.8 MB | 0.4/2.1 MB | 13 kB | 4.7 kB | 123/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (5): 0.4/1.8 MB | 0.4/2.1 MB | 13 kB | 4.7 kB | 123/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (5): 0.4/1.8 MB | 0.4/2.1 MB | 13 kB | 4.7 kB | 123/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (5): 0.4/1.8 MB | 0.4/2.1 MB | 13 kB | 4.7 kB | 127/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (5): 0.4/1.8 MB | 0.4/2.1 MB | 13 kB | 4.7 kB | 131/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (5): 0.4/1.8 MB | 0.4/2.1 MB | 13 kB | 4.7 kB | 135/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (5): 0.4/1.8 MB | 0.4/2.1 MB | 13 kB | 4.7 kB | 135/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (5): 0.4/1.8 MB | 0.4/2.1 MB | 13 kB | 4.7 kB | 139/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (5): 0.4/1.8 MB | 0.4/2.1 MB | 13 kB | 4.7 kB | 143/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (5): 0.4/1.8 MB | 0.4/2.1 MB | 13 kB | 4.7 kB | 143/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (5): 0.4/1.8 MB | 0.4/2.1 MB | 13 kB | 4.7 kB | 143/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (5): 0.4/1.8 MB | 0.4/2.1 MB | 13 kB | 4.7 kB | 147/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (5): 0.4/1.8 MB | 0.4/2.1 MB | 13 kB | 4.7 kB | 151/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (5): 0.4/1.8 MB | 0.4/2.1 MB | 13 kB | 4.7 kB | 151/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (5): 0.4/1.8 MB | 0.4/2.1 MB | 13 kB | 4.7 kB | 155/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (5): 0.4/1.8 MB | 0.4/2.1 MB | 13 kB | 4.7 kB | 155/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (5): 0.4/1.8 MB | 0.4/2.1 MB | 13 kB | 4.7 kB | 159/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (5): 0.4/1.8 MB | 0.4/2.1 MB | 13 kB | 4.7 kB | 159/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (5): 0.4/1.8 MB | 0.4/2.1 MB | 13 kB | 4.7 kB | 163/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] 06:46:42 [2025-06-30T04:46:42.365Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/core/wildfly-core-security-api/13.0.0.Final/wildfly-core-security-api-13.0.0.Final.jar (4.7 kB at 11 kB/s) 06:46:42 [2025-06-30T04:46:42.365Z] Progress (4): 0.4/1.8 MB | 0.4/2.1 MB | 13 kB | 167/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] 06:46:42 [2025-06-30T04:46:42.365Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/staxmapper/1.3.0.Final/staxmapper-1.3.0.Final.jar 06:46:42 [2025-06-30T04:46:42.365Z] Progress (4): 0.4/1.8 MB | 0.4/2.1 MB | 13 kB | 167/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] 06:46:42 [2025-06-30T04:46:42.365Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/core/wildfly-core-security/13.0.0.Final/wildfly-core-security-13.0.0.Final.jar (13 kB at 29 kB/s) 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.4/1.8 MB | 0.4/2.1 MB | 171/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] 06:46:42 [2025-06-30T04:46:42.365Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/projectodd/vdx/vdx-wildfly/1.1.6/vdx-wildfly-1.1.6.jar 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.4/1.8 MB | 0.4/2.1 MB | 171/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.4/1.8 MB | 0.4/2.1 MB | 175/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.4/1.8 MB | 0.4/2.1 MB | 179/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.4/1.8 MB | 0.4/2.1 MB | 183/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.4/1.8 MB | 0.5/2.1 MB | 183/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.5/1.8 MB | 0.5/2.1 MB | 183/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.5/1.8 MB | 0.5/2.1 MB | 187/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.5/1.8 MB | 0.5/2.1 MB | 191/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.5/1.8 MB | 0.5/2.1 MB | 191/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.5/1.8 MB | 0.5/2.1 MB | 195/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.5/1.8 MB | 0.5/2.1 MB | 199/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.5/1.8 MB | 0.5/2.1 MB | 199/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.5/1.8 MB | 0.5/2.1 MB | 203/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.5/1.8 MB | 0.5/2.1 MB | 207/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.5/1.8 MB | 0.5/2.1 MB | 207/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.5/1.8 MB | 0.5/2.1 MB | 207/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.5/1.8 MB | 0.5/2.1 MB | 211/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.5/1.8 MB | 0.5/2.1 MB | 215/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.5/1.8 MB | 0.5/2.1 MB | 215/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.5/1.8 MB | 0.5/2.1 MB | 219/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.5/1.8 MB | 0.5/2.1 MB | 223/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.5/1.8 MB | 0.5/2.1 MB | 227/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.5/1.8 MB | 0.5/2.1 MB | 227/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.5/1.8 MB | 0.5/2.1 MB | 229/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.5/1.8 MB | 0.5/2.1 MB | 233/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.5/1.8 MB | 0.5/2.1 MB | 233/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.5/1.8 MB | 0.5/2.1 MB | 238/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.5/1.8 MB | 0.5/2.1 MB | 238/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.5/1.8 MB | 0.5/2.1 MB | 242/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.5/1.8 MB | 0.5/2.1 MB | 242/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.5/1.8 MB | 0.5/2.1 MB | 246/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.5/1.8 MB | 0.5/2.1 MB | 250/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.5/1.8 MB | 0.5/2.1 MB | 250/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.5/1.8 MB | 0.5/2.1 MB | 254/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.5/1.8 MB | 0.5/2.1 MB | 258/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.5/1.8 MB | 0.5/2.1 MB | 258/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.5/1.8 MB | 0.5/2.1 MB | 262/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.5/1.8 MB | 0.5/2.1 MB | 266/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.5/1.8 MB | 0.5/2.1 MB | 266/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.5/1.8 MB | 0.5/2.1 MB | 270/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.5/1.8 MB | 0.5/2.1 MB | 270/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.5/1.8 MB | 0.5/2.1 MB | 274/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.5/1.8 MB | 0.5/2.1 MB | 274/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.5/1.8 MB | 0.5/2.1 MB | 279/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.5/1.8 MB | 0.5/2.1 MB | 283/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.5/1.8 MB | 0.5/2.1 MB | 283/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.5/1.8 MB | 0.5/2.1 MB | 287/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.5/1.8 MB | 0.5/2.1 MB | 291/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.6/1.8 MB | 0.5/2.1 MB | 291/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.6/1.8 MB | 0.5/2.1 MB | 295/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.6/1.8 MB | 0.5/2.1 MB | 299/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.6/1.8 MB | 0.5/2.1 MB | 299/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.6/1.8 MB | 0.5/2.1 MB | 299/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.6/1.8 MB | 0.5/2.1 MB | 303/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.6/1.8 MB | 0.5/2.1 MB | 303/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.6/1.8 MB | 0.5/2.1 MB | 307/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.6/1.8 MB | 0.5/2.1 MB | 311/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.6/1.8 MB | 0.5/2.1 MB | 311/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.6/1.8 MB | 0.5/2.1 MB | 315/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.6/1.8 MB | 0.5/2.1 MB | 319/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.6/1.8 MB | 0.5/2.1 MB | 319/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.6/1.8 MB | 0.5/2.1 MB | 323/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.6/1.8 MB | 0.5/2.1 MB | 327/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.6/1.8 MB | 0.5/2.1 MB | 327/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.6/1.8 MB | 0.5/2.1 MB | 331/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.6/1.8 MB | 0.5/2.1 MB | 331/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.6/1.8 MB | 0.5/2.1 MB | 335/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.6/1.8 MB | 0.5/2.1 MB | 339/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.6/1.8 MB | 0.5/2.1 MB | 339/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.6/1.8 MB | 0.5/2.1 MB | 343/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.6/1.8 MB | 0.5/2.1 MB | 347/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.6/1.8 MB | 0.5/2.1 MB | 347/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.6/1.8 MB | 0.5/2.1 MB | 351/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.6/1.8 MB | 0.5/2.1 MB | 351/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.6/1.8 MB | 0.5/2.1 MB | 355/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.6/1.8 MB | 0.5/2.1 MB | 355/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.6/1.8 MB | 0.5/2.1 MB | 359/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.6/1.8 MB | 0.5/2.1 MB | 363/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.6/1.8 MB | 0.5/2.1 MB | 363/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.6/1.8 MB | 0.5/2.1 MB | 367/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.6/1.8 MB | 0.5/2.1 MB | 371/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.6/1.8 MB | 0.5/2.1 MB | 371/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.6/1.8 MB | 0.5/2.1 MB | 375/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.6/1.8 MB | 0.6/2.1 MB | 375/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.6/1.8 MB | 0.6/2.1 MB | 379/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.6/1.8 MB | 0.6/2.1 MB | 379/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.6/1.8 MB | 0.6/2.1 MB | 383/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.6/1.8 MB | 0.6/2.1 MB | 387/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.7/1.8 MB | 0.6/2.1 MB | 387/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.7/1.8 MB | 0.6/2.1 MB | 391/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.7/1.8 MB | 0.6/2.1 MB | 393/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.7/1.8 MB | 0.6/2.1 MB | 397/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.7/1.8 MB | 0.6/2.1 MB | 397/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.7/1.8 MB | 0.6/2.1 MB | 401/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.7/1.8 MB | 0.6/2.1 MB | 401/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.7/1.8 MB | 0.6/2.1 MB | 406/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.7/1.8 MB | 0.6/2.1 MB | 409/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.7/1.8 MB | 0.6/2.1 MB | 409/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.7/1.8 MB | 0.6/2.1 MB | 413/432 kB 06:46:42 [2025-06-30T04:46:42.365Z] Progress (3): 0.7/1.8 MB | 0.6/2.1 MB | 417/432 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (3): 0.7/1.8 MB | 0.6/2.1 MB | 417/432 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (3): 0.7/1.8 MB | 0.6/2.1 MB | 422/432 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (3): 0.7/1.8 MB | 0.6/2.1 MB | 425/432 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (3): 0.7/1.8 MB | 0.6/2.1 MB | 425/432 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (3): 0.7/1.8 MB | 0.6/2.1 MB | 429/432 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (3): 0.7/1.8 MB | 0.6/2.1 MB | 432 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (3): 0.7/1.8 MB | 0.6/2.1 MB | 432 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (3): 0.7/1.8 MB | 0.6/2.1 MB | 432 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (3): 0.7/1.8 MB | 0.6/2.1 MB | 432 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (3): 0.7/1.8 MB | 0.6/2.1 MB | 432 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (3): 0.7/1.8 MB | 0.6/2.1 MB | 432 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (3): 0.7/1.8 MB | 0.6/2.1 MB | 432 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (3): 0.7/1.8 MB | 0.6/2.1 MB | 432 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (3): 0.7/1.8 MB | 0.6/2.1 MB | 432 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (3): 0.7/1.8 MB | 0.6/2.1 MB | 432 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (3): 0.7/1.8 MB | 0.6/2.1 MB | 432 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (3): 0.8/1.8 MB | 0.6/2.1 MB | 432 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (3): 0.8/1.8 MB | 0.6/2.1 MB | 432 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (3): 0.8/1.8 MB | 0.6/2.1 MB | 432 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (3): 0.8/1.8 MB | 0.6/2.1 MB | 432 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (3): 0.8/1.8 MB | 0.6/2.1 MB | 432 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (3): 0.8/1.8 MB | 0.6/2.1 MB | 432 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (4): 0.8/1.8 MB | 0.6/2.1 MB | 432 kB | 4.1/38 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (4): 0.8/1.8 MB | 0.6/2.1 MB | 432 kB | 4.1/38 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (4): 0.8/1.8 MB | 0.6/2.1 MB | 432 kB | 7.6/38 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (4): 0.8/1.8 MB | 0.7/2.1 MB | 432 kB | 7.6/38 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (4): 0.8/1.8 MB | 0.7/2.1 MB | 432 kB | 7.6/38 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (4): 0.8/1.8 MB | 0.7/2.1 MB | 432 kB | 12/38 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (4): 0.8/1.8 MB | 0.7/2.1 MB | 432 kB | 16/38 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (4): 0.8/1.8 MB | 0.7/2.1 MB | 432 kB | 16/38 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (4): 0.8/1.8 MB | 0.7/2.1 MB | 432 kB | 20/38 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (5): 0.8/1.8 MB | 0.7/2.1 MB | 432 kB | 20/38 kB | 4.1/11 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (5): 0.8/1.8 MB | 0.7/2.1 MB | 432 kB | 20/38 kB | 4.1/11 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (5): 0.8/1.8 MB | 0.7/2.1 MB | 432 kB | 23/38 kB | 4.1/11 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (5): 0.8/1.8 MB | 0.7/2.1 MB | 432 kB | 23/38 kB | 7.6/11 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (5): 0.8/1.8 MB | 0.7/2.1 MB | 432 kB | 23/38 kB | 7.6/11 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (5): 0.8/1.8 MB | 0.7/2.1 MB | 432 kB | 23/38 kB | 11 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (5): 0.8/1.8 MB | 0.7/2.1 MB | 432 kB | 28/38 kB | 11 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (5): 0.8/1.8 MB | 0.7/2.1 MB | 432 kB | 28/38 kB | 11 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (5): 0.8/1.8 MB | 0.7/2.1 MB | 432 kB | 32/38 kB | 11 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (5): 0.8/1.8 MB | 0.7/2.1 MB | 432 kB | 36/38 kB | 11 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (5): 0.8/1.8 MB | 0.7/2.1 MB | 432 kB | 36/38 kB | 11 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (5): 0.8/1.8 MB | 0.7/2.1 MB | 432 kB | 38 kB | 11 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (5): 0.8/1.8 MB | 0.7/2.1 MB | 432 kB | 38 kB | 11 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (5): 0.8/1.8 MB | 0.7/2.1 MB | 432 kB | 38 kB | 11 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (5): 0.8/1.8 MB | 0.7/2.1 MB | 432 kB | 38 kB | 11 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (5): 0.9/1.8 MB | 0.7/2.1 MB | 432 kB | 38 kB | 11 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (5): 0.9/1.8 MB | 0.7/2.1 MB | 432 kB | 38 kB | 11 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (5): 0.9/1.8 MB | 0.7/2.1 MB | 432 kB | 38 kB | 11 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (5): 0.9/1.8 MB | 0.7/2.1 MB | 432 kB | 38 kB | 11 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (5): 0.9/1.8 MB | 0.7/2.1 MB | 432 kB | 38 kB | 11 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (5): 0.9/1.8 MB | 0.7/2.1 MB | 432 kB | 38 kB | 11 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (5): 0.9/1.8 MB | 0.7/2.1 MB | 432 kB | 38 kB | 11 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (5): 0.9/1.8 MB | 0.7/2.1 MB | 432 kB | 38 kB | 11 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (5): 0.9/1.8 MB | 0.7/2.1 MB | 432 kB | 38 kB | 11 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (5): 0.9/1.8 MB | 0.7/2.1 MB | 432 kB | 38 kB | 11 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (5): 0.9/1.8 MB | 0.7/2.1 MB | 432 kB | 38 kB | 11 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (5): 0.9/1.8 MB | 0.8/2.1 MB | 432 kB | 38 kB | 11 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (5): 0.9/1.8 MB | 0.8/2.1 MB | 432 kB | 38 kB | 11 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (5): 0.9/1.8 MB | 0.8/2.1 MB | 432 kB | 38 kB | 11 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (5): 0.9/1.8 MB | 0.8/2.1 MB | 432 kB | 38 kB | 11 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (5): 0.9/1.8 MB | 0.8/2.1 MB | 432 kB | 38 kB | 11 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (5): 1.0/1.8 MB | 0.8/2.1 MB | 432 kB | 38 kB | 11 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (5): 1.0/1.8 MB | 0.8/2.1 MB | 432 kB | 38 kB | 11 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (5): 1.0/1.8 MB | 0.8/2.1 MB | 432 kB | 38 kB | 11 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (5): 1.0/1.8 MB | 0.8/2.1 MB | 432 kB | 38 kB | 11 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (5): 1.0/1.8 MB | 0.8/2.1 MB | 432 kB | 38 kB | 11 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (5): 1.0/1.8 MB | 0.8/2.1 MB | 432 kB | 38 kB | 11 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (5): 1.0/1.8 MB | 0.8/2.1 MB | 432 kB | 38 kB | 11 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (5): 1.0/1.8 MB | 0.8/2.1 MB | 432 kB | 38 kB | 11 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (5): 1.0/1.8 MB | 0.8/2.1 MB | 432 kB | 38 kB | 11 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (5): 1.0/1.8 MB | 0.8/2.1 MB | 432 kB | 38 kB | 11 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (5): 1.0/1.8 MB | 0.8/2.1 MB | 432 kB | 38 kB | 11 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (5): 1.0/1.8 MB | 0.8/2.1 MB | 432 kB | 38 kB | 11 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (5): 1.0/1.8 MB | 0.8/2.1 MB | 432 kB | 38 kB | 11 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (5): 1.0/1.8 MB | 0.8/2.1 MB | 432 kB | 38 kB | 11 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (5): 1.0/1.8 MB | 0.8/2.1 MB | 432 kB | 38 kB | 11 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (5): 1.0/1.8 MB | 0.8/2.1 MB | 432 kB | 38 kB | 11 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (5): 1.0/1.8 MB | 0.8/2.1 MB | 432 kB | 38 kB | 11 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (5): 1.1/1.8 MB | 0.8/2.1 MB | 432 kB | 38 kB | 11 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (5): 1.1/1.8 MB | 0.8/2.1 MB | 432 kB | 38 kB | 11 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (5): 1.1/1.8 MB | 0.9/2.1 MB | 432 kB | 38 kB | 11 kB 06:46:42 [2025-06-30T04:46:42.366Z] 06:46:42 [2025-06-30T04:46:42.366Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/logmanager/jboss-logmanager/2.1.17.Final/jboss-logmanager-2.1.17.Final.jar (432 kB at 939 kB/s) 06:46:42 [2025-06-30T04:46:42.366Z] Progress (4): 1.1/1.8 MB | 0.9/2.1 MB | 38 kB | 11 kB 06:46:42 [2025-06-30T04:46:42.366Z] 06:46:42 [2025-06-30T04:46:42.366Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/projectodd/vdx/vdx-core/1.1.6/vdx-core-1.1.6.jar 06:46:42 [2025-06-30T04:46:42.366Z] Progress (4): 1.1/1.8 MB | 0.9/2.1 MB | 38 kB | 11 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (4): 1.1/1.8 MB | 0.9/2.1 MB | 38 kB | 11 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (4): 1.1/1.8 MB | 0.9/2.1 MB | 38 kB | 11 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (4): 1.1/1.8 MB | 0.9/2.1 MB | 38 kB | 11 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (4): 1.1/1.8 MB | 0.9/2.1 MB | 38 kB | 11 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (4): 1.1/1.8 MB | 0.9/2.1 MB | 38 kB | 11 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (4): 1.1/1.8 MB | 0.9/2.1 MB | 38 kB | 11 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (4): 1.1/1.8 MB | 0.9/2.1 MB | 38 kB | 11 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (4): 1.1/1.8 MB | 0.9/2.1 MB | 38 kB | 11 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (4): 1.1/1.8 MB | 0.9/2.1 MB | 38 kB | 11 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (4): 1.1/1.8 MB | 0.9/2.1 MB | 38 kB | 11 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (4): 1.1/1.8 MB | 0.9/2.1 MB | 38 kB | 11 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (4): 1.2/1.8 MB | 0.9/2.1 MB | 38 kB | 11 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (4): 1.2/1.8 MB | 0.9/2.1 MB | 38 kB | 11 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (4): 1.2/1.8 MB | 0.9/2.1 MB | 38 kB | 11 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (4): 1.2/1.8 MB | 0.9/2.1 MB | 38 kB | 11 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (4): 1.2/1.8 MB | 0.9/2.1 MB | 38 kB | 11 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (4): 1.2/1.8 MB | 0.9/2.1 MB | 38 kB | 11 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (4): 1.2/1.8 MB | 0.9/2.1 MB | 38 kB | 11 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (4): 1.2/1.8 MB | 0.9/2.1 MB | 38 kB | 11 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (4): 1.2/1.8 MB | 0.9/2.1 MB | 38 kB | 11 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (4): 1.2/1.8 MB | 0.9/2.1 MB | 38 kB | 11 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (4): 1.2/1.8 MB | 0.9/2.1 MB | 38 kB | 11 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (4): 1.2/1.8 MB | 1.0/2.1 MB | 38 kB | 11 kB 06:46:42 [2025-06-30T04:46:42.366Z] 06:46:42 [2025-06-30T04:46:42.366Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/projectodd/vdx/vdx-wildfly/1.1.6/vdx-wildfly-1.1.6.jar (11 kB at 23 kB/s) 06:46:42 [2025-06-30T04:46:42.366Z] Progress (3): 1.2/1.8 MB | 1.0/2.1 MB | 38 kB 06:46:42 [2025-06-30T04:46:42.366Z] 06:46:42 [2025-06-30T04:46:42.366Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/core/wildfly-core-management-client/13.0.0.Final/wildfly-core-management-client-13.0.0.Final.jar 06:46:42 [2025-06-30T04:46:42.366Z] Progress (3): 1.2/1.8 MB | 1.0/2.1 MB | 38 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (3): 1.2/1.8 MB | 1.0/2.1 MB | 38 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (3): 1.2/1.8 MB | 1.0/2.1 MB | 38 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (3): 1.3/1.8 MB | 1.0/2.1 MB | 38 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (3): 1.3/1.8 MB | 1.0/2.1 MB | 38 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (3): 1.3/1.8 MB | 1.0/2.1 MB | 38 kB 06:46:42 [2025-06-30T04:46:42.366Z] 06:46:42 [2025-06-30T04:46:42.366Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/staxmapper/1.3.0.Final/staxmapper-1.3.0.Final.jar (38 kB at 81 kB/s) 06:46:42 [2025-06-30T04:46:42.366Z] Progress (2): 1.3/1.8 MB | 1.0/2.1 MB 06:46:42 [2025-06-30T04:46:42.366Z] 06:46:42 [2025-06-30T04:46:42.366Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/core/wildfly-domain-http-interface/13.0.0.Final/wildfly-domain-http-interface-13.0.0.Final.jar 06:46:42 [2025-06-30T04:46:42.366Z] Progress (2): 1.3/1.8 MB | 1.0/2.1 MB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (2): 1.3/1.8 MB | 1.0/2.1 MB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (2): 1.3/1.8 MB | 1.0/2.1 MB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (2): 1.3/1.8 MB | 1.0/2.1 MB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (2): 1.3/1.8 MB | 1.0/2.1 MB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (2): 1.3/1.8 MB | 1.0/2.1 MB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (2): 1.3/1.8 MB | 1.0/2.1 MB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (2): 1.3/1.8 MB | 1.0/2.1 MB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (2): 1.3/1.8 MB | 1.0/2.1 MB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (2): 1.3/1.8 MB | 1.0/2.1 MB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (2): 1.3/1.8 MB | 1.0/2.1 MB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (2): 1.3/1.8 MB | 1.0/2.1 MB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (2): 1.4/1.8 MB | 1.0/2.1 MB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (2): 1.4/1.8 MB | 1.0/2.1 MB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (2): 1.4/1.8 MB | 1.0/2.1 MB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (2): 1.4/1.8 MB | 1.1/2.1 MB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (2): 1.4/1.8 MB | 1.1/2.1 MB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (2): 1.4/1.8 MB | 1.1/2.1 MB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (2): 1.4/1.8 MB | 1.1/2.1 MB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (2): 1.4/1.8 MB | 1.1/2.1 MB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (2): 1.4/1.8 MB | 1.1/2.1 MB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (2): 1.4/1.8 MB | 1.1/2.1 MB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (2): 1.4/1.8 MB | 1.1/2.1 MB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (2): 1.4/1.8 MB | 1.1/2.1 MB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (2): 1.4/1.8 MB | 1.1/2.1 MB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (2): 1.4/1.8 MB | 1.1/2.1 MB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (2): 1.4/1.8 MB | 1.1/2.1 MB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (2): 1.4/1.8 MB | 1.1/2.1 MB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (2): 1.4/1.8 MB | 1.1/2.1 MB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (2): 1.4/1.8 MB | 1.1/2.1 MB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (2): 1.5/1.8 MB | 1.1/2.1 MB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (2): 1.5/1.8 MB | 1.1/2.1 MB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (2): 1.5/1.8 MB | 1.1/2.1 MB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (2): 1.5/1.8 MB | 1.1/2.1 MB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (2): 1.5/1.8 MB | 1.1/2.1 MB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (2): 1.5/1.8 MB | 1.1/2.1 MB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (2): 1.5/1.8 MB | 1.1/2.1 MB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (2): 1.5/1.8 MB | 1.2/2.1 MB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (2): 1.5/1.8 MB | 1.2/2.1 MB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (2): 1.5/1.8 MB | 1.2/2.1 MB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (2): 1.5/1.8 MB | 1.2/2.1 MB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (2): 1.5/1.8 MB | 1.2/2.1 MB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (3): 1.5/1.8 MB | 1.2/2.1 MB | 4.1/88 kB 06:46:42 [2025-06-30T04:46:42.366Z] Progress (3): 1.5/1.8 MB | 1.2/2.1 MB | 4.1/88 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (3): 1.5/1.8 MB | 1.2/2.1 MB | 7.6/88 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (3): 1.5/1.8 MB | 1.2/2.1 MB | 7.6/88 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (3): 1.5/1.8 MB | 1.2/2.1 MB | 12/88 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (3): 1.5/1.8 MB | 1.2/2.1 MB | 12/88 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (3): 1.5/1.8 MB | 1.2/2.1 MB | 16/88 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (3): 1.5/1.8 MB | 1.2/2.1 MB | 16/88 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (3): 1.5/1.8 MB | 1.2/2.1 MB | 20/88 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (3): 1.5/1.8 MB | 1.2/2.1 MB | 23/88 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (3): 1.6/1.8 MB | 1.2/2.1 MB | 23/88 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (3): 1.6/1.8 MB | 1.2/2.1 MB | 28/88 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (3): 1.6/1.8 MB | 1.2/2.1 MB | 32/88 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (3): 1.6/1.8 MB | 1.2/2.1 MB | 32/88 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (3): 1.6/1.8 MB | 1.2/2.1 MB | 32/88 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (3): 1.6/1.8 MB | 1.2/2.1 MB | 36/88 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (3): 1.6/1.8 MB | 1.2/2.1 MB | 36/88 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (3): 1.6/1.8 MB | 1.2/2.1 MB | 39/88 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (3): 1.6/1.8 MB | 1.2/2.1 MB | 44/88 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (3): 1.6/1.8 MB | 1.2/2.1 MB | 44/88 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (3): 1.6/1.8 MB | 1.2/2.1 MB | 48/88 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (3): 1.6/1.8 MB | 1.2/2.1 MB | 52/88 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (3): 1.6/1.8 MB | 1.2/2.1 MB | 52/88 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (3): 1.6/1.8 MB | 1.2/2.1 MB | 55/88 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (3): 1.6/1.8 MB | 1.2/2.1 MB | 55/88 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (3): 1.6/1.8 MB | 1.2/2.1 MB | 60/88 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (3): 1.6/1.8 MB | 1.2/2.1 MB | 64/88 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (3): 1.6/1.8 MB | 1.2/2.1 MB | 64/88 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (3): 1.6/1.8 MB | 1.2/2.1 MB | 68/88 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (3): 1.6/1.8 MB | 1.2/2.1 MB | 71/88 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (3): 1.6/1.8 MB | 1.2/2.1 MB | 71/88 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (3): 1.6/1.8 MB | 1.2/2.1 MB | 71/88 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (3): 1.6/1.8 MB | 1.2/2.1 MB | 74/88 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (3): 1.6/1.8 MB | 1.2/2.1 MB | 74/88 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (3): 1.6/1.8 MB | 1.2/2.1 MB | 78/88 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (3): 1.6/1.8 MB | 1.2/2.1 MB | 82/88 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (3): 1.6/1.8 MB | 1.2/2.1 MB | 82/88 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (3): 1.6/1.8 MB | 1.2/2.1 MB | 86/88 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (3): 1.6/1.8 MB | 1.2/2.1 MB | 88 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (3): 1.6/1.8 MB | 1.3/2.1 MB | 88 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (3): 1.6/1.8 MB | 1.3/2.1 MB | 88 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (3): 1.6/1.8 MB | 1.3/2.1 MB | 88 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (3): 1.6/1.8 MB | 1.3/2.1 MB | 88 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (3): 1.6/1.8 MB | 1.3/2.1 MB | 88 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (3): 1.7/1.8 MB | 1.3/2.1 MB | 88 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (3): 1.7/1.8 MB | 1.3/2.1 MB | 88 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (3): 1.7/1.8 MB | 1.3/2.1 MB | 88 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (3): 1.7/1.8 MB | 1.3/2.1 MB | 88 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (3): 1.7/1.8 MB | 1.3/2.1 MB | 88 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (3): 1.7/1.8 MB | 1.3/2.1 MB | 88 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (3): 1.7/1.8 MB | 1.3/2.1 MB | 88 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (3): 1.7/1.8 MB | 1.3/2.1 MB | 88 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (3): 1.7/1.8 MB | 1.3/2.1 MB | 88 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (3): 1.7/1.8 MB | 1.3/2.1 MB | 88 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (4): 1.7/1.8 MB | 1.3/2.1 MB | 88 kB | 4.1/14 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (4): 1.7/1.8 MB | 1.3/2.1 MB | 88 kB | 4.1/14 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (4): 1.7/1.8 MB | 1.3/2.1 MB | 88 kB | 7.6/14 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (4): 1.7/1.8 MB | 1.3/2.1 MB | 88 kB | 7.6/14 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (4): 1.7/1.8 MB | 1.3/2.1 MB | 88 kB | 12/14 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (4): 1.7/1.8 MB | 1.3/2.1 MB | 88 kB | 12/14 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (4): 1.7/1.8 MB | 1.3/2.1 MB | 88 kB | 14 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (4): 1.7/1.8 MB | 1.3/2.1 MB | 88 kB | 14 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (5): 1.7/1.8 MB | 1.3/2.1 MB | 88 kB | 14 kB | 4.1/119 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (5): 1.7/1.8 MB | 1.3/2.1 MB | 88 kB | 14 kB | 4.1/119 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (5): 1.7/1.8 MB | 1.3/2.1 MB | 88 kB | 14 kB | 7.6/119 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (5): 1.8/1.8 MB | 1.3/2.1 MB | 88 kB | 14 kB | 7.6/119 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (5): 1.8/1.8 MB | 1.3/2.1 MB | 88 kB | 14 kB | 12/119 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (5): 1.8/1.8 MB | 1.3/2.1 MB | 88 kB | 14 kB | 12/119 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (5): 1.8/1.8 MB | 1.3/2.1 MB | 88 kB | 14 kB | 16/119 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (5): 1.8/1.8 MB | 1.3/2.1 MB | 88 kB | 14 kB | 20/119 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (5): 1.8/1.8 MB | 1.3/2.1 MB | 88 kB | 14 kB | 20/119 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (5): 1.8/1.8 MB | 1.3/2.1 MB | 88 kB | 14 kB | 23/119 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (5): 1.8/1.8 MB | 1.3/2.1 MB | 88 kB | 14 kB | 23/119 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (5): 1.8/1.8 MB | 1.3/2.1 MB | 88 kB | 14 kB | 28/119 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (5): 1.8/1.8 MB | 1.3/2.1 MB | 88 kB | 14 kB | 28/119 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (5): 1.8/1.8 MB | 1.3/2.1 MB | 88 kB | 14 kB | 32/119 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (5): 1.8/1.8 MB | 1.3/2.1 MB | 88 kB | 14 kB | 32/119 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (5): 1.8/1.8 MB | 1.3/2.1 MB | 88 kB | 14 kB | 36/119 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (5): 1.8/1.8 MB | 1.3/2.1 MB | 88 kB | 14 kB | 39/119 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (5): 1.8/1.8 MB | 1.3/2.1 MB | 88 kB | 14 kB | 39/119 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (5): 1.8/1.8 MB | 1.4/2.1 MB | 88 kB | 14 kB | 39/119 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (5): 1.8/1.8 MB | 1.4/2.1 MB | 88 kB | 14 kB | 44/119 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (5): 1.8/1.8 MB | 1.4/2.1 MB | 88 kB | 14 kB | 44/119 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (5): 1.8/1.8 MB | 1.4/2.1 MB | 88 kB | 14 kB | 48/119 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (5): 1.8/1.8 MB | 1.4/2.1 MB | 88 kB | 14 kB | 48/119 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (5): 1.8/1.8 MB | 1.4/2.1 MB | 88 kB | 14 kB | 52/119 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (5): 1.8/1.8 MB | 1.4/2.1 MB | 88 kB | 14 kB | 55/119 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (5): 1.8/1.8 MB | 1.4/2.1 MB | 88 kB | 14 kB | 55/119 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (5): 1.8/1.8 MB | 1.4/2.1 MB | 88 kB | 14 kB | 60/119 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (5): 1.8/1.8 MB | 1.4/2.1 MB | 88 kB | 14 kB | 60/119 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (5): 1.8/1.8 MB | 1.4/2.1 MB | 88 kB | 14 kB | 60/119 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (5): 1.8/1.8 MB | 1.4/2.1 MB | 88 kB | 14 kB | 64/119 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (5): 1.8/1.8 MB | 1.4/2.1 MB | 88 kB | 14 kB | 64/119 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (5): 1.8/1.8 MB | 1.4/2.1 MB | 88 kB | 14 kB | 68/119 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (5): 1.8/1.8 MB | 1.4/2.1 MB | 88 kB | 14 kB | 71/119 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (5): 1.8 MB | 1.4/2.1 MB | 88 kB | 14 kB | 71/119 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (5): 1.8 MB | 1.4/2.1 MB | 88 kB | 14 kB | 74/119 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (5): 1.8 MB | 1.4/2.1 MB | 88 kB | 14 kB | 78/119 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (5): 1.8 MB | 1.4/2.1 MB | 88 kB | 14 kB | 82/119 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (5): 1.8 MB | 1.4/2.1 MB | 88 kB | 14 kB | 82/119 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (5): 1.8 MB | 1.4/2.1 MB | 88 kB | 14 kB | 86/119 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (5): 1.8 MB | 1.4/2.1 MB | 88 kB | 14 kB | 90/119 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (5): 1.8 MB | 1.4/2.1 MB | 88 kB | 14 kB | 94/119 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (5): 1.8 MB | 1.4/2.1 MB | 88 kB | 14 kB | 98/119 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (5): 1.8 MB | 1.4/2.1 MB | 88 kB | 14 kB | 102/119 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (5): 1.8 MB | 1.4/2.1 MB | 88 kB | 14 kB | 102/119 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (5): 1.8 MB | 1.4/2.1 MB | 88 kB | 14 kB | 106/119 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (5): 1.8 MB | 1.4/2.1 MB | 88 kB | 14 kB | 111/119 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (5): 1.8 MB | 1.4/2.1 MB | 88 kB | 14 kB | 115/119 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (5): 1.8 MB | 1.4/2.1 MB | 88 kB | 14 kB | 119/119 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (5): 1.8 MB | 1.4/2.1 MB | 88 kB | 14 kB | 119 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (5): 1.8 MB | 1.4/2.1 MB | 88 kB | 14 kB | 119 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (5): 1.8 MB | 1.4/2.1 MB | 88 kB | 14 kB | 119 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (5): 1.8 MB | 1.4/2.1 MB | 88 kB | 14 kB | 119 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (5): 1.8 MB | 1.5/2.1 MB | 88 kB | 14 kB | 119 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (5): 1.8 MB | 1.5/2.1 MB | 88 kB | 14 kB | 119 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (5): 1.8 MB | 1.5/2.1 MB | 88 kB | 14 kB | 119 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (5): 1.8 MB | 1.5/2.1 MB | 88 kB | 14 kB | 119 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (5): 1.8 MB | 1.5/2.1 MB | 88 kB | 14 kB | 119 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (5): 1.8 MB | 1.5/2.1 MB | 88 kB | 14 kB | 119 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (5): 1.8 MB | 1.6/2.1 MB | 88 kB | 14 kB | 119 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (5): 1.8 MB | 1.6/2.1 MB | 88 kB | 14 kB | 119 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (5): 1.8 MB | 1.6/2.1 MB | 88 kB | 14 kB | 119 kB 06:46:42 [2025-06-30T04:46:42.617Z] 06:46:42 [2025-06-30T04:46:42.617Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/projectodd/vdx/vdx-core/1.1.6/vdx-core-1.1.6.jar (88 kB at 179 kB/s) 06:46:42 [2025-06-30T04:46:42.617Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/elytron-web/undertow-server/1.8.0.Final/undertow-server-1.8.0.Final.jar 06:46:42 [2025-06-30T04:46:42.617Z] Progress (4): 1.8 MB | 1.6/2.1 MB | 14 kB | 119 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (4): 1.8 MB | 1.6/2.1 MB | 14 kB | 119 kB 06:46:42 [2025-06-30T04:46:42.617Z] Progress (4): 1.8 MB | 1.6/2.1 MB | 14 kB | 119 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (4): 1.8 MB | 1.7/2.1 MB | 14 kB | 119 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (4): 1.8 MB | 1.7/2.1 MB | 14 kB | 119 kB 06:46:42 [2025-06-30T04:46:42.618Z] 06:46:42 [2025-06-30T04:46:42.618Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/core/wildfly-core-management-client/13.0.0.Final/wildfly-core-management-client-13.0.0.Final.jar (14 kB at 29 kB/s) 06:46:42 [2025-06-30T04:46:42.618Z] Progress (3): 1.8 MB | 1.7/2.1 MB | 119 kB 06:46:42 [2025-06-30T04:46:42.618Z] 06:46:42 [2025-06-30T04:46:42.618Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/core/wildfly-deployment-repository/13.0.0.Final/wildfly-deployment-repository-13.0.0.Final.jar 06:46:42 [2025-06-30T04:46:42.618Z] Progress (3): 1.8 MB | 1.7/2.1 MB | 119 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (3): 1.8 MB | 1.7/2.1 MB | 119 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (3): 1.8 MB | 1.7/2.1 MB | 119 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (3): 1.8 MB | 1.8/2.1 MB | 119 kB 06:46:42 [2025-06-30T04:46:42.618Z] 06:46:42 [2025-06-30T04:46:42.618Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/core/wildfly-server/13.0.0.Final/wildfly-server-13.0.0.Final.jar (1.8 MB at 3.7 MB/s) 06:46:42 [2025-06-30T04:46:42.618Z] Progress (2): 1.8/2.1 MB | 119 kB 06:46:42 [2025-06-30T04:46:42.618Z] 06:46:42 [2025-06-30T04:46:42.618Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/core/wildfly-platform-mbean/13.0.0.Final/wildfly-platform-mbean-13.0.0.Final.jar 06:46:42 [2025-06-30T04:46:42.618Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/core/wildfly-domain-http-interface/13.0.0.Final/wildfly-domain-http-interface-13.0.0.Final.jar (119 kB at 240 kB/s) 06:46:42 [2025-06-30T04:46:42.618Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/core/wildfly-process-controller/13.0.0.Final/wildfly-process-controller-13.0.0.Final.jar 06:46:42 [2025-06-30T04:46:42.618Z] Progress (1): 1.8/2.1 MB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (1): 1.8/2.1 MB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (1): 1.8/2.1 MB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (1): 1.8/2.1 MB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (1): 1.9/2.1 MB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (1): 1.9/2.1 MB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (1): 1.9/2.1 MB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (1): 1.9/2.1 MB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (1): 1.9/2.1 MB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (1): 1.9/2.1 MB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (1): 2.0/2.1 MB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (1): 2.0/2.1 MB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (1): 2.0/2.1 MB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (1): 2.0/2.1 MB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (2): 2.0/2.1 MB | 4.1/35 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (2): 2.0/2.1 MB | 7.6/35 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (2): 2.0/2.1 MB | 12/35 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (2): 2.0/2.1 MB | 12/35 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (2): 2.0/2.1 MB | 16/35 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (2): 2.0/2.1 MB | 20/35 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (2): 2.0/2.1 MB | 23/35 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (2): 2.0/2.1 MB | 28/35 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (2): 2.0/2.1 MB | 28/35 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (2): 2.0/2.1 MB | 32/35 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (2): 2.0/2.1 MB | 35 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (2): 2.1/2.1 MB | 35 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (2): 2.1/2.1 MB | 35 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (2): 2.1 MB | 35 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (3): 2.1 MB | 35 kB | 4.1/57 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (3): 2.1 MB | 35 kB | 7.6/57 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (3): 2.1 MB | 35 kB | 12/57 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (3): 2.1 MB | 35 kB | 16/57 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (3): 2.1 MB | 35 kB | 20/57 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (3): 2.1 MB | 35 kB | 23/57 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (3): 2.1 MB | 35 kB | 28/57 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (3): 2.1 MB | 35 kB | 32/57 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (3): 2.1 MB | 35 kB | 36/57 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (3): 2.1 MB | 35 kB | 39/57 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (3): 2.1 MB | 35 kB | 44/57 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (3): 2.1 MB | 35 kB | 48/57 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (3): 2.1 MB | 35 kB | 52/57 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (3): 2.1 MB | 35 kB | 55/57 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (3): 2.1 MB | 35 kB | 57 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (4): 2.1 MB | 35 kB | 57 kB | 4.1/116 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (4): 2.1 MB | 35 kB | 57 kB | 7.6/116 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (4): 2.1 MB | 35 kB | 57 kB | 12/116 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (4): 2.1 MB | 35 kB | 57 kB | 16/116 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (4): 2.1 MB | 35 kB | 57 kB | 20/116 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (4): 2.1 MB | 35 kB | 57 kB | 23/116 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (4): 2.1 MB | 35 kB | 57 kB | 28/116 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (4): 2.1 MB | 35 kB | 57 kB | 32/116 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (4): 2.1 MB | 35 kB | 57 kB | 36/116 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (4): 2.1 MB | 35 kB | 57 kB | 39/116 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (4): 2.1 MB | 35 kB | 57 kB | 44/116 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (4): 2.1 MB | 35 kB | 57 kB | 48/116 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (5): 2.1 MB | 35 kB | 57 kB | 48/116 kB | 4.1/126 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (5): 2.1 MB | 35 kB | 57 kB | 52/116 kB | 4.1/126 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (5): 2.1 MB | 35 kB | 57 kB | 55/116 kB | 4.1/126 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (5): 2.1 MB | 35 kB | 57 kB | 55/116 kB | 7.6/126 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (5): 2.1 MB | 35 kB | 57 kB | 60/116 kB | 7.6/126 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (5): 2.1 MB | 35 kB | 57 kB | 64/116 kB | 7.6/126 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (5): 2.1 MB | 35 kB | 57 kB | 64/116 kB | 12/126 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (5): 2.1 MB | 35 kB | 57 kB | 68/116 kB | 12/126 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (5): 2.1 MB | 35 kB | 57 kB | 68/116 kB | 16/126 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (5): 2.1 MB | 35 kB | 57 kB | 71/116 kB | 16/126 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (5): 2.1 MB | 35 kB | 57 kB | 74/116 kB | 16/126 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (5): 2.1 MB | 35 kB | 57 kB | 74/116 kB | 20/126 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (5): 2.1 MB | 35 kB | 57 kB | 78/116 kB | 20/126 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (5): 2.1 MB | 35 kB | 57 kB | 78/116 kB | 23/126 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (5): 2.1 MB | 35 kB | 57 kB | 82/116 kB | 23/126 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (5): 2.1 MB | 35 kB | 57 kB | 86/116 kB | 23/126 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (5): 2.1 MB | 35 kB | 57 kB | 86/116 kB | 28/126 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (5): 2.1 MB | 35 kB | 57 kB | 90/116 kB | 28/126 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (5): 2.1 MB | 35 kB | 57 kB | 90/116 kB | 32/126 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (5): 2.1 MB | 35 kB | 57 kB | 94/116 kB | 32/126 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (5): 2.1 MB | 35 kB | 57 kB | 98/116 kB | 32/126 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (5): 2.1 MB | 35 kB | 57 kB | 98/116 kB | 36/126 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (5): 2.1 MB | 35 kB | 57 kB | 102/116 kB | 36/126 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (5): 2.1 MB | 35 kB | 57 kB | 102/116 kB | 39/126 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (5): 2.1 MB | 35 kB | 57 kB | 106/116 kB | 39/126 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (5): 2.1 MB | 35 kB | 57 kB | 106/116 kB | 44/126 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (5): 2.1 MB | 35 kB | 57 kB | 111/116 kB | 44/126 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (5): 2.1 MB | 35 kB | 57 kB | 111/116 kB | 48/126 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (5): 2.1 MB | 35 kB | 57 kB | 115/116 kB | 48/126 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (5): 2.1 MB | 35 kB | 57 kB | 115/116 kB | 52/126 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (5): 2.1 MB | 35 kB | 57 kB | 116 kB | 52/126 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (5): 2.1 MB | 35 kB | 57 kB | 116 kB | 55/126 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (5): 2.1 MB | 35 kB | 57 kB | 116 kB | 60/126 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (5): 2.1 MB | 35 kB | 57 kB | 116 kB | 64/126 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (5): 2.1 MB | 35 kB | 57 kB | 116 kB | 68/126 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (5): 2.1 MB | 35 kB | 57 kB | 116 kB | 71/126 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (5): 2.1 MB | 35 kB | 57 kB | 116 kB | 74/126 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (5): 2.1 MB | 35 kB | 57 kB | 116 kB | 78/126 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (5): 2.1 MB | 35 kB | 57 kB | 116 kB | 82/126 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (5): 2.1 MB | 35 kB | 57 kB | 116 kB | 86/126 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (5): 2.1 MB | 35 kB | 57 kB | 116 kB | 90/126 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (5): 2.1 MB | 35 kB | 57 kB | 116 kB | 94/126 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (5): 2.1 MB | 35 kB | 57 kB | 116 kB | 98/126 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (5): 2.1 MB | 35 kB | 57 kB | 116 kB | 102/126 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (5): 2.1 MB | 35 kB | 57 kB | 116 kB | 106/126 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (5): 2.1 MB | 35 kB | 57 kB | 116 kB | 111/126 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (5): 2.1 MB | 35 kB | 57 kB | 116 kB | 115/126 kB 06:46:42 [2025-06-30T04:46:42.618Z] 06:46:42 [2025-06-30T04:46:42.618Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/security/elytron-web/undertow-server/1.8.0.Final/undertow-server-1.8.0.Final.jar (35 kB at 67 kB/s) 06:46:42 [2025-06-30T04:46:42.618Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/core/wildfly-network/13.0.0.Final/wildfly-network-13.0.0.Final.jar 06:46:42 [2025-06-30T04:46:42.618Z] Progress (4): 2.1 MB | 57 kB | 116 kB | 119/126 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (4): 2.1 MB | 57 kB | 116 kB | 123/126 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (4): 2.1 MB | 57 kB | 116 kB | 126 kB 06:46:42 [2025-06-30T04:46:42.618Z] 06:46:42 [2025-06-30T04:46:42.618Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/core/wildfly-controller/13.0.0.Final/wildfly-controller-13.0.0.Final.jar (2.1 MB at 4.0 MB/s) 06:46:42 [2025-06-30T04:46:42.618Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/core/wildfly-version/13.0.0.Final/wildfly-version-13.0.0.Final.jar 06:46:42 [2025-06-30T04:46:42.618Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/core/wildfly-deployment-repository/13.0.0.Final/wildfly-deployment-repository-13.0.0.Final.jar (57 kB at 109 kB/s) 06:46:42 [2025-06-30T04:46:42.618Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/jandex/2.1.3.Final/jandex-2.1.3.Final.jar 06:46:42 [2025-06-30T04:46:42.618Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/core/wildfly-platform-mbean/13.0.0.Final/wildfly-platform-mbean-13.0.0.Final.jar (116 kB at 220 kB/s) 06:46:42 [2025-06-30T04:46:42.618Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/classfilewriter/jboss-classfilewriter/1.2.4.Final/jboss-classfilewriter-1.2.4.Final.jar 06:46:42 [2025-06-30T04:46:42.618Z] Progress (2): 126 kB | 4.1/44 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (2): 126 kB | 7.6/44 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (2): 126 kB | 12/44 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (2): 126 kB | 16/44 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (2): 126 kB | 20/44 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (2): 126 kB | 23/44 kB 06:46:42 [2025-06-30T04:46:42.618Z] 06:46:42 [2025-06-30T04:46:42.618Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/core/wildfly-process-controller/13.0.0.Final/wildfly-process-controller-13.0.0.Final.jar (126 kB at 238 kB/s) 06:46:42 [2025-06-30T04:46:42.618Z] Progress (1): 28/44 kB 06:46:42 [2025-06-30T04:46:42.618Z] 06:46:42 [2025-06-30T04:46:42.618Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/invocation/jboss-invocation/1.6.0.Final/jboss-invocation-1.6.0.Final.jar 06:46:42 [2025-06-30T04:46:42.618Z] Progress (1): 32/44 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (1): 36/44 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (1): 39/44 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (1): 44/44 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (1): 44 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (2): 44 kB | 4.1/11 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (2): 44 kB | 7.6/11 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (2): 44 kB | 11 kB 06:46:42 [2025-06-30T04:46:42.618Z] Progress (3): 44 kB | 11 kB | 4.1/196 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (3): 44 kB | 11 kB | 7.6/196 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (3): 44 kB | 11 kB | 12/196 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (3): 44 kB | 11 kB | 16/196 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (3): 44 kB | 11 kB | 20/196 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (3): 44 kB | 11 kB | 23/196 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (3): 44 kB | 11 kB | 28/196 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (3): 44 kB | 11 kB | 32/196 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (3): 44 kB | 11 kB | 36/196 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (3): 44 kB | 11 kB | 39/196 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (3): 44 kB | 11 kB | 44/196 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (3): 44 kB | 11 kB | 48/196 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (3): 44 kB | 11 kB | 52/196 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (3): 44 kB | 11 kB | 55/196 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (3): 44 kB | 11 kB | 60/196 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (3): 44 kB | 11 kB | 64/196 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (3): 44 kB | 11 kB | 68/196 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (3): 44 kB | 11 kB | 71/196 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (3): 44 kB | 11 kB | 74/196 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (3): 44 kB | 11 kB | 78/196 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (3): 44 kB | 11 kB | 82/196 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (3): 44 kB | 11 kB | 86/196 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (3): 44 kB | 11 kB | 90/196 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (3): 44 kB | 11 kB | 94/196 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (3): 44 kB | 11 kB | 98/196 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (4): 44 kB | 11 kB | 98/196 kB | 4.1/121 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (4): 44 kB | 11 kB | 102/196 kB | 4.1/121 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (4): 44 kB | 11 kB | 102/196 kB | 7.6/121 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (4): 44 kB | 11 kB | 106/196 kB | 7.6/121 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (4): 44 kB | 11 kB | 106/196 kB | 12/121 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (4): 44 kB | 11 kB | 106/196 kB | 16/121 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (4): 44 kB | 11 kB | 111/196 kB | 16/121 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (4): 44 kB | 11 kB | 111/196 kB | 20/121 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (4): 44 kB | 11 kB | 115/196 kB | 20/121 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (4): 44 kB | 11 kB | 115/196 kB | 23/121 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (4): 44 kB | 11 kB | 115/196 kB | 28/121 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (4): 44 kB | 11 kB | 119/196 kB | 28/121 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (4): 44 kB | 11 kB | 119/196 kB | 32/121 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (4): 44 kB | 11 kB | 119/196 kB | 36/121 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (4): 44 kB | 11 kB | 123/196 kB | 36/121 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (4): 44 kB | 11 kB | 123/196 kB | 39/121 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (4): 44 kB | 11 kB | 123/196 kB | 44/121 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (4): 44 kB | 11 kB | 127/196 kB | 44/121 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (4): 44 kB | 11 kB | 127/196 kB | 48/121 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (4): 44 kB | 11 kB | 131/196 kB | 48/121 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (4): 44 kB | 11 kB | 131/196 kB | 52/121 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (4): 44 kB | 11 kB | 131/196 kB | 55/121 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (4): 44 kB | 11 kB | 135/196 kB | 55/121 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (4): 44 kB | 11 kB | 135/196 kB | 60/121 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (4): 44 kB | 11 kB | 139/196 kB | 60/121 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (4): 44 kB | 11 kB | 139/196 kB | 64/121 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (4): 44 kB | 11 kB | 139/196 kB | 68/121 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (4): 44 kB | 11 kB | 143/196 kB | 68/121 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (4): 44 kB | 11 kB | 143/196 kB | 71/121 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (4): 44 kB | 11 kB | 143/196 kB | 74/121 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (4): 44 kB | 11 kB | 147/196 kB | 74/121 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (4): 44 kB | 11 kB | 147/196 kB | 78/121 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (4): 44 kB | 11 kB | 147/196 kB | 82/121 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (4): 44 kB | 11 kB | 147/196 kB | 86/121 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (4): 44 kB | 11 kB | 151/196 kB | 86/121 kB 06:46:42 [2025-06-30T04:46:42.619Z] 06:46:42 [2025-06-30T04:46:42.619Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/core/wildfly-network/13.0.0.Final/wildfly-network-13.0.0.Final.jar (44 kB at 81 kB/s) 06:46:42 [2025-06-30T04:46:42.619Z] Progress (3): 11 kB | 151/196 kB | 90/121 kB 06:46:42 [2025-06-30T04:46:42.619Z] 06:46:42 [2025-06-30T04:46:42.619Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/modules/jboss-modules/1.10.2.Final/jboss-modules-1.10.2.Final.jar 06:46:42 [2025-06-30T04:46:42.619Z] Progress (3): 11 kB | 155/196 kB | 90/121 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (3): 11 kB | 155/196 kB | 94/121 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (3): 11 kB | 155/196 kB | 98/121 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (3): 11 kB | 155/196 kB | 102/121 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (3): 11 kB | 159/196 kB | 102/121 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (4): 11 kB | 159/196 kB | 102/121 kB | 4.1/76 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (4): 11 kB | 159/196 kB | 106/121 kB | 4.1/76 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (4): 11 kB | 163/196 kB | 106/121 kB | 4.1/76 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (4): 11 kB | 163/196 kB | 111/121 kB | 4.1/76 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (4): 11 kB | 163/196 kB | 115/121 kB | 4.1/76 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (4): 11 kB | 163/196 kB | 115/121 kB | 7.6/76 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (4): 11 kB | 163/196 kB | 119/121 kB | 7.6/76 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (4): 11 kB | 167/196 kB | 119/121 kB | 7.6/76 kB 06:46:42 [2025-06-30T04:46:42.619Z] 06:46:42 [2025-06-30T04:46:42.619Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/wildfly/core/wildfly-version/13.0.0.Final/wildfly-version-13.0.0.Final.jar (11 kB at 19 kB/s) 06:46:42 [2025-06-30T04:46:42.619Z] Progress (3): 167/196 kB | 121 kB | 7.6/76 kB 06:46:42 [2025-06-30T04:46:42.619Z] 06:46:42 [2025-06-30T04:46:42.619Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/remoting/jboss-remoting/5.0.19.Final/jboss-remoting-5.0.19.Final.jar 06:46:42 [2025-06-30T04:46:42.619Z] Progress (3): 171/196 kB | 121 kB | 7.6/76 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (3): 171/196 kB | 121 kB | 12/76 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (3): 175/196 kB | 121 kB | 12/76 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (3): 175/196 kB | 121 kB | 16/76 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (3): 179/196 kB | 121 kB | 16/76 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (3): 179/196 kB | 121 kB | 20/76 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (3): 183/196 kB | 121 kB | 20/76 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (3): 183/196 kB | 121 kB | 23/76 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (3): 187/196 kB | 121 kB | 23/76 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (3): 187/196 kB | 121 kB | 28/76 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (3): 191/196 kB | 121 kB | 28/76 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (3): 191/196 kB | 121 kB | 32/76 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (3): 195/196 kB | 121 kB | 32/76 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (3): 196 kB | 121 kB | 32/76 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (3): 196 kB | 121 kB | 36/76 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (3): 196 kB | 121 kB | 39/76 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (3): 196 kB | 121 kB | 44/76 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (3): 196 kB | 121 kB | 48/76 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (3): 196 kB | 121 kB | 52/76 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (3): 196 kB | 121 kB | 55/76 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (3): 196 kB | 121 kB | 60/76 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (3): 196 kB | 121 kB | 64/76 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (3): 196 kB | 121 kB | 68/76 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (3): 196 kB | 121 kB | 71/76 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (3): 196 kB | 121 kB | 74/76 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (3): 196 kB | 121 kB | 76 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (4): 196 kB | 121 kB | 76 kB | 4.1/492 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (4): 196 kB | 121 kB | 76 kB | 7.6/492 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (4): 196 kB | 121 kB | 76 kB | 12/492 kB 06:46:42 [2025-06-30T04:46:42.619Z] 06:46:42 [2025-06-30T04:46:42.619Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/classfilewriter/jboss-classfilewriter/1.2.4.Final/jboss-classfilewriter-1.2.4.Final.jar (121 kB at 215 kB/s) 06:46:42 [2025-06-30T04:46:42.619Z] Progress (3): 196 kB | 76 kB | 16/492 kB 06:46:42 [2025-06-30T04:46:42.619Z] 06:46:42 [2025-06-30T04:46:42.619Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/stdio/jboss-stdio/1.1.0.Final/jboss-stdio-1.1.0.Final.jar 06:46:42 [2025-06-30T04:46:42.619Z] Progress (4): 196 kB | 76 kB | 16/492 kB | 4.1/327 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (4): 196 kB | 76 kB | 20/492 kB | 4.1/327 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (4): 196 kB | 76 kB | 23/492 kB | 4.1/327 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (4): 196 kB | 76 kB | 23/492 kB | 7.6/327 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (4): 196 kB | 76 kB | 28/492 kB | 7.6/327 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (4): 196 kB | 76 kB | 28/492 kB | 12/327 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (4): 196 kB | 76 kB | 32/492 kB | 12/327 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (4): 196 kB | 76 kB | 32/492 kB | 16/327 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (4): 196 kB | 76 kB | 36/492 kB | 16/327 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (4): 196 kB | 76 kB | 39/492 kB | 16/327 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (4): 196 kB | 76 kB | 39/492 kB | 20/327 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (4): 196 kB | 76 kB | 44/492 kB | 20/327 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (4): 196 kB | 76 kB | 44/492 kB | 23/327 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (4): 196 kB | 76 kB | 48/492 kB | 23/327 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (4): 196 kB | 76 kB | 52/492 kB | 23/327 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (4): 196 kB | 76 kB | 52/492 kB | 28/327 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (4): 196 kB | 76 kB | 55/492 kB | 28/327 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (4): 196 kB | 76 kB | 55/492 kB | 32/327 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (4): 196 kB | 76 kB | 60/492 kB | 32/327 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (4): 196 kB | 76 kB | 64/492 kB | 32/327 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (4): 196 kB | 76 kB | 64/492 kB | 36/327 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (4): 196 kB | 76 kB | 68/492 kB | 36/327 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (4): 196 kB | 76 kB | 71/492 kB | 36/327 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (4): 196 kB | 76 kB | 71/492 kB | 39/327 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (4): 196 kB | 76 kB | 74/492 kB | 39/327 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (4): 196 kB | 76 kB | 78/492 kB | 39/327 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (4): 196 kB | 76 kB | 78/492 kB | 44/327 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (4): 196 kB | 76 kB | 82/492 kB | 44/327 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (4): 196 kB | 76 kB | 82/492 kB | 48/327 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (4): 196 kB | 76 kB | 86/492 kB | 48/327 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (4): 196 kB | 76 kB | 90/492 kB | 48/327 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (4): 196 kB | 76 kB | 90/492 kB | 52/327 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (4): 196 kB | 76 kB | 94/492 kB | 52/327 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (4): 196 kB | 76 kB | 98/492 kB | 52/327 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (4): 196 kB | 76 kB | 98/492 kB | 55/327 kB 06:46:42 [2025-06-30T04:46:42.619Z] 06:46:42 [2025-06-30T04:46:42.619Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/jandex/2.1.3.Final/jandex-2.1.3.Final.jar (196 kB at 346 kB/s) 06:46:42 [2025-06-30T04:46:42.619Z] Progress (3): 76 kB | 102/492 kB | 55/327 kB 06:46:42 [2025-06-30T04:46:42.619Z] 06:46:42 [2025-06-30T04:46:42.619Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/jboss-vfs/3.2.15.Final/jboss-vfs-3.2.15.Final.jar 06:46:42 [2025-06-30T04:46:42.619Z] Progress (3): 76 kB | 106/492 kB | 55/327 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (3): 76 kB | 106/492 kB | 60/327 kB 06:46:42 [2025-06-30T04:46:42.619Z] Progress (3): 76 kB | 111/492 kB | 60/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (3): 76 kB | 115/492 kB | 60/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (3): 76 kB | 115/492 kB | 64/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (3): 76 kB | 119/492 kB | 64/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (3): 76 kB | 123/492 kB | 64/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (3): 76 kB | 123/492 kB | 68/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (3): 76 kB | 127/492 kB | 68/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (3): 76 kB | 131/492 kB | 68/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (3): 76 kB | 131/492 kB | 71/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (3): 76 kB | 135/492 kB | 71/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (3): 76 kB | 135/492 kB | 74/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (3): 76 kB | 139/492 kB | 74/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (3): 76 kB | 143/492 kB | 74/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (3): 76 kB | 143/492 kB | 78/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (3): 76 kB | 147/492 kB | 78/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (3): 76 kB | 147/492 kB | 82/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (3): 76 kB | 151/492 kB | 82/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (3): 76 kB | 155/492 kB | 82/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (3): 76 kB | 155/492 kB | 86/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (3): 76 kB | 159/492 kB | 86/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (3): 76 kB | 163/492 kB | 86/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (3): 76 kB | 163/492 kB | 90/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (3): 76 kB | 167/492 kB | 90/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] 06:46:42 [2025-06-30T04:46:42.620Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/invocation/jboss-invocation/1.6.0.Final/jboss-invocation-1.6.0.Final.jar (76 kB at 134 kB/s) 06:46:42 [2025-06-30T04:46:42.620Z] Progress (2): 167/492 kB | 94/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] 06:46:42 [2025-06-30T04:46:42.620Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/io/undertow/undertow-core/2.2.0.Final/undertow-core-2.2.0.Final.jar 06:46:42 [2025-06-30T04:46:42.620Z] Progress (2): 171/492 kB | 94/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (2): 171/492 kB | 98/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (2): 175/492 kB | 98/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (2): 179/492 kB | 98/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (2): 179/492 kB | 102/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (2): 183/492 kB | 102/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (2): 187/492 kB | 102/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (2): 187/492 kB | 106/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (2): 191/492 kB | 106/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (2): 195/492 kB | 106/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (2): 195/492 kB | 111/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (2): 199/492 kB | 111/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (2): 199/492 kB | 115/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (2): 203/492 kB | 115/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (2): 207/492 kB | 115/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (2): 207/492 kB | 119/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (2): 211/492 kB | 119/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (2): 215/492 kB | 119/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (2): 215/492 kB | 123/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (2): 219/492 kB | 123/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (2): 223/492 kB | 123/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (2): 223/492 kB | 127/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (2): 227/492 kB | 127/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (2): 229/492 kB | 127/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (2): 229/492 kB | 131/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (2): 233/492 kB | 131/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (2): 238/492 kB | 131/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (2): 238/492 kB | 135/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (2): 242/492 kB | 135/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (2): 242/492 kB | 139/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (2): 246/492 kB | 139/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (2): 250/492 kB | 139/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (2): 250/492 kB | 143/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (2): 254/492 kB | 143/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (2): 254/492 kB | 147/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (2): 258/492 kB | 147/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (2): 262/492 kB | 147/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (2): 262/492 kB | 151/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (2): 266/492 kB | 151/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (2): 270/492 kB | 151/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (2): 270/492 kB | 155/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (2): 274/492 kB | 155/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (2): 274/492 kB | 159/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (2): 279/492 kB | 159/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (2): 279/492 kB | 163/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (2): 283/492 kB | 163/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (2): 287/492 kB | 163/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (2): 287/492 kB | 167/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (2): 291/492 kB | 167/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (2): 291/492 kB | 171/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (2): 295/492 kB | 171/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (2): 299/492 kB | 171/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (2): 299/492 kB | 175/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (2): 303/492 kB | 175/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (2): 303/492 kB | 179/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (2): 307/492 kB | 179/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (2): 311/492 kB | 179/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (2): 311/492 kB | 183/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (2): 315/492 kB | 183/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (2): 319/492 kB | 183/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (2): 319/492 kB | 187/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (2): 323/492 kB | 187/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (2): 327/492 kB | 187/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (2): 327/492 kB | 191/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (2): 331/492 kB | 191/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (2): 335/492 kB | 191/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (2): 335/492 kB | 195/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (2): 339/492 kB | 195/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (2): 343/492 kB | 195/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (2): 343/492 kB | 199/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (2): 347/492 kB | 199/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (2): 351/492 kB | 199/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (2): 351/492 kB | 203/327 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (3): 351/492 kB | 203/327 kB | 4.1/19 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (3): 355/492 kB | 203/327 kB | 4.1/19 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (3): 355/492 kB | 207/327 kB | 4.1/19 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (3): 355/492 kB | 207/327 kB | 7.6/19 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (3): 359/492 kB | 207/327 kB | 7.6/19 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (3): 359/492 kB | 211/327 kB | 7.6/19 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (3): 363/492 kB | 211/327 kB | 7.6/19 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (3): 363/492 kB | 211/327 kB | 12/19 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (3): 367/492 kB | 211/327 kB | 12/19 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (3): 367/492 kB | 211/327 kB | 16/19 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (3): 367/492 kB | 215/327 kB | 16/19 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (3): 371/492 kB | 215/327 kB | 16/19 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (3): 371/492 kB | 215/327 kB | 19 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (3): 371/492 kB | 219/327 kB | 19 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (3): 375/492 kB | 219/327 kB | 19 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (3): 379/492 kB | 219/327 kB | 19 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (3): 379/492 kB | 223/327 kB | 19 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (3): 383/492 kB | 223/327 kB | 19 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (3): 383/492 kB | 227/327 kB | 19 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (3): 387/492 kB | 227/327 kB | 19 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (3): 387/492 kB | 229/327 kB | 19 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (3): 391/492 kB | 229/327 kB | 19 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (3): 393/492 kB | 229/327 kB | 19 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (3): 393/492 kB | 233/327 kB | 19 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (3): 397/492 kB | 233/327 kB | 19 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (3): 401/492 kB | 233/327 kB | 19 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (3): 401/492 kB | 238/327 kB | 19 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (3): 406/492 kB | 238/327 kB | 19 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (3): 409/492 kB | 238/327 kB | 19 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (3): 409/492 kB | 242/327 kB | 19 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (3): 413/492 kB | 242/327 kB | 19 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (3): 413/492 kB | 246/327 kB | 19 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (3): 417/492 kB | 246/327 kB | 19 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (3): 422/492 kB | 246/327 kB | 19 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (3): 422/492 kB | 250/327 kB | 19 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (3): 425/492 kB | 250/327 kB | 19 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (3): 425/492 kB | 254/327 kB | 19 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (3): 429/492 kB | 254/327 kB | 19 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (3): 433/492 kB | 254/327 kB | 19 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (3): 433/492 kB | 258/327 kB | 19 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (3): 438/492 kB | 258/327 kB | 19 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (3): 441/492 kB | 258/327 kB | 19 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (3): 441/492 kB | 262/327 kB | 19 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (3): 445/492 kB | 262/327 kB | 19 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (3): 449/492 kB | 262/327 kB | 19 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (3): 449/492 kB | 266/327 kB | 19 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (3): 454/492 kB | 266/327 kB | 19 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (3): 457/492 kB | 266/327 kB | 19 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (3): 457/492 kB | 270/327 kB | 19 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (3): 461/492 kB | 270/327 kB | 19 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (3): 465/492 kB | 270/327 kB | 19 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (3): 465/492 kB | 274/327 kB | 19 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (3): 470/492 kB | 274/327 kB | 19 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (3): 470/492 kB | 278/327 kB | 19 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (3): 473/492 kB | 278/327 kB | 19 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (3): 477/492 kB | 278/327 kB | 19 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (3): 477/492 kB | 282/327 kB | 19 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (3): 481/492 kB | 282/327 kB | 19 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (3): 486/492 kB | 282/327 kB | 19 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (3): 486/492 kB | 286/327 kB | 19 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (3): 489/492 kB | 286/327 kB | 19 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (3): 492/492 kB | 286/327 kB | 19 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (3): 492/492 kB | 290/327 kB | 19 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (3): 492 kB | 290/327 kB | 19 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (3): 492 kB | 294/327 kB | 19 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (3): 492 kB | 298/327 kB | 19 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (3): 492 kB | 302/327 kB | 19 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (3): 492 kB | 306/327 kB | 19 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (3): 492 kB | 310/327 kB | 19 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (3): 492 kB | 314/327 kB | 19 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (3): 492 kB | 318/327 kB | 19 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (3): 492 kB | 322/327 kB | 19 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (3): 492 kB | 326/327 kB | 19 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (4): 492 kB | 326/327 kB | 19 kB | 4.1/145 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (4): 492 kB | 327 kB | 19 kB | 4.1/145 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (4): 492 kB | 327 kB | 19 kB | 7.6/145 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (4): 492 kB | 327 kB | 19 kB | 12/145 kB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (5): 492 kB | 327 kB | 19 kB | 12/145 kB | 0/2.3 MB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (5): 492 kB | 327 kB | 19 kB | 16/145 kB | 0/2.3 MB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (5): 492 kB | 327 kB | 19 kB | 20/145 kB | 0/2.3 MB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (5): 492 kB | 327 kB | 19 kB | 23/145 kB | 0/2.3 MB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (5): 492 kB | 327 kB | 19 kB | 23/145 kB | 0/2.3 MB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (5): 492 kB | 327 kB | 19 kB | 28/145 kB | 0/2.3 MB 06:46:42 [2025-06-30T04:46:42.620Z] Progress (5): 492 kB | 327 kB | 19 kB | 32/145 kB | 0/2.3 MB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (5): 492 kB | 327 kB | 19 kB | 32/145 kB | 0/2.3 MB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (5): 492 kB | 327 kB | 19 kB | 36/145 kB | 0/2.3 MB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (5): 492 kB | 327 kB | 19 kB | 39/145 kB | 0/2.3 MB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (5): 492 kB | 327 kB | 19 kB | 39/145 kB | 0.1/2.3 MB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (5): 492 kB | 327 kB | 19 kB | 44/145 kB | 0.1/2.3 MB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (5): 492 kB | 327 kB | 19 kB | 48/145 kB | 0.1/2.3 MB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (5): 492 kB | 327 kB | 19 kB | 48/145 kB | 0.1/2.3 MB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (5): 492 kB | 327 kB | 19 kB | 52/145 kB | 0.1/2.3 MB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (5): 492 kB | 327 kB | 19 kB | 55/145 kB | 0.1/2.3 MB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (5): 492 kB | 327 kB | 19 kB | 60/145 kB | 0.1/2.3 MB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (5): 492 kB | 327 kB | 19 kB | 60/145 kB | 0.1/2.3 MB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (5): 492 kB | 327 kB | 19 kB | 64/145 kB | 0.1/2.3 MB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (5): 492 kB | 327 kB | 19 kB | 68/145 kB | 0.1/2.3 MB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (5): 492 kB | 327 kB | 19 kB | 71/145 kB | 0.1/2.3 MB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (5): 492 kB | 327 kB | 19 kB | 71/145 kB | 0.1/2.3 MB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (5): 492 kB | 327 kB | 19 kB | 74/145 kB | 0.1/2.3 MB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (5): 492 kB | 327 kB | 19 kB | 78/145 kB | 0.1/2.3 MB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (5): 492 kB | 327 kB | 19 kB | 82/145 kB | 0.1/2.3 MB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (5): 492 kB | 327 kB | 19 kB | 82/145 kB | 0.1/2.3 MB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (5): 492 kB | 327 kB | 19 kB | 86/145 kB | 0.1/2.3 MB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (5): 492 kB | 327 kB | 19 kB | 90/145 kB | 0.1/2.3 MB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (5): 492 kB | 327 kB | 19 kB | 94/145 kB | 0.1/2.3 MB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (5): 492 kB | 327 kB | 19 kB | 94/145 kB | 0.1/2.3 MB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (5): 492 kB | 327 kB | 19 kB | 98/145 kB | 0.1/2.3 MB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (5): 492 kB | 327 kB | 19 kB | 102/145 kB | 0.1/2.3 MB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (5): 492 kB | 327 kB | 19 kB | 106/145 kB | 0.1/2.3 MB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (5): 492 kB | 327 kB | 19 kB | 106/145 kB | 0.2/2.3 MB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (5): 492 kB | 327 kB | 19 kB | 111/145 kB | 0.2/2.3 MB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (5): 492 kB | 327 kB | 19 kB | 115/145 kB | 0.2/2.3 MB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (5): 492 kB | 327 kB | 19 kB | 115/145 kB | 0.2/2.3 MB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (5): 492 kB | 327 kB | 19 kB | 119/145 kB | 0.2/2.3 MB 06:46:42 [2025-06-30T04:46:42.621Z] 06:46:42 [2025-06-30T04:46:42.621Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/stdio/jboss-stdio/1.1.0.Final/jboss-stdio-1.1.0.Final.jar (19 kB at 32 kB/s) 06:46:42 [2025-06-30T04:46:42.621Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/eclipse/jgit/org.eclipse.jgit.ssh.apache/5.9.0.202009080501-r/org.eclipse.jgit.ssh.apache-5.9.0.202009080501-r.jar 06:46:42 [2025-06-30T04:46:42.621Z] Progress (4): 492 kB | 327 kB | 123/145 kB | 0.2/2.3 MB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (4): 492 kB | 327 kB | 123/145 kB | 0.2/2.3 MB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (4): 492 kB | 327 kB | 127/145 kB | 0.2/2.3 MB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (4): 492 kB | 327 kB | 131/145 kB | 0.2/2.3 MB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (4): 492 kB | 327 kB | 131/145 kB | 0.2/2.3 MB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (4): 492 kB | 327 kB | 135/145 kB | 0.2/2.3 MB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (4): 492 kB | 327 kB | 139/145 kB | 0.2/2.3 MB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (4): 492 kB | 327 kB | 139/145 kB | 0.2/2.3 MB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (4): 492 kB | 327 kB | 143/145 kB | 0.2/2.3 MB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (4): 492 kB | 327 kB | 145 kB | 0.2/2.3 MB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (4): 492 kB | 327 kB | 145 kB | 0.2/2.3 MB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (4): 492 kB | 327 kB | 145 kB | 0.3/2.3 MB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (4): 492 kB | 327 kB | 145 kB | 0.3/2.3 MB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (4): 492 kB | 327 kB | 145 kB | 0.3/2.3 MB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (4): 492 kB | 327 kB | 145 kB | 0.3/2.3 MB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (4): 492 kB | 327 kB | 145 kB | 0.3/2.3 MB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (4): 492 kB | 327 kB | 145 kB | 0.3/2.3 MB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (4): 492 kB | 327 kB | 145 kB | 0.4/2.3 MB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (4): 492 kB | 327 kB | 145 kB | 0.4/2.3 MB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (4): 492 kB | 327 kB | 145 kB | 0.4/2.3 MB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (4): 492 kB | 327 kB | 145 kB | 0.4/2.3 MB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (4): 492 kB | 327 kB | 145 kB | 0.4/2.3 MB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (4): 492 kB | 327 kB | 145 kB | 0.4/2.3 MB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (4): 492 kB | 327 kB | 145 kB | 0.5/2.3 MB 06:46:42 [2025-06-30T04:46:42.621Z] 06:46:42 [2025-06-30T04:46:42.621Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/modules/jboss-modules/1.10.2.Final/jboss-modules-1.10.2.Final.jar (492 kB at 825 kB/s) 06:46:42 [2025-06-30T04:46:42.621Z] Progress (3): 327 kB | 145 kB | 0.5/2.3 MB 06:46:42 [2025-06-30T04:46:42.621Z] 06:46:42 [2025-06-30T04:46:42.621Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/eclipse/jgit/org.eclipse.jgit/5.9.0.202009080501-r/org.eclipse.jgit-5.9.0.202009080501-r.jar 06:46:42 [2025-06-30T04:46:42.621Z] Progress (3): 327 kB | 145 kB | 0.5/2.3 MB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (3): 327 kB | 145 kB | 0.5/2.3 MB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (3): 327 kB | 145 kB | 0.5/2.3 MB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (3): 327 kB | 145 kB | 0.5/2.3 MB 06:46:42 [2025-06-30T04:46:42.621Z] 06:46:42 [2025-06-30T04:46:42.621Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/remoting/jboss-remoting/5.0.19.Final/jboss-remoting-5.0.19.Final.jar (327 kB at 546 kB/s) 06:46:42 [2025-06-30T04:46:42.621Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/com/googlecode/javaewah/JavaEWAH/1.1.7/JavaEWAH-1.1.7.jar 06:46:42 [2025-06-30T04:46:42.621Z] Progress (2): 145 kB | 0.5/2.3 MB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (2): 145 kB | 0.6/2.3 MB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (2): 145 kB | 0.6/2.3 MB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (2): 145 kB | 0.6/2.3 MB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (2): 145 kB | 0.6/2.3 MB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (2): 145 kB | 0.6/2.3 MB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (2): 145 kB | 0.6/2.3 MB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (2): 145 kB | 0.7/2.3 MB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (2): 145 kB | 0.7/2.3 MB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (2): 145 kB | 0.7/2.3 MB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (2): 145 kB | 0.7/2.3 MB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (2): 145 kB | 0.7/2.3 MB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (2): 145 kB | 0.7/2.3 MB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (2): 145 kB | 0.8/2.3 MB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (2): 145 kB | 0.8/2.3 MB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (2): 145 kB | 0.8/2.3 MB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (2): 145 kB | 0.8/2.3 MB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (2): 145 kB | 0.8/2.3 MB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (2): 145 kB | 0.8/2.3 MB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (2): 145 kB | 0.9/2.3 MB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (2): 145 kB | 0.9/2.3 MB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (2): 145 kB | 0.9/2.3 MB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (3): 145 kB | 0.9/2.3 MB | 4.1/172 kB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (3): 145 kB | 0.9/2.3 MB | 7.6/172 kB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (3): 145 kB | 0.9/2.3 MB | 7.6/172 kB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (3): 145 kB | 0.9/2.3 MB | 12/172 kB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (3): 145 kB | 0.9/2.3 MB | 16/172 kB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (3): 145 kB | 0.9/2.3 MB | 16/172 kB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (3): 145 kB | 0.9/2.3 MB | 20/172 kB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (3): 145 kB | 0.9/2.3 MB | 23/172 kB 06:46:42 [2025-06-30T04:46:42.621Z] 06:46:42 [2025-06-30T04:46:42.621Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/jboss/jboss-vfs/3.2.15.Final/jboss-vfs-3.2.15.Final.jar (145 kB at 239 kB/s) 06:46:42 [2025-06-30T04:46:42.621Z] Progress (2): 0.9/2.3 MB | 23/172 kB 06:46:42 [2025-06-30T04:46:42.621Z] 06:46:42 [2025-06-30T04:46:42.621Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/sshd/sshd-common/2.4.0/sshd-common-2.4.0.jar 06:46:42 [2025-06-30T04:46:42.621Z] Progress (2): 0.9/2.3 MB | 28/172 kB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (2): 0.9/2.3 MB | 32/172 kB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (2): 1.0/2.3 MB | 32/172 kB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (2): 1.0/2.3 MB | 36/172 kB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (2): 1.0/2.3 MB | 39/172 kB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (2): 1.0/2.3 MB | 39/172 kB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (2): 1.0/2.3 MB | 44/172 kB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (2): 1.0/2.3 MB | 48/172 kB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (2): 1.0/2.3 MB | 48/172 kB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (2): 1.0/2.3 MB | 52/172 kB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (2): 1.0/2.3 MB | 55/172 kB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (2): 1.0/2.3 MB | 60/172 kB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (2): 1.0/2.3 MB | 60/172 kB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (2): 1.0/2.3 MB | 64/172 kB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (2): 1.0/2.3 MB | 68/172 kB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (2): 1.0/2.3 MB | 68/172 kB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (2): 1.0/2.3 MB | 71/172 kB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (2): 1.0/2.3 MB | 74/172 kB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (2): 1.0/2.3 MB | 78/172 kB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (2): 1.0/2.3 MB | 78/172 kB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (2): 1.0/2.3 MB | 82/172 kB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (2): 1.0/2.3 MB | 86/172 kB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (2): 1.1/2.3 MB | 86/172 kB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (2): 1.1/2.3 MB | 90/172 kB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (2): 1.1/2.3 MB | 94/172 kB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (2): 1.1/2.3 MB | 98/172 kB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (2): 1.1/2.3 MB | 98/172 kB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (2): 1.1/2.3 MB | 102/172 kB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (2): 1.1/2.3 MB | 106/172 kB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (2): 1.1/2.3 MB | 106/172 kB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (2): 1.1/2.3 MB | 111/172 kB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (2): 1.1/2.3 MB | 115/172 kB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (2): 1.1/2.3 MB | 115/172 kB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (2): 1.1/2.3 MB | 119/172 kB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (2): 1.1/2.3 MB | 123/172 kB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (2): 1.1/2.3 MB | 127/172 kB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (2): 1.1/2.3 MB | 127/172 kB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (2): 1.1/2.3 MB | 131/172 kB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (2): 1.1/2.3 MB | 135/172 kB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (2): 1.1/2.3 MB | 139/172 kB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (2): 1.1/2.3 MB | 139/172 kB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (2): 1.1/2.3 MB | 143/172 kB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (2): 1.1/2.3 MB | 147/172 kB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (2): 1.2/2.3 MB | 147/172 kB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (2): 1.2/2.3 MB | 151/172 kB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (2): 1.2/2.3 MB | 155/172 kB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (2): 1.2/2.3 MB | 159/172 kB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (2): 1.2/2.3 MB | 159/172 kB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (2): 1.2/2.3 MB | 163/172 kB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (2): 1.2/2.3 MB | 167/172 kB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (2): 1.2/2.3 MB | 167/172 kB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (2): 1.2/2.3 MB | 171/172 kB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (2): 1.2/2.3 MB | 172 kB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (2): 1.2/2.3 MB | 172 kB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (2): 1.2/2.3 MB | 172 kB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (3): 1.2/2.3 MB | 172 kB | 0/2.8 MB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (3): 1.2/2.3 MB | 172 kB | 0/2.8 MB 06:46:42 [2025-06-30T04:46:42.621Z] Progress (3): 1.3/2.3 MB | 172 kB | 0/2.8 MB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (3): 1.3/2.3 MB | 172 kB | 0/2.8 MB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (3): 1.3/2.3 MB | 172 kB | 0/2.8 MB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (3): 1.3/2.3 MB | 172 kB | 0/2.8 MB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (3): 1.3/2.3 MB | 172 kB | 0/2.8 MB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (3): 1.3/2.3 MB | 172 kB | 0.1/2.8 MB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (3): 1.3/2.3 MB | 172 kB | 0.1/2.8 MB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (3): 1.3/2.3 MB | 172 kB | 0.1/2.8 MB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (3): 1.3/2.3 MB | 172 kB | 0.1/2.8 MB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (3): 1.3/2.3 MB | 172 kB | 0.1/2.8 MB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (3): 1.3/2.3 MB | 172 kB | 0.1/2.8 MB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (3): 1.3/2.3 MB | 172 kB | 0.1/2.8 MB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (3): 1.4/2.3 MB | 172 kB | 0.1/2.8 MB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (3): 1.4/2.3 MB | 172 kB | 0.1/2.8 MB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (3): 1.4/2.3 MB | 172 kB | 0.1/2.8 MB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (3): 1.4/2.3 MB | 172 kB | 0.1/2.8 MB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (3): 1.4/2.3 MB | 172 kB | 0.1/2.8 MB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (3): 1.4/2.3 MB | 172 kB | 0.2/2.8 MB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (3): 1.4/2.3 MB | 172 kB | 0.2/2.8 MB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (3): 1.4/2.3 MB | 172 kB | 0.2/2.8 MB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (3): 1.4/2.3 MB | 172 kB | 0.2/2.8 MB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (3): 1.4/2.3 MB | 172 kB | 0.2/2.8 MB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (3): 1.4/2.3 MB | 172 kB | 0.2/2.8 MB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (3): 1.4/2.3 MB | 172 kB | 0.2/2.8 MB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (3): 1.4/2.3 MB | 172 kB | 0.2/2.8 MB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (3): 1.4/2.3 MB | 172 kB | 0.2/2.8 MB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (3): 1.4/2.3 MB | 172 kB | 0.2/2.8 MB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (3): 1.5/2.3 MB | 172 kB | 0.2/2.8 MB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (3): 1.5/2.3 MB | 172 kB | 0.3/2.8 MB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (3): 1.5/2.3 MB | 172 kB | 0.3/2.8 MB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (3): 1.5/2.3 MB | 172 kB | 0.3/2.8 MB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (3): 1.5/2.3 MB | 172 kB | 0.3/2.8 MB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (3): 1.5/2.3 MB | 172 kB | 0.3/2.8 MB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (3): 1.5/2.3 MB | 172 kB | 0.3/2.8 MB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (3): 1.5/2.3 MB | 172 kB | 0.3/2.8 MB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (3): 1.5/2.3 MB | 172 kB | 0.3/2.8 MB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (3): 1.5/2.3 MB | 172 kB | 0.3/2.8 MB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (3): 1.5/2.3 MB | 172 kB | 0.3/2.8 MB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (3): 1.6/2.3 MB | 172 kB | 0.3/2.8 MB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (3): 1.6/2.3 MB | 172 kB | 0.3/2.8 MB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (4): 1.6/2.3 MB | 172 kB | 0.3/2.8 MB | 4.1/166 kB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (4): 1.6/2.3 MB | 172 kB | 0.3/2.8 MB | 4.1/166 kB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (4): 1.6/2.3 MB | 172 kB | 0.4/2.8 MB | 4.1/166 kB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (4): 1.6/2.3 MB | 172 kB | 0.4/2.8 MB | 7.6/166 kB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (4): 1.6/2.3 MB | 172 kB | 0.4/2.8 MB | 7.6/166 kB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (5): 1.6/2.3 MB | 172 kB | 0.4/2.8 MB | 7.6/166 kB | 4.1/759 kB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (5): 1.6/2.3 MB | 172 kB | 0.4/2.8 MB | 7.6/166 kB | 4.1/759 kB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (5): 1.6/2.3 MB | 172 kB | 0.4/2.8 MB | 12/166 kB | 4.1/759 kB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (5): 1.6/2.3 MB | 172 kB | 0.4/2.8 MB | 12/166 kB | 7.6/759 kB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (5): 1.6/2.3 MB | 172 kB | 0.4/2.8 MB | 12/166 kB | 7.6/759 kB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (5): 1.6/2.3 MB | 172 kB | 0.4/2.8 MB | 12/166 kB | 7.6/759 kB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (5): 1.6/2.3 MB | 172 kB | 0.4/2.8 MB | 16/166 kB | 7.6/759 kB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (5): 1.6/2.3 MB | 172 kB | 0.4/2.8 MB | 16/166 kB | 12/759 kB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (5): 1.6/2.3 MB | 172 kB | 0.4/2.8 MB | 16/166 kB | 16/759 kB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (5): 1.6/2.3 MB | 172 kB | 0.4/2.8 MB | 16/166 kB | 16/759 kB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (5): 1.6/2.3 MB | 172 kB | 0.4/2.8 MB | 20/166 kB | 16/759 kB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (5): 1.6/2.3 MB | 172 kB | 0.4/2.8 MB | 20/166 kB | 20/759 kB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (5): 1.7/2.3 MB | 172 kB | 0.4/2.8 MB | 20/166 kB | 20/759 kB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (5): 1.7/2.3 MB | 172 kB | 0.4/2.8 MB | 20/166 kB | 23/759 kB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (5): 1.7/2.3 MB | 172 kB | 0.4/2.8 MB | 23/166 kB | 23/759 kB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (5): 1.7/2.3 MB | 172 kB | 0.4/2.8 MB | 23/166 kB | 23/759 kB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (5): 1.7/2.3 MB | 172 kB | 0.4/2.8 MB | 23/166 kB | 28/759 kB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (5): 1.7/2.3 MB | 172 kB | 0.4/2.8 MB | 23/166 kB | 28/759 kB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (5): 1.7/2.3 MB | 172 kB | 0.4/2.8 MB | 23/166 kB | 32/759 kB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (5): 1.7/2.3 MB | 172 kB | 0.4/2.8 MB | 23/166 kB | 32/759 kB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (5): 1.7/2.3 MB | 172 kB | 0.4/2.8 MB | 23/166 kB | 36/759 kB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (5): 1.7/2.3 MB | 172 kB | 0.4/2.8 MB | 28/166 kB | 36/759 kB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (5): 1.7/2.3 MB | 172 kB | 0.4/2.8 MB | 28/166 kB | 36/759 kB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (5): 1.7/2.3 MB | 172 kB | 0.4/2.8 MB | 28/166 kB | 39/759 kB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (5): 1.7/2.3 MB | 172 kB | 0.4/2.8 MB | 28/166 kB | 39/759 kB 06:46:42 [2025-06-30T04:46:42.622Z] 06:46:42 [2025-06-30T04:46:42.622Z] Downloaded from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/eclipse/jgit/org.eclipse.jgit.ssh.apache/5.9.0.202009080501-r/org.eclipse.jgit.ssh.apache-5.9.0.202009080501-r.jar (172 kB at 275 kB/s) 06:46:42 [2025-06-30T04:46:42.622Z] Downloading from Silverpeas Nexus: https://nexus3.silverpeas.org/repository/silverpeas/org/apache/sshd/sshd-core/2.4.0/sshd-core-2.4.0.jar 06:46:42 [2025-06-30T04:46:42.622Z] Progress (4): 1.7/2.3 MB | 0.4/2.8 MB | 32/166 kB | 39/759 kB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (4): 1.7/2.3 MB | 0.4/2.8 MB | 32/166 kB | 39/759 kB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (4): 1.7/2.3 MB | 0.4/2.8 MB | 32/166 kB | 44/759 kB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (4): 1.7/2.3 MB | 0.4/2.8 MB | 32/166 kB | 48/759 kB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (4): 1.7/2.3 MB | 0.4/2.8 MB | 32/166 kB | 48/759 kB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (4): 1.7/2.3 MB | 0.4/2.8 MB | 32/166 kB | 52/759 kB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (4): 1.7/2.3 MB | 0.4/2.8 MB | 32/166 kB | 52/759 kB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (4): 1.7/2.3 MB | 0.4/2.8 MB | 32/166 kB | 55/759 kB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (4): 1.7/2.3 MB | 0.4/2.8 MB | 36/166 kB | 55/759 kB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (4): 1.8/2.3 MB | 0.4/2.8 MB | 36/166 kB | 55/759 kB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (4): 1.8/2.3 MB | 0.4/2.8 MB | 36/166 kB | 60/759 kB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (4): 1.8/2.3 MB | 0.4/2.8 MB | 39/166 kB | 60/759 kB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (4): 1.8/2.3 MB | 0.4/2.8 MB | 39/166 kB | 64/759 kB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (4): 1.8/2.3 MB | 0.4/2.8 MB | 39/166 kB | 64/759 kB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (4): 1.8/2.3 MB | 0.4/2.8 MB | 39/166 kB | 64/759 kB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (4): 1.8/2.3 MB | 0.4/2.8 MB | 39/166 kB | 68/759 kB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (4): 1.8/2.3 MB | 0.4/2.8 MB | 39/166 kB | 68/759 kB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (4): 1.8/2.3 MB | 0.4/2.8 MB | 44/166 kB | 68/759 kB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (4): 1.8/2.3 MB | 0.4/2.8 MB | 44/166 kB | 71/759 kB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (4): 1.8/2.3 MB | 0.4/2.8 MB | 48/166 kB | 71/759 kB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (4): 1.8/2.3 MB | 0.4/2.8 MB | 48/166 kB | 74/759 kB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (4): 1.8/2.3 MB | 0.4/2.8 MB | 48/166 kB | 74/759 kB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (4): 1.8/2.3 MB | 0.4/2.8 MB | 52/166 kB | 74/759 kB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (4): 1.8/2.3 MB | 0.5/2.8 MB | 52/166 kB | 74/759 kB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (4): 1.8/2.3 MB | 0.5/2.8 MB | 52/166 kB | 78/759 kB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (4): 1.8/2.3 MB | 0.5/2.8 MB | 55/166 kB | 78/759 kB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (4): 1.8/2.3 MB | 0.5/2.8 MB | 55/166 kB | 82/759 kB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (4): 1.8/2.3 MB | 0.5/2.8 MB | 55/166 kB | 82/759 kB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (4): 1.8/2.3 MB | 0.5/2.8 MB | 55/166 kB | 86/759 kB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (4): 1.8/2.3 MB | 0.5/2.8 MB | 60/166 kB | 86/759 kB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (4): 1.8/2.3 MB | 0.5/2.8 MB | 60/166 kB | 86/759 kB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (4): 1.8/2.3 MB | 0.5/2.8 MB | 64/166 kB | 86/759 kB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (4): 1.8/2.3 MB | 0.5/2.8 MB | 64/166 kB | 86/759 kB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (4): 1.8/2.3 MB | 0.5/2.8 MB | 64/166 kB | 90/759 kB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (4): 1.9/2.3 MB | 0.5/2.8 MB | 64/166 kB | 90/759 kB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (4): 1.9/2.3 MB | 0.5/2.8 MB | 68/166 kB | 90/759 kB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (4): 1.9/2.3 MB | 0.5/2.8 MB | 71/166 kB | 90/759 kB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (4): 1.9/2.3 MB | 0.5/2.8 MB | 71/166 kB | 94/759 kB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (4): 1.9/2.3 MB | 0.5/2.8 MB | 71/166 kB | 94/759 kB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (4): 1.9/2.3 MB | 0.5/2.8 MB | 74/166 kB | 94/759 kB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (4): 1.9/2.3 MB | 0.5/2.8 MB | 74/166 kB | 98/759 kB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (4): 1.9/2.3 MB | 0.5/2.8 MB | 74/166 kB | 98/759 kB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (4): 1.9/2.3 MB | 0.5/2.8 MB | 74/166 kB | 98/759 kB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (4): 1.9/2.3 MB | 0.5/2.8 MB | 78/166 kB | 98/759 kB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (4): 1.9/2.3 MB | 0.5/2.8 MB | 78/166 kB | 102/759 kB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (4): 1.9/2.3 MB | 0.5/2.8 MB | 78/166 kB | 102/759 kB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (4): 1.9/2.3 MB | 0.5/2.8 MB | 82/166 kB | 102/759 kB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (4): 1.9/2.3 MB | 0.5/2.8 MB | 82/166 kB | 106/759 kB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (4): 1.9/2.3 MB | 0.5/2.8 MB | 82/166 kB | 106/759 kB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (4): 1.9/2.3 MB | 0.5/2.8 MB | 82/166 kB | 111/759 kB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (4): 1.9/2.3 MB | 0.5/2.8 MB | 86/166 kB | 111/759 kB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (4): 1.9/2.3 MB | 0.5/2.8 MB | 86/166 kB | 111/759 kB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (4): 1.9/2.3 MB | 0.5/2.8 MB | 86/166 kB | 115/759 kB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (4): 1.9/2.3 MB | 0.5/2.8 MB | 86/166 kB | 115/759 kB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (4): 1.9/2.3 MB | 0.5/2.8 MB | 90/166 kB | 115/759 kB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (4): 1.9/2.3 MB | 0.5/2.8 MB | 90/166 kB | 119/759 kB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (4): 2.0/2.3 MB | 0.5/2.8 MB | 90/166 kB | 119/759 kB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (4): 2.0/2.3 MB | 0.5/2.8 MB | 94/166 kB | 119/759 kB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (4): 2.0/2.3 MB | 0.5/2.8 MB | 94/166 kB | 123/759 kB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (4): 2.0/2.3 MB | 0.5/2.8 MB | 94/166 kB | 123/759 kB 06:46:42 [2025-06-30T04:46:42.622Z] Progress (4): 2.0/2.3 MB | 0.5/2.8 MB | 98/166 kB | 123/759 kB 06:46:42 [2025-06-30T04:46:42.623Z] Progress (4): 2.0/2.3 MB | 0.5/2.8 MB | 98/166 kB | 123/759 kB 06:46:42 [2025-06-30T04:46:42.623Z] Progress (4): 2.0/2.3 MB | 0.5/2.8 MB | 98/166 kB | 127/759 kB 06:46:42 [2025-06-30T04:46:42.623Z] Progress (4): 2.0/2.3 MB | 0.5/2.8 MB | 98/166 kB | 127/759 kB