Skip to content
10:42:16 [2026-03-02T09:42:16.157Z] Démarré par le projet amont "Silverpeas_Release" de numéro de build 71
10:42:16 [2026-03-02T09:42:16.157Z] Causé à l'origine par :
10:42:16 [2026-03-02T09:42:16.157Z]  Démarré par l'utilisateur Miguel Moquillon
10:42:16 [2026-03-02T09:42:16.157Z] Running as userbuild
10:42:16 [2026-03-02T09:42:16.993Z] Obtained src/releases/docker-test/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git
10:42:17 [2026-03-02T09:42:17.129Z] [Pipeline] Start of Pipeline
10:42:17 [2026-03-02T09:42:17.331Z] [Pipeline] node
10:42:17 [2026-03-02T09:42:17.333Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas Test Image
10:42:17 [2026-03-02T09:42:17.337Z] [Pipeline] {
10:42:17 [2026-03-02T09:42:17.349Z] [Pipeline] stage
10:42:17 [2026-03-02T09:42:17.350Z] [Pipeline] { (Declarative: Checkout SCM)
10:42:17 [2026-03-02T09:42:17.357Z] [Pipeline] checkout
10:42:17 [2026-03-02T09:42:17.359Z] Selected Git installation does not exist. Using Default
10:42:17 [2026-03-02T09:42:17.359Z] The recommended git tool is: NONE
10:42:17 [2026-03-02T09:42:17.359Z] No credentials specified
10:42:17 [2026-03-02T09:42:17.359Z] Cloning the remote Git repository
10:42:17 [2026-03-02T09:42:17.359Z] Cloning repository https://github.com/Silverpeas/Jenkins-Pipelines.git
10:42:17 [2026-03-02T09:42:17.359Z]  > /usr/bin/git init /var/lib/jenkins/workspace/Silverpeas Test Image # timeout=10
10:42:17 [2026-03-02T09:42:17.366Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git
10:42:17 [2026-03-02T09:42:17.366Z]  > /usr/bin/git --version # timeout=10
10:42:17 [2026-03-02T09:42:17.370Z]  > git --version # 'git version 2.43.0'
10:42:17 [2026-03-02T09:42:17.370Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Jenkins-Pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
10:42:18 [2026-03-02T09:42:18.110Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
10:42:18 [2026-03-02T09:42:18.114Z]  > /usr/bin/git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
10:42:18 [2026-03-02T09:42:18.121Z] Avoid second fetch
10:42:18 [2026-03-02T09:42:18.121Z]  > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
10:42:18 [2026-03-02T09:42:18.126Z] Checking out Revision 1a3c726bd15b58b1d8b82d9cc1fc5c31a5533a45 (refs/remotes/origin/master)
10:42:18 [2026-03-02T09:42:18.126Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
10:42:18 [2026-03-02T09:42:18.131Z]  > /usr/bin/git checkout -f 1a3c726bd15b58b1d8b82d9cc1fc5c31a5533a45 # timeout=10
10:42:18 [2026-03-02T09:42:18.145Z] Commit message: "Fix SonarQube Maven execution in pipelines."
10:42:18 [2026-03-02T09:42:18.145Z]  > /usr/bin/git rev-list --no-walk 1a3c726bd15b58b1d8b82d9cc1fc5c31a5533a45 # timeout=10
10:42:18 [2026-03-02T09:42:18.159Z] [Pipeline] }
10:42:18 [2026-03-02T09:42:18.163Z] [Pipeline] // stage
10:42:18 [2026-03-02T09:42:18.171Z] [Pipeline] withEnv
10:42:18 [2026-03-02T09:42:18.172Z] [Pipeline] {
10:42:18 [2026-03-02T09:42:18.186Z] [Pipeline] withEnv
10:42:18 [2026-03-02T09:42:18.186Z] [Pipeline] {
10:42:18 [2026-03-02T09:42:18.198Z] [Pipeline] stage
10:42:18 [2026-03-02T09:42:18.199Z] [Pipeline] { (Check the Docker image version to build)
10:42:18 [2026-03-02T09:42:18.244Z] Stage "Check the Docker image version to build" skipped due to when conditional
10:42:18 [2026-03-02T09:42:18.245Z] [Pipeline] getContext
10:42:18 [2026-03-02T09:42:18.247Z] [Pipeline] }
10:42:18 [2026-03-02T09:42:18.254Z] [Pipeline] // stage
10:42:18 [2026-03-02T09:42:18.263Z] [Pipeline] stage
10:42:18 [2026-03-02T09:42:18.264Z] [Pipeline] { (Prepare the project)
10:42:18 [2026-03-02T09:42:18.294Z] [Pipeline] git
10:42:18 [2026-03-02T09:42:18.296Z] The recommended git tool is: NONE
10:42:18 [2026-03-02T09:42:18.296Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
10:42:18 [2026-03-02T09:42:18.311Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas Test Image/.git # timeout=10
10:42:18 [2026-03-02T09:42:18.316Z] Fetching changes from the remote Git repository
10:42:18 [2026-03-02T09:42:18.319Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/docker-silverpeas-test # timeout=10
10:42:18 [2026-03-02T09:42:18.325Z] Fetching upstream changes from https://github.com/Silverpeas/docker-silverpeas-test
10:42:18 [2026-03-02T09:42:18.325Z]  > /usr/bin/git --version # timeout=10
10:42:18 [2026-03-02T09:42:18.330Z]  > git --version # 'git version 2.43.0'
10:42:18 [2026-03-02T09:42:18.330Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
10:42:18 [2026-03-02T09:42:18.336Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/docker-silverpeas-test +refs/heads/*:refs/remotes/origin/* # timeout=10
10:42:21 [2026-03-02T09:42:21.524Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.4.x^{commit} # timeout=10
10:42:21 [2026-03-02T09:42:21.529Z] Checking out Revision 2ab1c911d8831f63a56f493722286f684fef2a38 (refs/remotes/origin/6.4.x)
10:42:21 [2026-03-02T09:42:21.529Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
10:42:21 [2026-03-02T09:42:21.534Z]  > /usr/bin/git checkout -f 2ab1c911d8831f63a56f493722286f684fef2a38 # timeout=10
10:42:21 [2026-03-02T09:42:21.615Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
10:42:21 [2026-03-02T09:42:21.621Z]  > /usr/bin/git checkout -b 6.4.x 2ab1c911d8831f63a56f493722286f684fef2a38 # timeout=10
10:42:21 [2026-03-02T09:42:21.689Z] Commit message: "Upgrade for Silverpeas 6.4.5"
10:42:21 [2026-03-02T09:42:21.689Z]  > /usr/bin/git rev-list --no-walk 311cbe0569919315a15a6d50f4c8830b7df1ad64 # timeout=10
10:42:21 [2026-03-02T09:42:21.706Z] [Pipeline] script
10:42:21 [2026-03-02T09:42:21.708Z] [Pipeline] {
10:42:21 [2026-03-02T09:42:21.715Z] [Pipeline] sh
10:42:21 [2026-03-02T09:42:21.970Z] + grep -oP (?<=build=)\d+ Dockerfile
10:42:21 [2026-03-02T09:42:21.970Z] Did you forget the `def` keyword? WorkflowScript seems to be setting a field named buildNb (to a value of type String) which could lead to memory leaks or other issues.
10:42:21 [2026-03-02T09:42:21.971Z] [Pipeline] }
10:42:21 [2026-03-02T09:42:21.979Z] [Pipeline] // script
10:42:21 [2026-03-02T09:42:21.987Z] [Pipeline] }
10:42:21 [2026-03-02T09:42:21.996Z] [Pipeline] // stage
10:42:22 [2026-03-02T09:42:22.006Z] [Pipeline] stage
10:42:22 [2026-03-02T09:42:22.006Z] [Pipeline] { (Update Wildfly version)
10:42:22 [2026-03-02T09:42:22.025Z] [Pipeline] script
10:42:22 [2026-03-02T09:42:22.028Z] [Pipeline] {
10:42:22 [2026-03-02T09:42:22.032Z] [Pipeline] echo
10:42:22 [2026-03-02T09:42:22.032Z] Update Wildfly to 26.1.3
10:42:22 [2026-03-02T09:42:22.033Z] [Pipeline] sh
10:42:22 [2026-03-02T09:42:22.287Z] + sed -i -e s/WILDFLY_VERSION=[0-9.]\+/WILDFLY_VERSION=26.1.3/g Dockerfile
10:42:22 [2026-03-02T09:42:22.287Z] + git diff --quiet
10:42:22 [2026-03-02T09:42:22.288Z] Did you forget the `def` keyword? WorkflowScript seems to be setting a field named modified (to a value of type Integer) which could lead to memory leaks or other issues.
10:42:22 [2026-03-02T09:42:22.288Z] [Pipeline] }
10:42:22 [2026-03-02T09:42:22.292Z] [Pipeline] // script
10:42:22 [2026-03-02T09:42:22.298Z] [Pipeline] }
10:42:22 [2026-03-02T09:42:22.304Z] [Pipeline] // stage
10:42:22 [2026-03-02T09:42:22.311Z] [Pipeline] stage
10:42:22 [2026-03-02T09:42:22.312Z] [Pipeline] { (Update Silverpeas version)
10:42:22 [2026-03-02T09:42:22.328Z] [Pipeline] echo
10:42:22 [2026-03-02T09:42:22.328Z] Update Silverpeas to 6.4.6
10:42:22 [2026-03-02T09:42:22.329Z] [Pipeline] script
10:42:22 [2026-03-02T09:42:22.331Z] [Pipeline] {
10:42:22 [2026-03-02T09:42:22.339Z] [Pipeline] sh
10:42:22 [2026-03-02T09:42:22.595Z] + sed -i -e s/SILVERPEAS_VERSION=[0-9a-zA-Z.-]\+/SILVERPEAS_VERSION=6.4.6/g Dockerfile
10:42:22 [2026-03-02T09:42:22.595Z] + git diff --quiet
10:42:22 [2026-03-02T09:42:22.596Z] Did you forget the `def` keyword? WorkflowScript seems to be setting a field named modified (to a value of type String) which could lead to memory leaks or other issues.
10:42:22 [2026-03-02T09:42:22.596Z] Did you forget the `def` keyword? WorkflowScript seems to be setting a field named buildNb (to a value of type String) which could lead to memory leaks or other issues.
10:42:22 [2026-03-02T09:42:22.596Z] [Pipeline] sh
10:42:22 [2026-03-02T09:42:22.852Z] + sed -i -e s/build=.\+/build=1/g Dockerfile
10:42:22 [2026-03-02T09:42:22.853Z] [Pipeline] }
10:42:22 [2026-03-02T09:42:22.861Z] [Pipeline] // script
10:42:22 [2026-03-02T09:42:22.870Z] [Pipeline] }
10:42:22 [2026-03-02T09:42:22.878Z] [Pipeline] // stage
10:42:22 [2026-03-02T09:42:22.888Z] [Pipeline] stage
10:42:22 [2026-03-02T09:42:22.888Z] [Pipeline] { (Update image build version)
10:42:22 [2026-03-02T09:42:22.903Z] Stage "Update image build version" skipped due to when conditional
10:42:22 [2026-03-02T09:42:22.903Z] [Pipeline] getContext
10:42:22 [2026-03-02T09:42:22.904Z] [Pipeline] }
10:42:22 [2026-03-02T09:42:22.912Z] [Pipeline] // stage
10:42:22 [2026-03-02T09:42:22.922Z] [Pipeline] stage
10:42:22 [2026-03-02T09:42:22.923Z] [Pipeline] { (Push modifications)
10:42:22 [2026-03-02T09:42:22.945Z] [Pipeline] withCredentials
10:42:22 [2026-03-02T09:42:22.964Z] Masking supported pattern matches of $GIT_AUTH or $GIT_AUTH_USR or $GIT_AUTH_PSW
10:42:22 [2026-03-02T09:42:22.966Z] [Pipeline] {
10:42:22 [2026-03-02T09:42:22.979Z] [Pipeline] sh
10:42:23 [2026-03-02T09:42:23.236Z] + git config --local credential.helper !f() { echo username=${GIT_AUTH_USR}; echo password=$GIT_AUTH_PSW; }; f
10:42:23 [2026-03-02T09:42:23.242Z] [Pipeline] sh
10:42:23 [2026-03-02T09:42:23.498Z] + git commit -am Upgrade for Silverpeas 6.4.6
10:42:23 [2026-03-02T09:42:23.499Z] [6.4.x e2f1eec] Upgrade for Silverpeas 6.4.6
10:42:23 [2026-03-02T09:42:23.499Z]  1 file changed, 1 insertion(+), 1 deletion(-)
10:42:23 [2026-03-02T09:42:23.499Z] + git push origin HEAD:6.4.x
10:42:24 [2026-03-02T09:42:24.842Z] remote: 
10:42:24 [2026-03-02T09:42:24.842Z] remote: GitHub found 3 vulnerabilities on Silverpeas/docker-silverpeas-test's default branch (3 moderate). To find out more, visit:        
10:42:24 [2026-03-02T09:42:24.842Z] remote:      https://github.com/Silverpeas/docker-silverpeas-test/security/dependabot        
10:42:24 [2026-03-02T09:42:24.842Z] remote: 
10:42:24 [2026-03-02T09:42:24.842Z] To https://github.com/Silverpeas/docker-silverpeas-test
10:42:24 [2026-03-02T09:42:24.842Z]    2ab1c91..e2f1eec  HEAD -> 6.4.x
10:42:24 [2026-03-02T09:42:24.842Z] + git push --tags
10:42:25 [2026-03-02T09:42:25.393Z] Everything up-to-date
10:42:25 [2026-03-02T09:42:25.394Z] [Pipeline] }
10:42:25 [2026-03-02T09:42:25.401Z] [Pipeline] // withCredentials
10:42:25 [2026-03-02T09:42:25.407Z] [Pipeline] }
10:42:25 [2026-03-02T09:42:25.412Z] [Pipeline] // stage
10:42:25 [2026-03-02T09:42:25.419Z] [Pipeline] stage
10:42:25 [2026-03-02T09:42:25.420Z] [Pipeline] { (Build image)
10:42:25 [2026-03-02T09:42:25.431Z] [Pipeline] script
10:42:25 [2026-03-02T09:42:25.433Z] [Pipeline] {
10:42:25 [2026-03-02T09:42:25.529Z] [Pipeline] isUnix
10:42:25 [2026-03-02T09:42:25.536Z] [Pipeline] withEnv
10:42:25 [2026-03-02T09:42:25.536Z] [Pipeline] {
10:42:25 [2026-03-02T09:42:25.543Z] [Pipeline] sh
10:42:25 [2026-03-02T09:42:25.798Z] + docker build -t silverpeas/silverpeas-test:6.4.6 .
10:42:26 [2026-03-02T09:42:26.349Z] #0 building with "default" instance using docker driver
10:42:26 [2026-03-02T09:42:26.349Z] 
10:42:26 [2026-03-02T09:42:26.349Z] #1 [internal] load build definition from Dockerfile
10:42:26 [2026-03-02T09:42:26.349Z] #1 transferring dockerfile: 5.27kB done
10:42:26 [2026-03-02T09:42:26.349Z] #1 WARN: LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 65)
10:42:26 [2026-03-02T09:42:26.349Z] #1 WARN: LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 66)
10:42:26 [2026-03-02T09:42:26.349Z] #1 WARN: LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 67)
10:42:26 [2026-03-02T09:42:26.349Z] #1 WARN: LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 74)
10:42:26 [2026-03-02T09:42:26.349Z] #1 WARN: LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 75)
10:42:26 [2026-03-02T09:42:26.349Z] #1 WARN: LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 76)
10:42:26 [2026-03-02T09:42:26.349Z] #1 DONE 0.0s
10:42:26 [2026-03-02T09:42:26.349Z] 
10:42:26 [2026-03-02T09:42:26.349Z] #2 [internal] load metadata for docker.io/library/ubuntu:jammy
10:42:26 [2026-03-02T09:42:26.349Z] #2 DONE 0.0s
10:42:26 [2026-03-02T09:42:26.349Z] 
10:42:26 [2026-03-02T09:42:26.349Z] #3 [internal] load .dockerignore
10:42:26 [2026-03-02T09:42:26.349Z] #3 transferring context: 2B done
10:42:26 [2026-03-02T09:42:26.349Z] #3 DONE 0.0s
10:42:26 [2026-03-02T09:42:26.349Z] 
10:42:26 [2026-03-02T09:42:26.349Z] #4 [ 1/15] FROM docker.io/library/ubuntu:jammy
10:42:26 [2026-03-02T09:42:26.349Z] #4 DONE 0.0s
10:42:26 [2026-03-02T09:42:26.349Z] 
10:42:26 [2026-03-02T09:42:26.349Z] #5 [ 4/15] RUN wget -nc https://www.silverpeas.org/files/pdf2json-bin-0.68.zip   && echo 'eec849cdd75224f9d44c0999ed1fbe8764a773d8ab0cf7fff4bf922ab81c9f84 *pdf2json-bin-0.68.zip' | sha256sum -   && unzip pdf2json-bin-0.68.zip -d /   && rm pdf2json-bin-0.68.zip
10:42:26 [2026-03-02T09:42:26.349Z] #5 CACHED
10:42:26 [2026-03-02T09:42:26.349Z] 
10:42:26 [2026-03-02T09:42:26.349Z] #6 [ 2/15] RUN apt-get update   && apt-get install -y tzdata   && apt-get install -y     apt-utils     iputils-ping     curl     wget     vim     locales     language-pack-en     language-pack-fr     procps     net-tools     zip     unzip     openjdk-11-jdk     ffmpeg     imagemagick     ghostscript     libreoffice     ure     gpgv     postgresql     sudo   && rm -rf /var/lib/apt/lists/*   && update-ca-certificates -f
10:42:26 [2026-03-02T09:42:26.349Z] #6 CACHED
10:42:26 [2026-03-02T09:42:26.349Z] 
10:42:26 [2026-03-02T09:42:26.349Z] #7 [ 3/15] RUN wget -nc https://www.silverpeas.org/files/swftools-bin-0.9.2.zip   && echo 'd40bd091c84bde2872f2733a3c767b3a686c8e8477a3af3a96ef347cf05c5e43 *swftools-bin-0.9.2.zip' | sha256sum -   && unzip swftools-bin-0.9.2.zip -d /   && rm swftools-bin-0.9.2.zip
10:42:26 [2026-03-02T09:42:26.349Z] #7 CACHED
10:42:26 [2026-03-02T09:42:26.349Z] 
10:42:26 [2026-03-02T09:42:26.349Z] #8 [ 5/15] RUN echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen   && echo "fr_FR.UTF-8 UTF-8" >> /etc/locale.gen   && echo "de_DE.UTF-8 UTF-8" >> /etc/locale.gen   && locale-gen   && update-locale LANG=en_US.UTF-8 LANGUAGE=en_US.UTF-8 LC_ALL=en_US.UTF-8
10:42:26 [2026-03-02T09:42:26.349Z] #8 CACHED
10:42:26 [2026-03-02T09:42:26.349Z] 
10:42:26 [2026-03-02T09:42:26.349Z] #9 [internal] load build context
10:42:26 [2026-03-02T09:42:26.600Z] #9 transferring context: 8.52MB 0.2s done
10:42:26 [2026-03-02T09:42:26.600Z] #9 DONE 0.2s
10:42:26 [2026-03-02T09:42:26.600Z] 
10:42:26 [2026-03-02T09:42:26.600Z] #10 [ 6/15] RUN wget -nc https://www.silverpeas.org/files/silverpeas-6.4.6-wildfly26.zip   && wget -nc https://www.silverpeas.org/files/silverpeas-6.4.6-wildfly26.zip.asc   && ( gpg --keyserver keys.openpgp.org --recv-keys 3F4657EF9C591F2FEA458FEBC19391EB3DF442B6   || gpg --keyserver pgp.mit.edu --recv-keys 3F4657EF9C591F2FEA458FEBC19391EB3DF442B6   || gpg --keyserver keyserver.pgp.com --recv-keys 3F4657EF9C591F2FEA458FEBC19391EB3DF442B6 )   && gpg --batch --verify silverpeas-6.4.6-wildfly26.zip.asc silverpeas-6.4.6-wildfly26.zip   && wget -nc https://github.com/wildfly/wildfly/releases/download/26.1.3.Final/wildfly-26.1.3.Final.zip   && unzip silverpeas-6.4.6-wildfly26.zip -d /opt   && unzip wildfly-26.1.3.Final.zip -d /opt   && mv /opt/silverpeas-6.4.6-wildfly26 /opt/silverpeas   && mv /opt/wildfly-26.1.3.Final /opt/wildfly   && rm ./*.zip   && mkdir -p /root/.m2/repository
10:42:26 [2026-03-02T09:42:26.600Z] #10 0.270 --2026-03-02 09:42:26--  https://www.silverpeas.org/files/silverpeas-6.4.6-wildfly26.zip
10:42:26 [2026-03-02T09:42:26.600Z] #10 0.287 Resolving www.silverpeas.org (www.silverpeas.org)... 212.83.183.214
10:42:26 [2026-03-02T09:42:26.600Z] #10 0.290 Connecting to www.silverpeas.org (www.silverpeas.org)|212.83.183.214|:443... connected.
10:42:26 [2026-03-02T09:42:26.600Z] #10 0.319 HTTP request sent, awaiting response... 200 OK
10:42:26 [2026-03-02T09:42:26.600Z] #10 0.338 Length: 5210023 (5.0M) [application/zip]
10:42:26 [2026-03-02T09:42:26.600Z] #10 0.339 Saving to: ‘silverpeas-6.4.6-wildfly26.zip’
10:42:26 [2026-03-02T09:42:26.600Z] #10 0.339 
10:42:26 [2026-03-02T09:42:26.600Z] #10 0.339      0K .......... .......... .......... .......... ..........  0% 2.54M 2s
10:42:26 [2026-03-02T09:42:26.600Z] #10 0.358     50K .......... .......... .......... .......... ..........  1% 5.04M 1s
10:42:26 [2026-03-02T09:42:26.600Z] #10 0.368    100K .......... .......... .......... .......... ..........  2% 73.0M 1s
10:42:26 [2026-03-02T09:42:26.600Z] #10 0.368    150K .......... .......... .......... .......... ..........  3% 58.2M 1s
10:42:26 [2026-03-02T09:42:26.600Z] #10 0.369    200K .......... .......... .......... .......... ..........  4% 5.34M 1s
10:42:26 [2026-03-02T09:42:26.600Z] #10 0.378    250K .......... .......... .......... .......... ..........  5% 41.4M 1s
10:42:26 [2026-03-02T09:42:26.600Z] #10 0.380    300K .......... .......... .......... .......... ..........  6% 53.8M 1s
10:42:26 [2026-03-02T09:42:26.600Z] #10 0.380    350K .......... .......... .......... .......... ..........  7% 47.8M 0s
10:42:26 [2026-03-02T09:42:26.600Z] #10 0.381    400K .......... .......... .......... .......... ..........  8% 8.09M 1s
10:42:26 [2026-03-02T09:42:26.600Z] #10 0.388    450K .......... .......... .......... .......... ..........  9% 45.0M 0s
10:42:26 [2026-03-02T09:42:26.600Z] #10 0.389    500K .......... .......... .......... .......... .......... 10% 53.3M 0s
10:42:26 [2026-03-02T09:42:26.600Z] #10 0.390    550K .......... .......... .......... .......... .......... 11% 47.0M 0s
10:42:26 [2026-03-02T09:42:26.600Z] #10 0.391    600K .......... .......... .......... .......... .......... 12% 43.8M 0s
10:42:26 [2026-03-02T09:42:26.600Z] #10 0.392    650K .......... .......... .......... .......... .......... 13% 57.6M 0s
10:42:26 [2026-03-02T09:42:26.600Z] #10 0.393    700K .......... .......... .......... .......... .......... 14% 45.6M 0s
10:42:26 [2026-03-02T09:42:26.600Z] #10 0.394    750K .......... .......... .......... .......... .......... 15% 53.7M 0s
10:42:26 [2026-03-02T09:42:26.600Z] #10 0.394    800K .......... .......... .......... .......... .......... 16% 57.0M 0s
10:42:26 [2026-03-02T09:42:26.600Z] #10 0.395    850K .......... .......... .......... .......... .......... 17% 22.0M 0s
10:42:26 [2026-03-02T09:42:26.600Z] #10 0.398    900K .......... .......... .......... .......... .......... 18% 60.5M 0s
10:42:26 [2026-03-02T09:42:26.600Z] #10 0.400    950K .......... .......... .......... .......... .......... 19% 74.6M 0s
10:42:26 [2026-03-02T09:42:26.600Z] #10 0.400   1000K .......... .......... .......... .......... .......... 20% 87.7M 0s
10:42:26 [2026-03-02T09:42:26.600Z] #10 0.400   1050K .......... .......... .......... .......... .......... 21% 59.0M 0s
10:42:26 [2026-03-02T09:42:26.600Z] #10 0.400   1100K .......... .......... .......... .......... .......... 22% 55.1M 0s
10:42:26 [2026-03-02T09:42:26.600Z] #10 0.401   1150K .......... .......... .......... .......... .......... 23% 80.2M 0s
10:42:26 [2026-03-02T09:42:26.600Z] #10 0.402   1200K .......... .......... .......... .......... .......... 24% 53.3M 0s
10:42:26 [2026-03-02T09:42:26.600Z] #10 0.403   1250K .......... .......... .......... .......... .......... 25% 77.4M 0s
10:42:26 [2026-03-02T09:42:26.600Z] #10 0.403   1300K .......... .......... .......... .......... .......... 26% 64.4M 0s
10:42:26 [2026-03-02T09:42:26.600Z] #10 0.404   1350K .......... .......... .......... .......... .......... 27% 60.4M 0s
10:42:26 [2026-03-02T09:42:26.600Z] #10 0.405   1400K .......... .......... .......... .......... .......... 28% 78.1M 0s
10:42:26 [2026-03-02T09:42:26.600Z] #10 0.406   1450K .......... .......... .......... .......... .......... 29% 66.1M 0s
10:42:26 [2026-03-02T09:42:26.600Z] #10 0.407   1500K .......... .......... .......... .......... .......... 30%  104M 0s
10:42:26 [2026-03-02T09:42:26.600Z] #10 0.407   1550K .......... .......... .......... .......... .......... 31% 81.3M 0s
10:42:26 [2026-03-02T09:42:26.600Z] #10 0.407   1600K .......... .......... .......... .......... .......... 32% 56.5M 0s
10:42:26 [2026-03-02T09:42:26.600Z] #10 0.408   1650K .......... .......... .......... .......... .......... 33% 60.7M 0s
10:42:26 [2026-03-02T09:42:26.600Z] #10 0.409   1700K .......... .......... .......... .......... .......... 34% 61.5M 0s
10:42:26 [2026-03-02T09:42:26.600Z] #10 0.410   1750K .......... .......... .......... .......... .......... 35% 65.4M 0s
10:42:26 [2026-03-02T09:42:26.600Z] #10 0.411   1800K .......... .......... .......... .......... .......... 36% 66.3M 0s
10:42:26 [2026-03-02T09:42:26.600Z] #10 0.411   1850K .......... .......... .......... .......... .......... 37% 70.7M 0s
10:42:26 [2026-03-02T09:42:26.600Z] #10 0.412   1900K .......... .......... .......... .......... .......... 38% 65.4M 0s
10:42:26 [2026-03-02T09:42:26.600Z] #10 0.413   1950K .......... .......... .......... .......... .......... 39% 54.1M 0s
10:42:26 [2026-03-02T09:42:26.600Z] #10 0.414   2000K .......... .......... .......... .......... .......... 40% 81.3M 0s
10:42:26 [2026-03-02T09:42:26.600Z] #10 0.414   2050K .......... .......... .......... .......... .......... 41% 74.8M 0s
10:42:26 [2026-03-02T09:42:26.600Z] #10 0.415   2100K .......... .......... .......... .......... .......... 42% 69.8M 0s
10:42:26 [2026-03-02T09:42:26.600Z] #10 0.416   2150K .......... .......... .......... .......... .......... 43% 71.7M 0s
10:42:26 [2026-03-02T09:42:26.600Z] #10 0.416   2200K .......... .......... .......... .......... .......... 44% 60.1M 0s
10:42:26 [2026-03-02T09:42:26.600Z] #10 0.417   2250K .......... .......... .......... .......... .......... 45% 99.1M 0s
10:42:26 [2026-03-02T09:42:26.600Z] #10 0.418   2300K .......... .......... .......... .......... .......... 46% 74.9M 0s
10:42:26 [2026-03-02T09:42:26.850Z] #10 0.418   2350K .......... .......... .......... .......... .......... 47% 74.0M 0s
10:42:26 [2026-03-02T09:42:26.850Z] #10 0.419   2400K .......... .......... .......... .......... .......... 48% 82.9M 0s
10:42:26 [2026-03-02T09:42:26.850Z] #10 0.420   2450K .......... .......... .......... .......... .......... 49% 73.2M 0s
10:42:26 [2026-03-02T09:42:26.850Z] #10 0.420   2500K .......... .......... .......... .......... .......... 50% 81.4M 0s
10:42:26 [2026-03-02T09:42:26.850Z] #10 0.421   2550K .......... .......... .......... .......... .......... 51% 89.7M 0s
10:42:26 [2026-03-02T09:42:26.850Z] #10 0.421   2600K .......... .......... .......... .......... .......... 52% 67.7M 0s
10:42:26 [2026-03-02T09:42:26.850Z] #10 0.422   2650K .......... .......... .......... .......... .......... 53%  113M 0s
10:42:26 [2026-03-02T09:42:26.850Z] #10 0.422   2700K .......... .......... .......... .......... .......... 54% 77.5M 0s
10:42:26 [2026-03-02T09:42:26.850Z] #10 0.423   2750K .......... .......... .......... .......... .......... 55%  109M 0s
10:42:26 [2026-03-02T09:42:26.850Z] #10 0.424   2800K .......... .......... .......... .......... .......... 56% 91.7M 0s
10:42:26 [2026-03-02T09:42:26.850Z] #10 0.424   2850K .......... .......... .......... .......... .......... 56% 94.6M 0s
10:42:26 [2026-03-02T09:42:26.850Z] #10 0.425   2900K .......... .......... .......... .......... .......... 57% 84.7M 0s
10:42:26 [2026-03-02T09:42:26.850Z] #10 0.425   2950K .......... .......... .......... .......... .......... 58% 92.2M 0s
10:42:26 [2026-03-02T09:42:26.850Z] #10 0.426   3000K .......... .......... .......... .......... .......... 59% 90.5M 0s
10:42:26 [2026-03-02T09:42:26.850Z] #10 0.426   3050K .......... .......... .......... .......... .......... 60% 84.1M 0s
10:42:26 [2026-03-02T09:42:26.850Z] #10 0.427   3100K .......... .......... .......... .......... .......... 61% 97.7M 0s
10:42:26 [2026-03-02T09:42:26.850Z] #10 0.427   3150K .......... .......... .......... .......... .......... 62%  122M 0s
10:42:26 [2026-03-02T09:42:26.850Z] #10 0.428   3200K .......... .......... .......... .......... .......... 63% 81.2M 0s
10:42:26 [2026-03-02T09:42:26.850Z] #10 0.428   3250K .......... .......... .......... .......... .......... 64%  111M 0s
10:42:26 [2026-03-02T09:42:26.850Z] #10 0.429   3300K .......... .......... .......... .......... .......... 65% 93.8M 0s
10:42:26 [2026-03-02T09:42:26.850Z] #10 0.429   3350K .......... .......... .......... .......... .......... 66% 96.1M 0s
10:42:26 [2026-03-02T09:42:26.850Z] #10 0.430   3400K .......... .......... .......... .......... .......... 67% 96.7M 0s
10:42:26 [2026-03-02T09:42:26.850Z] #10 0.430   3450K .......... .......... .......... .......... .......... 68%  113M 0s
10:42:26 [2026-03-02T09:42:26.850Z] #10 0.431   3500K .......... .......... .......... .......... .......... 69%  127M 0s
10:42:26 [2026-03-02T09:42:26.850Z] #10 0.433   3550K .......... .......... .......... .......... .......... 70%  157M 0s
10:42:26 [2026-03-02T09:42:26.850Z] #10 0.433   3600K .......... .......... .......... .......... .......... 71%  158M 0s
10:42:26 [2026-03-02T09:42:26.850Z] #10 0.433   3650K .......... .......... .......... .......... .......... 72%  168M 0s
10:42:26 [2026-03-02T09:42:26.850Z] #10 0.433   3700K .......... .......... .......... .......... .......... 73%  172M 0s
10:42:26 [2026-03-02T09:42:26.850Z] #10 0.433   3750K .......... .......... .......... .......... .......... 74%  185M 0s
10:42:26 [2026-03-02T09:42:26.850Z] #10 0.433   3800K .......... .......... .......... .......... .......... 75%  182M 0s
10:42:26 [2026-03-02T09:42:26.850Z] #10 0.433   3850K .......... .......... .......... .......... .......... 76%  105M 0s
10:42:26 [2026-03-02T09:42:26.850Z] #10 0.433   3900K .......... .......... .......... .......... .......... 77%  109M 0s
10:42:26 [2026-03-02T09:42:26.850Z] #10 0.434   3950K .......... .......... .......... .......... .......... 78% 89.9M 0s
10:42:26 [2026-03-02T09:42:26.850Z] #10 0.434   4000K .......... .......... .......... .......... .......... 79%  110M 0s
10:42:26 [2026-03-02T09:42:26.850Z] #10 0.435   4050K .......... .......... .......... .......... .......... 80%  125M 0s
10:42:26 [2026-03-02T09:42:26.851Z] #10 0.435   4100K .......... .......... .......... .......... .......... 81%  107M 0s
10:42:26 [2026-03-02T09:42:26.851Z] #10 0.436   4150K .......... .......... .......... .......... .......... 82%  124M 0s
10:42:26 [2026-03-02T09:42:26.851Z] #10 0.436   4200K .......... .......... .......... .......... .......... 83%  109M 0s
10:42:26 [2026-03-02T09:42:26.851Z] #10 0.436   4250K .......... .......... .......... .......... .......... 84%  160M 0s
10:42:26 [2026-03-02T09:42:26.851Z] #10 0.437   4300K .......... .......... .......... .......... .......... 85%  140M 0s
10:42:26 [2026-03-02T09:42:26.851Z] #10 0.437   4350K .......... .......... .......... .......... .......... 86%  117M 0s
10:42:26 [2026-03-02T09:42:26.851Z] #10 0.438   4400K .......... .......... .......... .......... .......... 87%  142M 0s
10:42:26 [2026-03-02T09:42:26.851Z] #10 0.438   4450K .......... .......... .......... .......... .......... 88%  117M 0s
10:42:26 [2026-03-02T09:42:26.851Z] #10 0.438   4500K .......... .......... .......... .......... .......... 89%  119M 0s
10:42:26 [2026-03-02T09:42:26.851Z] #10 0.439   4550K .......... .......... .......... .......... .......... 90%  126M 0s
10:42:26 [2026-03-02T09:42:26.851Z] #10 0.439   4600K .......... .......... .......... .......... .......... 91%  121M 0s
10:42:26 [2026-03-02T09:42:26.851Z] #10 0.439   4650K .......... .......... .......... .......... .......... 92%  131M 0s
10:42:26 [2026-03-02T09:42:26.851Z] #10 0.440   4700K .......... .......... .......... .......... .......... 93% 94.1M 0s
10:42:26 [2026-03-02T09:42:26.851Z] #10 0.440   4750K .......... .......... .......... .......... .......... 94%  141M 0s
10:42:26 [2026-03-02T09:42:26.851Z] #10 0.441   4800K .......... .......... .......... .......... .......... 95%  133M 0s
10:42:26 [2026-03-02T09:42:26.851Z] #10 0.441   4850K .......... .......... .......... .......... .......... 96%  126M 0s
10:42:26 [2026-03-02T09:42:26.851Z] #10 0.441   4900K .......... .......... .......... .......... .......... 97%  146M 0s
10:42:26 [2026-03-02T09:42:26.851Z] #10 0.442   4950K .......... .......... .......... .......... .......... 98%  110M 0s
10:42:26 [2026-03-02T09:42:26.851Z] #10 0.442   5000K .......... .......... .......... .......... .......... 99%  146M 0s
10:42:26 [2026-03-02T09:42:26.851Z] #10 0.443   5050K .......... .......... .......... .......              100%  138M=0.1s
10:42:26 [2026-03-02T09:42:26.851Z] #10 0.443 
10:42:26 [2026-03-02T09:42:26.851Z] #10 0.443 2026-03-02 09:42:26 (47.7 MB/s) - ‘silverpeas-6.4.6-wildfly26.zip’ saved [5210023/5210023]
10:42:26 [2026-03-02T09:42:26.851Z] #10 0.443 
10:42:26 [2026-03-02T09:42:26.851Z] #10 0.447 --2026-03-02 09:42:26--  https://www.silverpeas.org/files/silverpeas-6.4.6-wildfly26.zip.asc
10:42:26 [2026-03-02T09:42:26.851Z] #10 0.451 Resolving www.silverpeas.org (www.silverpeas.org)... 212.83.183.214
10:42:26 [2026-03-02T09:42:26.851Z] #10 0.452 Connecting to www.silverpeas.org (www.silverpeas.org)|212.83.183.214|:443... connected.
10:42:26 [2026-03-02T09:42:26.851Z] #10 0.483 HTTP request sent, awaiting response... 200 OK
10:42:26 [2026-03-02T09:42:26.851Z] #10 0.510 Length: 488 [application/pgp-keys]
10:42:26 [2026-03-02T09:42:26.851Z] #10 0.510 Saving to: ‘silverpeas-6.4.6-wildfly26.zip.asc’
10:42:26 [2026-03-02T09:42:26.851Z] #10 0.510 
10:42:26 [2026-03-02T09:42:26.851Z] #10 0.510      0K                                                       100%  149M=0s
10:42:26 [2026-03-02T09:42:26.851Z] #10 0.510 
10:42:26 [2026-03-02T09:42:26.851Z] #10 0.510 2026-03-02 09:42:26 (149 MB/s) - ‘silverpeas-6.4.6-wildfly26.zip.asc’ saved [488/488]
10:42:26 [2026-03-02T09:42:26.851Z] #10 0.510 
10:42:26 [2026-03-02T09:42:26.851Z] #10 0.529 gpg: directory '/root/.gnupg' created
10:42:26 [2026-03-02T09:42:26.851Z] #10 0.530 gpg: keybox '/root/.gnupg/pubring.kbx' created
10:42:27 [2026-03-02T09:42:27.762Z] #10 1.403 gpg: /root/.gnupg/trustdb.gpg: trustdb created
10:42:27 [2026-03-02T09:42:27.762Z] #10 1.403 gpg: key C19391EB3DF442B6: public key "Miguel Moquillon <miguel.moquillon@silverpeas.org>" imported
10:42:27 [2026-03-02T09:42:27.762Z] #10 1.412 gpg: Total number processed: 1
10:42:27 [2026-03-02T09:42:27.762Z] #10 1.412 gpg:               imported: 1
10:42:27 [2026-03-02T09:42:27.762Z] #10 1.449 gpg: Signature made Mon 02 Mar 2026 09:36:43 AM UTC
10:42:27 [2026-03-02T09:42:27.762Z] #10 1.449 gpg:                using RSA key 3F4657EF9C591F2FEA458FEBC19391EB3DF442B6
10:42:27 [2026-03-02T09:42:27.762Z] #10 1.449 gpg: Good signature from "Miguel Moquillon <miguel.moquillon@silverpeas.org>" [unknown]
10:42:27 [2026-03-02T09:42:27.762Z] #10 1.449 gpg: WARNING: This key is not certified with a trusted signature!
10:42:27 [2026-03-02T09:42:27.762Z] #10 1.449 gpg:          There is no indication that the signature belongs to the owner.
10:42:27 [2026-03-02T09:42:27.762Z] #10 1.449 Primary key fingerprint: 3F46 57EF 9C59 1F2F EA45  8FEB C193 91EB 3DF4 42B6
10:42:27 [2026-03-02T09:42:27.762Z] #10 1.452 --2026-03-02 09:42:27--  https://github.com/wildfly/wildfly/releases/download/26.1.3.Final/wildfly-26.1.3.Final.zip
10:42:27 [2026-03-02T09:42:27.762Z] #10 1.456 Resolving github.com (github.com)... 140.82.121.3
10:42:27 [2026-03-02T09:42:27.762Z] #10 1.457 Connecting to github.com (github.com)|140.82.121.3|:443... connected.
10:42:28 [2026-03-02T09:42:28.012Z] #10 1.477 HTTP request sent, awaiting response... 302 Found
10:42:28 [2026-03-02T09:42:28.012Z] #10 1.668 Location: https://release-assets.githubusercontent.com/github-production-release-asset/764708/430192e6-5c54-4204-afa5-c79846fd0181?sp=r&sv=2018-11-09&sr=b&spr=https&se=2026-03-02T10%3A20%3A39Z&rscd=attachment%3B+filename%3Dwildfly-26.1.3.Final.zip&rsct=application%2Foctet-stream&skoid=96c2d410-5711-43a1-aedd-ab1947aa7ab0&sktid=398a6654-997b-47e9-b12b-9515b896b4de&skt=2026-03-02T09%3A20%3A12Z&ske=2026-03-02T10%3A20%3A39Z&sks=b&skv=2018-11-09&sig=n0iV5f5wMfuIAlbREOFKZOgMkx5J2hEIKx92qaztIno%3D&jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmVsZWFzZS1hc3NldHMuZ2l0aHVidXNlcmNvbnRlbnQuY29tIiwia2V5Ijoia2V5MSIsImV4cCI6MTc3MjQ0ODE0NywibmJmIjoxNzcyNDQ0NTQ3LCJwYXRoIjoicmVsZWFzZWFzc2V0cHJvZHVjdGlvbi5ibG9iLmNvcmUud2luZG93cy5uZXQifQ.pNiesyWeBeXO_mcXaU9ZsIRMQHAO4YgaVf6u1-L2UbI&response-content-disposition=attachment%3B%20filename%3Dwildfly-26.1.3.Final.zip&response-content-type=application%2Foctet-stream [following]
10:42:28 [2026-03-02T09:42:28.012Z] #10 1.668 --2026-03-02 09:42:27--  https://release-assets.githubusercontent.com/github-production-release-asset/764708/430192e6-5c54-4204-afa5-c79846fd0181?sp=r&sv=2018-11-09&sr=b&spr=https&se=2026-03-02T10%3A20%3A39Z&rscd=attachment%3B+filename%3Dwildfly-26.1.3.Final.zip&rsct=application%2Foctet-stream&skoid=96c2d410-5711-43a1-aedd-ab1947aa7ab0&sktid=398a6654-997b-47e9-b12b-9515b896b4de&skt=2026-03-02T09%3A20%3A12Z&ske=2026-03-02T10%3A20%3A39Z&sks=b&skv=2018-11-09&sig=n0iV5f5wMfuIAlbREOFKZOgMkx5J2hEIKx92qaztIno%3D&jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmVsZWFzZS1hc3NldHMuZ2l0aHVidXNlcmNvbnRlbnQuY29tIiwia2V5Ijoia2V5MSIsImV4cCI6MTc3MjQ0ODE0NywibmJmIjoxNzcyNDQ0NTQ3LCJwYXRoIjoicmVsZWFzZWFzc2V0cHJvZHVjdGlvbi5ibG9iLmNvcmUud2luZG93cy5uZXQifQ.pNiesyWeBeXO_mcXaU9ZsIRMQHAO4YgaVf6u1-L2UbI&response-content-disposition=attachment%3B%20filename%3Dwildfly-26.1.3.Final.zip&response-content-type=application%2Foctet-stream
10:42:28 [2026-03-02T09:42:28.012Z] #10 1.668 Resolving release-assets.githubusercontent.com (release-assets.githubusercontent.com)... 185.199.109.133, 185.199.110.133, 185.199.111.133, ...
10:42:28 [2026-03-02T09:42:28.012Z] #10 1.669 Connecting to release-assets.githubusercontent.com (release-assets.githubusercontent.com)|185.199.109.133|:443... connected.
10:42:28 [2026-03-02T09:42:28.012Z] #10 1.681 HTTP request sent, awaiting response... 200 OK
10:42:28 [2026-03-02T09:42:28.263Z] #10 1.791 Length: 217909260 (208M) [application/octet-stream]
10:42:28 [2026-03-02T09:42:28.263Z] #10 1.792 Saving to: ‘wildfly-26.1.3.Final.zip’
10:42:28 [2026-03-02T09:42:28.263Z] #10 1.792 
10:42:28 [2026-03-02T09:42:28.263Z] #10 1.792      0K .......... .......... .......... .......... ..........  0% 18.6M 11s
10:42:28 [2026-03-02T09:42:28.263Z] #10 1.795     50K .......... .......... .......... .......... ..........  0% 46.5M 8s
10:42:28 [2026-03-02T09:42:28.263Z] #10 1.795    100K .......... .......... .......... .......... ..........  0% 49.0M 7s
10:42:28 [2026-03-02T09:42:28.263Z] #10 1.796    150K .......... .......... .......... .......... ..........  0% 53.0M 6s
10:42:28 [2026-03-02T09:42:28.263Z] #10 1.797    200K .......... .......... .......... .......... ..........  0% 53.1M 6s
10:42:28 [2026-03-02T09:42:28.263Z] #10 1.798    250K .......... .......... .......... .......... ..........  0% 45.6M 5s
10:42:28 [2026-03-02T09:42:28.263Z] #10 1.799    300K .......... .......... .......... .......... ..........  0% 50.0M 5s
10:42:28 [2026-03-02T09:42:28.263Z] #10 1.800    350K .......... .......... .......... .......... ..........  0% 59.7M 5s
10:42:28 [2026-03-02T09:42:28.263Z] #10 1.801    400K .......... .......... .......... .......... ..........  0% 54.3M 5s
10:42:28 [2026-03-02T09:42:28.263Z] #10 1.802    450K .......... .......... .......... .......... ..........  0% 52.4M 5s
10:42:28 [2026-03-02T09:42:28.263Z] #10 1.803    500K .......... .......... .......... .......... ..........  0% 43.1M 5s
10:42:28 [2026-03-02T09:42:28.263Z] #10 1.804    550K .......... .......... .......... .......... ..........  0% 47.3M 5s
10:42:28 [2026-03-02T09:42:28.263Z] #10 1.805    600K .......... .......... .......... .......... ..........  0% 54.6M 5s
10:42:28 [2026-03-02T09:42:28.263Z] #10 1.806    650K .......... .......... .......... .......... ..........  0% 52.7M 5s
10:42:28 [2026-03-02T09:42:28.263Z] #10 1.807    700K .......... .......... .......... .......... ..........  0% 45.4M 5s
10:42:28 [2026-03-02T09:42:28.263Z] #10 1.808    750K .......... .......... .......... .......... ..........  0% 58.0M 5s
10:42:28 [2026-03-02T09:42:28.263Z] #10 1.809    800K .......... .......... .......... .......... ..........  0% 56.3M 4s
10:42:28 [2026-03-02T09:42:28.263Z] #10 1.810    850K .......... .......... .......... .......... ..........  0% 54.1M 4s
10:42:28 [2026-03-02T09:42:28.263Z] #10 1.811    900K .......... .......... .......... .......... ..........  0% 53.8M 4s
10:42:28 [2026-03-02T09:42:28.263Z] #10 1.811    950K .......... .......... .......... .......... ..........  0% 55.2M 4s
10:42:28 [2026-03-02T09:42:28.263Z] #10 1.812   1000K .......... .......... .......... .......... ..........  0% 58.3M 4s
10:42:28 [2026-03-02T09:42:28.263Z] #10 1.813   1050K .......... .......... .......... .......... ..........  0% 61.1M 4s
10:42:28 [2026-03-02T09:42:28.263Z] #10 1.814   1100K .......... .......... .......... .......... ..........  0% 48.1M 4s
10:42:28 [2026-03-02T09:42:28.263Z] #10 1.815   1150K .......... .......... .......... .......... ..........  0% 61.8M 4s
10:42:28 [2026-03-02T09:42:28.263Z] #10 1.816   1200K .......... .......... .......... .......... ..........  0% 52.4M 4s
10:42:28 [2026-03-02T09:42:28.263Z] #10 1.817   1250K .......... .......... .......... .......... ..........  0% 47.7M 4s
10:42:28 [2026-03-02T09:42:28.263Z] #10 1.818   1300K .......... .......... .......... .......... ..........  0% 51.5M 4s
10:42:28 [2026-03-02T09:42:28.263Z] #10 1.819   1350K .......... .......... .......... .......... ..........  0% 55.1M 4s
10:42:28 [2026-03-02T09:42:28.263Z] #10 1.820   1400K .......... .......... .......... .......... ..........  0% 55.7M 4s
10:42:28 [2026-03-02T09:42:28.263Z] #10 1.820   1450K .......... .......... .......... .......... ..........  0% 50.9M 4s
10:42:28 [2026-03-02T09:42:28.263Z] #10 1.821   1500K .......... .......... .......... .......... ..........  0% 43.2M 4s
10:42:28 [2026-03-02T09:42:28.263Z] #10 1.823   1550K .......... .......... .......... .......... ..........  0% 54.1M 4s
10:42:28 [2026-03-02T09:42:28.263Z] #10 1.823   1600K .......... .......... .......... .......... ..........  0% 49.7M 4s
10:42:28 [2026-03-02T09:42:28.263Z] #10 1.824   1650K .......... .......... .......... .......... ..........  0% 57.1M 4s
10:42:28 [2026-03-02T09:42:28.263Z] #10 1.825   1700K .......... .......... .......... .......... ..........  0% 45.4M 4s
10:42:28 [2026-03-02T09:42:28.263Z] #10 1.826   1750K .......... .......... .......... .......... ..........  0% 54.9M 4s
10:42:28 [2026-03-02T09:42:28.263Z] #10 1.827   1800K .......... .......... .......... .......... ..........  0% 71.3M 4s
10:42:28 [2026-03-02T09:42:28.263Z] #10 1.828   1850K .......... .......... .......... .......... ..........  0% 60.3M 4s
10:42:28 [2026-03-02T09:42:28.263Z] #10 1.829   1900K .......... .......... .......... .......... ..........  0% 52.3M 4s
10:42:28 [2026-03-02T09:42:28.263Z] #10 1.830   1950K .......... .......... .......... .......... ..........  0% 70.4M 4s
10:42:28 [2026-03-02T09:42:28.263Z] #10 1.830   2000K .......... .......... .......... .......... ..........  0% 67.7M 4s
10:42:28 [2026-03-02T09:42:28.263Z] #10 1.831   2050K .......... .......... .......... .......... ..........  0% 62.1M 4s
10:42:28 [2026-03-02T09:42:28.263Z] #10 1.832   2100K .......... .......... .......... .......... ..........  1% 56.4M 4s
10:42:28 [2026-03-02T09:42:28.263Z] #10 1.833   2150K .......... .......... .......... .......... ..........  1% 76.9M 4s
10:42:28 [2026-03-02T09:42:28.263Z] #10 1.833   2200K .......... .......... .......... .......... ..........  1% 67.8M 4s
10:42:28 [2026-03-02T09:42:28.263Z] #10 1.834   2250K .......... .......... .......... .......... ..........  1% 83.4M 4s
10:42:28 [2026-03-02T09:42:28.263Z] #10 1.835   2300K .......... .......... .......... .......... ..........  1% 75.7M 4s
10:42:28 [2026-03-02T09:42:28.263Z] #10 1.835   2350K .......... .......... .......... .......... ..........  1% 96.6M 4s
10:42:28 [2026-03-02T09:42:28.263Z] #10 1.836   2400K .......... .......... .......... .......... ..........  1% 81.0M 4s
10:42:28 [2026-03-02T09:42:28.263Z] #10 1.836   2450K .......... .......... .......... .......... ..........  1% 74.5M 4s
10:42:28 [2026-03-02T09:42:28.263Z] #10 1.837   2500K .......... .......... .......... .......... ..........  1% 68.3M 4s
10:42:28 [2026-03-02T09:42:28.263Z] #10 1.838   2550K .......... .......... .......... .......... ..........  1% 93.5M 4s
10:42:28 [2026-03-02T09:42:28.263Z] #10 1.838   2600K .......... .......... .......... .......... ..........  1% 93.3M 4s
10:42:28 [2026-03-02T09:42:28.263Z] #10 1.839   2650K .......... .......... .......... .......... ..........  1% 87.1M 4s
10:42:28 [2026-03-02T09:42:28.263Z] #10 1.839   2700K .......... .......... .......... .......... ..........  1% 66.2M 4s
10:42:28 [2026-03-02T09:42:28.263Z] #10 1.840   2750K .......... .......... .......... .......... ..........  1% 86.5M 4s
10:42:28 [2026-03-02T09:42:28.263Z] #10 1.841   2800K .......... .......... .......... .......... ..........  1% 81.5M 4s
10:42:28 [2026-03-02T09:42:28.263Z] #10 1.841   2850K .......... .......... .......... .......... ..........  1% 88.3M 4s
10:42:28 [2026-03-02T09:42:28.263Z] #10 1.842   2900K .......... .......... .......... .......... ..........  1% 76.6M 4s
10:42:28 [2026-03-02T09:42:28.263Z] #10 1.842   2950K .......... .......... .......... .......... ..........  1% 83.9M 4s
10:42:28 [2026-03-02T09:42:28.263Z] #10 1.843   3000K .......... .......... .......... .......... ..........  1% 87.5M 4s
10:42:28 [2026-03-02T09:42:28.263Z] #10 1.844   3050K .......... .......... .......... .......... ..........  1% 85.5M 4s
10:42:28 [2026-03-02T09:42:28.263Z] #10 1.844   3100K .......... .......... .......... .......... ..........  1% 67.6M 4s
10:42:28 [2026-03-02T09:42:28.263Z] #10 1.847   3150K .......... .......... .......... .......... ..........  1% 91.1M 4s
10:42:28 [2026-03-02T09:42:28.263Z] #10 1.847   3200K .......... .......... .......... .......... ..........  1%  108M 3s
10:42:28 [2026-03-02T09:42:28.263Z] #10 1.847   3250K .......... .......... .......... .......... ..........  1% 99.8M 3s
10:42:28 [2026-03-02T09:42:28.263Z] #10 1.847   3300K .......... .......... .......... .......... ..........  1% 77.8M 3s
10:42:28 [2026-03-02T09:42:28.263Z] #10 1.847   3350K .......... .......... .......... .......... ..........  1%  102M 3s
10:42:28 [2026-03-02T09:42:28.263Z] #10 1.847   3400K .......... .......... .......... .......... ..........  1% 93.3M 3s
10:42:28 [2026-03-02T09:42:28.263Z] #10 1.848   3450K .......... .......... .......... .......... ..........  1% 90.6M 3s
10:42:28 [2026-03-02T09:42:28.263Z] #10 1.848   3500K .......... .......... .......... .......... ..........  1% 83.4M 3s
10:42:28 [2026-03-02T09:42:28.263Z] #10 1.849   3550K .......... .......... .......... .......... ..........  1%  105M 3s
10:42:28 [2026-03-02T09:42:28.263Z] #10 1.850   3600K .......... .......... .......... .......... ..........  1%  109M 3s
10:42:28 [2026-03-02T09:42:28.263Z] #10 1.850   3650K .......... .......... .......... .......... ..........  1%  125M 3s
10:42:28 [2026-03-02T09:42:28.263Z] #10 1.850   3700K .......... .......... .......... .......... ..........  1%  112M 3s
10:42:28 [2026-03-02T09:42:28.263Z] #10 1.851   3750K .......... .......... .......... .......... ..........  1%  118M 3s
10:42:28 [2026-03-02T09:42:28.263Z] #10 1.851   3800K .......... .......... .......... .......... ..........  1%  136M 3s
10:42:28 [2026-03-02T09:42:28.263Z] #10 1.852   3850K .......... .......... .......... .......... ..........  1%  127M 3s
10:42:28 [2026-03-02T09:42:28.263Z] #10 1.852   3900K .......... .......... .......... .......... ..........  1% 99.0M 3s
10:42:28 [2026-03-02T09:42:28.263Z] #10 1.852   3950K .......... .......... .......... .......... ..........  1%  125M 3s
10:42:28 [2026-03-02T09:42:28.263Z] #10 1.853   4000K .......... .......... .......... .......... ..........  1%  141M 3s
10:42:28 [2026-03-02T09:42:28.263Z] #10 1.853   4050K .......... .......... .......... .......... ..........  1%  147M 3s
10:42:28 [2026-03-02T09:42:28.263Z] #10 1.854   4100K .......... .......... .......... .......... ..........  1%  120M 3s
10:42:28 [2026-03-02T09:42:28.263Z] #10 1.854   4150K .......... .......... .......... .......... ..........  1%  157M 3s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.854   4200K .......... .......... .......... .......... ..........  1%  170M 3s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.855   4250K .......... .......... .......... .......... ..........  2%  154M 3s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.855   4300K .......... .......... .......... .......... ..........  2% 45.0M 3s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.856   4350K .......... .......... .......... .......... ..........  2%  122M 3s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.856   4400K .......... .......... .......... .......... ..........  2%  110M 3s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.857   4450K .......... .......... .......... .......... ..........  2% 80.2M 3s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.857   4500K .......... .......... .......... .......... ..........  2%  105M 3s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.858   4550K .......... .......... .......... .......... ..........  2%  118M 3s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.858   4600K .......... .......... .......... .......... ..........  2% 49.6M 3s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.859   4650K .......... .......... .......... .......... ..........  2% 62.1M 3s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.860   4700K .......... .......... .......... .......... ..........  2% 23.6M 3s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.862   4750K .......... .......... .......... .......... ..........  2%  152M 3s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.862   4800K .......... .......... .......... .......... ..........  2%  156M 3s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.863   4850K .......... .......... .......... .......... ..........  2%  136M 3s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.863   4900K .......... .......... .......... .......... ..........  2%  130M 3s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.863   4950K .......... .......... .......... .......... ..........  2%  147M 3s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.864   5000K .......... .......... .......... .......... ..........  2%  146M 3s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.864   5050K .......... .......... .......... .......... ..........  2%  164M 3s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.864   5100K .......... .......... .......... .......... ..........  2%  112M 3s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.865   5150K .......... .......... .......... .......... ..........  2% 85.1M 3s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.865   5200K .......... .......... .......... .......... ..........  2%  121M 3s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.866   5250K .......... .......... .......... .......... ..........  2% 87.4M 3s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.866   5300K .......... .......... .......... .......... ..........  2%  110M 3s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.867   5350K .......... .......... .......... .......... ..........  2%  115M 3s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.867   5400K .......... .......... .......... .......... ..........  2% 48.1M 3s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.868   5450K .......... .......... .......... .......... ..........  2% 84.0M 3s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.869   5500K .......... .......... .......... .......... ..........  2% 1.82M 4s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.896   5550K .......... .......... .......... .......... ..........  2% 55.5M 4s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.897   5600K .......... .......... .......... .......... ..........  2% 59.4M 4s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.898   5650K .......... .......... .......... .......... ..........  2% 53.9M 4s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.898   5700K .......... .......... .......... .......... ..........  2% 47.7M 4s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.899   5750K .......... .......... .......... .......... ..........  2% 59.3M 4s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.900   5800K .......... .......... .......... .......... ..........  2% 47.2M 4s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.901   5850K .......... .......... .......... .......... ..........  2% 48.2M 4s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.902   5900K .......... .......... .......... .......... ..........  2% 42.3M 4s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.903   5950K .......... .......... .......... .......... ..........  2% 54.5M 4s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.904   6000K .......... .......... .......... .......... ..........  2% 56.3M 4s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.905   6050K .......... .......... .......... .......... ..........  2% 55.3M 4s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.906   6100K .......... .......... .......... .......... ..........  2% 53.7M 4s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.907   6150K .......... .......... .......... .......... ..........  2% 54.7M 4s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.908   6200K .......... .......... .......... .......... ..........  2% 52.5M 4s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.909   6250K .......... .......... .......... .......... ..........  2% 52.7M 4s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.910   6300K .......... .......... .......... .......... ..........  2% 41.5M 4s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.911   6350K .......... .......... .......... .......... ..........  3% 54.0M 4s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.912   6400K .......... .......... .......... .......... ..........  3% 58.8M 4s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.913   6450K .......... .......... .......... .......... ..........  3% 55.6M 4s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.914   6500K .......... .......... .......... .......... ..........  3% 61.1M 4s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.914   6550K .......... .......... .......... .......... ..........  3% 94.9M 4s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.915   6600K .......... .......... .......... .......... ..........  3% 87.6M 4s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.915   6650K .......... .......... .......... .......... ..........  3% 89.4M 4s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.916   6700K .......... .......... .......... .......... ..........  3% 79.2M 4s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.917   6750K .......... .......... .......... .......... ..........  3% 75.5M 4s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.917   6800K .......... .......... .......... .......... ..........  3% 78.3M 4s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.918   6850K .......... .......... .......... .......... ..........  3% 81.3M 4s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.918   6900K .......... .......... .......... .......... ..........  3% 66.0M 4s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.919   6950K .......... .......... .......... .......... ..........  3% 86.6M 4s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.920   7000K .......... .......... .......... .......... ..........  3%  113M 4s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.920   7050K .......... .......... .......... .......... ..........  3%  167M 4s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.920   7100K .......... .......... .......... .......... ..........  3%  127M 4s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.921   7150K .......... .......... .......... .......... ..........  3%  150M 4s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.921   7200K .......... .......... .......... .......... ..........  3%  169M 4s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.921   7250K .......... .......... .......... .......... ..........  3%  169M 4s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.922   7300K .......... .......... .......... .......... ..........  3% 89.6M 4s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.922   7350K .......... .......... .......... .......... ..........  3%  157M 4s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.923   7400K .......... .......... .......... .......... ..........  3%  165M 4s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.923   7450K .......... .......... .......... .......... ..........  3%  141M 4s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.923   7500K .......... .......... .......... .......... ..........  3%  128M 4s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.924   7550K .......... .......... .......... .......... ..........  3%  164M 4s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.924   7600K .......... .......... .......... .......... ..........  3%  135M 4s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.924   7650K .......... .......... .......... .......... ..........  3%  159M 4s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.925   7700K .......... .......... .......... .......... ..........  3%  149M 4s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.925   7750K .......... .......... .......... .......... ..........  3%  162M 4s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.925   7800K .......... .......... .......... .......... ..........  3%  171M 3s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.925   7850K .......... .......... .......... .......... ..........  3%  169M 3s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.926   7900K .......... .......... .......... .......... ..........  3%  118M 3s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.926   7950K .......... .......... .......... .......... ..........  3%  172M 3s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.926   8000K .......... .......... .......... .......... ..........  3%  154M 3s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.927   8050K .......... .......... .......... .......... ..........  3%  150M 3s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.927   8100K .......... .......... .......... .......... ..........  3%  154M 3s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.927   8150K .......... .......... .......... .......... ..........  3%  165M 3s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.928   8200K .......... .......... .......... .......... ..........  3%  160M 3s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.928   8250K .......... .......... .......... .......... ..........  3%  165M 3s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.928   8300K .......... .......... .......... .......... ..........  3% 94.5M 3s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.929   8350K .......... .......... .......... .......... ..........  3% 73.2M 3s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.929   8400K .......... .......... .......... .......... ..........  3%  125M 3s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.930   8450K .......... .......... .......... .......... ..........  3% 88.9M 3s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.930   8500K .......... .......... .......... .......... ..........  4% 76.0M 3s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.931   8550K .......... .......... .......... .......... ..........  4%  120M 3s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.931   8600K .......... .......... .......... .......... ..........  4% 87.5M 3s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.932   8650K .......... .......... .......... .......... ..........  4% 89.1M 3s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.933   8700K .......... .......... .......... .......... ..........  4% 49.8M 3s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.934   8750K .......... .......... .......... .......... ..........  4%  118M 3s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.934   8800K .......... .......... .......... .......... ..........  4%  130M 3s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.934   8850K .......... .......... .......... .......... ..........  4% 78.9M 3s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.935   8900K .......... .......... .......... .......... ..........  4% 99.5M 3s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.935   8950K .......... .......... .......... .......... ..........  4% 96.0M 3s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.936   9000K .......... .......... .......... .......... ..........  4%  107M 3s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.936   9050K .......... .......... .......... .......... ..........  4% 70.8M 3s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.937   9100K .......... .......... .......... .......... ..........  4%  122M 3s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.938   9150K .......... .......... .......... .......... ..........  4% 52.4M 3s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.938   9200K .......... .......... .......... .......... ..........  4%  123M 3s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.939   9250K .......... .......... .......... .......... ..........  4%  135M 3s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.939   9300K .......... .......... .......... .......... ..........  4% 52.8M 3s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.940   9350K .......... .......... .......... .......... ..........  4%  124M 3s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.941   9400K .......... .......... .......... .......... ..........  4% 71.4M 3s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.941   9450K .......... .......... .......... .......... ..........  4%  136M 3s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.942   9500K .......... .......... .......... .......... ..........  4% 64.1M 3s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.942   9550K .......... .......... .......... .......... ..........  4%  135M 3s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.943   9600K .......... .......... .......... .......... ..........  4% 85.4M 3s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.943   9650K .......... .......... .......... .......... ..........  4% 85.7M 3s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.944   9700K .......... .......... .......... .......... ..........  4% 77.2M 3s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.944   9750K .......... .......... .......... .......... ..........  4%  105M 3s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.945   9800K .......... .......... .......... .......... ..........  4%  131M 3s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.945   9850K .......... .......... .......... .......... ..........  4%  102M 3s
10:42:28 [2026-03-02T09:42:28.264Z] #10 1.946   9900K .......... .......... .......... .......... ..........  4% 43.0M 3s
10:42:28 [2026-03-02T09:42:28.265Z] #10 1.947   9950K .......... .......... .......... .......... ..........  4%  124M 3s
10:42:28 [2026-03-02T09:42:28.265Z] #10 1.947  10000K .......... .......... .......... .......... ..........  4%  134M 3s
10:42:28 [2026-03-02T09:42:28.265Z] #10 1.948  10050K .......... .......... .......... .......... ..........  4%  125M 3s
10:42:28 [2026-03-02T09:42:28.265Z] #10 1.948  10100K .......... .......... .......... .......... ..........  4%  107M 3s
10:42:28 [2026-03-02T09:42:28.265Z] #10 1.949  10150K .......... .......... .......... .......... ..........  4% 54.5M 3s
10:42:28 [2026-03-02T09:42:28.265Z] #10 1.949  10200K .......... .......... .......... .......... ..........  4%  600K 5s
10:42:28 [2026-03-02T09:42:28.265Z] #10 2.033  10250K .......... .......... .......... .......... ..........  4% 61.5M 5s
10:42:28 [2026-03-02T09:42:28.265Z] #10 2.034  10300K .......... .......... .......... .......... ..........  4% 68.1M 5s
10:42:28 [2026-03-02T09:42:28.265Z] #10 2.034  10350K .......... .......... .......... .......... ..........  4% 51.1M 5s
10:42:28 [2026-03-02T09:42:28.265Z] #10 2.035  10400K .......... .......... .......... .......... ..........  4% 84.6M 5s
10:42:28 [2026-03-02T09:42:28.265Z] #10 2.036  10450K .......... .......... .......... .......... ..........  4% 82.6M 5s
10:42:28 [2026-03-02T09:42:28.265Z] #10 2.037  10500K .......... .......... .......... .......... ..........  4% 71.2M 5s
10:42:28 [2026-03-02T09:42:28.265Z] #10 2.037  10550K .......... .......... .......... .......... ..........  4% 59.8M 5s
10:42:28 [2026-03-02T09:42:28.265Z] #10 2.038  10600K .......... .......... .......... .......... ..........  5% 70.7M 5s
10:42:28 [2026-03-02T09:42:28.265Z] #10 2.039  10650K .......... .......... .......... .......... ..........  5% 70.4M 5s
10:42:28 [2026-03-02T09:42:28.265Z] #10 2.040  10700K .......... .......... .......... .......... ..........  5% 99.7M 5s
10:42:28 [2026-03-02T09:42:28.265Z] #10 2.040  10750K .......... .......... .......... .......... ..........  5% 63.7M 5s
10:42:28 [2026-03-02T09:42:28.265Z] #10 2.041  10800K .......... .......... .......... .......... ..........  5% 66.7M 5s
10:42:28 [2026-03-02T09:42:28.265Z] #10 2.041  10850K .......... .......... .......... .......... ..........  5% 61.8M 5s
10:42:28 [2026-03-02T09:42:28.265Z] #10 2.042  10900K .......... .......... .......... .......... ..........  5% 70.4M 5s
10:42:28 [2026-03-02T09:42:28.265Z] #10 2.043  10950K .......... .......... .......... .......... ..........  5% 64.6M 5s
10:42:28 [2026-03-02T09:42:28.265Z] #10 2.044  11000K .......... .......... .......... .......... ..........  5% 72.2M 5s
10:42:28 [2026-03-02T09:42:28.265Z] #10 2.044  11050K .......... .......... .......... .......... ..........  5% 69.7M 5s
10:42:28 [2026-03-02T09:42:28.265Z] #10 2.045  11100K .......... .......... .......... .......... ..........  5% 59.6M 5s
10:42:28 [2026-03-02T09:42:28.265Z] #10 2.046  11150K .......... .......... .......... .......... ..........  5% 59.3M 5s
10:42:28 [2026-03-02T09:42:28.265Z] #10 2.047  11200K .......... .......... .......... .......... ..........  5% 78.3M 5s
10:42:28 [2026-03-02T09:42:28.265Z] #10 2.047  11250K .......... .......... .......... .......... ..........  5% 70.8M 5s
10:42:28 [2026-03-02T09:42:28.265Z] #10 2.048  11300K .......... .......... .......... .......... ..........  5% 93.2M 5s
10:42:28 [2026-03-02T09:42:28.265Z] #10 2.049  11350K .......... .......... .......... .......... ..........  5% 66.0M 5s
10:42:28 [2026-03-02T09:42:28.265Z] #10 2.049  11400K .......... .......... .......... .......... ..........  5%  103M 5s
10:42:28 [2026-03-02T09:42:28.265Z] #10 2.050  11450K .......... .......... .......... .......... ..........  5% 80.9M 5s
10:42:28 [2026-03-02T09:42:28.265Z] #10 2.050  11500K .......... .......... .......... .......... ..........  5% 67.2M 5s
10:42:28 [2026-03-02T09:42:28.265Z] #10 2.051  11550K .......... .......... .......... .......... ..........  5% 67.1M 5s
10:42:28 [2026-03-02T09:42:28.265Z] #10 2.052  11600K .......... .......... .......... .......... ..........  5% 80.0M 5s
10:42:28 [2026-03-02T09:42:28.265Z] #10 2.052  11650K .......... .......... .......... .......... ..........  5% 82.9M 4s
10:42:28 [2026-03-02T09:42:28.265Z] #10 2.053  11700K .......... .......... .......... .......... ..........  5% 77.4M 4s
10:42:28 [2026-03-02T09:42:28.265Z] #10 2.054  11750K .......... .......... .......... .......... ..........  5% 62.9M 4s
10:42:28 [2026-03-02T09:42:28.265Z] #10 2.054  11800K .......... .......... .......... .......... ..........  5% 82.9M 4s
10:42:28 [2026-03-02T09:42:28.515Z] #10 2.055  11850K .......... .......... .......... .......... ..........  5% 86.0M 4s
10:42:28 [2026-03-02T09:42:28.515Z] #10 2.055  11900K .......... .......... .......... .......... ..........  5% 79.3M 4s
10:42:28 [2026-03-02T09:42:28.515Z] #10 2.056  11950K .......... .......... .......... .......... ..........  5% 62.5M 4s
10:42:28 [2026-03-02T09:42:28.515Z] #10 2.057  12000K .......... .......... .......... .......... ..........  5% 75.1M 4s
10:42:28 [2026-03-02T09:42:28.515Z] #10 2.058  12050K .......... .......... .......... .......... ..........  5% 75.8M 4s
10:42:28 [2026-03-02T09:42:28.515Z] #10 2.058  12100K .......... .......... .......... .......... ..........  5%  104M 4s
10:42:28 [2026-03-02T09:42:28.515Z] #10 2.059  12150K .......... .......... .......... .......... ..........  5% 71.6M 4s
10:42:28 [2026-03-02T09:42:28.515Z] #10 2.059  12200K .......... .......... .......... .......... ..........  5% 80.6M 4s
10:42:28 [2026-03-02T09:42:28.515Z] #10 2.060  12250K .......... .......... .......... .......... ..........  5% 78.7M 4s
10:42:28 [2026-03-02T09:42:28.515Z] #10 2.061  12300K .......... .......... .......... .......... ..........  5% 93.0M 4s
10:42:28 [2026-03-02T09:42:28.515Z] #10 2.061  12350K .......... .......... .......... .......... ..........  5% 69.4M 4s
10:42:28 [2026-03-02T09:42:28.515Z] #10 2.062  12400K .......... .......... .......... .......... ..........  5% 69.7M 4s
10:42:28 [2026-03-02T09:42:28.515Z] #10 2.062  12450K .......... .......... .......... .......... ..........  5% 73.5M 4s
10:42:28 [2026-03-02T09:42:28.515Z] #10 2.063  12500K .......... .......... .......... .......... ..........  5% 82.7M 4s
10:42:28 [2026-03-02T09:42:28.515Z] #10 2.064  12550K .......... .......... .......... .......... ..........  5% 75.0M 4s
10:42:28 [2026-03-02T09:42:28.515Z] #10 2.064  12600K .......... .......... .......... .......... ..........  5% 86.0M 4s
10:42:28 [2026-03-02T09:42:28.515Z] #10 2.065  12650K .......... .......... .......... .......... ..........  5% 78.9M 4s
10:42:28 [2026-03-02T09:42:28.515Z] #10 2.066  12700K .......... .......... .......... .......... ..........  5% 76.3M 4s
10:42:28 [2026-03-02T09:42:28.515Z] #10 2.066  12750K .......... .......... .......... .......... ..........  6% 68.0M 4s
10:42:28 [2026-03-02T09:42:28.515Z] #10 2.067  12800K .......... .......... .......... .......... ..........  6% 82.4M 4s
10:42:28 [2026-03-02T09:42:28.515Z] #10 2.068  12850K .......... .......... .......... .......... ..........  6%  105M 4s
10:42:28 [2026-03-02T09:42:28.515Z] #10 2.068  12900K .......... .......... .......... .......... ..........  6% 93.1M 4s
10:42:28 [2026-03-02T09:42:28.515Z] #10 2.069  12950K .......... .......... .......... .......... ..........  6% 75.5M 4s
10:42:28 [2026-03-02T09:42:28.515Z] #10 2.069  13000K .......... .......... .......... .......... ..........  6% 99.0M 4s
10:42:28 [2026-03-02T09:42:28.515Z] #10 2.070  13050K .......... .......... .......... .......... ..........  6% 77.5M 4s
10:42:28 [2026-03-02T09:42:28.515Z] #10 2.070  13100K .......... .......... .......... .......... ..........  6% 95.5M 4s
10:42:28 [2026-03-02T09:42:28.515Z] #10 2.071  13150K .......... .......... .......... .......... ..........  6% 68.8M 4s
10:42:28 [2026-03-02T09:42:28.515Z] #10 2.072  13200K .......... .......... .......... .......... ..........  6% 94.9M 4s
10:42:28 [2026-03-02T09:42:28.515Z] #10 2.072  13250K .......... .......... .......... .......... ..........  6% 82.3M 4s
10:42:28 [2026-03-02T09:42:28.515Z] #10 2.073  13300K .......... .......... .......... .......... ..........  6%  114M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.073  13350K .......... .......... .......... .......... ..........  6% 87.9M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.074  13400K .......... .......... .......... .......... ..........  6% 90.6M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.074  13450K .......... .......... .......... .......... ..........  6% 95.8M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.075  13500K .......... .......... .......... .......... ..........  6% 93.8M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.075  13550K .......... .......... .......... .......... ..........  6% 90.5M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.076  13600K .......... .......... .......... .......... ..........  6% 90.9M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.076  13650K .......... .......... .......... .......... ..........  6% 93.6M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.077  13700K .......... .......... .......... .......... ..........  6% 82.0M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.077  13750K .......... .......... .......... .......... ..........  6%  119M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.078  13800K .......... .......... .......... .......... ..........  6%  101M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.078  13850K .......... .......... .......... .......... ..........  6%  110M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.079  13900K .......... .......... .......... .......... ..........  6%  122M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.079  13950K .......... .......... .......... .......... ..........  6%  101M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.080  14000K .......... .......... .......... .......... ..........  6%  111M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.080  14050K .......... .......... .......... .......... ..........  6%  117M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.080  14100K .......... .......... .......... .......... ..........  6%  125M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.081  14150K .......... .......... .......... .......... ..........  6% 92.3M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.081  14200K .......... .......... .......... .......... ..........  6%  118M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.082  14250K .......... .......... .......... .......... ..........  6%  105M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.082  14300K .......... .......... .......... .......... ..........  6%  101M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.083  14350K .......... .......... .......... .......... ..........  6% 98.1M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.083  14400K .......... .......... .......... .......... ..........  6%  107M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.084  14450K .......... .......... .......... .......... ..........  6%  108M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.084  14500K .......... .......... .......... .......... ..........  6%  126M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.085  14550K .......... .......... .......... .......... ..........  6% 97.4M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.085  14600K .......... .......... .......... .......... ..........  6%  120M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.085  14650K .......... .......... .......... .......... ..........  6% 97.9M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.086  14700K .......... .......... .......... .......... ..........  6%  120M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.086  14750K .......... .......... .......... .......... ..........  6% 97.2M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.087  14800K .......... .......... .......... .......... ..........  6%  103M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.087  14850K .......... .......... .......... .......... ..........  7%  140M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.088  14900K .......... .......... .......... .......... ..........  7%  135M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.088  14950K .......... .......... .......... .......... ..........  7%  128M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.088  15000K .......... .......... .......... .......... ..........  7%  129M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.089  15050K .......... .......... .......... .......... ..........  7%  110M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.089  15100K .......... .......... .......... .......... ..........  7%  153M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.090  15150K .......... .......... .......... .......... ..........  7%  107M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.090  15200K .......... .......... .......... .......... ..........  7%  126M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.090  15250K .......... .......... .......... .......... ..........  7%  179M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.091  15300K .......... .......... .......... .......... ..........  7%  137M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.091  15350K .......... .......... .......... .......... ..........  7%  145M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.091  15400K .......... .......... .......... .......... ..........  7%  141M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.092  15450K .......... .......... .......... .......... ..........  7%  136M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.092  15500K .......... .......... .......... .......... ..........  7%  136M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.092  15550K .......... .......... .......... .......... ..........  7%  126M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.093  15600K .......... .......... .......... .......... ..........  7%  118M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.093  15650K .......... .......... .......... .......... ..........  7%  114M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.094  15700K .......... .......... .......... .......... ..........  7% 67.8M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.094  15750K .......... .......... .......... .......... ..........  7%  102M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.095  15800K .......... .......... .......... .......... ..........  7% 68.4M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.096  15850K .......... .......... .......... .......... ..........  7% 1.76M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.123  15900K .......... .......... .......... .......... ..........  7% 95.5M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.124  15950K .......... .......... .......... .......... ..........  7% 66.7M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.125  16000K .......... .......... .......... .......... ..........  7% 76.3M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.125  16050K .......... .......... .......... .......... ..........  7% 73.2M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.126  16100K .......... .......... .......... .......... ..........  7% 76.9M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.127  16150K .......... .......... .......... .......... ..........  7% 71.6M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.127  16200K .......... .......... .......... .......... ..........  7% 73.0M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.128  16250K .......... .......... .......... .......... ..........  7% 79.1M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.128  16300K .......... .......... .......... .......... ..........  7% 84.9M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.129  16350K .......... .......... .......... .......... ..........  7% 69.5M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.130  16400K .......... .......... .......... .......... ..........  7% 78.8M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.130  16450K .......... .......... .......... .......... ..........  7% 93.7M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.131  16500K .......... .......... .......... .......... ..........  7% 70.8M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.132  16550K .......... .......... .......... .......... ..........  7% 79.4M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.132  16600K .......... .......... .......... .......... ..........  7% 89.2M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.133  16650K .......... .......... .......... .......... ..........  7% 77.6M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.133  16700K .......... .......... .......... .......... ..........  7% 90.1M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.134  16750K .......... .......... .......... .......... ..........  7% 72.3M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.135  16800K .......... .......... .......... .......... ..........  7% 75.6M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.135  16850K .......... .......... .......... .......... ..........  7% 78.9M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.136  16900K .......... .......... .......... .......... ..........  7% 65.0M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.137  16950K .......... .......... .......... .......... ..........  7% 69.9M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.138  17000K .......... .......... .......... .......... ..........  8%  122M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.138  17050K .......... .......... .......... .......... ..........  8% 95.6M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.138  17100K .......... .......... .......... .......... ..........  8% 74.1M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.139  17150K .......... .......... .......... .......... ..........  8% 79.0M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.139  17200K .......... .......... .......... .......... ..........  8%  100M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.140  17250K .......... .......... .......... .......... ..........  8%  116M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.140  17300K .......... .......... .......... .......... ..........  8%  112M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.141  17350K .......... .......... .......... .......... ..........  8% 85.1M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.141  17400K .......... .......... .......... .......... ..........  8%  102M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.142  17450K .......... .......... .......... .......... ..........  8% 95.1M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.142  17500K .......... .......... .......... .......... ..........  8%  103M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.143  17550K .......... .......... .......... .......... ..........  8% 91.4M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.143  17600K .......... .......... .......... .......... ..........  8%  104M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.144  17650K .......... .......... .......... .......... ..........  8% 89.3M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.144  17700K .......... .......... .......... .......... ..........  8% 80.2M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.145  17750K .......... .......... .......... .......... ..........  8% 92.5M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.146  17800K .......... .......... .......... .......... ..........  8%  112M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.146  17850K .......... .......... .......... .......... ..........  8% 98.8M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.146  17900K .......... .......... .......... .......... ..........  8%  119M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.147  17950K .......... .......... .......... .......... ..........  8% 94.7M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.147  18000K .......... .......... .......... .......... ..........  8%  124M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.148  18050K .......... .......... .......... .......... ..........  8% 82.1M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.148  18100K .......... .......... .......... .......... ..........  8% 96.2M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.149  18150K .......... .......... .......... .......... ..........  8% 97.4M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.149  18200K .......... .......... .......... .......... ..........  8%  111M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.150  18250K .......... .......... .......... .......... ..........  8%  112M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.150  18300K .......... .......... .......... .......... ..........  8%  122M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.151  18350K .......... .......... .......... .......... ..........  8%  104M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.151  18400K .......... .......... .......... .......... ..........  8%  106M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.152  18450K .......... .......... .......... .......... ..........  8% 83.6M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.152  18500K .......... .......... .......... .......... ..........  8%  123M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.153  18550K .......... .......... .......... .......... ..........  8%  107M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.153  18600K .......... .......... .......... .......... ..........  8%  129M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.153  18650K .......... .......... .......... .......... ..........  8%  141M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.154  18700K .......... .......... .......... .......... ..........  8%  136M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.154  18750K .......... .......... .......... .......... ..........  8%  131M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.154  18800K .......... .......... .......... .......... ..........  8%  115M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.155  18850K .......... .......... .......... .......... ..........  8%  130M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.155  18900K .......... .......... .......... .......... ..........  8%  101M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.156  18950K .......... .......... .......... .......... ..........  8%  104M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.156  19000K .......... .......... .......... .......... ..........  8%  135M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.157  19050K .......... .......... .......... .......... ..........  8%  117M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.157  19100K .......... .......... .......... .......... ..........  8%  110M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.158  19150K .......... .......... .......... .......... ..........  9% 58.2M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.158  19200K .......... .......... .......... .......... ..........  9%  122M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.159  19250K .......... .......... .......... .......... ..........  9%  104M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.159  19300K .......... .......... .......... .......... ..........  9%  134M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.160  19350K .......... .......... .......... .......... ..........  9% 65.2M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.160  19400K .......... .......... .......... .......... ..........  9%  102M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.161  19450K .......... .......... .......... .......... ..........  9%  110M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.161  19500K .......... .......... .......... .......... ..........  9% 74.4M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.162  19550K .......... .......... .......... .......... ..........  9% 82.9M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.162  19600K .......... .......... .......... .......... ..........  9% 87.8M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.163  19650K .......... .......... .......... .......... ..........  9% 75.1M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.164  19700K .......... .......... .......... .......... ..........  9% 84.6M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.164  19750K .......... .......... .......... .......... ..........  9%  111M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.165  19800K .......... .......... .......... .......... ..........  9% 92.2M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.165  19850K .......... .......... .......... .......... ..........  9% 82.1M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.166  19900K .......... .......... .......... .......... ..........  9%  126M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.166  19950K .......... .......... .......... .......... ..........  9% 91.3M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.167  20000K .......... .......... .......... .......... ..........  9%  102M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.167  20050K .......... .......... .......... .......... ..........  9%  142M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.168  20100K .......... .......... .......... .......... ..........  9% 97.5M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.168  20150K .......... .......... .......... .......... ..........  9%  114M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.168  20200K .......... .......... .......... .......... ..........  9%  103M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.169  20250K .......... .......... .......... .......... ..........  9%  107M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.169  20300K .......... .......... .......... .......... ..........  9% 80.8M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.170  20350K .......... .......... .......... .......... ..........  9% 95.5M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.170  20400K .......... .......... .......... .......... ..........  9% 62.4M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.171  20450K .......... .......... .......... .......... ..........  9%  582K 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.257  20500K .......... .......... .......... .......... ..........  9% 79.1M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.258  20550K .......... .......... .......... .......... ..........  9% 91.3M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.258  20600K .......... .......... .......... .......... ..........  9% 91.3M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.259  20650K .......... .......... .......... .......... ..........  9% 82.6M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.259  20700K .......... .......... .......... .......... ..........  9% 99.0M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.260  20750K .......... .......... .......... .......... ..........  9%  116M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.260  20800K .......... .......... .......... .......... ..........  9%  133M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.261  20850K .......... .......... .......... .......... ..........  9%  114M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.261  20900K .......... .......... .......... .......... ..........  9%  116M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.262  20950K .......... .......... .......... .......... ..........  9% 85.1M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.262  21000K .......... .......... .......... .......... ..........  9% 64.4M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.263  21050K .......... .......... .......... .......... ..........  9% 53.8M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.264  21100K .......... .......... .......... .......... ..........  9% 50.9M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.265  21150K .......... .......... .......... .......... ..........  9% 59.8M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.266  21200K .......... .......... .......... .......... ..........  9% 55.0M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.266  21250K .......... .......... .......... .......... .......... 10% 62.7M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.267  21300K .......... .......... .......... .......... .......... 10% 51.8M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.268  21350K .......... .......... .......... .......... .......... 10% 57.8M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.269  21400K .......... .......... .......... .......... .......... 10% 63.0M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.270  21450K .......... .......... .......... .......... .......... 10% 60.1M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.271  21500K .......... .......... .......... .......... .......... 10% 59.5M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.271  21550K .......... .......... .......... .......... .......... 10% 60.6M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.272  21600K .......... .......... .......... .......... .......... 10% 60.7M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.273  21650K .......... .......... .......... .......... .......... 10% 76.1M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.274  21700K .......... .......... .......... .......... .......... 10% 48.9M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.275  21750K .......... .......... .......... .......... .......... 10% 55.0M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.276  21800K .......... .......... .......... .......... .......... 10% 49.6M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.277  21850K .......... .......... .......... .......... .......... 10% 57.7M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.277  21900K .......... .......... .......... .......... .......... 10% 43.2M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.279  21950K .......... .......... .......... .......... .......... 10% 53.3M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.279  22000K .......... .......... .......... .......... .......... 10% 59.5M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.280  22050K .......... .......... .......... .......... .......... 10% 67.7M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.281  22100K .......... .......... .......... .......... .......... 10% 55.9M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.282  22150K .......... .......... .......... .......... .......... 10% 70.0M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.283  22200K .......... .......... .......... .......... .......... 10% 58.7M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.283  22250K .......... .......... .......... .......... .......... 10% 59.3M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.284  22300K .......... .......... .......... .......... .......... 10% 58.9M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.285  22350K .......... .......... .......... .......... .......... 10% 84.2M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.286  22400K .......... .......... .......... .......... .......... 10% 77.1M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.286  22450K .......... .......... .......... .......... .......... 10% 79.8M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.287  22500K .......... .......... .......... .......... .......... 10% 74.7M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.288  22550K .......... .......... .......... .......... .......... 10% 79.3M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.288  22600K .......... .......... .......... .......... .......... 10%  150M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.288  22650K .......... .......... .......... .......... .......... 10%  168M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.289  22700K .......... .......... .......... .......... .......... 10%  137M 4s
10:42:28 [2026-03-02T09:42:28.516Z] #10 2.290  22750K .......... .......... .......... .......... .......... 10%  163M 4s
10:42:28 [2026-03-02T09:42:28.517Z] #10 2.290  22800K .......... .......... .......... .......... .......... 10%  168M 4s
10:42:28 [2026-03-02T09:42:28.517Z] #10 2.290  22850K .......... .......... .......... .......... .......... 10%  144M 4s
10:42:28 [2026-03-02T09:42:28.517Z] #10 2.290  22900K .......... .......... .......... .......... .......... 10%  143M 4s
10:42:28 [2026-03-02T09:42:28.517Z] #10 2.290  22950K .......... .......... .......... .......... .......... 10%  157M 4s
10:42:28 [2026-03-02T09:42:28.517Z] #10 2.291  23000K .......... .......... .......... .......... .......... 10%  152M 4s
10:42:28 [2026-03-02T09:42:28.517Z] #10 2.291  23050K .......... .......... .......... .......... .......... 10%  174M 4s
10:42:28 [2026-03-02T09:42:28.517Z] #10 2.291  23100K .......... .......... .......... .......... .......... 10%  142M 4s
10:42:28 [2026-03-02T09:42:28.517Z] #10 2.292  23150K .......... .......... .......... .......... .......... 10%  152M 4s
10:42:28 [2026-03-02T09:42:28.517Z] #10 2.292  23200K .......... .......... .......... .......... .......... 10%  134M 4s
10:42:28 [2026-03-02T09:42:28.517Z] #10 2.292  23250K .......... .......... .......... .......... .......... 10%  169M 4s
10:42:28 [2026-03-02T09:42:28.517Z] #10 2.293  23300K .......... .......... .......... .......... .......... 10%  139M 4s
10:42:28 [2026-03-02T09:42:28.517Z] #10 2.293  23350K .......... .......... .......... .......... .......... 10%  148M 4s
10:42:28 [2026-03-02T09:42:28.517Z] #10 2.293  23400K .......... .......... .......... .......... .......... 11%  166M 4s
10:42:28 [2026-03-02T09:42:28.517Z] #10 2.294  23450K .......... .......... .......... .......... .......... 11%  169M 4s
10:42:28 [2026-03-02T09:42:28.517Z] #10 2.294  23500K .......... .......... .......... .......... .......... 11%  140M 4s
10:42:28 [2026-03-02T09:42:28.517Z] #10 2.294  23550K .......... .......... .......... .......... .......... 11%  171M 4s
10:42:28 [2026-03-02T09:42:28.517Z] #10 2.294  23600K .......... .......... .......... .......... .......... 11%  174M 4s
10:42:28 [2026-03-02T09:42:28.517Z] #10 2.295  23650K .......... .......... .......... .......... .......... 11%  164M 4s
10:42:28 [2026-03-02T09:42:28.517Z] #10 2.295  23700K .......... .......... .......... .......... .......... 11%  146M 4s
10:42:28 [2026-03-02T09:42:28.517Z] #10 2.295  23750K .......... .......... .......... .......... .......... 11%  158M 4s
10:42:28 [2026-03-02T09:42:28.517Z] #10 2.296  23800K .......... .......... .......... .......... .......... 11%  142M 4s
10:42:28 [2026-03-02T09:42:28.517Z] #10 2.296  23850K .......... .......... .......... .......... .......... 11%  171M 4s
10:42:28 [2026-03-02T09:42:28.517Z] #10 2.296  23900K .......... .......... .......... .......... .......... 11%  114M 4s
10:42:28 [2026-03-02T09:42:28.517Z] #10 2.297  23950K .......... .......... .......... .......... .......... 11%  154M 4s
10:42:28 [2026-03-02T09:42:28.517Z] #10 2.297  24000K .......... .......... .......... .......... .......... 11%  173M 4s
10:42:28 [2026-03-02T09:42:28.517Z] #10 2.297  24050K .......... .......... .......... .......... .......... 11%  172M 4s
10:42:28 [2026-03-02T09:42:28.517Z] #10 2.298  24100K .......... .......... .......... .......... .......... 11%  139M 4s
10:42:28 [2026-03-02T09:42:28.517Z] #10 2.298  24150K .......... .......... .......... .......... .......... 11%  171M 4s
10:42:28 [2026-03-02T09:42:28.517Z] #10 2.298  24200K .......... .......... .......... .......... .......... 11%  161M 4s
10:42:28 [2026-03-02T09:42:28.517Z] #10 2.299  24250K .......... .......... .......... .......... .......... 11%  145M 4s
10:42:28 [2026-03-02T09:42:28.517Z] #10 2.299  24300K .......... .......... .......... .......... .......... 11%  133M 4s
10:42:28 [2026-03-02T09:42:28.517Z] #10 2.299  24350K .......... .......... .......... .......... .......... 11%  159M 4s
10:42:28 [2026-03-02T09:42:28.517Z] #10 2.300  24400K .......... .......... .......... .......... .......... 11%  149M 4s
10:42:28 [2026-03-02T09:42:28.517Z] #10 2.300  24450K .......... .......... .......... .......... .......... 11%  148M 4s
10:42:28 [2026-03-02T09:42:28.517Z] #10 2.300  24500K .......... .......... .......... .......... .......... 11%  154M 4s
10:42:28 [2026-03-02T09:42:28.517Z] #10 2.301  24550K .......... .......... .......... .......... .......... 11%  161M 4s
10:42:28 [2026-03-02T09:42:28.517Z] #10 2.301  24600K .......... .......... .......... .......... .......... 11%  126M 4s
10:42:28 [2026-03-02T09:42:28.517Z] #10 2.301  24650K .......... .......... .......... .......... .......... 11% 70.9M 4s
10:42:28 [2026-03-02T09:42:28.517Z] #10 2.302  24700K .......... .......... .......... .......... .......... 11% 69.1M 4s
10:42:28 [2026-03-02T09:42:28.517Z] #10 2.303  24750K .......... .......... .......... .......... .......... 11% 80.3M 4s
10:42:28 [2026-03-02T09:42:28.517Z] #10 2.303  24800K .......... .......... .......... .......... .......... 11% 85.4M 4s
10:42:28 [2026-03-02T09:42:28.517Z] #10 2.304  24850K .......... .......... .......... .......... .......... 11%  104M 4s
10:42:28 [2026-03-02T09:42:28.517Z] #10 2.304  24900K .......... .......... .......... .......... .......... 11%  102M 4s
10:42:28 [2026-03-02T09:42:28.517Z] #10 2.305  24950K .......... .......... .......... .......... .......... 11%  124M 4s
10:42:28 [2026-03-02T09:42:28.517Z] #10 2.305  25000K .......... .......... .......... .......... .......... 11% 63.1M 4s
10:42:28 [2026-03-02T09:42:28.517Z] #10 2.306  25050K .......... .......... .......... .......... .......... 11% 87.7M 4s
10:42:28 [2026-03-02T09:42:28.517Z] #10 2.307  25100K .......... .......... .......... .......... .......... 11% 94.7M 4s
10:42:28 [2026-03-02T09:42:28.517Z] #10 2.307  25150K .......... .......... .......... .......... .......... 11% 88.5M 4s
10:42:28 [2026-03-02T09:42:28.517Z] #10 2.308  25200K .......... .......... .......... .......... .......... 11% 65.6M 4s
10:42:28 [2026-03-02T09:42:28.517Z] #10 2.308  25250K .......... .......... .......... .......... .......... 11%  125M 4s
10:42:28 [2026-03-02T09:42:28.517Z] #10 2.309  25300K .......... .......... .......... .......... .......... 11% 95.2M 4s
10:42:28 [2026-03-02T09:42:28.517Z] #10 2.309  25350K .......... .......... .......... .......... .......... 11%  114M 4s
10:42:28 [2026-03-02T09:42:28.517Z] #10 2.310  25400K .......... .......... .......... .......... .......... 11%  104M 4s
10:42:28 [2026-03-02T09:42:28.517Z] #10 2.310  25450K .......... .......... .......... .......... .......... 11%  101M 4s
10:42:28 [2026-03-02T09:42:28.517Z] #10 2.311  25500K .......... .......... .......... .......... .......... 12% 79.5M 4s
10:42:28 [2026-03-02T09:42:28.517Z] #10 2.311  25550K .......... .......... .......... .......... .......... 12% 90.8M 4s
10:42:28 [2026-03-02T09:42:28.517Z] #10 2.312  25600K .......... .......... .......... .......... .......... 12%  113M 4s
10:42:28 [2026-03-02T09:42:28.517Z] #10 2.312  25650K .......... .......... .......... .......... .......... 12%  113M 4s
10:42:28 [2026-03-02T09:42:28.517Z] #10 2.313  25700K .......... .......... .......... .......... .......... 12%  102M 4s
10:42:28 [2026-03-02T09:42:28.517Z] #10 2.313  25750K .......... .......... .......... .......... .......... 12%  119M 4s
10:42:28 [2026-03-02T09:42:28.517Z] #10 2.314  25800K .......... .......... .......... .......... .......... 12%  105M 4s
10:42:28 [2026-03-02T09:42:28.517Z] #10 2.314  25850K .......... .......... .......... .......... .......... 12%  112M 4s
10:42:28 [2026-03-02T09:42:28.517Z] #10 2.314  25900K .......... .......... .......... .......... .......... 12% 89.4M 4s
10:42:28 [2026-03-02T09:42:28.517Z] #10 2.315  25950K .......... .......... .......... .......... .......... 12% 70.8M 4s
10:42:28 [2026-03-02T09:42:28.517Z] #10 2.316  26000K .......... .......... .......... .......... .......... 12% 1.53M 4s
10:42:28 [2026-03-02T09:42:28.517Z] #10 2.348  26050K .......... .......... .......... .......... .......... 12%  108M 4s
10:42:28 [2026-03-02T09:42:28.517Z] #10 2.348  26100K .......... .......... .......... .......... .......... 12%  125M 4s
10:42:28 [2026-03-02T09:42:28.517Z] #10 2.348  26150K .......... .......... .......... .......... .......... 12% 95.2M 4s
10:42:28 [2026-03-02T09:42:28.517Z] #10 2.349  26200K .......... .......... .......... .......... .......... 12%  139M 4s
10:42:28 [2026-03-02T09:42:28.517Z] #10 2.349  26250K .......... .......... .......... .......... .......... 12%  104M 4s
10:42:28 [2026-03-02T09:42:28.517Z] #10 2.350  26300K .......... .......... .......... .......... .......... 12% 87.1M 4s
10:42:28 [2026-03-02T09:42:28.517Z] #10 2.350  26350K .......... .......... .......... .......... .......... 12%  137M 4s
10:42:28 [2026-03-02T09:42:28.517Z] #10 2.351  26400K .......... .......... .......... .......... .......... 12%  121M 4s
10:42:28 [2026-03-02T09:42:28.517Z] #10 2.351  26450K .......... .......... .......... .......... .......... 12%  104M 4s
10:42:28 [2026-03-02T09:42:28.517Z] #10 2.352  26500K .......... .......... .......... .......... .......... 12%  117M 4s
10:42:28 [2026-03-02T09:42:28.517Z] #10 2.352  26550K .......... .......... .......... .......... .......... 12%  102M 4s
10:42:28 [2026-03-02T09:42:28.517Z] #10 2.352  26600K .......... .......... .......... .......... .......... 12%  117M 4s
10:42:28 [2026-03-02T09:42:28.517Z] #10 2.353  26650K .......... .......... .......... .......... .......... 12%  130M 4s
10:42:28 [2026-03-02T09:42:28.517Z] #10 2.353  26700K .......... .......... .......... .......... .......... 12% 98.8M 4s
10:42:28 [2026-03-02T09:42:28.517Z] #10 2.354  26750K .......... .......... .......... .......... .......... 12%  114M 4s
10:42:28 [2026-03-02T09:42:28.517Z] #10 2.354  26800K .......... .......... .......... .......... .......... 12%  131M 4s
10:42:28 [2026-03-02T09:42:28.517Z] #10 2.354  26850K .......... .......... .......... .......... .......... 12% 99.7M 4s
10:42:28 [2026-03-02T09:42:28.517Z] #10 2.355  26900K .......... .......... .......... .......... .......... 12%  101M 4s
10:42:28 [2026-03-02T09:42:28.517Z] #10 2.355  26950K .......... .......... .......... .......... .......... 12%  127M 4s
10:42:28 [2026-03-02T09:42:28.517Z] #10 2.356  27000K .......... .......... .......... .......... .......... 12%  120M 4s
10:42:28 [2026-03-02T09:42:28.517Z] #10 2.356  27050K .......... .......... .......... .......... .......... 12%  104M 4s
10:42:28 [2026-03-02T09:42:28.517Z] #10 2.357  27100K .......... .......... .......... .......... .......... 12%  105M 4s
10:42:28 [2026-03-02T09:42:28.767Z] #10 2.357  27150K .......... .......... .......... .......... .......... 12%  112M 4s
10:42:28 [2026-03-02T09:42:28.767Z] #10 2.358  27200K .......... .......... .......... .......... .......... 12% 99.5M 4s
10:42:28 [2026-03-02T09:42:28.767Z] #10 2.358  27250K .......... .......... .......... .......... .......... 12%  138M 4s
10:42:28 [2026-03-02T09:42:28.767Z] #10 2.358  27300K .......... .......... .......... .......... .......... 12%  114M 4s
10:42:28 [2026-03-02T09:42:28.767Z] #10 2.359  27350K .......... .......... .......... .......... .......... 12%  123M 4s
10:42:28 [2026-03-02T09:42:28.767Z] #10 2.359  27400K .......... .......... .......... .......... .......... 12%  118M 4s
10:42:28 [2026-03-02T09:42:28.767Z] #10 2.360  27450K .......... .......... .......... .......... .......... 12%  117M 4s
10:42:28 [2026-03-02T09:42:28.767Z] #10 2.360  27500K .......... .......... .......... .......... .......... 12% 91.5M 4s
10:42:28 [2026-03-02T09:42:28.767Z] #10 2.361  27550K .......... .......... .......... .......... .......... 12%  103M 4s
10:42:28 [2026-03-02T09:42:28.767Z] #10 2.361  27600K .......... .......... .......... .......... .......... 12%  121M 4s
10:42:28 [2026-03-02T09:42:28.767Z] #10 2.362  27650K .......... .......... .......... .......... .......... 13%  131M 4s
10:42:28 [2026-03-02T09:42:28.767Z] #10 2.362  27700K .......... .......... .......... .......... .......... 13%  108M 4s
10:42:28 [2026-03-02T09:42:28.767Z] #10 2.362  27750K .......... .......... .......... .......... .......... 13%  107M 4s
10:42:28 [2026-03-02T09:42:28.767Z] #10 2.363  27800K .......... .......... .......... .......... .......... 13%  103M 4s
10:42:28 [2026-03-02T09:42:28.767Z] #10 2.363  27850K .......... .......... .......... .......... .......... 13%  129M 4s
10:42:28 [2026-03-02T09:42:28.767Z] #10 2.364  27900K .......... .......... .......... .......... .......... 13% 93.4M 4s
10:42:28 [2026-03-02T09:42:28.767Z] #10 2.364  27950K .......... .......... .......... .......... .......... 13%  123M 4s
10:42:28 [2026-03-02T09:42:28.767Z] #10 2.365  28000K .......... .......... .......... .......... .......... 13%  120M 4s
10:42:28 [2026-03-02T09:42:28.767Z] #10 2.365  28050K .......... .......... .......... .......... .......... 13%  101M 4s
10:42:28 [2026-03-02T09:42:28.767Z] #10 2.365  28100K .......... .......... .......... .......... .......... 13%  137M 4s
10:42:28 [2026-03-02T09:42:28.767Z] #10 2.366  28150K .......... .......... .......... .......... .......... 13% 90.1M 4s
10:42:28 [2026-03-02T09:42:28.767Z] #10 2.366  28200K .......... .......... .......... .......... .......... 13%  138M 4s
10:42:28 [2026-03-02T09:42:28.767Z] #10 2.367  28250K .......... .......... .......... .......... .......... 13%  119M 4s
10:42:28 [2026-03-02T09:42:28.767Z] #10 2.367  28300K .......... .......... .......... .......... .......... 13% 96.2M 4s
10:42:28 [2026-03-02T09:42:28.767Z] #10 2.368  28350K .......... .......... .......... .......... .......... 13%  128M 4s
10:42:28 [2026-03-02T09:42:28.767Z] #10 2.368  28400K .......... .......... .......... .......... .......... 13%  108M 4s
10:42:28 [2026-03-02T09:42:28.767Z] #10 2.368  28450K .......... .......... .......... .......... .......... 13%  101M 4s
10:42:28 [2026-03-02T09:42:28.767Z] #10 2.369  28500K .......... .......... .......... .......... .......... 13%  114M 4s
10:42:28 [2026-03-02T09:42:28.767Z] #10 2.369  28550K .......... .......... .......... .......... .......... 13%  125M 4s
10:42:28 [2026-03-02T09:42:28.767Z] #10 2.370  28600K .......... .......... .......... .......... .......... 13%  118M 4s
10:42:28 [2026-03-02T09:42:28.767Z] #10 2.370  28650K .......... .......... .......... .......... .......... 13%  131M 4s
10:42:28 [2026-03-02T09:42:28.767Z] #10 2.371  28700K .......... .......... .......... .......... .......... 13% 84.1M 4s
10:42:28 [2026-03-02T09:42:28.767Z] #10 2.371  28750K .......... .......... .......... .......... .......... 13%  118M 4s
10:42:28 [2026-03-02T09:42:28.767Z] #10 2.372  28800K .......... .......... .......... .......... .......... 13% 99.4M 4s
10:42:28 [2026-03-02T09:42:28.767Z] #10 2.372  28850K .......... .......... .......... .......... .......... 13%  140M 4s
10:42:28 [2026-03-02T09:42:28.767Z] #10 2.373  28900K .......... .......... .......... .......... .......... 13%  114M 4s
10:42:28 [2026-03-02T09:42:28.767Z] #10 2.373  28950K .......... .......... .......... .......... .......... 13%  117M 4s
10:42:28 [2026-03-02T09:42:28.767Z] #10 2.373  29000K .......... .......... .......... .......... .......... 13%  118M 4s
10:42:28 [2026-03-02T09:42:28.767Z] #10 2.374  29050K .......... .......... .......... .......... .......... 13%  112M 4s
10:42:28 [2026-03-02T09:42:28.767Z] #10 2.374  29100K .......... .......... .......... .......... .......... 13% 97.6M 4s
10:42:28 [2026-03-02T09:42:28.767Z] #10 2.375  29150K .......... .......... .......... .......... .......... 13% 95.6M 4s
10:42:28 [2026-03-02T09:42:28.767Z] #10 2.375  29200K .......... .......... .......... .......... .......... 13%  140M 4s
10:42:28 [2026-03-02T09:42:28.767Z] #10 2.375  29250K .......... .......... .......... .......... .......... 13%  113M 4s
10:42:28 [2026-03-02T09:42:28.767Z] #10 2.376  29300K .......... .......... .......... .......... .......... 13%  106M 4s
10:42:28 [2026-03-02T09:42:28.767Z] #10 2.376  29350K .......... .......... .......... .......... .......... 13%  103M 4s
10:42:28 [2026-03-02T09:42:28.767Z] #10 2.377  29400K .......... .......... .......... .......... .......... 13%  116M 4s
10:42:28 [2026-03-02T09:42:28.767Z] #10 2.377  29450K .......... .......... .......... .......... .......... 13%  111M 4s
10:42:28 [2026-03-02T09:42:28.767Z] #10 2.378  29500K .......... .......... .......... .......... .......... 13% 99.9M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.378  29550K .......... .......... .......... .......... .......... 13%  136M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.379  29600K .......... .......... .......... .......... .......... 13%  111M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.379  29650K .......... .......... .......... .......... .......... 13%  143M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.379  29700K .......... .......... .......... .......... .......... 13%  103M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.380  29750K .......... .......... .......... .......... .......... 14% 99.9M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.380  29800K .......... .......... .......... .......... .......... 14%  132M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.381  29850K .......... .......... .......... .......... .......... 14%  104M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.381  29900K .......... .......... .......... .......... .......... 14%  105M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.382  29950K .......... .......... .......... .......... .......... 14%  115M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.382  30000K .......... .......... .......... .......... .......... 14%  114M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.382  30050K .......... .......... .......... .......... .......... 14%  100M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.383  30100K .......... .......... .......... .......... .......... 14%  119M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.384  30150K .......... .......... .......... .......... .......... 14%  124M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.384  30200K .......... .......... .......... .......... .......... 14%  111M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.385  30250K .......... .......... .......... .......... .......... 14%  136M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.385  30300K .......... .......... .......... .......... .......... 14% 83.7M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.386  30350K .......... .......... .......... .......... .......... 14%  130M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.386  30400K .......... .......... .......... .......... .......... 14% 99.1M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.386  30450K .......... .......... .......... .......... .......... 14%  115M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.386  30500K .......... .......... .......... .......... .......... 14%  114M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.387  30550K .......... .......... .......... .......... .......... 14% 50.7M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.389  30600K .......... .......... .......... .......... .......... 14%  119M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.389  30650K .......... .......... .......... .......... .......... 14%  175M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.389  30700K .......... .......... .......... .......... .......... 14%  501K 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.488  30750K .......... .......... .......... .......... .......... 14% 80.0M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.489  30800K .......... .......... .......... .......... .......... 14%  126M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.489  30850K .......... .......... .......... .......... .......... 14% 95.8M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.490  30900K .......... .......... .......... .......... .......... 14%  117M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.490  30950K .......... .......... .......... .......... .......... 14%  127M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.491  31000K .......... .......... .......... .......... .......... 14%  133M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.491  31050K .......... .......... .......... .......... .......... 14%  132M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.492  31100K .......... .......... .......... .......... .......... 14% 83.8M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.492  31150K .......... .......... .......... .......... .......... 14%  118M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.492  31200K .......... .......... .......... .......... .......... 14% 92.8M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.493  31250K .......... .......... .......... .......... .......... 14%  117M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.493  31300K .......... .......... .......... .......... .......... 14%  103M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.494  31350K .......... .......... .......... .......... .......... 14%  106M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.494  31400K .......... .......... .......... .......... .......... 14% 34.3M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.496  31450K .......... .......... .......... .......... .......... 14%  143M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.496  31500K .......... .......... .......... .......... .......... 14% 87.4M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.497  31550K .......... .......... .......... .......... .......... 14%  127M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.497  31600K .......... .......... .......... .......... .......... 14% 82.2M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.498  31650K .......... .......... .......... .......... .......... 14% 83.2M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.498  31700K .......... .......... .......... .......... .......... 14% 72.6M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.499  31750K .......... .......... .......... .......... .......... 14% 85.1M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.499  31800K .......... .......... .......... .......... .......... 14%  108M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.500  31850K .......... .......... .......... .......... .......... 14% 76.4M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.501  31900K .......... .......... .......... .......... .......... 15% 78.5M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.501  31950K .......... .......... .......... .......... .......... 15%  103M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.502  32000K .......... .......... .......... .......... .......... 15%  111M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.502  32050K .......... .......... .......... .......... .......... 15% 99.1M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.503  32100K .......... .......... .......... .......... .......... 15% 86.7M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.503  32150K .......... .......... .......... .......... .......... 15%  105M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.504  32200K .......... .......... .......... .......... .......... 15% 99.4M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.504  32250K .......... .......... .......... .......... .......... 15% 92.3M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.505  32300K .......... .......... .......... .......... .......... 15% 80.5M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.505  32350K .......... .......... .......... .......... .......... 15% 86.4M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.506  32400K .......... .......... .......... .......... .......... 15%  109M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.507  32450K .......... .......... .......... .......... .......... 15%  210M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.507  32500K .......... .......... .......... .......... .......... 15%  200M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.507  32550K .......... .......... .......... .......... .......... 15%  155M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.507  32600K .......... .......... .......... .......... .......... 15%  109M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.508  32650K .......... .......... .......... .......... .......... 15%  111M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.508  32700K .......... .......... .......... .......... .......... 15% 80.0M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.509  32750K .......... .......... .......... .......... .......... 15% 84.4M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.509  32800K .......... .......... .......... .......... .......... 15%  115M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.510  32850K .......... .......... .......... .......... .......... 15%  120M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.510  32900K .......... .......... .......... .......... .......... 15% 78.1M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.511  32950K .......... .......... .......... .......... .......... 15%  115M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.511  33000K .......... .......... .......... .......... .......... 15% 90.0M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.512  33050K .......... .......... .......... .......... .......... 15%  119M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.512  33100K .......... .......... .......... .......... .......... 15% 89.1M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.512  33150K .......... .......... .......... .......... .......... 15%  102M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.513  33200K .......... .......... .......... .......... .......... 15%  141M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.513  33250K .......... .......... .......... .......... .......... 15%  116M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.514  33300K .......... .......... .......... .......... .......... 15% 79.2M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.515  33350K .......... .......... .......... .......... .......... 15%  178M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.515  33400K .......... .......... .......... .......... .......... 15% 92.5M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.515  33450K .......... .......... .......... .......... .......... 15%  133M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.516  33500K .......... .......... .......... .......... .......... 15% 93.3M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.516  33550K .......... .......... .......... .......... .......... 15%  131M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.516  33600K .......... .......... .......... .......... .......... 15% 83.2M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.517  33650K .......... .......... .......... .......... .......... 15%  134M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.517  33700K .......... .......... .......... .......... .......... 15% 82.2M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.518  33750K .......... .......... .......... .......... .......... 15%  140M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.518  33800K .......... .......... .......... .......... .......... 15% 95.1M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.519  33850K .......... .......... .......... .......... .......... 15% 83.3M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.520  33900K .......... .......... .......... .......... .......... 15% 66.5M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.521  33950K .......... .......... .......... .......... .......... 15%  143M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.521  34000K .......... .......... .......... .......... .......... 16% 67.5M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.521  34050K .......... .......... .......... .......... .......... 16%  132M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.522  34100K .......... .......... .......... .......... .......... 16% 92.0M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.522  34150K .......... .......... .......... .......... .......... 16%  109M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.523  34200K .......... .......... .......... .......... .......... 16%  111M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.523  34250K .......... .......... .......... .......... .......... 16% 95.7M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.524  34300K .......... .......... .......... .......... .......... 16% 71.9M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.524  34350K .......... .......... .......... .......... .......... 16%  100M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.525  34400K .......... .......... .......... .......... .......... 16% 85.2M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.525  34450K .......... .......... .......... .......... .......... 16% 98.0M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.526  34500K .......... .......... .......... .......... .......... 16%  107M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.526  34550K .......... .......... .......... .......... .......... 16%  134M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.527  34600K .......... .......... .......... .......... .......... 16%  118M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.527  34650K .......... .......... .......... .......... .......... 16% 87.4M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.528  34700K .......... .......... .......... .......... .......... 16%  102M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.528  34750K .......... .......... .......... .......... .......... 16% 89.7M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.529  34800K .......... .......... .......... .......... .......... 16%  103M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.529  34850K .......... .......... .......... .......... .......... 16%  105M 4s
10:42:28 [2026-03-02T09:42:28.768Z] #10 2.530  34900K .......... .......... .......... .......... .......... 16%  103M 4s
10:42:29 [2026-03-02T09:42:29.018Z] #10 2.530  34950K .......... .......... .......... .......... .......... 16%  809K 4s
10:42:29 [2026-03-02T09:42:29.018Z] #10 2.592  35000K .......... .......... .......... .......... .......... 16% 38.0M 4s
10:42:29 [2026-03-02T09:42:29.018Z] #10 2.593  35050K .......... .......... .......... .......... .......... 16% 84.6M 4s
10:42:29 [2026-03-02T09:42:29.018Z] #10 2.594  35100K .......... .......... .......... .......... .......... 16% 87.2M 4s
10:42:29 [2026-03-02T09:42:29.018Z] #10 2.594  35150K .......... .......... .......... .......... .......... 16% 92.3M 4s
10:42:29 [2026-03-02T09:42:29.018Z] #10 2.595  35200K .......... .......... .......... .......... .......... 16%  135M 4s
10:42:29 [2026-03-02T09:42:29.018Z] #10 2.595  35250K .......... .......... .......... .......... .......... 16%  114M 4s
10:42:29 [2026-03-02T09:42:29.018Z] #10 2.596  35300K .......... .......... .......... .......... .......... 16% 88.3M 4s
10:42:29 [2026-03-02T09:42:29.018Z] #10 2.596  35350K .......... .......... .......... .......... .......... 16% 94.2M 4s
10:42:29 [2026-03-02T09:42:29.018Z] #10 2.597  35400K .......... .......... .......... .......... .......... 16% 96.5M 4s
10:42:29 [2026-03-02T09:42:29.018Z] #10 2.597  35450K .......... .......... .......... .......... .......... 16%  109M 4s
10:42:29 [2026-03-02T09:42:29.018Z] #10 2.598  35500K .......... .......... .......... .......... .......... 16% 91.8M 4s
10:42:29 [2026-03-02T09:42:29.018Z] #10 2.598  35550K .......... .......... .......... .......... .......... 16%  142M 4s
10:42:29 [2026-03-02T09:42:29.018Z] #10 2.598  35600K .......... .......... .......... .......... .......... 16%  120M 4s
10:42:29 [2026-03-02T09:42:29.018Z] #10 2.599  35650K .......... .......... .......... .......... .......... 16%  116M 4s
10:42:29 [2026-03-02T09:42:29.018Z] #10 2.599  35700K .......... .......... .......... .......... .......... 16% 85.3M 4s
10:42:29 [2026-03-02T09:42:29.018Z] #10 2.600  35750K .......... .......... .......... .......... .......... 16% 97.1M 4s
10:42:29 [2026-03-02T09:42:29.018Z] #10 2.600  35800K .......... .......... .......... .......... .......... 16% 90.0M 4s
10:42:29 [2026-03-02T09:42:29.018Z] #10 2.601  35850K .......... .......... .......... .......... .......... 16%  100M 4s
10:42:29 [2026-03-02T09:42:29.018Z] #10 2.602  35900K .......... .......... .......... .......... .......... 16% 81.9M 4s
10:42:29 [2026-03-02T09:42:29.018Z] #10 2.602  35950K .......... .......... .......... .......... .......... 16%  130M 4s
10:42:29 [2026-03-02T09:42:29.018Z] #10 2.602  36000K .......... .......... .......... .......... .......... 16% 57.8M 4s
10:42:29 [2026-03-02T09:42:29.018Z] #10 2.603  36050K .......... .......... .......... .......... .......... 16%  123M 4s
10:42:29 [2026-03-02T09:42:29.018Z] #10 2.604  36100K .......... .......... .......... .......... .......... 16% 95.9M 4s
10:42:29 [2026-03-02T09:42:29.018Z] #10 2.604  36150K .......... .......... .......... .......... .......... 17%  126M 4s
10:42:29 [2026-03-02T09:42:29.018Z] #10 2.604  36200K .......... .......... .......... .......... .......... 17% 82.2M 4s
10:42:29 [2026-03-02T09:42:29.018Z] #10 2.605  36250K .......... .......... .......... .......... .......... 17%  126M 4s
10:42:29 [2026-03-02T09:42:29.018Z] #10 2.606  36300K .......... .......... .......... .......... .......... 17% 81.4M 4s
10:42:29 [2026-03-02T09:42:29.018Z] #10 2.606  36350K .......... .......... .......... .......... .......... 17%  109M 4s
10:42:29 [2026-03-02T09:42:29.018Z] #10 2.606  36400K .......... .......... .......... .......... .......... 17%  129M 4s
10:42:29 [2026-03-02T09:42:29.018Z] #10 2.607  36450K .......... .......... .......... .......... .......... 17% 66.7M 4s
10:42:29 [2026-03-02T09:42:29.018Z] #10 2.608  36500K .......... .......... .......... .......... .......... 17%  127M 4s
10:42:29 [2026-03-02T09:42:29.018Z] #10 2.608  36550K .......... .......... .......... .......... .......... 17%  109M 4s
10:42:29 [2026-03-02T09:42:29.018Z] #10 2.608  36600K .......... .......... .......... .......... .......... 17% 45.2M 4s
10:42:29 [2026-03-02T09:42:29.018Z] #10 2.609  36650K .......... .......... .......... .......... .......... 17%  101M 4s
10:42:29 [2026-03-02T09:42:29.018Z] #10 2.610  36700K .......... .......... .......... .......... .......... 17% 93.8M 4s
10:42:29 [2026-03-02T09:42:29.018Z] #10 2.610  36750K .......... .......... .......... .......... .......... 17% 76.6M 4s
10:42:29 [2026-03-02T09:42:29.018Z] #10 2.611  36800K .......... .......... .......... .......... .......... 17%  133M 4s
10:42:29 [2026-03-02T09:42:29.018Z] #10 2.612  36850K .......... .......... .......... .......... .......... 17%  113M 4s
10:42:29 [2026-03-02T09:42:29.018Z] #10 2.612  36900K .......... .......... .......... .......... .......... 17% 88.5M 4s
10:42:29 [2026-03-02T09:42:29.018Z] #10 2.612  36950K .......... .......... .......... .......... .......... 17%  136M 4s
10:42:29 [2026-03-02T09:42:29.018Z] #10 2.613  37000K .......... .......... .......... .......... .......... 17%  123M 4s
10:42:29 [2026-03-02T09:42:29.018Z] #10 2.613  37050K .......... .......... .......... .......... .......... 17%  114M 4s
10:42:29 [2026-03-02T09:42:29.018Z] #10 2.614  37100K .......... .......... .......... .......... .......... 17% 88.3M 4s
10:42:29 [2026-03-02T09:42:29.018Z] #10 2.614  37150K .......... .......... .......... .......... .......... 17%  129M 4s
10:42:29 [2026-03-02T09:42:29.018Z] #10 2.615  37200K .......... .......... .......... .......... .......... 17%  130M 4s
10:42:29 [2026-03-02T09:42:29.018Z] #10 2.615  37250K .......... .......... .......... .......... .......... 17% 82.7M 4s
10:42:29 [2026-03-02T09:42:29.018Z] #10 2.616  37300K .......... .......... .......... .......... .......... 17%  112M 4s
10:42:29 [2026-03-02T09:42:29.018Z] #10 2.616  37350K .......... .......... .......... .......... .......... 17%  116M 4s
10:42:29 [2026-03-02T09:42:29.018Z] #10 2.616  37400K .......... .......... .......... .......... .......... 17%  101M 4s
10:42:29 [2026-03-02T09:42:29.018Z] #10 2.617  37450K .......... .......... .......... .......... .......... 17% 33.0M 4s
10:42:29 [2026-03-02T09:42:29.018Z] #10 2.619  37500K .......... .......... .......... .......... .......... 17% 85.8M 4s
10:42:29 [2026-03-02T09:42:29.018Z] #10 2.619  37550K .......... .......... .......... .......... .......... 17% 90.4M 4s
10:42:29 [2026-03-02T09:42:29.019Z] #10 2.620  37600K .......... .......... .......... .......... .......... 17%  117M 4s
10:42:29 [2026-03-02T09:42:29.019Z] #10 2.620  37650K .......... .......... .......... .......... .......... 17%  156M 4s
10:42:29 [2026-03-02T09:42:29.019Z] #10 2.620  37700K .......... .......... .......... .......... .......... 17%  121M 4s
10:42:29 [2026-03-02T09:42:29.019Z] #10 2.621  37750K .......... .......... .......... .......... .......... 17%  121M 4s
10:42:29 [2026-03-02T09:42:29.019Z] #10 2.621  37800K .......... .......... .......... .......... .......... 17%  109M 4s
10:42:29 [2026-03-02T09:42:29.019Z] #10 2.622  37850K .......... .......... .......... .......... .......... 17%  108M 4s
10:42:29 [2026-03-02T09:42:29.019Z] #10 2.622  37900K .......... .......... .......... .......... .......... 17% 84.5M 4s
10:42:29 [2026-03-02T09:42:29.019Z] #10 2.623  37950K .......... .......... .......... .......... .......... 17%  146M 4s
10:42:29 [2026-03-02T09:42:29.019Z] #10 2.623  38000K .......... .......... .......... .......... .......... 17%  120M 4s
10:42:29 [2026-03-02T09:42:29.019Z] #10 2.623  38050K .......... .......... .......... .......... .......... 17%  110M 4s
10:42:29 [2026-03-02T09:42:29.019Z] #10 2.624  38100K .......... .......... .......... .......... .......... 17% 93.5M 4s
10:42:29 [2026-03-02T09:42:29.019Z] #10 2.624  38150K .......... .......... .......... .......... .......... 17%  140M 4s
10:42:29 [2026-03-02T09:42:29.019Z] #10 2.625  38200K .......... .......... .......... .......... .......... 17%  115M 4s
10:42:29 [2026-03-02T09:42:29.019Z] #10 2.625  38250K .......... .......... .......... .......... .......... 17%  119M 4s
10:42:29 [2026-03-02T09:42:29.019Z] #10 2.625  38300K .......... .......... .......... .......... .......... 18% 90.9M 4s
10:42:29 [2026-03-02T09:42:29.019Z] #10 2.626  38350K .......... .......... .......... .......... .......... 18% 74.8M 4s
10:42:29 [2026-03-02T09:42:29.019Z] #10 2.627  38400K .......... .......... .......... .......... .......... 18% 29.6M 4s
10:42:29 [2026-03-02T09:42:29.019Z] #10 2.629  38450K .......... .......... .......... .......... .......... 18%  143M 4s
10:42:29 [2026-03-02T09:42:29.019Z] #10 2.629  38500K .......... .......... .......... .......... .......... 18% 96.9M 4s
10:42:29 [2026-03-02T09:42:29.019Z] #10 2.629  38550K .......... .......... .......... .......... .......... 18%  103M 4s
10:42:29 [2026-03-02T09:42:29.019Z] #10 2.630  38600K .......... .......... .......... .......... .......... 18%  124M 4s
10:42:29 [2026-03-02T09:42:29.019Z] #10 2.630  38650K .......... .......... .......... .......... .......... 18%  136M 4s
10:42:29 [2026-03-02T09:42:29.019Z] #10 2.630  38700K .......... .......... .......... .......... .......... 18% 42.9M 4s
10:42:29 [2026-03-02T09:42:29.019Z] #10 2.631  38750K .......... .......... .......... .......... .......... 18%  101M 4s
10:42:29 [2026-03-02T09:42:29.019Z] #10 2.632  38800K .......... .......... .......... .......... .......... 18%  110M 4s
10:42:29 [2026-03-02T09:42:29.019Z] #10 2.632  38850K .......... .......... .......... .......... .......... 18%  111M 4s
10:42:29 [2026-03-02T09:42:29.019Z] #10 2.633  38900K .......... .......... .......... .......... .......... 18%  126M 4s
10:42:29 [2026-03-02T09:42:29.019Z] #10 2.633  38950K .......... .......... .......... .......... .......... 18%  110M 4s
10:42:29 [2026-03-02T09:42:29.019Z] #10 2.634  39000K .......... .......... .......... .......... .......... 18%  118M 4s
10:42:29 [2026-03-02T09:42:29.019Z] #10 2.634  39050K .......... .......... .......... .......... .......... 18%  114M 4s
10:42:29 [2026-03-02T09:42:29.019Z] #10 2.635  39100K .......... .......... .......... .......... .......... 18% 88.4M 4s
10:42:29 [2026-03-02T09:42:29.019Z] #10 2.635  39150K .......... .......... .......... .......... .......... 18%  143M 4s
10:42:29 [2026-03-02T09:42:29.019Z] #10 2.636  39200K .......... .......... .......... .......... .......... 18%  828K 4s
10:42:29 [2026-03-02T09:42:29.019Z] #10 2.696  39250K .......... .......... .......... .......... .......... 18% 29.4M 4s
10:42:29 [2026-03-02T09:42:29.019Z] #10 2.698  39300K .......... .......... .......... .......... .......... 18% 59.4M 4s
10:42:29 [2026-03-02T09:42:29.019Z] #10 2.699  39350K .......... .......... .......... .......... .......... 18%  154M 4s
10:42:29 [2026-03-02T09:42:29.019Z] #10 2.699  39400K .......... .......... .......... .......... .......... 18% 84.6M 4s
10:42:29 [2026-03-02T09:42:29.019Z] #10 2.699  39450K .......... .......... .......... .......... .......... 18%  123M 4s
10:42:29 [2026-03-02T09:42:29.019Z] #10 2.700  39500K .......... .......... .......... .......... .......... 18% 79.6M 4s
10:42:29 [2026-03-02T09:42:29.019Z] #10 2.700  39550K .......... .......... .......... .......... .......... 18%  113M 4s
10:42:29 [2026-03-02T09:42:29.019Z] #10 2.701  39600K .......... .......... .......... .......... .......... 18%  126M 4s
10:42:29 [2026-03-02T09:42:29.019Z] #10 2.701  39650K .......... .......... .......... .......... .......... 18%  142M 4s
10:42:29 [2026-03-02T09:42:29.019Z] #10 2.701  39700K .......... .......... .......... .......... .......... 18% 93.6M 4s
10:42:29 [2026-03-02T09:42:29.019Z] #10 2.702  39750K .......... .......... .......... .......... .......... 18%  104M 4s
10:42:29 [2026-03-02T09:42:29.019Z] #10 2.702  39800K .......... .......... .......... .......... .......... 18% 74.7M 4s
10:42:29 [2026-03-02T09:42:29.019Z] #10 2.703  39850K .......... .......... .......... .......... .......... 18% 69.3M 4s
10:42:29 [2026-03-02T09:42:29.019Z] #10 2.704  39900K .......... .......... .......... .......... .......... 18% 84.1M 4s
10:42:29 [2026-03-02T09:42:29.019Z] #10 2.704  39950K .......... .......... .......... .......... .......... 18% 97.2M 4s
10:42:29 [2026-03-02T09:42:29.019Z] #10 2.705  40000K .......... .......... .......... .......... .......... 18%  120M 4s
10:42:29 [2026-03-02T09:42:29.019Z] #10 2.707  40050K .......... .......... .......... .......... .......... 18%  128M 4s
10:42:29 [2026-03-02T09:42:29.019Z] #10 2.707  40100K .......... .......... .......... .......... .......... 18% 96.9M 4s
10:42:29 [2026-03-02T09:42:29.019Z] #10 2.707  40150K .......... .......... .......... .......... .......... 18%  118M 4s
10:42:29 [2026-03-02T09:42:29.019Z] #10 2.707  40200K .......... .......... .......... .......... .......... 18%  111M 4s
10:42:29 [2026-03-02T09:42:29.019Z] #10 2.707  40250K .......... .......... .......... .......... .......... 18%  106M 4s
10:42:29 [2026-03-02T09:42:29.019Z] #10 2.707  40300K .......... .......... .......... .......... .......... 18% 92.3M 4s
10:42:29 [2026-03-02T09:42:29.019Z] #10 2.708  40350K .......... .......... .......... .......... .......... 18%  109M 4s
10:42:29 [2026-03-02T09:42:29.019Z] #10 2.708  40400K .......... .......... .......... .......... .......... 19% 95.8M 4s
10:42:29 [2026-03-02T09:42:29.019Z] #10 2.709  40450K .......... .......... .......... .......... .......... 19% 92.7M 4s
10:42:29 [2026-03-02T09:42:29.019Z] #10 2.709  40500K .......... .......... .......... .......... .......... 19%  112M 4s
10:42:29 [2026-03-02T09:42:29.019Z] #10 2.710  40550K .......... .......... .......... .......... .......... 19%  101M 4s
10:42:29 [2026-03-02T09:42:29.019Z] #10 2.710  40600K .......... .......... .......... .......... .......... 19% 60.7M 4s
10:42:29 [2026-03-02T09:42:29.019Z] #10 2.711  40650K .......... .......... .......... .......... .......... 19%  128M 4s
10:42:29 [2026-03-02T09:42:29.019Z] #10 2.712  40700K .......... .......... .......... .......... .......... 19% 90.0M 4s
10:42:29 [2026-03-02T09:42:29.019Z] #10 2.712  40750K .......... .......... .......... .......... .......... 19% 95.1M 4s
10:42:29 [2026-03-02T09:42:29.019Z] #10 2.713  40800K .......... .......... .......... .......... .......... 19%  101M 4s
10:42:29 [2026-03-02T09:42:29.019Z] #10 2.713  40850K .......... .......... .......... .......... .......... 19%  105M 4s
10:42:29 [2026-03-02T09:42:29.019Z] #10 2.714  40900K .......... .......... .......... .......... .......... 19% 98.7M 4s
10:42:29 [2026-03-02T09:42:29.269Z] #10 2.714  40950K .......... .......... .......... .......... .......... 19%  538K 4s
10:42:29 [2026-03-02T09:42:29.269Z] #10 2.807  41000K .......... .......... .......... .......... .......... 19%  130M 4s
10:42:29 [2026-03-02T09:42:29.269Z] #10 2.807  41050K .......... .......... .......... .......... .......... 19%  128M 4s
10:42:29 [2026-03-02T09:42:29.269Z] #10 2.808  41100K .......... .......... .......... .......... .......... 19% 89.6M 4s
10:42:29 [2026-03-02T09:42:29.269Z] #10 2.808  41150K .......... .......... .......... .......... .......... 19% 79.0M 4s
10:42:29 [2026-03-02T09:42:29.269Z] #10 2.809  41200K .......... .......... .......... .......... .......... 19% 50.0M 4s
10:42:29 [2026-03-02T09:42:29.269Z] #10 2.811  41250K .......... .......... .......... .......... .......... 19%  147M 4s
10:42:29 [2026-03-02T09:42:29.269Z] #10 2.811  41300K .......... .......... .......... .......... .......... 19%  149M 4s
10:42:29 [2026-03-02T09:42:29.269Z] #10 2.811  41350K .......... .......... .......... .......... .......... 19%  204M 4s
10:42:29 [2026-03-02T09:42:29.269Z] #10 2.811  41400K .......... .......... .......... .......... .......... 19%  174M 4s
10:42:29 [2026-03-02T09:42:29.269Z] #10 2.811  41450K .......... .......... .......... .......... .......... 19%  131M 4s
10:42:29 [2026-03-02T09:42:29.269Z] #10 2.811  41500K .......... .......... .......... .......... .......... 19%  101M 4s
10:42:29 [2026-03-02T09:42:29.269Z] #10 2.812  41550K .......... .......... .......... .......... .......... 19%  109M 4s
10:42:29 [2026-03-02T09:42:29.269Z] #10 2.812  41600K .......... .......... .......... .......... .......... 19%  133M 4s
10:42:29 [2026-03-02T09:42:29.269Z] #10 2.813  41650K .......... .......... .......... .......... .......... 19%  114M 4s
10:42:29 [2026-03-02T09:42:29.269Z] #10 2.813  41700K .......... .......... .......... .......... .......... 19%  108M 4s
10:42:29 [2026-03-02T09:42:29.269Z] #10 2.814  41750K .......... .......... .......... .......... .......... 19%  118M 4s
10:42:29 [2026-03-02T09:42:29.269Z] #10 2.814  41800K .......... .......... .......... .......... .......... 19% 98.9M 4s
10:42:29 [2026-03-02T09:42:29.269Z] #10 2.815  41850K .......... .......... .......... .......... .......... 19%  117M 4s
10:42:29 [2026-03-02T09:42:29.269Z] #10 2.815  41900K .......... .......... .......... .......... .......... 19% 84.9M 4s
10:42:29 [2026-03-02T09:42:29.269Z] #10 2.815  41950K .......... .......... .......... .......... .......... 19%  133M 4s
10:42:29 [2026-03-02T09:42:29.269Z] #10 2.816  42000K .......... .......... .......... .......... .......... 19%  113M 4s
10:42:29 [2026-03-02T09:42:29.269Z] #10 2.816  42050K .......... .......... .......... .......... .......... 19%  207M 4s
10:42:29 [2026-03-02T09:42:29.269Z] #10 2.816  42100K .......... .......... .......... .......... .......... 19% 82.3M 4s
10:42:29 [2026-03-02T09:42:29.269Z] #10 2.817  42150K .......... .......... .......... .......... .......... 19%  112M 4s
10:42:29 [2026-03-02T09:42:29.269Z] #10 2.817  42200K .......... .......... .......... .......... .......... 19%  120M 4s
10:42:29 [2026-03-02T09:42:29.269Z] #10 2.818  42250K .......... .......... .......... .......... .......... 19%  124M 4s
10:42:29 [2026-03-02T09:42:29.269Z] #10 2.818  42300K .......... .......... .......... .......... .......... 19% 99.8M 4s
10:42:29 [2026-03-02T09:42:29.269Z] #10 2.819  42350K .......... .......... .......... .......... .......... 19%  124M 4s
10:42:29 [2026-03-02T09:42:29.269Z] #10 2.819  42400K .......... .......... .......... .......... .......... 19%  109M 4s
10:42:29 [2026-03-02T09:42:29.269Z] #10 2.820  42450K .......... .......... .......... .......... .......... 19%  103M 4s
10:42:29 [2026-03-02T09:42:29.269Z] #10 2.820  42500K .......... .......... .......... .......... .......... 19%  101M 4s
10:42:29 [2026-03-02T09:42:29.269Z] #10 2.821  42550K .......... .......... .......... .......... .......... 20% 58.4M 4s
10:42:29 [2026-03-02T09:42:29.269Z] #10 2.821  42600K .......... .......... .......... .......... .......... 20% 87.8M 4s
10:42:29 [2026-03-02T09:42:29.269Z] #10 2.823  42650K .......... .......... .......... .......... .......... 20%  167M 4s
10:42:29 [2026-03-02T09:42:29.269Z] #10 2.823  42700K .......... .......... .......... .......... .......... 20%  144M 4s
10:42:29 [2026-03-02T09:42:29.269Z] #10 2.823  42750K .......... .......... .......... .......... .......... 20%  179M 4s
10:42:29 [2026-03-02T09:42:29.269Z] #10 2.823  42800K .......... .......... .......... .......... .......... 20%  150M 4s
10:42:29 [2026-03-02T09:42:29.269Z] #10 2.823  42850K .......... .......... .......... .......... .......... 20%  118M 4s
10:42:29 [2026-03-02T09:42:29.269Z] #10 2.824  42900K .......... .......... .......... .......... .......... 20% 99.3M 4s
10:42:29 [2026-03-02T09:42:29.269Z] #10 2.824  42950K .......... .......... .......... .......... .......... 20% 62.4M 4s
10:42:29 [2026-03-02T09:42:29.269Z] #10 2.825  43000K .......... .......... .......... .......... .......... 20% 65.4M 4s
10:42:29 [2026-03-02T09:42:29.269Z] #10 2.828  43050K .......... .......... .......... .......... .......... 20%  155M 4s
10:42:29 [2026-03-02T09:42:29.269Z] #10 2.828  43100K .......... .......... .......... .......... .......... 20%  127M 4s
10:42:29 [2026-03-02T09:42:29.269Z] #10 2.828  43150K .......... .......... .......... .......... .......... 20%  177M 4s
10:42:29 [2026-03-02T09:42:29.269Z] #10 2.828  43200K .......... .......... .......... .......... .......... 20%  178M 4s
10:42:29 [2026-03-02T09:42:29.269Z] #10 2.828  43250K .......... .......... .......... .......... .......... 20%  151M 4s
10:42:29 [2026-03-02T09:42:29.269Z] #10 2.828  43300K .......... .......... .......... .......... .......... 20%  151M 4s
10:42:29 [2026-03-02T09:42:29.269Z] #10 2.828  43350K .......... .......... .......... .......... .......... 20%  143M 4s
10:42:29 [2026-03-02T09:42:29.269Z] #10 2.828  43400K .......... .......... .......... .......... .......... 20%  104M 4s
10:42:29 [2026-03-02T09:42:29.269Z] #10 2.829  43450K .......... .......... .......... .......... .......... 20%  127M 4s
10:42:29 [2026-03-02T09:42:29.269Z] #10 2.829  43500K .......... .......... .......... .......... .......... 20% 77.7M 4s
10:42:29 [2026-03-02T09:42:29.269Z] #10 2.830  43550K .......... .......... .......... .......... .......... 20%  109M 4s
10:42:29 [2026-03-02T09:42:29.269Z] #10 2.830  43600K .......... .......... .......... .......... .......... 20%  159M 4s
10:42:29 [2026-03-02T09:42:29.269Z] #10 2.830  43650K .......... .......... .......... .......... .......... 20% 57.2M 4s
10:42:29 [2026-03-02T09:42:29.269Z] #10 2.831  43700K .......... .......... .......... .......... .......... 20% 73.8M 4s
10:42:29 [2026-03-02T09:42:29.269Z] #10 2.833  43750K .......... .......... .......... .......... .......... 20%  158M 4s
10:42:29 [2026-03-02T09:42:29.269Z] #10 2.833  43800K .......... .......... .......... .......... .......... 20%  153M 4s
10:42:29 [2026-03-02T09:42:29.269Z] #10 2.833  43850K .......... .......... .......... .......... .......... 20%  167M 4s
10:42:29 [2026-03-02T09:42:29.269Z] #10 2.833  43900K .......... .......... .......... .......... .......... 20%  148M 4s
10:42:29 [2026-03-02T09:42:29.269Z] #10 2.833  43950K .......... .......... .......... .......... .......... 20%  161M 4s
10:42:29 [2026-03-02T09:42:29.269Z] #10 2.833  44000K .......... .......... .......... .......... .......... 20% 44.3M 4s
10:42:29 [2026-03-02T09:42:29.269Z] #10 2.834  44050K .......... .......... .......... .......... .......... 20% 38.6M 4s
10:42:29 [2026-03-02T09:42:29.269Z] #10 2.836  44100K .......... .......... .......... .......... .......... 20% 70.9M 4s
10:42:29 [2026-03-02T09:42:29.269Z] #10 2.838  44150K .......... .......... .......... .......... .......... 20%  130M 4s
10:42:29 [2026-03-02T09:42:29.269Z] #10 2.838  44200K .......... .......... .......... .......... .......... 20%  216M 4s
10:42:29 [2026-03-02T09:42:29.269Z] #10 2.838  44250K .......... .......... .......... .......... .......... 20%  210M 4s
10:42:29 [2026-03-02T09:42:29.269Z] #10 2.838  44300K .......... .......... .......... .......... .......... 20%  133M 4s
10:42:29 [2026-03-02T09:42:29.269Z] #10 2.838  44350K .......... .......... .......... .......... .......... 20%  177M 4s
10:42:29 [2026-03-02T09:42:29.269Z] #10 2.838  44400K .......... .......... .......... .......... .......... 20%  126M 4s
10:42:29 [2026-03-02T09:42:29.269Z] #10 2.838  44450K .......... .......... .......... .......... .......... 20% 52.1M 4s
10:42:29 [2026-03-02T09:42:29.269Z] #10 2.839  44500K .......... .......... .......... .......... .......... 20% 45.6M 4s
10:42:29 [2026-03-02T09:42:29.269Z] #10 2.842  44550K .......... .......... .......... .......... .......... 20%  158M 4s
10:42:29 [2026-03-02T09:42:29.269Z] #10 2.842  44600K .......... .......... .......... .......... .......... 20%  213M 4s
10:42:29 [2026-03-02T09:42:29.269Z] #10 2.842  44650K .......... .......... .......... .......... .......... 21%  156M 4s
10:42:29 [2026-03-02T09:42:29.269Z] #10 2.842  44700K .......... .......... .......... .......... .......... 21%  131M 4s
10:42:29 [2026-03-02T09:42:29.269Z] #10 2.842  44750K .......... .......... .......... .......... .......... 21%  139M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.842  44800K .......... .......... .......... .......... .......... 21%  165M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.842  44850K .......... .......... .......... .......... .......... 21% 51.0M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.843  44900K .......... .......... .......... .......... .......... 21% 42.3M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.844  44950K .......... .......... .......... .......... .......... 21%  137M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.844  45000K .......... .......... .......... .......... .......... 21%  111M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.846  45050K .......... .......... .......... .......... .......... 21%  157M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.846  45100K .......... .......... .......... .......... .......... 21%  140M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.846  45150K .......... .......... .......... .......... .......... 21%  173M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.846  45200K .......... .......... .......... .......... .......... 21%  155M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.846  45250K .......... .......... .......... .......... .......... 21%  119M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.846  45300K .......... .......... .......... .......... .......... 21% 86.6M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.847  45350K .......... .......... .......... .......... .......... 21%  128M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.848  45400K .......... .......... .......... .......... .......... 21%  207M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.848  45450K .......... .......... .......... .......... .......... 21%  163M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.848  45500K .......... .......... .......... .......... .......... 21%  102M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.848  45550K .......... .......... .......... .......... .......... 21%  170M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.849  45600K .......... .......... .......... .......... .......... 21%  105M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.849  45650K .......... .......... .......... .......... .......... 21%  137M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.850  45700K .......... .......... .......... .......... .......... 21%  123M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.850  45750K .......... .......... .......... .......... .......... 21%  116M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.853  45800K .......... .......... .......... .......... .......... 21%  165M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.853  45850K .......... .......... .......... .......... .......... 21%  171M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.853  45900K .......... .......... .......... .......... .......... 21%  135M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.853  45950K .......... .......... .......... .......... .......... 21%  170M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.853  46000K .......... .......... .......... .......... .......... 21%  182M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.853  46050K .......... .......... .......... .......... .......... 21%  172M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.853  46100K .......... .......... .......... .......... .......... 21%  165M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.853  46150K .......... .......... .......... .......... .......... 21%  168M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.853  46200K .......... .......... .......... .......... .......... 21%  123M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.853  46250K .......... .......... .......... .......... .......... 21%  125M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.854  46300K .......... .......... .......... .......... .......... 21% 94.8M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.854  46350K .......... .......... .......... .......... .......... 21%  149M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.854  46400K .......... .......... .......... .......... .......... 21%  138M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.855  46450K .......... .......... .......... .......... .......... 21%  108M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.855  46500K .......... .......... .......... .......... .......... 21% 1.15M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.898  46550K .......... .......... .......... .......... .......... 21%  129M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.898  46600K .......... .......... .......... .......... .......... 21%  101M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.899  46650K .......... .......... .......... .......... .......... 21%  142M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.899  46700K .......... .......... .......... .......... .......... 21% 73.8M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.900  46750K .......... .......... .......... .......... .......... 21%  103M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.900  46800K .......... .......... .......... .......... .......... 22%  118M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.900  46850K .......... .......... .......... .......... .......... 22%  128M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.901  46900K .......... .......... .......... .......... .......... 22%  107M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.901  46950K .......... .......... .......... .......... .......... 22%  139M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.902  47000K .......... .......... .......... .......... .......... 22%  103M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.903  47050K .......... .......... .......... .......... .......... 22%  139M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.903  47100K .......... .......... .......... .......... .......... 22% 82.8M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.903  47150K .......... .......... .......... .......... .......... 22% 61.2M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.904  47200K .......... .......... .......... .......... .......... 22%  102M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.904  47250K .......... .......... .......... .......... .......... 22%  127M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.905  47300K .......... .......... .......... .......... .......... 22% 93.1M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.905  47350K .......... .......... .......... .......... .......... 22%  106M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.906  47400K .......... .......... .......... .......... .......... 22% 91.5M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.906  47450K .......... .......... .......... .......... .......... 22%  118M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.907  47500K .......... .......... .......... .......... .......... 22% 93.2M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.907  47550K .......... .......... .......... .......... .......... 22% 95.8M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.908  47600K .......... .......... .......... .......... .......... 22%  115M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.908  47650K .......... .......... .......... .......... .......... 22%  124M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.908  47700K .......... .......... .......... .......... .......... 22%  118M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.910  47750K .......... .......... .......... .......... .......... 22%  182M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.910  47800K .......... .......... .......... .......... .......... 22%  228M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.910  47850K .......... .......... .......... .......... .......... 22%  222M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.910  47900K .......... .......... .......... .......... .......... 22%  120M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.910  47950K .......... .......... .......... .......... .......... 22%  119M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.911  48000K .......... .......... .......... .......... .......... 22%  123M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.911  48050K .......... .......... .......... .......... .......... 22%  126M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.911  48100K .......... .......... .......... .......... .......... 22% 90.0M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.912  48150K .......... .......... .......... .......... .......... 22%  141M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.912  48200K .......... .......... .......... .......... .......... 22%  117M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.913  48250K .......... .......... .......... .......... .......... 22% 80.1M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.913  48300K .......... .......... .......... .......... .......... 22%  155M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.913  48350K .......... .......... .......... .......... .......... 22%  107M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.914  48400K .......... .......... .......... .......... .......... 22%  111M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.914  48450K .......... .......... .......... .......... .......... 22%  115M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.915  48500K .......... .......... .......... .......... .......... 22%  105M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.915  48550K .......... .......... .......... .......... .......... 22%  108M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.916  48600K .......... .......... .......... .......... .......... 22%  149M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.916  48650K .......... .......... .......... .......... .......... 22% 95.2M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.916  48700K .......... .......... .......... .......... .......... 22%  118M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.917  48750K .......... .......... .......... .......... .......... 22%  102M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.917  48800K .......... .......... .......... .......... .......... 22%  120M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.918  48850K .......... .......... .......... .......... .......... 22% 89.0M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.918  48900K .......... .......... .......... .......... .......... 23%  104M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.919  48950K .......... .......... .......... .......... .......... 23%  115M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.919  49000K .......... .......... .......... .......... .......... 23% 96.2M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.920  49050K .......... .......... .......... .......... .......... 23% 83.6M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.920  49100K .......... .......... .......... .......... .......... 23% 81.6M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.921  49150K .......... .......... .......... .......... .......... 23% 94.5M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.921  49200K .......... .......... .......... .......... .......... 23%  114M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.922  49250K .......... .......... .......... .......... .......... 23%  103M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.922  49300K .......... .......... .......... .......... .......... 23%  107M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.923  49350K .......... .......... .......... .......... .......... 23%  120M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.924  49400K .......... .......... .......... .......... .......... 23%  186M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.924  49450K .......... .......... .......... .......... .......... 23%  233M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.924  49500K .......... .......... .......... .......... .......... 23%  180M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.924  49550K .......... .......... .......... .......... .......... 23%  156M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.924  49600K .......... .......... .......... .......... .......... 23% 71.6M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.925  49650K .......... .......... .......... .......... .......... 23% 84.9M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.926  49700K .......... .......... .......... .......... .......... 23% 55.5M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.926  49750K .......... .......... .......... .......... .......... 23% 78.4M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.927  49800K .......... .......... .......... .......... .......... 23%  118M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.927  49850K .......... .......... .......... .......... .......... 23%  108M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.928  49900K .......... .......... .......... .......... .......... 23% 84.1M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.928  49950K .......... .......... .......... .......... .......... 23% 77.9M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.929  50000K .......... .......... .......... .......... .......... 23%  124M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.930  50050K .......... .......... .......... .......... .......... 23%  124M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.930  50100K .......... .......... .......... .......... .......... 23% 91.3M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.930  50150K .......... .......... .......... .......... .......... 23%  141M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.931  50200K .......... .......... .......... .......... .......... 23%  117M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.931  50250K .......... .......... .......... .......... .......... 23% 97.0M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.932  50300K .......... .......... .......... .......... .......... 23%  105M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.932  50350K .......... .......... .......... .......... .......... 23%  127M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.933  50400K .......... .......... .......... .......... .......... 23%  119M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.933  50450K .......... .......... .......... .......... .......... 23%  102M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.933  50500K .......... .......... .......... .......... .......... 23% 73.0M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.934  50550K .......... .......... .......... .......... .......... 23%  105M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.935  50600K .......... .......... .......... .......... .......... 23% 84.4M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.935  50650K .......... .......... .......... .......... .......... 23%  104M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.936  50700K .......... .......... .......... .......... .......... 23% 92.0M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.936  50750K .......... .......... .......... .......... .......... 23%  115M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.937  50800K .......... .......... .......... .......... .......... 23% 79.0M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.937  50850K .......... .......... .......... .......... .......... 23% 96.1M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.938  50900K .......... .......... .......... .......... .......... 23% 85.8M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.938  50950K .......... .......... .......... .......... .......... 23%  147M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.939  51000K .......... .......... .......... .......... .......... 23%  150M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.939  51050K .......... .......... .......... .......... .......... 24%  139M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.939  51100K .......... .......... .......... .......... .......... 24%  116M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 2.940  51150K .......... .......... .......... .......... .......... 24%  154M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 3.016  51200K .......... .......... .......... .......... .......... 24%  649K 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 3.017  51250K .......... .......... .......... .......... .......... 24%  163M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 3.018  51300K .......... .......... .......... .......... .......... 24%  262M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 3.018  51350K .......... .......... .......... .......... .......... 24% 92.9M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 3.018  51400K .......... .......... .......... .......... .......... 24%  119M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 3.018  51450K .......... .......... .......... .......... .......... 24%  131M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 3.019  51500K .......... .......... .......... .......... .......... 24% 85.1M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 3.019  51550K .......... .......... .......... .......... .......... 24%  134M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 3.020  51600K .......... .......... .......... .......... .......... 24%  120M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 3.020  51650K .......... .......... .......... .......... .......... 24%  101M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 3.021  51700K .......... .......... .......... .......... .......... 24%  117M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 3.021  51750K .......... .......... .......... .......... .......... 24%  116M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 3.021  51800K .......... .......... .......... .......... .......... 24%  112M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 3.022  51850K .......... .......... .......... .......... .......... 24%  139M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 3.022  51900K .......... .......... .......... .......... .......... 24% 88.9M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 3.023  51950K .......... .......... .......... .......... .......... 24%  131M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 3.023  52000K .......... .......... .......... .......... .......... 24% 99.2M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 3.024  52050K .......... .......... .......... .......... .......... 24%  105M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 3.024  52100K .......... .......... .......... .......... .......... 24%  124M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 3.025  52150K .......... .......... .......... .......... .......... 24%  128M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 3.025  52200K .......... .......... .......... .......... .......... 24%  131M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 3.025  52250K .......... .......... .......... .......... .......... 24% 95.8M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 3.026  52300K .......... .......... .......... .......... .......... 24% 97.6M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 3.026  52350K .......... .......... .......... .......... .......... 24%  122M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 3.027  52400K .......... .......... .......... .......... .......... 24% 98.0M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 3.027  52450K .......... .......... .......... .......... .......... 24%  135M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 3.028  52500K .......... .......... .......... .......... .......... 24%  110M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 3.028  52550K .......... .......... .......... .......... .......... 24%  125M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 3.028  52600K .......... .......... .......... .......... .......... 24%  109M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 3.029  52650K .......... .......... .......... .......... .......... 24%  137M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 3.029  52700K .......... .......... .......... .......... .......... 24% 91.5M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 3.030  52750K .......... .......... .......... .......... .......... 24% 97.2M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 3.030  52800K .......... .......... .......... .......... .......... 24%  127M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 3.031  52850K .......... .......... .......... .......... .......... 24%  127M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 3.031  52900K .......... .......... .......... .......... .......... 24%  123M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 3.031  52950K .......... .......... .......... .......... .......... 24%  107M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 3.032  53000K .......... .......... .......... .......... .......... 24%  112M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 3.032  53050K .......... .......... .......... .......... .......... 24% 98.3M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 3.033  53100K .......... .......... .......... .......... .......... 24% 96.4M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 3.033  53150K .......... .......... .......... .......... .......... 24%  130M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 3.034  53200K .......... .......... .......... .......... .......... 25%  117M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 3.034  53250K .......... .......... .......... .......... .......... 25%  111M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 3.035  53300K .......... .......... .......... .......... .......... 25% 85.5M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 3.035  53350K .......... .......... .......... .......... .......... 25%  155M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 3.036  53400K .......... .......... .......... .......... .......... 25%  121M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 3.036  53450K .......... .......... .......... .......... .......... 25%  120M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 3.036  53500K .......... .......... .......... .......... .......... 25% 97.2M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 3.037  53550K .......... .......... .......... .......... .......... 25%  117M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 3.037  53600K .......... .......... .......... .......... .......... 25%  112M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 3.038  53650K .......... .......... .......... .......... .......... 25% 98.7M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 3.038  53700K .......... .......... .......... .......... .......... 25%  118M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 3.038  53750K .......... .......... .......... .......... .......... 25%  129M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 3.039  53800K .......... .......... .......... .......... .......... 25%  126M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 3.039  53850K .......... .......... .......... .......... .......... 25%  106M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 3.040  53900K .......... .......... .......... .......... .......... 25%  103M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 3.040  53950K .......... .......... .......... .......... .......... 25% 78.5M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 3.041  54000K .......... .......... .......... .......... .......... 25%  123M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 3.041  54050K .......... .......... .......... .......... .......... 25%  119M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 3.042  54100K .......... .......... .......... .......... .......... 25%  126M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 3.042  54150K .......... .......... .......... .......... .......... 25%  114M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 3.042  54200K .......... .......... .......... .......... .......... 25%  120M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 3.043  54250K .......... .......... .......... .......... .......... 25%  105M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 3.043  54300K .......... .......... .......... .......... .......... 25%  117M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 3.044  54350K .......... .......... .......... .......... .......... 25%  112M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 3.044  54400K .......... .......... .......... .......... .......... 25%  120M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 3.045  54450K .......... .......... .......... .......... .......... 25%  127M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 3.045  54500K .......... .......... .......... .......... .......... 25% 96.8M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 3.045  54550K .......... .......... .......... .......... .......... 25%  140M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 3.046  54600K .......... .......... .......... .......... .......... 25%  101M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 3.046  54650K .......... .......... .......... .......... .......... 25%  122M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 3.047  54700K .......... .......... .......... .......... .......... 25% 89.2M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 3.047  54750K .......... .......... .......... .......... .......... 25%  125M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 3.048  54800K .......... .......... .......... .......... .......... 25%  119M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 3.048  54850K .......... .......... .......... .......... .......... 25%  115M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 3.049  54900K .......... .......... .......... .......... .......... 25%  125M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 3.049  54950K .......... .......... .......... .......... .......... 25%  123M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 3.049  55000K .......... .......... .......... .......... .......... 25% 91.5M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 3.050  55050K .......... .......... .......... .......... .......... 25% 97.3M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 3.050  55100K .......... .......... .......... .......... .......... 25%  127M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 3.051  55150K .......... .......... .......... .......... .......... 25%  124M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 3.051  55200K .......... .......... .......... .......... .......... 25%  109M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 3.052  55250K .......... .......... .......... .......... .......... 25%  116M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 3.052  55300K .......... .......... .......... .......... .......... 26%  103M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 3.052  55350K .......... .......... .......... .......... .......... 26%  127M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 3.053  55400K .......... .......... .......... .......... .......... 26% 87.7M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 3.054  55450K .......... .......... .......... .......... .......... 26%  125M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 3.054  55500K .......... .......... .......... .......... .......... 26%  122M 4s
10:42:29 [2026-03-02T09:42:29.270Z] #10 3.054  55550K .......... .......... .......... .......... .......... 26%  114M 4s
10:42:29 [2026-03-02T09:42:29.271Z] #10 3.055  55600K .......... .......... .......... .......... .......... 26%  118M 4s
10:42:29 [2026-03-02T09:42:29.271Z] #10 3.055  55650K .......... .......... .......... .......... .......... 26%  104M 4s
10:42:29 [2026-03-02T09:42:29.271Z] #10 3.056  55700K .......... .......... .......... .......... .......... 26%  114M 4s
10:42:29 [2026-03-02T09:42:29.271Z] #10 3.056  55750K .......... .......... .......... .......... .......... 26%  130M 4s
10:42:29 [2026-03-02T09:42:29.271Z] #10 3.056  55800K .......... .......... .......... .......... .......... 26%  105M 4s
10:42:29 [2026-03-02T09:42:29.271Z] #10 3.057  55850K .......... .......... .......... .......... .......... 26%  100M 4s
10:42:29 [2026-03-02T09:42:29.271Z] #10 3.057  55900K .......... .......... .......... .......... .......... 26%  116M 4s
10:42:29 [2026-03-02T09:42:29.271Z] #10 3.058  55950K .......... .......... .......... .......... .......... 26% 95.5M 4s
10:42:29 [2026-03-02T09:42:29.271Z] #10 3.058  56000K .......... .......... .......... .......... .......... 26%  138M 4s
10:42:29 [2026-03-02T09:42:29.271Z] #10 3.059  56050K .......... .......... .......... .......... .......... 26%  120M 4s
10:42:29 [2026-03-02T09:42:29.271Z] #10 3.059  56100K .......... .......... .......... .......... .......... 26% 92.8M 4s
10:42:29 [2026-03-02T09:42:29.271Z] #10 3.060  56150K .......... .......... .......... .......... .......... 26%  181M 4s
10:42:29 [2026-03-02T09:42:29.271Z] #10 3.060  56200K .......... .......... .......... .......... .......... 26% 80.2M 4s
10:42:29 [2026-03-02T09:42:29.271Z] #10 3.060  56250K .......... .......... .......... .......... .......... 26%  130M 4s
10:42:29 [2026-03-02T09:42:29.271Z] #10 3.061  56300K .......... .......... .......... .......... .......... 26%  117M 4s
10:42:29 [2026-03-02T09:42:29.271Z] #10 3.061  56350K .......... .......... .......... .......... .......... 26%  104M 4s
10:42:29 [2026-03-02T09:42:29.271Z] #10 3.062  56400K .......... .......... .......... .......... .......... 26%  116M 4s
10:42:29 [2026-03-02T09:42:29.271Z] #10 3.062  56450K .......... .......... .......... .......... .......... 26%  126M 4s
10:42:29 [2026-03-02T09:42:29.271Z] #10 3.062  56500K .......... .......... .......... .......... .......... 26%  127M 4s
10:42:29 [2026-03-02T09:42:29.271Z] #10 3.063  56550K .......... .......... .......... .......... .......... 26%  107M 4s
10:42:29 [2026-03-02T09:42:29.271Z] #10 3.063  56600K .......... .......... .......... .......... .......... 26% 90.7M 4s
10:42:29 [2026-03-02T09:42:29.271Z] #10 3.064  56650K .......... .......... .......... .......... .......... 26%  101M 4s
10:42:29 [2026-03-02T09:42:29.271Z] #10 3.064  56700K .......... .......... .......... .......... .......... 26% 1.44M 4s
10:42:29 [2026-03-02T09:42:29.271Z] #10 3.098  56750K .......... .......... .......... .......... .......... 26% 45.1M 4s
10:42:29 [2026-03-02T09:42:29.271Z] #10 3.099  56800K .......... .......... .......... .......... .......... 26% 74.1M 4s
10:42:29 [2026-03-02T09:42:29.271Z] #10 3.100  56850K .......... .......... .......... .......... .......... 26% 65.4M 4s
10:42:29 [2026-03-02T09:42:29.271Z] #10 3.101  56900K .......... .......... .......... .......... .......... 26% 62.6M 4s
10:42:29 [2026-03-02T09:42:29.271Z] #10 3.101  56950K .......... .......... .......... .......... .......... 26% 62.0M 4s
10:42:29 [2026-03-02T09:42:29.271Z] #10 3.102  57000K .......... .......... .......... .......... .......... 26% 57.9M 4s
10:42:29 [2026-03-02T09:42:29.271Z] #10 3.103  57050K .......... .......... .......... .......... .......... 26% 63.2M 4s
10:42:29 [2026-03-02T09:42:29.271Z] #10 3.104  57100K .......... .......... .......... .......... .......... 26% 49.3M 4s
10:42:29 [2026-03-02T09:42:29.271Z] #10 3.105  57150K .......... .......... .......... .......... .......... 26% 59.8M 4s
10:42:29 [2026-03-02T09:42:29.271Z] #10 3.106  57200K .......... .......... .......... .......... .......... 26% 63.5M 4s
10:42:29 [2026-03-02T09:42:29.271Z] #10 3.106  57250K .......... .......... .......... .......... .......... 26% 66.3M 4s
10:42:29 [2026-03-02T09:42:29.271Z] #10 3.107  57300K .......... .......... .......... .......... .......... 26% 61.9M 4s
10:42:29 [2026-03-02T09:42:29.271Z] #10 3.108  57350K .......... .......... .......... .......... .......... 26% 68.3M 4s
10:42:29 [2026-03-02T09:42:29.271Z] #10 3.109  57400K .......... .......... .......... .......... .......... 26% 67.5M 4s
10:42:29 [2026-03-02T09:42:29.271Z] #10 3.109  57450K .......... .......... .......... .......... .......... 27% 83.9M 4s
10:42:29 [2026-03-02T09:42:29.271Z] #10 3.110  57500K .......... .......... .......... .......... .......... 27% 71.8M 4s
10:42:29 [2026-03-02T09:42:29.271Z] #10 3.111  57550K .......... .......... .......... .......... .......... 27% 54.8M 4s
10:42:29 [2026-03-02T09:42:29.271Z] #10 3.112  57600K .......... .......... .......... .......... .......... 27% 60.1M 4s
10:42:29 [2026-03-02T09:42:29.271Z] #10 3.112  57650K .......... .......... .......... .......... .......... 27% 54.3M 4s
10:42:29 [2026-03-02T09:42:29.271Z] #10 3.113  57700K .......... .......... .......... .......... .......... 27% 61.4M 4s
10:42:29 [2026-03-02T09:42:29.271Z] #10 3.114  57750K .......... .......... .......... .......... .......... 27% 85.4M 4s
10:42:29 [2026-03-02T09:42:29.271Z] #10 3.115  57800K .......... .......... .......... .......... .......... 27% 72.6M 4s
10:42:29 [2026-03-02T09:42:29.521Z] #10 3.115  57850K .......... .......... .......... .......... .......... 27% 92.1M 4s
10:42:29 [2026-03-02T09:42:29.521Z] #10 3.116  57900K .......... .......... .......... .......... .......... 27% 73.0M 4s
10:42:29 [2026-03-02T09:42:29.521Z] #10 3.117  57950K .......... .......... .......... .......... .......... 27% 99.0M 4s
10:42:29 [2026-03-02T09:42:29.521Z] #10 3.117  58000K .......... .......... .......... .......... .......... 27% 84.3M 4s
10:42:29 [2026-03-02T09:42:29.521Z] #10 3.118  58050K .......... .......... .......... .......... .......... 27% 76.7M 4s
10:42:29 [2026-03-02T09:42:29.521Z] #10 3.118  58100K .......... .......... .......... .......... .......... 27% 84.0M 4s
10:42:29 [2026-03-02T09:42:29.521Z] #10 3.119  58150K .......... .......... .......... .......... .......... 27% 90.3M 4s
10:42:29 [2026-03-02T09:42:29.521Z] #10 3.119  58200K .......... .......... .......... .......... .......... 27% 81.5M 4s
10:42:29 [2026-03-02T09:42:29.521Z] #10 3.120  58250K .......... .......... .......... .......... .......... 27% 81.4M 4s
10:42:29 [2026-03-02T09:42:29.521Z] #10 3.121  58300K .......... .......... .......... .......... .......... 27% 58.6M 4s
10:42:29 [2026-03-02T09:42:29.521Z] #10 3.121  58350K .......... .......... .......... .......... .......... 27% 92.2M 4s
10:42:29 [2026-03-02T09:42:29.521Z] #10 3.122  58400K .......... .......... .......... .......... .......... 27% 84.6M 4s
10:42:29 [2026-03-02T09:42:29.521Z] #10 3.123  58450K .......... .......... .......... .......... .......... 27% 82.3M 4s
10:42:29 [2026-03-02T09:42:29.521Z] #10 3.123  58500K .......... .......... .......... .......... .......... 27% 98.4M 4s
10:42:29 [2026-03-02T09:42:29.521Z] #10 3.124  58550K .......... .......... .......... .......... .......... 27% 98.5M 4s
10:42:29 [2026-03-02T09:42:29.521Z] #10 3.124  58600K .......... .......... .......... .......... .......... 27%  109M 4s
10:42:29 [2026-03-02T09:42:29.521Z] #10 3.124  58650K .......... .......... .......... .......... .......... 27%  130M 4s
10:42:29 [2026-03-02T09:42:29.521Z] #10 3.125  58700K .......... .......... .......... .......... .......... 27%  117M 3s
10:42:29 [2026-03-02T09:42:29.521Z] #10 3.125  58750K .......... .......... .......... .......... .......... 27%  106M 3s
10:42:29 [2026-03-02T09:42:29.521Z] #10 3.126  58800K .......... .......... .......... .......... .......... 27% 89.8M 3s
10:42:29 [2026-03-02T09:42:29.521Z] #10 3.126  58850K .......... .......... .......... .......... .......... 27% 89.9M 3s
10:42:29 [2026-03-02T09:42:29.521Z] #10 3.127  58900K .......... .......... .......... .......... .......... 27% 75.1M 3s
10:42:29 [2026-03-02T09:42:29.521Z] #10 3.127  58950K .......... .......... .......... .......... .......... 27%  135M 3s
10:42:29 [2026-03-02T09:42:29.521Z] #10 3.128  59000K .......... .......... .......... .......... .......... 27% 88.5M 3s
10:42:29 [2026-03-02T09:42:29.521Z] #10 3.128  59050K .......... .......... .......... .......... .......... 27% 91.8M 3s
10:42:29 [2026-03-02T09:42:29.521Z] #10 3.129  59100K .......... .......... .......... .......... .......... 27% 77.7M 3s
10:42:29 [2026-03-02T09:42:29.521Z] #10 3.130  59150K .......... .......... .......... .......... .......... 27%  101M 3s
10:42:29 [2026-03-02T09:42:29.521Z] #10 3.130  59200K .......... .......... .......... .......... .......... 27%  106M 3s
10:42:29 [2026-03-02T09:42:29.521Z] #10 3.130  59250K .......... .......... .......... .......... .......... 27%  122M 3s
10:42:29 [2026-03-02T09:42:29.521Z] #10 3.131  59300K .......... .......... .......... .......... .......... 27% 96.0M 3s
10:42:29 [2026-03-02T09:42:29.521Z] #10 3.131  59350K .......... .......... .......... .......... .......... 27%  100M 3s
10:42:29 [2026-03-02T09:42:29.521Z] #10 3.132  59400K .......... .......... .......... .......... .......... 27%  112M 3s
10:42:29 [2026-03-02T09:42:29.521Z] #10 3.132  59450K .......... .......... .......... .......... .......... 27%  124M 3s
10:42:29 [2026-03-02T09:42:29.521Z] #10 3.133  59500K .......... .......... .......... .......... .......... 27% 86.0M 3s
10:42:29 [2026-03-02T09:42:29.521Z] #10 3.133  59550K .......... .......... .......... .......... .......... 28% 98.7M 3s
10:42:29 [2026-03-02T09:42:29.521Z] #10 3.134  59600K .......... .......... .......... .......... .......... 28%  107M 3s
10:42:29 [2026-03-02T09:42:29.521Z] #10 3.134  59650K .......... .......... .......... .......... .......... 28% 91.6M 3s
10:42:29 [2026-03-02T09:42:29.521Z] #10 3.135  59700K .......... .......... .......... .......... .......... 28% 91.6M 3s
10:42:29 [2026-03-02T09:42:29.521Z] #10 3.135  59750K .......... .......... .......... .......... .......... 28%  105M 3s
10:42:29 [2026-03-02T09:42:29.521Z] #10 3.136  59800K .......... .......... .......... .......... .......... 28%  102M 3s
10:42:29 [2026-03-02T09:42:29.521Z] #10 3.136  59850K .......... .......... .......... .......... .......... 28%  107M 3s
10:42:29 [2026-03-02T09:42:29.521Z] #10 3.137  59900K .......... .......... .......... .......... .......... 28% 88.8M 3s
10:42:29 [2026-03-02T09:42:29.521Z] #10 3.137  59950K .......... .......... .......... .......... .......... 28%  124M 3s
10:42:29 [2026-03-02T09:42:29.521Z] #10 3.138  60000K .......... .......... .......... .......... .......... 28%  118M 3s
10:42:29 [2026-03-02T09:42:29.521Z] #10 3.138  60050K .......... .......... .......... .......... .......... 28%  177M 3s
10:42:29 [2026-03-02T09:42:29.521Z] #10 3.138  60100K .......... .......... .......... .......... .......... 28%  198M 3s
10:42:29 [2026-03-02T09:42:29.521Z] #10 3.139  60150K .......... .......... .......... .......... .......... 28%  138M 3s
10:42:29 [2026-03-02T09:42:29.521Z] #10 3.141  60200K .......... .......... .......... .......... .......... 28%  191M 3s
10:42:29 [2026-03-02T09:42:29.521Z] #10 3.141  60250K .......... .......... .......... .......... .......... 28%  194M 3s
10:42:29 [2026-03-02T09:42:29.521Z] #10 3.141  60300K .......... .......... .......... .......... .......... 28%  259M 3s
10:42:29 [2026-03-02T09:42:29.521Z] #10 3.141  60350K .......... .......... .......... .......... .......... 28%  237M 3s
10:42:29 [2026-03-02T09:42:29.521Z] #10 3.141  60400K .......... .......... .......... .......... .......... 28%  205M 3s
10:42:29 [2026-03-02T09:42:29.521Z] #10 3.141  60450K .......... .......... .......... .......... .......... 28%  210M 3s
10:42:29 [2026-03-02T09:42:29.521Z] #10 3.141  60500K .......... .......... .......... .......... .......... 28%  212M 3s
10:42:29 [2026-03-02T09:42:29.521Z] #10 3.141  60550K .......... .......... .......... .......... .......... 28%  259M 3s
10:42:29 [2026-03-02T09:42:29.521Z] #10 3.141  60600K .......... .......... .......... .......... .......... 28%  196M 3s
10:42:29 [2026-03-02T09:42:29.521Z] #10 3.141  60650K .......... .......... .......... .......... .......... 28%  135M 3s
10:42:29 [2026-03-02T09:42:29.521Z] #10 3.141  60700K .......... .......... .......... .......... .......... 28%  147M 3s
10:42:29 [2026-03-02T09:42:29.521Z] #10 3.142  60750K .......... .......... .......... .......... .......... 28%  166M 3s
10:42:29 [2026-03-02T09:42:29.521Z] #10 3.142  60800K .......... .......... .......... .......... .......... 28%  169M 3s
10:42:29 [2026-03-02T09:42:29.521Z] #10 3.142  60850K .......... .......... .......... .......... .......... 28%  144M 3s
10:42:29 [2026-03-02T09:42:29.521Z] #10 3.143  60900K .......... .......... .......... .......... .......... 28%  167M 3s
10:42:29 [2026-03-02T09:42:29.521Z] #10 3.143  60950K .......... .......... .......... .......... .......... 28%  180M 3s
10:42:29 [2026-03-02T09:42:29.521Z] #10 3.143  61000K .......... .......... .......... .......... .......... 28%  204M 3s
10:42:29 [2026-03-02T09:42:29.521Z] #10 3.143  61050K .......... .......... .......... .......... .......... 28%  152M 3s
10:42:29 [2026-03-02T09:42:29.521Z] #10 3.144  61100K .......... .......... .......... .......... .......... 28%  145M 3s
10:42:29 [2026-03-02T09:42:29.521Z] #10 3.144  61150K .......... .......... .......... .......... .......... 28%  211M 3s
10:42:29 [2026-03-02T09:42:29.521Z] #10 3.144  61200K .......... .......... .......... .......... .......... 28%  246M 3s
10:42:29 [2026-03-02T09:42:29.521Z] #10 3.144  61250K .......... .......... .......... .......... .......... 28%  200M 3s
10:42:29 [2026-03-02T09:42:29.521Z] #10 3.145  61300K .......... .......... .......... .......... .......... 28%  193M 3s
10:42:29 [2026-03-02T09:42:29.521Z] #10 3.145  61350K .......... .......... .......... .......... .......... 28%  224M 3s
10:42:29 [2026-03-02T09:42:29.521Z] #10 3.145  61400K .......... .......... .......... .......... .......... 28%  509K 4s
10:42:29 [2026-03-02T09:42:29.521Z] #10 3.244  61450K .......... .......... .......... .......... .......... 28% 49.0M 4s
10:42:29 [2026-03-02T09:42:29.521Z] #10 3.245  61500K .......... .......... .......... .......... .......... 28% 47.3M 4s
10:42:29 [2026-03-02T09:42:29.521Z] #10 3.246  61550K .......... .......... .......... .......... .......... 28% 61.1M 4s
10:42:29 [2026-03-02T09:42:29.521Z] #10 3.246  61600K .......... .......... .......... .......... .......... 28%  116M 4s
10:42:29 [2026-03-02T09:42:29.521Z] #10 3.247  61650K .......... .......... .......... .......... .......... 28% 97.0M 4s
10:42:29 [2026-03-02T09:42:29.521Z] #10 3.247  61700K .......... .......... .......... .......... .......... 29%  123M 4s
10:42:29 [2026-03-02T09:42:29.521Z] #10 3.248  61750K .......... .......... .......... .......... .......... 29%  104M 4s
10:42:29 [2026-03-02T09:42:29.521Z] #10 3.248  61800K .......... .......... .......... .......... .......... 29%  123M 4s
10:42:29 [2026-03-02T09:42:29.521Z] #10 3.249  61850K .......... .......... .......... .......... .......... 29%  124M 4s
10:42:29 [2026-03-02T09:42:29.521Z] #10 3.249  61900K .......... .......... .......... .......... .......... 29%  105M 4s
10:42:29 [2026-03-02T09:42:29.521Z] #10 3.249  61950K .......... .......... .......... .......... .......... 29% 97.6M 4s
10:42:29 [2026-03-02T09:42:29.521Z] #10 3.250  62000K .......... .......... .......... .......... .......... 29%  111M 4s
10:42:29 [2026-03-02T09:42:29.521Z] #10 3.250  62050K .......... .......... .......... .......... .......... 29%  127M 4s
10:42:29 [2026-03-02T09:42:29.521Z] #10 3.251  62100K .......... .......... .......... .......... .......... 29%  104M 4s
10:42:29 [2026-03-02T09:42:29.521Z] #10 3.251  62150K .......... .......... .......... .......... .......... 29%  100M 4s
10:42:29 [2026-03-02T09:42:29.521Z] #10 3.252  62200K .......... .......... .......... .......... .......... 29%  109M 4s
10:42:29 [2026-03-02T09:42:29.521Z] #10 3.252  62250K .......... .......... .......... .......... .......... 29%  124M 4s
10:42:29 [2026-03-02T09:42:29.521Z] #10 3.253  62300K .......... .......... .......... .......... .......... 29%  128M 4s
10:42:29 [2026-03-02T09:42:29.522Z] #10 3.253  62350K .......... .......... .......... .......... .......... 29% 94.8M 4s
10:42:29 [2026-03-02T09:42:29.522Z] #10 3.253  62400K .......... .......... .......... .......... .......... 29%  129M 4s
10:42:29 [2026-03-02T09:42:29.522Z] #10 3.254  62450K .......... .......... .......... .......... .......... 29%  103M 4s
10:42:29 [2026-03-02T09:42:29.522Z] #10 3.254  62500K .......... .......... .......... .......... .......... 29%  125M 4s
10:42:29 [2026-03-02T09:42:29.522Z] #10 3.255  62550K .......... .......... .......... .......... .......... 29%  107M 4s
10:42:29 [2026-03-02T09:42:29.522Z] #10 3.255  62600K .......... .......... .......... .......... .......... 29%  106M 4s
10:42:29 [2026-03-02T09:42:29.522Z] #10 3.256  62650K .......... .......... .......... .......... .......... 29%  125M 4s
10:42:29 [2026-03-02T09:42:29.522Z] #10 3.256  62700K .......... .......... .......... .......... .......... 29%  122M 4s
10:42:29 [2026-03-02T09:42:29.522Z] #10 3.256  62750K .......... .......... .......... .......... .......... 29% 97.2M 3s
10:42:29 [2026-03-02T09:42:29.522Z] #10 3.257  62800K .......... .......... .......... .......... .......... 29%  110M 3s
10:42:29 [2026-03-02T09:42:29.522Z] #10 3.257  62850K .......... .......... .......... .......... .......... 29%  122M 3s
10:42:29 [2026-03-02T09:42:29.522Z] #10 3.258  62900K .......... .......... .......... .......... .......... 29%  117M 3s
10:42:29 [2026-03-02T09:42:29.522Z] #10 3.258  62950K .......... .......... .......... .......... .......... 29%  105M 3s
10:42:29 [2026-03-02T09:42:29.522Z] #10 3.259  63000K .......... .......... .......... .......... .......... 29%  146M 3s
10:42:29 [2026-03-02T09:42:29.522Z] #10 3.259  63050K .......... .......... .......... .......... .......... 29%  119M 3s
10:42:29 [2026-03-02T09:42:29.522Z] #10 3.259  63100K .......... .......... .......... .......... .......... 29%  118M 3s
10:42:29 [2026-03-02T09:42:29.522Z] #10 3.260  63150K .......... .......... .......... .......... .......... 29% 98.2M 3s
10:42:29 [2026-03-02T09:42:29.522Z] #10 3.260  63200K .......... .......... .......... .......... .......... 29%  134M 3s
10:42:29 [2026-03-02T09:42:29.522Z] #10 3.261  63250K .......... .......... .......... .......... .......... 29%  110M 3s
10:42:29 [2026-03-02T09:42:29.522Z] #10 3.261  63300K .......... .......... .......... .......... .......... 29%  129M 3s
10:42:29 [2026-03-02T09:42:29.522Z] #10 3.261  63350K .......... .......... .......... .......... .......... 29%  120M 3s
10:42:29 [2026-03-02T09:42:29.522Z] #10 3.262  63400K .......... .......... .......... .......... .......... 29%  122M 3s
10:42:29 [2026-03-02T09:42:29.522Z] #10 3.262  63450K .......... .......... .......... .......... .......... 29%  118M 3s
10:42:29 [2026-03-02T09:42:29.522Z] #10 3.263  63500K .......... .......... .......... .......... .......... 29%  129M 3s
10:42:29 [2026-03-02T09:42:29.522Z] #10 3.263  63550K .......... .......... .......... .......... .......... 29%  103M 3s
10:42:29 [2026-03-02T09:42:29.522Z] #10 3.263  63600K .......... .......... .......... .......... .......... 29%  120M 3s
10:42:29 [2026-03-02T09:42:29.522Z] #10 3.264  63650K .......... .......... .......... .......... .......... 29%  110M 3s
10:42:29 [2026-03-02T09:42:29.522Z] #10 3.264  63700K .......... .......... .......... .......... .......... 29%  112M 3s
10:42:29 [2026-03-02T09:42:29.522Z] #10 3.265  63750K .......... .......... .......... .......... .......... 29% 28.3M 3s
10:42:29 [2026-03-02T09:42:29.522Z] #10 3.266  63800K .......... .......... .......... .......... .......... 30% 83.6M 3s
10:42:29 [2026-03-02T09:42:29.522Z] #10 3.267  63850K .......... .......... .......... .......... .......... 30% 69.1M 3s
10:42:29 [2026-03-02T09:42:29.522Z] #10 3.268  63900K .......... .......... .......... .......... .......... 30% 75.6M 3s
10:42:29 [2026-03-02T09:42:29.522Z] #10 3.268  63950K .......... .......... .......... .......... .......... 30% 55.6M 3s
10:42:29 [2026-03-02T09:42:29.522Z] #10 3.269  64000K .......... .......... .......... .......... .......... 30%  105M 3s
10:42:29 [2026-03-02T09:42:29.522Z] #10 3.270  64050K .......... .......... .......... .......... .......... 30%  105M 3s
10:42:29 [2026-03-02T09:42:29.522Z] #10 3.270  64100K .......... .......... .......... .......... .......... 30%  116M 3s
10:42:29 [2026-03-02T09:42:29.522Z] #10 3.271  64150K .......... .......... .......... .......... .......... 30% 95.6M 3s
10:42:29 [2026-03-02T09:42:29.522Z] #10 3.271  64200K .......... .......... .......... .......... .......... 30%  116M 3s
10:42:29 [2026-03-02T09:42:29.522Z] #10 3.272  64250K .......... .......... .......... .......... .......... 30%  111M 3s
10:42:29 [2026-03-02T09:42:29.522Z] #10 3.272  64300K .......... .......... .......... .......... .......... 30%  119M 3s
10:42:29 [2026-03-02T09:42:29.522Z] #10 3.272  64350K .......... .......... .......... .......... .......... 30% 92.2M 3s
10:42:29 [2026-03-02T09:42:29.522Z] #10 3.273  64400K .......... .......... .......... .......... .......... 30%  105M 3s
10:42:29 [2026-03-02T09:42:29.522Z] #10 3.273  64450K .......... .......... .......... .......... .......... 30% 91.7M 3s
10:42:29 [2026-03-02T09:42:29.522Z] #10 3.274  64500K .......... .......... .......... .......... .......... 30% 99.7M 3s
10:42:29 [2026-03-02T09:42:29.522Z] #10 3.274  64550K .......... .......... .......... .......... .......... 30% 93.0M 3s
10:42:29 [2026-03-02T09:42:29.522Z] #10 3.275  64600K .......... .......... .......... .......... .......... 30% 94.7M 3s
10:42:29 [2026-03-02T09:42:29.522Z] #10 3.275  64650K .......... .......... .......... .......... .......... 30% 98.3M 3s
10:42:29 [2026-03-02T09:42:29.522Z] #10 3.276  64700K .......... .......... .......... .......... .......... 30%  119M 3s
10:42:29 [2026-03-02T09:42:29.522Z] #10 3.276  64750K .......... .......... .......... .......... .......... 30%  101M 3s
10:42:29 [2026-03-02T09:42:29.522Z] #10 3.277  64800K .......... .......... .......... .......... .......... 30%  115M 3s
10:42:29 [2026-03-02T09:42:29.522Z] #10 3.277  64850K .......... .......... .......... .......... .......... 30% 97.4M 3s
10:42:29 [2026-03-02T09:42:29.522Z] #10 3.278  64900K .......... .......... .......... .......... .......... 30%  100M 3s
10:42:29 [2026-03-02T09:42:29.522Z] #10 3.278  64950K .......... .......... .......... .......... .......... 30% 85.7M 3s
10:42:29 [2026-03-02T09:42:29.522Z] #10 3.279  65000K .......... .......... .......... .......... .......... 30% 96.2M 3s
10:42:29 [2026-03-02T09:42:29.522Z] #10 3.279  65050K .......... .......... .......... .......... .......... 30%  106M 3s
10:42:29 [2026-03-02T09:42:29.522Z] #10 3.280  65100K .......... .......... .......... .......... .......... 30% 86.6M 3s
10:42:29 [2026-03-02T09:42:29.522Z] #10 3.280  65150K .......... .......... .......... .......... .......... 30% 92.4M 3s
10:42:29 [2026-03-02T09:42:29.522Z] #10 3.281  65200K .......... .......... .......... .......... .......... 30% 88.7M 3s
10:42:29 [2026-03-02T09:42:29.522Z] #10 3.281  65250K .......... .......... .......... .......... .......... 30%  129M 3s
10:42:29 [2026-03-02T09:42:29.522Z] #10 3.282  65300K .......... .......... .......... .......... .......... 30%  135M 3s
10:42:29 [2026-03-02T09:42:29.522Z] #10 3.282  65350K .......... .......... .......... .......... .......... 30%  114M 3s
10:42:29 [2026-03-02T09:42:29.522Z] #10 3.283  65400K .......... .......... .......... .......... .......... 30%  116M 3s
10:42:29 [2026-03-02T09:42:29.522Z] #10 3.283  65450K .......... .......... .......... .......... .......... 30%  117M 3s
10:42:29 [2026-03-02T09:42:29.522Z] #10 3.283  65500K .......... .......... .......... .......... .......... 30%  119M 3s
10:42:29 [2026-03-02T09:42:29.522Z] #10 3.284  65550K .......... .......... .......... .......... .......... 30% 98.2M 3s
10:42:29 [2026-03-02T09:42:29.522Z] #10 3.284  65600K .......... .......... .......... .......... .......... 30%  125M 3s
10:42:29 [2026-03-02T09:42:29.522Z] #10 3.285  65650K .......... .......... .......... .......... .......... 30%  127M 3s
10:42:29 [2026-03-02T09:42:29.522Z] #10 3.285  65700K .......... .......... .......... .......... .......... 30%  116M 3s
10:42:29 [2026-03-02T09:42:29.772Z] #10 3.286  65750K .......... .......... .......... .......... .......... 30%  626K 4s
10:42:29 [2026-03-02T09:42:29.772Z] #10 3.365  65800K .......... .......... .......... .......... .......... 30% 83.8M 4s
10:42:29 [2026-03-02T09:42:29.772Z] #10 3.366  65850K .......... .......... .......... .......... .......... 30% 94.9M 4s
10:42:29 [2026-03-02T09:42:29.772Z] #10 3.367  65900K .......... .......... .......... .......... .......... 30% 85.9M 4s
10:42:29 [2026-03-02T09:42:29.772Z] #10 3.367  65950K .......... .......... .......... .......... .......... 31% 80.8M 4s
10:42:29 [2026-03-02T09:42:29.772Z] #10 3.368  66000K .......... .......... .......... .......... .......... 31% 70.3M 4s
10:42:29 [2026-03-02T09:42:29.772Z] #10 3.368  66050K .......... .......... .......... .......... .......... 31% 99.8M 4s
10:42:29 [2026-03-02T09:42:29.772Z] #10 3.369  66100K .......... .......... .......... .......... .......... 31% 91.9M 3s
10:42:29 [2026-03-02T09:42:29.772Z] #10 3.369  66150K .......... .......... .......... .......... .......... 31% 79.4M 3s
10:42:29 [2026-03-02T09:42:29.772Z] #10 3.370  66200K .......... .......... .......... .......... .......... 31% 99.5M 3s
10:42:29 [2026-03-02T09:42:29.772Z] #10 3.371  66250K .......... .......... .......... .......... .......... 31%  105M 3s
10:42:29 [2026-03-02T09:42:29.772Z] #10 3.371  66300K .......... .......... .......... .......... .......... 31%  104M 3s
10:42:29 [2026-03-02T09:42:29.772Z] #10 3.372  66350K .......... .......... .......... .......... .......... 31% 74.8M 3s
10:42:29 [2026-03-02T09:42:29.772Z] #10 3.372  66400K .......... .......... .......... .......... .......... 31% 91.3M 3s
10:42:29 [2026-03-02T09:42:29.772Z] #10 3.373  66450K .......... .......... .......... .......... .......... 31% 82.7M 3s
10:42:29 [2026-03-02T09:42:29.772Z] #10 3.373  66500K .......... .......... .......... .......... .......... 31% 92.6M 3s
10:42:29 [2026-03-02T09:42:29.772Z] #10 3.374  66550K .......... .......... .......... .......... .......... 31% 87.5M 3s
10:42:29 [2026-03-02T09:42:29.772Z] #10 3.374  66600K .......... .......... .......... .......... .......... 31%  107M 3s
10:42:29 [2026-03-02T09:42:29.772Z] #10 3.375  66650K .......... .......... .......... .......... .......... 31% 92.3M 3s
10:42:29 [2026-03-02T09:42:29.772Z] #10 3.375  66700K .......... .......... .......... .......... .......... 31% 99.4M 3s
10:42:29 [2026-03-02T09:42:29.773Z] #10 3.376  66750K .......... .......... .......... .......... .......... 31% 72.8M 3s
10:42:29 [2026-03-02T09:42:29.773Z] #10 3.376  66800K .......... .......... .......... .......... .......... 31% 98.9M 3s
10:42:29 [2026-03-02T09:42:29.773Z] #10 3.377  66850K .......... .......... .......... .......... .......... 31% 95.3M 3s
10:42:29 [2026-03-02T09:42:29.773Z] #10 3.378  66900K .......... .......... .......... .......... .......... 31%  109M 3s
10:42:29 [2026-03-02T09:42:29.773Z] #10 3.378  66950K .......... .......... .......... .......... .......... 31% 90.4M 3s
10:42:29 [2026-03-02T09:42:29.773Z] #10 3.379  67000K .......... .......... .......... .......... .......... 31% 93.8M 3s
10:42:29 [2026-03-02T09:42:29.773Z] #10 3.379  67050K .......... .......... .......... .......... .......... 31%  106M 3s
10:42:29 [2026-03-02T09:42:29.773Z] #10 3.379  67100K .......... .......... .......... .......... .......... 31%  110M 3s
10:42:29 [2026-03-02T09:42:29.773Z] #10 3.380  67150K .......... .......... .......... .......... .......... 31% 75.9M 3s
10:42:29 [2026-03-02T09:42:29.773Z] #10 3.381  67200K .......... .......... .......... .......... .......... 31% 87.7M 3s
10:42:29 [2026-03-02T09:42:29.773Z] #10 3.381  67250K .......... .......... .......... .......... .......... 31%  111M 3s
10:42:29 [2026-03-02T09:42:29.773Z] #10 3.382  67300K .......... .......... .......... .......... .......... 31% 96.4M 3s
10:42:29 [2026-03-02T09:42:29.773Z] #10 3.382  67350K .......... .......... .......... .......... .......... 31% 90.0M 3s
10:42:29 [2026-03-02T09:42:29.773Z] #10 3.383  67400K .......... .......... .......... .......... .......... 31%  106M 3s
10:42:29 [2026-03-02T09:42:29.773Z] #10 3.383  67450K .......... .......... .......... .......... .......... 31%  106M 3s
10:42:29 [2026-03-02T09:42:29.773Z] #10 3.384  67500K .......... .......... .......... .......... .......... 31% 94.5M 3s
10:42:29 [2026-03-02T09:42:29.773Z] #10 3.384  67550K .......... .......... .......... .......... .......... 31% 88.9M 3s
10:42:29 [2026-03-02T09:42:29.773Z] #10 3.385  67600K .......... .......... .......... .......... .......... 31%  102M 3s
10:42:29 [2026-03-02T09:42:29.773Z] #10 3.385  67650K .......... .......... .......... .......... .......... 31%  117M 3s
10:42:29 [2026-03-02T09:42:29.773Z] #10 3.385  67700K .......... .......... .......... .......... .......... 31%  119M 3s
10:42:29 [2026-03-02T09:42:29.773Z] #10 3.386  67750K .......... .......... .......... .......... .......... 31%  104M 3s
10:42:29 [2026-03-02T09:42:29.773Z] #10 3.386  67800K .......... .......... .......... .......... .......... 31%  109M 3s
10:42:29 [2026-03-02T09:42:29.773Z] #10 3.387  67850K .......... .......... .......... .......... .......... 31%  123M 3s
10:42:29 [2026-03-02T09:42:29.773Z] #10 3.387  67900K .......... .......... .......... .......... .......... 31%  121M 3s
10:42:29 [2026-03-02T09:42:29.773Z] #10 3.388  67950K .......... .......... .......... .......... .......... 31%  610K 4s
10:42:29 [2026-03-02T09:42:29.773Z] #10 3.470  68000K .......... .......... .......... .......... .......... 31% 89.5M 4s
10:42:29 [2026-03-02T09:42:29.773Z] #10 3.470  68050K .......... .......... .......... .......... .......... 32% 86.7M 4s
10:42:29 [2026-03-02T09:42:29.773Z] #10 3.471  68100K .......... .......... .......... .......... .......... 32% 88.6M 4s
10:42:29 [2026-03-02T09:42:29.773Z] #10 3.473  68150K .......... .......... .......... .......... .......... 32% 91.1M 4s
10:42:29 [2026-03-02T09:42:29.773Z] #10 3.473  68200K .......... .......... .......... .......... .......... 32%  115M 4s
10:42:29 [2026-03-02T09:42:29.773Z] #10 3.473  68250K .......... .......... .......... .......... .......... 32%  119M 4s
10:42:29 [2026-03-02T09:42:29.773Z] #10 3.473  68300K .......... .......... .......... .......... .......... 32%  102M 4s
10:42:29 [2026-03-02T09:42:29.773Z] #10 3.473  68350K .......... .......... .......... .......... .......... 32% 80.1M 4s
10:42:29 [2026-03-02T09:42:29.773Z] #10 3.474  68400K .......... .......... .......... .......... .......... 32%  107M 4s
10:42:29 [2026-03-02T09:42:29.773Z] #10 3.474  68450K .......... .......... .......... .......... .......... 32% 95.5M 4s
10:42:29 [2026-03-02T09:42:29.773Z] #10 3.475  68500K .......... .......... .......... .......... .......... 32% 89.6M 4s
10:42:29 [2026-03-02T09:42:29.773Z] #10 3.475  68550K .......... .......... .......... .......... .......... 32% 88.7M 4s
10:42:29 [2026-03-02T09:42:29.773Z] #10 3.476  68600K .......... .......... .......... .......... .......... 32% 86.0M 4s
10:42:29 [2026-03-02T09:42:29.773Z] #10 3.476  68650K .......... .......... .......... .......... .......... 32% 89.6M 4s
10:42:29 [2026-03-02T09:42:29.773Z] #10 3.477  68700K .......... .......... .......... .......... .......... 32% 88.7M 4s
10:42:29 [2026-03-02T09:42:29.773Z] #10 3.477  68750K .......... .......... .......... .......... .......... 32% 72.4M 4s
10:42:29 [2026-03-02T09:42:29.773Z] #10 3.478  68800K .......... .......... .......... .......... .......... 32%  103M 4s
10:42:29 [2026-03-02T09:42:29.773Z] #10 3.479  68850K .......... .......... .......... .......... .......... 32% 91.6M 4s
10:42:29 [2026-03-02T09:42:29.773Z] #10 3.479  68900K .......... .......... .......... .......... .......... 32% 92.1M 4s
10:42:29 [2026-03-02T09:42:29.773Z] #10 3.480  68950K .......... .......... .......... .......... .......... 32% 82.6M 4s
10:42:29 [2026-03-02T09:42:29.773Z] #10 3.480  69000K .......... .......... .......... .......... .......... 32% 98.8M 4s
10:42:29 [2026-03-02T09:42:29.773Z] #10 3.481  69050K .......... .......... .......... .......... .......... 32% 93.1M 4s
10:42:29 [2026-03-02T09:42:29.773Z] #10 3.481  69100K .......... .......... .......... .......... .......... 32% 95.5M 4s
10:42:29 [2026-03-02T09:42:29.773Z] #10 3.482  69150K .......... .......... .......... .......... .......... 32% 78.0M 4s
10:42:29 [2026-03-02T09:42:29.773Z] #10 3.482  69200K .......... .......... .......... .......... .......... 32% 86.9M 4s
10:42:29 [2026-03-02T09:42:29.773Z] #10 3.483  69250K .......... .......... .......... .......... .......... 32% 94.5M 4s
10:42:29 [2026-03-02T09:42:29.773Z] #10 3.484  69300K .......... .......... .......... .......... .......... 32% 91.1M 4s
10:42:29 [2026-03-02T09:42:29.773Z] #10 3.484  69350K .......... .......... .......... .......... .......... 32% 80.1M 3s
10:42:29 [2026-03-02T09:42:29.773Z] #10 3.485  69400K .......... .......... .......... .......... .......... 32% 99.8M 3s
10:42:29 [2026-03-02T09:42:29.773Z] #10 3.485  69450K .......... .......... .......... .......... .......... 32% 92.2M 3s
10:42:29 [2026-03-02T09:42:29.773Z] #10 3.486  69500K .......... .......... .......... .......... .......... 32% 85.9M 3s
10:42:29 [2026-03-02T09:42:29.773Z] #10 3.486  69550K .......... .......... .......... .......... .......... 32% 83.1M 3s
10:42:29 [2026-03-02T09:42:29.773Z] #10 3.487  69600K .......... .......... .......... .......... .......... 32% 87.5M 3s
10:42:29 [2026-03-02T09:42:29.773Z] #10 3.487  69650K .......... .......... .......... .......... .......... 32% 91.4M 3s
10:42:29 [2026-03-02T09:42:29.773Z] #10 3.488  69700K .......... .......... .......... .......... .......... 32% 96.6M 3s
10:42:29 [2026-03-02T09:42:29.773Z] #10 3.488  69750K .......... .......... .......... .......... .......... 32%  103M 3s
10:42:29 [2026-03-02T09:42:29.773Z] #10 3.489  69800K .......... .......... .......... .......... .......... 32%  108M 3s
10:42:29 [2026-03-02T09:42:29.773Z] #10 3.489  69850K .......... .......... .......... .......... .......... 32%  128M 3s
10:42:29 [2026-03-02T09:42:29.773Z] #10 3.490  69900K .......... .......... .......... .......... .......... 32%  101M 3s
10:42:29 [2026-03-02T09:42:29.773Z] #10 3.490  69950K .......... .......... .......... .......... .......... 32% 94.2M 3s
10:42:29 [2026-03-02T09:42:29.773Z] #10 3.491  70000K .......... .......... .......... .......... .......... 32% 70.2M 3s
10:42:29 [2026-03-02T09:42:29.773Z] #10 3.491  70050K .......... .......... .......... .......... .......... 32%  113M 3s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.492  70100K .......... .......... .......... .......... .......... 32%  614K 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.573  70150K .......... .......... .......... .......... .......... 32% 81.2M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.574  70200K .......... .......... .......... .......... .......... 33% 73.5M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.575  70250K .......... .......... .......... .......... .......... 33% 56.8M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.576  70300K .......... .......... .......... .......... .......... 33% 55.6M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.576  70350K .......... .......... .......... .......... .......... 33% 44.8M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.577  70400K .......... .......... .......... .......... .......... 33% 58.3M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.578  70450K .......... .......... .......... .......... .......... 33% 54.5M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.579  70500K .......... .......... .......... .......... .......... 33% 63.5M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.580  70550K .......... .......... .......... .......... .......... 33% 57.7M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.581  70600K .......... .......... .......... .......... .......... 33% 60.0M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.582  70650K .......... .......... .......... .......... .......... 33% 64.7M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.582  70700K .......... .......... .......... .......... .......... 33% 60.7M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.583  70750K .......... .......... .......... .......... .......... 33% 52.1M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.584  70800K .......... .......... .......... .......... .......... 33% 62.9M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.585  70850K .......... .......... .......... .......... .......... 33% 59.5M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.586  70900K .......... .......... .......... .......... .......... 33% 58.8M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.587  70950K .......... .......... .......... .......... .......... 33% 62.3M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.587  71000K .......... .......... .......... .......... .......... 33% 77.5M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.588  71050K .......... .......... .......... .......... .......... 33% 69.7M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.589  71100K .......... .......... .......... .......... .......... 33% 69.5M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.589  71150K .......... .......... .......... .......... .......... 33% 63.4M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.590  71200K .......... .......... .......... .......... .......... 33% 85.7M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.591  71250K .......... .......... .......... .......... .......... 33% 72.5M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.591  71300K .......... .......... .......... .......... .......... 33% 72.3M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.592  71350K .......... .......... .......... .......... .......... 33% 62.2M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.593  71400K .......... .......... .......... .......... .......... 33% 72.3M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.594  71450K .......... .......... .......... .......... .......... 33% 71.3M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.594  71500K .......... .......... .......... .......... .......... 33% 75.5M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.595  71550K .......... .......... .......... .......... .......... 33% 56.9M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.596  71600K .......... .......... .......... .......... .......... 33% 69.1M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.596  71650K .......... .......... .......... .......... .......... 33%  605K 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.679  71700K .......... .......... .......... .......... .......... 33% 67.3M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.680  71750K .......... .......... .......... .......... .......... 33% 50.2M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.681  71800K .......... .......... .......... .......... .......... 33% 56.3M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.682  71850K .......... .......... .......... .......... .......... 33% 58.3M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.683  71900K .......... .......... .......... .......... .......... 33% 56.2M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.684  71950K .......... .......... .......... .......... .......... 33% 49.5M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.684  72000K .......... .......... .......... .......... .......... 33% 63.1M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.685  72050K .......... .......... .......... .......... .......... 33% 58.9M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.686  72100K .......... .......... .......... .......... .......... 33% 72.1M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.687  72150K .......... .......... .......... .......... .......... 33% 52.2M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.688  72200K .......... .......... .......... .......... .......... 33% 63.9M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.688  72250K .......... .......... .......... .......... .......... 33% 70.5M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.689  72300K .......... .......... .......... .......... .......... 33% 69.6M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.690  72350K .......... .......... .......... .......... .......... 34% 51.8M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.691  72400K .......... .......... .......... .......... .......... 34% 62.8M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.691  72450K .......... .......... .......... .......... .......... 34% 60.9M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.692  72500K .......... .......... .......... .......... .......... 34% 57.9M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.693  72550K .......... .......... .......... .......... .......... 34% 64.3M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.694  72600K .......... .......... .......... .......... .......... 34% 60.9M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.695  72650K .......... .......... .......... .......... .......... 34% 66.1M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.695  72700K .......... .......... .......... .......... .......... 34% 63.1M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.696  72750K .......... .......... .......... .......... .......... 34% 57.0M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.697  72800K .......... .......... .......... .......... .......... 34% 75.6M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.698  72850K .......... .......... .......... .......... .......... 34% 61.2M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.698  72900K .......... .......... .......... .......... .......... 34% 58.3M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.699  72950K .......... .......... .......... .......... .......... 34% 59.6M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.700  73000K .......... .......... .......... .......... .......... 34% 68.3M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.701  73050K .......... .......... .......... .......... .......... 34% 57.5M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.702  73100K .......... .......... .......... .......... .......... 34% 63.8M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.703  73150K .......... .......... .......... .......... .......... 34% 51.1M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.703  73200K .......... .......... .......... .......... .......... 34% 69.3M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.704  73250K .......... .......... .......... .......... .......... 34% 64.9M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.705  73300K .......... .......... .......... .......... .......... 34% 67.5M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.706  73350K .......... .......... .......... .......... .......... 34% 52.9M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.706  73400K .......... .......... .......... .......... .......... 34% 57.9M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.707  73450K .......... .......... .......... .......... .......... 34% 60.7M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.708  73500K .......... .......... .......... .......... .......... 34% 68.2M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.709  73550K .......... .......... .......... .......... .......... 34% 51.1M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.710  73600K .......... .......... .......... .......... .......... 34% 63.6M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.711  73650K .......... .......... .......... .......... .......... 34% 60.7M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.712  73700K .......... .......... .......... .......... .......... 34% 37.3M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.713  73750K .......... .......... .......... .......... .......... 34% 28.4M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.716  73800K .......... .......... .......... .......... .......... 34% 68.2M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.716  73850K .......... .......... .......... .......... .......... 34% 68.7M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.716  73900K .......... .......... .......... .......... .......... 34% 23.8M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.718  73950K .......... .......... .......... .......... .......... 34% 34.0M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.720  74000K .......... .......... .......... .......... .......... 34% 79.0M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.720  74050K .......... .......... .......... .......... .......... 34% 30.8M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.722  74100K .......... .......... .......... .......... .......... 34% 75.0M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.723  74150K .......... .......... .......... .......... .......... 34% 81.0M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.724  74200K .......... .......... .......... .......... .......... 34% 68.1M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.724  74250K .......... .......... .......... .......... .......... 34% 72.7M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.726  74300K .......... .......... .......... .......... .......... 34% 95.4M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.726  74350K .......... .......... .......... .......... .......... 34% 73.1M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.726  74400K .......... .......... .......... .......... .......... 34%  130M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.726  74450K .......... .......... .......... .......... .......... 35%  122M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.726  74500K .......... .......... .......... .......... .......... 35%  102M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.727  74550K .......... .......... .......... .......... .......... 35% 79.9M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.727  74600K .......... .......... .......... .......... .......... 35%  101M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.728  74650K .......... .......... .......... .......... .......... 35%  100M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.728  74700K .......... .......... .......... .......... .......... 35%  105M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.729  74750K .......... .......... .......... .......... .......... 35% 82.1M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.729  74800K .......... .......... .......... .......... .......... 35%  107M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.730  74850K .......... .......... .......... .......... .......... 35%  130M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.730  74900K .......... .......... .......... .......... .......... 35%  117M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.731  74950K .......... .......... .......... .......... .......... 35% 1.28M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.769  75000K .......... .......... .......... .......... .......... 35% 60.9M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.770  75050K .......... .......... .......... .......... .......... 35% 77.3M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.770  75100K .......... .......... .......... .......... .......... 35% 77.4M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.771  75150K .......... .......... .......... .......... .......... 35% 56.9M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.772  75200K .......... .......... .......... .......... .......... 35% 59.0M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.773  75250K .......... .......... .......... .......... .......... 35% 59.1M 4s
10:42:30 [2026-03-02T09:42:30.024Z] #10 3.773  75300K .......... .......... .......... .......... .......... 35% 57.8M 4s
10:42:30 [2026-03-02T09:42:30.025Z] #10 3.774  75350K .......... .......... .......... .......... .......... 35% 54.9M 4s
10:42:30 [2026-03-02T09:42:30.025Z] #10 3.775  75400K .......... .......... .......... .......... .......... 35% 76.1M 4s
10:42:30 [2026-03-02T09:42:30.025Z] #10 3.776  75450K .......... .......... .......... .......... .......... 35% 62.9M 4s
10:42:30 [2026-03-02T09:42:30.025Z] #10 3.777  75500K .......... .......... .......... .......... .......... 35% 63.0M 4s
10:42:30 [2026-03-02T09:42:30.025Z] #10 3.778  75550K .......... .......... .......... .......... .......... 35% 53.0M 4s
10:42:30 [2026-03-02T09:42:30.025Z] #10 3.778  75600K .......... .......... .......... .......... .......... 35% 60.2M 4s
10:42:30 [2026-03-02T09:42:30.025Z] #10 3.779  75650K .......... .......... .......... .......... .......... 35% 61.9M 4s
10:42:30 [2026-03-02T09:42:30.025Z] #10 3.780  75700K .......... .......... .......... .......... .......... 35% 52.7M 4s
10:42:30 [2026-03-02T09:42:30.025Z] #10 3.781  75750K .......... .......... .......... .......... .......... 35% 61.2M 4s
10:42:30 [2026-03-02T09:42:30.025Z] #10 3.782  75800K .......... .......... .......... .......... .......... 35% 60.3M 4s
10:42:30 [2026-03-02T09:42:30.025Z] #10 3.782  75850K .......... .......... .......... .......... .......... 35% 58.6M 4s
10:42:30 [2026-03-02T09:42:30.025Z] #10 3.783  75900K .......... .......... .......... .......... .......... 35% 67.9M 4s
10:42:30 [2026-03-02T09:42:30.025Z] #10 3.784  75950K .......... .......... .......... .......... .......... 35% 48.2M 4s
10:42:30 [2026-03-02T09:42:30.025Z] #10 3.785  76000K .......... .......... .......... .......... .......... 35% 58.0M 4s
10:42:30 [2026-03-02T09:42:30.025Z] #10 3.786  76050K .......... .......... .......... .......... .......... 35% 59.6M 4s
10:42:30 [2026-03-02T09:42:30.025Z] #10 3.787  76100K .......... .......... .......... .......... .......... 35% 57.9M 4s
10:42:30 [2026-03-02T09:42:30.025Z] #10 3.788  76150K .......... .......... .......... .......... .......... 35% 55.9M 4s
10:42:30 [2026-03-02T09:42:30.025Z] #10 3.788  76200K .......... .......... .......... .......... .......... 35% 61.4M 4s
10:42:30 [2026-03-02T09:42:30.025Z] #10 3.789  76250K .......... .......... .......... .......... .......... 35% 63.3M 4s
10:42:30 [2026-03-02T09:42:30.025Z] #10 3.790  76300K .......... .......... .......... .......... .......... 35% 40.1M 4s
10:42:30 [2026-03-02T09:42:30.025Z] #10 3.792  76350K .......... .......... .......... .......... .......... 35% 64.4M 4s
10:42:30 [2026-03-02T09:42:30.025Z] #10 3.792  76400K .......... .......... .......... .......... .......... 35% 85.6M 4s
10:42:30 [2026-03-02T09:42:30.025Z] #10 3.793  76450K .......... .......... .......... .......... .......... 35% 65.5M 4s
10:42:30 [2026-03-02T09:42:30.025Z] #10 3.793  76500K .......... .......... .......... .......... .......... 35% 71.2M 4s
10:42:30 [2026-03-02T09:42:30.025Z] #10 3.794  76550K .......... .......... .......... .......... .......... 35% 67.9M 4s
10:42:30 [2026-03-02T09:42:30.025Z] #10 3.795  76600K .......... .......... .......... .......... .......... 36% 67.8M 4s
10:42:30 [2026-03-02T09:42:30.025Z] #10 3.795  76650K .......... .......... .......... .......... .......... 36% 67.0M 4s
10:42:30 [2026-03-02T09:42:30.025Z] #10 3.796  76700K .......... .......... .......... .......... .......... 36% 66.4M 4s
10:42:30 [2026-03-02T09:42:30.025Z] #10 3.797  76750K .......... .......... .......... .......... .......... 36% 55.2M 4s
10:42:30 [2026-03-02T09:42:30.025Z] #10 3.798  76800K .......... .......... .......... .......... .......... 36% 70.2M 4s
10:42:30 [2026-03-02T09:42:30.025Z] #10 3.798  76850K .......... .......... .......... .......... .......... 36% 79.1M 4s
10:42:30 [2026-03-02T09:42:30.025Z] #10 3.799  76900K .......... .......... .......... .......... .......... 36% 77.8M 4s
10:42:30 [2026-03-02T09:42:30.025Z] #10 3.800  76950K .......... .......... .......... .......... .......... 36% 63.5M 4s
10:42:30 [2026-03-02T09:42:30.025Z] #10 3.800  77000K .......... .......... .......... .......... .......... 36% 80.4M 4s
10:42:30 [2026-03-02T09:42:30.025Z] #10 3.801  77050K .......... .......... .......... .......... .......... 36% 80.9M 4s
10:42:30 [2026-03-02T09:42:30.025Z] #10 3.802  77100K .......... .......... .......... .......... .......... 36% 87.7M 4s
10:42:30 [2026-03-02T09:42:30.025Z] #10 3.802  77150K .......... .......... .......... .......... .......... 36% 65.6M 4s
10:42:30 [2026-03-02T09:42:30.025Z] #10 3.803  77200K .......... .......... .......... .......... .......... 36% 82.3M 4s
10:42:30 [2026-03-02T09:42:30.025Z] #10 3.803  77250K .......... .......... .......... .......... .......... 36% 79.1M 4s
10:42:30 [2026-03-02T09:42:30.025Z] #10 3.804  77300K .......... .......... .......... .......... .......... 36% 88.0M 4s
10:42:30 [2026-03-02T09:42:30.025Z] #10 3.805  77350K .......... .......... .......... .......... .......... 36% 72.9M 4s
10:42:30 [2026-03-02T09:42:30.025Z] #10 3.805  77400K .......... .......... .......... .......... .......... 36% 79.6M 4s
10:42:30 [2026-03-02T09:42:30.025Z] #10 3.806  77450K .......... .......... .......... .......... .......... 36% 91.7M 4s
10:42:30 [2026-03-02T09:42:30.025Z] #10 3.806  77500K .......... .......... .......... .......... .......... 36% 93.2M 4s
10:42:30 [2026-03-02T09:42:30.025Z] #10 3.807  77550K .......... .......... .......... .......... .......... 36% 65.3M 4s
10:42:30 [2026-03-02T09:42:30.025Z] #10 3.808  77600K .......... .......... .......... .......... .......... 36% 98.6M 4s
10:42:30 [2026-03-02T09:42:30.025Z] #10 3.808  77650K .......... .......... .......... .......... .......... 36%  103M 4s
10:42:30 [2026-03-02T09:42:30.025Z] #10 3.809  77700K .......... .......... .......... .......... .......... 36% 83.5M 4s
10:42:30 [2026-03-02T09:42:30.025Z] #10 3.809  77750K .......... .......... .......... .......... .......... 36% 83.4M 4s
10:42:30 [2026-03-02T09:42:30.025Z] #10 3.810  77800K .......... .......... .......... .......... .......... 36%  102M 3s
10:42:30 [2026-03-02T09:42:30.025Z] #10 3.810  77850K .......... .......... .......... .......... .......... 36% 90.0M 3s
10:42:30 [2026-03-02T09:42:30.025Z] #10 3.811  77900K .......... .......... .......... .......... .......... 36% 81.1M 3s
10:42:30 [2026-03-02T09:42:30.025Z] #10 3.811  77950K .......... .......... .......... .......... .......... 36%  106M 3s
10:42:30 [2026-03-02T09:42:30.025Z] #10 3.812  78000K .......... .......... .......... .......... .......... 36%  120M 3s
10:42:30 [2026-03-02T09:42:30.025Z] #10 3.812  78050K .......... .......... .......... .......... .......... 36%  159M 3s
10:42:30 [2026-03-02T09:42:30.025Z] #10 3.813  78100K .......... .......... .......... .......... .......... 36%  106M 3s
10:42:30 [2026-03-02T09:42:30.025Z] #10 3.813  78150K .......... .......... .......... .......... .......... 36%  124M 3s
10:42:30 [2026-03-02T09:42:30.025Z] #10 3.813  78200K .......... .......... .......... .......... .......... 36%  136M 3s
10:42:30 [2026-03-02T09:42:30.025Z] #10 3.814  78250K .......... .......... .......... .......... .......... 36%  103M 3s
10:42:30 [2026-03-02T09:42:30.025Z] #10 3.814  78300K .......... .......... .......... .......... .......... 36% 1.04M 4s
10:42:30 [2026-03-02T09:42:30.025Z] #10 3.861  78350K .......... .......... .......... .......... .......... 36% 50.0M 4s
10:42:30 [2026-03-02T09:42:30.025Z] #10 3.862  78400K .......... .......... .......... .......... .......... 36% 54.7M 4s
10:42:30 [2026-03-02T09:42:30.025Z] #10 3.863  78450K .......... .......... .......... .......... .......... 36% 55.8M 4s
10:42:30 [2026-03-02T09:42:30.025Z] #10 3.864  78500K .......... .......... .......... .......... .......... 36% 67.4M 4s
10:42:30 [2026-03-02T09:42:30.025Z] #10 3.865  78550K .......... .......... .......... .......... .......... 36% 64.0M 4s
10:42:30 [2026-03-02T09:42:30.025Z] #10 3.865  78600K .......... .......... .......... .......... .......... 36% 62.5M 4s
10:42:30 [2026-03-02T09:42:30.025Z] #10 3.866  78650K .......... .......... .......... .......... .......... 36% 66.2M 4s
10:42:30 [2026-03-02T09:42:30.025Z] #10 3.867  78700K .......... .......... .......... .......... .......... 37% 65.4M 4s
10:42:30 [2026-03-02T09:42:30.025Z] #10 3.868  78750K .......... .......... .......... .......... .......... 37% 57.6M 4s
10:42:30 [2026-03-02T09:42:30.025Z] #10 3.869  78800K .......... .......... .......... .......... .......... 37% 67.4M 4s
10:42:30 [2026-03-02T09:42:30.025Z] #10 3.869  78850K .......... .......... .......... .......... .......... 37% 75.3M 4s
10:42:30 [2026-03-02T09:42:30.025Z] #10 3.870  78900K .......... .......... .......... .......... .......... 37% 62.9M 4s
10:42:30 [2026-03-02T09:42:30.025Z] #10 3.871  78950K .......... .......... .......... .......... .......... 37% 59.7M 4s
10:42:30 [2026-03-02T09:42:30.025Z] #10 3.872  79000K .......... .......... .......... .......... .......... 37% 61.5M 4s
10:42:30 [2026-03-02T09:42:30.025Z] #10 3.872  79050K .......... .......... .......... .......... .......... 37% 68.1M 4s
10:42:30 [2026-03-02T09:42:30.025Z] #10 3.873  79100K .......... .......... .......... .......... .......... 37% 57.4M 4s
10:42:30 [2026-03-02T09:42:30.025Z] #10 3.874  79150K .......... .......... .......... .......... .......... 37% 47.0M 4s
10:42:30 [2026-03-02T09:42:30.025Z] #10 3.875  79200K .......... .......... .......... .......... .......... 37% 58.8M 4s
10:42:30 [2026-03-02T09:42:30.025Z] #10 3.876  79250K .......... .......... .......... .......... .......... 37% 58.8M 4s
10:42:30 [2026-03-02T09:42:30.025Z] #10 3.877  79300K .......... .......... .......... .......... .......... 37% 63.0M 4s
10:42:30 [2026-03-02T09:42:30.025Z] #10 3.877  79350K .......... .......... .......... .......... .......... 37% 52.4M 4s
10:42:30 [2026-03-02T09:42:30.025Z] #10 3.878  79400K .......... .......... .......... .......... .......... 37% 58.4M 4s
10:42:30 [2026-03-02T09:42:30.276Z] #10 3.879  79450K .......... .......... .......... .......... .......... 37% 62.1M 4s
10:42:30 [2026-03-02T09:42:30.276Z] #10 3.880  79500K .......... .......... .......... .......... .......... 37% 61.1M 3s
10:42:30 [2026-03-02T09:42:30.276Z] #10 3.881  79550K .......... .......... .......... .......... .......... 37% 47.1M 3s
10:42:30 [2026-03-02T09:42:30.276Z] #10 3.882  79600K .......... .......... .......... .......... .......... 37% 67.2M 3s
10:42:30 [2026-03-02T09:42:30.276Z] #10 3.883  79650K .......... .......... .......... .......... .......... 37% 65.4M 3s
10:42:30 [2026-03-02T09:42:30.276Z] #10 3.883  79700K .......... .......... .......... .......... .......... 37% 66.3M 3s
10:42:30 [2026-03-02T09:42:30.276Z] #10 3.884  79750K .......... .......... .......... .......... .......... 37% 57.3M 3s
10:42:30 [2026-03-02T09:42:30.276Z] #10 3.885  79800K .......... .......... .......... .......... .......... 37% 58.5M 3s
10:42:30 [2026-03-02T09:42:30.276Z] #10 3.886  79850K .......... .......... .......... .......... .......... 37% 64.8M 3s
10:42:30 [2026-03-02T09:42:30.276Z] #10 3.886  79900K .......... .......... .......... .......... .......... 37% 54.6M 3s
10:42:30 [2026-03-02T09:42:30.276Z] #10 3.888  79950K .......... .......... .......... .......... .......... 37% 47.4M 3s
10:42:30 [2026-03-02T09:42:30.276Z] #10 3.888  80000K .......... .......... .......... .......... .......... 37% 61.0M 3s
10:42:30 [2026-03-02T09:42:30.276Z] #10 3.889  80050K .......... .......... .......... .......... .......... 37% 60.9M 3s
10:42:30 [2026-03-02T09:42:30.276Z] #10 3.890  80100K .......... .......... .......... .......... .......... 37% 62.0M 3s
10:42:30 [2026-03-02T09:42:30.276Z] #10 3.891  80150K .......... .......... .......... .......... .......... 37% 50.1M 3s
10:42:30 [2026-03-02T09:42:30.276Z] #10 3.892  80200K .......... .......... .......... .......... .......... 37% 57.6M 3s
10:42:30 [2026-03-02T09:42:30.276Z] #10 3.893  80250K .......... .......... .......... .......... .......... 37% 59.6M 3s
10:42:30 [2026-03-02T09:42:30.276Z] #10 3.893  80300K .......... .......... .......... .......... .......... 37% 79.8M 3s
10:42:30 [2026-03-02T09:42:30.276Z] #10 3.894  80350K .......... .......... .......... .......... .......... 37% 55.1M 3s
10:42:30 [2026-03-02T09:42:30.276Z] #10 3.895  80400K .......... .......... .......... .......... .......... 37% 73.1M 3s
10:42:30 [2026-03-02T09:42:30.276Z] #10 3.896  80450K .......... .......... .......... .......... .......... 37% 67.5M 3s
10:42:30 [2026-03-02T09:42:30.276Z] #10 3.896  80500K .......... .......... .......... .......... .......... 37% 68.5M 3s
10:42:30 [2026-03-02T09:42:30.276Z] #10 3.897  80550K .......... .......... .......... .......... .......... 37% 61.3M 3s
10:42:30 [2026-03-02T09:42:30.276Z] #10 3.898  80600K .......... .......... .......... .......... .......... 37% 68.0M 3s
10:42:30 [2026-03-02T09:42:30.276Z] #10 3.898  80650K .......... .......... .......... .......... .......... 37% 77.5M 3s
10:42:30 [2026-03-02T09:42:30.276Z] #10 3.899  80700K .......... .......... .......... .......... .......... 37% 86.4M 3s
10:42:30 [2026-03-02T09:42:30.276Z] #10 3.900  80750K .......... .......... .......... .......... .......... 37% 63.3M 3s
10:42:30 [2026-03-02T09:42:30.276Z] #10 3.900  80800K .......... .......... .......... .......... .......... 37% 80.2M 3s
10:42:30 [2026-03-02T09:42:30.276Z] #10 3.901  80850K .......... .......... .......... .......... .......... 38% 78.8M 3s
10:42:30 [2026-03-02T09:42:30.276Z] #10 3.902  80900K .......... .......... .......... .......... .......... 38% 72.9M 3s
10:42:30 [2026-03-02T09:42:30.276Z] #10 3.902  80950K .......... .......... .......... .......... .......... 38% 88.8M 3s
10:42:30 [2026-03-02T09:42:30.276Z] #10 3.903  81000K .......... .......... .......... .......... .......... 38%  106M 3s
10:42:30 [2026-03-02T09:42:30.276Z] #10 3.903  81050K .......... .......... .......... .......... .......... 38%  107M 3s
10:42:30 [2026-03-02T09:42:30.276Z] #10 3.904  81100K .......... .......... .......... .......... .......... 38% 78.9M 3s
10:42:30 [2026-03-02T09:42:30.276Z] #10 3.905  81150K .......... .......... .......... .......... .......... 38% 84.0M 3s
10:42:30 [2026-03-02T09:42:30.276Z] #10 3.905  81200K .......... .......... .......... .......... .......... 38%  104M 3s
10:42:30 [2026-03-02T09:42:30.276Z] #10 3.905  81250K .......... .......... .......... .......... .......... 38%  126M 3s
10:42:30 [2026-03-02T09:42:30.276Z] #10 3.906  81300K .......... .......... .......... .......... .......... 38% 99.7M 3s
10:42:30 [2026-03-02T09:42:30.276Z] #10 3.906  81350K .......... .......... .......... .......... .......... 38% 98.5M 3s
10:42:30 [2026-03-02T09:42:30.276Z] #10 3.907  81400K .......... .......... .......... .......... .......... 38%  108M 3s
10:42:30 [2026-03-02T09:42:30.276Z] #10 3.907  81450K .......... .......... .......... .......... .......... 38% 88.9M 3s
10:42:30 [2026-03-02T09:42:30.276Z] #10 3.908  81500K .......... .......... .......... .......... .......... 38% 96.5M 3s
10:42:30 [2026-03-02T09:42:30.276Z] #10 3.908  81550K .......... .......... .......... .......... .......... 38% 1.21M 3s
10:42:30 [2026-03-02T09:42:30.276Z] #10 3.949  81600K .......... .......... .......... .......... .......... 38% 22.6M 3s
10:42:30 [2026-03-02T09:42:30.276Z] #10 3.951  81650K .......... .......... .......... .......... .......... 38% 59.1M 3s
10:42:30 [2026-03-02T09:42:30.276Z] #10 3.952  81700K .......... .......... .......... .......... .......... 38% 56.9M 3s
10:42:30 [2026-03-02T09:42:30.277Z] #10 3.953  81750K .......... .......... .......... .......... .......... 38% 49.2M 3s
10:42:30 [2026-03-02T09:42:30.277Z] #10 3.954  81800K .......... .......... .......... .......... .......... 38% 62.9M 3s
10:42:30 [2026-03-02T09:42:30.277Z] #10 3.954  81850K .......... .......... .......... .......... .......... 38% 82.6M 3s
10:42:30 [2026-03-02T09:42:30.527Z] #10 3.955  81900K .......... .......... .......... .......... .......... 38%  543K 4s
10:42:30 [2026-03-02T09:42:30.527Z] #10 4.047  81950K .......... .......... .......... .......... .......... 38% 40.7M 4s
10:42:30 [2026-03-02T09:42:30.527Z] #10 4.048  82000K .......... .......... .......... .......... .......... 38% 51.2M 4s
10:42:30 [2026-03-02T09:42:30.527Z] #10 4.049  82050K .......... .......... .......... .......... .......... 38% 53.2M 4s
10:42:30 [2026-03-02T09:42:30.527Z] #10 4.050  82100K .......... .......... .......... .......... .......... 38% 51.5M 4s
10:42:30 [2026-03-02T09:42:30.527Z] #10 4.051  82150K .......... .......... .......... .......... .......... 38% 49.6M 4s
10:42:30 [2026-03-02T09:42:30.527Z] #10 4.052  82200K .......... .......... .......... .......... .......... 38% 51.9M 4s
10:42:30 [2026-03-02T09:42:30.527Z] #10 4.053  82250K .......... .......... .......... .......... .......... 38% 53.6M 4s
10:42:30 [2026-03-02T09:42:30.527Z] #10 4.054  82300K .......... .......... .......... .......... .......... 38% 53.5M 4s
10:42:30 [2026-03-02T09:42:30.527Z] #10 4.055  82350K .......... .......... .......... .......... .......... 38% 41.8M 4s
10:42:30 [2026-03-02T09:42:30.527Z] #10 4.056  82400K .......... .......... .......... .......... .......... 38% 55.4M 4s
10:42:30 [2026-03-02T09:42:30.527Z] #10 4.057  82450K .......... .......... .......... .......... .......... 38% 51.5M 4s
10:42:30 [2026-03-02T09:42:30.527Z] #10 4.058  82500K .......... .......... .......... .......... .......... 38% 49.6M 4s
10:42:30 [2026-03-02T09:42:30.527Z] #10 4.059  82550K .......... .......... .......... .......... .......... 38% 49.1M 4s
10:42:30 [2026-03-02T09:42:30.527Z] #10 4.060  82600K .......... .......... .......... .......... .......... 38% 53.2M 4s
10:42:30 [2026-03-02T09:42:30.527Z] #10 4.061  82650K .......... .......... .......... .......... .......... 38% 50.6M 4s
10:42:30 [2026-03-02T09:42:30.527Z] #10 4.062  82700K .......... .......... .......... .......... .......... 38% 55.2M 4s
10:42:30 [2026-03-02T09:42:30.527Z] #10 4.062  82750K .......... .......... .......... .......... .......... 38% 51.1M 4s
10:42:30 [2026-03-02T09:42:30.527Z] #10 4.063  82800K .......... .......... .......... .......... .......... 38% 61.9M 4s
10:42:30 [2026-03-02T09:42:30.527Z] #10 4.064  82850K .......... .......... .......... .......... .......... 38% 52.1M 4s
10:42:30 [2026-03-02T09:42:30.527Z] #10 4.065  82900K .......... .......... .......... .......... .......... 38% 49.9M 4s
10:42:30 [2026-03-02T09:42:30.527Z] #10 4.066  82950K .......... .......... .......... .......... .......... 39% 46.6M 4s
10:42:30 [2026-03-02T09:42:30.527Z] #10 4.067  83000K .......... .......... .......... .......... .......... 39% 60.2M 4s
10:42:30 [2026-03-02T09:42:30.527Z] #10 4.068  83050K .......... .......... .......... .......... .......... 39% 59.7M 4s
10:42:30 [2026-03-02T09:42:30.527Z] #10 4.069  83100K .......... .......... .......... .......... .......... 39% 52.0M 4s
10:42:30 [2026-03-02T09:42:30.527Z] #10 4.070  83150K .......... .......... .......... .......... .......... 39% 47.2M 4s
10:42:30 [2026-03-02T09:42:30.527Z] #10 4.071  83200K .......... .......... .......... .......... .......... 39% 52.6M 4s
10:42:30 [2026-03-02T09:42:30.528Z] #10 4.072  83250K .......... .......... .......... .......... .......... 39% 54.8M 4s
10:42:30 [2026-03-02T09:42:30.528Z] #10 4.073  83300K .......... .......... .......... .......... .......... 39% 56.8M 4s
10:42:30 [2026-03-02T09:42:30.528Z] #10 4.073  83350K .......... .......... .......... .......... .......... 39% 55.5M 4s
10:42:30 [2026-03-02T09:42:30.528Z] #10 4.074  83400K .......... .......... .......... .......... .......... 39% 50.8M 4s
10:42:30 [2026-03-02T09:42:30.528Z] #10 4.075  83450K .......... .......... .......... .......... .......... 39% 53.2M 4s
10:42:30 [2026-03-02T09:42:30.528Z] #10 4.076  83500K .......... .......... .......... .......... .......... 39% 55.0M 4s
10:42:30 [2026-03-02T09:42:30.528Z] #10 4.077  83550K .......... .......... .......... .......... .......... 39% 44.0M 4s
10:42:30 [2026-03-02T09:42:30.528Z] #10 4.078  83600K .......... .......... .......... .......... .......... 39% 56.7M 4s
10:42:30 [2026-03-02T09:42:30.528Z] #10 4.079  83650K .......... .......... .......... .......... .......... 39% 60.1M 4s
10:42:30 [2026-03-02T09:42:30.528Z] #10 4.080  83700K .......... .......... .......... .......... .......... 39% 60.8M 4s
10:42:30 [2026-03-02T09:42:30.528Z] #10 4.081  83750K .......... .......... .......... .......... .......... 39% 51.3M 4s
10:42:30 [2026-03-02T09:42:30.528Z] #10 4.082  83800K .......... .......... .......... .......... .......... 39% 51.1M 4s
10:42:30 [2026-03-02T09:42:30.528Z] #10 4.083  83850K .......... .......... .......... .......... .......... 39% 53.2M 4s
10:42:30 [2026-03-02T09:42:30.528Z] #10 4.083  83900K .......... .......... .......... .......... .......... 39% 62.8M 4s
10:42:30 [2026-03-02T09:42:30.528Z] #10 4.084  83950K .......... .......... .......... .......... .......... 39% 52.5M 4s
10:42:30 [2026-03-02T09:42:30.528Z] #10 4.085  84000K .......... .......... .......... .......... .......... 39% 62.6M 4s
10:42:30 [2026-03-02T09:42:30.528Z] #10 4.086  84050K .......... .......... .......... .......... .......... 39% 63.8M 4s
10:42:30 [2026-03-02T09:42:30.528Z] #10 4.087  84100K .......... .......... .......... .......... .......... 39% 61.3M 4s
10:42:30 [2026-03-02T09:42:30.528Z] #10 4.088  84150K .......... .......... .......... .......... .......... 39% 59.7M 4s
10:42:30 [2026-03-02T09:42:30.528Z] #10 4.088  84200K .......... .......... .......... .......... .......... 39% 72.8M 4s
10:42:30 [2026-03-02T09:42:30.528Z] #10 4.089  84250K .......... .......... .......... .......... .......... 39% 64.1M 4s
10:42:30 [2026-03-02T09:42:30.528Z] #10 4.090  84300K .......... .......... .......... .......... .......... 39% 63.1M 4s
10:42:30 [2026-03-02T09:42:30.528Z] #10 4.091  84350K .......... .......... .......... .......... .......... 39% 49.4M 3s
10:42:30 [2026-03-02T09:42:30.528Z] #10 4.091  84400K .......... .......... .......... .......... .......... 39% 65.7M 3s
10:42:30 [2026-03-02T09:42:30.528Z] #10 4.092  84450K .......... .......... .......... .......... .......... 39%  103M 3s
10:42:30 [2026-03-02T09:42:30.528Z] #10 4.093  84500K .......... .......... .......... .......... .......... 39% 85.6M 3s
10:42:30 [2026-03-02T09:42:30.528Z] #10 4.093  84550K .......... .......... .......... .......... .......... 39% 82.3M 3s
10:42:30 [2026-03-02T09:42:30.528Z] #10 4.094  84600K .......... .......... .......... .......... .......... 39% 96.5M 3s
10:42:30 [2026-03-02T09:42:30.528Z] #10 4.094  84650K .......... .......... .......... .......... .......... 39%  100M 3s
10:42:30 [2026-03-02T09:42:30.528Z] #10 4.095  84700K .......... .......... .......... .......... .......... 39% 98.1M 3s
10:42:30 [2026-03-02T09:42:30.528Z] #10 4.095  84750K .......... .......... .......... .......... .......... 39% 74.7M 3s
10:42:30 [2026-03-02T09:42:30.528Z] #10 4.096  84800K .......... .......... .......... .......... .......... 39% 99.8M 3s
10:42:30 [2026-03-02T09:42:30.528Z] #10 4.096  84850K .......... .......... .......... .......... .......... 39%  116M 3s
10:42:30 [2026-03-02T09:42:30.528Z] #10 4.097  84900K .......... .......... .......... .......... .......... 39%  109M 3s
10:42:30 [2026-03-02T09:42:30.528Z] #10 4.097  84950K .......... .......... .......... .......... .......... 39% 89.5M 3s
10:42:30 [2026-03-02T09:42:30.528Z] #10 4.098  85000K .......... .......... .......... .......... .......... 39% 92.7M 3s
10:42:30 [2026-03-02T09:42:30.528Z] #10 4.098  85050K .......... .......... .......... .......... .......... 39%  103M 3s
10:42:30 [2026-03-02T09:42:30.528Z] #10 4.099  85100K .......... .......... .......... .......... .......... 40% 85.7M 3s
10:42:30 [2026-03-02T09:42:30.528Z] #10 4.099  85150K .......... .......... .......... .......... .......... 40% 81.0M 3s
10:42:30 [2026-03-02T09:42:30.528Z] #10 4.100  85200K .......... .......... .......... .......... .......... 40% 1.35M 4s
10:42:30 [2026-03-02T09:42:30.528Z] #10 4.136  85250K .......... .......... .......... .......... .......... 40% 74.2M 4s
10:42:30 [2026-03-02T09:42:30.528Z] #10 4.137  85300K .......... .......... .......... .......... .......... 40% 94.0M 4s
10:42:30 [2026-03-02T09:42:30.528Z] #10 4.138  85350K .......... .......... .......... .......... .......... 40% 74.2M 4s
10:42:30 [2026-03-02T09:42:30.528Z] #10 4.138  85400K .......... .......... .......... .......... .......... 40% 89.0M 3s
10:42:30 [2026-03-02T09:42:30.528Z] #10 4.139  85450K .......... .......... .......... .......... .......... 40% 93.2M 3s
10:42:30 [2026-03-02T09:42:30.528Z] #10 4.139  85500K .......... .......... .......... .......... .......... 40% 90.1M 3s
10:42:30 [2026-03-02T09:42:30.528Z] #10 4.140  85550K .......... .......... .......... .......... .......... 40% 71.1M 3s
10:42:30 [2026-03-02T09:42:30.528Z] #10 4.141  85600K .......... .......... .......... .......... .......... 40% 82.1M 3s
10:42:30 [2026-03-02T09:42:30.528Z] #10 4.141  85650K .......... .......... .......... .......... .......... 40% 87.1M 3s
10:42:30 [2026-03-02T09:42:30.528Z] #10 4.142  85700K .......... .......... .......... .......... .......... 40% 86.4M 3s
10:42:30 [2026-03-02T09:42:30.528Z] #10 4.142  85750K .......... .......... .......... .......... .......... 40% 82.1M 3s
10:42:30 [2026-03-02T09:42:30.528Z] #10 4.143  85800K .......... .......... .......... .......... .......... 40% 91.5M 3s
10:42:30 [2026-03-02T09:42:30.528Z] #10 4.143  85850K .......... .......... .......... .......... .......... 40% 82.5M 3s
10:42:30 [2026-03-02T09:42:30.528Z] #10 4.144  85900K .......... .......... .......... .......... .......... 40% 92.8M 3s
10:42:30 [2026-03-02T09:42:30.528Z] #10 4.144  85950K .......... .......... .......... .......... .......... 40% 76.1M 3s
10:42:30 [2026-03-02T09:42:30.528Z] #10 4.145  86000K .......... .......... .......... .......... .......... 40%  105M 3s
10:42:30 [2026-03-02T09:42:30.528Z] #10 4.146  86050K .......... .......... .......... .......... .......... 40%  108M 3s
10:42:30 [2026-03-02T09:42:30.528Z] #10 4.146  86100K .......... .......... .......... .......... .......... 40% 94.0M 3s
10:42:30 [2026-03-02T09:42:30.528Z] #10 4.147  86150K .......... .......... .......... .......... .......... 40% 77.1M 3s
10:42:30 [2026-03-02T09:42:30.528Z] #10 4.147  86200K .......... .......... .......... .......... .......... 40% 86.0M 3s
10:42:30 [2026-03-02T09:42:30.528Z] #10 4.148  86250K .......... .......... .......... .......... .......... 40% 91.1M 3s
10:42:30 [2026-03-02T09:42:30.528Z] #10 4.148  86300K .......... .......... .......... .......... .......... 40% 95.8M 3s
10:42:30 [2026-03-02T09:42:30.528Z] #10 4.149  86350K .......... .......... .......... .......... .......... 40% 70.4M 3s
10:42:30 [2026-03-02T09:42:30.528Z] #10 4.149  86400K .......... .......... .......... .......... .......... 40% 93.9M 3s
10:42:30 [2026-03-02T09:42:30.528Z] #10 4.150  86450K .......... .......... .......... .......... .......... 40% 88.9M 3s
10:42:30 [2026-03-02T09:42:30.528Z] #10 4.151  86500K .......... .......... .......... .......... .......... 40% 85.8M 3s
10:42:30 [2026-03-02T09:42:30.528Z] #10 4.151  86550K .......... .......... .......... .......... .......... 40% 83.1M 3s
10:42:30 [2026-03-02T09:42:30.528Z] #10 4.152  86600K .......... .......... .......... .......... .......... 40% 79.7M 3s
10:42:30 [2026-03-02T09:42:30.528Z] #10 4.152  86650K .......... .......... .......... .......... .......... 40% 87.6M 3s
10:42:30 [2026-03-02T09:42:30.528Z] #10 4.153  86700K .......... .......... .......... .......... .......... 40% 92.2M 3s
10:42:30 [2026-03-02T09:42:30.528Z] #10 4.153  86750K .......... .......... .......... .......... .......... 40% 75.0M 3s
10:42:30 [2026-03-02T09:42:30.528Z] #10 4.154  86800K .......... .......... .......... .......... .......... 40% 80.3M 3s
10:42:30 [2026-03-02T09:42:30.528Z] #10 4.155  86850K .......... .......... .......... .......... .......... 40% 84.4M 3s
10:42:30 [2026-03-02T09:42:30.528Z] #10 4.155  86900K .......... .......... .......... .......... .......... 40% 97.8M 3s
10:42:30 [2026-03-02T09:42:30.528Z] #10 4.156  86950K .......... .......... .......... .......... .......... 40% 79.7M 3s
10:42:30 [2026-03-02T09:42:30.528Z] #10 4.156  87000K .......... .......... .......... .......... .......... 40% 89.8M 3s
10:42:30 [2026-03-02T09:42:30.528Z] #10 4.157  87050K .......... .......... .......... .......... .......... 40% 94.2M 3s
10:42:30 [2026-03-02T09:42:30.528Z] #10 4.157  87100K .......... .......... .......... .......... .......... 40% 90.5M 3s
10:42:30 [2026-03-02T09:42:30.528Z] #10 4.158  87150K .......... .......... .......... .......... .......... 40% 75.5M 3s
10:42:30 [2026-03-02T09:42:30.528Z] #10 4.159  87200K .......... .......... .......... .......... .......... 41% 87.6M 3s
10:42:30 [2026-03-02T09:42:30.528Z] #10 4.159  87250K .......... .......... .......... .......... .......... 41% 97.9M 3s
10:42:30 [2026-03-02T09:42:30.528Z] #10 4.160  87300K .......... .......... .......... .......... .......... 41% 95.8M 3s
10:42:30 [2026-03-02T09:42:30.528Z] #10 4.160  87350K .......... .......... .......... .......... .......... 41% 79.8M 3s
10:42:30 [2026-03-02T09:42:30.528Z] #10 4.161  87400K .......... .......... .......... .......... .......... 41% 85.9M 3s
10:42:30 [2026-03-02T09:42:30.528Z] #10 4.161  87450K .......... .......... .......... .......... .......... 41% 93.3M 3s
10:42:30 [2026-03-02T09:42:30.528Z] #10 4.162  87500K .......... .......... .......... .......... .......... 41% 82.3M 3s
10:42:30 [2026-03-02T09:42:30.528Z] #10 4.162  87550K .......... .......... .......... .......... .......... 41% 72.9M 3s
10:42:30 [2026-03-02T09:42:30.528Z] #10 4.163  87600K .......... .......... .......... .......... .......... 41% 98.8M 3s
10:42:30 [2026-03-02T09:42:30.528Z] #10 4.164  87650K .......... .......... .......... .......... .......... 41% 95.6M 3s
10:42:30 [2026-03-02T09:42:30.528Z] #10 4.164  87700K .......... .......... .......... .......... .......... 41% 88.9M 3s
10:42:30 [2026-03-02T09:42:30.528Z] #10 4.165  87750K .......... .......... .......... .......... .......... 41% 77.6M 3s
10:42:30 [2026-03-02T09:42:30.528Z] #10 4.165  87800K .......... .......... .......... .......... .......... 41%  118M 3s
10:42:30 [2026-03-02T09:42:30.528Z] #10 4.166  87850K .......... .......... .......... .......... .......... 41% 90.3M 3s
10:42:30 [2026-03-02T09:42:30.528Z] #10 4.167  87900K .......... .......... .......... .......... .......... 41%  143M 3s
10:42:30 [2026-03-02T09:42:30.529Z] #10 4.167  87950K .......... .......... .......... .......... .......... 41%  114M 3s
10:42:30 [2026-03-02T09:42:30.529Z] #10 4.167  88000K .......... .......... .......... .......... .......... 41%  108M 3s
10:42:30 [2026-03-02T09:42:30.529Z] #10 4.168  88050K .......... .......... .......... .......... .......... 41% 99.8M 3s
10:42:30 [2026-03-02T09:42:30.529Z] #10 4.168  88100K .......... .......... .......... .......... .......... 41%  106M 3s
10:42:30 [2026-03-02T09:42:30.529Z] #10 4.168  88150K .......... .......... .......... .......... .......... 41% 90.3M 3s
10:42:30 [2026-03-02T09:42:30.529Z] #10 4.169  88200K .......... .......... .......... .......... .......... 41%  111M 3s
10:42:30 [2026-03-02T09:42:30.529Z] #10 4.169  88250K .......... .......... .......... .......... .......... 41%  107M 3s
10:42:30 [2026-03-02T09:42:30.529Z] #10 4.170  88300K .......... .......... .......... .......... .......... 41%  109M 3s
10:42:30 [2026-03-02T09:42:30.529Z] #10 4.170  88350K .......... .......... .......... .......... .......... 41% 97.3M 3s
10:42:30 [2026-03-02T09:42:30.529Z] #10 4.171  88400K .......... .......... .......... .......... .......... 41%  105M 3s
10:42:30 [2026-03-02T09:42:30.529Z] #10 4.171  88450K .......... .......... .......... .......... .......... 41%  102M 3s
10:42:30 [2026-03-02T09:42:30.529Z] #10 4.172  88500K .......... .......... .......... .......... .......... 41%  934K 3s
10:42:30 [2026-03-02T09:42:30.529Z] #10 4.226  88550K .......... .......... .......... .......... .......... 41% 30.2M 3s
10:42:30 [2026-03-02T09:42:30.529Z] #10 4.227  88600K .......... .......... .......... .......... .......... 41% 45.5M 3s
10:42:30 [2026-03-02T09:42:30.529Z] #10 4.228  88650K .......... .......... .......... .......... .......... 41% 56.5M 3s
10:42:30 [2026-03-02T09:42:30.529Z] #10 4.229  88700K .......... .......... .......... .......... .......... 41% 53.8M 3s
10:42:30 [2026-03-02T09:42:30.529Z] #10 4.230  88750K .......... .......... .......... .......... .......... 41% 40.8M 3s
10:42:30 [2026-03-02T09:42:30.529Z] #10 4.231  88800K .......... .......... .......... .......... .......... 41% 51.5M 3s
10:42:30 [2026-03-02T09:42:30.529Z] #10 4.232  88850K .......... .......... .......... .......... .......... 41% 52.4M 3s
10:42:30 [2026-03-02T09:42:30.529Z] #10 4.233  88900K .......... .......... .......... .......... .......... 41% 55.1M 3s
10:42:30 [2026-03-02T09:42:30.529Z] #10 4.234  88950K .......... .......... .......... .......... .......... 41% 49.8M 3s
10:42:30 [2026-03-02T09:42:30.529Z] #10 4.235  89000K .......... .......... .......... .......... .......... 41% 52.3M 3s
10:42:30 [2026-03-02T09:42:30.529Z] #10 4.236  89050K .......... .......... .......... .......... .......... 41% 54.3M 3s
10:42:30 [2026-03-02T09:42:30.529Z] #10 4.237  89100K .......... .......... .......... .......... .......... 41% 56.3M 3s
10:42:30 [2026-03-02T09:42:30.529Z] #10 4.238  89150K .......... .......... .......... .......... .......... 41% 40.0M 3s
10:42:30 [2026-03-02T09:42:30.529Z] #10 4.239  89200K .......... .......... .......... .......... .......... 41% 52.2M 3s
10:42:30 [2026-03-02T09:42:30.529Z] #10 4.240  89250K .......... .......... .......... .......... .......... 41% 55.8M 3s
10:42:30 [2026-03-02T09:42:30.529Z] #10 4.241  89300K .......... .......... .......... .......... .......... 41% 57.5M 3s
10:42:30 [2026-03-02T09:42:30.529Z] #10 4.241  89350K .......... .......... .......... .......... .......... 42% 57.8M 3s
10:42:30 [2026-03-02T09:42:30.529Z] #10 4.242  89400K .......... .......... .......... .......... .......... 42% 54.2M 3s
10:42:30 [2026-03-02T09:42:30.529Z] #10 4.243  89450K .......... .......... .......... .......... .......... 42% 56.9M 3s
10:42:30 [2026-03-02T09:42:30.529Z] #10 4.244  89500K .......... .......... .......... .......... .......... 42% 53.5M 3s
10:42:30 [2026-03-02T09:42:30.529Z] #10 4.245  89550K .......... .......... .......... .......... .......... 42% 41.3M 3s
10:42:30 [2026-03-02T09:42:30.529Z] #10 4.246  89600K .......... .......... .......... .......... .......... 42% 53.2M 3s
10:42:30 [2026-03-02T09:42:30.779Z] #10 4.247  89650K .......... .......... .......... .......... .......... 42% 57.4M 3s
10:42:30 [2026-03-02T09:42:30.779Z] #10 4.248  89700K .......... .......... .......... .......... .......... 42% 50.6M 3s
10:42:30 [2026-03-02T09:42:30.779Z] #10 4.249  89750K .......... .......... .......... .......... .......... 42% 41.5M 3s
10:42:30 [2026-03-02T09:42:30.779Z] #10 4.250  89800K .......... .......... .......... .......... .......... 42% 52.3M 3s
10:42:30 [2026-03-02T09:42:30.779Z] #10 4.251  89850K .......... .......... .......... .......... .......... 42% 52.4M 3s
10:42:30 [2026-03-02T09:42:30.779Z] #10 4.252  89900K .......... .......... .......... .......... .......... 42% 53.6M 3s
10:42:30 [2026-03-02T09:42:30.779Z] #10 4.253  89950K .......... .......... .......... .......... .......... 42% 58.4M 3s
10:42:30 [2026-03-02T09:42:30.779Z] #10 4.254  90000K .......... .......... .......... .......... .......... 42% 67.4M 3s
10:42:30 [2026-03-02T09:42:30.779Z] #10 4.254  90050K .......... .......... .......... .......... .......... 42% 62.7M 3s
10:42:30 [2026-03-02T09:42:30.779Z] #10 4.255  90100K .......... .......... .......... .......... .......... 42% 64.8M 3s
10:42:30 [2026-03-02T09:42:30.779Z] #10 4.256  90150K .......... .......... .......... .......... .......... 42% 55.3M 3s
10:42:30 [2026-03-02T09:42:30.779Z] #10 4.257  90200K .......... .......... .......... .......... .......... 42% 69.1M 3s
10:42:30 [2026-03-02T09:42:30.779Z] #10 4.257  90250K .......... .......... .......... .......... .......... 42% 61.5M 3s
10:42:30 [2026-03-02T09:42:30.779Z] #10 4.258  90300K .......... .......... .......... .......... .......... 42% 71.3M 3s
10:42:30 [2026-03-02T09:42:30.779Z] #10 4.259  90350K .......... .......... .......... .......... .......... 42% 56.4M 3s
10:42:30 [2026-03-02T09:42:30.779Z] #10 4.260  90400K .......... .......... .......... .......... .......... 42% 76.7M 3s
10:42:30 [2026-03-02T09:42:30.779Z] #10 4.260  90450K .......... .......... .......... .......... .......... 42% 70.9M 3s
10:42:30 [2026-03-02T09:42:30.779Z] #10 4.261  90500K .......... .......... .......... .......... .......... 42% 79.0M 3s
10:42:30 [2026-03-02T09:42:30.779Z] #10 4.262  90550K .......... .......... .......... .......... .......... 42% 66.8M 3s
10:42:30 [2026-03-02T09:42:30.779Z] #10 4.262  90600K .......... .......... .......... .......... .......... 42% 74.1M 3s
10:42:30 [2026-03-02T09:42:30.779Z] #10 4.263  90650K .......... .......... .......... .......... .......... 42% 69.2M 3s
10:42:30 [2026-03-02T09:42:30.779Z] #10 4.264  90700K .......... .......... .......... .......... .......... 42% 74.8M 3s
10:42:30 [2026-03-02T09:42:30.779Z] #10 4.264  90750K .......... .......... .......... .......... .......... 42% 65.4M 3s
10:42:30 [2026-03-02T09:42:30.779Z] #10 4.265  90800K .......... .......... .......... .......... .......... 42% 75.2M 3s
10:42:30 [2026-03-02T09:42:30.779Z] #10 4.266  90850K .......... .......... .......... .......... .......... 42% 81.6M 3s
10:42:30 [2026-03-02T09:42:30.779Z] #10 4.266  90900K .......... .......... .......... .......... .......... 42% 84.7M 3s
10:42:30 [2026-03-02T09:42:30.779Z] #10 4.267  90950K .......... .......... .......... .......... .......... 42% 73.0M 3s
10:42:30 [2026-03-02T09:42:30.779Z] #10 4.268  91000K .......... .......... .......... .......... .......... 42% 78.9M 3s
10:42:30 [2026-03-02T09:42:30.779Z] #10 4.268  91050K .......... .......... .......... .......... .......... 42%  103M 3s
10:42:30 [2026-03-02T09:42:30.779Z] #10 4.269  91100K .......... .......... .......... .......... .......... 42% 85.1M 3s
10:42:30 [2026-03-02T09:42:30.779Z] #10 4.269  91150K .......... .......... .......... .......... .......... 42% 78.5M 3s
10:42:30 [2026-03-02T09:42:30.779Z] #10 4.270  91200K .......... .......... .......... .......... .......... 42% 93.3M 3s
10:42:30 [2026-03-02T09:42:30.779Z] #10 4.271  91250K .......... .......... .......... .......... .......... 42% 97.6M 3s
10:42:30 [2026-03-02T09:42:30.779Z] #10 4.271  91300K .......... .......... .......... .......... .......... 42% 90.6M 3s
10:42:30 [2026-03-02T09:42:30.779Z] #10 4.272  91350K .......... .......... .......... .......... .......... 42% 90.2M 3s
10:42:30 [2026-03-02T09:42:30.779Z] #10 4.272  91400K .......... .......... .......... .......... .......... 42% 92.8M 3s
10:42:30 [2026-03-02T09:42:30.779Z] #10 4.273  91450K .......... .......... .......... .......... .......... 42%  100M 3s
10:42:30 [2026-03-02T09:42:30.779Z] #10 4.273  91500K .......... .......... .......... .......... .......... 43%  109M 3s
10:42:30 [2026-03-02T09:42:30.779Z] #10 4.274  91550K .......... .......... .......... .......... .......... 43% 87.7M 3s
10:42:30 [2026-03-02T09:42:30.779Z] #10 4.274  91600K .......... .......... .......... .......... .......... 43%  112M 3s
10:42:30 [2026-03-02T09:42:30.779Z] #10 4.275  91650K .......... .......... .......... .......... .......... 43% 87.8M 3s
10:42:30 [2026-03-02T09:42:30.779Z] #10 4.275  91700K .......... .......... .......... .......... .......... 43%  105M 3s
10:42:30 [2026-03-02T09:42:30.779Z] #10 4.276  91750K .......... .......... .......... .......... .......... 43%  110M 3s
10:42:30 [2026-03-02T09:42:30.779Z] #10 4.276  91800K .......... .......... .......... .......... .......... 43% 1.26M 3s
10:42:30 [2026-03-02T09:42:30.779Z] #10 4.315  91850K .......... .......... .......... .......... .......... 43% 33.3M 3s
10:42:30 [2026-03-02T09:42:30.779Z] #10 4.316  91900K .......... .......... .......... .......... .......... 43% 70.0M 3s
10:42:30 [2026-03-02T09:42:30.779Z] #10 4.317  91950K .......... .......... .......... .......... .......... 43% 50.8M 3s
10:42:30 [2026-03-02T09:42:30.779Z] #10 4.318  92000K .......... .......... .......... .......... .......... 43% 63.6M 3s
10:42:30 [2026-03-02T09:42:30.779Z] #10 4.319  92050K .......... .......... .......... .......... .......... 43% 77.3M 3s
10:42:30 [2026-03-02T09:42:30.779Z] #10 4.319  92100K .......... .......... .......... .......... .......... 43% 80.7M 3s
10:42:30 [2026-03-02T09:42:30.779Z] #10 4.320  92150K .......... .......... .......... .......... .......... 43%  446K 3s
10:42:30 [2026-03-02T09:42:30.779Z] #10 4.432  92200K .......... .......... .......... .......... .......... 43% 42.1M 3s
10:42:30 [2026-03-02T09:42:30.779Z] #10 4.433  92250K .......... .......... .......... .......... .......... 43% 46.3M 3s
10:42:30 [2026-03-02T09:42:30.779Z] #10 4.435  92300K .......... .......... .......... .......... .......... 43% 41.2M 3s
10:42:30 [2026-03-02T09:42:30.779Z] #10 4.436  92350K .......... .......... .......... .......... .......... 43% 55.6M 3s
10:42:30 [2026-03-02T09:42:30.780Z] #10 4.436  92400K .......... .......... .......... .......... .......... 43% 54.5M 3s
10:42:30 [2026-03-02T09:42:30.780Z] #10 4.437  92450K .......... .......... .......... .......... .......... 43% 56.1M 3s
10:42:30 [2026-03-02T09:42:30.780Z] #10 4.438  92500K .......... .......... .......... .......... .......... 43% 46.4M 3s
10:42:30 [2026-03-02T09:42:30.780Z] #10 4.439  92550K .......... .......... .......... .......... .......... 43% 50.5M 3s
10:42:30 [2026-03-02T09:42:30.780Z] #10 4.440  92600K .......... .......... .......... .......... .......... 43% 52.3M 3s
10:42:30 [2026-03-02T09:42:30.780Z] #10 4.441  92650K .......... .......... .......... .......... .......... 43% 59.2M 3s
10:42:30 [2026-03-02T09:42:30.780Z] #10 4.442  92700K .......... .......... .......... .......... .......... 43% 42.8M 3s
10:42:30 [2026-03-02T09:42:30.780Z] #10 4.443  92750K .......... .......... .......... .......... .......... 43% 49.8M 3s
10:42:30 [2026-03-02T09:42:30.780Z] #10 4.444  92800K .......... .......... .......... .......... .......... 43% 60.0M 3s
10:42:30 [2026-03-02T09:42:30.780Z] #10 4.445  92850K .......... .......... .......... .......... .......... 43% 50.8M 3s
10:42:30 [2026-03-02T09:42:30.780Z] #10 4.446  92900K .......... .......... .......... .......... .......... 43% 44.4M 3s
10:42:30 [2026-03-02T09:42:30.780Z] #10 4.447  92950K .......... .......... .......... .......... .......... 43% 57.6M 3s
10:42:30 [2026-03-02T09:42:30.780Z] #10 4.448  93000K .......... .......... .......... .......... .......... 43% 66.4M 3s
10:42:30 [2026-03-02T09:42:30.780Z] #10 4.449  93050K .......... .......... .......... .......... .......... 43% 48.1M 3s
10:42:30 [2026-03-02T09:42:30.780Z] #10 4.450  93100K .......... .......... .......... .......... .......... 43% 42.0M 3s
10:42:30 [2026-03-02T09:42:30.780Z] #10 4.451  93150K .......... .......... .......... .......... .......... 43% 62.0M 3s
10:42:30 [2026-03-02T09:42:30.780Z] #10 4.451  93200K .......... .......... .......... .......... .......... 43% 51.7M 3s
10:42:30 [2026-03-02T09:42:30.780Z] #10 4.452  93250K .......... .......... .......... .......... .......... 43% 61.5M 3s
10:42:30 [2026-03-02T09:42:30.780Z] #10 4.453  93300K .......... .......... .......... .......... .......... 43% 56.2M 3s
10:42:30 [2026-03-02T09:42:30.780Z] #10 4.454  93350K .......... .......... .......... .......... .......... 43% 60.8M 3s
10:42:30 [2026-03-02T09:42:30.780Z] #10 4.455  93400K .......... .......... .......... .......... .......... 43% 52.9M 3s
10:42:30 [2026-03-02T09:42:30.780Z] #10 4.456  93450K .......... .......... .......... .......... .......... 43% 51.7M 3s
10:42:30 [2026-03-02T09:42:30.780Z] #10 4.457  93500K .......... .......... .......... .......... .......... 43% 43.6M 3s
10:42:30 [2026-03-02T09:42:30.780Z] #10 4.458  93550K .......... .......... .......... .......... .......... 43% 57.2M 3s
10:42:30 [2026-03-02T09:42:30.780Z] #10 4.459  93600K .......... .......... .......... .......... .......... 44% 54.7M 3s
10:42:30 [2026-03-02T09:42:30.780Z] #10 4.460  93650K .......... .......... .......... .......... .......... 44% 53.4M 3s
10:42:30 [2026-03-02T09:42:30.780Z] #10 4.461  93700K .......... .......... .......... .......... .......... 44% 45.8M 3s
10:42:30 [2026-03-02T09:42:30.780Z] #10 4.462  93750K .......... .......... .......... .......... .......... 44% 55.5M 3s
10:42:30 [2026-03-02T09:42:30.780Z] #10 4.463  93800K .......... .......... .......... .......... .......... 44% 44.0M 3s
10:42:30 [2026-03-02T09:42:30.780Z] #10 4.464  93850K .......... .......... .......... .......... .......... 44% 50.9M 3s
10:42:30 [2026-03-02T09:42:30.780Z] #10 4.465  93900K .......... .......... .......... .......... .......... 44% 44.6M 3s
10:42:30 [2026-03-02T09:42:30.780Z] #10 4.466  93950K .......... .......... .......... .......... .......... 44% 47.7M 3s
10:42:30 [2026-03-02T09:42:30.780Z] #10 4.467  94000K .......... .......... .......... .......... .......... 44% 54.4M 3s
10:42:30 [2026-03-02T09:42:30.780Z] #10 4.468  94050K .......... .......... .......... .......... .......... 44% 49.8M 3s
10:42:30 [2026-03-02T09:42:30.780Z] #10 4.469  94100K .......... .......... .......... .......... .......... 44% 49.2M 3s
10:42:30 [2026-03-02T09:42:30.780Z] #10 4.470  94150K .......... .......... .......... .......... .......... 44% 56.6M 3s
10:42:30 [2026-03-02T09:42:30.780Z] #10 4.470  94200K .......... .......... .......... .......... .......... 44% 49.4M 3s
10:42:30 [2026-03-02T09:42:30.780Z] #10 4.471  94250K .......... .......... .......... .......... .......... 44% 53.3M 3s
10:42:30 [2026-03-02T09:42:30.780Z] #10 4.472  94300K .......... .......... .......... .......... .......... 44% 51.7M 3s
10:42:30 [2026-03-02T09:42:30.780Z] #10 4.473  94350K .......... .......... .......... .......... .......... 44% 56.6M 3s
10:42:30 [2026-03-02T09:42:30.780Z] #10 4.474  94400K .......... .......... .......... .......... .......... 44% 51.6M 3s
10:42:30 [2026-03-02T09:42:30.780Z] #10 4.475  94450K .......... .......... .......... .......... .......... 44% 54.2M 3s
10:42:30 [2026-03-02T09:42:30.780Z] #10 4.476  94500K .......... .......... .......... .......... .......... 44% 51.8M 3s
10:42:30 [2026-03-02T09:42:30.780Z] #10 4.477  94550K .......... .......... .......... .......... .......... 44% 53.8M 3s
10:42:30 [2026-03-02T09:42:30.780Z] #10 4.478  94600K .......... .......... .......... .......... .......... 44% 61.7M 3s
10:42:30 [2026-03-02T09:42:30.780Z] #10 4.479  94650K .......... .......... .......... .......... .......... 44% 67.0M 3s
10:42:30 [2026-03-02T09:42:30.780Z] #10 4.479  94700K .......... .......... .......... .......... .......... 44% 48.7M 3s
10:42:30 [2026-03-02T09:42:30.780Z] #10 4.480  94750K .......... .......... .......... .......... .......... 44% 58.0M 3s
10:42:30 [2026-03-02T09:42:30.780Z] #10 4.481  94800K .......... .......... .......... .......... .......... 44% 78.1M 3s
10:42:30 [2026-03-02T09:42:30.780Z] #10 4.482  94850K .......... .......... .......... .......... .......... 44% 81.7M 3s
10:42:30 [2026-03-02T09:42:30.780Z] #10 4.482  94900K .......... .......... .......... .......... .......... 44% 69.3M 3s
10:42:30 [2026-03-02T09:42:30.780Z] #10 4.483  94950K .......... .......... .......... .......... .......... 44% 79.9M 3s
10:42:30 [2026-03-02T09:42:30.780Z] #10 4.484  95000K .......... .......... .......... .......... .......... 44% 88.9M 3s
10:42:30 [2026-03-02T09:42:30.780Z] #10 4.484  95050K .......... .......... .......... .......... .......... 44%  100M 3s
10:42:30 [2026-03-02T09:42:30.780Z] #10 4.485  95100K .......... .......... .......... .......... .......... 44% 76.2M 3s
10:42:30 [2026-03-02T09:42:30.780Z] #10 4.485  95150K .......... .......... .......... .......... .......... 44% 84.1M 3s
10:42:30 [2026-03-02T09:42:30.780Z] #10 4.486  95200K .......... .......... .......... .......... .......... 44% 72.6M 3s
10:42:30 [2026-03-02T09:42:30.780Z] #10 4.487  95250K .......... .......... .......... .......... .......... 44% 80.2M 3s
10:42:30 [2026-03-02T09:42:30.780Z] #10 4.487  95300K .......... .......... .......... .......... .......... 44% 73.4M 3s
10:42:30 [2026-03-02T09:42:30.780Z] #10 4.488  95350K .......... .......... .......... .......... .......... 44% 80.5M 3s
10:42:30 [2026-03-02T09:42:30.780Z] #10 4.488  95400K .......... .......... .......... .......... .......... 44% 98.7M 3s
10:42:30 [2026-03-02T09:42:30.780Z] #10 4.489  95450K .......... .......... .......... .......... .......... 44% 98.0M 3s
10:42:30 [2026-03-02T09:42:30.780Z] #10 4.490  95500K .......... .......... .......... .......... .......... 44% 80.4M 3s
10:42:30 [2026-03-02T09:42:30.780Z] #10 4.490  95550K .......... .......... .......... .......... .......... 44%  961K 3s
10:42:31 [2026-03-02T09:42:31.030Z] #10 4.542  95600K .......... .......... .......... .......... .......... 44% 69.3M 3s
10:42:31 [2026-03-02T09:42:31.031Z] #10 4.543  95650K .......... .......... .......... .......... .......... 44% 81.6M 3s
10:42:31 [2026-03-02T09:42:31.031Z] #10 4.543  95700K .......... .......... .......... .......... .......... 44%  102M 3s
10:42:31 [2026-03-02T09:42:31.031Z] #10 4.544  95750K .......... .......... .......... .......... .......... 45%  120M 3s
10:42:31 [2026-03-02T09:42:31.031Z] #10 4.544  95800K .......... .......... .......... .......... .......... 45%  110M 3s
10:42:31 [2026-03-02T09:42:31.031Z] #10 4.545  95850K .......... .......... .......... .......... .......... 45%  111M 3s
10:42:31 [2026-03-02T09:42:31.031Z] #10 4.545  95900K .......... .......... .......... .......... .......... 45% 23.7M 3s
10:42:31 [2026-03-02T09:42:31.031Z] #10 4.547  95950K .......... .......... .......... .......... .......... 45%  116M 3s
10:42:31 [2026-03-02T09:42:31.031Z] #10 4.548  96000K .......... .......... .......... .......... .......... 45%  138M 3s
10:42:31 [2026-03-02T09:42:31.031Z] #10 4.548  96050K .......... .......... .......... .......... .......... 45%  106M 3s
10:42:31 [2026-03-02T09:42:31.031Z] #10 4.549  96100K .......... .......... .......... .......... .......... 45% 88.2M 3s
10:42:31 [2026-03-02T09:42:31.031Z] #10 4.549  96150K .......... .......... .......... .......... .......... 45%  103M 3s
10:42:31 [2026-03-02T09:42:31.031Z] #10 4.549  96200K .......... .......... .......... .......... .......... 45%  140M 3s
10:42:31 [2026-03-02T09:42:31.031Z] #10 4.551  96250K .......... .......... .......... .......... .......... 45%  112M 3s
10:42:31 [2026-03-02T09:42:31.031Z] #10 4.551  96300K .......... .......... .......... .......... .......... 45% 85.3M 3s
10:42:31 [2026-03-02T09:42:31.031Z] #10 4.551  96350K .......... .......... .......... .......... .......... 45%  106M 3s
10:42:31 [2026-03-02T09:42:31.031Z] #10 4.551  96400K .......... .......... .......... .......... .......... 45%  118M 3s
10:42:31 [2026-03-02T09:42:31.031Z] #10 4.552  96450K .......... .......... .......... .......... .......... 45% 92.7M 3s
10:42:31 [2026-03-02T09:42:31.031Z] #10 4.552  96500K .......... .......... .......... .......... .......... 45%  110M 3s
10:42:31 [2026-03-02T09:42:31.031Z] #10 4.553  96550K .......... .......... .......... .......... .......... 45% 85.7M 3s
10:42:31 [2026-03-02T09:42:31.031Z] #10 4.553  96600K .......... .......... .......... .......... .......... 45%  102M 3s
10:42:31 [2026-03-02T09:42:31.031Z] #10 4.554  96650K .......... .......... .......... .......... .......... 45% 87.7M 3s
10:42:31 [2026-03-02T09:42:31.031Z] #10 4.554  96700K .......... .......... .......... .......... .......... 45%  100M 3s
10:42:31 [2026-03-02T09:42:31.031Z] #10 4.555  96750K .......... .......... .......... .......... .......... 45% 96.1M 3s
10:42:31 [2026-03-02T09:42:31.031Z] #10 4.555  96800K .......... .......... .......... .......... .......... 45%  114M 3s
10:42:31 [2026-03-02T09:42:31.031Z] #10 4.556  96850K .......... .......... .......... .......... .......... 45% 99.9M 3s
10:42:31 [2026-03-02T09:42:31.031Z] #10 4.556  96900K .......... .......... .......... .......... .......... 45% 98.8M 3s
10:42:31 [2026-03-02T09:42:31.031Z] #10 4.557  96950K .......... .......... .......... .......... .......... 45%  107M 3s
10:42:31 [2026-03-02T09:42:31.031Z] #10 4.557  97000K .......... .......... .......... .......... .......... 45%  114M 3s
10:42:31 [2026-03-02T09:42:31.031Z] #10 4.558  97050K .......... .......... .......... .......... .......... 45%  110M 3s
10:42:31 [2026-03-02T09:42:31.031Z] #10 4.558  97100K .......... .......... .......... .......... .......... 45% 94.0M 3s
10:42:31 [2026-03-02T09:42:31.031Z] #10 4.559  97150K .......... .......... .......... .......... .......... 45%  162M 3s
10:42:31 [2026-03-02T09:42:31.031Z] #10 4.559  97200K .......... .......... .......... .......... .......... 45%  146M 3s
10:42:31 [2026-03-02T09:42:31.031Z] #10 4.559  97250K .......... .......... .......... .......... .......... 45%  108M 3s
10:42:31 [2026-03-02T09:42:31.031Z] #10 4.560  97300K .......... .......... .......... .......... .......... 45%  127M 3s
10:42:31 [2026-03-02T09:42:31.031Z] #10 4.560  97350K .......... .......... .......... .......... .......... 45%  117M 3s
10:42:31 [2026-03-02T09:42:31.031Z] #10 4.560  97400K .......... .......... .......... .......... .......... 45%  119M 3s
10:42:31 [2026-03-02T09:42:31.031Z] #10 4.561  97450K .......... .......... .......... .......... .......... 45%  119M 3s
10:42:31 [2026-03-02T09:42:31.031Z] #10 4.561  97500K .......... .......... .......... .......... .......... 45% 95.9M 3s
10:42:31 [2026-03-02T09:42:31.031Z] #10 4.562  97550K .......... .......... .......... .......... .......... 45%  131M 3s
10:42:31 [2026-03-02T09:42:31.031Z] #10 4.562  97600K .......... .......... .......... .......... .......... 45%  147M 3s
10:42:31 [2026-03-02T09:42:31.031Z] #10 4.562  97650K .......... .......... .......... .......... .......... 45%  144M 3s
10:42:31 [2026-03-02T09:42:31.031Z] #10 4.563  97700K .......... .......... .......... .......... .......... 45%  102M 3s
10:42:31 [2026-03-02T09:42:31.031Z] #10 4.563  97750K .......... .......... .......... .......... .......... 45%  124M 3s
10:42:31 [2026-03-02T09:42:31.031Z] #10 4.564  97800K .......... .......... .......... .......... .......... 45%  119M 3s
10:42:31 [2026-03-02T09:42:31.031Z] #10 4.564  97850K .......... .......... .......... .......... .......... 46%  121M 3s
10:42:31 [2026-03-02T09:42:31.031Z] #10 4.565  97900K .......... .......... .......... .......... .......... 46% 84.0M 3s
10:42:31 [2026-03-02T09:42:31.031Z] #10 4.565  97950K .......... .......... .......... .......... .......... 46%  141M 3s
10:42:31 [2026-03-02T09:42:31.031Z] #10 4.565  98000K .......... .......... .......... .......... .......... 46%  121M 3s
10:42:31 [2026-03-02T09:42:31.031Z] #10 4.566  98050K .......... .......... .......... .......... .......... 46%  103M 3s
10:42:31 [2026-03-02T09:42:31.031Z] #10 4.566  98100K .......... .......... .......... .......... .......... 46%  110M 3s
10:42:31 [2026-03-02T09:42:31.031Z] #10 4.567  98150K .......... .......... .......... .......... .......... 46%  119M 3s
10:42:31 [2026-03-02T09:42:31.031Z] #10 4.567  98200K .......... .......... .......... .......... .......... 46%  163M 3s
10:42:31 [2026-03-02T09:42:31.031Z] #10 4.567  98250K .......... .......... .......... .......... .......... 46%  114M 3s
10:42:31 [2026-03-02T09:42:31.031Z] #10 4.568  98300K .......... .......... .......... .......... .......... 46% 91.9M 3s
10:42:31 [2026-03-02T09:42:31.031Z] #10 4.568  98350K .......... .......... .......... .......... .......... 46%  121M 3s
10:42:31 [2026-03-02T09:42:31.031Z] #10 4.569  98400K .......... .......... .......... .......... .......... 46%  124M 3s
10:42:31 [2026-03-02T09:42:31.031Z] #10 4.569  98450K .......... .......... .......... .......... .......... 46%  164M 3s
10:42:31 [2026-03-02T09:42:31.031Z] #10 4.570  98500K .......... .......... .......... .......... .......... 46% 97.1M 3s
10:42:31 [2026-03-02T09:42:31.031Z] #10 4.570  98550K .......... .......... .......... .......... .......... 46%  131M 3s
10:42:31 [2026-03-02T09:42:31.031Z] #10 4.570  98600K .......... .......... .......... .......... .......... 46%  121M 3s
10:42:31 [2026-03-02T09:42:31.031Z] #10 4.571  98650K .......... .......... .......... .......... .......... 46%  125M 3s
10:42:31 [2026-03-02T09:42:31.031Z] #10 4.571  98700K .......... .......... .......... .......... .......... 46%  116M 3s
10:42:31 [2026-03-02T09:42:31.031Z] #10 4.572  98750K .......... .......... .......... .......... .......... 46%  134M 3s
10:42:31 [2026-03-02T09:42:31.031Z] #10 4.572  98800K .......... .......... .......... .......... .......... 46% 99.4M 3s
10:42:31 [2026-03-02T09:42:31.031Z] #10 4.572  98850K .......... .......... .......... .......... .......... 46%  174M 3s
10:42:31 [2026-03-02T09:42:31.031Z] #10 4.573  98900K .......... .......... .......... .......... .......... 46%  139M 3s
10:42:31 [2026-03-02T09:42:31.031Z] #10 4.573  98950K .......... .......... .......... .......... .......... 46%  192M 3s
10:42:31 [2026-03-02T09:42:31.031Z] #10 4.573  99000K .......... .......... .......... .......... .......... 46%  630K 3s
10:42:31 [2026-03-02T09:42:31.031Z] #10 4.653  99050K .......... .......... .......... .......... .......... 46% 7.97M 3s
10:42:31 [2026-03-02T09:42:31.031Z] #10 4.659  99100K .......... .......... .......... .......... .......... 46% 82.1M 3s
10:42:31 [2026-03-02T09:42:31.031Z] #10 4.659  99150K .......... .......... .......... .......... .......... 46%  115M 3s
10:42:31 [2026-03-02T09:42:31.031Z] #10 4.660  99200K .......... .......... .......... .......... .......... 46% 98.1M 3s
10:42:31 [2026-03-02T09:42:31.031Z] #10 4.660  99250K .......... .......... .......... .......... .......... 46%  120M 3s
10:42:31 [2026-03-02T09:42:31.031Z] #10 4.661  99300K .......... .......... .......... .......... .......... 46% 86.4M 3s
10:42:31 [2026-03-02T09:42:31.031Z] #10 4.661  99350K .......... .......... .......... .......... .......... 46%  112M 3s
10:42:31 [2026-03-02T09:42:31.031Z] #10 4.662  99400K .......... .......... .......... .......... .......... 46%  101M 3s
10:42:31 [2026-03-02T09:42:31.031Z] #10 4.662  99450K .......... .......... .......... .......... .......... 46%  118M 3s
10:42:31 [2026-03-02T09:42:31.031Z] #10 4.663  99500K .......... .......... .......... .......... .......... 46% 89.1M 3s
10:42:31 [2026-03-02T09:42:31.031Z] #10 4.663  99550K .......... .......... .......... .......... .......... 46%  145M 3s
10:42:31 [2026-03-02T09:42:31.031Z] #10 4.664  99600K .......... .......... .......... .......... .......... 46%  110M 3s
10:42:31 [2026-03-02T09:42:31.031Z] #10 4.664  99650K .......... .......... .......... .......... .......... 46%  118M 3s
10:42:31 [2026-03-02T09:42:31.031Z] #10 4.664  99700K .......... .......... .......... .......... .......... 46%  127M 3s
10:42:31 [2026-03-02T09:42:31.031Z] #10 4.665  99750K .......... .......... .......... .......... .......... 46% 99.2M 3s
10:42:31 [2026-03-02T09:42:31.031Z] #10 4.665  99800K .......... .......... .......... .......... .......... 46%  110M 3s
10:42:31 [2026-03-02T09:42:31.031Z] #10 4.666  99850K .......... .......... .......... .......... .......... 46% 97.4M 3s
10:42:31 [2026-03-02T09:42:31.031Z] #10 4.666  99900K .......... .......... .......... .......... .......... 46% 97.2M 3s
10:42:31 [2026-03-02T09:42:31.031Z] #10 4.667  99950K .......... .......... .......... .......... .......... 46% 96.3M 3s
10:42:31 [2026-03-02T09:42:31.031Z] #10 4.667 100000K .......... .......... .......... .......... .......... 47%  139M 3s
10:42:31 [2026-03-02T09:42:31.031Z] #10 4.668 100050K .......... .......... .......... .......... .......... 47%  220M 3s
10:42:31 [2026-03-02T09:42:31.031Z] #10 4.668 100100K .......... .......... .......... .......... .......... 47%  193M 3s
10:42:31 [2026-03-02T09:42:31.031Z] #10 4.668 100150K .......... .......... .......... .......... .......... 47%  124M 3s
10:42:31 [2026-03-02T09:42:31.031Z] #10 4.668 100200K .......... .......... .......... .......... .......... 47% 85.8M 3s
10:42:31 [2026-03-02T09:42:31.031Z] #10 4.669 100250K .......... .......... .......... .......... .......... 47%  103M 3s
10:42:31 [2026-03-02T09:42:31.032Z] #10 4.670 100300K .......... .......... .......... .......... .......... 47% 82.9M 3s
10:42:31 [2026-03-02T09:42:31.032Z] #10 4.670 100350K .......... .......... .......... .......... .......... 47%  107M 3s
10:42:31 [2026-03-02T09:42:31.032Z] #10 4.671 100400K .......... .......... .......... .......... .......... 47%  115M 3s
10:42:31 [2026-03-02T09:42:31.032Z] #10 4.671 100450K .......... .......... .......... .......... .......... 47% 91.8M 3s
10:42:31 [2026-03-02T09:42:31.032Z] #10 4.672 100500K .......... .......... .......... .......... .......... 47% 93.8M 3s
10:42:31 [2026-03-02T09:42:31.032Z] #10 4.672 100550K .......... .......... .......... .......... .......... 47% 96.7M 3s
10:42:31 [2026-03-02T09:42:31.032Z] #10 4.673 100600K .......... .......... .......... .......... .......... 47% 91.7M 3s
10:42:31 [2026-03-02T09:42:31.032Z] #10 4.673 100650K .......... .......... .......... .......... .......... 47%  107M 3s
10:42:31 [2026-03-02T09:42:31.032Z] #10 4.674 100700K .......... .......... .......... .......... .......... 47% 87.3M 3s
10:42:31 [2026-03-02T09:42:31.032Z] #10 4.674 100750K .......... .......... .......... .......... .......... 47%  108M 3s
10:42:31 [2026-03-02T09:42:31.032Z] #10 4.675 100800K .......... .......... .......... .......... .......... 47%  135M 3s
10:42:31 [2026-03-02T09:42:31.032Z] #10 4.675 100850K .......... .......... .......... .......... .......... 47%  120M 3s
10:42:31 [2026-03-02T09:42:31.032Z] #10 4.675 100900K .......... .......... .......... .......... .......... 47%  120M 3s
10:42:31 [2026-03-02T09:42:31.032Z] #10 4.676 100950K .......... .......... .......... .......... .......... 47%  121M 3s
10:42:31 [2026-03-02T09:42:31.032Z] #10 4.676 101000K .......... .......... .......... .......... .......... 47%  124M 3s
10:42:31 [2026-03-02T09:42:31.032Z] #10 4.676 101050K .......... .......... .......... .......... .......... 47%  142M 3s
10:42:31 [2026-03-02T09:42:31.032Z] #10 4.677 101100K .......... .......... .......... .......... .......... 47% 97.0M 3s
10:42:31 [2026-03-02T09:42:31.032Z] #10 4.677 101150K .......... .......... .......... .......... .......... 47%  130M 3s
10:42:31 [2026-03-02T09:42:31.032Z] #10 4.678 101200K .......... .......... .......... .......... .......... 47%  116M 3s
10:42:31 [2026-03-02T09:42:31.032Z] #10 4.678 101250K .......... .......... .......... .......... .......... 47%  137M 3s
10:42:31 [2026-03-02T09:42:31.032Z] #10 4.679 101300K .......... .......... .......... .......... .......... 47%  113M 3s
10:42:31 [2026-03-02T09:42:31.032Z] #10 4.679 101350K .......... .......... .......... .......... .......... 47%  125M 3s
10:42:31 [2026-03-02T09:42:31.032Z] #10 4.679 101400K .......... .......... .......... .......... .......... 47%  146M 3s
10:42:31 [2026-03-02T09:42:31.032Z] #10 4.680 101450K .......... .......... .......... .......... .......... 47%  147M 3s
10:42:31 [2026-03-02T09:42:31.032Z] #10 4.680 101500K .......... .......... .......... .......... .......... 47%  111M 3s
10:42:31 [2026-03-02T09:42:31.032Z] #10 4.680 101550K .......... .......... .......... .......... .......... 47%  118M 3s
10:42:31 [2026-03-02T09:42:31.032Z] #10 4.681 101600K .......... .......... .......... .......... .......... 47%  135M 3s
10:42:31 [2026-03-02T09:42:31.032Z] #10 4.681 101650K .......... .......... .......... .......... .......... 47%  147M 3s
10:42:31 [2026-03-02T09:42:31.032Z] #10 4.682 101700K .......... .......... .......... .......... .......... 47% 90.1M 3s
10:42:31 [2026-03-02T09:42:31.032Z] #10 4.682 101750K .......... .......... .......... .......... .......... 47%  129M 3s
10:42:31 [2026-03-02T09:42:31.032Z] #10 4.682 101800K .......... .......... .......... .......... .......... 47%  107M 3s
10:42:31 [2026-03-02T09:42:31.032Z] #10 4.683 101850K .......... .......... .......... .......... .......... 47%  130M 3s
10:42:31 [2026-03-02T09:42:31.032Z] #10 4.683 101900K .......... .......... .......... .......... .......... 47% 92.6M 3s
10:42:31 [2026-03-02T09:42:31.032Z] #10 4.684 101950K .......... .......... .......... .......... .......... 47%  111M 3s
10:42:31 [2026-03-02T09:42:31.032Z] #10 4.684 102000K .......... .......... .......... .......... .......... 47%  132M 3s
10:42:31 [2026-03-02T09:42:31.032Z] #10 4.685 102050K .......... .......... .......... .......... .......... 47%  104M 3s
10:42:31 [2026-03-02T09:42:31.072Z] #10 4.685 102100K .......... .......... .......... .......... .......... 48%  100M 3s
10:42:31 [2026-03-02T09:42:31.073Z] #10 4.686 102150K .......... .......... .......... .......... .......... 48%  118M 3s
10:42:31 [2026-03-02T09:42:31.073Z] #10 4.686 102200K .......... .......... .......... .......... .......... 48%  121M 3s
10:42:31 [2026-03-02T09:42:31.073Z] #10 4.686 102250K .......... .......... .......... .......... .......... 48%  132M 3s
10:42:31 [2026-03-02T09:42:31.073Z] #10 4.687 102300K .......... .......... .......... .......... .......... 48% 92.2M 3s
10:42:31 [2026-03-02T09:42:31.323Z] #10 4.687 102350K .......... .......... .......... .......... .......... 48%  131M 3s
10:42:31 [2026-03-02T09:42:31.323Z] #10 4.953 102400K .......... .......... .......... .......... .......... 48%  172K 3s
10:42:31 [2026-03-02T09:42:31.323Z] #10 4.978 102450K .......... .......... .......... .......... .......... 48%  704K 4s
10:42:31 [2026-03-02T09:42:31.323Z] #10 5.049 102500K .......... .......... .......... .......... .......... 48% 2.78M 4s
10:42:31 [2026-03-02T09:42:31.323Z] #10 5.066 102550K .......... .......... .......... .......... .......... 48% 3.69M 4s
10:42:31 [2026-03-02T09:42:31.323Z] #10 5.079 102600K .......... .......... .......... .......... .......... 48%  932K 4s
10:42:31 [2026-03-02T09:42:31.323Z] #10 5.133 102650K .......... .......... .......... .......... .......... 48% 4.69M 4s
10:42:31 [2026-03-02T09:42:31.323Z] #10 5.144 102700K .......... .......... .......... .......... .......... 48% 4.38M 4s
10:42:31 [2026-03-02T09:42:31.574Z] #10 5.155 102750K .......... .......... .......... .......... .......... 48% 4.92M 4s
10:42:31 [2026-03-02T09:42:31.574Z] #10 5.165 102800K .......... .......... .......... .......... .......... 48% 7.16M 4s
10:42:31 [2026-03-02T09:42:31.574Z] #10 5.172 102850K .......... .......... .......... .......... .......... 48% 6.65M 4s
10:42:31 [2026-03-02T09:42:31.574Z] #10 5.179 102900K .......... .......... .......... .......... .......... 48% 1.27M 4s
10:42:31 [2026-03-02T09:42:31.574Z] #10 5.217 102950K .......... .......... .......... .......... .......... 48% 8.14M 4s
10:42:31 [2026-03-02T09:42:31.574Z] #10 5.223 103000K .......... .......... .......... .......... .......... 48% 7.74M 4s
10:42:31 [2026-03-02T09:42:31.574Z] #10 5.230 103050K .......... .......... .......... .......... .......... 48% 9.33M 4s
10:42:31 [2026-03-02T09:42:31.574Z] #10 5.235 103100K .......... .......... .......... .......... .......... 48% 8.88M 4s
10:42:31 [2026-03-02T09:42:31.574Z] #10 5.240 103150K .......... .......... .......... .......... .......... 48% 8.26M 4s
10:42:31 [2026-03-02T09:42:31.574Z] #10 5.246 103200K .......... .......... .......... .......... .......... 48% 11.0M 4s
10:42:31 [2026-03-02T09:42:31.574Z] #10 5.251 103250K .......... .......... .......... .......... .......... 48% 11.6M 4s
10:42:31 [2026-03-02T09:42:31.574Z] #10 5.255 103300K .......... .......... .......... .......... .......... 48% 12.4M 4s
10:42:31 [2026-03-02T09:42:31.574Z] #10 5.259 103350K .......... .......... .......... .......... .......... 48% 10.9M 4s
10:42:31 [2026-03-02T09:42:31.574Z] #10 5.263 103400K .......... .......... .......... .......... .......... 48% 12.2M 4s
10:42:31 [2026-03-02T09:42:31.574Z] #10 5.267 103450K .......... .......... .......... .......... .......... 48% 14.0M 4s
10:42:31 [2026-03-02T09:42:31.574Z] #10 5.271 103500K .......... .......... .......... .......... .......... 48% 19.3M 4s
10:42:31 [2026-03-02T09:42:31.574Z] #10 5.273 103550K .......... .......... .......... .......... .......... 48% 1.39M 4s
10:42:31 [2026-03-02T09:42:31.574Z] #10 5.308 103600K .......... .......... .......... .......... .......... 48% 34.9M 4s
10:42:31 [2026-03-02T09:42:31.574Z] #10 5.310 103650K .......... .......... .......... .......... .......... 48% 14.0M 4s
10:42:31 [2026-03-02T09:42:31.574Z] #10 5.313 103700K .......... .......... .......... .......... .......... 48% 18.5M 4s
10:42:31 [2026-03-02T09:42:31.574Z] #10 5.316 103750K .......... .......... .......... .......... .......... 48% 18.0M 4s
10:42:31 [2026-03-02T09:42:31.574Z] #10 5.319 103800K .......... .......... .......... .......... .......... 48% 14.6M 4s
10:42:31 [2026-03-02T09:42:31.574Z] #10 5.322 103850K .......... .......... .......... .......... .......... 48% 19.3M 4s
10:42:31 [2026-03-02T09:42:31.574Z] #10 5.325 103900K .......... .......... .......... .......... .......... 48% 25.8M 4s
10:42:31 [2026-03-02T09:42:31.574Z] #10 5.326 103950K .......... .......... .......... .......... .......... 48% 12.6M 4s
10:42:31 [2026-03-02T09:42:31.574Z] #10 5.330 104000K .......... .......... .......... .......... .......... 48% 20.5M 4s
10:42:31 [2026-03-02T09:42:31.574Z] #10 5.333 104050K .......... .......... .......... .......... .......... 48% 15.4M 4s
10:42:31 [2026-03-02T09:42:31.574Z] #10 5.336 104100K .......... .......... .......... .......... .......... 48% 29.5M 4s
10:42:31 [2026-03-02T09:42:31.574Z] #10 5.337 104150K .......... .......... .......... .......... .......... 48% 22.7M 4s
10:42:31 [2026-03-02T09:42:31.574Z] #10 5.340 104200K .......... .......... .......... .......... .......... 48% 25.9M 4s
10:42:31 [2026-03-02T09:42:31.574Z] #10 5.342 104250K .......... .......... .......... .......... .......... 49% 17.4M 4s
10:42:31 [2026-03-02T09:42:31.574Z] #10 5.344 104300K .......... .......... .......... .......... .......... 49% 27.5M 4s
10:42:31 [2026-03-02T09:42:31.574Z] #10 5.346 104350K .......... .......... .......... .......... .......... 49% 20.8M 4s
10:42:31 [2026-03-02T09:42:31.574Z] #10 5.348 104400K .......... .......... .......... .......... .......... 49% 22.0M 4s
10:42:31 [2026-03-02T09:42:31.574Z] #10 5.351 104450K .......... .......... .......... .......... .......... 49% 26.4M 4s
10:42:31 [2026-03-02T09:42:31.574Z] #10 5.352 104500K .......... .......... .......... .......... .......... 49% 20.2M 4s
10:42:31 [2026-03-02T09:42:31.574Z] #10 5.355 104550K .......... .......... .......... .......... .......... 49% 36.7M 4s
10:42:31 [2026-03-02T09:42:31.824Z] #10 5.356 104600K .......... .......... .......... .......... .......... 49% 25.4M 4s
10:42:31 [2026-03-02T09:42:31.824Z] #10 5.358 104650K .......... .......... .......... .......... .......... 49% 31.5M 4s
10:42:31 [2026-03-02T09:42:31.824Z] #10 5.360 104700K .......... .......... .......... .......... .......... 49% 24.4M 4s
10:42:31 [2026-03-02T09:42:31.824Z] #10 5.362 104750K .......... .......... .......... .......... .......... 49% 1.63M 4s
10:42:31 [2026-03-02T09:42:31.824Z] #10 5.392 104800K .......... .......... .......... .......... .......... 49% 22.2M 4s
10:42:31 [2026-03-02T09:42:31.824Z] #10 5.394 104850K .......... .......... .......... .......... .......... 49% 45.2M 4s
10:42:31 [2026-03-02T09:42:31.824Z] #10 5.395 104900K .......... .......... .......... .......... .......... 49% 20.3M 4s
10:42:31 [2026-03-02T09:42:31.824Z] #10 5.397 104950K .......... .......... .......... .......... .......... 49% 29.7M 4s
10:42:31 [2026-03-02T09:42:31.824Z] #10 5.399 105000K .......... .......... .......... .......... .......... 49% 28.4M 4s
10:42:31 [2026-03-02T09:42:31.824Z] #10 5.401 105050K .......... .......... .......... .......... .......... 49% 36.1M 4s
10:42:31 [2026-03-02T09:42:31.824Z] #10 5.402 105100K .......... .......... .......... .......... .......... 49% 27.3M 4s
10:42:31 [2026-03-02T09:42:31.824Z] #10 5.404 105150K .......... .......... .......... .......... .......... 49% 28.6M 4s
10:42:31 [2026-03-02T09:42:31.824Z] #10 5.406 105200K .......... .......... .......... .......... .......... 49% 43.8M 4s
10:42:31 [2026-03-02T09:42:31.824Z] #10 5.407 105250K .......... .......... .......... .......... .......... 49% 22.8M 4s
10:42:31 [2026-03-02T09:42:31.824Z] #10 5.409 105300K .......... .......... .......... .......... .......... 49% 54.7M 4s
10:42:31 [2026-03-02T09:42:31.824Z] #10 5.410 105350K .......... .......... .......... .......... .......... 49% 42.9M 4s
10:42:31 [2026-03-02T09:42:31.824Z] #10 5.411 105400K .......... .......... .......... .......... .......... 49% 28.4M 4s
10:42:31 [2026-03-02T09:42:31.824Z] #10 5.413 105450K .......... .......... .......... .......... .......... 49% 39.2M 4s
10:42:31 [2026-03-02T09:42:31.824Z] #10 5.414 105500K .......... .......... .......... .......... .......... 49% 41.3M 4s
10:42:31 [2026-03-02T09:42:31.824Z] #10 5.415 105550K .......... .......... .......... .......... .......... 49% 22.7M 4s
10:42:31 [2026-03-02T09:42:31.824Z] #10 5.417 105600K .......... .......... .......... .......... .......... 49% 28.2M 4s
10:42:31 [2026-03-02T09:42:31.824Z] #10 5.419 105650K .......... .......... .......... .......... .......... 49% 59.9M 4s
10:42:31 [2026-03-02T09:42:31.824Z] #10 5.420 105700K .......... .......... .......... .......... .......... 49% 55.8M 4s
10:42:31 [2026-03-02T09:42:31.824Z] #10 5.421 105750K .......... .......... .......... .......... .......... 49% 32.2M 4s
10:42:31 [2026-03-02T09:42:31.824Z] #10 5.422 105800K .......... .......... .......... .......... .......... 49% 48.5M 4s
10:42:31 [2026-03-02T09:42:31.824Z] #10 5.423 105850K .......... .......... .......... .......... .......... 49% 51.3M 4s
10:42:31 [2026-03-02T09:42:31.824Z] #10 5.424 105900K .......... .......... .......... .......... .......... 49% 16.7M 4s
10:42:31 [2026-03-02T09:42:31.824Z] #10 5.427 105950K .......... .......... .......... .......... .......... 49% 53.8M 4s
10:42:31 [2026-03-02T09:42:31.824Z] #10 5.428 106000K .......... .......... .......... .......... .......... 49% 70.4M 4s
10:42:31 [2026-03-02T09:42:31.824Z] #10 5.429 106050K .......... .......... .......... .......... .......... 49% 71.3M 4s
10:42:31 [2026-03-02T09:42:31.824Z] #10 5.429 106100K .......... .......... .......... .......... .......... 49% 60.4M 4s
10:42:31 [2026-03-02T09:42:31.824Z] #10 5.430 106150K .......... .......... .......... .......... .......... 49% 34.8M 4s
10:42:31 [2026-03-02T09:42:31.824Z] #10 5.431 106200K .......... .......... .......... .......... .......... 49% 63.8M 4s
10:42:31 [2026-03-02T09:42:31.824Z] #10 5.432 106250K .......... .......... .......... .......... .......... 49% 31.6M 4s
10:42:31 [2026-03-02T09:42:31.824Z] #10 5.434 106300K .......... .......... .......... .......... .......... 49% 57.6M 4s
10:42:31 [2026-03-02T09:42:31.824Z] #10 5.435 106350K .......... .......... .......... .......... .......... 49% 48.4M 4s
10:42:31 [2026-03-02T09:42:31.824Z] #10 5.436 106400K .......... .......... .......... .......... .......... 50% 36.5M 4s
10:42:31 [2026-03-02T09:42:31.824Z] #10 5.437 106450K .......... .......... .......... .......... .......... 50% 46.8M 4s
10:42:31 [2026-03-02T09:42:31.824Z] #10 5.438 106500K .......... .......... .......... .......... .......... 50% 52.0M 4s
10:42:31 [2026-03-02T09:42:31.824Z] #10 5.439 106550K .......... .......... .......... .......... .......... 50% 46.1M 4s
10:42:31 [2026-03-02T09:42:31.824Z] #10 5.440 106600K .......... .......... .......... .......... .......... 50% 47.2M 4s
10:42:31 [2026-03-02T09:42:31.824Z] #10 5.442 106650K .......... .......... .......... .......... .......... 50% 42.9M 4s
10:42:31 [2026-03-02T09:42:31.824Z] #10 5.442 106700K .......... .......... .......... .......... .......... 50% 19.3M 4s
10:42:31 [2026-03-02T09:42:31.824Z] #10 5.445 106750K .......... .......... .......... .......... .......... 50%  132M 4s
10:42:31 [2026-03-02T09:42:31.824Z] #10 5.445 106800K .......... .......... .......... .......... .......... 50%  176M 4s
10:42:31 [2026-03-02T09:42:31.824Z] #10 5.445 106850K .......... .......... .......... .......... .......... 50%  145M 4s
10:42:31 [2026-03-02T09:42:31.824Z] #10 5.446 106900K .......... .......... .......... .......... .......... 50% 63.8M 4s
10:42:31 [2026-03-02T09:42:31.824Z] #10 5.446 106950K .......... .......... .......... .......... .......... 50% 49.8M 4s
10:42:31 [2026-03-02T09:42:31.824Z] #10 5.447 107000K .......... .......... .......... .......... .......... 50% 58.3M 4s
10:42:31 [2026-03-02T09:42:31.824Z] #10 5.448 107050K .......... .......... .......... .......... .......... 50% 43.5M 4s
10:42:31 [2026-03-02T09:42:31.824Z] #10 5.449 107100K .......... .......... .......... .......... .......... 50% 46.2M 4s
10:42:31 [2026-03-02T09:42:31.824Z] #10 5.450 107150K .......... .......... .......... .......... .......... 50% 71.3M 4s
10:42:31 [2026-03-02T09:42:31.824Z] #10 5.451 107200K .......... .......... .......... .......... .......... 50% 51.1M 4s
10:42:31 [2026-03-02T09:42:31.824Z] #10 5.452 107250K .......... .......... .......... .......... .......... 50% 1.74M 4s
10:42:31 [2026-03-02T09:42:31.824Z] #10 5.480 107300K .......... .......... .......... .......... .......... 50% 35.1M 4s
10:42:31 [2026-03-02T09:42:31.824Z] #10 5.482 107350K .......... .......... .......... .......... .......... 50% 38.4M 4s
10:42:31 [2026-03-02T09:42:31.824Z] #10 5.483 107400K .......... .......... .......... .......... .......... 50% 65.1M 4s
10:42:31 [2026-03-02T09:42:31.824Z] #10 5.484 107450K .......... .......... .......... .......... .......... 50% 35.4M 4s
10:42:31 [2026-03-02T09:42:31.824Z] #10 5.485 107500K .......... .......... .......... .......... .......... 50% 64.1M 4s
10:42:31 [2026-03-02T09:42:31.824Z] #10 5.486 107550K .......... .......... .......... .......... .......... 50% 63.8M 4s
10:42:31 [2026-03-02T09:42:31.824Z] #10 5.487 107600K .......... .......... .......... .......... .......... 50% 55.7M 4s
10:42:31 [2026-03-02T09:42:31.824Z] #10 5.487 107650K .......... .......... .......... .......... .......... 50% 30.2M 4s
10:42:31 [2026-03-02T09:42:31.824Z] #10 5.489 107700K .......... .......... .......... .......... .......... 50% 41.7M 4s
10:42:31 [2026-03-02T09:42:31.824Z] #10 5.490 107750K .......... .......... .......... .......... .......... 50% 57.8M 4s
10:42:31 [2026-03-02T09:42:31.824Z] #10 5.491 107800K .......... .......... .......... .......... .......... 50% 68.0M 4s
10:42:31 [2026-03-02T09:42:31.824Z] #10 5.492 107850K .......... .......... .......... .......... .......... 50% 65.5M 4s
10:42:31 [2026-03-02T09:42:31.824Z] #10 5.493 107900K .......... .......... .......... .......... .......... 50% 65.2M 4s
10:42:31 [2026-03-02T09:42:31.824Z] #10 5.493 107950K .......... .......... .......... .......... .......... 50% 60.6M 4s
10:42:31 [2026-03-02T09:42:31.824Z] #10 5.495 108000K .......... .......... .......... .......... .......... 50% 77.6M 4s
10:42:31 [2026-03-02T09:42:31.824Z] #10 5.495 108050K .......... .......... .......... .......... .......... 50% 90.8M 4s
10:42:31 [2026-03-02T09:42:31.825Z] #10 5.495 108100K .......... .......... .......... .......... .......... 50% 85.8M 4s
10:42:31 [2026-03-02T09:42:31.825Z] #10 5.496 108150K .......... .......... .......... .......... .......... 50% 65.6M 4s
10:42:31 [2026-03-02T09:42:31.825Z] #10 5.497 108200K .......... .......... .......... .......... .......... 50% 81.7M 4s
10:42:31 [2026-03-02T09:42:31.825Z] #10 5.497 108250K .......... .......... .......... .......... .......... 50% 97.0M 4s
10:42:31 [2026-03-02T09:42:31.825Z] #10 5.498 108300K .......... .......... .......... .......... .......... 50% 66.6M 4s
10:42:31 [2026-03-02T09:42:31.825Z] #10 5.498 108350K .......... .......... .......... .......... .......... 50% 68.2M 4s
10:42:31 [2026-03-02T09:42:31.825Z] #10 5.499 108400K .......... .......... .......... .......... .......... 50% 87.3M 4s
10:42:31 [2026-03-02T09:42:31.825Z] #10 5.500 108450K .......... .......... .......... .......... .......... 50% 68.3M 4s
10:42:31 [2026-03-02T09:42:31.825Z] #10 5.500 108500K .......... .......... .......... .......... .......... 51%  110M 4s
10:42:31 [2026-03-02T09:42:31.825Z] #10 5.501 108550K .......... .......... .......... .......... .......... 51% 42.5M 4s
10:42:31 [2026-03-02T09:42:31.825Z] #10 5.502 108600K .......... .......... .......... .......... .......... 51%  135M 4s
10:42:31 [2026-03-02T09:42:31.825Z] #10 5.502 108650K .......... .......... .......... .......... .......... 51% 54.5M 4s
10:42:31 [2026-03-02T09:42:31.825Z] #10 5.503 108700K .......... .......... .......... .......... .......... 51%  113M 4s
10:42:31 [2026-03-02T09:42:31.825Z] #10 5.504 108750K .......... .......... .......... .......... .......... 51% 76.3M 4s
10:42:31 [2026-03-02T09:42:31.825Z] #10 5.504 108800K .......... .......... .......... .......... .......... 51% 36.8M 4s
10:42:31 [2026-03-02T09:42:31.825Z] #10 5.506 108850K .......... .......... .......... .......... .......... 51%  137M 4s
10:42:31 [2026-03-02T09:42:31.825Z] #10 5.506 108900K .......... .......... .......... .......... .......... 51% 85.7M 4s
10:42:31 [2026-03-02T09:42:31.825Z] #10 5.507 108950K .......... .......... .......... .......... .......... 51%  127M 4s
10:42:31 [2026-03-02T09:42:31.825Z] #10 5.507 109000K .......... .......... .......... .......... .......... 51% 79.7M 4s
10:42:31 [2026-03-02T09:42:31.825Z] #10 5.508 109050K .......... .......... .......... .......... .......... 51% 54.8M 4s
10:42:31 [2026-03-02T09:42:31.825Z] #10 5.508 109100K .......... .......... .......... .......... .......... 51% 71.5M 4s
10:42:31 [2026-03-02T09:42:31.825Z] #10 5.509 109150K .......... .......... .......... .......... .......... 51% 63.4M 4s
10:42:31 [2026-03-02T09:42:31.825Z] #10 5.510 109200K .......... .......... .......... .......... .......... 51% 66.2M 4s
10:42:31 [2026-03-02T09:42:31.825Z] #10 5.511 109250K .......... .......... .......... .......... .......... 51%  118M 4s
10:42:31 [2026-03-02T09:42:31.825Z] #10 5.511 109300K .......... .......... .......... .......... .......... 51% 66.8M 4s
10:42:31 [2026-03-02T09:42:31.825Z] #10 5.512 109350K .......... .......... .......... .......... .......... 51% 80.2M 4s
10:42:31 [2026-03-02T09:42:31.825Z] #10 5.512 109400K .......... .......... .......... .......... .......... 51% 71.4M 4s
10:42:31 [2026-03-02T09:42:31.825Z] #10 5.513 109450K .......... .......... .......... .......... .......... 51%  116M 4s
10:42:31 [2026-03-02T09:42:31.825Z] #10 5.513 109500K .......... .......... .......... .......... .......... 51% 84.0M 4s
10:42:31 [2026-03-02T09:42:31.825Z] #10 5.514 109550K .......... .......... .......... .......... .......... 51% 65.0M 4s
10:42:31 [2026-03-02T09:42:31.825Z] #10 5.515 109600K .......... .......... .......... .......... .......... 51% 94.6M 4s
10:42:31 [2026-03-02T09:42:31.825Z] #10 5.515 109650K .......... .......... .......... .......... .......... 51% 69.5M 4s
10:42:31 [2026-03-02T09:42:31.825Z] #10 5.516 109700K .......... .......... .......... .......... .......... 51% 91.5M 3s
10:42:31 [2026-03-02T09:42:31.825Z] #10 5.517 109750K .......... .......... .......... .......... .......... 51% 94.0M 3s
10:42:31 [2026-03-02T09:42:31.825Z] #10 5.517 109800K .......... .......... .......... .......... .......... 51% 82.8M 3s
10:42:31 [2026-03-02T09:42:31.825Z] #10 5.518 109850K .......... .......... .......... .......... .......... 51% 52.6M 3s
10:42:31 [2026-03-02T09:42:31.825Z] #10 5.519 109900K .......... .......... .......... .......... .......... 51% 78.2M 3s
10:42:31 [2026-03-02T09:42:31.825Z] #10 5.519 109950K .......... .......... .......... .......... .......... 51%  100M 3s
10:42:31 [2026-03-02T09:42:31.825Z] #10 5.520 110000K .......... .......... .......... .......... .......... 51%  119M 3s
10:42:31 [2026-03-02T09:42:31.825Z] #10 5.520 110050K .......... .......... .......... .......... .......... 51%  103M 3s
10:42:31 [2026-03-02T09:42:31.825Z] #10 5.521 110100K .......... .......... .......... .......... .......... 51% 76.9M 3s
10:42:31 [2026-03-02T09:42:31.825Z] #10 5.521 110150K .......... .......... .......... .......... .......... 51% 93.9M 3s
10:42:31 [2026-03-02T09:42:31.825Z] #10 5.522 110200K .......... .......... .......... .......... .......... 51% 74.2M 3s
10:42:31 [2026-03-02T09:42:31.825Z] #10 5.522 110250K .......... .......... .......... .......... .......... 51%  126M 3s
10:42:31 [2026-03-02T09:42:31.825Z] #10 5.523 110300K .......... .......... .......... .......... .......... 51% 67.9M 3s
10:42:31 [2026-03-02T09:42:31.825Z] #10 5.523 110350K .......... .......... .......... .......... .......... 51% 78.9M 3s
10:42:31 [2026-03-02T09:42:31.825Z] #10 5.524 110400K .......... .......... .......... .......... .......... 51%  144M 3s
10:42:31 [2026-03-02T09:42:31.825Z] #10 5.524 110450K .......... .......... .......... .......... .......... 51% 62.8M 3s
10:42:31 [2026-03-02T09:42:31.825Z] #10 5.525 110500K .......... .......... .......... .......... .......... 51%  118M 3s
10:42:31 [2026-03-02T09:42:31.825Z] #10 5.526 110550K .......... .......... .......... .......... .......... 51% 87.0M 3s
10:42:31 [2026-03-02T09:42:31.825Z] #10 5.526 110600K .......... .......... .......... .......... .......... 51% 82.4M 3s
10:42:31 [2026-03-02T09:42:31.825Z] #10 5.527 110650K .......... .......... .......... .......... .......... 52%  110M 3s
10:42:31 [2026-03-02T09:42:31.825Z] #10 5.527 110700K .......... .......... .......... .......... .......... 52%  113M 3s
10:42:31 [2026-03-02T09:42:31.825Z] #10 5.528 110750K .......... .......... .......... .......... .......... 52% 77.6M 3s
10:42:31 [2026-03-02T09:42:31.825Z] #10 5.528 110800K .......... .......... .......... .......... .......... 52%  137M 3s
10:42:31 [2026-03-02T09:42:31.825Z] #10 5.529 110850K .......... .......... .......... .......... .......... 52% 87.9M 3s
10:42:31 [2026-03-02T09:42:31.825Z] #10 5.529 110900K .......... .......... .......... .......... .......... 52%  131M 3s
10:42:31 [2026-03-02T09:42:31.825Z] #10 5.530 110950K .......... .......... .......... .......... .......... 52% 71.4M 3s
10:42:31 [2026-03-02T09:42:31.825Z] #10 5.530 111000K .......... .......... .......... .......... .......... 52%  105M 3s
10:42:31 [2026-03-02T09:42:31.825Z] #10 5.531 111050K .......... .......... .......... .......... .......... 52% 89.3M 3s
10:42:31 [2026-03-02T09:42:31.825Z] #10 5.531 111100K .......... .......... .......... .......... .......... 52%  128M 3s
10:42:31 [2026-03-02T09:42:31.825Z] #10 5.532 111150K .......... .......... .......... .......... .......... 52% 86.6M 3s
10:42:31 [2026-03-02T09:42:31.825Z] #10 5.532 111200K .......... .......... .......... .......... .......... 52% 97.2M 3s
10:42:31 [2026-03-02T09:42:31.825Z] #10 5.533 111250K .......... .......... .......... .......... .......... 52%  125M 3s
10:42:31 [2026-03-02T09:42:31.825Z] #10 5.533 111300K .......... .......... .......... .......... .......... 52% 88.1M 3s
10:42:31 [2026-03-02T09:42:31.825Z] #10 5.534 111350K .......... .......... .......... .......... .......... 52% 94.6M 3s
10:42:31 [2026-03-02T09:42:31.825Z] #10 5.534 111400K .......... .......... .......... .......... .......... 52%  122M 3s
10:42:31 [2026-03-02T09:42:31.825Z] #10 5.535 111450K .......... .......... .......... .......... .......... 52%  103M 3s
10:42:31 [2026-03-02T09:42:31.825Z] #10 5.535 111500K .......... .......... .......... .......... .......... 52%  125M 3s
10:42:31 [2026-03-02T09:42:31.825Z] #10 5.535 111550K .......... .......... .......... .......... .......... 52% 90.8M 3s
10:42:31 [2026-03-02T09:42:31.825Z] #10 5.536 111600K .......... .......... .......... .......... .......... 52%  117M 3s
10:42:31 [2026-03-02T09:42:31.825Z] #10 5.536 111650K .......... .......... .......... .......... .......... 52% 89.1M 3s
10:42:31 [2026-03-02T09:42:31.825Z] #10 5.537 111700K .......... .......... .......... .......... .......... 52% 96.7M 3s
10:42:31 [2026-03-02T09:42:31.825Z] #10 5.537 111750K .......... .......... .......... .......... .......... 52% 86.4M 3s
10:42:31 [2026-03-02T09:42:31.825Z] #10 5.538 111800K .......... .......... .......... .......... .......... 52%  117M 3s
10:42:31 [2026-03-02T09:42:31.825Z] #10 5.538 111850K .......... .......... .......... .......... .......... 52%  115M 3s
10:42:31 [2026-03-02T09:42:31.825Z] #10 5.539 111900K .......... .......... .......... .......... .......... 52%  101M 3s
10:42:31 [2026-03-02T09:42:31.825Z] #10 5.539 111950K .......... .......... .......... .......... .......... 52% 94.0M 3s
10:42:31 [2026-03-02T09:42:31.825Z] #10 5.540 112000K .......... .......... .......... .......... .......... 52%  133M 3s
10:42:31 [2026-03-02T09:42:31.825Z] #10 5.540 112050K .......... .......... .......... .......... .......... 52%  130M 3s
10:42:31 [2026-03-02T09:42:31.825Z] #10 5.541 112100K .......... .......... .......... .......... .......... 52%  102M 3s
10:42:31 [2026-03-02T09:42:31.825Z] #10 5.541 112150K .......... .......... .......... .......... .......... 52% 1.76M 3s
10:42:31 [2026-03-02T09:42:31.825Z] #10 5.569 112200K .......... .......... .......... .......... .......... 52%  117M 3s
10:42:31 [2026-03-02T09:42:31.825Z] #10 5.569 112250K .......... .......... .......... .......... .......... 52%  125M 3s
10:42:31 [2026-03-02T09:42:31.825Z] #10 5.570 112300K .......... .......... .......... .......... .......... 52%  105M 3s
10:42:31 [2026-03-02T09:42:31.825Z] #10 5.570 112350K .......... .......... .......... .......... .......... 52%  100M 3s
10:42:31 [2026-03-02T09:42:31.825Z] #10 5.571 112400K .......... .......... .......... .......... .......... 52% 35.0M 3s
10:42:31 [2026-03-02T09:42:31.825Z] #10 5.572 112450K .......... .......... .......... .......... .......... 52% 93.3M 3s
10:42:31 [2026-03-02T09:42:31.825Z] #10 5.573 112500K .......... .......... .......... .......... .......... 52%  124M 3s
10:42:31 [2026-03-02T09:42:31.825Z] #10 5.573 112550K .......... .......... .......... .......... .......... 52%  125M 3s
10:42:31 [2026-03-02T09:42:31.825Z] #10 5.573 112600K .......... .......... .......... .......... .......... 52%  434K 3s
10:42:32 [2026-03-02T09:42:32.075Z] #10 5.689 112650K .......... .......... .......... .......... .......... 52% 65.8M 3s
10:42:32 [2026-03-02T09:42:32.075Z] #10 5.689 112700K .......... .......... .......... .......... .......... 52% 21.8M 3s
10:42:32 [2026-03-02T09:42:32.075Z] #10 5.692 112750K .......... .......... .......... .......... .......... 53% 41.9M 3s
10:42:32 [2026-03-02T09:42:32.075Z] #10 5.693 112800K .......... .......... .......... .......... .......... 53% 25.7M 3s
10:42:32 [2026-03-02T09:42:32.075Z] #10 5.695 112850K .......... .......... .......... .......... .......... 53% 30.3M 3s
10:42:32 [2026-03-02T09:42:32.075Z] #10 5.696 112900K .......... .......... .......... .......... .......... 53% 24.1M 3s
10:42:32 [2026-03-02T09:42:32.075Z] #10 5.698 112950K .......... .......... .......... .......... .......... 53% 24.9M 3s
10:42:32 [2026-03-02T09:42:32.075Z] #10 5.700 113000K .......... .......... .......... .......... .......... 53% 25.7M 3s
10:42:32 [2026-03-02T09:42:32.075Z] #10 5.702 113050K .......... .......... .......... .......... .......... 53% 25.8M 3s
10:42:32 [2026-03-02T09:42:32.075Z] #10 5.704 113100K .......... .......... .......... .......... .......... 53% 22.8M 3s
10:42:32 [2026-03-02T09:42:32.075Z] #10 5.706 113150K .......... .......... .......... .......... .......... 53% 33.8M 3s
10:42:32 [2026-03-02T09:42:32.075Z] #10 5.708 113200K .......... .......... .......... .......... .......... 53% 25.3M 3s
10:42:32 [2026-03-02T09:42:32.075Z] #10 5.710 113250K .......... .......... .......... .......... .......... 53% 17.4M 3s
10:42:32 [2026-03-02T09:42:32.075Z] #10 5.712 113300K .......... .......... .......... .......... .......... 53% 20.6M 3s
10:42:32 [2026-03-02T09:42:32.075Z] #10 5.716 113350K .......... .......... .......... .......... .......... 53% 57.5M 3s
10:42:32 [2026-03-02T09:42:32.075Z] #10 5.716 113400K .......... .......... .......... .......... .......... 53% 30.0M 3s
10:42:32 [2026-03-02T09:42:32.075Z] #10 5.717 113450K .......... .......... .......... .......... .......... 53% 31.9M 3s
10:42:32 [2026-03-02T09:42:32.075Z] #10 5.719 113500K .......... .......... .......... .......... .......... 53% 23.9M 3s
10:42:32 [2026-03-02T09:42:32.075Z] #10 5.721 113550K .......... .......... .......... .......... .......... 53% 24.9M 3s
10:42:32 [2026-03-02T09:42:32.075Z] #10 5.723 113600K .......... .......... .......... .......... .......... 53% 27.0M 3s
10:42:32 [2026-03-02T09:42:32.075Z] #10 5.725 113650K .......... .......... .......... .......... .......... 53% 23.5M 3s
10:42:32 [2026-03-02T09:42:32.075Z] #10 5.727 113700K .......... .......... .......... .......... .......... 53% 27.4M 3s
10:42:32 [2026-03-02T09:42:32.075Z] #10 5.728 113750K .......... .......... .......... .......... .......... 53% 44.9M 3s
10:42:32 [2026-03-02T09:42:32.075Z] #10 5.729 113800K .......... .......... .......... .......... .......... 53% 25.5M 3s
10:42:32 [2026-03-02T09:42:32.075Z] #10 5.731 113850K .......... .......... .......... .......... .......... 53% 23.2M 3s
10:42:32 [2026-03-02T09:42:32.075Z] #10 5.733 113900K .......... .......... .......... .......... .......... 53% 18.8M 3s
10:42:32 [2026-03-02T09:42:32.075Z] #10 5.736 113950K .......... .......... .......... .......... .......... 53% 22.3M 3s
10:42:32 [2026-03-02T09:42:32.075Z] #10 5.738 114000K .......... .......... .......... .......... .......... 53% 34.6M 3s
10:42:32 [2026-03-02T09:42:32.075Z] #10 5.740 114050K .......... .......... .......... .......... .......... 53% 40.6M 3s
10:42:32 [2026-03-02T09:42:32.075Z] #10 5.741 114100K .......... .......... .......... .......... .......... 53% 23.7M 3s
10:42:32 [2026-03-02T09:42:32.075Z] #10 5.743 114150K .......... .......... .......... .......... .......... 53% 25.1M 3s
10:42:32 [2026-03-02T09:42:32.075Z] #10 5.745 114200K .......... .......... .......... .......... .......... 53% 25.6M 3s
10:42:32 [2026-03-02T09:42:32.075Z] #10 5.747 114250K .......... .......... .......... .......... .......... 53% 31.3M 3s
10:42:32 [2026-03-02T09:42:32.075Z] #10 5.748 114300K .......... .......... .......... .......... .......... 53% 17.7M 3s
10:42:32 [2026-03-02T09:42:32.075Z] #10 5.751 114350K .......... .......... .......... .......... .......... 53% 40.1M 3s
10:42:32 [2026-03-02T09:42:32.075Z] #10 5.752 114400K .......... .......... .......... .......... .......... 53% 29.4M 3s
10:42:32 [2026-03-02T09:42:32.075Z] #10 5.754 114450K .......... .......... .......... .......... .......... 53% 24.1M 3s
10:42:32 [2026-03-02T09:42:32.075Z] #10 5.756 114500K .......... .......... .......... .......... .......... 53% 26.7M 3s
10:42:32 [2026-03-02T09:42:32.075Z] #10 5.758 114550K .......... .......... .......... .......... .......... 53% 28.2M 3s
10:42:32 [2026-03-02T09:42:32.075Z] #10 5.760 114600K .......... .......... .......... .......... .......... 53% 25.8M 3s
10:42:32 [2026-03-02T09:42:32.075Z] #10 5.761 114650K .......... .......... .......... .......... .......... 53% 23.8M 3s
10:42:32 [2026-03-02T09:42:32.075Z] #10 5.764 114700K .......... .......... .......... .......... .......... 53% 26.2M 3s
10:42:32 [2026-03-02T09:42:32.075Z] #10 5.765 114750K .......... .......... .......... .......... .......... 53% 26.0M 3s
10:42:32 [2026-03-02T09:42:32.075Z] #10 5.767 114800K .......... .......... .......... .......... .......... 53% 25.4M 3s
10:42:32 [2026-03-02T09:42:32.075Z] #10 5.769 114850K .......... .......... .......... .......... .......... 53%  546K 3s
10:42:32 [2026-03-02T09:42:32.326Z] #10 5.861 114900K .......... .......... .......... .......... .......... 54% 22.4M 3s
10:42:32 [2026-03-02T09:42:32.326Z] #10 5.863 114950K .......... .......... .......... .......... .......... 54% 27.1M 3s
10:42:32 [2026-03-02T09:42:32.326Z] #10 5.865 115000K .......... .......... .......... .......... .......... 54% 39.1M 3s
10:42:32 [2026-03-02T09:42:32.326Z] #10 5.866 115050K .......... .......... .......... .......... .......... 54% 24.3M 3s
10:42:32 [2026-03-02T09:42:32.326Z] #10 5.868 115100K .......... .......... .......... .......... .......... 54% 17.2M 3s
10:42:32 [2026-03-02T09:42:32.326Z] #10 5.871 115150K .......... .......... .......... .......... .......... 54% 32.5M 3s
10:42:32 [2026-03-02T09:42:32.326Z] #10 5.872 115200K .......... .......... .......... .......... .......... 54% 24.4M 3s
10:42:32 [2026-03-02T09:42:32.326Z] #10 5.874 115250K .......... .......... .......... .......... .......... 54% 34.9M 3s
10:42:32 [2026-03-02T09:42:32.326Z] #10 5.876 115300K .......... .......... .......... .......... .......... 54% 24.1M 3s
10:42:32 [2026-03-02T09:42:32.326Z] #10 5.878 115350K .......... .......... .......... .......... .......... 54% 26.5M 3s
10:42:32 [2026-03-02T09:42:32.326Z] #10 5.880 115400K .......... .......... .......... .......... .......... 54% 16.0M 3s
10:42:32 [2026-03-02T09:42:32.326Z] #10 5.883 115450K .......... .......... .......... .......... .......... 54%  107M 3s
10:42:32 [2026-03-02T09:42:32.326Z] #10 5.883 115500K .......... .......... .......... .......... .......... 54% 1.86M 3s
10:42:32 [2026-03-02T09:42:32.326Z] #10 5.909 115550K .......... .......... .......... .......... .......... 54%  777K 4s
10:42:32 [2026-03-02T09:42:32.326Z] #10 5.974 115600K .......... .......... .......... .......... .......... 54% 38.2M 4s
10:42:32 [2026-03-02T09:42:32.326Z] #10 5.975 115650K .......... .......... .......... .......... .......... 54% 25.5M 4s
10:42:32 [2026-03-02T09:42:32.326Z] #10 5.977 115700K .......... .......... .......... .......... .......... 54% 25.0M 4s
10:42:32 [2026-03-02T09:42:32.326Z] #10 5.979 115750K .......... .......... .......... .......... .......... 54% 26.7M 4s
10:42:32 [2026-03-02T09:42:32.326Z] #10 5.981 115800K .......... .......... .......... .......... .......... 54% 25.1M 4s
10:42:32 [2026-03-02T09:42:32.326Z] #10 5.983 115850K .......... .......... .......... .......... .......... 54% 39.8M 4s
10:42:32 [2026-03-02T09:42:32.326Z] #10 5.984 115900K .......... .......... .......... .......... .......... 54% 21.0M 4s
10:42:32 [2026-03-02T09:42:32.326Z] #10 5.986 115950K .......... .......... .......... .......... .......... 54% 24.0M 4s
10:42:32 [2026-03-02T09:42:32.326Z] #10 5.988 116000K .......... .......... .......... .......... .......... 54% 25.7M 4s
10:42:32 [2026-03-02T09:42:32.326Z] #10 5.990 116050K .......... .......... .......... .......... .......... 54% 27.6M 3s
10:42:32 [2026-03-02T09:42:32.326Z] #10 5.992 116100K .......... .......... .......... .......... .......... 54% 21.4M 3s
10:42:32 [2026-03-02T09:42:32.326Z] #10 5.994 116150K .......... .......... .......... .......... .......... 54% 50.4M 3s
10:42:32 [2026-03-02T09:42:32.326Z] #10 5.995 116200K .......... .......... .......... .......... .......... 54% 28.0M 3s
10:42:32 [2026-03-02T09:42:32.326Z] #10 5.997 116250K .......... .......... .......... .......... .......... 54% 26.8M 3s
10:42:32 [2026-03-02T09:42:32.326Z] #10 5.999 116300K .......... .......... .......... .......... .......... 54% 18.3M 3s
10:42:32 [2026-03-02T09:42:32.326Z] #10 6.001 116350K .......... .......... .......... .......... .......... 54% 26.8M 3s
10:42:32 [2026-03-02T09:42:32.326Z] #10 6.003 116400K .......... .......... .......... .......... .......... 54% 23.0M 3s
10:42:32 [2026-03-02T09:42:32.326Z] #10 6.005 116450K .......... .......... .......... .......... .......... 54% 48.5M 3s
10:42:32 [2026-03-02T09:42:32.326Z] #10 6.006 116500K .......... .......... .......... .......... .......... 54% 26.6M 3s
10:42:32 [2026-03-02T09:42:32.326Z] #10 6.008 116550K .......... .......... .......... .......... .......... 54% 19.4M 3s
10:42:32 [2026-03-02T09:42:32.326Z] #10 6.011 116600K .......... .......... .......... .......... .......... 54% 45.7M 3s
10:42:32 [2026-03-02T09:42:32.326Z] #10 6.012 116650K .......... .......... .......... .......... .......... 54% 5.99M 3s
10:42:32 [2026-03-02T09:42:32.326Z] #10 6.020 116700K .......... .......... .......... .......... .......... 54%  790K 4s
10:42:32 [2026-03-02T09:42:32.326Z] #10 6.083 116750K .......... .......... .......... .......... .......... 54% 46.1M 4s
10:42:32 [2026-03-02T09:42:32.326Z] #10 6.084 116800K .......... .......... .......... .......... .......... 54% 55.3M 4s
10:42:32 [2026-03-02T09:42:32.326Z] #10 6.085 116850K .......... .......... .......... .......... .......... 54% 54.3M 4s
10:42:32 [2026-03-02T09:42:32.326Z] #10 6.086 116900K .......... .......... .......... .......... .......... 54% 51.6M 4s
10:42:32 [2026-03-02T09:42:32.326Z] #10 6.087 116950K .......... .......... .......... .......... .......... 54% 60.0M 4s
10:42:32 [2026-03-02T09:42:32.326Z] #10 6.088 117000K .......... .......... .......... .......... .......... 55% 54.7M 4s
10:42:32 [2026-03-02T09:42:32.326Z] #10 6.089 117050K .......... .......... .......... .......... .......... 55% 61.5M 4s
10:42:32 [2026-03-02T09:42:32.326Z] #10 6.090 117100K .......... .......... .......... .......... .......... 55% 52.8M 4s
10:42:32 [2026-03-02T09:42:32.326Z] #10 6.090 117150K .......... .......... .......... .......... .......... 55% 54.1M 4s
10:42:32 [2026-03-02T09:42:32.326Z] #10 6.091 117200K .......... .......... .......... .......... .......... 55% 58.7M 4s
10:42:32 [2026-03-02T09:42:32.326Z] #10 6.092 117250K .......... .......... .......... .......... .......... 55% 56.2M 4s
10:42:32 [2026-03-02T09:42:32.326Z] #10 6.093 117300K .......... .......... .......... .......... .......... 55% 99.9M 3s
10:42:32 [2026-03-02T09:42:32.326Z] #10 6.093 117350K .......... .......... .......... .......... .......... 55%  110M 3s
10:42:32 [2026-03-02T09:42:32.326Z] #10 6.094 117400K .......... .......... .......... .......... .......... 55% 47.2M 3s
10:42:32 [2026-03-02T09:42:32.326Z] #10 6.095 117450K .......... .......... .......... .......... .......... 55% 73.8M 3s
10:42:32 [2026-03-02T09:42:32.326Z] #10 6.096 117500K .......... .......... .......... .......... .......... 55% 46.7M 3s
10:42:32 [2026-03-02T09:42:32.326Z] #10 6.097 117550K .......... .......... .......... .......... .......... 55% 44.8M 3s
10:42:32 [2026-03-02T09:42:32.326Z] #10 6.098 117600K .......... .......... .......... .......... .......... 55% 63.3M 3s
10:42:32 [2026-03-02T09:42:32.326Z] #10 6.099 117650K .......... .......... .......... .......... .......... 55% 56.9M 3s
10:42:32 [2026-03-02T09:42:32.326Z] #10 6.099 117700K .......... .......... .......... .......... .......... 55% 47.5M 3s
10:42:32 [2026-03-02T09:42:32.326Z] #10 6.100 117750K .......... .......... .......... .......... .......... 55% 56.0M 3s
10:42:32 [2026-03-02T09:42:32.326Z] #10 6.101 117800K .......... .......... .......... .......... .......... 55%  110M 3s
10:42:32 [2026-03-02T09:42:32.326Z] #10 6.102 117850K .......... .......... .......... .......... .......... 55% 60.3M 3s
10:42:32 [2026-03-02T09:42:32.326Z] #10 6.103 117900K .......... .......... .......... .......... .......... 55% 40.4M 3s
10:42:32 [2026-03-02T09:42:32.326Z] #10 6.104 117950K .......... .......... .......... .......... .......... 55% 46.6M 3s
10:42:32 [2026-03-02T09:42:32.326Z] #10 6.105 118000K .......... .......... .......... .......... .......... 55% 31.7M 3s
10:42:32 [2026-03-02T09:42:32.326Z] #10 6.107 118050K .......... .......... .......... .......... .......... 55% 39.2M 3s
10:42:32 [2026-03-02T09:42:32.326Z] #10 6.108 118100K .......... .......... .......... .......... .......... 55% 32.5M 3s
10:42:32 [2026-03-02T09:42:32.326Z] #10 6.109 118150K .......... .......... .......... .......... .......... 55% 33.3M 3s
10:42:32 [2026-03-02T09:42:32.326Z] #10 6.111 118200K .......... .......... .......... .......... .......... 55% 39.4M 3s
10:42:32 [2026-03-02T09:42:32.326Z] #10 6.112 118250K .......... .......... .......... .......... .......... 55% 46.1M 3s
10:42:32 [2026-03-02T09:42:32.326Z] #10 6.113 118300K .......... .......... .......... .......... .......... 55% 34.6M 3s
10:42:32 [2026-03-02T09:42:32.326Z] #10 6.114 118350K .......... .......... .......... .......... .......... 55% 34.9M 3s
10:42:32 [2026-03-02T09:42:32.326Z] #10 6.116 118400K .......... .......... .......... .......... .......... 55% 51.7M 3s
10:42:32 [2026-03-02T09:42:32.326Z] #10 6.117 118450K .......... .......... .......... .......... .......... 55% 45.4M 3s
10:42:32 [2026-03-02T09:42:32.326Z] #10 6.118 118500K .......... .......... .......... .......... .......... 55% 48.9M 3s
10:42:32 [2026-03-02T09:42:32.326Z] #10 6.119 118550K .......... .......... .......... .......... .......... 55% 42.8M 3s
10:42:32 [2026-03-02T09:42:32.326Z] #10 6.120 118600K .......... .......... .......... .......... .......... 55% 41.0M 3s
10:42:32 [2026-03-02T09:42:32.326Z] #10 6.121 118650K .......... .......... .......... .......... .......... 55% 39.1M 3s
10:42:32 [2026-03-02T09:42:32.326Z] #10 6.122 118700K .......... .......... .......... .......... .......... 55% 35.6M 3s
10:42:32 [2026-03-02T09:42:32.326Z] #10 6.124 118750K .......... .......... .......... .......... .......... 55% 35.8M 3s
10:42:32 [2026-03-02T09:42:32.326Z] #10 6.125 118800K .......... .......... .......... .......... .......... 55% 43.7M 3s
10:42:32 [2026-03-02T09:42:32.326Z] #10 6.126 118850K .......... .......... .......... .......... .......... 55% 40.5M 3s
10:42:32 [2026-03-02T09:42:32.326Z] #10 6.127 118900K .......... .......... .......... .......... .......... 55% 42.3M 3s
10:42:32 [2026-03-02T09:42:32.326Z] #10 6.129 118950K .......... .......... .......... .......... .......... 55% 44.0M 3s
10:42:32 [2026-03-02T09:42:32.326Z] #10 6.130 119000K .......... .......... .......... .......... .......... 55% 38.5M 3s
10:42:32 [2026-03-02T09:42:32.326Z] #10 6.131 119050K .......... .......... .......... .......... .......... 55% 44.9M 3s
10:42:32 [2026-03-02T09:42:32.326Z] #10 6.132 119100K .......... .......... .......... .......... .......... 55% 45.5M 3s
10:42:32 [2026-03-02T09:42:32.326Z] #10 6.133 119150K .......... .......... .......... .......... .......... 56% 59.9M 3s
10:42:32 [2026-03-02T09:42:32.326Z] #10 6.134 119200K .......... .......... .......... .......... .......... 56% 87.0M 3s
10:42:32 [2026-03-02T09:42:32.326Z] #10 6.134 119250K .......... .......... .......... .......... .......... 56% 65.9M 3s
10:42:32 [2026-03-02T09:42:32.326Z] #10 6.135 119300K .......... .......... .......... .......... .......... 56% 57.2M 3s
10:42:32 [2026-03-02T09:42:32.326Z] #10 6.136 119350K .......... .......... .......... .......... .......... 56% 77.8M 3s
10:42:32 [2026-03-02T09:42:32.326Z] #10 6.137 119400K .......... .......... .......... .......... .......... 56% 57.6M 3s
10:42:32 [2026-03-02T09:42:32.326Z] #10 6.138 119450K .......... .......... .......... .......... .......... 56% 62.2M 3s
10:42:32 [2026-03-02T09:42:32.326Z] #10 6.138 119500K .......... .......... .......... .......... .......... 56% 50.6M 3s
10:42:32 [2026-03-02T09:42:32.326Z] #10 6.139 119550K .......... .......... .......... .......... .......... 56% 59.9M 3s
10:42:32 [2026-03-02T09:42:32.326Z] #10 6.140 119600K .......... .......... .......... .......... .......... 56% 58.8M 3s
10:42:32 [2026-03-02T09:42:32.326Z] #10 6.141 119650K .......... .......... .......... .......... .......... 56% 59.3M 3s
10:42:32 [2026-03-02T09:42:32.326Z] #10 6.142 119700K .......... .......... .......... .......... .......... 56% 79.0M 3s
10:42:32 [2026-03-02T09:42:32.326Z] #10 6.142 119750K .......... .......... .......... .......... .......... 56%  106M 3s
10:42:32 [2026-03-02T09:42:32.326Z] #10 6.143 119800K .......... .......... .......... .......... .......... 56% 86.3M 3s
10:42:32 [2026-03-02T09:42:32.326Z] #10 6.143 119850K .......... .......... .......... .......... .......... 56% 99.5M 3s
10:42:32 [2026-03-02T09:42:32.326Z] #10 6.144 119900K .......... .......... .......... .......... .......... 56% 81.0M 3s
10:42:32 [2026-03-02T09:42:32.326Z] #10 6.144 119950K .......... .......... .......... .......... .......... 56%  110M 3s
10:42:32 [2026-03-02T09:42:32.326Z] #10 6.145 120000K .......... .......... .......... .......... .......... 56%  109M 3s
10:42:32 [2026-03-02T09:42:32.326Z] #10 6.145 120050K .......... .......... .......... .......... .......... 56% 1.02M 3s
10:42:32 [2026-03-02T09:42:32.577Z] #10 6.193 120100K .......... .......... .......... .......... .......... 56% 50.5M 3s
10:42:32 [2026-03-02T09:42:32.577Z] #10 6.194 120150K .......... .......... .......... .......... .......... 56% 62.4M 3s
10:42:32 [2026-03-02T09:42:32.577Z] #10 6.195 120200K .......... .......... .......... .......... .......... 56% 88.9M 3s
10:42:32 [2026-03-02T09:42:32.577Z] #10 6.196 120250K .......... .......... .......... .......... .......... 56% 76.2M 3s
10:42:32 [2026-03-02T09:42:32.577Z] #10 6.196 120300K .......... .......... .......... .......... .......... 56% 51.3M 3s
10:42:32 [2026-03-02T09:42:32.577Z] #10 6.197 120350K .......... .......... .......... .......... .......... 56% 55.2M 3s
10:42:32 [2026-03-02T09:42:32.577Z] #10 6.198 120400K .......... .......... .......... .......... .......... 56% 57.3M 3s
10:42:32 [2026-03-02T09:42:32.577Z] #10 6.199 120450K .......... .......... .......... .......... .......... 56% 52.9M 3s
10:42:32 [2026-03-02T09:42:32.577Z] #10 6.200 120500K .......... .......... .......... .......... .......... 56% 48.2M 3s
10:42:32 [2026-03-02T09:42:32.577Z] #10 6.201 120550K .......... .......... .......... .......... .......... 56% 54.5M 3s
10:42:32 [2026-03-02T09:42:32.577Z] #10 6.202 120600K .......... .......... .......... .......... .......... 56% 48.5M 3s
10:42:32 [2026-03-02T09:42:32.577Z] #10 6.203 120650K .......... .......... .......... .......... .......... 56% 92.7M 3s
10:42:32 [2026-03-02T09:42:32.577Z] #10 6.203 120700K .......... .......... .......... .......... .......... 56% 41.9M 3s
10:42:32 [2026-03-02T09:42:32.577Z] #10 6.204 120750K .......... .......... .......... .......... .......... 56% 71.1M 3s
10:42:32 [2026-03-02T09:42:32.577Z] #10 6.205 120800K .......... .......... .......... .......... .......... 56% 38.7M 3s
10:42:32 [2026-03-02T09:42:32.577Z] #10 6.206 120850K .......... .......... .......... .......... .......... 56% 32.2M 3s
10:42:32 [2026-03-02T09:42:32.577Z] #10 6.208 120900K .......... .......... .......... .......... .......... 56% 43.5M 3s
10:42:32 [2026-03-02T09:42:32.577Z] #10 6.209 120950K .......... .......... .......... .......... .......... 56% 59.8M 3s
10:42:32 [2026-03-02T09:42:32.577Z] #10 6.210 121000K .......... .......... .......... .......... .......... 56% 56.6M 3s
10:42:32 [2026-03-02T09:42:32.577Z] #10 6.211 121050K .......... .......... .......... .......... .......... 56% 58.3M 3s
10:42:32 [2026-03-02T09:42:32.577Z] #10 6.212 121100K .......... .......... .......... .......... .......... 56% 50.0M 3s
10:42:32 [2026-03-02T09:42:32.577Z] #10 6.212 121150K .......... .......... .......... .......... .......... 56% 44.9M 3s
10:42:32 [2026-03-02T09:42:32.577Z] #10 6.214 121200K .......... .......... .......... .......... .......... 56% 49.1M 3s
10:42:32 [2026-03-02T09:42:32.577Z] #10 6.215 121250K .......... .......... .......... .......... .......... 57% 48.8M 3s
10:42:32 [2026-03-02T09:42:32.577Z] #10 6.216 121300K .......... .......... .......... .......... .......... 57% 66.9M 3s
10:42:32 [2026-03-02T09:42:32.577Z] #10 6.216 121350K .......... .......... .......... .......... .......... 57% 47.8M 3s
10:42:32 [2026-03-02T09:42:32.577Z] #10 6.217 121400K .......... .......... .......... .......... .......... 57% 48.7M 3s
10:42:32 [2026-03-02T09:42:32.577Z] #10 6.218 121450K .......... .......... .......... .......... .......... 57% 61.3M 3s
10:42:32 [2026-03-02T09:42:32.577Z] #10 6.219 121500K .......... .......... .......... .......... .......... 57% 42.4M 3s
10:42:32 [2026-03-02T09:42:32.577Z] #10 6.220 121550K .......... .......... .......... .......... .......... 57% 42.3M 3s
10:42:32 [2026-03-02T09:42:32.577Z] #10 6.221 121600K .......... .......... .......... .......... .......... 57% 51.5M 3s
10:42:32 [2026-03-02T09:42:32.577Z] #10 6.222 121650K .......... .......... .......... .......... .......... 57% 52.7M 3s
10:42:32 [2026-03-02T09:42:32.577Z] #10 6.223 121700K .......... .......... .......... .......... .......... 57% 42.4M 3s
10:42:32 [2026-03-02T09:42:32.577Z] #10 6.224 121750K .......... .......... .......... .......... .......... 57% 49.4M 3s
10:42:32 [2026-03-02T09:42:32.577Z] #10 6.225 121800K .......... .......... .......... .......... .......... 57% 50.9M 3s
10:42:32 [2026-03-02T09:42:32.577Z] #10 6.226 121850K .......... .......... .......... .......... .......... 57% 40.9M 3s
10:42:32 [2026-03-02T09:42:32.577Z] #10 6.228 121900K .......... .......... .......... .......... .......... 57% 32.3M 3s
10:42:32 [2026-03-02T09:42:32.577Z] #10 6.229 121950K .......... .......... .......... .......... .......... 57% 60.8M 3s
10:42:32 [2026-03-02T09:42:32.577Z] #10 6.230 122000K .......... .......... .......... .......... .......... 57% 55.3M 3s
10:42:32 [2026-03-02T09:42:32.577Z] #10 6.231 122050K .......... .......... .......... .......... .......... 57% 43.0M 3s
10:42:32 [2026-03-02T09:42:32.577Z] #10 6.232 122100K .......... .......... .......... .......... .......... 57% 49.7M 3s
10:42:32 [2026-03-02T09:42:32.577Z] #10 6.233 122150K .......... .......... .......... .......... .......... 57% 57.8M 3s
10:42:32 [2026-03-02T09:42:32.577Z] #10 6.234 122200K .......... .......... .......... .......... .......... 57% 57.9M 3s
10:42:32 [2026-03-02T09:42:32.577Z] #10 6.235 122250K .......... .......... .......... .......... .......... 57% 76.2M 3s
10:42:32 [2026-03-02T09:42:32.577Z] #10 6.235 122300K .......... .......... .......... .......... .......... 57% 46.8M 3s
10:42:32 [2026-03-02T09:42:32.577Z] #10 6.236 122350K .......... .......... .......... .......... .......... 57% 61.2M 3s
10:42:32 [2026-03-02T09:42:32.577Z] #10 6.237 122400K .......... .......... .......... .......... .......... 57% 71.2M 3s
10:42:32 [2026-03-02T09:42:32.577Z] #10 6.238 122450K .......... .......... .......... .......... .......... 57% 55.6M 3s
10:42:32 [2026-03-02T09:42:32.577Z] #10 6.239 122500K .......... .......... .......... .......... .......... 57% 53.7M 3s
10:42:32 [2026-03-02T09:42:32.577Z] #10 6.240 122550K .......... .......... .......... .......... .......... 57% 82.8M 3s
10:42:32 [2026-03-02T09:42:32.577Z] #10 6.241 122600K .......... .......... .......... .......... .......... 57% 62.0M 3s
10:42:32 [2026-03-02T09:42:32.577Z] #10 6.241 122650K .......... .......... .......... .......... .......... 57%  102M 3s
10:42:32 [2026-03-02T09:42:32.577Z] #10 6.241 122700K .......... .......... .......... .......... .......... 57% 82.8M 3s
10:42:32 [2026-03-02T09:42:32.577Z] #10 6.242 122750K .......... .......... .......... .......... .......... 57% 78.6M 3s
10:42:32 [2026-03-02T09:42:32.577Z] #10 6.243 122800K .......... .......... .......... .......... .......... 57% 95.4M 3s
10:42:32 [2026-03-02T09:42:32.577Z] #10 6.243 122850K .......... .......... .......... .......... .......... 57%  486K 3s
10:42:32 [2026-03-02T09:42:32.577Z] #10 6.346 122900K .......... .......... .......... .......... .......... 57% 55.8M 3s
10:42:32 [2026-03-02T09:42:32.577Z] #10 6.347 122950K .......... .......... .......... .......... .......... 57% 53.4M 3s
10:42:32 [2026-03-02T09:42:32.577Z] #10 6.348 123000K .......... .......... .......... .......... .......... 57% 53.5M 3s
10:42:32 [2026-03-02T09:42:32.577Z] #10 6.349 123050K .......... .......... .......... .......... .......... 57% 58.4M 3s
10:42:32 [2026-03-02T09:42:32.577Z] #10 6.349 123100K .......... .......... .......... .......... .......... 57% 64.5M 3s
10:42:32 [2026-03-02T09:42:32.577Z] #10 6.350 123150K .......... .......... .......... .......... .......... 57% 53.0M 3s
10:42:32 [2026-03-02T09:42:32.577Z] #10 6.351 123200K .......... .......... .......... .......... .......... 57% 62.8M 3s
10:42:32 [2026-03-02T09:42:32.577Z] #10 6.352 123250K .......... .......... .......... .......... .......... 57% 41.6M 3s
10:42:32 [2026-03-02T09:42:32.577Z] #10 6.353 123300K .......... .......... .......... .......... .......... 57% 45.0M 3s
10:42:32 [2026-03-02T09:42:32.578Z] #10 6.354 123350K .......... .......... .......... .......... .......... 57% 64.8M 3s
10:42:32 [2026-03-02T09:42:32.578Z] #10 6.355 123400K .......... .......... .......... .......... .......... 58% 66.1M 3s
10:42:32 [2026-03-02T09:42:32.578Z] #10 6.356 123450K .......... .......... .......... .......... .......... 58% 50.2M 3s
10:42:32 [2026-03-02T09:42:32.578Z] #10 6.357 123500K .......... .......... .......... .......... .......... 58% 62.4M 3s
10:42:32 [2026-03-02T09:42:32.578Z] #10 6.357 123550K .......... .......... .......... .......... .......... 58% 48.1M 3s
10:42:32 [2026-03-02T09:42:32.578Z] #10 6.359 123600K .......... .......... .......... .......... .......... 58% 64.2M 3s
10:42:32 [2026-03-02T09:42:32.578Z] #10 6.359 123650K .......... .......... .......... .......... .......... 58% 69.0M 3s
10:42:32 [2026-03-02T09:42:32.578Z] #10 6.360 123700K .......... .......... .......... .......... .......... 58% 52.9M 3s
10:42:32 [2026-03-02T09:42:32.578Z] #10 6.361 123750K .......... .......... .......... .......... .......... 58% 74.1M 3s
10:42:32 [2026-03-02T09:42:32.578Z] #10 6.361 123800K .......... .......... .......... .......... .......... 58% 67.0M 3s
10:42:32 [2026-03-02T09:42:32.578Z] #10 6.362 123850K .......... .......... .......... .......... .......... 58% 63.2M 3s
10:42:32 [2026-03-02T09:42:32.578Z] #10 6.363 123900K .......... .......... .......... .......... .......... 58% 71.2M 3s
10:42:32 [2026-03-02T09:42:32.578Z] #10 6.364 123950K .......... .......... .......... .......... .......... 58% 53.9M 3s
10:42:32 [2026-03-02T09:42:32.578Z] #10 6.365 124000K .......... .......... .......... .......... .......... 58% 72.3M 3s
10:42:32 [2026-03-02T09:42:32.578Z] #10 6.365 124050K .......... .......... .......... .......... .......... 58% 73.7M 3s
10:42:32 [2026-03-02T09:42:32.578Z] #10 6.366 124100K .......... .......... .......... .......... .......... 58% 75.4M 3s
10:42:32 [2026-03-02T09:42:32.578Z] #10 6.367 124150K .......... .......... .......... .......... .......... 58% 62.4M 3s
10:42:32 [2026-03-02T09:42:32.578Z] #10 6.367 124200K .......... .......... .......... .......... .......... 58% 66.1M 3s
10:42:32 [2026-03-02T09:42:32.578Z] #10 6.368 124250K .......... .......... .......... .......... .......... 58% 67.0M 3s
10:42:32 [2026-03-02T09:42:32.578Z] #10 6.369 124300K .......... .......... .......... .......... .......... 58% 60.3M 3s
10:42:32 [2026-03-02T09:42:32.578Z] #10 6.370 124350K .......... .......... .......... .......... .......... 58% 64.6M 3s
10:42:32 [2026-03-02T09:42:32.578Z] #10 6.370 124400K .......... .......... .......... .......... .......... 58% 64.1M 3s
10:42:32 [2026-03-02T09:42:32.578Z] #10 6.371 124450K .......... .......... .......... .......... .......... 58% 56.4M 3s
10:42:32 [2026-03-02T09:42:32.578Z] #10 6.372 124500K .......... .......... .......... .......... .......... 58% 75.2M 3s
10:42:32 [2026-03-02T09:42:32.578Z] #10 6.373 124550K .......... .......... .......... .......... .......... 58% 55.9M 3s
10:42:32 [2026-03-02T09:42:32.578Z] #10 6.374 124600K .......... .......... .......... .......... .......... 58% 91.6M 3s
10:42:32 [2026-03-02T09:42:32.578Z] #10 6.374 124650K .......... .......... .......... .......... .......... 58% 64.0M 3s
10:42:32 [2026-03-02T09:42:32.578Z] #10 6.375 124700K .......... .......... .......... .......... .......... 58% 61.3M 3s
10:42:32 [2026-03-02T09:42:32.578Z] #10 6.376 124750K .......... .......... .......... .......... .......... 58% 57.4M 3s
10:42:32 [2026-03-02T09:42:32.578Z] #10 6.377 124800K .......... .......... .......... .......... .......... 58% 84.8M 3s
10:42:32 [2026-03-02T09:42:32.578Z] #10 6.377 124850K .......... .......... .......... .......... .......... 58% 73.5M 3s
10:42:32 [2026-03-02T09:42:32.578Z] #10 6.378 124900K .......... .......... .......... .......... .......... 58% 63.4M 3s
10:42:32 [2026-03-02T09:42:32.578Z] #10 6.379 124950K .......... .......... .......... .......... .......... 58% 50.9M 3s
10:42:32 [2026-03-02T09:42:32.578Z] #10 6.379 125000K .......... .......... .......... .......... .......... 58% 61.7M 3s
10:42:32 [2026-03-02T09:42:32.578Z] #10 6.380 125050K .......... .......... .......... .......... .......... 58% 67.2M 3s
10:42:32 [2026-03-02T09:42:32.578Z] #10 6.381 125100K .......... .......... .......... .......... .......... 58% 59.3M 3s
10:42:32 [2026-03-02T09:42:32.578Z] #10 6.382 125150K .......... .......... .......... .......... .......... 58% 53.9M 3s
10:42:32 [2026-03-02T09:42:32.578Z] #10 6.383 125200K .......... .......... .......... .......... .......... 58% 93.3M 3s
10:42:32 [2026-03-02T09:42:32.578Z] #10 6.383 125250K .......... .......... .......... .......... .......... 58% 69.3M 3s
10:42:32 [2026-03-02T09:42:32.578Z] #10 6.384 125300K .......... .......... .......... .......... .......... 58% 65.0M 3s
10:42:32 [2026-03-02T09:42:32.578Z] #10 6.385 125350K .......... .......... .......... .......... .......... 58% 58.6M 3s
10:42:32 [2026-03-02T09:42:32.578Z] #10 6.385 125400K .......... .......... .......... .......... .......... 58% 79.8M 3s
10:42:32 [2026-03-02T09:42:32.578Z] #10 6.386 125450K .......... .......... .......... .......... .......... 58% 85.3M 3s
10:42:32 [2026-03-02T09:42:32.578Z] #10 6.387 125500K .......... .......... .......... .......... .......... 58% 90.5M 3s
10:42:32 [2026-03-02T09:42:32.578Z] #10 6.387 125550K .......... .......... .......... .......... .......... 59% 73.0M 3s
10:42:32 [2026-03-02T09:42:32.578Z] #10 6.388 125600K .......... .......... .......... .......... .......... 59% 56.8M 3s
10:42:32 [2026-03-02T09:42:32.578Z] #10 6.389 125650K .......... .......... .......... .......... .......... 59% 61.8M 3s
10:42:32 [2026-03-02T09:42:32.578Z] #10 6.390 125700K .......... .......... .......... .......... .......... 59% 95.5M 3s
10:42:32 [2026-03-02T09:42:32.578Z] #10 6.390 125750K .......... .......... .......... .......... .......... 59% 59.6M 3s
10:42:32 [2026-03-02T09:42:32.578Z] #10 6.391 125800K .......... .......... .......... .......... .......... 59% 63.3M 3s
10:42:32 [2026-03-02T09:42:32.578Z] #10 6.392 125850K .......... .......... .......... .......... .......... 59%  121M 3s
10:42:32 [2026-03-02T09:42:32.578Z] #10 6.392 125900K .......... .......... .......... .......... .......... 59%  107M 3s
10:42:32 [2026-03-02T09:42:32.578Z] #10 6.392 125950K .......... .......... .......... .......... .......... 59%  106M 3s
10:42:32 [2026-03-02T09:42:32.578Z] #10 6.393 126000K .......... .......... .......... .......... .......... 59%  130M 3s
10:42:32 [2026-03-02T09:42:32.578Z] #10 6.393 126050K .......... .......... .......... .......... .......... 59%  132M 3s
10:42:32 [2026-03-02T09:42:32.578Z] #10 6.394 126100K .......... .......... .......... .......... .......... 59%  117M 3s
10:42:32 [2026-03-02T09:42:32.578Z] #10 6.394 126150K .......... .......... .......... .......... .......... 59%  137M 3s
10:42:32 [2026-03-02T09:42:32.578Z] #10 6.394 126200K .......... .......... .......... .......... .......... 59%  110M 3s
10:42:32 [2026-03-02T09:42:32.578Z] #10 6.395 126250K .......... .......... .......... .......... .......... 59%  123M 3s
10:42:32 [2026-03-02T09:42:32.578Z] #10 6.395 126300K .......... .......... .......... .......... .......... 59%  123M 3s
10:42:32 [2026-03-02T09:42:32.578Z] #10 6.396 126350K .......... .......... .......... .......... .......... 59% 86.5M 3s
10:42:32 [2026-03-02T09:42:32.578Z] #10 6.396 126400K .......... .......... .......... .......... .......... 59%  123M 3s
10:42:32 [2026-03-02T09:42:32.578Z] #10 6.397 126450K .......... .......... .......... .......... .......... 59%  124M 3s
10:42:32 [2026-03-02T09:42:32.578Z] #10 6.397 126500K .......... .......... .......... .......... .......... 59%  118M 3s
10:42:32 [2026-03-02T09:42:32.578Z] #10 6.397 126550K .......... .......... .......... .......... .......... 59% 94.4M 3s
10:42:32 [2026-03-02T09:42:32.578Z] #10 6.398 126600K .......... .......... .......... .......... .......... 59% 1.04M 3s
10:42:32 [2026-03-02T09:42:32.578Z] #10 6.445 126650K .......... .......... .......... .......... .......... 59% 69.2M 3s
10:42:32 [2026-03-02T09:42:32.829Z] #10 6.446 126700K .......... .......... .......... .......... .......... 59% 63.3M 3s
10:42:32 [2026-03-02T09:42:32.829Z] #10 6.447 126750K .......... .......... .......... .......... .......... 59% 58.1M 3s
10:42:32 [2026-03-02T09:42:32.829Z] #10 6.447 126800K .......... .......... .......... .......... .......... 59% 62.8M 3s
10:42:32 [2026-03-02T09:42:32.829Z] #10 6.448 126850K .......... .......... .......... .......... .......... 59% 86.6M 3s
10:42:32 [2026-03-02T09:42:32.829Z] #10 6.449 126900K .......... .......... .......... .......... .......... 59% 67.2M 3s
10:42:32 [2026-03-02T09:42:32.829Z] #10 6.449 126950K .......... .......... .......... .......... .......... 59% 79.5M 3s
10:42:32 [2026-03-02T09:42:32.829Z] #10 6.450 127000K .......... .......... .......... .......... .......... 59%  108M 3s
10:42:32 [2026-03-02T09:42:32.829Z] #10 6.451 127050K .......... .......... .......... .......... .......... 59% 96.2M 3s
10:42:32 [2026-03-02T09:42:32.829Z] #10 6.451 127100K .......... .......... .......... .......... .......... 59% 94.2M 3s
10:42:32 [2026-03-02T09:42:32.829Z] #10 6.452 127150K .......... .......... .......... .......... .......... 59% 63.7M 3s
10:42:32 [2026-03-02T09:42:32.829Z] #10 6.452 127200K .......... .......... .......... .......... .......... 59% 94.1M 3s
10:42:32 [2026-03-02T09:42:32.829Z] #10 6.453 127250K .......... .......... .......... .......... .......... 59% 88.3M 3s
10:42:32 [2026-03-02T09:42:32.829Z] #10 6.453 127300K .......... .......... .......... .......... .......... 59% 70.1M 3s
10:42:32 [2026-03-02T09:42:32.829Z] #10 6.454 127350K .......... .......... .......... .......... .......... 59% 49.6M 3s
10:42:32 [2026-03-02T09:42:32.829Z] #10 6.455 127400K .......... .......... .......... .......... .......... 59% 67.2M 3s
10:42:32 [2026-03-02T09:42:32.829Z] #10 6.456 127450K .......... .......... .......... .......... .......... 59% 58.5M 3s
10:42:32 [2026-03-02T09:42:32.829Z] #10 6.457 127500K .......... .......... .......... .......... .......... 59% 66.9M 3s
10:42:32 [2026-03-02T09:42:32.829Z] #10 6.457 127550K .......... .......... .......... .......... .......... 59% 65.6M 3s
10:42:32 [2026-03-02T09:42:32.829Z] #10 6.458 127600K .......... .......... .......... .......... .......... 59% 66.8M 3s
10:42:32 [2026-03-02T09:42:32.829Z] #10 6.459 127650K .......... .......... .......... .......... .......... 60% 83.1M 3s
10:42:32 [2026-03-02T09:42:32.829Z] #10 6.459 127700K .......... .......... .......... .......... .......... 60% 77.4M 3s
10:42:32 [2026-03-02T09:42:32.829Z] #10 6.460 127750K .......... .......... .......... .......... .......... 60% 52.7M 3s
10:42:32 [2026-03-02T09:42:32.829Z] #10 6.461 127800K .......... .......... .......... .......... .......... 60% 90.0M 3s
10:42:32 [2026-03-02T09:42:32.829Z] #10 6.461 127850K .......... .......... .......... .......... .......... 60% 81.9M 3s
10:42:32 [2026-03-02T09:42:32.829Z] #10 6.462 127900K .......... .......... .......... .......... .......... 60% 77.9M 3s
10:42:32 [2026-03-02T09:42:32.829Z] #10 6.463 127950K .......... .......... .......... .......... .......... 60% 57.4M 3s
10:42:32 [2026-03-02T09:42:32.829Z] #10 6.464 128000K .......... .......... .......... .......... .......... 60% 83.9M 3s
10:42:32 [2026-03-02T09:42:32.829Z] #10 6.464 128050K .......... .......... .......... .......... .......... 60% 81.3M 3s
10:42:32 [2026-03-02T09:42:32.829Z] #10 6.465 128100K .......... .......... .......... .......... .......... 60%  110M 3s
10:42:32 [2026-03-02T09:42:32.829Z] #10 6.465 128150K .......... .......... .......... .......... .......... 60% 94.6M 3s
10:42:32 [2026-03-02T09:42:32.829Z] #10 6.466 128200K .......... .......... .......... .......... .......... 60% 87.9M 3s
10:42:32 [2026-03-02T09:42:32.829Z] #10 6.466 128250K .......... .......... .......... .......... .......... 60%  135M 3s
10:42:32 [2026-03-02T09:42:32.829Z] #10 6.467 128300K .......... .......... .......... .......... .......... 60%  101M 3s
10:42:32 [2026-03-02T09:42:32.829Z] #10 6.467 128350K .......... .......... .......... .......... .......... 60% 61.7M 3s
10:42:32 [2026-03-02T09:42:32.829Z] #10 6.468 128400K .......... .......... .......... .......... .......... 60% 69.9M 3s
10:42:32 [2026-03-02T09:42:32.829Z] #10 6.469 128450K .......... .......... .......... .......... .......... 60% 79.0M 3s
10:42:32 [2026-03-02T09:42:32.829Z] #10 6.469 128500K .......... .......... .......... .......... .......... 60% 76.8M 3s
10:42:32 [2026-03-02T09:42:32.829Z] #10 6.470 128550K .......... .......... .......... .......... .......... 60% 86.8M 3s
10:42:32 [2026-03-02T09:42:32.829Z] #10 6.470 128600K .......... .......... .......... .......... .......... 60%  115M 3s
10:42:32 [2026-03-02T09:42:32.829Z] #10 6.471 128650K .......... .......... .......... .......... .......... 60% 86.5M 3s
10:42:32 [2026-03-02T09:42:32.829Z] #10 6.471 128700K .......... .......... .......... .......... .......... 60% 87.6M 3s
10:42:32 [2026-03-02T09:42:32.830Z] #10 6.472 128750K .......... .......... .......... .......... .......... 60% 80.8M 3s
10:42:32 [2026-03-02T09:42:32.830Z] #10 6.473 128800K .......... .......... .......... .......... .......... 60% 83.0M 3s
10:42:32 [2026-03-02T09:42:32.830Z] #10 6.473 128850K .......... .......... .......... .......... .......... 60% 98.9M 3s
10:42:32 [2026-03-02T09:42:32.830Z] #10 6.474 128900K .......... .......... .......... .......... .......... 60% 85.7M 3s
10:42:32 [2026-03-02T09:42:32.830Z] #10 6.474 128950K .......... .......... .......... .......... .......... 60% 79.1M 3s
10:42:32 [2026-03-02T09:42:32.830Z] #10 6.475 129000K .......... .......... .......... .......... .......... 60% 46.2M 3s
10:42:32 [2026-03-02T09:42:32.830Z] #10 6.477 129050K .......... .......... .......... .......... .......... 60% 88.2M 3s
10:42:32 [2026-03-02T09:42:32.830Z] #10 6.477 129100K .......... .......... .......... .......... .......... 60%  121M 3s
10:42:32 [2026-03-02T09:42:32.830Z] #10 6.477 129150K .......... .......... .......... .......... .......... 60% 74.8M 3s
10:42:32 [2026-03-02T09:42:32.830Z] #10 6.478 129200K .......... .......... .......... .......... .......... 60% 67.0M 3s
10:42:32 [2026-03-02T09:42:32.830Z] #10 6.478 129250K .......... .......... .......... .......... .......... 60% 90.8M 3s
10:42:32 [2026-03-02T09:42:32.830Z] #10 6.479 129300K .......... .......... .......... .......... .......... 60% 76.4M 3s
10:42:32 [2026-03-02T09:42:32.830Z] #10 6.480 129350K .......... .......... .......... .......... .......... 60% 76.6M 3s
10:42:32 [2026-03-02T09:42:32.830Z] #10 6.480 129400K .......... .......... .......... .......... .......... 60% 91.9M 3s
10:42:32 [2026-03-02T09:42:32.830Z] #10 6.481 129450K .......... .......... .......... .......... .......... 60%  109M 3s
10:42:32 [2026-03-02T09:42:32.830Z] #10 6.481 129500K .......... .......... .......... .......... .......... 60%  103M 3s
10:42:32 [2026-03-02T09:42:32.830Z] #10 6.482 129550K .......... .......... .......... .......... .......... 60% 71.6M 3s
10:42:32 [2026-03-02T09:42:32.830Z] #10 6.482 129600K .......... .......... .......... .......... .......... 60%  107M 3s
10:42:32 [2026-03-02T09:42:32.830Z] #10 6.483 129650K .......... .......... .......... .......... .......... 60%  181M 3s
10:42:32 [2026-03-02T09:42:32.830Z] #10 6.483 129700K .......... .......... .......... .......... .......... 60%  165M 3s
10:42:32 [2026-03-02T09:42:32.830Z] #10 6.483 129750K .......... .......... .......... .......... .......... 60%  159M 3s
10:42:32 [2026-03-02T09:42:32.830Z] #10 6.483 129800K .......... .......... .......... .......... .......... 61%  164M 3s
10:42:32 [2026-03-02T09:42:32.830Z] #10 6.484 129850K .......... .......... .......... .......... .......... 61%  135M 3s
10:42:32 [2026-03-02T09:42:32.830Z] #10 6.484 129900K .......... .......... .......... .......... .......... 61%  122M 3s
10:42:32 [2026-03-02T09:42:32.830Z] #10 6.485 129950K .......... .......... .......... .......... .......... 61%  124M 3s
10:42:32 [2026-03-02T09:42:32.830Z] #10 6.485 130000K .......... .......... .......... .......... .......... 61%  176M 3s
10:42:32 [2026-03-02T09:42:32.830Z] #10 6.485 130050K .......... .......... .......... .......... .......... 61%  176M 3s
10:42:32 [2026-03-02T09:42:32.830Z] #10 6.486 130100K .......... .......... .......... .......... .......... 61%  159M 3s
10:42:32 [2026-03-02T09:42:32.830Z] #10 6.486 130150K .......... .......... .......... .......... .......... 61%  111M 3s
10:42:32 [2026-03-02T09:42:32.830Z] #10 6.486 130200K .......... .......... .......... .......... .......... 61%  127M 3s
10:42:32 [2026-03-02T09:42:32.830Z] #10 6.487 130250K .......... .......... .......... .......... .......... 61%  144M 3s
10:42:32 [2026-03-02T09:42:32.830Z] #10 6.487 130300K .......... .......... .......... .......... .......... 61%  129M 3s
10:42:32 [2026-03-02T09:42:32.830Z] #10 6.487 130350K .......... .......... .......... .......... .......... 61%  861K 3s
10:42:32 [2026-03-02T09:42:32.830Z] #10 6.546 130400K .......... .......... .......... .......... .......... 61% 68.3M 3s
10:42:32 [2026-03-02T09:42:32.830Z] #10 6.546 130450K .......... .......... .......... .......... .......... 61% 73.8M 3s
10:42:32 [2026-03-02T09:42:32.830Z] #10 6.547 130500K .......... .......... .......... .......... .......... 61%  111M 3s
10:42:32 [2026-03-02T09:42:32.830Z] #10 6.547 130550K .......... .......... .......... .......... .......... 61%  123M 3s
10:42:32 [2026-03-02T09:42:32.830Z] #10 6.548 130600K .......... .......... .......... .......... .......... 61%  113M 3s
10:42:32 [2026-03-02T09:42:32.830Z] #10 6.548 130650K .......... .......... .......... .......... .......... 61%  102M 3s
10:42:32 [2026-03-02T09:42:32.830Z] #10 6.549 130700K .......... .......... .......... .......... .......... 61%  135M 3s
10:42:32 [2026-03-02T09:42:32.830Z] #10 6.549 130750K .......... .......... .......... .......... .......... 61% 89.6M 3s
10:42:32 [2026-03-02T09:42:32.830Z] #10 6.549 130800K .......... .......... .......... .......... .......... 61%  111M 3s
10:42:32 [2026-03-02T09:42:32.830Z] #10 6.550 130850K .......... .......... .......... .......... .......... 61%  113M 3s
10:42:32 [2026-03-02T09:42:32.830Z] #10 6.550 130900K .......... .......... .......... .......... .......... 61%  139M 3s
10:42:32 [2026-03-02T09:42:32.830Z] #10 6.551 130950K .......... .......... .......... .......... .......... 61% 98.5M 3s
10:42:32 [2026-03-02T09:42:32.830Z] #10 6.551 131000K .......... .......... .......... .......... .......... 61%  106M 3s
10:42:32 [2026-03-02T09:42:32.830Z] #10 6.552 131050K .......... .......... .......... .......... .......... 61%  122M 3s
10:42:32 [2026-03-02T09:42:32.830Z] #10 6.552 131100K .......... .......... .......... .......... .......... 61%  137M 3s
10:42:32 [2026-03-02T09:42:32.830Z] #10 6.552 131150K .......... .......... .......... .......... .......... 61% 94.5M 3s
10:42:32 [2026-03-02T09:42:32.830Z] #10 6.553 131200K .......... .......... .......... .......... .......... 61%  119M 3s
10:42:32 [2026-03-02T09:42:32.830Z] #10 6.553 131250K .......... .......... .......... .......... .......... 61%  104M 3s
10:42:32 [2026-03-02T09:42:32.830Z] #10 6.554 131300K .......... .......... .......... .......... .......... 61%  103M 3s
10:42:32 [2026-03-02T09:42:32.830Z] #10 6.554 131350K .......... .......... .......... .......... .......... 61%  120M 3s
10:42:32 [2026-03-02T09:42:32.830Z] #10 6.555 131400K .......... .......... .......... .......... .......... 61%  119M 3s
10:42:32 [2026-03-02T09:42:32.830Z] #10 6.555 131450K .......... .......... .......... .......... .......... 61%  120M 3s
10:42:32 [2026-03-02T09:42:32.830Z] #10 6.555 131500K .......... .......... .......... .......... .......... 61%  129M 3s
10:42:32 [2026-03-02T09:42:32.830Z] #10 6.556 131550K .......... .......... .......... .......... .......... 61% 84.0M 3s
10:42:32 [2026-03-02T09:42:32.830Z] #10 6.556 131600K .......... .......... .......... .......... .......... 61%  130M 3s
10:42:32 [2026-03-02T09:42:32.830Z] #10 6.557 131650K .......... .......... .......... .......... .......... 61% 98.0M 3s
10:42:32 [2026-03-02T09:42:32.830Z] #10 6.557 131700K .......... .......... .......... .......... .......... 61%  133M 3s
10:42:32 [2026-03-02T09:42:32.830Z] #10 6.558 131750K .......... .......... .......... .......... .......... 61%  114M 3s
10:42:32 [2026-03-02T09:42:32.830Z] #10 6.558 131800K .......... .......... .......... .......... .......... 61%  140M 3s
10:42:32 [2026-03-02T09:42:32.830Z] #10 6.558 131850K .......... .......... .......... .......... .......... 61%  115M 3s
10:42:32 [2026-03-02T09:42:32.830Z] #10 6.559 131900K .......... .......... .......... .......... .......... 62% 92.7M 3s
10:42:32 [2026-03-02T09:42:32.830Z] #10 6.559 131950K .......... .......... .......... .......... .......... 62% 80.9M 3s
10:42:32 [2026-03-02T09:42:32.830Z] #10 6.560 132000K .......... .......... .......... .......... .......... 62%  131M 3s
10:42:32 [2026-03-02T09:42:32.830Z] #10 6.560 132050K .......... .......... .......... .......... .......... 62%  127M 3s
10:42:32 [2026-03-02T09:42:32.830Z] #10 6.561 132100K .......... .......... .......... .......... .......... 62%  139M 3s
10:42:32 [2026-03-02T09:42:32.830Z] #10 6.561 132150K .......... .......... .......... .......... .......... 62%  116M 3s
10:42:32 [2026-03-02T09:42:32.830Z] #10 6.562 132200K .......... .......... .......... .......... .......... 62%  102M 3s
10:42:32 [2026-03-02T09:42:32.830Z] #10 6.562 132250K .......... .......... .......... .......... .......... 62% 99.7M 3s
10:42:32 [2026-03-02T09:42:32.830Z] #10 6.563 132300K .......... .......... .......... .......... .......... 62%  134M 3s
10:42:32 [2026-03-02T09:42:32.830Z] #10 6.563 132350K .......... .......... .......... .......... .......... 62% 95.1M 3s
10:42:32 [2026-03-02T09:42:32.830Z] #10 6.563 132400K .......... .......... .......... .......... .......... 62%  120M 3s
10:42:32 [2026-03-02T09:42:32.830Z] #10 6.564 132450K .......... .......... .......... .......... .......... 62%  126M 3s
10:42:32 [2026-03-02T09:42:32.830Z] #10 6.564 132500K .......... .......... .......... .......... .......... 62%  116M 3s
10:42:32 [2026-03-02T09:42:32.831Z] #10 6.565 132550K .......... .......... .......... .......... .......... 62%  103M 3s
10:42:32 [2026-03-02T09:42:32.831Z] #10 6.565 132600K .......... .......... .......... .......... .......... 62%  113M 3s
10:42:32 [2026-03-02T09:42:32.831Z] #10 6.566 132650K .......... .......... .......... .......... .......... 62%  112M 3s
10:42:32 [2026-03-02T09:42:32.831Z] #10 6.566 132700K .......... .......... .......... .......... .......... 62%  127M 3s
10:42:32 [2026-03-02T09:42:32.831Z] #10 6.566 132750K .......... .......... .......... .......... .......... 62% 92.0M 3s
10:42:32 [2026-03-02T09:42:32.831Z] #10 6.567 132800K .......... .......... .......... .......... .......... 62%  105M 3s
10:42:32 [2026-03-02T09:42:32.831Z] #10 6.567 132850K .......... .......... .......... .......... .......... 62%  137M 3s
10:42:32 [2026-03-02T09:42:32.831Z] #10 6.568 132900K .......... .......... .......... .......... .......... 62%  107M 3s
10:42:32 [2026-03-02T09:42:32.831Z] #10 6.568 132950K .......... .......... .......... .......... .......... 62%  103M 3s
10:42:32 [2026-03-02T09:42:32.831Z] #10 6.569 133000K .......... .......... .......... .......... .......... 62%  127M 3s
10:42:32 [2026-03-02T09:42:32.831Z] #10 6.569 133050K .......... .......... .......... .......... .......... 62%  132M 3s
10:42:33 [2026-03-02T09:42:33.081Z] #10 6.569 133100K .......... .......... .......... .......... .......... 62%  479K 3s
10:42:33 [2026-03-02T09:42:33.081Z] #10 6.674 133150K .......... .......... .......... .......... .......... 62%  102M 3s
10:42:33 [2026-03-02T09:42:33.081Z] #10 6.674 133200K .......... .......... .......... .......... .......... 62%  179M 3s
10:42:33 [2026-03-02T09:42:33.081Z] #10 6.675 133250K .......... .......... .......... .......... .......... 62%  162M 3s
10:42:33 [2026-03-02T09:42:33.081Z] #10 6.675 133300K .......... .......... .......... .......... .......... 62% 67.4M 3s
10:42:33 [2026-03-02T09:42:33.081Z] #10 6.676 133350K .......... .......... .......... .......... .......... 62% 75.5M 3s
10:42:33 [2026-03-02T09:42:33.081Z] #10 6.676 133400K .......... .......... .......... .......... .......... 62% 53.6M 3s
10:42:33 [2026-03-02T09:42:33.081Z] #10 6.677 133450K .......... .......... .......... .......... .......... 62% 57.7M 3s
10:42:33 [2026-03-02T09:42:33.081Z] #10 6.678 133500K .......... .......... .......... .......... .......... 62% 48.9M 3s
10:42:33 [2026-03-02T09:42:33.081Z] #10 6.679 133550K .......... .......... .......... .......... .......... 62% 59.6M 3s
10:42:33 [2026-03-02T09:42:33.081Z] #10 6.680 133600K .......... .......... .......... .......... .......... 62% 61.3M 3s
10:42:33 [2026-03-02T09:42:33.081Z] #10 6.681 133650K .......... .......... .......... .......... .......... 62% 58.1M 3s
10:42:33 [2026-03-02T09:42:33.081Z] #10 6.681 133700K .......... .......... .......... .......... .......... 62% 54.0M 3s
10:42:33 [2026-03-02T09:42:33.081Z] #10 6.682 133750K .......... .......... .......... .......... .......... 62% 61.5M 3s
10:42:33 [2026-03-02T09:42:33.081Z] #10 6.683 133800K .......... .......... .......... .......... .......... 62% 57.4M 3s
10:42:33 [2026-03-02T09:42:33.081Z] #10 6.684 133850K .......... .......... .......... .......... .......... 62% 56.3M 3s
10:42:33 [2026-03-02T09:42:33.081Z] #10 6.685 133900K .......... .......... .......... .......... .......... 62% 45.7M 3s
10:42:33 [2026-03-02T09:42:33.081Z] #10 6.686 133950K .......... .......... .......... .......... .......... 62% 62.1M 3s
10:42:33 [2026-03-02T09:42:33.081Z] #10 6.687 134000K .......... .......... .......... .......... .......... 62% 60.2M 3s
10:42:33 [2026-03-02T09:42:33.081Z] #10 6.688 134050K .......... .......... .......... .......... .......... 63% 62.9M 3s
10:42:33 [2026-03-02T09:42:33.081Z] #10 6.688 134100K .......... .......... .......... .......... .......... 63% 54.9M 3s
10:42:33 [2026-03-02T09:42:33.081Z] #10 6.689 134150K .......... .......... .......... .......... .......... 63% 54.6M 3s
10:42:33 [2026-03-02T09:42:33.081Z] #10 6.690 134200K .......... .......... .......... .......... .......... 63% 69.6M 3s
10:42:33 [2026-03-02T09:42:33.081Z] #10 6.691 134250K .......... .......... .......... .......... .......... 63% 61.6M 3s
10:42:33 [2026-03-02T09:42:33.081Z] #10 6.692 134300K .......... .......... .......... .......... .......... 63% 56.5M 3s
10:42:33 [2026-03-02T09:42:33.081Z] #10 6.692 134350K .......... .......... .......... .......... .......... 63% 61.9M 3s
10:42:33 [2026-03-02T09:42:33.081Z] #10 6.693 134400K .......... .......... .......... .......... .......... 63% 53.4M 3s
10:42:33 [2026-03-02T09:42:33.081Z] #10 6.694 134450K .......... .......... .......... .......... .......... 63% 80.8M 3s
10:42:33 [2026-03-02T09:42:33.081Z] #10 6.695 134500K .......... .......... .......... .......... .......... 63% 48.8M 3s
10:42:33 [2026-03-02T09:42:33.081Z] #10 6.696 134550K .......... .......... .......... .......... .......... 63% 75.5M 3s
10:42:33 [2026-03-02T09:42:33.081Z] #10 6.696 134600K .......... .......... .......... .......... .......... 63% 63.3M 3s
10:42:33 [2026-03-02T09:42:33.081Z] #10 6.697 134650K .......... .......... .......... .......... .......... 63% 85.1M 3s
10:42:33 [2026-03-02T09:42:33.081Z] #10 6.698 134700K .......... .......... .......... .......... .......... 63% 59.1M 3s
10:42:33 [2026-03-02T09:42:33.081Z] #10 6.699 134750K .......... .......... .......... .......... .......... 63% 56.1M 3s
10:42:33 [2026-03-02T09:42:33.081Z] #10 6.699 134800K .......... .......... .......... .......... .......... 63% 59.6M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.700 134850K .......... .......... .......... .......... .......... 63% 57.7M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.701 134900K .......... .......... .......... .......... .......... 63% 56.7M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.702 134950K .......... .......... .......... .......... .......... 63% 66.2M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.703 135000K .......... .......... .......... .......... .......... 63% 59.5M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.704 135050K .......... .......... .......... .......... .......... 63% 76.4M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.704 135100K .......... .......... .......... .......... .......... 63% 60.3M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.705 135150K .......... .......... .......... .......... .......... 63% 79.5M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.706 135200K .......... .......... .......... .......... .......... 63% 65.3M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.706 135250K .......... .......... .......... .......... .......... 63% 89.8M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.707 135300K .......... .......... .......... .......... .......... 63% 58.6M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.708 135350K .......... .......... .......... .......... .......... 63% 84.9M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.708 135400K .......... .......... .......... .......... .......... 63% 86.7M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.709 135450K .......... .......... .......... .......... .......... 63% 91.5M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.709 135500K .......... .......... .......... .......... .......... 63% 57.6M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.710 135550K .......... .......... .......... .......... .......... 63% 93.7M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.711 135600K .......... .......... .......... .......... .......... 63% 84.3M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.711 135650K .......... .......... .......... .......... .......... 63% 71.4M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.712 135700K .......... .......... .......... .......... .......... 63% 77.5M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.713 135750K .......... .......... .......... .......... .......... 63% 66.5M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.713 135800K .......... .......... .......... .......... .......... 63% 96.9M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.714 135850K .......... .......... .......... .......... .......... 63% 88.2M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.714 135900K .......... .......... .......... .......... .......... 63% 58.4M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.715 135950K .......... .......... .......... .......... .......... 63%  105M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.716 136000K .......... .......... .......... .......... .......... 63% 79.4M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.716 136050K .......... .......... .......... .......... .......... 63%  109M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.717 136100K .......... .......... .......... .......... .......... 63% 83.4M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.717 136150K .......... .......... .......... .......... .......... 64%  107M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.718 136200K .......... .......... .......... .......... .......... 64% 91.6M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.718 136250K .......... .......... .......... .......... .......... 64%  110M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.719 136300K .......... .......... .......... .......... .......... 64% 78.0M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.719 136350K .......... .......... .......... .......... .......... 64% 92.5M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.720 136400K .......... .......... .......... .......... .......... 64% 83.6M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.721 136450K .......... .......... .......... .......... .......... 64% 91.9M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.721 136500K .......... .......... .......... .......... .......... 64% 95.7M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.722 136550K .......... .......... .......... .......... .......... 64% 95.1M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.722 136600K .......... .......... .......... .......... .......... 64%  131M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.722 136650K .......... .......... .......... .......... .......... 64%  121M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.723 136700K .......... .......... .......... .......... .......... 64% 91.6M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.723 136750K .......... .......... .......... .......... .......... 64%  121M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.724 136800K .......... .......... .......... .......... .......... 64%  108M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.724 136850K .......... .......... .......... .......... .......... 64%  937K 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.778 136900K .......... .......... .......... .......... .......... 64% 57.5M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.779 136950K .......... .......... .......... .......... .......... 64% 65.7M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.779 137000K .......... .......... .......... .......... .......... 64% 61.5M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.780 137050K .......... .......... .......... .......... .......... 64% 74.0M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.781 137100K .......... .......... .......... .......... .......... 64% 68.9M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.781 137150K .......... .......... .......... .......... .......... 64% 71.7M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.782 137200K .......... .......... .......... .......... .......... 64% 74.5M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.783 137250K .......... .......... .......... .......... .......... 64% 70.0M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.783 137300K .......... .......... .......... .......... .......... 64% 58.6M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.784 137350K .......... .......... .......... .......... .......... 64% 71.2M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.785 137400K .......... .......... .......... .......... .......... 64% 73.4M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.786 137450K .......... .......... .......... .......... .......... 64% 79.4M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.786 137500K .......... .......... .......... .......... .......... 64% 56.4M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.787 137550K .......... .......... .......... .......... .......... 64%  107M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.788 137600K .......... .......... .......... .......... .......... 64% 69.1M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.788 137650K .......... .......... .......... .......... .......... 64% 77.4M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.789 137700K .......... .......... .......... .......... .......... 64% 68.6M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.790 137750K .......... .......... .......... .......... .......... 64% 68.7M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.790 137800K .......... .......... .......... .......... .......... 64% 69.4M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.791 137850K .......... .......... .......... .......... .......... 64% 74.2M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.792 137900K .......... .......... .......... .......... .......... 64% 77.4M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.792 137950K .......... .......... .......... .......... .......... 64% 69.4M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.793 138000K .......... .......... .......... .......... .......... 64% 79.0M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.794 138050K .......... .......... .......... .......... .......... 64% 76.9M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.794 138100K .......... .......... .......... .......... .......... 64% 78.3M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.795 138150K .......... .......... .......... .......... .......... 64% 67.0M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.796 138200K .......... .......... .......... .......... .......... 64% 88.9M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.796 138250K .......... .......... .......... .......... .......... 64% 80.5M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.797 138300K .......... .......... .......... .......... .......... 65% 85.5M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.797 138350K .......... .......... .......... .......... .......... 65% 92.5M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.798 138400K .......... .......... .......... .......... .......... 65% 85.7M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.799 138450K .......... .......... .......... .......... .......... 65% 72.3M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.799 138500K .......... .......... .......... .......... .......... 65% 72.9M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.800 138550K .......... .......... .......... .......... .......... 65% 89.5M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.800 138600K .......... .......... .......... .......... .......... 65% 81.9M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.801 138650K .......... .......... .......... .......... .......... 65% 74.5M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.802 138700K .......... .......... .......... .......... .......... 65% 67.2M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.802 138750K .......... .......... .......... .......... .......... 65% 98.1M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.803 138800K .......... .......... .......... .......... .......... 65% 81.5M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.803 138850K .......... .......... .......... .......... .......... 65% 85.6M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.804 138900K .......... .......... .......... .......... .......... 65% 76.0M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.805 138950K .......... .......... .......... .......... .......... 65% 81.4M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.805 139000K .......... .......... .......... .......... .......... 65% 89.1M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.806 139050K .......... .......... .......... .......... .......... 65% 76.7M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.806 139100K .......... .......... .......... .......... .......... 65% 61.6M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.807 139150K .......... .......... .......... .......... .......... 65% 93.1M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.808 139200K .......... .......... .......... .......... .......... 65% 78.8M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.808 139250K .......... .......... .......... .......... .......... 65% 78.2M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.809 139300K .......... .......... .......... .......... .......... 65% 76.8M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.810 139350K .......... .......... .......... .......... .......... 65% 83.6M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.810 139400K .......... .......... .......... .......... .......... 65% 84.4M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.811 139450K .......... .......... .......... .......... .......... 65% 75.1M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.811 139500K .......... .......... .......... .......... .......... 65% 67.7M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.812 139550K .......... .......... .......... .......... .......... 65%  105M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.813 139600K .......... .......... .......... .......... .......... 65%  110M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.813 139650K .......... .......... .......... .......... .......... 65% 72.1M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.814 139700K .......... .......... .......... .......... .......... 65% 63.7M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.815 139750K .......... .......... .......... .......... .......... 65% 81.0M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.815 139800K .......... .......... .......... .......... .......... 65% 78.6M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.816 139850K .......... .......... .......... .......... .......... 65% 72.5M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.816 139900K .......... .......... .......... .......... .......... 65% 68.2M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.817 139950K .......... .......... .......... .......... .......... 65% 96.3M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.818 140000K .......... .......... .......... .......... .......... 65% 96.3M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.818 140050K .......... .......... .......... .......... .......... 65% 94.5M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.819 140100K .......... .......... .......... .......... .......... 65% 76.6M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.819 140150K .......... .......... .......... .......... .......... 65% 84.8M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.820 140200K .......... .......... .......... .......... .......... 65% 86.3M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.820 140250K .......... .......... .......... .......... .......... 65%  100M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.821 140300K .......... .......... .......... .......... .......... 65% 81.8M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.822 140350K .......... .......... .......... .......... .......... 65% 92.3M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.822 140400K .......... .......... .......... .......... .......... 66% 90.2M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.823 140450K .......... .......... .......... .......... .......... 66%  110M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.823 140500K .......... .......... .......... .......... .......... 66%  123M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.823 140550K .......... .......... .......... .......... .......... 66%  116M 3s
10:42:33 [2026-03-02T09:42:33.082Z] #10 6.824 140600K .......... .......... .......... .......... .......... 66%  868K 3s
10:42:33 [2026-03-02T09:42:33.333Z] #10 6.882 140650K .......... .......... .......... .......... .......... 66% 34.5M 3s
10:42:33 [2026-03-02T09:42:33.333Z] #10 6.883 140700K .......... .......... .......... .......... .......... 66% 44.7M 3s
10:42:33 [2026-03-02T09:42:33.333Z] #10 6.884 140750K .......... .......... .......... .......... .......... 66% 61.7M 3s
10:42:33 [2026-03-02T09:42:33.333Z] #10 6.885 140800K .......... .......... .......... .......... .......... 66% 56.2M 3s
10:42:33 [2026-03-02T09:42:33.333Z] #10 6.886 140850K .......... .......... .......... .......... .......... 66% 51.4M 3s
10:42:33 [2026-03-02T09:42:33.333Z] #10 6.887 140900K .......... .......... .......... .......... .......... 66% 55.9M 3s
10:42:33 [2026-03-02T09:42:33.333Z] #10 6.887 140950K .......... .......... .......... .......... .......... 66% 63.1M 3s
10:42:33 [2026-03-02T09:42:33.333Z] #10 6.888 141000K .......... .......... .......... .......... .......... 66% 59.3M 3s
10:42:33 [2026-03-02T09:42:33.333Z] #10 6.889 141050K .......... .......... .......... .......... .......... 66% 65.7M 3s
10:42:33 [2026-03-02T09:42:33.333Z] #10 6.890 141100K .......... .......... .......... .......... .......... 66% 53.3M 3s
10:42:33 [2026-03-02T09:42:33.333Z] #10 6.891 141150K .......... .......... .......... .......... .......... 66% 64.5M 3s
10:42:33 [2026-03-02T09:42:33.333Z] #10 6.892 141200K .......... .......... .......... .......... .......... 66% 69.2M 3s
10:42:33 [2026-03-02T09:42:33.333Z] #10 6.892 141250K .......... .......... .......... .......... .......... 66% 47.6M 3s
10:42:33 [2026-03-02T09:42:33.333Z] #10 6.893 141300K .......... .......... .......... .......... .......... 66% 55.4M 3s
10:42:33 [2026-03-02T09:42:33.333Z] #10 6.894 141350K .......... .......... .......... .......... .......... 66% 61.9M 3s
10:42:33 [2026-03-02T09:42:33.333Z] #10 6.895 141400K .......... .......... .......... .......... .......... 66% 49.2M 3s
10:42:33 [2026-03-02T09:42:33.333Z] #10 6.896 141450K .......... .......... .......... .......... .......... 66% 62.8M 3s
10:42:33 [2026-03-02T09:42:33.333Z] #10 6.897 141500K .......... .......... .......... .......... .......... 66% 46.2M 3s
10:42:33 [2026-03-02T09:42:33.333Z] #10 6.898 141550K .......... .......... .......... .......... .......... 66% 57.6M 3s
10:42:33 [2026-03-02T09:42:33.333Z] #10 6.899 141600K .......... .......... .......... .......... .......... 66% 64.2M 3s
10:42:33 [2026-03-02T09:42:33.333Z] #10 6.899 141650K .......... .......... .......... .......... .......... 66% 57.5M 3s
10:42:33 [2026-03-02T09:42:33.333Z] #10 6.900 141700K .......... .......... .......... .......... .......... 66% 50.8M 3s
10:42:33 [2026-03-02T09:42:33.333Z] #10 6.901 141750K .......... .......... .......... .......... .......... 66% 54.1M 3s
10:42:33 [2026-03-02T09:42:33.333Z] #10 6.902 141800K .......... .......... .......... .......... .......... 66% 53.9M 3s
10:42:33 [2026-03-02T09:42:33.333Z] #10 6.903 141850K .......... .......... .......... .......... .......... 66% 68.9M 3s
10:42:33 [2026-03-02T09:42:33.333Z] #10 6.904 141900K .......... .......... .......... .......... .......... 66% 49.6M 3s
10:42:33 [2026-03-02T09:42:33.333Z] #10 6.905 141950K .......... .......... .......... .......... .......... 66% 56.8M 3s
10:42:33 [2026-03-02T09:42:33.333Z] #10 6.906 142000K .......... .......... .......... .......... .......... 66% 67.0M 3s
10:42:33 [2026-03-02T09:42:33.333Z] #10 6.906 142050K .......... .......... .......... .......... .......... 66% 59.2M 3s
10:42:33 [2026-03-02T09:42:33.333Z] #10 6.907 142100K .......... .......... .......... .......... .......... 66% 58.7M 3s
10:42:33 [2026-03-02T09:42:33.333Z] #10 6.908 142150K .......... .......... .......... .......... .......... 66% 54.0M 3s
10:42:33 [2026-03-02T09:42:33.333Z] #10 6.909 142200K .......... .......... .......... .......... .......... 66% 59.9M 3s
10:42:33 [2026-03-02T09:42:33.333Z] #10 6.910 142250K .......... .......... .......... .......... .......... 66% 59.2M 3s
10:42:33 [2026-03-02T09:42:33.333Z] #10 6.910 142300K .......... .......... .......... .......... .......... 66% 50.2M 3s
10:42:33 [2026-03-02T09:42:33.333Z] #10 6.911 142350K .......... .......... .......... .......... .......... 66% 59.1M 3s
10:42:33 [2026-03-02T09:42:33.333Z] #10 6.912 142400K .......... .......... .......... .......... .......... 66% 63.9M 3s
10:42:33 [2026-03-02T09:42:33.333Z] #10 6.913 142450K .......... .......... .......... .......... .......... 66% 58.1M 3s
10:42:33 [2026-03-02T09:42:33.333Z] #10 6.914 142500K .......... .......... .......... .......... .......... 66% 63.3M 3s
10:42:33 [2026-03-02T09:42:33.333Z] #10 6.915 142550K .......... .......... .......... .......... .......... 67% 77.9M 3s
10:42:33 [2026-03-02T09:42:33.333Z] #10 6.915 142600K .......... .......... .......... .......... .......... 67% 65.4M 3s
10:42:33 [2026-03-02T09:42:33.333Z] #10 6.916 142650K .......... .......... .......... .......... .......... 67% 73.5M 3s
10:42:33 [2026-03-02T09:42:33.333Z] #10 6.917 142700K .......... .......... .......... .......... .......... 67% 66.9M 3s
10:42:33 [2026-03-02T09:42:33.333Z] #10 6.917 142750K .......... .......... .......... .......... .......... 67% 86.7M 3s
10:42:33 [2026-03-02T09:42:33.333Z] #10 6.918 142800K .......... .......... .......... .......... .......... 67% 82.3M 3s
10:42:33 [2026-03-02T09:42:33.333Z] #10 6.919 142850K .......... .......... .......... .......... .......... 67% 78.6M 3s
10:42:33 [2026-03-02T09:42:33.333Z] #10 6.919 142900K .......... .......... .......... .......... .......... 67% 77.1M 3s
10:42:33 [2026-03-02T09:42:33.333Z] #10 6.920 142950K .......... .......... .......... .......... .......... 67% 82.1M 3s
10:42:33 [2026-03-02T09:42:33.333Z] #10 6.920 143000K .......... .......... .......... .......... .......... 67% 86.1M 3s
10:42:33 [2026-03-02T09:42:33.333Z] #10 6.921 143050K .......... .......... .......... .......... .......... 67% 92.8M 2s
10:42:33 [2026-03-02T09:42:33.333Z] #10 6.921 143100K .......... .......... .......... .......... .......... 67% 66.7M 2s
10:42:33 [2026-03-02T09:42:33.333Z] #10 6.922 143150K .......... .......... .......... .......... .......... 67% 83.8M 2s
10:42:33 [2026-03-02T09:42:33.333Z] #10 6.923 143200K .......... .......... .......... .......... .......... 67% 84.7M 2s
10:42:33 [2026-03-02T09:42:33.333Z] #10 6.923 143250K .......... .......... .......... .......... .......... 67% 94.8M 2s
10:42:33 [2026-03-02T09:42:33.333Z] #10 6.924 143300K .......... .......... .......... .......... .......... 67% 78.6M 2s
10:42:33 [2026-03-02T09:42:33.333Z] #10 6.924 143350K .......... .......... .......... .......... .......... 67%  705K 3s
10:42:33 [2026-03-02T09:42:33.333Z] #10 6.996 143400K .......... .......... .......... .......... .......... 67% 57.3M 3s
10:42:33 [2026-03-02T09:42:33.333Z] #10 6.996 143450K .......... .......... .......... .......... .......... 67% 79.5M 3s
10:42:33 [2026-03-02T09:42:33.333Z] #10 6.997 143500K .......... .......... .......... .......... .......... 67% 63.8M 3s
10:42:33 [2026-03-02T09:42:33.333Z] #10 6.998 143550K .......... .......... .......... .......... .......... 67% 58.5M 3s
10:42:33 [2026-03-02T09:42:33.333Z] #10 6.999 143600K .......... .......... .......... .......... .......... 67% 62.1M 3s
10:42:33 [2026-03-02T09:42:33.333Z] #10 6.999 143650K .......... .......... .......... .......... .......... 67% 71.5M 3s
10:42:33 [2026-03-02T09:42:33.333Z] #10 7.000 143700K .......... .......... .......... .......... .......... 67% 80.4M 3s
10:42:33 [2026-03-02T09:42:33.333Z] #10 7.001 143750K .......... .......... .......... .......... .......... 67% 61.7M 2s
10:42:33 [2026-03-02T09:42:33.333Z] #10 7.001 143800K .......... .......... .......... .......... .......... 67% 69.7M 2s
10:42:33 [2026-03-02T09:42:33.333Z] #10 7.002 143850K .......... .......... .......... .......... .......... 67% 71.8M 2s
10:42:33 [2026-03-02T09:42:33.333Z] #10 7.003 143900K .......... .......... .......... .......... .......... 67% 78.0M 2s
10:42:33 [2026-03-02T09:42:33.333Z] #10 7.003 143950K .......... .......... .......... .......... .......... 67% 76.5M 2s
10:42:33 [2026-03-02T09:42:33.333Z] #10 7.004 144000K .......... .......... .......... .......... .......... 67% 80.1M 2s
10:42:33 [2026-03-02T09:42:33.333Z] #10 7.005 144050K .......... .......... .......... .......... .......... 67% 63.1M 2s
10:42:33 [2026-03-02T09:42:33.333Z] #10 7.005 144100K .......... .......... .......... .......... .......... 67% 84.5M 2s
10:42:33 [2026-03-02T09:42:33.333Z] #10 7.006 144150K .......... .......... .......... .......... .......... 67% 69.1M 2s
10:42:33 [2026-03-02T09:42:33.333Z] #10 7.007 144200K .......... .......... .......... .......... .......... 67% 68.9M 2s
10:42:33 [2026-03-02T09:42:33.333Z] #10 7.007 144250K .......... .......... .......... .......... .......... 67% 93.4M 2s
10:42:33 [2026-03-02T09:42:33.333Z] #10 7.008 144300K .......... .......... .......... .......... .......... 67% 92.0M 2s
10:42:33 [2026-03-02T09:42:33.333Z] #10 7.009 144350K .......... .......... .......... .......... .......... 67% 66.9M 2s
10:42:33 [2026-03-02T09:42:33.333Z] #10 7.009 144400K .......... .......... .......... .......... .......... 67% 83.0M 2s
10:42:33 [2026-03-02T09:42:33.333Z] #10 7.010 144450K .......... .......... .......... .......... .......... 67% 84.9M 2s
10:42:33 [2026-03-02T09:42:33.333Z] #10 7.011 144500K .......... .......... .......... .......... .......... 67% 77.0M 2s
10:42:33 [2026-03-02T09:42:33.333Z] #10 7.011 144550K .......... .......... .......... .......... .......... 67% 88.5M 2s
10:42:33 [2026-03-02T09:42:33.333Z] #10 7.012 144600K .......... .......... .......... .......... .......... 67%  141M 2s
10:42:33 [2026-03-02T09:42:33.333Z] #10 7.012 144650K .......... .......... .......... .......... .......... 67%  104M 2s
10:42:33 [2026-03-02T09:42:33.334Z] #10 7.012 144700K .......... .......... .......... .......... .......... 68%  131M 2s
10:42:33 [2026-03-02T09:42:33.334Z] #10 7.013 144750K .......... .......... .......... .......... .......... 68%  109M 2s
10:42:33 [2026-03-02T09:42:33.334Z] #10 7.013 144800K .......... .......... .......... .......... .......... 68%  133M 2s
10:42:33 [2026-03-02T09:42:33.334Z] #10 7.014 144850K .......... .......... .......... .......... .......... 68%  115M 2s
10:42:33 [2026-03-02T09:42:33.334Z] #10 7.014 144900K .......... .......... .......... .......... .......... 68%  124M 2s
10:42:33 [2026-03-02T09:42:33.334Z] #10 7.014 144950K .......... .......... .......... .......... .......... 68%  111M 2s
10:42:33 [2026-03-02T09:42:33.334Z] #10 7.015 145000K .......... .......... .......... .......... .......... 68%  118M 2s
10:42:33 [2026-03-02T09:42:33.334Z] #10 7.015 145050K .......... .......... .......... .......... .......... 68%  117M 2s
10:42:33 [2026-03-02T09:42:33.334Z] #10 7.016 145100K .......... .......... .......... .......... .......... 68% 98.6M 2s
10:42:33 [2026-03-02T09:42:33.334Z] #10 7.016 145150K .......... .......... .......... .......... .......... 68% 94.0M 2s
10:42:33 [2026-03-02T09:42:33.334Z] #10 7.017 145200K .......... .......... .......... .......... .......... 68%  125M 2s
10:42:33 [2026-03-02T09:42:33.334Z] #10 7.017 145250K .......... .......... .......... .......... .......... 68%  158M 2s
10:42:33 [2026-03-02T09:42:33.334Z] #10 7.017 145300K .......... .......... .......... .......... .......... 68%  117M 2s
10:42:33 [2026-03-02T09:42:33.334Z] #10 7.018 145350K .......... .......... .......... .......... .......... 68% 98.0M 2s
10:42:33 [2026-03-02T09:42:33.334Z] #10 7.018 145400K .......... .......... .......... .......... .......... 68%  126M 2s
10:42:33 [2026-03-02T09:42:33.334Z] #10 7.019 145450K .......... .......... .......... .......... .......... 68%  111M 2s
10:42:33 [2026-03-02T09:42:33.334Z] #10 7.019 145500K .......... .......... .......... .......... .......... 68%  128M 2s
10:42:33 [2026-03-02T09:42:33.334Z] #10 7.020 145550K .......... .......... .......... .......... .......... 68% 85.2M 2s
10:42:33 [2026-03-02T09:42:33.334Z] #10 7.020 145600K .......... .......... .......... .......... .......... 68% 71.9M 2s
10:42:33 [2026-03-02T09:42:33.334Z] #10 7.021 145650K .......... .......... .......... .......... .......... 68% 75.4M 2s
10:42:33 [2026-03-02T09:42:33.334Z] #10 7.021 145700K .......... .......... .......... .......... .......... 68% 71.6M 2s
10:42:33 [2026-03-02T09:42:33.334Z] #10 7.022 145750K .......... .......... .......... .......... .......... 68% 65.1M 2s
10:42:33 [2026-03-02T09:42:33.334Z] #10 7.023 145800K .......... .......... .......... .......... .......... 68% 68.0M 2s
10:42:33 [2026-03-02T09:42:33.334Z] #10 7.024 145850K .......... .......... .......... .......... .......... 68% 77.0M 2s
10:42:33 [2026-03-02T09:42:33.334Z] #10 7.024 145900K .......... .......... .......... .......... .......... 68% 68.3M 2s
10:42:33 [2026-03-02T09:42:33.334Z] #10 7.025 145950K .......... .......... .......... .......... .......... 68% 60.6M 2s
10:42:33 [2026-03-02T09:42:33.334Z] #10 7.026 146000K .......... .......... .......... .......... .......... 68% 83.6M 2s
10:42:33 [2026-03-02T09:42:33.334Z] #10 7.026 146050K .......... .......... .......... .......... .......... 68% 83.2M 2s
10:42:33 [2026-03-02T09:42:33.334Z] #10 7.027 146100K .......... .......... .......... .......... .......... 68% 64.1M 2s
10:42:33 [2026-03-02T09:42:33.334Z] #10 7.028 146150K .......... .......... .......... .......... .......... 68% 64.6M 2s
10:42:33 [2026-03-02T09:42:33.334Z] #10 7.028 146200K .......... .......... .......... .......... .......... 68% 82.0M 2s
10:42:33 [2026-03-02T09:42:33.334Z] #10 7.029 146250K .......... .......... .......... .......... .......... 68% 72.4M 2s
10:42:33 [2026-03-02T09:42:33.334Z] #10 7.030 146300K .......... .......... .......... .......... .......... 68% 79.5M 2s
10:42:33 [2026-03-02T09:42:33.334Z] #10 7.030 146350K .......... .......... .......... .......... .......... 68% 64.0M 2s
10:42:33 [2026-03-02T09:42:33.334Z] #10 7.031 146400K .......... .......... .......... .......... .......... 68% 74.9M 2s
10:42:33 [2026-03-02T09:42:33.334Z] #10 7.032 146450K .......... .......... .......... .......... .......... 68% 86.8M 2s
10:42:33 [2026-03-02T09:42:33.334Z] #10 7.032 146500K .......... .......... .......... .......... .......... 68% 95.6M 2s
10:42:33 [2026-03-02T09:42:33.334Z] #10 7.033 146550K .......... .......... .......... .......... .......... 68% 71.9M 2s
10:42:33 [2026-03-02T09:42:33.334Z] #10 7.033 146600K .......... .......... .......... .......... .......... 68% 89.7M 2s
10:42:33 [2026-03-02T09:42:33.334Z] #10 7.034 146650K .......... .......... .......... .......... .......... 68% 69.4M 2s
10:42:33 [2026-03-02T09:42:33.334Z] #10 7.035 146700K .......... .......... .......... .......... .......... 68% 96.2M 2s
10:42:33 [2026-03-02T09:42:33.334Z] #10 7.035 146750K .......... .......... .......... .......... .......... 68% 77.8M 2s
10:42:33 [2026-03-02T09:42:33.334Z] #10 7.036 146800K .......... .......... .......... .......... .......... 69% 73.8M 2s
10:42:33 [2026-03-02T09:42:33.334Z] #10 7.036 146850K .......... .......... .......... .......... .......... 69% 96.3M 2s
10:42:33 [2026-03-02T09:42:33.334Z] #10 7.037 146900K .......... .......... .......... .......... .......... 69% 96.8M 2s
10:42:33 [2026-03-02T09:42:33.334Z] #10 7.038 146950K .......... .......... .......... .......... .......... 69%  116M 2s
10:42:33 [2026-03-02T09:42:33.334Z] #10 7.038 147000K .......... .......... .......... .......... .......... 69%  122M 2s
10:42:33 [2026-03-02T09:42:33.334Z] #10 7.038 147050K .......... .......... .......... .......... .......... 69%  109M 2s
10:42:33 [2026-03-02T09:42:33.334Z] #10 7.039 147100K .......... .......... .......... .......... .......... 69%  118M 2s
10:42:33 [2026-03-02T09:42:33.334Z] #10 7.039 147150K .......... .......... .......... .......... .......... 69% 89.4M 2s
10:42:33 [2026-03-02T09:42:33.334Z] #10 7.040 147200K .......... .......... .......... .......... .......... 69% 95.0M 2s
10:42:33 [2026-03-02T09:42:33.334Z] #10 7.040 147250K .......... .......... .......... .......... .......... 69% 95.7M 2s
10:42:33 [2026-03-02T09:42:33.334Z] #10 7.041 147300K .......... .......... .......... .......... .......... 69%  101M 2s
10:42:33 [2026-03-02T09:42:33.334Z] #10 7.041 147350K .......... .......... .......... .......... .......... 69% 85.8M 2s
10:42:33 [2026-03-02T09:42:33.334Z] #10 7.042 147400K .......... .......... .......... .......... .......... 69% 91.5M 2s
10:42:33 [2026-03-02T09:42:33.334Z] #10 7.042 147450K .......... .......... .......... .......... .......... 69% 91.6M 2s
10:42:33 [2026-03-02T09:42:33.334Z] #10 7.043 147500K .......... .......... .......... .......... .......... 69% 98.9M 2s
10:42:33 [2026-03-02T09:42:33.334Z] #10 7.043 147550K .......... .......... .......... .......... .......... 69% 85.1M 2s
10:42:33 [2026-03-02T09:42:33.334Z] #10 7.044 147600K .......... .......... .......... .......... .......... 69%  104M 2s
10:42:33 [2026-03-02T09:42:33.334Z] #10 7.044 147650K .......... .......... .......... .......... .......... 69%  120M 2s
10:42:33 [2026-03-02T09:42:33.334Z] #10 7.045 147700K .......... .......... .......... .......... .......... 69% 92.8M 2s
10:42:33 [2026-03-02T09:42:33.334Z] #10 7.045 147750K .......... .......... .......... .......... .......... 69%  104M 2s
10:42:33 [2026-03-02T09:42:33.334Z] #10 7.046 147800K .......... .......... .......... .......... .......... 69%  133M 2s
10:42:33 [2026-03-02T09:42:33.334Z] #10 7.046 147850K .......... .......... .......... .......... .......... 69%  134M 2s
10:42:33 [2026-03-02T09:42:33.334Z] #10 7.046 147900K .......... .......... .......... .......... .......... 69%  130M 2s
10:42:33 [2026-03-02T09:42:33.334Z] #10 7.047 147950K .......... .......... .......... .......... .......... 69%  105M 2s
10:42:33 [2026-03-02T09:42:33.334Z] #10 7.047 148000K .......... .......... .......... .......... .......... 69%  164M 2s
10:42:33 [2026-03-02T09:42:33.334Z] #10 7.048 148050K .......... .......... .......... .......... .......... 69%  156M 2s
10:42:33 [2026-03-02T09:42:33.334Z] #10 7.048 148100K .......... .......... .......... .......... .......... 69%  121M 2s
10:42:33 [2026-03-02T09:42:33.334Z] #10 7.048 148150K .......... .......... .......... .......... .......... 69% 79.6M 2s
10:42:33 [2026-03-02T09:42:33.334Z] #10 7.049 148200K .......... .......... .......... .......... .......... 69%  119M 2s
10:42:33 [2026-03-02T09:42:33.334Z] #10 7.049 148250K .......... .......... .......... .......... .......... 69%  132M 2s
10:42:33 [2026-03-02T09:42:33.334Z] #10 7.050 148300K .......... .......... .......... .......... .......... 69%  146M 2s
10:42:33 [2026-03-02T09:42:33.334Z] #10 7.050 148350K .......... .......... .......... .......... .......... 69%  111M 2s
10:42:33 [2026-03-02T09:42:33.334Z] #10 7.050 148400K .......... .......... .......... .......... .......... 69%  139M 2s
10:42:33 [2026-03-02T09:42:33.334Z] #10 7.051 148450K .......... .......... .......... .......... .......... 69%  129M 2s
10:42:33 [2026-03-02T09:42:33.334Z] #10 7.051 148500K .......... .......... .......... .......... .......... 69%  139M 2s
10:42:33 [2026-03-02T09:42:33.334Z] #10 7.052 148550K .......... .......... .......... .......... .......... 69%  124M 2s
10:42:33 [2026-03-02T09:42:33.334Z] #10 7.052 148600K .......... .......... .......... .......... .......... 69%  153M 2s
10:42:33 [2026-03-02T09:42:33.334Z] #10 7.052 148650K .......... .......... .......... .......... .......... 69%  152M 2s
10:42:33 [2026-03-02T09:42:33.334Z] #10 7.053 148700K .......... .......... .......... .......... .......... 69%  150M 2s
10:42:33 [2026-03-02T09:42:33.334Z] #10 7.053 148750K .......... .......... .......... .......... .......... 69%  109M 2s
10:42:33 [2026-03-02T09:42:33.334Z] #10 7.053 148800K .......... .......... .......... .......... .......... 69%  145M 2s
10:42:33 [2026-03-02T09:42:33.334Z] #10 7.054 148850K .......... .......... .......... .......... .......... 69%  137M 2s
10:42:33 [2026-03-02T09:42:33.334Z] #10 7.054 148900K .......... .......... .......... .......... .......... 69% 1.55M 2s
10:42:33 [2026-03-02T09:42:33.334Z] #10 7.086 148950K .......... .......... .......... .......... .......... 70% 93.0M 2s
10:42:33 [2026-03-02T09:42:33.334Z] #10 7.086 149000K .......... .......... .......... .......... .......... 70%  118M 2s
10:42:33 [2026-03-02T09:42:33.334Z] #10 7.087 149050K .......... .......... .......... .......... .......... 70% 90.6M 2s
10:42:33 [2026-03-02T09:42:33.334Z] #10 7.090 149100K .......... .......... .......... .......... .......... 70% 85.2M 2s
10:42:33 [2026-03-02T09:42:33.334Z] #10 7.090 149150K .......... .......... .......... .......... .......... 70% 79.7M 2s
10:42:33 [2026-03-02T09:42:33.334Z] #10 7.090 149200K .......... .......... .......... .......... .......... 70%  109M 2s
10:42:33 [2026-03-02T09:42:33.334Z] #10 7.090 149250K .......... .......... .......... .......... .......... 70% 39.5M 2s
10:42:33 [2026-03-02T09:42:33.334Z] #10 7.090 149300K .......... .......... .......... .......... .......... 70% 35.1M 2s
10:42:33 [2026-03-02T09:42:33.334Z] #10 7.092 149350K .......... .......... .......... .......... .......... 70% 62.3M 2s
10:42:33 [2026-03-02T09:42:33.334Z] #10 7.093 149400K .......... .......... .......... .......... .......... 70%  106M 2s
10:42:33 [2026-03-02T09:42:33.585Z] #10 7.093 149450K .......... .......... .......... .......... .......... 70% 39.4M 2s
10:42:33 [2026-03-02T09:42:33.585Z] #10 7.094 149500K .......... .......... .......... .......... .......... 70% 54.5M 2s
10:42:33 [2026-03-02T09:42:33.585Z] #10 7.097 149550K .......... .......... .......... .......... .......... 70% 79.7M 2s
10:42:33 [2026-03-02T09:42:33.585Z] #10 7.097 149600K .......... .......... .......... .......... .......... 70%  107M 2s
10:42:33 [2026-03-02T09:42:33.585Z] #10 7.097 149650K .......... .......... .......... .......... .......... 70% 91.8M 2s
10:42:33 [2026-03-02T09:42:33.585Z] #10 7.097 149700K .......... .......... .......... .......... .......... 70% 97.1M 2s
10:42:33 [2026-03-02T09:42:33.585Z] #10 7.097 149750K .......... .......... .......... .......... .......... 70% 82.0M 2s
10:42:33 [2026-03-02T09:42:33.585Z] #10 7.097 149800K .......... .......... .......... .......... .......... 70% 92.0M 2s
10:42:33 [2026-03-02T09:42:33.585Z] #10 7.098 149850K .......... .......... .......... .......... .......... 70%  122M 2s
10:42:33 [2026-03-02T09:42:33.585Z] #10 7.098 149900K .......... .......... .......... .......... .......... 70%  116M 2s
10:42:33 [2026-03-02T09:42:33.585Z] #10 7.099 149950K .......... .......... .......... .......... .......... 70% 96.0M 2s
10:42:33 [2026-03-02T09:42:33.585Z] #10 7.099 150000K .......... .......... .......... .......... .......... 70%  136M 2s
10:42:33 [2026-03-02T09:42:33.585Z] #10 7.100 150050K .......... .......... .......... .......... .......... 70%  159M 2s
10:42:33 [2026-03-02T09:42:33.585Z] #10 7.100 150100K .......... .......... .......... .......... .......... 70%  159M 2s
10:42:33 [2026-03-02T09:42:33.585Z] #10 7.100 150150K .......... .......... .......... .......... .......... 70%  124M 2s
10:42:33 [2026-03-02T09:42:33.585Z] #10 7.101 150200K .......... .......... .......... .......... .......... 70%  154M 2s
10:42:33 [2026-03-02T09:42:33.585Z] #10 7.101 150250K .......... .......... .......... .......... .......... 70%  151M 2s
10:42:33 [2026-03-02T09:42:33.585Z] #10 7.101 150300K .......... .......... .......... .......... .......... 70%  166M 2s
10:42:33 [2026-03-02T09:42:33.585Z] #10 7.102 150350K .......... .......... .......... .......... .......... 70%  143M 2s
10:42:33 [2026-03-02T09:42:33.585Z] #10 7.102 150400K .......... .......... .......... .......... .......... 70%  156M 2s
10:42:33 [2026-03-02T09:42:33.585Z] #10 7.102 150450K .......... .......... .......... .......... .......... 70%  161M 2s
10:42:33 [2026-03-02T09:42:33.585Z] #10 7.103 150500K .......... .......... .......... .......... .......... 70%  127M 2s
10:42:33 [2026-03-02T09:42:33.585Z] #10 7.103 150550K .......... .......... .......... .......... .......... 70%  121M 2s
10:42:33 [2026-03-02T09:42:33.585Z] #10 7.103 150600K .......... .......... .......... .......... .......... 70% 90.5M 2s
10:42:33 [2026-03-02T09:42:33.585Z] #10 7.104 150650K .......... .......... .......... .......... .......... 70%  136M 2s
10:42:33 [2026-03-02T09:42:33.585Z] #10 7.104 150700K .......... .......... .......... .......... .......... 70%  184M 2s
10:42:33 [2026-03-02T09:42:33.585Z] #10 7.105 150750K .......... .......... .......... .......... .......... 70%  143M 2s
10:42:33 [2026-03-02T09:42:33.585Z] #10 7.105 150800K .......... .......... .......... .......... .......... 70%  168M 2s
10:42:33 [2026-03-02T09:42:33.585Z] #10 7.105 150850K .......... .......... .......... .......... .......... 70%  173M 2s
10:42:33 [2026-03-02T09:42:33.585Z] #10 7.105 150900K .......... .......... .......... .......... .......... 70%  174M 2s
10:42:33 [2026-03-02T09:42:33.585Z] #10 7.106 150950K .......... .......... .......... .......... .......... 70%  135M 2s
10:42:33 [2026-03-02T09:42:33.585Z] #10 7.106 151000K .......... .......... .......... .......... .......... 70%  163M 2s
10:42:33 [2026-03-02T09:42:33.585Z] #10 7.106 151050K .......... .......... .......... .......... .......... 71%  156M 2s
10:42:33 [2026-03-02T09:42:33.585Z] #10 7.107 151100K .......... .......... .......... .......... .......... 71%  149M 2s
10:42:33 [2026-03-02T09:42:33.585Z] #10 7.107 151150K .......... .......... .......... .......... .......... 71%  161M 2s
10:42:33 [2026-03-02T09:42:33.585Z] #10 7.107 151200K .......... .......... .......... .......... .......... 71%  150M 2s
10:42:33 [2026-03-02T09:42:33.585Z] #10 7.108 151250K .......... .......... .......... .......... .......... 71%  185M 2s
10:42:33 [2026-03-02T09:42:33.585Z] #10 7.108 151300K .......... .......... .......... .......... .......... 71%  153M 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.108 151350K .......... .......... .......... .......... .......... 71%  149M 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.109 151400K .......... .......... .......... .......... .......... 71%  149M 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.109 151450K .......... .......... .......... .......... .......... 71%  128M 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.109 151500K .......... .......... .......... .......... .......... 71%  179M 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.110 151550K .......... .......... .......... .......... .......... 71%  146M 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.110 151600K .......... .......... .......... .......... .......... 71%  161M 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.110 151650K .......... .......... .......... .......... .......... 71%  184M 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.110 151700K .......... .......... .......... .......... .......... 71%  192M 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.111 151750K .......... .......... .......... .......... .......... 71%  151M 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.111 151800K .......... .......... .......... .......... .......... 71%  151M 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.111 151850K .......... .......... .......... .......... .......... 71%  181M 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.112 151900K .......... .......... .......... .......... .......... 71%  190M 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.112 151950K .......... .......... .......... .......... .......... 71%  140M 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.112 152000K .......... .......... .......... .......... .......... 71%  140M 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.113 152050K .......... .......... .......... .......... .......... 71% 96.1M 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.113 152100K .......... .......... .......... .......... .......... 71%  125M 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.113 152150K .......... .......... .......... .......... .......... 71% 95.8M 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.114 152200K .......... .......... .......... .......... .......... 71%  133M 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.114 152250K .......... .......... .......... .......... .......... 71%  114M 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.115 152300K .......... .......... .......... .......... .......... 71%  108M 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.115 152350K .......... .......... .......... .......... .......... 71%  113M 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.116 152400K .......... .......... .......... .......... .......... 71%  113M 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.116 152450K .......... .......... .......... .......... .......... 71% 93.8M 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.117 152500K .......... .......... .......... .......... .......... 71%  125M 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.117 152550K .......... .......... .......... .......... .......... 71%  121M 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.117 152600K .......... .......... .......... .......... .......... 71%  119M 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.118 152650K .......... .......... .......... .......... .......... 71%  117M 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.118 152700K .......... .......... .......... .......... .......... 71% 94.3M 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.119 152750K .......... .......... .......... .......... .......... 71%  120M 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.119 152800K .......... .......... .......... .......... .......... 71%  105M 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.120 152850K .......... .......... .......... .......... .......... 71%  117M 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.120 152900K .......... .......... .......... .......... .......... 71%  107M 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.121 152950K .......... .......... .......... .......... .......... 71%  129M 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.121 153000K .......... .......... .......... .......... .......... 71%  106M 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.121 153050K .......... .......... .......... .......... .......... 71%  101M 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.122 153100K .......... .......... .......... .......... .......... 71%  131M 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.122 153150K .......... .......... .......... .......... .......... 71% 95.8M 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.123 153200K .......... .......... .......... .......... .......... 72%  120M 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.123 153250K .......... .......... .......... .......... .......... 72%  113M 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.124 153300K .......... .......... .......... .......... .......... 72% 79.2M 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.124 153350K .......... .......... .......... .......... .......... 72% 85.5M 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.125 153400K .......... .......... .......... .......... .......... 72% 74.5M 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.125 153450K .......... .......... .......... .......... .......... 72% 82.8M 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.126 153500K .......... .......... .......... .......... .......... 72%  123M 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.126 153550K .......... .......... .......... .......... .......... 72%  138M 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.221 153600K .......... .......... .......... .......... .......... 72%  527K 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.222 153650K .......... .......... .......... .......... .......... 72% 61.4M 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.222 153700K .......... .......... .......... .......... .......... 72%  118M 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.223 153750K .......... .......... .......... .......... .......... 72% 61.2M 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.224 153800K .......... .......... .......... .......... .......... 72% 57.9M 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.224 153850K .......... .......... .......... .......... .......... 72% 64.9M 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.225 153900K .......... .......... .......... .......... .......... 72%  106M 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.226 153950K .......... .......... .......... .......... .......... 72% 65.1M 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.226 154000K .......... .......... .......... .......... .......... 72% 84.1M 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.227 154050K .......... .......... .......... .......... .......... 72% 66.0M 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.228 154100K .......... .......... .......... .......... .......... 72% 79.6M 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.228 154150K .......... .......... .......... .......... .......... 72% 59.7M 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.229 154200K .......... .......... .......... .......... .......... 72% 67.5M 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.230 154250K .......... .......... .......... .......... .......... 72% 66.2M 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.231 154300K .......... .......... .......... .......... .......... 72% 77.5M 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.231 154350K .......... .......... .......... .......... .......... 72% 72.3M 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.232 154400K .......... .......... .......... .......... .......... 72% 76.0M 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.233 154450K .......... .......... .......... .......... .......... 72% 53.5M 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.234 154500K .......... .......... .......... .......... .......... 72% 49.2M 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.235 154550K .......... .......... .......... .......... .......... 72% 43.8M 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.236 154600K .......... .......... .......... .......... .......... 72% 39.9M 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.237 154650K .......... .......... .......... .......... .......... 72% 42.8M 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.238 154700K .......... .......... .......... .......... .......... 72% 42.7M 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.239 154750K .......... .......... .......... .......... .......... 72% 42.6M 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.240 154800K .......... .......... .......... .......... .......... 72% 44.5M 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.241 154850K .......... .......... .......... .......... .......... 72% 44.9M 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.242 154900K .......... .......... .......... .......... .......... 72% 44.9M 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.244 154950K .......... .......... .......... .......... .......... 72% 42.9M 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.245 155000K .......... .......... .......... .......... .......... 72% 44.1M 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.246 155050K .......... .......... .......... .......... .......... 72% 39.2M 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.247 155100K .......... .......... .......... .......... .......... 72% 27.0M 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.249 155150K .......... .......... .......... .......... .......... 72% 44.3M 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.250 155200K .......... .......... .......... .......... .......... 72% 84.0M 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.251 155250K .......... .......... .......... .......... .......... 72% 32.6M 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.252 155300K .......... .......... .......... .......... .......... 73% 59.8M 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.253 155350K .......... .......... .......... .......... .......... 73% 57.3M 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.254 155400K .......... .......... .......... .......... .......... 73% 79.2M 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.254 155450K .......... .......... .......... .......... .......... 73% 79.9M 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.255 155500K .......... .......... .......... .......... .......... 73% 37.6M 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.256 155550K .......... .......... .......... .......... .......... 73% 39.4M 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.257 155600K .......... .......... .......... .......... .......... 73% 59.8M 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.258 155650K .......... .......... .......... .......... .......... 73%  116M 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.259 155700K .......... .......... .......... .......... .......... 73% 60.0M 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.260 155750K .......... .......... .......... .......... .......... 73% 53.7M 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.260 155800K .......... .......... .......... .......... .......... 73% 49.3M 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.261 155850K .......... .......... .......... .......... .......... 73% 60.9M 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.262 155900K .......... .......... .......... .......... .......... 73% 63.4M 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.263 155950K .......... .......... .......... .......... .......... 73% 48.1M 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.264 156000K .......... .......... .......... .......... .......... 73% 83.7M 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.265 156050K .......... .......... .......... .......... .......... 73% 63.3M 2s
10:42:33 [2026-03-02T09:42:33.586Z] #10 7.265 156100K .......... .......... .......... .......... .......... 73% 80.3M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.266 156150K .......... .......... .......... .......... .......... 73% 89.2M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.266 156200K .......... .......... .......... .......... .......... 73% 68.1M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.267 156250K .......... .......... .......... .......... .......... 73% 56.1M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.268 156300K .......... .......... .......... .......... .......... 73% 63.3M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.269 156350K .......... .......... .......... .......... .......... 73% 54.8M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.270 156400K .......... .......... .......... .......... .......... 73% 61.8M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.270 156450K .......... .......... .......... .......... .......... 73% 92.7M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.271 156500K .......... .......... .......... .......... .......... 73% 79.1M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.272 156550K .......... .......... .......... .......... .......... 73% 66.2M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.272 156600K .......... .......... .......... .......... .......... 73% 82.3M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.273 156650K .......... .......... .......... .......... .......... 73% 82.8M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.274 156700K .......... .......... .......... .......... .......... 73% 71.2M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.274 156750K .......... .......... .......... .......... .......... 73% 78.2M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.275 156800K .......... .......... .......... .......... .......... 73% 63.7M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.276 156850K .......... .......... .......... .......... .......... 73% 87.8M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.276 156900K .......... .......... .......... .......... .......... 73%  120M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.277 156950K .......... .......... .......... .......... .......... 73% 46.8M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.278 157000K .......... .......... .......... .......... .......... 73%  106M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.278 157050K .......... .......... .......... .......... .......... 73% 69.6M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.279 157100K .......... .......... .......... .......... .......... 73% 68.5M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.280 157150K .......... .......... .......... .......... .......... 73% 64.8M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.280 157200K .......... .......... .......... .......... .......... 73%  120M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.281 157250K .......... .......... .......... .......... .......... 73%  125M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.281 157300K .......... .......... .......... .......... .......... 73%  159M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.281 157350K .......... .......... .......... .......... .......... 73%  119M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.282 157400K .......... .......... .......... .......... .......... 73%  116M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.282 157450K .......... .......... .......... .......... .......... 74%  124M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.283 157500K .......... .......... .......... .......... .......... 74%  153M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.283 157550K .......... .......... .......... .......... .......... 74%  138M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.283 157600K .......... .......... .......... .......... .......... 74%  159M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.284 157650K .......... .......... .......... .......... .......... 74%  124M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.284 157700K .......... .......... .......... .......... .......... 74%  115M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.284 157750K .......... .......... .......... .......... .......... 74%  166M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.285 157800K .......... .......... .......... .......... .......... 74% 1.38M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.320 157850K .......... .......... .......... .......... .......... 74% 38.3M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.321 157900K .......... .......... .......... .......... .......... 74% 55.0M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.322 157950K .......... .......... .......... .......... .......... 74% 47.8M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.323 158000K .......... .......... .......... .......... .......... 74% 63.8M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.324 158050K .......... .......... .......... .......... .......... 74% 57.9M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.325 158100K .......... .......... .......... .......... .......... 74% 76.8M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.326 158150K .......... .......... .......... .......... .......... 74% 56.1M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.326 158200K .......... .......... .......... .......... .......... 74% 75.4M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.327 158250K .......... .......... .......... .......... .......... 74% 75.0M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.328 158300K .......... .......... .......... .......... .......... 74% 76.5M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.328 158350K .......... .......... .......... .......... .......... 74% 48.5M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.329 158400K .......... .......... .......... .......... .......... 74% 53.1M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.330 158450K .......... .......... .......... .......... .......... 74% 71.7M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.331 158500K .......... .......... .......... .......... .......... 74% 71.0M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.332 158550K .......... .......... .......... .......... .......... 74% 52.5M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.333 158600K .......... .......... .......... .......... .......... 74% 52.7M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.334 158650K .......... .......... .......... .......... .......... 74% 70.0M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.334 158700K .......... .......... .......... .......... .......... 74% 68.7M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.335 158750K .......... .......... .......... .......... .......... 74% 63.6M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.336 158800K .......... .......... .......... .......... .......... 74% 68.1M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.336 158850K .......... .......... .......... .......... .......... 74% 70.7M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.337 158900K .......... .......... .......... .......... .......... 74% 55.1M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.338 158950K .......... .......... .......... .......... .......... 74% 46.1M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.339 159000K .......... .......... .......... .......... .......... 74% 78.8M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.340 159050K .......... .......... .......... .......... .......... 74% 71.4M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.340 159100K .......... .......... .......... .......... .......... 74% 58.3M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.341 159150K .......... .......... .......... .......... .......... 74% 52.8M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.342 159200K .......... .......... .......... .......... .......... 74% 55.5M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.343 159250K .......... .......... .......... .......... .......... 74% 68.8M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.344 159300K .......... .......... .......... .......... .......... 74% 79.0M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.344 159350K .......... .......... .......... .......... .......... 74% 55.7M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.345 159400K .......... .......... .......... .......... .......... 74% 67.1M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.346 159450K .......... .......... .......... .......... .......... 74% 58.4M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.347 159500K .......... .......... .......... .......... .......... 74% 53.4M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.348 159550K .......... .......... .......... .......... .......... 74% 55.1M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.348 159600K .......... .......... .......... .......... .......... 75% 54.9M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.349 159650K .......... .......... .......... .......... .......... 75% 56.3M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.350 159700K .......... .......... .......... .......... .......... 75% 73.2M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.351 159750K .......... .......... .......... .......... .......... 75% 64.6M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.352 159800K .......... .......... .......... .......... .......... 75% 76.6M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.352 159850K .......... .......... .......... .......... .......... 75% 71.0M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.353 159900K .......... .......... .......... .......... .......... 75% 72.8M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.354 159950K .......... .......... .......... .......... .......... 75% 78.6M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.354 160000K .......... .......... .......... .......... .......... 75% 69.9M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.355 160050K .......... .......... .......... .......... .......... 75% 67.7M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.356 160100K .......... .......... .......... .......... .......... 75% 58.0M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.357 160150K .......... .......... .......... .......... .......... 75% 83.3M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.357 160200K .......... .......... .......... .......... .......... 75% 66.7M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.358 160250K .......... .......... .......... .......... .......... 75% 80.8M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.358 160300K .......... .......... .......... .......... .......... 75% 65.1M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.359 160350K .......... .......... .......... .......... .......... 75% 73.8M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.360 160400K .......... .......... .......... .......... .......... 75% 79.3M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.360 160450K .......... .......... .......... .......... .......... 75% 68.1M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.361 160500K .......... .......... .......... .......... .......... 75% 80.8M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.362 160550K .......... .......... .......... .......... .......... 75%  107M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.362 160600K .......... .......... .......... .......... .......... 75%  101M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.363 160650K .......... .......... .......... .......... .......... 75%  115M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.363 160700K .......... .......... .......... .......... .......... 75%  115M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.364 160750K .......... .......... .......... .......... .......... 75% 68.3M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.364 160800K .......... .......... .......... .......... .......... 75% 82.7M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.365 160850K .......... .......... .......... .......... .......... 75% 80.4M 2s
10:42:33 [2026-03-02T09:42:33.587Z] #10 7.366 160900K .......... .......... .......... .......... .......... 75% 85.0M 2s
10:42:33 [2026-03-02T09:42:33.588Z] #10 7.366 160950K .......... .......... .......... .......... .......... 75% 72.4M 2s
10:42:33 [2026-03-02T09:42:33.588Z] #10 7.367 161000K .......... .......... .......... .......... .......... 75% 78.1M 2s
10:42:33 [2026-03-02T09:42:33.588Z] #10 7.367 161050K .......... .......... .......... .......... .......... 75%  116M 2s
10:42:33 [2026-03-02T09:42:33.588Z] #10 7.368 161100K .......... .......... .......... .......... .......... 75%  115M 2s
10:42:33 [2026-03-02T09:42:33.588Z] #10 7.368 161150K .......... .......... .......... .......... .......... 75% 80.7M 2s
10:42:33 [2026-03-02T09:42:33.588Z] #10 7.369 161200K .......... .......... .......... .......... .......... 75% 80.5M 2s
10:42:33 [2026-03-02T09:42:33.588Z] #10 7.369 161250K .......... .......... .......... .......... .......... 75% 85.9M 2s
10:42:33 [2026-03-02T09:42:33.588Z] #10 7.370 161300K .......... .......... .......... .......... .......... 75%  108M 2s
10:42:33 [2026-03-02T09:42:33.588Z] #10 7.370 161350K .......... .......... .......... .......... .......... 75% 73.7M 2s
10:42:33 [2026-03-02T09:42:33.588Z] #10 7.371 161400K .......... .......... .......... .......... .......... 75% 69.4M 2s
10:42:33 [2026-03-02T09:42:33.588Z] #10 7.372 161450K .......... .......... .......... .......... .......... 75% 56.3M 2s
10:42:33 [2026-03-02T09:42:33.588Z] #10 7.373 161500K .......... .......... .......... .......... .......... 75% 72.4M 2s
10:42:33 [2026-03-02T09:42:33.588Z] #10 7.373 161550K .......... .......... .......... .......... .......... 75% 60.2M 2s
10:42:33 [2026-03-02T09:42:33.588Z] #10 7.374 161600K .......... .......... .......... .......... .......... 75% 54.9M 2s
10:42:33 [2026-03-02T09:42:33.588Z] #10 7.375 161650K .......... .......... .......... .......... .......... 75% 77.3M 2s
10:42:33 [2026-03-02T09:42:33.588Z] #10 7.376 161700K .......... .......... .......... .......... .......... 76% 52.9M 2s
10:42:33 [2026-03-02T09:42:33.588Z] #10 7.377 161750K .......... .......... .......... .......... .......... 76% 62.4M 2s
10:42:33 [2026-03-02T09:42:33.588Z] #10 7.377 161800K .......... .......... .......... .......... .......... 76% 72.1M 2s
10:42:33 [2026-03-02T09:42:33.588Z] #10 7.378 161850K .......... .......... .......... .......... .......... 76%  103M 2s
10:42:33 [2026-03-02T09:42:33.588Z] #10 7.379 161900K .......... .......... .......... .......... .......... 76% 81.4M 2s
10:42:33 [2026-03-02T09:42:33.588Z] #10 7.379 161950K .......... .......... .......... .......... .......... 76% 60.5M 2s
10:42:33 [2026-03-02T09:42:33.588Z] #10 7.380 162000K .......... .......... .......... .......... .......... 76% 1.23M 2s
10:42:33 [2026-03-02T09:42:33.588Z] #10 7.420 162050K .......... .......... .......... .......... .......... 76%  107M 2s
10:42:33 [2026-03-02T09:42:33.838Z] #10 7.420 162100K .......... .......... .......... .......... .......... 76% 25.8M 2s
10:42:33 [2026-03-02T09:42:33.838Z] #10 7.422 162150K .......... .......... .......... .......... .......... 76% 63.7M 2s
10:42:33 [2026-03-02T09:42:33.838Z] #10 7.423 162200K .......... .......... .......... .......... .......... 76% 80.9M 2s
10:42:33 [2026-03-02T09:42:33.838Z] #10 7.423 162250K .......... .......... .......... .......... .......... 76%  156M 2s
10:42:33 [2026-03-02T09:42:33.838Z] #10 7.424 162300K .......... .......... .......... .......... .......... 76% 66.7M 2s
10:42:33 [2026-03-02T09:42:33.838Z] #10 7.424 162350K .......... .......... .......... .......... .......... 76% 47.2M 2s
10:42:33 [2026-03-02T09:42:33.838Z] #10 7.425 162400K .......... .......... .......... .......... .......... 76% 73.7M 2s
10:42:33 [2026-03-02T09:42:33.838Z] #10 7.426 162450K .......... .......... .......... .......... .......... 76% 62.5M 2s
10:42:33 [2026-03-02T09:42:33.838Z] #10 7.427 162500K .......... .......... .......... .......... .......... 76%  115M 2s
10:42:33 [2026-03-02T09:42:33.838Z] #10 7.427 162550K .......... .......... .......... .......... .......... 76% 54.6M 2s
10:42:33 [2026-03-02T09:42:33.838Z] #10 7.428 162600K .......... .......... .......... .......... .......... 76% 74.1M 2s
10:42:33 [2026-03-02T09:42:33.838Z] #10 7.429 162650K .......... .......... .......... .......... .......... 76% 62.7M 2s
10:42:33 [2026-03-02T09:42:33.838Z] #10 7.430 162700K .......... .......... .......... .......... .......... 76%  109M 2s
10:42:33 [2026-03-02T09:42:33.838Z] #10 7.430 162750K .......... .......... .......... .......... .......... 76% 52.5M 2s
10:42:33 [2026-03-02T09:42:33.838Z] #10 7.431 162800K .......... .......... .......... .......... .......... 76% 45.0M 2s
10:42:33 [2026-03-02T09:42:33.838Z] #10 7.432 162850K .......... .......... .......... .......... .......... 76%  136M 2s
10:42:33 [2026-03-02T09:42:33.838Z] #10 7.432 162900K .......... .......... .......... .......... .......... 76% 75.3M 2s
10:42:33 [2026-03-02T09:42:33.838Z] #10 7.433 162950K .......... .......... .......... .......... .......... 76%  108M 2s
10:42:33 [2026-03-02T09:42:33.838Z] #10 7.433 163000K .......... .......... .......... .......... .......... 76% 56.6M 2s
10:42:33 [2026-03-02T09:42:33.838Z] #10 7.434 163050K .......... .......... .......... .......... .......... 76% 57.1M 2s
10:42:33 [2026-03-02T09:42:33.838Z] #10 7.435 163100K .......... .......... .......... .......... .......... 76% 63.5M 2s
10:42:33 [2026-03-02T09:42:33.838Z] #10 7.436 163150K .......... .......... .......... .......... .......... 76% 60.8M 2s
10:42:33 [2026-03-02T09:42:33.838Z] #10 7.437 163200K .......... .......... .......... .......... .......... 76%  111M 2s
10:42:33 [2026-03-02T09:42:33.838Z] #10 7.437 163250K .......... .......... .......... .......... .......... 76% 61.0M 2s
10:42:33 [2026-03-02T09:42:33.838Z] #10 7.438 163300K .......... .......... .......... .......... .......... 76% 50.2M 2s
10:42:33 [2026-03-02T09:42:33.838Z] #10 7.439 163350K .......... .......... .......... .......... .......... 76% 55.1M 2s
10:42:33 [2026-03-02T09:42:33.838Z] #10 7.440 163400K .......... .......... .......... .......... .......... 76% 83.6M 2s
10:42:33 [2026-03-02T09:42:33.838Z] #10 7.440 163450K .......... .......... .......... .......... .......... 76% 92.7M 2s
10:42:33 [2026-03-02T09:42:33.838Z] #10 7.441 163500K .......... .......... .......... .......... .......... 76% 92.4M 2s
10:42:33 [2026-03-02T09:42:33.838Z] #10 7.442 163550K .......... .......... .......... .......... .......... 76% 49.1M 2s
10:42:33 [2026-03-02T09:42:33.838Z] #10 7.443 163600K .......... .......... .......... .......... .......... 76% 58.4M 2s
10:42:33 [2026-03-02T09:42:33.838Z] #10 7.443 163650K .......... .......... .......... .......... .......... 76% 68.1M 2s
10:42:33 [2026-03-02T09:42:33.838Z] #10 7.444 163700K .......... .......... .......... .......... .......... 76%  119M 2s
10:42:33 [2026-03-02T09:42:33.838Z] #10 7.445 163750K .......... .......... .......... .......... .......... 76% 59.4M 2s
10:42:33 [2026-03-02T09:42:33.838Z] #10 7.445 163800K .......... .......... .......... .......... .......... 76%  464K 2s
10:42:33 [2026-03-02T09:42:33.838Z] #10 7.553 163850K .......... .......... .......... .......... .......... 77%  155M 2s
10:42:33 [2026-03-02T09:42:33.838Z] #10 7.553 163900K .......... .......... .......... .......... .......... 77%  129M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.554 163950K .......... .......... .......... .......... .......... 77% 91.5M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.554 164000K .......... .......... .......... .......... .......... 77%  127M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.555 164050K .......... .......... .......... .......... .......... 77%  108M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.555 164100K .......... .......... .......... .......... .......... 77%  105M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.556 164150K .......... .......... .......... .......... .......... 77%  114M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.556 164200K .......... .......... .......... .......... .......... 77%  136M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.556 164250K .......... .......... .......... .......... .......... 77%  109M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.557 164300K .......... .......... .......... .......... .......... 77% 98.6M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.557 164350K .......... .......... .......... .......... .......... 77%  112M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.558 164400K .......... .......... .......... .......... .......... 77%  101M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.558 164450K .......... .......... .......... .......... .......... 77%  136M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.559 164500K .......... .......... .......... .......... .......... 77%  123M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.559 164550K .......... .......... .......... .......... .......... 77%  117M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.559 164600K .......... .......... .......... .......... .......... 77%  106M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.560 164650K .......... .......... .......... .......... .......... 77% 92.2M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.560 164700K .......... .......... .......... .......... .......... 77%  134M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.561 164750K .......... .......... .......... .......... .......... 77% 93.2M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.561 164800K .......... .......... .......... .......... .......... 77%  129M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.562 164850K .......... .......... .......... .......... .......... 77%  123M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.562 164900K .......... .......... .......... .......... .......... 77%  110M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.562 164950K .......... .......... .......... .......... .......... 77%  114M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.563 165000K .......... .......... .......... .......... .......... 77%  102M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.563 165050K .......... .......... .......... .......... .......... 77%  131M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.564 165100K .......... .......... .......... .......... .......... 77%  121M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.564 165150K .......... .......... .......... .......... .......... 77% 90.4M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.565 165200K .......... .......... .......... .......... .......... 77%  131M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.565 165250K .......... .......... .......... .......... .......... 77%  112M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.565 165300K .......... .......... .......... .......... .......... 77% 98.4M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.566 165350K .......... .......... .......... .......... .......... 77%  107M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.566 165400K .......... .......... .......... .......... .......... 77%  135M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.567 165450K .......... .......... .......... .......... .......... 77%  126M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.567 165500K .......... .......... .......... .......... .......... 77%  112M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.568 165550K .......... .......... .......... .......... .......... 77% 88.8M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.568 165600K .......... .......... .......... .......... .......... 77%  125M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.569 165650K .......... .......... .......... .......... .......... 77% 98.6M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.569 165700K .......... .......... .......... .......... .......... 77%  135M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.569 165750K .......... .......... .......... .......... .......... 77%  117M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.570 165800K .......... .......... .......... .......... .......... 77% 99.5M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.570 165850K .......... .......... .......... .......... .......... 77%  135M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.571 165900K .......... .......... .......... .......... .......... 77% 98.4M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.571 165950K .......... .......... .......... .......... .......... 78% 88.1M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.572 166000K .......... .......... .......... .......... .......... 78%  135M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.572 166050K .......... .......... .......... .......... .......... 78%  122M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.572 166100K .......... .......... .......... .......... .......... 78%  130M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.573 166150K .......... .......... .......... .......... .......... 78%  101M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.573 166200K .......... .......... .......... .......... .......... 78%  130M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.574 166250K .......... .......... .......... .......... .......... 78% 94.3M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.574 166300K .......... .......... .......... .......... .......... 78%  129M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.575 166350K .......... .......... .......... .......... .......... 78% 90.8M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.575 166400K .......... .......... .......... .......... .......... 78%  137M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.576 166450K .......... .......... .......... .......... .......... 78%  124M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.576 166500K .......... .......... .......... .......... .......... 78%  103M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.576 166550K .......... .......... .......... .......... .......... 78% 94.2M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.577 166600K .......... .......... .......... .......... .......... 78%  136M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.577 166650K .......... .......... .......... .......... .......... 78%  122M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.578 166700K .......... .......... .......... .......... .......... 78%  125M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.578 166750K .......... .......... .......... .......... .......... 78% 87.8M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.579 166800K .......... .......... .......... .......... .......... 78%  143M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.579 166850K .......... .......... .......... .......... .......... 78%  106M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.579 166900K .......... .......... .......... .......... .......... 78% 91.9M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.580 166950K .......... .......... .......... .......... .......... 78%  120M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.580 167000K .......... .......... .......... .......... .......... 78%  115M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.581 167050K .......... .......... .......... .......... .......... 78%  143M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.581 167100K .......... .......... .......... .......... .......... 78%  109M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.582 167150K .......... .......... .......... .......... .......... 78% 96.3M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.582 167200K .......... .......... .......... .......... .......... 78%  118M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.582 167250K .......... .......... .......... .......... .......... 78% 98.5M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.583 167300K .......... .......... .......... .......... .......... 78%  133M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.583 167350K .......... .......... .......... .......... .......... 78%  106M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.584 167400K .......... .......... .......... .......... .......... 78%  110M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.584 167450K .......... .......... .......... .......... .......... 78%  141M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.585 167500K .......... .......... .......... .......... .......... 78% 95.5M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.585 167550K .......... .......... .......... .......... .......... 78% 89.0M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.586 167600K .......... .......... .......... .......... .......... 78%  131M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.586 167650K .......... .......... .......... .......... .......... 78%  132M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.586 167700K .......... .......... .......... .......... .......... 78%  118M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.587 167750K .......... .......... .......... .......... .......... 78% 99.1M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.587 167800K .......... .......... .......... .......... .......... 78%  136M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.588 167850K .......... .......... .......... .......... .......... 78% 91.1M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.588 167900K .......... .......... .......... .......... .......... 78%  131M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.589 167950K .......... .......... .......... .......... .......... 78% 94.2M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.589 168000K .......... .......... .......... .......... .......... 78%  124M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.589 168050K .......... .......... .......... .......... .......... 78%  125M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.590 168100K .......... .......... .......... .......... .......... 79%  103M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.590 168150K .......... .......... .......... .......... .......... 79%  103M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.591 168200K .......... .......... .......... .......... .......... 79% 97.7M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.592 168250K .......... .......... .......... .......... .......... 79% 75.5M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.592 168300K .......... .......... .......... .......... .......... 79%  220M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.592 168350K .......... .......... .......... .......... .......... 79%  145M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.593 168400K .......... .......... .......... .......... .......... 79%  119M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.593 168450K .......... .......... .......... .......... .......... 79%  104M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.593 168500K .......... .......... .......... .......... .......... 79%  105M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.594 168550K .......... .......... .......... .......... .......... 79%  115M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.594 168600K .......... .......... .......... .......... .......... 79%  129M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.595 168650K .......... .......... .......... .......... .......... 79%  109M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.595 168700K .......... .......... .......... .......... .......... 79%  139M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.595 168750K .......... .......... .......... .......... .......... 79% 80.2M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.596 168800K .......... .......... .......... .......... .......... 79%  140M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.596 168850K .......... .......... .......... .......... .......... 79% 96.5M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.597 168900K .......... .......... .......... .......... .......... 79%  123M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.597 168950K .......... .......... .......... .......... .......... 79%  114M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.598 169000K .......... .......... .......... .......... .......... 79% 99.7M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.598 169050K .......... .......... .......... .......... .......... 79%  126M 2s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.599 169100K .......... .......... .......... .......... .......... 79%  104M 1s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.599 169150K .......... .......... .......... .......... .......... 79%  100M 1s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.600 169200K .......... .......... .......... .......... .......... 79%  104M 1s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.600 169250K .......... .......... .......... .......... .......... 79%  120M 1s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.601 169300K .......... .......... .......... .......... .......... 79%  155M 1s
10:42:33 [2026-03-02T09:42:33.839Z] #10 7.601 169350K .......... .......... .......... .......... .......... 79%  885K 2s
10:42:34 [2026-03-02T09:42:34.089Z] #10 7.657 169400K .......... .......... .......... .......... .......... 79% 86.1M 2s
10:42:34 [2026-03-02T09:42:34.089Z] #10 7.658 169450K .......... .......... .......... .......... .......... 79% 81.9M 1s
10:42:34 [2026-03-02T09:42:34.089Z] #10 7.658 169500K .......... .......... .......... .......... .......... 79% 78.3M 1s
10:42:34 [2026-03-02T09:42:34.089Z] #10 7.659 169550K .......... .......... .......... .......... .......... 79% 67.3M 1s
10:42:34 [2026-03-02T09:42:34.089Z] #10 7.660 169600K .......... .......... .......... .......... .......... 79% 82.2M 1s
10:42:34 [2026-03-02T09:42:34.089Z] #10 7.660 169650K .......... .......... .......... .......... .......... 79% 76.8M 1s
10:42:34 [2026-03-02T09:42:34.089Z] #10 7.661 169700K .......... .......... .......... .......... .......... 79% 84.1M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.662 169750K .......... .......... .......... .......... .......... 79% 84.2M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.662 169800K .......... .......... .......... .......... .......... 79% 99.8M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.664 169850K .......... .......... .......... .......... .......... 79% 76.9M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.664 169900K .......... .......... .......... .......... .......... 79%  131M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.664 169950K .......... .......... .......... .......... .......... 79% 74.1M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.664 170000K .......... .......... .......... .......... .......... 79% 78.7M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.665 170050K .......... .......... .......... .......... .......... 79% 80.5M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.666 170100K .......... .......... .......... .......... .......... 79% 86.1M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.666 170150K .......... .......... .......... .......... .......... 79% 83.2M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.667 170200K .......... .......... .......... .......... .......... 80% 83.6M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.667 170250K .......... .......... .......... .......... .......... 80% 88.6M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.668 170300K .......... .......... .......... .......... .......... 80% 75.5M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.669 170350K .......... .......... .......... .......... .......... 80% 52.0M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.670 170400K .......... .......... .......... .......... .......... 80%  111M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.670 170450K .......... .......... .......... .......... .......... 80% 96.7M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.670 170500K .......... .......... .......... .......... .......... 80%  111M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.671 170550K .......... .......... .......... .......... .......... 80%  112M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.671 170600K .......... .......... .......... .......... .......... 80%  114M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.672 170650K .......... .......... .......... .......... .......... 80%  100M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.672 170700K .......... .......... .......... .......... .......... 80% 84.0M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.673 170750K .......... .......... .......... .......... .......... 80% 61.6M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.674 170800K .......... .......... .......... .......... .......... 80% 97.3M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.674 170850K .......... .......... .......... .......... .......... 80% 73.8M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.675 170900K .......... .......... .......... .......... .......... 80% 89.0M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.675 170950K .......... .......... .......... .......... .......... 80% 81.9M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.676 171000K .......... .......... .......... .......... .......... 80% 85.0M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.676 171050K .......... .......... .......... .......... .......... 80% 88.6M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.677 171100K .......... .......... .......... .......... .......... 80% 94.4M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.678 171150K .......... .......... .......... .......... .......... 80% 71.4M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.678 171200K .......... .......... .......... .......... .......... 80%  101M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.679 171250K .......... .......... .......... .......... .......... 80% 78.3M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.679 171300K .......... .......... .......... .......... .......... 80% 88.0M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.680 171350K .......... .......... .......... .......... .......... 80% 91.2M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.680 171400K .......... .......... .......... .......... .......... 80% 81.6M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.681 171450K .......... .......... .......... .......... .......... 80% 76.6M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.682 171500K .......... .......... .......... .......... .......... 80% 90.1M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.682 171550K .......... .......... .......... .......... .......... 80% 88.7M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.683 171600K .......... .......... .......... .......... .......... 80% 92.0M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.683 171650K .......... .......... .......... .......... .......... 80% 87.5M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.684 171700K .......... .......... .......... .......... .......... 80%  111M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.684 171750K .......... .......... .......... .......... .......... 80% 96.5M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.685 171800K .......... .......... .......... .......... .......... 80% 84.3M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.685 171850K .......... .......... .......... .......... .......... 80%  110M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.686 171900K .......... .......... .......... .......... .......... 80%  106M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.686 171950K .......... .......... .......... .......... .......... 80% 93.3M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.687 172000K .......... .......... .......... .......... .......... 80% 94.7M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.687 172050K .......... .......... .......... .......... .......... 80%  130M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.688 172100K .......... .......... .......... .......... .......... 80%  123M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.688 172150K .......... .......... .......... .......... .......... 80%  117M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.688 172200K .......... .......... .......... .......... .......... 80%  130M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.689 172250K .......... .......... .......... .......... .......... 80% 98.8M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.689 172300K .......... .......... .......... .......... .......... 80%  129M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.690 172350K .......... .......... .......... .......... .......... 81% 87.8M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.690 172400K .......... .......... .......... .......... .......... 81%  111M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.691 172450K .......... .......... .......... .......... .......... 81%  112M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.691 172500K .......... .......... .......... .......... .......... 81%  128M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.692 172550K .......... .......... .......... .......... .......... 81%  122M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.692 172600K .......... .......... .......... .......... .......... 81%  114M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.692 172650K .......... .......... .......... .......... .......... 81%  118M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.693 172700K .......... .......... .......... .......... .......... 81%  120M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.693 172750K .......... .......... .......... .......... .......... 81% 96.3M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.694 172800K .......... .......... .......... .......... .......... 81%  103M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.694 172850K .......... .......... .......... .......... .......... 81%  106M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.695 172900K .......... .......... .......... .......... .......... 81%  109M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.695 172950K .......... .......... .......... .......... .......... 81% 96.1M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.696 173000K .......... .......... .......... .......... .......... 81%  120M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.696 173050K .......... .......... .......... .......... .......... 81%  111M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.696 173100K .......... .......... .......... .......... .......... 81%  105M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.697 173150K .......... .......... .......... .......... .......... 81% 84.3M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.697 173200K .......... .......... .......... .......... .......... 81%  117M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.698 173250K .......... .......... .......... .......... .......... 81%  111M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.698 173300K .......... .......... .......... .......... .......... 81%  113M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.699 173350K .......... .......... .......... .......... .......... 81%  110M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.699 173400K .......... .......... .......... .......... .......... 81%  154M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.700 173450K .......... .......... .......... .......... .......... 81%  104M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.700 173500K .......... .......... .......... .......... .......... 81%  164M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.700 173550K .......... .......... .......... .......... .......... 81%  109M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.701 173600K .......... .......... .......... .......... .......... 81%  129M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.701 173650K .......... .......... .......... .......... .......... 81%  131M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.702 173700K .......... .......... .......... .......... .......... 81%  128M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.702 173750K .......... .......... .......... .......... .......... 81%  104M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.702 173800K .......... .......... .......... .......... .......... 81%  136M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.703 173850K .......... .......... .......... .......... .......... 81%  134M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.703 173900K .......... .......... .......... .......... .......... 81%  126M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.703 173950K .......... .......... .......... .......... .......... 81%  122M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.704 174000K .......... .......... .......... .......... .......... 81%  130M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.704 174050K .......... .......... .......... .......... .......... 81%  596K 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.788 174100K .......... .......... .......... .......... .......... 81% 12.3M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.792 174150K .......... .......... .......... .......... .......... 81% 13.2M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.796 174200K .......... .......... .......... .......... .......... 81% 17.3M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.799 174250K .......... .......... .......... .......... .......... 81% 12.5M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.803 174300K .......... .......... .......... .......... .......... 81% 13.2M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.806 174350K .......... .......... .......... .......... .......... 81% 10.6M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.811 174400K .......... .......... .......... .......... .......... 81% 13.4M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.815 174450K .......... .......... .......... .......... .......... 82% 13.2M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.818 174500K .......... .......... .......... .......... .......... 82% 16.9M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.821 174550K .......... .......... .......... .......... .......... 82% 10.6M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.826 174600K .......... .......... .......... .......... .......... 82% 16.0M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.829 174650K .......... .......... .......... .......... .......... 82% 1014K 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.878 174700K .......... .......... .......... .......... .......... 82% 15.4M 1s
10:42:34 [2026-03-02T09:42:34.090Z] #10 7.881 174750K .......... .......... .......... .......... .......... 82% 11.2M 1s
10:42:34 [2026-03-02T09:42:34.340Z] #10 7.886 174800K .......... .......... .......... .......... .......... 82% 17.4M 1s
10:42:34 [2026-03-02T09:42:34.340Z] #10 7.888 174850K .......... .......... .......... .......... .......... 82% 17.2M 1s
10:42:34 [2026-03-02T09:42:34.340Z] #10 7.891 174900K .......... .......... .......... .......... .......... 82% 16.7M 1s
10:42:34 [2026-03-02T09:42:34.340Z] #10 7.894 174950K .......... .......... .......... .......... .......... 82% 17.6M 1s
10:42:34 [2026-03-02T09:42:34.340Z] #10 7.897 175000K .......... .......... .......... .......... .......... 82% 24.8M 1s
10:42:34 [2026-03-02T09:42:34.340Z] #10 7.899 175050K .......... .......... .......... .......... .......... 82% 18.1M 1s
10:42:34 [2026-03-02T09:42:34.340Z] #10 7.902 175100K .......... .......... .......... .......... .......... 82% 23.0M 1s
10:42:34 [2026-03-02T09:42:34.340Z] #10 7.904 175150K .......... .......... .......... .......... .......... 82% 13.3M 1s
10:42:34 [2026-03-02T09:42:34.340Z] #10 7.907 175200K .......... .......... .......... .......... .......... 82% 28.1M 1s
10:42:34 [2026-03-02T09:42:34.340Z] #10 7.909 175250K .......... .......... .......... .......... .......... 82% 23.3M 1s
10:42:34 [2026-03-02T09:42:34.340Z] #10 7.911 175300K .......... .......... .......... .......... .......... 82% 24.0M 1s
10:42:34 [2026-03-02T09:42:34.340Z] #10 7.913 175350K .......... .......... .......... .......... .......... 82% 26.8M 1s
10:42:34 [2026-03-02T09:42:34.340Z] #10 7.915 175400K .......... .......... .......... .......... .......... 82% 18.1M 1s
10:42:34 [2026-03-02T09:42:34.340Z] #10 7.918 175450K .......... .......... .......... .......... .......... 82% 25.4M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 7.920 175500K .......... .......... .......... .......... .......... 82% 25.8M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 7.922 175550K .......... .......... .......... .......... .......... 82% 28.9M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 7.923 175600K .......... .......... .......... .......... .......... 82% 25.4M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 7.925 175650K .......... .......... .......... .......... .......... 82% 26.1M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 7.927 175700K .......... .......... .......... .......... .......... 82% 26.0M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 7.929 175750K .......... .......... .......... .......... .......... 82% 25.8M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 7.931 175800K .......... .......... .......... .......... .......... 82% 24.4M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 7.933 175850K .......... .......... .......... .......... .......... 82% 39.3M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 7.934 175900K .......... .......... .......... .......... .......... 82% 1.34M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 7.970 175950K .......... .......... .......... .......... .......... 82% 30.8M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 7.972 176000K .......... .......... .......... .......... .......... 82% 27.1M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 7.974 176050K .......... .......... .......... .......... .......... 82% 25.6M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 7.976 176100K .......... .......... .......... .......... .......... 82% 31.8M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 7.977 176150K .......... .......... .......... .......... .......... 82% 32.3M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 7.979 176200K .......... .......... .......... .......... .......... 82% 32.7M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 7.980 176250K .......... .......... .......... .......... .......... 82% 41.9M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 7.981 176300K .......... .......... .......... .......... .......... 82% 28.2M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 7.983 176350K .......... .......... .......... .......... .......... 82% 23.9M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 7.985 176400K .......... .......... .......... .......... .......... 82% 28.0M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 7.987 176450K .......... .......... .......... .......... .......... 82% 42.2M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 7.988 176500K .......... .......... .......... .......... .......... 82% 28.9M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 7.990 176550K .......... .......... .......... .......... .......... 82% 38.6M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 7.991 176600K .......... .......... .......... .......... .......... 83% 34.3M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 7.992 176650K .......... .......... .......... .......... .......... 83% 42.5M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 7.994 176700K .......... .......... .......... .......... .......... 83% 29.2M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 7.995 176750K .......... .......... .......... .......... .......... 83% 38.3M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 7.997 176800K .......... .......... .......... .......... .......... 83% 31.6M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 7.998 176850K .......... .......... .......... .......... .......... 83% 54.2M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 7.999 176900K .......... .......... .......... .......... .......... 83% 28.0M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.001 176950K .......... .......... .......... .......... .......... 83% 52.8M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.002 177000K .......... .......... .......... .......... .......... 83% 44.0M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.003 177050K .......... .......... .......... .......... .......... 83% 28.9M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.005 177100K .......... .......... .......... .......... .......... 83% 49.8M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.005 177150K .......... .......... .......... .......... .......... 83% 44.6M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.007 177200K .......... .......... .......... .......... .......... 83% 38.5M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.008 177250K .......... .......... .......... .......... .......... 83% 35.9M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.009 177300K .......... .......... .......... .......... .......... 83% 50.0M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.010 177350K .......... .......... .......... .......... .......... 83% 39.7M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.011 177400K .......... .......... .......... .......... .......... 83% 44.1M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.012 177450K .......... .......... .......... .......... .......... 83% 58.5M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.013 177500K .......... .......... .......... .......... .......... 83% 40.2M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.015 177550K .......... .......... .......... .......... .......... 83% 36.9M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.016 177600K .......... .......... .......... .......... .......... 83% 34.7M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.017 177650K .......... .......... .......... .......... .......... 83% 76.2M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.018 177700K .......... .......... .......... .......... .......... 83% 56.1M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.019 177750K .......... .......... .......... .......... .......... 83% 39.6M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.020 177800K .......... .......... .......... .......... .......... 83% 54.6M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.021 177850K .......... .......... .......... .......... .......... 83% 49.3M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.022 177900K .......... .......... .......... .......... .......... 83% 51.4M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.023 177950K .......... .......... .......... .......... .......... 83% 43.2M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.024 178000K .......... .......... .......... .......... .......... 83% 45.0M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.025 178050K .......... .......... .......... .......... .......... 83% 41.3M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.026 178100K .......... .......... .......... .......... .......... 83% 53.3M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.027 178150K .......... .......... .......... .......... .......... 83% 46.6M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.028 178200K .......... .......... .......... .......... .......... 83% 51.7M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.029 178250K .......... .......... .......... .......... .......... 83% 54.8M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.030 178300K .......... .......... .......... .......... .......... 83% 1.65M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.060 178350K .......... .......... .......... .......... .......... 83% 47.0M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.061 178400K .......... .......... .......... .......... .......... 83% 54.4M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.062 178450K .......... .......... .......... .......... .......... 83% 58.1M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.063 178500K .......... .......... .......... .......... .......... 83% 72.3M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.063 178550K .......... .......... .......... .......... .......... 83% 25.0M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.065 178600K .......... .......... .......... .......... .......... 83% 53.3M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.066 178650K .......... .......... .......... .......... .......... 83% 89.6M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.067 178700K .......... .......... .......... .......... .......... 83%  126M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.067 178750K .......... .......... .......... .......... .......... 84% 34.3M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.068 178800K .......... .......... .......... .......... .......... 84%  120M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.069 178850K .......... .......... .......... .......... .......... 84% 35.5M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.070 178900K .......... .......... .......... .......... .......... 84% 74.9M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.071 178950K .......... .......... .......... .......... .......... 84% 58.0M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.072 179000K .......... .......... .......... .......... .......... 84% 84.9M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.072 179050K .......... .......... .......... .......... .......... 84% 55.6M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.073 179100K .......... .......... .......... .......... .......... 84% 45.0M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.074 179150K .......... .......... .......... .......... .......... 84% 44.2M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.075 179200K .......... .......... .......... .......... .......... 84%  106M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.076 179250K .......... .......... .......... .......... .......... 84% 84.7M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.076 179300K .......... .......... .......... .......... .......... 84% 83.2M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.077 179350K .......... .......... .......... .......... .......... 84% 52.7M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.078 179400K .......... .......... .......... .......... .......... 84%  107M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.078 179450K .......... .......... .......... .......... .......... 84% 68.3M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.079 179500K .......... .......... .......... .......... .......... 84% 46.8M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.080 179550K .......... .......... .......... .......... .......... 84% 53.7M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.081 179600K .......... .......... .......... .......... .......... 84% 60.4M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.082 179650K .......... .......... .......... .......... .......... 84% 32.0M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.083 179700K .......... .......... .......... .......... .......... 84%  119M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.084 179750K .......... .......... .......... .......... .......... 84% 24.9M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.086 179800K .......... .......... .......... .......... .......... 84% 34.5M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.087 179850K .......... .......... .......... .......... .......... 84% 50.1M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.088 179900K .......... .......... .......... .......... .......... 84%  112M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.089 179950K .......... .......... .......... .......... .......... 84% 29.9M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.090 180000K .......... .......... .......... .......... .......... 84% 27.2M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.092 180050K .......... .......... .......... .......... .......... 84% 29.7M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.094 180100K .......... .......... .......... .......... .......... 84% 38.1M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.095 180150K .......... .......... .......... .......... .......... 84%  118M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.095 180200K .......... .......... .......... .......... .......... 84% 33.0M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.097 180250K .......... .......... .......... .......... .......... 84% 27.5M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.099 180300K .......... .......... .......... .......... .......... 84% 65.0M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.099 180350K .......... .......... .......... .......... .......... 84% 21.8M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.102 180400K .......... .......... .......... .......... .......... 84%  114M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.102 180450K .......... .......... .......... .......... .......... 84%  104M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.102 180500K .......... .......... .......... .......... .......... 84% 27.3M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.104 180550K .......... .......... .......... .......... .......... 84% 39.9M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.105 180600K .......... .......... .......... .......... .......... 84%  110M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.106 180650K .......... .......... .......... .......... .......... 84% 33.3M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.107 180700K .......... .......... .......... .......... .......... 84% 58.3M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.108 180750K .......... .......... .......... .......... .......... 84% 51.5M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.109 180800K .......... .......... .......... .......... .......... 84% 29.3M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.111 180850K .......... .......... .......... .......... .......... 85%  107M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.111 180900K .......... .......... .......... .......... .......... 85% 56.5M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.112 180950K .......... .......... .......... .......... .......... 85% 49.7M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.113 181000K .......... .......... .......... .......... .......... 85% 27.2M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.115 181050K .......... .......... .......... .......... .......... 85% 50.2M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.116 181100K .......... .......... .......... .......... .......... 85%  107M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.116 181150K .......... .......... .......... .......... .......... 85% 64.3M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.117 181200K .......... .......... .......... .......... .......... 85% 27.4M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.119 181250K .......... .......... .......... .......... .......... 85% 49.1M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.120 181300K .......... .......... .......... .......... .......... 85% 64.4M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.121 181350K .......... .......... .......... .......... .......... 85% 64.8M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.121 181400K .......... .......... .......... .......... .......... 85% 1.65M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.151 181450K .......... .......... .......... .......... .......... 85% 27.7M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.153 181500K .......... .......... .......... .......... .......... 85% 56.8M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.154 181550K .......... .......... .......... .......... .......... 85% 49.2M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.155 181600K .......... .......... .......... .......... .......... 85% 64.8M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.155 181650K .......... .......... .......... .......... .......... 85% 35.8M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.157 181700K .......... .......... .......... .......... .......... 85% 55.0M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.158 181750K .......... .......... .......... .......... .......... 85% 46.9M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.159 181800K .......... .......... .......... .......... .......... 85%  110M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.159 181850K .......... .......... .......... .......... .......... 85% 60.8M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.160 181900K .......... .......... .......... .......... .......... 85% 32.3M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.161 181950K .......... .......... .......... .......... .......... 85% 34.4M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.163 182000K .......... .......... .......... .......... .......... 85%  116M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.163 182050K .......... .......... .......... .......... .......... 85%  114M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.164 182100K .......... .......... .......... .......... .......... 85% 96.8M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.164 182150K .......... .......... .......... .......... .......... 85%  129M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.164 182200K .......... .......... .......... .......... .......... 85% 64.4M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.165 182250K .......... .......... .......... .......... .......... 85% 93.9M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.166 182300K .......... .......... .......... .......... .......... 85% 47.0M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.167 182350K .......... .......... .......... .......... .......... 85% 33.2M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.168 182400K .......... .......... .......... .......... .......... 85% 67.2M 1s
10:42:34 [2026-03-02T09:42:34.341Z] #10 8.169 182450K .......... .......... .......... .......... .......... 85% 52.9M 1s
10:42:34 [2026-03-02T09:42:34.342Z] #10 8.170 182500K .......... .......... .......... .......... .......... 85% 56.4M 1s
10:42:34 [2026-03-02T09:42:34.342Z] #10 8.171 182550K .......... .......... .......... .......... .......... 85% 99.9M 1s
10:42:34 [2026-03-02T09:42:34.342Z] #10 8.171 182600K .......... .......... .......... .......... .......... 85% 74.4M 1s
10:42:34 [2026-03-02T09:42:34.342Z] #10 8.172 182650K .......... .......... .......... .......... .......... 85% 48.1M 1s
10:42:34 [2026-03-02T09:42:34.342Z] #10 8.173 182700K .......... .......... .......... .......... .......... 85% 28.1M 1s
10:42:34 [2026-03-02T09:42:34.342Z] #10 8.175 182750K .......... .......... .......... .......... .......... 85% 30.7M 1s
10:42:34 [2026-03-02T09:42:34.342Z] #10 8.176 182800K .......... .......... .......... .......... .......... 85% 57.6M 1s
10:42:34 [2026-03-02T09:42:34.342Z] #10 8.177 182850K .......... .......... .......... .......... .......... 85% 39.8M 1s
10:42:34 [2026-03-02T09:42:34.342Z] #10 8.178 182900K .......... .......... .......... .......... .......... 85% 40.2M 1s
10:42:34 [2026-03-02T09:42:34.342Z] #10 8.180 182950K .......... .......... .......... .......... .......... 85% 38.3M 1s
10:42:34 [2026-03-02T09:42:34.342Z] #10 8.181 183000K .......... .......... .......... .......... .......... 86% 75.1M 1s
10:42:34 [2026-03-02T09:42:34.342Z] #10 8.181 183050K .......... .......... .......... .......... .......... 86% 29.1M 1s
10:42:34 [2026-03-02T09:42:34.342Z] #10 8.183 183100K .......... .......... .......... .......... .......... 86% 22.5M 1s
10:42:34 [2026-03-02T09:42:34.342Z] #10 8.185 183150K .......... .......... .......... .......... .......... 86% 53.6M 1s
10:42:34 [2026-03-02T09:42:34.342Z] #10 8.186 183200K .......... .......... .......... .......... .......... 86% 38.7M 1s
10:42:34 [2026-03-02T09:42:34.592Z] #10 8.188 183250K .......... .......... .......... .......... .......... 86% 69.1M 1s
10:42:34 [2026-03-02T09:42:34.592Z] #10 8.188 183300K .......... .......... .......... .......... .......... 86% 32.8M 1s
10:42:34 [2026-03-02T09:42:34.592Z] #10 8.190 183350K .......... .......... .......... .......... .......... 86% 57.1M 1s
10:42:34 [2026-03-02T09:42:34.592Z] #10 8.191 183400K .......... .......... .......... .......... .......... 86% 24.4M 1s
10:42:34 [2026-03-02T09:42:34.592Z] #10 8.193 183450K .......... .......... .......... .......... .......... 86% 73.1M 1s
10:42:34 [2026-03-02T09:42:34.592Z] #10 8.193 183500K .......... .......... .......... .......... .......... 86% 75.3M 1s
10:42:34 [2026-03-02T09:42:34.592Z] #10 8.194 183550K .......... .......... .......... .......... .......... 86% 27.3M 1s
10:42:34 [2026-03-02T09:42:34.592Z] #10 8.196 183600K .......... .......... .......... .......... .......... 86% 58.6M 1s
10:42:34 [2026-03-02T09:42:34.592Z] #10 8.197 183650K .......... .......... .......... .......... .......... 86% 32.0M 1s
10:42:34 [2026-03-02T09:42:34.592Z] #10 8.198 183700K .......... .......... .......... .......... .......... 86% 74.4M 1s
10:42:34 [2026-03-02T09:42:34.592Z] #10 8.199 183750K .......... .......... .......... .......... .......... 86% 54.3M 1s
10:42:34 [2026-03-02T09:42:34.592Z] #10 8.200 183800K .......... .......... .......... .......... .......... 86% 60.8M 1s
10:42:34 [2026-03-02T09:42:34.592Z] #10 8.200 183850K .......... .......... .......... .......... .......... 86% 31.6M 1s
10:42:34 [2026-03-02T09:42:34.592Z] #10 8.202 183900K .......... .......... .......... .......... .......... 86% 76.9M 1s
10:42:34 [2026-03-02T09:42:34.592Z] #10 8.203 183950K .......... .......... .......... .......... .......... 86% 49.4M 1s
10:42:34 [2026-03-02T09:42:34.592Z] #10 8.204 184000K .......... .......... .......... .......... .......... 86% 71.7M 1s
10:42:34 [2026-03-02T09:42:34.592Z] #10 8.204 184050K .......... .......... .......... .......... .......... 86% 26.1M 1s
10:42:34 [2026-03-02T09:42:34.592Z] #10 8.206 184100K .......... .......... .......... .......... .......... 86% 48.5M 1s
10:42:34 [2026-03-02T09:42:34.592Z] #10 8.207 184150K .......... .......... .......... .......... .......... 86% 72.7M 1s
10:42:34 [2026-03-02T09:42:34.592Z] #10 8.208 184200K .......... .......... .......... .......... .......... 86% 88.3M 1s
10:42:34 [2026-03-02T09:42:34.592Z] #10 8.208 184250K .......... .......... .......... .......... .......... 86% 27.1M 1s
10:42:34 [2026-03-02T09:42:34.592Z] #10 8.210 184300K .......... .......... .......... .......... .......... 86%  549K 1s
10:42:34 [2026-03-02T09:42:34.592Z] #10 8.301 184350K .......... .......... .......... .......... .......... 86% 48.8M 1s
10:42:34 [2026-03-02T09:42:34.592Z] #10 8.302 184400K .......... .......... .......... .......... .......... 86% 82.7M 1s
10:42:34 [2026-03-02T09:42:34.592Z] #10 8.303 184450K .......... .......... .......... .......... .......... 86% 72.6M 1s
10:42:34 [2026-03-02T09:42:34.592Z] #10 8.303 184500K .......... .......... .......... .......... .......... 86% 62.6M 1s
10:42:34 [2026-03-02T09:42:34.592Z] #10 8.304 184550K .......... .......... .......... .......... .......... 86% 62.1M 1s
10:42:34 [2026-03-02T09:42:34.592Z] #10 8.305 184600K .......... .......... .......... .......... .......... 86% 83.2M 1s
10:42:34 [2026-03-02T09:42:34.592Z] #10 8.306 184650K .......... .......... .......... .......... .......... 86% 68.9M 1s
10:42:34 [2026-03-02T09:42:34.592Z] #10 8.306 184700K .......... .......... .......... .......... .......... 86% 61.1M 1s
10:42:34 [2026-03-02T09:42:34.592Z] #10 8.307 184750K .......... .......... .......... .......... .......... 86% 50.0M 1s
10:42:34 [2026-03-02T09:42:34.592Z] #10 8.308 184800K .......... .......... .......... .......... .......... 86% 68.7M 1s
10:42:34 [2026-03-02T09:42:34.592Z] #10 8.309 184850K .......... .......... .......... .......... .......... 86% 62.4M 1s
10:42:34 [2026-03-02T09:42:34.592Z] #10 8.310 184900K .......... .......... .......... .......... .......... 86% 68.5M 1s
10:42:34 [2026-03-02T09:42:34.592Z] #10 8.310 184950K .......... .......... .......... .......... .......... 86% 85.0M 1s
10:42:34 [2026-03-02T09:42:34.592Z] #10 8.311 185000K .......... .......... .......... .......... .......... 86% 66.1M 1s
10:42:34 [2026-03-02T09:42:34.592Z] #10 8.312 185050K .......... .......... .......... .......... .......... 86% 67.4M 1s
10:42:34 [2026-03-02T09:42:34.592Z] #10 8.312 185100K .......... .......... .......... .......... .......... 87% 67.8M 1s
10:42:34 [2026-03-02T09:42:34.592Z] #10 8.313 185150K .......... .......... .......... .......... .......... 87% 59.7M 1s
10:42:34 [2026-03-02T09:42:34.592Z] #10 8.314 185200K .......... .......... .......... .......... .......... 87% 67.5M 1s
10:42:34 [2026-03-02T09:42:34.592Z] #10 8.315 185250K .......... .......... .......... .......... .......... 87% 67.3M 1s
10:42:34 [2026-03-02T09:42:34.592Z] #10 8.315 185300K .......... .......... .......... .......... .......... 87% 62.9M 1s
10:42:34 [2026-03-02T09:42:34.592Z] #10 8.316 185350K .......... .......... .......... .......... .......... 87% 62.8M 1s
10:42:34 [2026-03-02T09:42:34.592Z] #10 8.317 185400K .......... .......... .......... .......... .......... 87% 68.4M 1s
10:42:34 [2026-03-02T09:42:34.592Z] #10 8.318 185450K .......... .......... .......... .......... .......... 87% 62.7M 1s
10:42:34 [2026-03-02T09:42:34.592Z] #10 8.318 185500K .......... .......... .......... .......... .......... 87% 75.1M 1s
10:42:34 [2026-03-02T09:42:34.592Z] #10 8.319 185550K .......... .......... .......... .......... .......... 87% 60.4M 1s
10:42:34 [2026-03-02T09:42:34.592Z] #10 8.320 185600K .......... .......... .......... .......... .......... 87% 64.7M 1s
10:42:34 [2026-03-02T09:42:34.592Z] #10 8.321 185650K .......... .......... .......... .......... .......... 87% 73.2M 1s
10:42:34 [2026-03-02T09:42:34.592Z] #10 8.321 185700K .......... .......... .......... .......... .......... 87% 82.7M 1s
10:42:34 [2026-03-02T09:42:34.592Z] #10 8.322 185750K .......... .......... .......... .......... .......... 87% 53.4M 1s
10:42:34 [2026-03-02T09:42:34.592Z] #10 8.323 185800K .......... .......... .......... .......... .......... 87% 70.7M 1s
10:42:34 [2026-03-02T09:42:34.592Z] #10 8.323 185850K .......... .......... .......... .......... .......... 87% 59.1M 1s
10:42:34 [2026-03-02T09:42:34.592Z] #10 8.324 185900K .......... .......... .......... .......... .......... 87% 58.9M 1s
10:42:34 [2026-03-02T09:42:34.592Z] #10 8.325 185950K .......... .......... .......... .......... .......... 87% 60.6M 1s
10:42:34 [2026-03-02T09:42:34.592Z] #10 8.326 186000K .......... .......... .......... .......... .......... 87% 61.1M 1s
10:42:34 [2026-03-02T09:42:34.592Z] #10 8.327 186050K .......... .......... .......... .......... .......... 87% 65.5M 1s
10:42:34 [2026-03-02T09:42:34.592Z] #10 8.327 186100K .......... .......... .......... .......... .......... 87% 53.2M 1s
10:42:34 [2026-03-02T09:42:34.592Z] #10 8.328 186150K .......... .......... .......... .......... .......... 87% 67.6M 1s
10:42:34 [2026-03-02T09:42:34.592Z] #10 8.329 186200K .......... .......... .......... .......... .......... 87% 69.0M 1s
10:42:34 [2026-03-02T09:42:34.592Z] #10 8.330 186250K .......... .......... .......... .......... .......... 87% 71.4M 1s
10:42:34 [2026-03-02T09:42:34.592Z] #10 8.330 186300K .......... .......... .......... .......... .......... 87% 62.1M 1s
10:42:34 [2026-03-02T09:42:34.592Z] #10 8.331 186350K .......... .......... .......... .......... .......... 87% 59.4M 1s
10:42:34 [2026-03-02T09:42:34.592Z] #10 8.332 186400K .......... .......... .......... .......... .......... 87% 74.6M 1s
10:42:34 [2026-03-02T09:42:34.592Z] #10 8.333 186450K .......... .......... .......... .......... .......... 87% 71.5M 1s
10:42:34 [2026-03-02T09:42:34.592Z] #10 8.333 186500K .......... .......... .......... .......... .......... 87% 80.9M 1s
10:42:34 [2026-03-02T09:42:34.592Z] #10 8.334 186550K .......... .......... .......... .......... .......... 87% 81.1M 1s
10:42:34 [2026-03-02T09:42:34.592Z] #10 8.335 186600K .......... .......... .......... .......... .......... 87% 78.1M 1s
10:42:34 [2026-03-02T09:42:34.592Z] #10 8.335 186650K .......... .......... .......... .......... .......... 87% 73.0M 1s
10:42:34 [2026-03-02T09:42:34.592Z] #10 8.336 186700K .......... .......... .......... .......... .......... 87% 72.6M 1s
10:42:34 [2026-03-02T09:42:34.592Z] #10 8.337 186750K .......... .......... .......... .......... .......... 87% 66.9M 1s
10:42:34 [2026-03-02T09:42:34.592Z] #10 8.337 186800K .......... .......... .......... .......... .......... 87% 78.2M 1s
10:42:34 [2026-03-02T09:42:34.592Z] #10 8.338 186850K .......... .......... .......... .......... .......... 87% 88.3M 1s
10:42:34 [2026-03-02T09:42:34.592Z] #10 8.338 186900K .......... .......... .......... .......... .......... 87% 81.2M 1s
10:42:34 [2026-03-02T09:42:34.592Z] #10 8.339 186950K .......... .......... .......... .......... .......... 87% 82.2M 1s
10:42:34 [2026-03-02T09:42:34.592Z] #10 8.340 187000K .......... .......... .......... .......... .......... 87% 82.8M 1s
10:42:34 [2026-03-02T09:42:34.592Z] #10 8.340 187050K .......... .......... .......... .......... .......... 87% 91.7M 1s
10:42:34 [2026-03-02T09:42:34.592Z] #10 8.341 187100K .......... .......... .......... .......... .......... 87% 1021K 1s
10:42:34 [2026-03-02T09:42:34.592Z] #10 8.390 187150K .......... .......... .......... .......... .......... 87% 62.0M 1s
10:42:34 [2026-03-02T09:42:34.592Z] #10 8.391 187200K .......... .......... .......... .......... .......... 87% 74.5M 1s
10:42:34 [2026-03-02T09:42:34.592Z] #10 8.391 187250K .......... .......... .......... .......... .......... 88% 54.2M 1s
10:42:34 [2026-03-02T09:42:34.592Z] #10 8.392 187300K .......... .......... .......... .......... .......... 88% 54.4M 1s
10:42:34 [2026-03-02T09:42:34.592Z] #10 8.393 187350K .......... .......... .......... .......... .......... 88% 53.3M 1s
10:42:34 [2026-03-02T09:42:34.592Z] #10 8.394 187400K .......... .......... .......... .......... .......... 88% 58.3M 1s
10:42:34 [2026-03-02T09:42:34.592Z] #10 8.395 187450K .......... .......... .......... .......... .......... 88% 59.3M 1s
10:42:34 [2026-03-02T09:42:34.592Z] #10 8.396 187500K .......... .......... .......... .......... .......... 88% 54.2M 1s
10:42:34 [2026-03-02T09:42:34.592Z] #10 8.396 187550K .......... .......... .......... .......... .......... 88% 43.7M 1s
10:42:34 [2026-03-02T09:42:34.592Z] #10 8.398 187600K .......... .......... .......... .......... .......... 88% 59.9M 1s
10:42:34 [2026-03-02T09:42:34.592Z] #10 8.398 187650K .......... .......... .......... .......... .......... 88% 61.4M 1s
10:42:34 [2026-03-02T09:42:34.592Z] #10 8.399 187700K .......... .......... .......... .......... .......... 88% 50.0M 1s
10:42:34 [2026-03-02T09:42:34.592Z] #10 8.400 187750K .......... .......... .......... .......... .......... 88% 52.2M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.401 187800K .......... .......... .......... .......... .......... 88% 60.8M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.402 187850K .......... .......... .......... .......... .......... 88% 59.0M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.403 187900K .......... .......... .......... .......... .......... 88% 60.8M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.404 187950K .......... .......... .......... .......... .......... 88% 43.6M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.405 188000K .......... .......... .......... .......... .......... 88% 54.9M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.406 188050K .......... .......... .......... .......... .......... 88% 68.4M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.406 188100K .......... .......... .......... .......... .......... 88% 63.6M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.407 188150K .......... .......... .......... .......... .......... 88% 43.6M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.410 188200K .......... .......... .......... .......... .......... 88% 64.2M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.410 188250K .......... .......... .......... .......... .......... 88% 82.1M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.410 188300K .......... .......... .......... .......... .......... 88%  109M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.410 188350K .......... .......... .......... .......... .......... 88% 51.6M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.411 188400K .......... .......... .......... .......... .......... 88% 60.2M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.412 188450K .......... .......... .......... .......... .......... 88% 73.3M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.412 188500K .......... .......... .......... .......... .......... 88% 60.5M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.413 188550K .......... .......... .......... .......... .......... 88% 66.8M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.414 188600K .......... .......... .......... .......... .......... 88% 66.8M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.415 188650K .......... .......... .......... .......... .......... 88% 59.0M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.415 188700K .......... .......... .......... .......... .......... 88% 72.3M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.416 188750K .......... .......... .......... .......... .......... 88% 55.5M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.417 188800K .......... .......... .......... .......... .......... 88% 78.2M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.418 188850K .......... .......... .......... .......... .......... 88% 75.8M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.418 188900K .......... .......... .......... .......... .......... 88% 77.4M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.419 188950K .......... .......... .......... .......... .......... 88% 63.0M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.420 189000K .......... .......... .......... .......... .......... 88% 74.5M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.420 189050K .......... .......... .......... .......... .......... 88% 91.4M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.421 189100K .......... .......... .......... .......... .......... 88% 74.9M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.422 189150K .......... .......... .......... .......... .......... 88% 73.6M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.422 189200K .......... .......... .......... .......... .......... 88% 85.2M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.423 189250K .......... .......... .......... .......... .......... 88% 92.2M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.423 189300K .......... .......... .......... .......... .......... 88% 80.7M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.424 189350K .......... .......... .......... .......... .......... 89% 83.9M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.424 189400K .......... .......... .......... .......... .......... 89% 76.3M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.425 189450K .......... .......... .......... .......... .......... 89% 97.2M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.426 189500K .......... .......... .......... .......... .......... 89% 91.4M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.426 189550K .......... .......... .......... .......... .......... 89% 88.1M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.427 189600K .......... .......... .......... .......... .......... 89%  115M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.427 189650K .......... .......... .......... .......... .......... 89%  121M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.428 189700K .......... .......... .......... .......... .......... 89%  115M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.428 189750K .......... .......... .......... .......... .......... 89%  109M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.428 189800K .......... .......... .......... .......... .......... 89%  109M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.429 189850K .......... .......... .......... .......... .......... 89% 96.8M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.429 189900K .......... .......... .......... .......... .......... 89% 1.01M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.478 189950K .......... .......... .......... .......... .......... 89% 25.0M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.482 190000K .......... .......... .......... .......... .......... 89% 42.9M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.482 190050K .......... .......... .......... .......... .......... 89% 43.0M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.483 190100K .......... .......... .......... .......... .......... 89% 11.3M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.487 190150K .......... .......... .......... .......... .......... 89% 37.2M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.488 190200K .......... .......... .......... .......... .......... 89% 48.8M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.489 190250K .......... .......... .......... .......... .......... 89% 51.5M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.490 190300K .......... .......... .......... .......... .......... 89% 58.5M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.491 190350K .......... .......... .......... .......... .......... 89% 39.2M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.492 190400K .......... .......... .......... .......... .......... 89% 44.7M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.493 190450K .......... .......... .......... .......... .......... 89% 42.9M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.494 190500K .......... .......... .......... .......... .......... 89% 64.0M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.495 190550K .......... .......... .......... .......... .......... 89% 51.8M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.496 190600K .......... .......... .......... .......... .......... 89% 65.6M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.497 190650K .......... .......... .......... .......... .......... 89% 55.8M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.497 190700K .......... .......... .......... .......... .......... 89% 74.0M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.498 190750K .......... .......... .......... .......... .......... 89% 55.0M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.499 190800K .......... .......... .......... .......... .......... 89% 51.6M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.500 190850K .......... .......... .......... .......... .......... 89% 74.3M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.500 190900K .......... .......... .......... .......... .......... 89% 76.7M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.501 190950K .......... .......... .......... .......... .......... 89% 57.2M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.502 191000K .......... .......... .......... .......... .......... 89% 67.9M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.503 191050K .......... .......... .......... .......... .......... 89% 55.8M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.504 191100K .......... .......... .......... .......... .......... 89% 63.9M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.504 191150K .......... .......... .......... .......... .......... 89% 50.4M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.505 191200K .......... .......... .......... .......... .......... 89% 92.3M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.506 191250K .......... .......... .......... .......... .......... 89% 47.0M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.507 191300K .......... .......... .......... .......... .......... 89% 52.1M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.508 191350K .......... .......... .......... .......... .......... 89% 63.1M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.509 191400K .......... .......... .......... .......... .......... 89% 58.2M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.509 191450K .......... .......... .......... .......... .......... 89% 67.4M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.510 191500K .......... .......... .......... .......... .......... 90% 66.8M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.511 191550K .......... .......... .......... .......... .......... 90% 56.6M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.512 191600K .......... .......... .......... .......... .......... 90% 77.0M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.513 191650K .......... .......... .......... .......... .......... 90%  114M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.513 191700K .......... .......... .......... .......... .......... 90% 96.5M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.513 191750K .......... .......... .......... .......... .......... 90% 69.1M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.514 191800K .......... .......... .......... .......... .......... 90% 68.2M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.515 191850K .......... .......... .......... .......... .......... 90% 70.4M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.515 191900K .......... .......... .......... .......... .......... 90% 71.5M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.516 191950K .......... .......... .......... .......... .......... 90% 92.0M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.517 192000K .......... .......... .......... .......... .......... 90% 91.0M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.517 192050K .......... .......... .......... .......... .......... 90%  119M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.518 192100K .......... .......... .......... .......... .......... 90%  114M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.518 192150K .......... .......... .......... .......... .......... 90%  112M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.518 192200K .......... .......... .......... .......... .......... 90%  122M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.519 192250K .......... .......... .......... .......... .......... 90%  126M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.519 192300K .......... .......... .......... .......... .......... 90%  147M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.520 192350K .......... .......... .......... .......... .......... 90% 98.4M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.520 192400K .......... .......... .......... .......... .......... 90%  132M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.520 192450K .......... .......... .......... .......... .......... 90%  131M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.521 192500K .......... .......... .......... .......... .......... 90%  124M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.521 192550K .......... .......... .......... .......... .......... 90%  106M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.522 192600K .......... .......... .......... .......... .......... 90%  124M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.522 192650K .......... .......... .......... .......... .......... 90%  126M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.522 192700K .......... .......... .......... .......... .......... 90% 1.11M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.566 192750K .......... .......... .......... .......... .......... 90% 16.1M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.569 192800K .......... .......... .......... .......... .......... 90% 48.7M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.570 192850K .......... .......... .......... .......... .......... 90% 44.4M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.572 192900K .......... .......... .......... .......... .......... 90% 44.6M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.573 192950K .......... .......... .......... .......... .......... 90% 37.6M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.574 193000K .......... .......... .......... .......... .......... 90% 31.7M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.575 193050K .......... .......... .......... .......... .......... 90% 31.3M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.577 193100K .......... .......... .......... .......... .......... 90% 39.3M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.578 193150K .......... .......... .......... .......... .......... 90% 33.7M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.580 193200K .......... .......... .......... .......... .......... 90% 50.8M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.581 193250K .......... .......... .......... .......... .......... 90% 46.4M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.582 193300K .......... .......... .......... .......... .......... 90% 51.5M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.583 193350K .......... .......... .......... .......... .......... 90% 48.5M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.584 193400K .......... .......... .......... .......... .......... 90% 38.3M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.585 193450K .......... .......... .......... .......... .......... 90% 46.3M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.586 193500K .......... .......... .......... .......... .......... 90% 54.0M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.587 193550K .......... .......... .......... .......... .......... 90% 41.4M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.588 193600K .......... .......... .......... .......... .......... 91% 53.9M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.589 193650K .......... .......... .......... .......... .......... 91% 51.8M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.590 193700K .......... .......... .......... .......... .......... 91% 76.6M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.591 193750K .......... .......... .......... .......... .......... 91% 52.1M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.591 193800K .......... .......... .......... .......... .......... 91% 70.7M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.592 193850K .......... .......... .......... .......... .......... 91% 74.8M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.593 193900K .......... .......... .......... .......... .......... 91% 77.7M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.593 193950K .......... .......... .......... .......... .......... 91% 59.6M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.594 194000K .......... .......... .......... .......... .......... 91% 92.3M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.595 194050K .......... .......... .......... .......... .......... 91% 83.2M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.595 194100K .......... .......... .......... .......... .......... 91% 94.1M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.596 194150K .......... .......... .......... .......... .......... 91% 75.6M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.597 194200K .......... .......... .......... .......... .......... 91% 76.5M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.597 194250K .......... .......... .......... .......... .......... 91% 74.2M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.598 194300K .......... .......... .......... .......... .......... 91% 75.4M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.598 194350K .......... .......... .......... .......... .......... 91%  100M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.599 194400K .......... .......... .......... .......... .......... 91%  111M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.599 194450K .......... .......... .......... .......... .......... 91%  109M 1s
10:42:34 [2026-03-02T09:42:34.843Z] #10 8.600 194500K .......... .......... .......... .......... .......... 91% 91.8M 1s
10:42:35 [2026-03-02T09:42:35.094Z] #10 8.600 194550K .......... .......... .......... .......... .......... 91%  730K 1s
10:42:35 [2026-03-02T09:42:35.094Z] #10 8.669 194600K .......... .......... .......... .......... .......... 91% 37.5M 1s
10:42:35 [2026-03-02T09:42:35.094Z] #10 8.670 194650K .......... .......... .......... .......... .......... 91% 45.6M 1s
10:42:35 [2026-03-02T09:42:35.094Z] #10 8.671 194700K .......... .......... .......... .......... .......... 91% 43.6M 1s
10:42:35 [2026-03-02T09:42:35.094Z] #10 8.672 194750K .......... .......... .......... .......... .......... 91% 42.4M 1s
10:42:35 [2026-03-02T09:42:35.094Z] #10 8.674 194800K .......... .......... .......... .......... .......... 91% 41.1M 1s
10:42:35 [2026-03-02T09:42:35.094Z] #10 8.675 194850K .......... .......... .......... .......... .......... 91% 33.2M 1s
10:42:35 [2026-03-02T09:42:35.094Z] #10 8.676 194900K .......... .......... .......... .......... .......... 91% 46.1M 1s
10:42:35 [2026-03-02T09:42:35.094Z] #10 8.677 194950K .......... .......... .......... .......... .......... 91% 50.3M 1s
10:42:35 [2026-03-02T09:42:35.094Z] #10 8.678 195000K .......... .......... .......... .......... .......... 91% 51.1M 1s
10:42:35 [2026-03-02T09:42:35.094Z] #10 8.679 195050K .......... .......... .......... .......... .......... 91% 41.8M 1s
10:42:35 [2026-03-02T09:42:35.094Z] #10 8.683 195100K .......... .......... .......... .......... .......... 91% 43.3M 1s
10:42:35 [2026-03-02T09:42:35.094Z] #10 8.683 195150K .......... .......... .......... .......... .......... 91% 45.7M 1s
10:42:35 [2026-03-02T09:42:35.094Z] #10 8.683 195200K .......... .......... .......... .......... .......... 91% 51.0M 1s
10:42:35 [2026-03-02T09:42:35.094Z] #10 8.684 195250K .......... .......... .......... .......... .......... 91% 52.9M 1s
10:42:35 [2026-03-02T09:42:35.094Z] #10 8.685 195300K .......... .......... .......... .......... .......... 91% 30.4M 1s
10:42:35 [2026-03-02T09:42:35.094Z] #10 8.686 195350K .......... .......... .......... .......... .......... 91% 66.7M 1s
10:42:35 [2026-03-02T09:42:35.094Z] #10 8.687 195400K .......... .......... .......... .......... .......... 91% 43.8M 1s
10:42:35 [2026-03-02T09:42:35.094Z] #10 8.689 195450K .......... .......... .......... .......... .......... 91% 52.4M 1s
10:42:35 [2026-03-02T09:42:35.094Z] #10 8.689 195500K .......... .......... .......... .......... .......... 91% 50.7M 1s
10:42:35 [2026-03-02T09:42:35.094Z] #10 8.690 195550K .......... .......... .......... .......... .......... 91% 66.7M 1s
10:42:35 [2026-03-02T09:42:35.094Z] #10 8.690 195600K .......... .......... .......... .......... .......... 91% 59.6M 1s
10:42:35 [2026-03-02T09:42:35.094Z] #10 8.692 195650K .......... .......... .......... .......... .......... 91% 92.1M 1s
10:42:35 [2026-03-02T09:42:35.094Z] #10 8.692 195700K .......... .......... .......... .......... .......... 91% 50.9M 1s
10:42:35 [2026-03-02T09:42:35.094Z] #10 8.693 195750K .......... .......... .......... .......... .......... 92% 52.5M 1s
10:42:35 [2026-03-02T09:42:35.094Z] #10 8.694 195800K .......... .......... .......... .......... .......... 92% 79.1M 1s
10:42:35 [2026-03-02T09:42:35.094Z] #10 8.694 195850K .......... .......... .......... .......... .......... 92% 48.9M 1s
10:42:35 [2026-03-02T09:42:35.094Z] #10 8.695 195900K .......... .......... .......... .......... .......... 92% 56.7M 1s
10:42:35 [2026-03-02T09:42:35.094Z] #10 8.696 195950K .......... .......... .......... .......... .......... 92% 60.6M 1s
10:42:35 [2026-03-02T09:42:35.094Z] #10 8.697 196000K .......... .......... .......... .......... .......... 92% 46.8M 1s
10:42:35 [2026-03-02T09:42:35.094Z] #10 8.698 196050K .......... .......... .......... .......... .......... 92% 67.9M 1s
10:42:35 [2026-03-02T09:42:35.094Z] #10 8.699 196100K .......... .......... .......... .......... .......... 92% 59.4M 1s
10:42:35 [2026-03-02T09:42:35.094Z] #10 8.700 196150K .......... .......... .......... .......... .......... 92% 63.0M 1s
10:42:35 [2026-03-02T09:42:35.094Z] #10 8.700 196200K .......... .......... .......... .......... .......... 92% 55.7M 1s
10:42:35 [2026-03-02T09:42:35.094Z] #10 8.701 196250K .......... .......... .......... .......... .......... 92% 55.9M 1s
10:42:35 [2026-03-02T09:42:35.094Z] #10 8.702 196300K .......... .......... .......... .......... .......... 92% 56.0M 1s
10:42:35 [2026-03-02T09:42:35.094Z] #10 8.703 196350K .......... .......... .......... .......... .......... 92% 59.3M 1s
10:42:35 [2026-03-02T09:42:35.094Z] #10 8.704 196400K .......... .......... .......... .......... .......... 92% 73.3M 1s
10:42:35 [2026-03-02T09:42:35.094Z] #10 8.705 196450K .......... .......... .......... .......... .......... 92% 53.0M 1s
10:42:35 [2026-03-02T09:42:35.094Z] #10 8.705 196500K .......... .......... .......... .......... .......... 92% 68.5M 1s
10:42:35 [2026-03-02T09:42:35.094Z] #10 8.706 196550K .......... .......... .......... .......... .......... 92% 52.7M 1s
10:42:35 [2026-03-02T09:42:35.094Z] #10 8.707 196600K .......... .......... .......... .......... .......... 92% 59.2M 1s
10:42:35 [2026-03-02T09:42:35.094Z] #10 8.708 196650K .......... .......... .......... .......... .......... 92% 65.6M 1s
10:42:35 [2026-03-02T09:42:35.094Z] #10 8.709 196700K .......... .......... .......... .......... .......... 92% 49.1M 1s
10:42:35 [2026-03-02T09:42:35.094Z] #10 8.710 196750K .......... .......... .......... .......... .......... 92% 56.7M 1s
10:42:35 [2026-03-02T09:42:35.094Z] #10 8.710 196800K .......... .......... .......... .......... .......... 92% 53.7M 1s
10:42:35 [2026-03-02T09:42:35.094Z] #10 8.711 196850K .......... .......... .......... .......... .......... 92% 66.3M 1s
10:42:35 [2026-03-02T09:42:35.094Z] #10 8.712 196900K .......... .......... .......... .......... .......... 92% 73.2M 1s
10:42:35 [2026-03-02T09:42:35.094Z] #10 8.713 196950K .......... .......... .......... .......... .......... 92% 90.2M 1s
10:42:35 [2026-03-02T09:42:35.094Z] #10 8.713 197000K .......... .......... .......... .......... .......... 92% 58.4M 1s
10:42:35 [2026-03-02T09:42:35.094Z] #10 8.714 197050K .......... .......... .......... .......... .......... 92% 65.5M 1s
10:42:35 [2026-03-02T09:42:35.094Z] #10 8.715 197100K .......... .......... .......... .......... .......... 92% 61.2M 1s
10:42:35 [2026-03-02T09:42:35.094Z] #10 8.716 197150K .......... .......... .......... .......... .......... 92% 94.1M 1s
10:42:35 [2026-03-02T09:42:35.094Z] #10 8.716 197200K .......... .......... .......... .......... .......... 92% 61.4M 1s
10:42:35 [2026-03-02T09:42:35.094Z] #10 8.717 197250K .......... .......... .......... .......... .......... 92% 74.3M 1s
10:42:35 [2026-03-02T09:42:35.094Z] #10 8.718 197300K .......... .......... .......... .......... .......... 92% 69.2M 1s
10:42:35 [2026-03-02T09:42:35.094Z] #10 8.718 197350K .......... .......... .......... .......... .......... 92% 62.4M 1s
10:42:35 [2026-03-02T09:42:35.094Z] #10 8.719 197400K .......... .......... .......... .......... .......... 92% 81.8M 1s
10:42:35 [2026-03-02T09:42:35.094Z] #10 8.720 197450K .......... .......... .......... .......... .......... 92% 65.8M 1s
10:42:35 [2026-03-02T09:42:35.094Z] #10 8.720 197500K .......... .......... .......... .......... .......... 92% 70.6M 1s
10:42:35 [2026-03-02T09:42:35.094Z] #10 8.721 197550K .......... .......... .......... .......... .......... 92% 86.2M 1s
10:42:35 [2026-03-02T09:42:35.094Z] #10 8.722 197600K .......... .......... .......... .......... .......... 92% 81.1M 1s
10:42:35 [2026-03-02T09:42:35.095Z] #10 8.722 197650K .......... .......... .......... .......... .......... 92% 90.7M 1s
10:42:35 [2026-03-02T09:42:35.095Z] #10 8.723 197700K .......... .......... .......... .......... .......... 92% 70.7M 1s
10:42:35 [2026-03-02T09:42:35.095Z] #10 8.724 197750K .......... .......... .......... .......... .......... 92% 74.4M 1s
10:42:35 [2026-03-02T09:42:35.095Z] #10 8.724 197800K .......... .......... .......... .......... .......... 92% 88.6M 1s
10:42:35 [2026-03-02T09:42:35.095Z] #10 8.725 197850K .......... .......... .......... .......... .......... 92% 85.7M 1s
10:42:35 [2026-03-02T09:42:35.095Z] #10 8.725 197900K .......... .......... .......... .......... .......... 93% 63.1M 1s
10:42:35 [2026-03-02T09:42:35.095Z] #10 8.726 197950K .......... .......... .......... .......... .......... 93% 54.4M 1s
10:42:35 [2026-03-02T09:42:35.095Z] #10 8.727 198000K .......... .......... .......... .......... .......... 93% 93.2M 1s
10:42:35 [2026-03-02T09:42:35.095Z] #10 8.728 198050K .......... .......... .......... .......... .......... 93% 71.5M 1s
10:42:35 [2026-03-02T09:42:35.095Z] #10 8.728 198100K .......... .......... .......... .......... .......... 93% 66.0M 1s
10:42:35 [2026-03-02T09:42:35.095Z] #10 8.729 198150K .......... .......... .......... .......... .......... 93% 91.2M 1s
10:42:35 [2026-03-02T09:42:35.095Z] #10 8.729 198200K .......... .......... .......... .......... .......... 93% 78.5M 1s
10:42:35 [2026-03-02T09:42:35.095Z] #10 8.730 198250K .......... .......... .......... .......... .......... 93% 86.3M 1s
10:42:35 [2026-03-02T09:42:35.095Z] #10 8.731 198300K .......... .......... .......... .......... .......... 93% 78.1M 1s
10:42:35 [2026-03-02T09:42:35.095Z] #10 8.731 198350K .......... .......... .......... .......... .......... 93% 93.1M 1s
10:42:35 [2026-03-02T09:42:35.095Z] #10 8.732 198400K .......... .......... .......... .......... .......... 93% 84.6M 1s
10:42:35 [2026-03-02T09:42:35.095Z] #10 8.732 198450K .......... .......... .......... .......... .......... 93% 86.9M 1s
10:42:35 [2026-03-02T09:42:35.095Z] #10 8.733 198500K .......... .......... .......... .......... .......... 93% 79.0M 0s
10:42:35 [2026-03-02T09:42:35.095Z] #10 8.734 198550K .......... .......... .......... .......... .......... 93% 78.1M 0s
10:42:35 [2026-03-02T09:42:35.095Z] #10 8.734 198600K .......... .......... .......... .......... .......... 93% 82.1M 0s
10:42:35 [2026-03-02T09:42:35.095Z] #10 8.735 198650K .......... .......... .......... .......... .......... 93% 82.3M 0s
10:42:35 [2026-03-02T09:42:35.095Z] #10 8.735 198700K .......... .......... .......... .......... .......... 93% 69.8M 0s
10:42:35 [2026-03-02T09:42:35.095Z] #10 8.736 198750K .......... .......... .......... .......... .......... 93%  104M 0s
10:42:35 [2026-03-02T09:42:35.095Z] #10 8.737 198800K .......... .......... .......... .......... .......... 93% 86.6M 0s
10:42:35 [2026-03-02T09:42:35.095Z] #10 8.737 198850K .......... .......... .......... .......... .......... 93% 73.2M 0s
10:42:35 [2026-03-02T09:42:35.095Z] #10 8.738 198900K .......... .......... .......... .......... .......... 93% 76.1M 0s
10:42:35 [2026-03-02T09:42:35.095Z] #10 8.738 198950K .......... .......... .......... .......... .......... 93%  133M 0s
10:42:35 [2026-03-02T09:42:35.095Z] #10 8.739 199000K .......... .......... .......... .......... .......... 93%  104M 0s
10:42:35 [2026-03-02T09:42:35.095Z] #10 8.739 199050K .......... .......... .......... .......... .......... 93% 97.0M 0s
10:42:35 [2026-03-02T09:42:35.095Z] #10 8.740 199100K .......... .......... .......... .......... .......... 93% 86.3M 0s
10:42:35 [2026-03-02T09:42:35.095Z] #10 8.740 199150K .......... .......... .......... .......... .......... 93%  110M 0s
10:42:35 [2026-03-02T09:42:35.095Z] #10 8.741 199200K .......... .......... .......... .......... .......... 93%  111M 0s
10:42:35 [2026-03-02T09:42:35.095Z] #10 8.741 199250K .......... .......... .......... .......... .......... 93%  135M 0s
10:42:35 [2026-03-02T09:42:35.095Z] #10 8.742 199300K .......... .......... .......... .......... .......... 93%  116M 0s
10:42:35 [2026-03-02T09:42:35.095Z] #10 8.742 199350K .......... .......... .......... .......... .......... 93%  137M 0s
10:42:35 [2026-03-02T09:42:35.095Z] #10 8.742 199400K .......... .......... .......... .......... .......... 93%  151M 0s
10:42:35 [2026-03-02T09:42:35.095Z] #10 8.743 199450K .......... .......... .......... .......... .......... 93%  143M 0s
10:42:35 [2026-03-02T09:42:35.095Z] #10 8.743 199500K .......... .......... .......... .......... .......... 93%  136M 0s
10:42:35 [2026-03-02T09:42:35.095Z] #10 8.743 199550K .......... .......... .......... .......... .......... 93%  172M 0s
10:42:35 [2026-03-02T09:42:35.095Z] #10 8.744 199600K .......... .......... .......... .......... .......... 93%  195M 0s
10:42:35 [2026-03-02T09:42:35.095Z] #10 8.744 199650K .......... .......... .......... .......... .......... 93%  186M 0s
10:42:35 [2026-03-02T09:42:35.095Z] #10 8.744 199700K .......... .......... .......... .......... .......... 93%  148M 0s
10:42:35 [2026-03-02T09:42:35.095Z] #10 8.745 199750K .......... .......... .......... .......... .......... 93%  152M 0s
10:42:35 [2026-03-02T09:42:35.095Z] #10 8.745 199800K .......... .......... .......... .......... .......... 93%  135M 0s
10:42:35 [2026-03-02T09:42:35.095Z] #10 8.745 199850K .......... .......... .......... .......... .......... 93%  191M 0s
10:42:35 [2026-03-02T09:42:35.095Z] #10 8.745 199900K .......... .......... .......... .......... .......... 93%  144M 0s
10:42:35 [2026-03-02T09:42:35.095Z] #10 8.746 199950K .......... .......... .......... .......... .......... 93%  151M 0s
10:42:35 [2026-03-02T09:42:35.095Z] #10 8.746 200000K .......... .......... .......... .......... .......... 94%  175M 0s
10:42:35 [2026-03-02T09:42:35.095Z] #10 8.746 200050K .......... .......... .......... .......... .......... 94%  180M 0s
10:42:35 [2026-03-02T09:42:35.095Z] #10 8.747 200100K .......... .......... .......... .......... .......... 94% 8.96M 0s
10:42:35 [2026-03-02T09:42:35.095Z] #10 8.752 200150K .......... .......... .......... .......... .......... 94% 84.4M 0s
10:42:35 [2026-03-02T09:42:35.095Z] #10 8.753 200200K .......... .......... .......... .......... .......... 94% 89.5M 0s
10:42:35 [2026-03-02T09:42:35.095Z] #10 8.753 200250K .......... .......... .......... .......... .......... 94% 93.5M 0s
10:42:35 [2026-03-02T09:42:35.095Z] #10 8.754 200300K .......... .......... .......... .......... .......... 94% 73.0M 0s
10:42:35 [2026-03-02T09:42:35.095Z] #10 8.754 200350K .......... .......... .......... .......... .......... 94% 90.4M 0s
10:42:35 [2026-03-02T09:42:35.095Z] #10 8.755 200400K .......... .......... .......... .......... .......... 94% 89.3M 0s
10:42:35 [2026-03-02T09:42:35.095Z] #10 8.756 200450K .......... .......... .......... .......... .......... 94% 85.8M 0s
10:42:35 [2026-03-02T09:42:35.095Z] #10 8.756 200500K .......... .......... .......... .......... .......... 94% 81.5M 0s
10:42:35 [2026-03-02T09:42:35.095Z] #10 8.757 200550K .......... .......... .......... .......... .......... 94% 89.6M 0s
10:42:35 [2026-03-02T09:42:35.095Z] #10 8.757 200600K .......... .......... .......... .......... .......... 94% 91.0M 0s
10:42:35 [2026-03-02T09:42:35.095Z] #10 8.758 200650K .......... .......... .......... .......... .......... 94% 88.8M 0s
10:42:35 [2026-03-02T09:42:35.095Z] #10 8.758 200700K .......... .......... .......... .......... .......... 94% 73.6M 0s
10:42:35 [2026-03-02T09:42:35.095Z] #10 8.759 200750K .......... .......... .......... .......... .......... 94% 90.1M 0s
10:42:35 [2026-03-02T09:42:35.095Z] #10 8.760 200800K .......... .......... .......... .......... .......... 94% 93.6M 0s
10:42:35 [2026-03-02T09:42:35.095Z] #10 8.760 200850K .......... .......... .......... .......... .......... 94%  104M 0s
10:42:35 [2026-03-02T09:42:35.095Z] #10 8.761 200900K .......... .......... .......... .......... .......... 94% 84.2M 0s
10:42:35 [2026-03-02T09:42:35.095Z] #10 8.761 200950K .......... .......... .......... .......... .......... 94% 96.7M 0s
10:42:35 [2026-03-02T09:42:35.095Z] #10 8.762 201000K .......... .......... .......... .......... .......... 94% 83.3M 0s
10:42:35 [2026-03-02T09:42:35.095Z] #10 8.762 201050K .......... .......... .......... .......... .......... 94% 90.6M 0s
10:42:35 [2026-03-02T09:42:35.095Z] #10 8.763 201100K .......... .......... .......... .......... .......... 94% 75.4M 0s
10:42:35 [2026-03-02T09:42:35.095Z] #10 8.763 201150K .......... .......... .......... .......... .......... 94% 93.7M 0s
10:42:35 [2026-03-02T09:42:35.095Z] #10 8.764 201200K .......... .......... .......... .......... .......... 94% 85.7M 0s
10:42:35 [2026-03-02T09:42:35.095Z] #10 8.764 201250K .......... .......... .......... .......... .......... 94%  102M 0s
10:42:35 [2026-03-02T09:42:35.095Z] #10 8.765 201300K .......... .......... .......... .......... .......... 94% 70.8M 0s
10:42:35 [2026-03-02T09:42:35.095Z] #10 8.766 201350K .......... .......... .......... .......... .......... 94% 85.1M 0s
10:42:35 [2026-03-02T09:42:35.096Z] #10 8.766 201400K .......... .......... .......... .......... .......... 94% 92.1M 0s
10:42:35 [2026-03-02T09:42:35.096Z] #10 8.767 201450K .......... .......... .......... .......... .......... 94%  109M 0s
10:42:35 [2026-03-02T09:42:35.096Z] #10 8.767 201500K .......... .......... .......... .......... .......... 94%  118M 0s
10:42:35 [2026-03-02T09:42:35.096Z] #10 8.768 201550K .......... .......... .......... .......... .......... 94% 78.2M 0s
10:42:35 [2026-03-02T09:42:35.096Z] #10 8.768 201600K .......... .......... .......... .......... .......... 94% 91.2M 0s
10:42:35 [2026-03-02T09:42:35.096Z] #10 8.769 201650K .......... .......... .......... .......... .......... 94% 75.4M 0s
10:42:35 [2026-03-02T09:42:35.096Z] #10 8.769 201700K .......... .......... .......... .......... .......... 94% 77.0M 0s
10:42:35 [2026-03-02T09:42:35.096Z] #10 8.770 201750K .......... .......... .......... .......... .......... 94%  130M 0s
10:42:35 [2026-03-02T09:42:35.096Z] #10 8.770 201800K .......... .......... .......... .......... .......... 94%  109M 0s
10:42:35 [2026-03-02T09:42:35.096Z] #10 8.771 201850K .......... .......... .......... .......... .......... 94% 64.4M 0s
10:42:35 [2026-03-02T09:42:35.096Z] #10 8.772 201900K .......... .......... .......... .......... .......... 94% 31.8M 0s
10:42:35 [2026-03-02T09:42:35.096Z] #10 8.773 201950K .......... .......... .......... .......... .......... 94% 73.1M 0s
10:42:35 [2026-03-02T09:42:35.096Z] #10 8.774 202000K .......... .......... .......... .......... .......... 94% 79.9M 0s
10:42:35 [2026-03-02T09:42:35.096Z] #10 8.774 202050K .......... .......... .......... .......... .......... 94% 93.3M 0s
10:42:35 [2026-03-02T09:42:35.096Z] #10 8.775 202100K .......... .......... .......... .......... .......... 94% 80.8M 0s
10:42:35 [2026-03-02T09:42:35.096Z] #10 8.776 202150K .......... .......... .......... .......... .......... 95% 91.7M 0s
10:42:35 [2026-03-02T09:42:35.096Z] #10 8.776 202200K .......... .......... .......... .......... .......... 95% 71.6M 0s
10:42:35 [2026-03-02T09:42:35.096Z] #10 8.777 202250K .......... .......... .......... .......... .......... 95% 69.9M 0s
10:42:35 [2026-03-02T09:42:35.096Z] #10 8.778 202300K .......... .......... .......... .......... .......... 95% 66.7M 0s
10:42:35 [2026-03-02T09:42:35.096Z] #10 8.778 202350K .......... .......... .......... .......... .......... 95% 69.8M 0s
10:42:35 [2026-03-02T09:42:35.096Z] #10 8.779 202400K .......... .......... .......... .......... .......... 95% 87.8M 0s
10:42:35 [2026-03-02T09:42:35.096Z] #10 8.779 202450K .......... .......... .......... .......... .......... 95% 81.8M 0s
10:42:35 [2026-03-02T09:42:35.096Z] #10 8.780 202500K .......... .......... .......... .......... .......... 95% 69.0M 0s
10:42:35 [2026-03-02T09:42:35.096Z] #10 8.781 202550K .......... .......... .......... .......... .......... 95% 91.4M 0s
10:42:35 [2026-03-02T09:42:35.096Z] #10 8.781 202600K .......... .......... .......... .......... .......... 95% 93.5M 0s
10:42:35 [2026-03-02T09:42:35.096Z] #10 8.782 202650K .......... .......... .......... .......... .......... 95% 85.3M 0s
10:42:35 [2026-03-02T09:42:35.096Z] #10 8.782 202700K .......... .......... .......... .......... .......... 95% 81.6M 0s
10:42:35 [2026-03-02T09:42:35.096Z] #10 8.783 202750K .......... .......... .......... .......... .......... 95% 91.2M 0s
10:42:35 [2026-03-02T09:42:35.096Z] #10 8.784 202800K .......... .......... .......... .......... .......... 95%  137M 0s
10:42:35 [2026-03-02T09:42:35.096Z] #10 8.784 202850K .......... .......... .......... .......... .......... 95%  123M 0s
10:42:35 [2026-03-02T09:42:35.096Z] #10 8.784 202900K .......... .......... .......... .......... .......... 95% 93.6M 0s
10:42:35 [2026-03-02T09:42:35.096Z] #10 8.785 202950K .......... .......... .......... .......... .......... 95% 79.5M 0s
10:42:35 [2026-03-02T09:42:35.096Z] #10 8.785 203000K .......... .......... .......... .......... .......... 95% 83.8M 0s
10:42:35 [2026-03-02T09:42:35.096Z] #10 8.786 203050K .......... .......... .......... .......... .......... 95% 69.3M 0s
10:42:35 [2026-03-02T09:42:35.096Z] #10 8.787 203100K .......... .......... .......... .......... .......... 95% 78.1M 0s
10:42:35 [2026-03-02T09:42:35.096Z] #10 8.787 203150K .......... .......... .......... .......... .......... 95%  104M 0s
10:42:35 [2026-03-02T09:42:35.096Z] #10 8.788 203200K .......... .......... .......... .......... .......... 95% 97.5M 0s
10:42:35 [2026-03-02T09:42:35.096Z] #10 8.788 203250K .......... .......... .......... .......... .......... 95% 95.6M 0s
10:42:35 [2026-03-02T09:42:35.096Z] #10 8.789 203300K .......... .......... .......... .......... .......... 95% 93.5M 0s
10:42:35 [2026-03-02T09:42:35.096Z] #10 8.789 203350K .......... .......... .......... .......... .......... 95%  112M 0s
10:42:35 [2026-03-02T09:42:35.096Z] #10 8.790 203400K .......... .......... .......... .......... .......... 95% 86.4M 0s
10:42:35 [2026-03-02T09:42:35.096Z] #10 8.790 203450K .......... .......... .......... .......... .......... 95% 93.1M 0s
10:42:35 [2026-03-02T09:42:35.096Z] #10 8.791 203500K .......... .......... .......... .......... .......... 95% 80.7M 0s
10:42:35 [2026-03-02T09:42:35.096Z] #10 8.791 203550K .......... .......... .......... .......... .......... 95% 94.5M 0s
10:42:35 [2026-03-02T09:42:35.096Z] #10 8.792 203600K .......... .......... .......... .......... .......... 95%  176M 0s
10:42:35 [2026-03-02T09:42:35.096Z] #10 8.792 203650K .......... .......... .......... .......... .......... 95%  132M 0s
10:42:35 [2026-03-02T09:42:35.096Z] #10 8.793 203700K .......... .......... .......... .......... .......... 95%  104M 0s
10:42:35 [2026-03-02T09:42:35.096Z] #10 8.793 203750K .......... .......... .......... .......... .......... 95% 99.0M 0s
10:42:35 [2026-03-02T09:42:35.096Z] #10 8.794 203800K .......... .......... .......... .......... .......... 95%  108M 0s
10:42:35 [2026-03-02T09:42:35.096Z] #10 8.794 203850K .......... .......... .......... .......... .......... 95% 94.9M 0s
10:42:35 [2026-03-02T09:42:35.096Z] #10 8.795 203900K .......... .......... .......... .......... .......... 95% 82.5M 0s
10:42:35 [2026-03-02T09:42:35.096Z] #10 8.795 203950K .......... .......... .......... .......... .......... 95%  129M 0s
10:42:35 [2026-03-02T09:42:35.096Z] #10 8.796 204000K .......... .......... .......... .......... .......... 95%  130M 0s
10:42:35 [2026-03-02T09:42:35.096Z] #10 8.796 204050K .......... .......... .......... .......... .......... 95%  122M 0s
10:42:35 [2026-03-02T09:42:35.096Z] #10 8.796 204100K .......... .......... .......... .......... .......... 95%  153M 0s
10:42:35 [2026-03-02T09:42:35.096Z] #10 8.797 204150K .......... .......... .......... .......... .......... 95%  139M 0s
10:42:35 [2026-03-02T09:42:35.096Z] #10 8.797 204200K .......... .......... .......... .......... .......... 95%  178M 0s
10:42:35 [2026-03-02T09:42:35.096Z] #10 8.799 204250K .......... .......... .......... .......... .......... 96%  204M 0s
10:42:35 [2026-03-02T09:42:35.096Z] #10 8.799 204300K .......... .......... .......... .......... .......... 96%  135M 0s
10:42:35 [2026-03-02T09:42:35.096Z] #10 8.799 204350K .......... .......... .......... .......... .......... 96%  157M 0s
10:42:35 [2026-03-02T09:42:35.096Z] #10 8.799 204400K .......... .......... .......... .......... .......... 96%  226M 0s
10:42:35 [2026-03-02T09:42:35.096Z] #10 8.799 204450K .......... .......... .......... .......... .......... 96%  144M 0s
10:42:35 [2026-03-02T09:42:35.096Z] #10 8.799 204500K .......... .......... .......... .......... .......... 96%  139M 0s
10:42:35 [2026-03-02T09:42:35.096Z] #10 8.799 204550K .......... .......... .......... .......... .......... 96%  166M 0s
10:42:35 [2026-03-02T09:42:35.096Z] #10 8.799 204600K .......... .......... .......... .......... .......... 96%  215M 0s
10:42:35 [2026-03-02T09:42:35.096Z] #10 8.800 204650K .......... .......... .......... .......... .......... 96%  170M 0s
10:42:35 [2026-03-02T09:42:35.096Z] #10 8.800 204700K .......... .......... .......... .......... .......... 96%  156M 0s
10:42:35 [2026-03-02T09:42:35.096Z] #10 8.800 204750K .......... .......... .......... .......... .......... 96%  216M 0s
10:42:35 [2026-03-02T09:42:35.347Z] #10 8.874 204800K .......... .......... .......... .......... .......... 96%  673K 0s
10:42:35 [2026-03-02T09:42:35.347Z] #10 8.875 204850K .......... .......... .......... .......... .......... 96% 85.6M 0s
10:42:35 [2026-03-02T09:42:35.347Z] #10 8.875 204900K .......... .......... .......... .......... .......... 96%  104M 0s
10:42:35 [2026-03-02T09:42:35.347Z] #10 8.876 204950K .......... .......... .......... .......... .......... 96% 67.8M 0s
10:42:35 [2026-03-02T09:42:35.347Z] #10 8.876 205000K .......... .......... .......... .......... .......... 96% 71.3M 0s
10:42:35 [2026-03-02T09:42:35.347Z] #10 8.877 205050K .......... .......... .......... .......... .......... 96%  108M 0s
10:42:35 [2026-03-02T09:42:35.347Z] #10 8.878 205100K .......... .......... .......... .......... .......... 96% 59.3M 0s
10:42:35 [2026-03-02T09:42:35.347Z] #10 8.878 205150K .......... .......... .......... .......... .......... 96% 59.0M 0s
10:42:35 [2026-03-02T09:42:35.347Z] #10 8.879 205200K .......... .......... .......... .......... .......... 96% 90.3M 0s
10:42:35 [2026-03-02T09:42:35.347Z] #10 8.880 205250K .......... .......... .......... .......... .......... 96% 73.3M 0s
10:42:35 [2026-03-02T09:42:35.347Z] #10 8.880 205300K .......... .......... .......... .......... .......... 96% 90.6M 0s
10:42:35 [2026-03-02T09:42:35.347Z] #10 8.881 205350K .......... .......... .......... .......... .......... 96% 58.3M 0s
10:42:35 [2026-03-02T09:42:35.347Z] #10 8.882 205400K .......... .......... .......... .......... .......... 96% 76.1M 0s
10:42:35 [2026-03-02T09:42:35.347Z] #10 8.883 205450K .......... .......... .......... .......... .......... 96% 74.4M 0s
10:42:35 [2026-03-02T09:42:35.347Z] #10 8.883 205500K .......... .......... .......... .......... .......... 96% 60.7M 0s
10:42:35 [2026-03-02T09:42:35.347Z] #10 8.884 205550K .......... .......... .......... .......... .......... 96%  112M 0s
10:42:35 [2026-03-02T09:42:35.347Z] #10 8.884 205600K .......... .......... .......... .......... .......... 96% 61.2M 0s
10:42:35 [2026-03-02T09:42:35.347Z] #10 8.885 205650K .......... .......... .......... .......... .......... 96% 73.2M 0s
10:42:35 [2026-03-02T09:42:35.347Z] #10 8.886 205700K .......... .......... .......... .......... .......... 96% 61.6M 0s
10:42:35 [2026-03-02T09:42:35.347Z] #10 8.887 205750K .......... .......... .......... .......... .......... 96%  120M 0s
10:42:35 [2026-03-02T09:42:35.347Z] #10 8.887 205800K .......... .......... .......... .......... .......... 96% 67.8M 0s
10:42:35 [2026-03-02T09:42:35.347Z] #10 8.888 205850K .......... .......... .......... .......... .......... 96% 73.3M 0s
10:42:35 [2026-03-02T09:42:35.347Z] #10 8.888 205900K .......... .......... .......... .......... .......... 96% 60.5M 0s
10:42:35 [2026-03-02T09:42:35.347Z] #10 8.889 205950K .......... .......... .......... .......... .......... 96% 70.7M 0s
10:42:35 [2026-03-02T09:42:35.347Z] #10 8.890 206000K .......... .......... .......... .......... .......... 96%  105M 0s
10:42:35 [2026-03-02T09:42:35.347Z] #10 8.890 206050K .......... .......... .......... .......... .......... 96% 75.2M 0s
10:42:35 [2026-03-02T09:42:35.347Z] #10 8.891 206100K .......... .......... .......... .......... .......... 96% 62.6M 0s
10:42:35 [2026-03-02T09:42:35.347Z] #10 8.892 206150K .......... .......... .......... .......... .......... 96% 51.6M 0s
10:42:35 [2026-03-02T09:42:35.347Z] #10 8.893 206200K .......... .......... .......... .......... .......... 96%  100M 0s
10:42:35 [2026-03-02T09:42:35.347Z] #10 8.893 206250K .......... .......... .......... .......... .......... 96% 73.8M 0s
10:42:35 [2026-03-02T09:42:35.347Z] #10 8.894 206300K .......... .......... .......... .......... .......... 96% 59.5M 0s
10:42:35 [2026-03-02T09:42:35.347Z] #10 8.895 206350K .......... .......... .......... .......... .......... 96% 63.7M 0s
10:42:35 [2026-03-02T09:42:35.347Z] #10 8.896 206400K .......... .......... .......... .......... .......... 97% 80.0M 0s
10:42:35 [2026-03-02T09:42:35.347Z] #10 8.896 206450K .......... .......... .......... .......... .......... 97% 64.5M 0s
10:42:35 [2026-03-02T09:42:35.347Z] #10 8.897 206500K .......... .......... .......... .......... .......... 97% 98.2M 0s
10:42:35 [2026-03-02T09:42:35.347Z] #10 8.897 206550K .......... .......... .......... .......... .......... 97% 53.2M 0s
10:42:35 [2026-03-02T09:42:35.347Z] #10 8.898 206600K .......... .......... .......... .......... .......... 97%  111M 0s
10:42:35 [2026-03-02T09:42:35.347Z] #10 8.899 206650K .......... .......... .......... .......... .......... 97% 64.1M 0s
10:42:35 [2026-03-02T09:42:35.347Z] #10 8.900 206700K .......... .......... .......... .......... .......... 97% 69.0M 0s
10:42:35 [2026-03-02T09:42:35.347Z] #10 8.900 206750K .......... .......... .......... .......... .......... 97%  121M 0s
10:42:35 [2026-03-02T09:42:35.347Z] #10 8.901 206800K .......... .......... .......... .......... .......... 97% 53.9M 0s
10:42:35 [2026-03-02T09:42:35.347Z] #10 8.902 206850K .......... .......... .......... .......... .......... 97% 42.1M 0s
10:42:35 [2026-03-02T09:42:35.347Z] #10 8.903 206900K .......... .......... .......... .......... .......... 97%  101M 0s
10:42:35 [2026-03-02T09:42:35.347Z] #10 8.903 206950K .......... .......... .......... .......... .......... 97%  121M 0s
10:42:35 [2026-03-02T09:42:35.347Z] #10 8.904 207000K .......... .......... .......... .......... .......... 97%  106M 0s
10:42:35 [2026-03-02T09:42:35.347Z] #10 8.904 207050K .......... .......... .......... .......... .......... 97% 86.0M 0s
10:42:35 [2026-03-02T09:42:35.347Z] #10 8.905 207100K .......... .......... .......... .......... .......... 97% 58.2M 0s
10:42:35 [2026-03-02T09:42:35.347Z] #10 8.905 207150K .......... .......... .......... .......... .......... 97% 63.6M 0s
10:42:35 [2026-03-02T09:42:35.347Z] #10 8.906 207200K .......... .......... .......... .......... .......... 97% 99.8M 0s
10:42:35 [2026-03-02T09:42:35.347Z] #10 8.907 207250K .......... .......... .......... .......... .......... 97% 73.9M 0s
10:42:35 [2026-03-02T09:42:35.347Z] #10 8.907 207300K .......... .......... .......... .......... .......... 97% 61.3M 0s
10:42:35 [2026-03-02T09:42:35.347Z] #10 8.908 207350K .......... .......... .......... .......... .......... 97% 76.8M 0s
10:42:35 [2026-03-02T09:42:35.347Z] #10 8.909 207400K .......... .......... .......... .......... .......... 97%  101M 0s
10:42:35 [2026-03-02T09:42:35.347Z] #10 8.909 207450K .......... .......... .......... .......... .......... 97% 64.2M 0s
10:42:35 [2026-03-02T09:42:35.347Z] #10 8.910 207500K .......... .......... .......... .......... .......... 97% 68.8M 0s
10:42:35 [2026-03-02T09:42:35.347Z] #10 8.911 207550K .......... .......... .......... .......... .......... 97% 59.5M 0s
10:42:35 [2026-03-02T09:42:35.347Z] #10 8.912 207600K .......... .......... .......... .......... .......... 97% 83.7M 0s
10:42:35 [2026-03-02T09:42:35.347Z] #10 8.912 207650K .......... .......... .......... .......... .......... 97%  115M 0s
10:42:35 [2026-03-02T09:42:35.347Z] #10 8.913 207700K .......... .......... .......... .......... .......... 97% 61.8M 0s
10:42:35 [2026-03-02T09:42:35.347Z] #10 8.913 207750K .......... .......... .......... .......... .......... 97% 68.6M 0s
10:42:35 [2026-03-02T09:42:35.347Z] #10 8.914 207800K .......... .......... .......... .......... .......... 97% 79.0M 0s
10:42:35 [2026-03-02T09:42:35.347Z] #10 8.915 207850K .......... .......... .......... .......... .......... 97% 1.13M 0s
10:42:35 [2026-03-02T09:42:35.347Z] #10 8.958 207900K .......... .......... .......... .......... .......... 97% 53.3M 0s
10:42:35 [2026-03-02T09:42:35.347Z] #10 8.959 207950K .......... .......... .......... .......... .......... 97% 69.0M 0s
10:42:35 [2026-03-02T09:42:35.347Z] #10 8.959 208000K .......... .......... .......... .......... .......... 97% 80.2M 0s
10:42:35 [2026-03-02T09:42:35.347Z] #10 8.960 208050K .......... .......... .......... .......... .......... 97% 94.3M 0s
10:42:35 [2026-03-02T09:42:35.347Z] #10 8.961 208100K .......... .......... .......... .......... .......... 97% 73.0M 0s
10:42:35 [2026-03-02T09:42:35.347Z] #10 8.961 208150K .......... .......... .......... .......... .......... 97% 89.6M 0s
10:42:35 [2026-03-02T09:42:35.347Z] #10 8.962 208200K .......... .......... .......... .......... .......... 97% 80.4M 0s
10:42:35 [2026-03-02T09:42:35.347Z] #10 8.962 208250K .......... .......... .......... .......... .......... 97% 81.3M 0s
10:42:35 [2026-03-02T09:42:35.347Z] #10 8.963 208300K .......... .......... .......... .......... .......... 97% 65.1M 0s
10:42:35 [2026-03-02T09:42:35.347Z] #10 8.964 208350K .......... .......... .......... .......... .......... 97% 77.3M 0s
10:42:35 [2026-03-02T09:42:35.347Z] #10 8.964 208400K .......... .......... .......... .......... .......... 97% 72.4M 0s
10:42:35 [2026-03-02T09:42:35.347Z] #10 8.965 208450K .......... .......... .......... .......... .......... 97% 67.5M 0s
10:42:35 [2026-03-02T09:42:35.347Z] #10 8.966 208500K .......... .......... .......... .......... .......... 98% 73.0M 0s
10:42:35 [2026-03-02T09:42:35.347Z] #10 8.966 208550K .......... .......... .......... .......... .......... 98% 83.9M 0s
10:42:35 [2026-03-02T09:42:35.347Z] #10 8.967 208600K .......... .......... .......... .......... .......... 98% 80.4M 0s
10:42:35 [2026-03-02T09:42:35.347Z] #10 8.968 208650K .......... .......... .......... .......... .......... 98% 94.8M 0s
10:42:35 [2026-03-02T09:42:35.347Z] #10 8.968 208700K .......... .......... .......... .......... .......... 98% 80.8M 0s
10:42:35 [2026-03-02T09:42:35.347Z] #10 8.969 208750K .......... .......... .......... .......... .......... 98% 84.0M 0s
10:42:35 [2026-03-02T09:42:35.347Z] #10 8.969 208800K .......... .......... .......... .......... .......... 98% 96.9M 0s
10:42:35 [2026-03-02T09:42:35.347Z] #10 8.970 208850K .......... .......... .......... .......... .......... 98% 86.7M 0s
10:42:35 [2026-03-02T09:42:35.347Z] #10 8.970 208900K .......... .......... .......... .......... .......... 98%  100M 0s
10:42:35 [2026-03-02T09:42:35.347Z] #10 8.971 208950K .......... .......... .......... .......... .......... 98% 97.8M 0s
10:42:35 [2026-03-02T09:42:35.347Z] #10 8.971 209000K .......... .......... .......... .......... .......... 98% 95.5M 0s
10:42:35 [2026-03-02T09:42:35.347Z] #10 8.972 209050K .......... .......... .......... .......... .......... 98% 90.3M 0s
10:42:35 [2026-03-02T09:42:35.347Z] #10 8.972 209100K .......... .......... .......... .......... .......... 98% 80.3M 0s
10:42:35 [2026-03-02T09:42:35.347Z] #10 8.973 209150K .......... .......... .......... .......... .......... 98% 97.5M 0s
10:42:35 [2026-03-02T09:42:35.347Z] #10 8.973 209200K .......... .......... .......... .......... .......... 98%  100M 0s
10:42:35 [2026-03-02T09:42:35.347Z] #10 8.974 209250K .......... .......... .......... .......... .......... 98%  111M 0s
10:42:35 [2026-03-02T09:42:35.347Z] #10 8.974 209300K .......... .......... .......... .......... .......... 98% 98.0M 0s
10:42:35 [2026-03-02T09:42:35.347Z] #10 8.975 209350K .......... .......... .......... .......... .......... 98%  107M 0s
10:42:35 [2026-03-02T09:42:35.348Z] #10 8.975 209400K .......... .......... .......... .......... .......... 98%  110M 0s
10:42:35 [2026-03-02T09:42:35.348Z] #10 8.976 209450K .......... .......... .......... .......... .......... 98%  107M 0s
10:42:35 [2026-03-02T09:42:35.348Z] #10 8.976 209500K .......... .......... .......... .......... .......... 98%  105M 0s
10:42:35 [2026-03-02T09:42:35.348Z] #10 8.977 209550K .......... .......... .......... .......... .......... 98% 87.7M 0s
10:42:35 [2026-03-02T09:42:35.348Z] #10 8.977 209600K .......... .......... .......... .......... .......... 98%  109M 0s
10:42:35 [2026-03-02T09:42:35.348Z] #10 8.978 209650K .......... .......... .......... .......... .......... 98%  101M 0s
10:42:35 [2026-03-02T09:42:35.348Z] #10 8.978 209700K .......... .......... .......... .......... .......... 98% 94.7M 0s
10:42:35 [2026-03-02T09:42:35.348Z] #10 8.979 209750K .......... .......... .......... .......... .......... 98%  112M 0s
10:42:35 [2026-03-02T09:42:35.348Z] #10 8.979 209800K .......... .......... .......... .......... .......... 98%  137M 0s
10:42:35 [2026-03-02T09:42:35.348Z] #10 8.980 209850K .......... .......... .......... .......... .......... 98%  128M 0s
10:42:35 [2026-03-02T09:42:35.348Z] #10 8.980 209900K .......... .......... .......... .......... .......... 98% 97.0M 0s
10:42:35 [2026-03-02T09:42:35.348Z] #10 8.980 209950K .......... .......... .......... .......... .......... 98%  118M 0s
10:42:35 [2026-03-02T09:42:35.348Z] #10 8.981 210000K .......... .......... .......... .......... .......... 98%  106M 0s
10:42:35 [2026-03-02T09:42:35.348Z] #10 8.981 210050K .......... .......... .......... .......... .......... 98%  142M 0s
10:42:35 [2026-03-02T09:42:35.348Z] #10 8.982 210100K .......... .......... .......... .......... .......... 98%  101M 0s
10:42:35 [2026-03-02T09:42:35.348Z] #10 8.982 210150K .......... .......... .......... .......... .......... 98%  149M 0s
10:42:35 [2026-03-02T09:42:35.348Z] #10 8.982 210200K .......... .......... .......... .......... .......... 98%  135M 0s
10:42:35 [2026-03-02T09:42:35.348Z] #10 8.983 210250K .......... .......... .......... .......... .......... 98%  132M 0s
10:42:35 [2026-03-02T09:42:35.348Z] #10 8.983 210300K .......... .......... .......... .......... .......... 98%  124M 0s
10:42:35 [2026-03-02T09:42:35.348Z] #10 8.984 210350K .......... .......... .......... .......... .......... 98%  134M 0s
10:42:35 [2026-03-02T09:42:35.348Z] #10 8.984 210400K .......... .......... .......... .......... .......... 98%  128M 0s
10:42:35 [2026-03-02T09:42:35.348Z] #10 8.984 210450K .......... .......... .......... .......... .......... 98%  122M 0s
10:42:35 [2026-03-02T09:42:35.348Z] #10 8.985 210500K .......... .......... .......... .......... .......... 98%  123M 0s
10:42:35 [2026-03-02T09:42:35.348Z] #10 8.985 210550K .......... .......... .......... .......... .......... 98%  124M 0s
10:42:35 [2026-03-02T09:42:35.348Z] #10 8.985 210600K .......... .......... .......... .......... .......... 98%  133M 0s
10:42:35 [2026-03-02T09:42:35.348Z] #10 8.986 210650K .......... .......... .......... .......... .......... 99%  108M 0s
10:42:35 [2026-03-02T09:42:35.348Z] #10 8.986 210700K .......... .......... .......... .......... .......... 99%  115M 0s
10:42:35 [2026-03-02T09:42:35.348Z] #10 8.987 210750K .......... .......... .......... .......... .......... 99%  129M 0s
10:42:35 [2026-03-02T09:42:35.348Z] #10 8.987 210800K .......... .......... .......... .......... .......... 99%  151M 0s
10:42:35 [2026-03-02T09:42:35.348Z] #10 8.987 210850K .......... .......... .......... .......... .......... 99%  120M 0s
10:42:35 [2026-03-02T09:42:35.348Z] #10 8.988 210900K .......... .......... .......... .......... .......... 99%  110M 0s
10:42:35 [2026-03-02T09:42:35.348Z] #10 8.988 210950K .......... .......... .......... .......... .......... 99%  107M 0s
10:42:35 [2026-03-02T09:42:35.348Z] #10 8.989 211000K .......... .......... .......... .......... .......... 99%  105M 0s
10:42:35 [2026-03-02T09:42:35.348Z] #10 8.989 211050K .......... .......... .......... .......... .......... 99%  111M 0s
10:42:35 [2026-03-02T09:42:35.348Z] #10 8.990 211100K .......... .......... .......... .......... .......... 99% 91.1M 0s
10:42:35 [2026-03-02T09:42:35.348Z] #10 8.990 211150K .......... .......... .......... .......... .......... 99%  112M 0s
10:42:35 [2026-03-02T09:42:35.348Z] #10 8.991 211200K .......... .......... .......... .......... .......... 99%  117M 0s
10:42:35 [2026-03-02T09:42:35.348Z] #10 8.991 211250K .......... .......... .......... .......... .......... 99%  134M 0s
10:42:35 [2026-03-02T09:42:35.348Z] #10 8.991 211300K .......... .......... .......... .......... .......... 99% 96.3M 0s
10:42:35 [2026-03-02T09:42:35.348Z] #10 8.992 211350K .......... .......... .......... .......... .......... 99% 98.3M 0s
10:42:35 [2026-03-02T09:42:35.348Z] #10 8.992 211400K .......... .......... .......... .......... .......... 99%  121M 0s
10:42:35 [2026-03-02T09:42:35.348Z] #10 8.993 211450K .......... .......... .......... .......... .......... 99% 87.3M 0s
10:42:35 [2026-03-02T09:42:35.348Z] #10 8.993 211500K .......... .......... .......... .......... .......... 99% 62.8M 0s
10:42:35 [2026-03-02T09:42:35.348Z] #10 8.994 211550K .......... .......... .......... .......... .......... 99%  110M 0s
10:42:35 [2026-03-02T09:42:35.348Z] #10 8.995 211600K .......... .......... .......... .......... .......... 99% 92.4M 0s
10:42:35 [2026-03-02T09:42:35.348Z] #10 8.995 211650K .......... .......... .......... .......... .......... 99%  103M 0s
10:42:35 [2026-03-02T09:42:35.348Z] #10 8.996 211700K .......... .......... .......... .......... .......... 99% 97.6M 0s
10:42:35 [2026-03-02T09:42:35.348Z] #10 8.996 211750K .......... .......... .......... .......... .......... 99%  108M 0s
10:42:35 [2026-03-02T09:42:35.348Z] #10 8.997 211800K .......... .......... .......... .......... .......... 99% 90.7M 0s
10:42:35 [2026-03-02T09:42:35.348Z] #10 8.997 211850K .......... .......... .......... .......... .......... 99%  134M 0s
10:42:35 [2026-03-02T09:42:35.348Z] #10 8.997 211900K .......... .......... .......... .......... .......... 99% 84.3M 0s
10:42:35 [2026-03-02T09:42:35.348Z] #10 8.998 211950K .......... .......... .......... .......... .......... 99%  121M 0s
10:42:35 [2026-03-02T09:42:35.348Z] #10 8.998 212000K .......... .......... .......... .......... .......... 99%  152M 0s
10:42:35 [2026-03-02T09:42:35.348Z] #10 8.999 212050K .......... .......... .......... .......... .......... 99%  122M 0s
10:42:35 [2026-03-02T09:42:35.348Z] #10 8.999 212100K .......... .......... .......... .......... .......... 99% 97.6M 0s
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.000 212150K .......... .......... .......... .......... .......... 99% 98.6M 0s
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.000 212200K .......... .......... .......... .......... .......... 99%  126M 0s
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.001 212250K .......... .......... .......... .......... .......... 99%  117M 0s
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.001 212300K .......... .......... .......... .......... .......... 99% 89.0M 0s
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.002 212350K .......... .......... .......... .......... .......... 99% 97.2M 0s
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.002 212400K .......... .......... .......... .......... .......... 99%  141M 0s
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.002 212450K .......... .......... .......... .......... .......... 99%  112M 0s
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.003 212500K .......... .......... .......... .......... .......... 99% 94.9M 0s
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.003 212550K .......... .......... .......... .......... .......... 99%  126M 0s
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.004 212600K .......... .......... .......... .......... .......... 99%  108M 0s
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.004 212650K .......... .......... .......... .......... .......... 99%  120M 0s
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.005 212700K .......... .......... .......... .......... .......... 99%  104M 0s
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.005 212750K .......... .......... .......... .......... .......... 99%  134M 0s
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.005 212800K ..                                                    100% 3.75T=7.2s
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.005 
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.006 2026-03-02 09:42:35 (28.8 MB/s) - ‘wildfly-26.1.3.Final.zip’ saved [217909260/217909260]
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.006 
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.010 Archive:  silverpeas-6.4.6-wildfly26.zip
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.013    creating: /opt/silverpeas-6.4.6-wildfly26/
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.013    creating: /opt/silverpeas-6.4.6-wildfly26/bin/
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.013    creating: /opt/silverpeas-6.4.6-wildfly26/bin/lib/
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.013    creating: /opt/silverpeas-6.4.6-wildfly26/bin/gradle/
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.013    creating: /opt/silverpeas-6.4.6-wildfly26/bin/gradle/wrapper/
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.013    creating: /opt/silverpeas-6.4.6-wildfly26/configuration/
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.013    creating: /opt/silverpeas-6.4.6-wildfly26/configuration/silverpeas/
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.014    creating: /opt/silverpeas-6.4.6-wildfly26/configuration/silverpeas/resources/
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.014    creating: /opt/silverpeas-6.4.6-wildfly26/configuration/jboss/
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.014    creating: /opt/silverpeas-6.4.6-wildfly26/configuration/jboss/modules/
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.014    creating: /opt/silverpeas-6.4.6-wildfly26/configuration/jboss/modules/org/
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.014    creating: /opt/silverpeas-6.4.6-wildfly26/configuration/jboss/modules/org/apache/
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.014    creating: /opt/silverpeas-6.4.6-wildfly26/configuration/jboss/modules/org/apache/lucene-7/
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.014    creating: /opt/silverpeas-6.4.6-wildfly26/configuration/jboss/modules/org/apache/lucene-7/main/
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.014    creating: /opt/silverpeas-6.4.6-wildfly26/log/
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.014   inflating: /opt/silverpeas-6.4.6-wildfly26/bin/silverpeas  
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.015   inflating: /opt/silverpeas-6.4.6-wildfly26/bin/settings.gradle  
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.015   inflating: /opt/silverpeas-6.4.6-wildfly26/bin/silverpeas.gradle  
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.015   inflating: /opt/silverpeas-6.4.6-wildfly26/bin/lib/README.TXT  
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.015   inflating: /opt/silverpeas-6.4.6-wildfly26/bin/build.gradle  
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.015   inflating: /opt/silverpeas-6.4.6-wildfly26/bin/silverpeas.bat  
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.015   inflating: /opt/silverpeas-6.4.6-wildfly26/bin/gradle/wrapper/gradle-wrapper.jar  
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.016   inflating: /opt/silverpeas-6.4.6-wildfly26/bin/gradle/wrapper/gradle-wrapper.properties  
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.016   inflating: /opt/silverpeas-6.4.6-wildfly26/configuration/silverpeas/resources/silverpeas-jcr.cnd  
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.017   inflating: /opt/silverpeas-6.4.6-wildfly26/configuration/silverpeas/resources/silverpeas-oak-index.properties  
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.017   inflating: /opt/silverpeas-6.4.6-wildfly26/configuration/silverpeas/resources/silverpeas-oak.properties  
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.017   inflating: /opt/silverpeas-6.4.6-wildfly26/configuration/silverpeas/01-schedulerSettings.groovy  
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.017   inflating: /opt/silverpeas-6.4.6-wildfly26/configuration/silverpeas/01-variousSettings.groovy  
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.017   inflating: /opt/silverpeas-6.4.6-wildfly26/configuration/silverpeas/01-jcrSettings.groovy  
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.018   inflating: /opt/silverpeas-6.4.6-wildfly26/configuration/silverpeas/01-converterSettings.groovy  
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.018   inflating: /opt/silverpeas-6.4.6-wildfly26/configuration/silverpeas/01-tickersSettings.groovy  
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.018   inflating: /opt/silverpeas-6.4.6-wildfly26/configuration/silverpeas/00-SilverpeasSettings.xml  
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.018   inflating: /opt/silverpeas-6.4.6-wildfly26/configuration/silverpeas/01-updateAttachmentsWithFileServer.groovy  
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.018   inflating: /opt/silverpeas-6.4.6-wildfly26/configuration/jboss/extensions-removing.cli  
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.018   inflating: /opt/silverpeas-6.4.6-wildfly26/configuration/jboss/jsp-reload.cli  
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.019   inflating: /opt/silverpeas-6.4.6-wildfly26/configuration/jboss/modules/org/apache/lucene-7/main/lucene-queries-7.1.0.jar  
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.021   inflating: /opt/silverpeas-6.4.6-wildfly26/configuration/jboss/modules/org/apache/lucene-7/main/lucene-core-7.1.0.jar  
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.051   inflating: /opt/silverpeas-6.4.6-wildfly26/configuration/jboss/modules/org/apache/lucene-7/main/lucene-sandbox-7.1.0.jar  
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.053   inflating: /opt/silverpeas-6.4.6-wildfly26/configuration/jboss/modules/org/apache/lucene-7/main/lucene-facet-7.1.0.jar  
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.055   inflating: /opt/silverpeas-6.4.6-wildfly26/configuration/jboss/modules/org/apache/lucene-7/main/module.xml  
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.056   inflating: /opt/silverpeas-6.4.6-wildfly26/configuration/jboss/modules/org/apache/lucene-7/main/lucene-analyzers-common-7.1.0.jar  
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.074   inflating: /opt/silverpeas-6.4.6-wildfly26/configuration/jboss/modules/org/apache/lucene-7/main/lucene-queryparser-7.1.0.jar  
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.078   inflating: /opt/silverpeas-6.4.6-wildfly26/configuration/jboss/modules/org/apache/lucene-7/main/lucene-suggest-7.1.0.jar  
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.081   inflating: /opt/silverpeas-6.4.6-wildfly26/configuration/jboss/jsp-java8-support.cli  
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.081   inflating: /opt/silverpeas-6.4.6-wildfly26/configuration/jboss/jboss-jta.cli  
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.081   inflating: /opt/silverpeas-6.4.6-wildfly26/configuration/jboss/webserver-parameters.cli  
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.081   inflating: /opt/silverpeas-6.4.6-wildfly26/configuration/jboss/jackrabbit-remove.cli  
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.081   inflating: /opt/silverpeas-6.4.6-wildfly26/configuration/jboss/silverpeas-website.groovy  
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.081   inflating: /opt/silverpeas-6.4.6-wildfly26/configuration/jboss/http-request-max-size.cli  
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.081   inflating: /opt/silverpeas-6.4.6-wildfly26/configuration/jboss/jackson-for-json.cli  
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.081   inflating: /opt/silverpeas-6.4.6-wildfly26/configuration/jboss/silverpeas-jms.cli  
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.082   inflating: /opt/silverpeas-6.4.6-wildfly26/configuration/jboss/jboss-standalone-debug.groovy  
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.082   inflating: /opt/silverpeas-6.4.6-wildfly26/configuration/jboss/silverpeas-logging-profile.cli  
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.082   inflating: /opt/silverpeas-6.4.6-wildfly26/configuration/jboss/jboss-secure.cli  
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.082   inflating: /opt/silverpeas-6.4.6-wildfly26/configuration/jboss/silverpeas-weblib.groovy  
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.082   inflating: /opt/silverpeas-6.4.6-wildfly26/configuration/jboss/silverpeas-ds.cli  
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.082   inflating: /opt/silverpeas-6.4.6-wildfly26/configuration/jboss/jboss-port.cli  
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.082   inflating: /opt/silverpeas-6.4.6-wildfly26/configuration/jboss/silverpeas-data-web.cli  
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.083   inflating: /opt/silverpeas-6.4.6-wildfly26/configuration/jboss/deployment-timeout.cli  
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.083   inflating: /opt/silverpeas-6.4.6-wildfly26/configuration/sample_config.properties  
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.083   inflating: /opt/silverpeas-6.4.6-wildfly26/log/README.TXT  
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.083   inflating: /opt/silverpeas-6.4.6-wildfly26/BUILD  
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.087 Archive:  wildfly-26.1.3.Final.zip
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.089    creating: /opt/wildfly-26.1.3.Final/
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.089    creating: /opt/wildfly-26.1.3.Final/bin/
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.089    creating: /opt/wildfly-26.1.3.Final/bin/client/
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.089    creating: /opt/wildfly-26.1.3.Final/standalone/
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.089    creating: /opt/wildfly-26.1.3.Final/standalone/configuration/
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.089    creating: /opt/wildfly-26.1.3.Final/standalone/lib/
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.089    creating: /opt/wildfly-26.1.3.Final/standalone/lib/ext/
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.089    creating: /opt/wildfly-26.1.3.Final/standalone/tmp/
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.089    creating: /opt/wildfly-26.1.3.Final/standalone/tmp/auth/
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.090    creating: /opt/wildfly-26.1.3.Final/standalone/deployments/
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.090    creating: /opt/wildfly-26.1.3.Final/.well-known/
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.090    creating: /opt/wildfly-26.1.3.Final/.well-known/acme-challenge/
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.090    creating: /opt/wildfly-26.1.3.Final/appclient/
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.090    creating: /opt/wildfly-26.1.3.Final/appclient/configuration/
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.090    creating: /opt/wildfly-26.1.3.Final/docs/
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.090    creating: /opt/wildfly-26.1.3.Final/docs/licenses/
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.090    creating: /opt/wildfly-26.1.3.Final/docs/contrib/
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.090    creating: /opt/wildfly-26.1.3.Final/docs/contrib/scripts/
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.090    creating: /opt/wildfly-26.1.3.Final/docs/contrib/scripts/init.d/
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.090    creating: /opt/wildfly-26.1.3.Final/docs/contrib/scripts/systemd/
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.091    creating: /opt/wildfly-26.1.3.Final/docs/contrib/scripts/service/
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.091    creating: /opt/wildfly-26.1.3.Final/docs/contrib/scripts/service/amd64/
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.091    creating: /opt/wildfly-26.1.3.Final/docs/schema/
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.091    creating: /opt/wildfly-26.1.3.Final/docs/examples/
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.091    creating: /opt/wildfly-26.1.3.Final/docs/examples/configs/
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.091    creating: /opt/wildfly-26.1.3.Final/.installation/
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.091    creating: /opt/wildfly-26.1.3.Final/welcome-content/
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.091    creating: /opt/wildfly-26.1.3.Final/modules/
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.091    creating: /opt/wildfly-26.1.3.Final/modules/system/
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.091    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.091    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.092    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/sun/
10:42:35 [2026-03-02T09:42:35.348Z] #10 9.092    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/sun/scripting/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.092    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/sun/scripting/main/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.092    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/sun/scripting/main/service-loader-resources/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.092    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/sun/scripting/main/service-loader-resources/META-INF/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.092    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/sun/scripting/main/service-loader-resources/META-INF/services/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.092    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/sun/jdk/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.092    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/sun/jdk/main/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.093    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/sun/jdk/main/service-loader-resources/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.093    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/sun/jdk/main/service-loader-resources/META-INF/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.093    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/sun/jdk/main/service-loader-resources/META-INF/services/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.093    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/asm/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.093    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/asm/asm/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.093    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/asm/asm/main/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.093    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/net/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.093    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/net/bytebuddy/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.093    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/net/bytebuddy/main/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.094    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/net/jcip/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.094    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/net/jcip/main/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.094    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/nu/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.094    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/nu/xom/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.094    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/nu/xom/main/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.094    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/wildflyee/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.094    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/wildflyee/api/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.094    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/wildflyee/api/main/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.094    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javaee/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.095    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javaee/api/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.095    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javaee/api/main/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.095    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.095    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/javassist/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.095    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/javassist/main/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.095    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/omg/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.095    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/omg/api/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.096    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/omg/api/main/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.096    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/projectodd/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.096    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/projectodd/vdx/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.096    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/projectodd/vdx/main/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.096    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jctools/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.096    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jctools/main/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.096    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/dom4j/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.097    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/dom4j/main/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.097    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/eclipse/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.097    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/eclipse/jgit/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.097    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/eclipse/jgit/main/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.097    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/eclipse/persistence/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.097    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/eclipse/persistence/main/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.097    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/eclipse/microprofile/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.097    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/eclipse/microprofile/jwt/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.097    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/eclipse/microprofile/jwt/auth/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.098    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/eclipse/microprofile/jwt/auth/api/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.098    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/eclipse/microprofile/jwt/auth/api/main/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.098    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/eclipse/microprofile/opentracing/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.098    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/eclipse/microprofile/opentracing/main/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.098    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/eclipse/microprofile/metrics/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.098    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/eclipse/microprofile/metrics/api/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.098    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/eclipse/microprofile/metrics/api/main/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.099    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/eclipse/microprofile/config/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.099    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/eclipse/microprofile/config/api/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.099    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/eclipse/microprofile/config/api/main/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.099    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/eclipse/microprofile/reactive-streams-operators/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.099    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/eclipse/microprofile/reactive-streams-operators/core/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.099    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/eclipse/microprofile/reactive-streams-operators/core/main/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.099    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/eclipse/microprofile/reactive-streams-operators/api/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.099    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/eclipse/microprofile/reactive-streams-operators/api/main/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.100    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/eclipse/microprofile/health/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.100    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/eclipse/microprofile/health/api/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.100    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/eclipse/microprofile/health/api/main/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.100    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/eclipse/microprofile/openapi/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.100    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/eclipse/microprofile/openapi/api/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.100    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/eclipse/microprofile/openapi/api/main/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.100    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/eclipse/microprofile/fault-tolerance/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.100    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/eclipse/microprofile/fault-tolerance/api/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.101    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/eclipse/microprofile/fault-tolerance/api/main/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.101    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/eclipse/microprofile/restclient/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.101    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/eclipse/microprofile/restclient/main/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.101    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/eclipse/microprofile/reactive-messaging/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.101    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/eclipse/microprofile/reactive-messaging/api/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.101    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/eclipse/microprofile/reactive-messaging/api/main/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.101    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/eclipse/jdt/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.101    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/eclipse/jdt/ecj/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.102    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/eclipse/jdt/ecj/main/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.102    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/eclipse/yasson/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.102    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/eclipse/yasson/main/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.102    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.102    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/mod_cluster/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.102    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/mod_cluster/undertow/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.102    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/mod_cluster/undertow/main/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.102    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/transaction/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.103    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/transaction/client/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.103    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/transaction/client/main/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.103    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.103    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/metrics/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.103    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/metrics/main/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.103    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/mod_cluster/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.103    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/mod_cluster/main/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.103    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/datasources-agroal/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.104    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/datasources-agroal/main/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.104    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/core-management/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.104    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/core-management/main/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.104    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/security/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.104    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/security/manager/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.104    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/security/manager/main/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.104    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/rts/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.104    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/rts/main/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.105    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/opentelemetry/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.105    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/opentelemetry/main/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.105    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/picketlink/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.105    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/picketlink/main/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.105    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/health/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.105    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/health/main/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.105    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/request-controller/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.105    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/request-controller/main/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.106    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/io/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.106    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/io/main/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.106    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/discovery/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.106    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/discovery/main/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.106    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/clustering/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.106    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/clustering/web/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.106    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/clustering/web/main/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.106    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/clustering/singleton/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.107    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/clustering/singleton/main/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.107    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/undertow/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.107    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/undertow/main/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.107    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/core-management-client/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.107    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/core-management-client/main/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.107    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/elytron/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.107    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/elytron/main/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.107    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/batch/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.108    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/batch/jberet/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.108    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/batch/jberet/main/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.108    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/opentelemetry-api/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.108    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/opentelemetry-api/main/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.108    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/microprofile/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.108    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/microprofile/health-smallrye/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.108    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/microprofile/health-smallrye/main/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.109    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/microprofile/reactive-streams-operators-smallrye/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.109    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/microprofile/reactive-streams-operators-smallrye/main/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.109    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/microprofile/fault-tolerance-smallrye/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.109    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/microprofile/fault-tolerance-smallrye/main/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.109    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/microprofile/metrics-smallrye/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.109    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/microprofile/metrics-smallrye/main/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.109    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/microprofile/jwt-smallrye/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.109    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/microprofile/jwt-smallrye/main/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.110    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/microprofile/openapi-smallrye/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.110    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/microprofile/openapi-smallrye/main/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.110    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/microprofile/opentracing-smallrye/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.110    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/microprofile/opentracing-smallrye/main/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.110    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/microprofile/config-smallrye/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.110    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/microprofile/config-smallrye/main/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.110    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/microprofile/reactive-messaging-smallrye/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.110    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/microprofile/reactive-messaging-smallrye/main/
10:42:35 [2026-03-02T09:42:35.349Z] #10 9.111    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/ee-security/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.111    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/ee-security/main/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.111    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/elytron-oidc-client/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.111    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/elytron-oidc-client/main/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.111    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/messaging-activemq/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.111    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/messaging-activemq/injection/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.111    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/messaging-activemq/injection/main/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.111    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/messaging-activemq/main/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.112    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/messaging-activemq/main/META-INF/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.112    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/messaging-activemq/main/META-INF/services/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.112    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/bean-validation/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.112    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/bean-validation/main/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.112    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/iiop-openjdk/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.112    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/iiop-openjdk/main/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.112    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.112    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-jose-jwk/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.113    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-jose-jwk/main/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.113    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-jose-util/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.113    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-jose-util/main/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.113    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-private/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.113    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-private/main/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.113    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-jwt/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.113    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-jwt/main/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.113    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-web/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.113    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-web/undertow-server-servlet/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.114    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-web/undertow-server-servlet/main/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.114    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-web/undertow-server/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.114    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-web/undertow-server/main/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.114    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/jakarta/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.114    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/jakarta/authorization/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.114    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/jakarta/authorization/main/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.114    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/jakarta/authentication/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.114    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/jakarta/authentication/main/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.114    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/manager/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.115    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/manager/main/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.115    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/http/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.115    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/http/sfbasic/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.115    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/http/sfbasic/main/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.115    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.115    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron/main/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.115    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-tool/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.115    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-tool/main/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.115    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-base/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.116    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-base/main/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.116    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-http-oidc/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.116    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-http-oidc/main/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.116    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/reactive/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.116    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/reactive/dep/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.116    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/reactive/dep/jts/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.116    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/reactive/dep/jts/main/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.116    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/reactive/messaging/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.117    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/reactive/messaging/config/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.117    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/reactive/messaging/config/main/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.117    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/reactive/messaging/common/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.117    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/reactive/messaging/common/main/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.117    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/reactive/messaging/kafka/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.117    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/reactive/messaging/kafka/main/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.117    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/reactive/mutiny/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.117    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/reactive/mutiny/reactive-streams-operators/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.118    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/reactive/mutiny/reactive-streams-operators/cdi-provider/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.118    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/reactive/mutiny/reactive-streams-operators/cdi-provider/main/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.118    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/discovery/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.118    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/discovery/main/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.118    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.118    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/jgroups/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.118    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/jgroups/spi/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.118    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/jgroups/spi/main/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.119    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/jgroups/api/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.119    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/jgroups/api/main/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.119    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/web/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.119    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/web/cache/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.119    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/web/cache/main/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.119    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/web/hotrod/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.119    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/web/hotrod/main/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.119    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/web/undertow/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.119    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/web/undertow/main/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.120    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/web/container/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.120    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/web/container/main/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.120    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/web/spi/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.120    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/web/spi/main/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.120    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/web/api/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.121    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/web/api/main/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.121    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/web/infinispan/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.121    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/web/infinispan/main/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.121    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/ee/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.121    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/ee/cache/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.121    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/ee/cache/main/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.121    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/ee/hotrod/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.121    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/ee/hotrod/main/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.122    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/ee/spi/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.122    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/ee/spi/main/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.122    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/ee/infinispan/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.122    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/ee/infinispan/main/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.122    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/marshalling/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.122    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/marshalling/jboss/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.122    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/marshalling/jboss/main/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.122    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/marshalling/spi/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.123    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/marshalling/spi/main/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.123    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/marshalling/protostream/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.123    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/marshalling/protostream/main/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.123    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/marshalling/api/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.123    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/marshalling/api/main/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.123    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/server/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.123    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/server/main/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.124    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/spi/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.124    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/spi/main/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.124    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/singleton/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.124    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/singleton/main/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.124    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/api/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.124    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/api/main/
10:42:35 [2026-03-02T09:42:35.350Z] #10 9.124    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/infinispan/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.124    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/infinispan/marshalling/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.124    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/infinispan/marshalling/main/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.125    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/infinispan/spi/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.125    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/infinispan/spi/main/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.125    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/infinispan/client/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.125    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/infinispan/client/main/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.125    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/service/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.125    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/service/main/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.125    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/ejb/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.125    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/ejb/spi/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.126    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/ejb/spi/main/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.126    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/ejb/infinispan/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.126    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/ejb/infinispan/main/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.126    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/ejb/client/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.126    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/ejb/client/main/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.126    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/common/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.126    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/common/main/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.126    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/naming/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.127    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/naming/main/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.127    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/naming-client/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.127    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/naming-client/main/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.127    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/http-client/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.127    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/http-client/transaction/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.127    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/http-client/transaction/main/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.127    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/http-client/common/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.127    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/http-client/common/main/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.127    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/http-client/naming/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.128    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/http-client/naming/main/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.128    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/http-client/ejb/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.128    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/http-client/ejb/main/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.128    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/microprofile/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.128    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/microprofile/fault-tolerance-smallrye/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.128    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/microprofile/fault-tolerance-smallrye/executor/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.128    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/microprofile/fault-tolerance-smallrye/executor/main/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.129    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/microprofile/opentracing-smallrye/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.129    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/microprofile/opentracing-smallrye/main/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.129    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/bootable-jar/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.129    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/bootable-jar/main/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.129    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/openssl/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.129    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/openssl/main/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.129    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/openssl/main/lib/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.129    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/openssl/main/lib/linux-x86_64/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.130    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/openssl/main/lib/win-x86_64/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.130    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/openssl/main/lib/macosx-x86_64/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.130    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/openssl/main/lib/linux-s390x/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.130    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/event/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.130    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/event/logger/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.130    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/event/logger/main/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.130    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/client/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.130    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/client/config/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.130    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/client/config/main/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.131    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/embedded/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.131    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/embedded/main/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.131    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.131    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/invocation/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.131    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/invocation/main/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.131    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/remoting/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.131    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/remoting/main/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.131    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/mod_cluster/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.131    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/mod_cluster/core/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.132    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/mod_cluster/core/main/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.132    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/mod_cluster/container/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.132    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/mod_cluster/container/spi/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.132    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/mod_cluster/container/spi/main/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.132    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/mod_cluster/load/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.132    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/mod_cluster/load/spi/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.132    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/mod_cluster/load/spi/main/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.133    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/weld/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.133    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/weld/core/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.133    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/weld/core/main/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.133    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/weld/spi/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.133    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/weld/spi/main/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.133    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/weld/api/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.133    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/weld/api/main/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.133    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/weld/probe/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.134    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/weld/probe/main/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.134    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/jts/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.134    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/jts/integration/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.134    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/jts/integration/main/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.134    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/jts/main/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.134    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/deployers/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.134    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/deployers/jboss-service-deployer/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.134    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/deployers/jboss-service-deployer/main/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.135    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/vfs/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.135    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/vfs/main/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.135    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/staxmapper/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.135    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/staxmapper/main/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.135    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/ejb-client/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.135    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/ejb-client/main/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.135    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/xts/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.135    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/xts/main/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.136    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/integration/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.136    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/integration/ext-content/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.136    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/integration/ext-content/main/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.136    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/integration/ext-content/main/bundled/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.136    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/jaxbintros/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.136    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/jaxbintros/main/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.136    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/marshalling/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.136    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/marshalling/river/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.137    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/marshalling/river/main/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.137    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/marshalling/main/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.137    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/classfilewriter/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.137    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/classfilewriter/main/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.137    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/resteasy/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.137    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/resteasy/resteasy-spring/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.137    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/resteasy/resteasy-spring/main/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.138    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/resteasy/resteasy-spring/main/bundled/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.138    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/resteasy/resteasy-spring/main/bundled/resteasy-spring-jar/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.138    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/resteasy/resteasy-client-api/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.138    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/resteasy/resteasy-client-api/main/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.138    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/resteasy/resteasy-multipart-provider/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.138    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/resteasy/resteasy-multipart-provider/main/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.138    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/resteasy/resteasy-client/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.138    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/resteasy/resteasy-client/main/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.139    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/resteasy/resteasy-validator-provider/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.139    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/resteasy/resteasy-validator-provider/main/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.139    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/resteasy/resteasy-json-p-provider/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.139    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/resteasy/resteasy-json-p-provider/main/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.139    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/resteasy/resteasy-rxjava2/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.139    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/resteasy/resteasy-rxjava2/main/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.139    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/resteasy/resteasy-jsapi/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.139    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/resteasy/resteasy-jsapi/main/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.140    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/resteasy/resteasy-core-spi/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.140    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/resteasy/resteasy-core-spi/main/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.140    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/resteasy/resteasy-jaxrs/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.140    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/resteasy/resteasy-jaxrs/main/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.140    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/resteasy/resteasy-jackson2-provider/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.140    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/resteasy/resteasy-jackson2-provider/main/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.140    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/resteasy/resteasy-jaxb-provider/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.140    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/resteasy/resteasy-jaxb-provider/main/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.140    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/resteasy/jose-jwt/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.140    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/resteasy/jose-jwt/main/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.141    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/resteasy/resteasy-json-binding-provider/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.141    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/resteasy/resteasy-json-binding-provider/main/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.141    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/resteasy/resteasy-cdi/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.141    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/resteasy/resteasy-cdi/main/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.141    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/resteasy/resteasy-client-microprofile/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.141    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/resteasy/resteasy-client-microprofile/main/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.141    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/resteasy/resteasy-crypto/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.141    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/resteasy/resteasy-crypto/main/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.141    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/resteasy/resteasy-core/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.142    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/resteasy/resteasy-core/main/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.142    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/resteasy/resteasy-atom-provider/
10:42:35 [2026-03-02T09:42:35.351Z] #10 9.142    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/resteasy/resteasy-atom-provider/main/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.142    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/logmanager/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.142    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/logmanager/log4j2/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.142    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/logmanager/log4j2/main/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.142    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/logmanager/main/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.142    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/common-beans/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.143    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/common-beans/main/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.143    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/stdio/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.143    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/stdio/main/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.143    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/threads/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.143    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/threads/main/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.143    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/remoting-jmx/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.143    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/remoting-jmx/main/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.143    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/xnio/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.143    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/xnio/netty/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.144    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/xnio/netty/netty-xnio-transport/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.144    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/xnio/netty/netty-xnio-transport/main/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.144    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/xnio/nio/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.144    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/xnio/nio/main/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.144    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/xnio/main/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.144    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/msc/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.144    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/msc/main/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.144    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/ironjacamar/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.144    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/ironjacamar/impl/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.145    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/ironjacamar/impl/main/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.145    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/ironjacamar/jdbcadapters/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.145    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/ironjacamar/jdbcadapters/main/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.145    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/ironjacamar/api/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.145    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/ironjacamar/api/main/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.145    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/jboss-transaction-spi/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.145    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/jboss-transaction-spi/main/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.145    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.145    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/jsr77/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.146    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/jsr77/main/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.146    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/remoting/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.146    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/remoting/main/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.146    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/weld/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.146    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/weld/beanvalidation/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.146    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/weld/beanvalidation/main/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.146    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/weld/webservices/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.146    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/weld/webservices/main/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.146    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/weld/jpa/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.146    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/weld/jpa/main/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.147    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/weld/transactions/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.147    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/weld/transactions/main/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.147    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/weld/common/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.147    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/weld/common/main/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.147    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/weld/spi/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.147    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/weld/spi/main/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.147    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/weld/main/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.147    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/weld/ejb/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.148    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/weld/ejb/main/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.148    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/jacorb/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.148    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/jacorb/main/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.148    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/domain-management/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.148    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/domain-management/main/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.148    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/domain-add-user/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.148    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/domain-add-user/main/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.148    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/webservices/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.148    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/webservices/server/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.149    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/webservices/server/integration/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.149    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/webservices/server/integration/main/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.149    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/webservices/main/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.149    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/deployment-scanner/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.149    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/deployment-scanner/main/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.149    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/standalone/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.149    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/standalone/main/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.150    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/xts/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.150    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/xts/main/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.150    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/security/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.150    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/security/main/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.150    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/mail/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.150    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/mail/main/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.150    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/web/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.150    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/web/main/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.151    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/ee/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.151    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/ee/main/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.151    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/jmx/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.151    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/jmx/main/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.151    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/core-security/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.151    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/core-security/main/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.151    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/appclient/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.151    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/appclient/main/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.152    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/network/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.152    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/network/main/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.152    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/clustering/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.152    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/clustering/jgroups/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.152    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/clustering/jgroups/main/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.152    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/clustering/web/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.152    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/clustering/web/infinispan/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.152    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/clustering/web/infinispan/main/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.153    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/clustering/common/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.153    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/clustering/common/main/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.153    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/clustering/infinispan/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.153    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/clustering/infinispan/main/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.153    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/clustering/ejb3/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.153    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/clustering/ejb3/infinispan/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.153    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/clustering/ejb3/infinispan/main/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.154    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/jpa/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.154    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/jpa/hibernate/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.154    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/jpa/hibernate/4/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.154    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/jpa/spi/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.154    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/jpa/spi/main/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.154    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/jpa/openjpa/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.154    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/jpa/openjpa/main/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.155    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/jpa/main/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.155    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/server/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.155    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/server/main/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.155    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/protocol/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.155    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/protocol/main/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.155    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/security-plugins/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.155    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/security-plugins/main/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.155    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/cli/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.156    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/cli/main/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.156    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/product/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.156    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/product/main/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.156    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/product/main/dir/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.156    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/product/main/dir/META-INF/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.156    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/jsf/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.156    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/jsf/main/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.156    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/controller/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.156    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/controller/main/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.157    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/controller/main/dir/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.157    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/domain-http-error-context/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.157    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/domain-http-error-context/main/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.157    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/host-controller/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.157    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/host-controller/main/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.157    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/transactions/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.157    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/transactions/main/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.157    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/jsf-injection/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.157    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/jsf-injection/main/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.158    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/deployment-repository/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.158    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/deployment-repository/main/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.158    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/version/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.158    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/version/main/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.158    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/threads/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.158    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/threads/main/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.158    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/naming/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.159    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/naming/main/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.159    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/domain-http-interface/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.159    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/domain-http-interface/main/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.159    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/system-jmx/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.159    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/system-jmx/main/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.159    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/web-common/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.159    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/web-common/main/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.159    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/connector/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.160    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/connector/main/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.160    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/sar/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.160    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/sar/main/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.160    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/controller-client/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.160    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/controller-client/main/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.160    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/modcluster/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.160    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/modcluster/main/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.160    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/management-client-content/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.160    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/management-client-content/main/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.160    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/process-controller/
10:42:35 [2026-03-02T09:42:35.352Z] #10 9.161    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/process-controller/main/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.161    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/platform-mbean/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.161    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/platform-mbean/main/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.161    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/jaxrs/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.161    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/jaxrs/main/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.161    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/jdr/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.161    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/jdr/main/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.162    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/jdr/main/resources/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.162    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/messaging/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.162    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/messaging/main/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.162    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/pojo/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.162    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/pojo/main/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.162    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/logging/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.162    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/logging/main/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.162    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/ejb3/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.163    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/ejb3/main/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.163    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/ejb3/main/timers/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.163    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/patching/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.163    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/patching/cli/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.163    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/patching/cli/main/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.163    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/patching/main/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.163    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/console/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.164    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/console/main/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.164    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/log4j/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.164    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/log4j/logmanager/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.164    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/log4j/logmanager/main/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.164    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/narayana/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.164    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/narayana/txframework/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.164    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/narayana/txframework/main/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.164    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/narayana/rts/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.164    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/narayana/rts/main/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.165    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/narayana/compensations/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.165    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/narayana/compensations/main/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.165    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/dmr/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.165    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/dmr/main/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.165    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/genericjms/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.165    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/genericjms/main/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.165    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/genericjms/main/META-INF/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.165    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/ejb/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.166    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/ejb/remote/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.166    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/ejb/remote/protocol/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.166    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/ejb/remote/protocol/main/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.166    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/metadata/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.166    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/metadata/web/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.166    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/metadata/web/main/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.166    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/metadata/appclient/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.166    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/metadata/appclient/main/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.166    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/metadata/ear/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.167    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/metadata/ear/main/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.167    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/metadata/common/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.167    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/metadata/common/main/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.167    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/metadata/ejb/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.167    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/metadata/ejb/main/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.167    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/iiop-client/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.167    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/iiop-client/main/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.167    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/logging/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.168    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/logging/jul-to-slf4j-stub/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.168    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/logging/jul-to-slf4j-stub/main/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.168    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/logging/commons/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.168    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/logging/commons/logging/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.168    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/logging/commons/logging/main/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.168    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/logging/main/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.168    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/remote-naming/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.169    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/remote-naming/main/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.169    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/remoting3/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.169    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/remoting3/remoting-jmx/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.169    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/remoting3/remoting-jmx/main/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.169    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/remoting3/main/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.169    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/jandex/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.169    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/jandex/main/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.169    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/ws/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.169    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/ws/tools/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.170    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/ws/tools/wsconsume/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.170    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/ws/tools/wsconsume/main/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.170    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/ws/tools/common/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.170    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/ws/tools/common/main/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.170    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/ws/tools/wsprovide/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.170    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/ws/tools/wsprovide/main/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.170    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/ws/jaxws-client/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.170    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/ws/jaxws-client/main/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.171    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/ws/jaxws-undertow-httpspi/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.171    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/ws/jaxws-undertow-httpspi/main/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.171    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/ws/common/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.171    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/ws/common/main/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.171    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/ws/spi/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.171    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/ws/spi/main/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.171    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/ws/api/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.171    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/ws/api/main/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.172    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/ws/cxf/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.172    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-factories/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.172    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-factories/main/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.172    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-server/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.172    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-server/main/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.172    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-transports-udp/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.172    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-transports-udp/main/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.172    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-client/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.173    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-client/main/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.173    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-transports-undertow/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.173    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-transports-undertow/main/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.173    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/ws/cxf/sts/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.173    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/ws/cxf/sts/main/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.173    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/ws/saaj-impl/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.173    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/ws/saaj-impl/main/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.173    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/ejb3/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.174    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/ejb3/main/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.174    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jberet/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.174    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jberet/jberet-core/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.174    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jberet/jberet-core/main/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.174    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/slf4j/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.174    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/slf4j/impl/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.174    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/slf4j/impl/main/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.174    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/slf4j/main/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.174    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/antlr/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.175    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/antlr/main/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.175    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jgroups/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.175    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jgroups/azure/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.175    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jgroups/azure/main/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.175    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jgroups/kubernetes/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.175    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jgroups/kubernetes/main/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.175    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jgroups/main/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.175    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/joda/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.175    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/joda/time/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.176    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/joda/time/main/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.176    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/reactivestreams/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.176    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/reactivestreams/main/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.176    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/hibernate/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.176    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/hibernate/commons-annotations/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.176    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/hibernate/commons-annotations/main/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.176    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/hibernate/envers/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.176    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/hibernate/envers/main/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.176    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/hibernate/validator/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.177    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/hibernate/validator/cdi/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.177    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/hibernate/validator/cdi/main/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.177    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/hibernate/validator/main/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.177    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/hibernate/5.0/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.177    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/hibernate/jipijapa-hibernate5-3/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.177    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/hibernate/jipijapa-hibernate5-3/main/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.177    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/hibernate/search/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.178    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/hibernate/search/backend-jms/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.178    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/hibernate/search/backend-jms/main/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.178    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/hibernate/search/orm/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.178    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/hibernate/search/orm/main/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.178    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/hibernate/search/engine/
10:42:35 [2026-03-02T09:42:35.353Z] #10 9.178    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/hibernate/search/engine/main/
10:42:35 [2026-03-02T09:42:35.604Z] #10 9.178    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/hibernate/search/serialization-avro/
10:42:35 [2026-03-02T09:42:35.604Z] #10 9.178    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/hibernate/search/serialization-avro/main/
10:42:35 [2026-03-02T09:42:35.604Z] #10 9.178    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/hibernate/5.3/
10:42:35 [2026-03-02T09:42:35.604Z] #10 9.178    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/hibernate/infinispan/
10:42:35 [2026-03-02T09:42:35.604Z] #10 9.179    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/hibernate/infinispan/main/
10:42:35 [2026-03-02T09:42:35.604Z] #10 9.179    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/hibernate/bytecodetransformer/
10:42:35 [2026-03-02T09:42:35.604Z] #10 9.179    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/hibernate/bytecodetransformer/main/
10:42:35 [2026-03-02T09:42:35.604Z] #10 9.179    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/hibernate/main/
10:42:35 [2026-03-02T09:42:35.604Z] #10 9.179    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/hibernate/jipijapa-hibernate5/
10:42:35 [2026-03-02T09:42:35.604Z] #10 9.179    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/hibernate/jipijapa-hibernate5/main/
10:42:35 [2026-03-02T09:42:35.604Z] #10 9.179    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/glassfish/
10:42:35 [2026-03-02T09:42:35.604Z] #10 9.179    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/glassfish/soteria/
10:42:35 [2026-03-02T09:42:35.604Z] #10 9.179    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/glassfish/soteria/main/
10:42:35 [2026-03-02T09:42:35.604Z] #10 9.179    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/glassfish/jakarta/
10:42:35 [2026-03-02T09:42:35.604Z] #10 9.180    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/glassfish/jakarta/el/
10:42:35 [2026-03-02T09:42:35.604Z] #10 9.180    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/glassfish/jakarta/el/main/
10:42:35 [2026-03-02T09:42:35.604Z] #10 9.180    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/glassfish/jakarta/json/
10:42:35 [2026-03-02T09:42:35.604Z] #10 9.180    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/glassfish/jakarta/json/main/
10:42:35 [2026-03-02T09:42:35.604Z] #10 9.180    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/glassfish/javax/
10:42:35 [2026-03-02T09:42:35.604Z] #10 9.180    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/glassfish/javax/enterprise/
10:42:35 [2026-03-02T09:42:35.604Z] #10 9.180    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/glassfish/javax/enterprise/concurrent/
10:42:35 [2026-03-02T09:42:35.604Z] #10 9.180    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/glassfish/javax/enterprise/concurrent/main/
10:42:35 [2026-03-02T09:42:35.604Z] #10 9.180    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/glassfish/javax/el/
10:42:35 [2026-03-02T09:42:35.604Z] #10 9.180    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/glassfish/javax/el/main/
10:42:35 [2026-03-02T09:42:35.604Z] #10 9.181    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/glassfish/javax/json/
10:42:35 [2026-03-02T09:42:35.604Z] #10 9.181    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/glassfish/javax/json/main/
10:42:35 [2026-03-02T09:42:35.604Z] #10 9.181    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/opensaml/
10:42:35 [2026-03-02T09:42:35.604Z] #10 9.181    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/opensaml/main/
10:42:35 [2026-03-02T09:42:35.604Z] #10 9.181    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/fusesource/
10:42:35 [2026-03-02T09:42:35.604Z] #10 9.181    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/fusesource/jansi/
10:42:35 [2026-03-02T09:42:35.604Z] #10 9.181    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/fusesource/jansi/main/
10:42:35 [2026-03-02T09:42:35.604Z] #10 9.181    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jaxen/
10:42:35 [2026-03-02T09:42:35.604Z] #10 9.182    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jaxen/main/
10:42:35 [2026-03-02T09:42:35.604Z] #10 9.182    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/aesh/
10:42:35 [2026-03-02T09:42:35.604Z] #10 9.182    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/aesh/main/
10:42:35 [2026-03-02T09:42:35.604Z] #10 9.182    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jsoup/
10:42:35 [2026-03-02T09:42:35.604Z] #10 9.182    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jsoup/main/
10:42:35 [2026-03-02T09:42:35.604Z] #10 9.182    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/picketbox/
10:42:35 [2026-03-02T09:42:35.604Z] #10 9.182    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/picketbox/main/
10:42:35 [2026-03-02T09:42:35.604Z] #10 9.182    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/bouncycastle/
10:42:35 [2026-03-02T09:42:35.604Z] #10 9.183    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/bouncycastle/bcprov/
10:42:35 [2026-03-02T09:42:35.604Z] #10 9.183    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/bouncycastle/bcprov/main/
10:42:35 [2026-03-02T09:42:35.604Z] #10 9.183    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/bouncycastle/bcutil/
10:42:35 [2026-03-02T09:42:35.604Z] #10 9.183    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/bouncycastle/bcutil/main/
10:42:35 [2026-03-02T09:42:35.605Z] #10 9.183    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/bouncycastle/main/
10:42:35 [2026-03-02T09:42:35.605Z] #10 9.183    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/bouncycastle/bcmail/
10:42:35 [2026-03-02T09:42:35.605Z] #10 9.183    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/bouncycastle/bcmail/main/
10:42:35 [2026-03-02T09:42:35.605Z] #10 9.183    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/bouncycastle/bcpkix/
10:42:35 [2026-03-02T09:42:35.605Z] #10 9.183    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/bouncycastle/bcpkix/main/
10:42:35 [2026-03-02T09:42:35.605Z] #10 9.184    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/bouncycastle/bcpg/
10:42:35 [2026-03-02T09:42:35.605Z] #10 9.184    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/bouncycastle/bcpg/main/
10:42:35 [2026-03-02T09:42:35.605Z] #10 9.184    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/hornetq/
10:42:35 [2026-03-02T09:42:35.605Z] #10 9.184    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/hornetq/client/
10:42:35 [2026-03-02T09:42:35.605Z] #10 9.184    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/hornetq/client/main/
10:42:35 [2026-03-02T09:42:35.605Z] #10 9.184    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/yaml/
10:42:35 [2026-03-02T09:42:35.605Z] #10 9.184    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/yaml/snakeyaml/
10:42:35 [2026-03-02T09:42:35.605Z] #10 9.184    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/yaml/snakeyaml/main/
10:42:35 [2026-03-02T09:42:35.605Z] #10 9.184    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/infinispan/
10:42:35 [2026-03-02T09:42:35.605Z] #10 9.185    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/infinispan/hibernate-cache/
10:42:35 [2026-03-02T09:42:35.605Z] #10 9.185    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/infinispan/hibernate-cache/main/
10:42:35 [2026-03-02T09:42:35.605Z] #10 9.185    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/infinispan/commons/
10:42:35 [2026-03-02T09:42:35.605Z] #10 9.185    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/infinispan/commons/main/
10:42:35 [2026-03-02T09:42:35.605Z] #10 9.185    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/infinispan/component/
10:42:35 [2026-03-02T09:42:35.605Z] #10 9.185    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/infinispan/component/annotations/
10:42:35 [2026-03-02T09:42:35.605Z] #10 9.185    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/infinispan/component/annotations/main/
10:42:35 [2026-03-02T09:42:35.605Z] #10 9.185    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/infinispan/cachestore/
10:42:35 [2026-03-02T09:42:35.605Z] #10 9.186    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/infinispan/cachestore/remote/
10:42:35 [2026-03-02T09:42:35.605Z] #10 9.186    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/infinispan/cachestore/remote/main/
10:42:35 [2026-03-02T09:42:35.605Z] #10 9.186    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/infinispan/persistence/
10:42:35 [2026-03-02T09:42:35.605Z] #10 9.186    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/infinispan/persistence/jdbc/
10:42:35 [2026-03-02T09:42:35.605Z] #10 9.186    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/infinispan/persistence/jdbc/main/
10:42:35 [2026-03-02T09:42:35.605Z] #10 9.186    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/infinispan/persistence/remote/
10:42:35 [2026-03-02T09:42:35.605Z] #10 9.186    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/infinispan/persistence/remote/main/
10:42:35 [2026-03-02T09:42:35.605Z] #10 9.186    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/infinispan/protostream/
10:42:35 [2026-03-02T09:42:35.605Z] #10 9.187    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/infinispan/protostream/types/
10:42:35 [2026-03-02T09:42:35.605Z] #10 9.187    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/infinispan/protostream/types/main/
10:42:35 [2026-03-02T09:42:35.605Z] #10 9.187    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/infinispan/protostream/main/
10:42:35 [2026-03-02T09:42:35.605Z] #10 9.187    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/infinispan/main/
10:42:35 [2026-03-02T09:42:35.605Z] #10 9.187    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/infinispan/client/
10:42:35 [2026-03-02T09:42:35.605Z] #10 9.187    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/infinispan/client/hotrod/
10:42:35 [2026-03-02T09:42:35.605Z] #10 9.187    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/infinispan/client/hotrod/main/
10:42:35 [2026-03-02T09:42:35.605Z] #10 9.187    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/bitbucket/
10:42:35 [2026-03-02T09:42:35.605Z] #10 9.187    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/bitbucket/jose4j/
10:42:35 [2026-03-02T09:42:35.605Z] #10 9.188    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/bitbucket/jose4j/main/
10:42:35 [2026-03-02T09:42:35.605Z] #10 9.188    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/codehaus/
10:42:35 [2026-03-02T09:42:35.605Z] #10 9.188    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/codehaus/woodstox/
10:42:35 [2026-03-02T09:42:35.605Z] #10 9.188    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/codehaus/woodstox/main/
10:42:35 [2026-03-02T09:42:35.605Z] #10 9.188    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jasypt/
10:42:35 [2026-03-02T09:42:35.605Z] #10 9.188    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jasypt/main/
10:42:35 [2026-03-02T09:42:35.605Z] #10 9.188    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/
10:42:35 [2026-03-02T09:42:35.605Z] #10 9.188    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/activemq/
10:42:35 [2026-03-02T09:42:35.605Z] #10 9.188    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/activemq/artemis/
10:42:35 [2026-03-02T09:42:35.605Z] #10 9.189    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/activemq/artemis/journal/
10:42:35 [2026-03-02T09:42:35.605Z] #10 9.189    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/activemq/artemis/journal/main/
10:42:35 [2026-03-02T09:42:35.605Z] #10 9.189    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/activemq/artemis/journal/main/lib/
10:42:35 [2026-03-02T09:42:35.605Z] #10 9.189    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/activemq/artemis/journal/main/lib/linux-x86_64/
10:42:35 [2026-03-02T09:42:35.605Z] #10 9.189    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/activemq/artemis/journal/main/lib/linux-i686/
10:42:35 [2026-03-02T09:42:35.605Z] #10 9.189    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/activemq/artemis/protocol/
10:42:35 [2026-03-02T09:42:35.605Z] #10 9.189    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/activemq/artemis/protocol/amqp/
10:42:35 [2026-03-02T09:42:35.605Z] #10 9.190    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/activemq/artemis/protocol/amqp/main/
10:42:35 [2026-03-02T09:42:35.605Z] #10 9.190    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/activemq/artemis/protocol/stomp/
10:42:35 [2026-03-02T09:42:35.605Z] #10 9.190    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/activemq/artemis/protocol/stomp/main/
10:42:35 [2026-03-02T09:42:35.605Z] #10 9.190    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/activemq/artemis/protocol/hornetq/
10:42:35 [2026-03-02T09:42:35.605Z] #10 9.190    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/activemq/artemis/protocol/hornetq/main/
10:42:35 [2026-03-02T09:42:35.605Z] #10 9.190    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/activemq/artemis/ra/
10:42:35 [2026-03-02T09:42:35.605Z] #10 9.190    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/activemq/artemis/ra/main/
10:42:35 [2026-03-02T09:42:35.605Z] #10 9.190    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/activemq/artemis/main/
10:42:35 [2026-03-02T09:42:35.605Z] #10 9.191    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/james/
10:42:35 [2026-03-02T09:42:35.605Z] #10 9.191    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/james/mime4j/
10:42:35 [2026-03-02T09:42:35.605Z] #10 9.191    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/james/mime4j/main/
10:42:35 [2026-03-02T09:42:35.605Z] #10 9.191    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/httpcomponents/
10:42:35 [2026-03-02T09:42:35.605Z] #10 9.191    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/httpcomponents/core/
10:42:35 [2026-03-02T09:42:35.605Z] #10 9.191    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/httpcomponents/core/main/
10:42:35 [2026-03-02T09:42:35.605Z] #10 9.191    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/httpcomponents/main/
10:42:35 [2026-03-02T09:42:35.605Z] #10 9.191    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/lucene/
10:42:35 [2026-03-02T09:42:35.605Z] #10 9.191    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/lucene/internal/
10:42:35 [2026-03-02T09:42:35.605Z] #10 9.192    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/lucene/internal/main/
10:42:35 [2026-03-02T09:42:35.605Z] #10 9.192    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/lucene/main/
10:42:35 [2026-03-02T09:42:35.605Z] #10 9.192    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/qpid/
10:42:35 [2026-03-02T09:42:35.605Z] #10 9.192    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/qpid/proton/
10:42:35 [2026-03-02T09:42:35.605Z] #10 9.192    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/qpid/proton/main/
10:42:35 [2026-03-02T09:42:35.605Z] #10 9.192    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/commons/
10:42:35 [2026-03-02T09:42:35.606Z] #10 9.192    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/commons/lang3/
10:42:35 [2026-03-02T09:42:35.606Z] #10 9.192    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/commons/lang3/main/
10:42:35 [2026-03-02T09:42:35.606Z] #10 9.193    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/commons/codec/
10:42:35 [2026-03-02T09:42:35.606Z] #10 9.193    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/commons/codec/main/
10:42:35 [2026-03-02T09:42:35.606Z] #10 9.193    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/commons/io/
10:42:35 [2026-03-02T09:42:35.606Z] #10 9.193    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/commons/io/main/
10:42:35 [2026-03-02T09:42:35.606Z] #10 9.193    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/commons/cli/
10:42:35 [2026-03-02T09:42:35.606Z] #10 9.193    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/commons/cli/main/
10:42:35 [2026-03-02T09:42:35.606Z] #10 9.193    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/commons/collections/
10:42:35 [2026-03-02T09:42:35.606Z] #10 9.193    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/commons/collections/main/
10:42:35 [2026-03-02T09:42:35.606Z] #10 9.194    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/commons/beanutils/
10:42:35 [2026-03-02T09:42:35.606Z] #10 9.194    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/commons/beanutils/main/
10:42:35 [2026-03-02T09:42:35.606Z] #10 9.194    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/commons/logging/
10:42:35 [2026-03-02T09:42:35.606Z] #10 9.194    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/commons/logging/main/
10:42:35 [2026-03-02T09:42:35.606Z] #10 9.194    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/sshd/
10:42:35 [2026-03-02T09:42:35.606Z] #10 9.194    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/sshd/main/
10:42:35 [2026-03-02T09:42:35.606Z] #10 9.194    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/xml-resolver/
10:42:35 [2026-03-02T09:42:35.606Z] #10 9.194    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/xml-resolver/main/
10:42:35 [2026-03-02T09:42:35.606Z] #10 9.194    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/neethi/
10:42:35 [2026-03-02T09:42:35.606Z] #10 9.195    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/neethi/main/
10:42:35 [2026-03-02T09:42:35.606Z] #10 9.195    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/santuario/
10:42:35 [2026-03-02T09:42:35.606Z] #10 9.195    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/santuario/xmlsec/
10:42:35 [2026-03-02T09:42:35.606Z] #10 9.195    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/santuario/xmlsec/main/
10:42:35 [2026-03-02T09:42:35.606Z] #10 9.195    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/xerces/
10:42:35 [2026-03-02T09:42:35.606Z] #10 9.195    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/xerces/main/
10:42:35 [2026-03-02T09:42:35.606Z] #10 9.195    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/velocity/
10:42:35 [2026-03-02T09:42:35.606Z] #10 9.195    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/velocity/main/
10:42:35 [2026-03-02T09:42:35.606Z] #10 9.196    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/thrift/
10:42:35 [2026-03-02T09:42:35.606Z] #10 9.196    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/thrift/main/
10:42:35 [2026-03-02T09:42:35.606Z] #10 9.196    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/xalan/
10:42:35 [2026-03-02T09:42:35.606Z] #10 9.196    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/xalan/main/
10:42:35 [2026-03-02T09:42:35.606Z] #10 9.196    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/avro/
10:42:35 [2026-03-02T09:42:35.606Z] #10 9.196    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/avro/main/
10:42:35 [2026-03-02T09:42:35.606Z] #10 9.196    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/kafka/
10:42:35 [2026-03-02T09:42:35.606Z] #10 9.196    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/kafka/client/
10:42:35 [2026-03-02T09:42:35.606Z] #10 9.196    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/kafka/client/main/
10:42:35 [2026-03-02T09:42:35.606Z] #10 9.197    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/openjpa/
10:42:35 [2026-03-02T09:42:35.606Z] #10 9.197    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/openjpa/main/
10:42:35 [2026-03-02T09:42:35.606Z] #10 9.197    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/cxf/
10:42:35 [2026-03-02T09:42:35.606Z] #10 9.197    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/cxf/impl/
10:42:35 [2026-03-02T09:42:35.606Z] #10 9.197    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/cxf/impl/main/
10:42:35 [2026-03-02T09:42:35.606Z] #10 9.197    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/cxf/services-sts/
10:42:35 [2026-03-02T09:42:35.606Z] #10 9.197    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/cxf/services-sts/main/
10:42:35 [2026-03-02T09:42:35.606Z] #10 9.197    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/cxf/ws-security/
10:42:35 [2026-03-02T09:42:35.606Z] #10 9.197    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/cxf/ws-security/main/
10:42:35 [2026-03-02T09:42:35.606Z] #10 9.198    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/cxf/main/
10:42:35 [2026-03-02T09:42:35.606Z] #10 9.198    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/log4j/
10:42:35 [2026-03-02T09:42:35.606Z] #10 9.198    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/log4j/main/
10:42:35 [2026-03-02T09:42:35.606Z] #10 9.198    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/logging/
10:42:35 [2026-03-02T09:42:35.606Z] #10 9.198    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/logging/log4j/
10:42:35 [2026-03-02T09:42:35.606Z] #10 9.198    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/logging/log4j/api/
10:42:35 [2026-03-02T09:42:35.606Z] #10 9.198    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/logging/log4j/api/main/
10:42:35 [2026-03-02T09:42:35.606Z] #10 9.198    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/ws/
10:42:35 [2026-03-02T09:42:35.606Z] #10 9.198    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/ws/security/
10:42:35 [2026-03-02T09:42:35.606Z] #10 9.199    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/ws/security/main/
10:42:35 [2026-03-02T09:42:35.606Z] #10 9.199    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/ws/xmlschema/
10:42:35 [2026-03-02T09:42:35.606Z] #10 9.199    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/ws/xmlschema/main/
10:42:35 [2026-03-02T09:42:35.606Z] #10 9.199    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/
10:42:35 [2026-03-02T09:42:35.606Z] #10 9.199    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/opentracing/
10:42:35 [2026-03-02T09:42:35.606Z] #10 9.199    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/opentracing/opentracing-util/
10:42:35 [2026-03-02T09:42:35.606Z] #10 9.199    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/opentracing/opentracing-util/main/
10:42:35 [2026-03-02T09:42:35.606Z] #10 9.199    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/opentracing/opentracing-api/
10:42:35 [2026-03-02T09:42:35.606Z] #10 9.199    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/opentracing/opentracing-api/main/
10:42:35 [2026-03-02T09:42:35.606Z] #10 9.200    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/opentracing/opentracing-noop/
10:42:35 [2026-03-02T09:42:35.606Z] #10 9.200    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/opentracing/opentracing-noop/main/
10:42:35 [2026-03-02T09:42:35.606Z] #10 9.200    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/opentracing/contrib/
10:42:35 [2026-03-02T09:42:35.606Z] #10 9.200    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/opentracing/contrib/opentracing-tracerresolver/
10:42:35 [2026-03-02T09:42:35.606Z] #10 9.200    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/opentracing/contrib/opentracing-tracerresolver/main/
10:42:35 [2026-03-02T09:42:35.606Z] #10 9.200    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/opentracing/contrib/opentracing-jaxrs2/
10:42:35 [2026-03-02T09:42:35.606Z] #10 9.200    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/opentracing/contrib/opentracing-jaxrs2/main/
10:42:35 [2026-03-02T09:42:35.606Z] #10 9.200    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/opentracing/contrib/opentracing-concurrent/
10:42:35 [2026-03-02T09:42:35.606Z] #10 9.201    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/opentracing/contrib/opentracing-concurrent/main/
10:42:35 [2026-03-02T09:42:35.606Z] #10 9.201    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/opentracing/contrib/opentracing-web-servlet-filter/
10:42:35 [2026-03-02T09:42:35.606Z] #10 9.201    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/opentracing/contrib/opentracing-web-servlet-filter/main/
10:42:35 [2026-03-02T09:42:35.606Z] #10 9.201    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/opentracing/contrib/opentracing-interceptors/
10:42:35 [2026-03-02T09:42:35.606Z] #10 9.201    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/opentracing/contrib/opentracing-interceptors/main/
10:42:35 [2026-03-02T09:42:35.606Z] #10 9.201    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/
10:42:35 [2026-03-02T09:42:35.606Z] #10 9.201    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/jwt/
10:42:35 [2026-03-02T09:42:35.606Z] #10 9.201    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/jwt/main/
10:42:35 [2026-03-02T09:42:35.606Z] #10 9.201    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/opentracing/
10:42:35 [2026-03-02T09:42:35.607Z] #10 9.202    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/opentracing/main/
10:42:35 [2026-03-02T09:42:35.607Z] #10 9.202    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/metrics/
10:42:35 [2026-03-02T09:42:35.607Z] #10 9.202    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/metrics/main/
10:42:35 [2026-03-02T09:42:35.607Z] #10 9.202    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/config/
10:42:35 [2026-03-02T09:42:35.607Z] #10 9.202    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/config/main/
10:42:35 [2026-03-02T09:42:35.607Z] #10 9.202    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/reactive/
10:42:35 [2026-03-02T09:42:35.607Z] #10 9.202    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/reactive/converters/
10:42:35 [2026-03-02T09:42:35.607Z] #10 9.202    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/reactive/converters/api/
10:42:35 [2026-03-02T09:42:35.607Z] #10 9.203    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/reactive/converters/api/main/
10:42:35 [2026-03-02T09:42:35.607Z] #10 9.203    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/reactive/messaging/
10:42:35 [2026-03-02T09:42:35.607Z] #10 9.203    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/reactive/messaging/connector/
10:42:35 [2026-03-02T09:42:35.607Z] #10 9.203    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/reactive/messaging/connector/kafka/
10:42:35 [2026-03-02T09:42:35.607Z] #10 9.203    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/reactive/messaging/connector/kafka/api/
10:42:35 [2026-03-02T09:42:35.607Z] #10 9.203    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/reactive/messaging/connector/kafka/api/main/
10:42:35 [2026-03-02T09:42:35.607Z] #10 9.203    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/reactive/messaging/connector/kafka/main/
10:42:35 [2026-03-02T09:42:35.607Z] #10 9.204    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/reactive/messaging/connector/main/
10:42:35 [2026-03-02T09:42:35.607Z] #10 9.204    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/reactive/messaging/main/
10:42:35 [2026-03-02T09:42:35.607Z] #10 9.204    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/reactive/mutiny/
10:42:35 [2026-03-02T09:42:35.607Z] #10 9.204    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/reactive/mutiny/reactive-streams-operators/
10:42:35 [2026-03-02T09:42:35.607Z] #10 9.204    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/reactive/mutiny/reactive-streams-operators/main/
10:42:35 [2026-03-02T09:42:35.607Z] #10 9.204    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/reactive/mutiny/vertx-kafka-client/
10:42:35 [2026-03-02T09:42:35.607Z] #10 9.204    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/reactive/mutiny/vertx-kafka-client/main/
10:42:35 [2026-03-02T09:42:35.607Z] #10 9.204    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/reactive/mutiny/vertx-runtime/
10:42:35 [2026-03-02T09:42:35.607Z] #10 9.205    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/reactive/mutiny/vertx-runtime/main/
10:42:35 [2026-03-02T09:42:35.607Z] #10 9.205    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/reactive/mutiny/main/
10:42:35 [2026-03-02T09:42:35.607Z] #10 9.205    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/reactive/mutiny/vertx-core/
10:42:35 [2026-03-02T09:42:35.607Z] #10 9.205    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/reactive/mutiny/vertx-core/main/
10:42:35 [2026-03-02T09:42:35.607Z] #10 9.205    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/health/
10:42:35 [2026-03-02T09:42:35.607Z] #10 9.205    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/health/main/
10:42:35 [2026-03-02T09:42:35.607Z] #10 9.205    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/openapi/
10:42:35 [2026-03-02T09:42:35.607Z] #10 9.205    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/openapi/main/
10:42:35 [2026-03-02T09:42:35.607Z] #10 9.205    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/common/
10:42:35 [2026-03-02T09:42:35.607Z] #10 9.206    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/common/annotation/
10:42:35 [2026-03-02T09:42:35.607Z] #10 9.206    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/common/annotation/main/
10:42:35 [2026-03-02T09:42:35.607Z] #10 9.206    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/common/function/
10:42:35 [2026-03-02T09:42:35.607Z] #10 9.206    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/common/function/main/
10:42:35 [2026-03-02T09:42:35.607Z] #10 9.206    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/common/classloader/
10:42:35 [2026-03-02T09:42:35.607Z] #10 9.206    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/common/classloader/main/
10:42:35 [2026-03-02T09:42:35.607Z] #10 9.206    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/common/expression/
10:42:35 [2026-03-02T09:42:35.607Z] #10 9.206    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/common/expression/main/
10:42:35 [2026-03-02T09:42:35.607Z] #10 9.207    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/common/constraint/
10:42:35 [2026-03-02T09:42:35.607Z] #10 9.207    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/common/constraint/main/
10:42:35 [2026-03-02T09:42:35.607Z] #10 9.207    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/fault-tolerance/
10:42:35 [2026-03-02T09:42:35.607Z] #10 9.207    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/fault-tolerance/main/
10:42:35 [2026-03-02T09:42:35.607Z] #10 9.207    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/agroal/
10:42:35 [2026-03-02T09:42:35.607Z] #10 9.207    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/agroal/main/
10:42:35 [2026-03-02T09:42:35.607Z] #10 9.207    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/vertx/
10:42:35 [2026-03-02T09:42:35.607Z] #10 9.207    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/vertx/core/
10:42:35 [2026-03-02T09:42:35.607Z] #10 9.207    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/vertx/core/main/
10:42:35 [2026-03-02T09:42:35.607Z] #10 9.208    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/vertx/client/
10:42:35 [2026-03-02T09:42:35.607Z] #10 9.208    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/vertx/client/kafka/
10:42:35 [2026-03-02T09:42:35.607Z] #10 9.208    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/vertx/client/kafka/main/
10:42:35 [2026-03-02T09:42:35.607Z] #10 9.208    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/vertx/client/main/
10:42:35 [2026-03-02T09:42:35.607Z] #10 9.208    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/grpc/
10:42:35 [2026-03-02T09:42:35.607Z] #10 9.208    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/grpc/main/
10:42:35 [2026-03-02T09:42:35.607Z] #10 9.208    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/opentelemetry/
10:42:35 [2026-03-02T09:42:35.607Z] #10 9.208    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/opentelemetry/context/
10:42:35 [2026-03-02T09:42:35.607Z] #10 9.209    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/opentelemetry/context/main/
10:42:35 [2026-03-02T09:42:35.607Z] #10 9.209    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/opentelemetry/trace/
10:42:35 [2026-03-02T09:42:35.607Z] #10 9.209    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/opentelemetry/trace/main/
10:42:35 [2026-03-02T09:42:35.607Z] #10 9.209    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/opentelemetry/api/
10:42:35 [2026-03-02T09:42:35.607Z] #10 9.209    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/opentelemetry/api/main/
10:42:35 [2026-03-02T09:42:35.607Z] #10 9.209    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/jaegertracing/
10:42:35 [2026-03-02T09:42:35.607Z] #10 9.209    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/jaegertracing/jaeger/
10:42:35 [2026-03-02T09:42:35.607Z] #10 9.209    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/jaegertracing/jaeger/main/
10:42:35 [2026-03-02T09:42:35.607Z] #10 9.209    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/jaegertracing/main/
10:42:35 [2026-03-02T09:42:35.607Z] #10 9.210    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/netty/
10:42:35 [2026-03-02T09:42:35.607Z] #10 9.210    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/netty/netty-codec-http/
10:42:35 [2026-03-02T09:42:35.607Z] #10 9.210    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/netty/netty-codec-http/main/
10:42:35 [2026-03-02T09:42:35.607Z] #10 9.210    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/netty/netty-handler/
10:42:35 [2026-03-02T09:42:35.607Z] #10 9.210    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/netty/netty-handler/main/
10:42:35 [2026-03-02T09:42:35.607Z] #10 9.210    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/netty/netty-codec/
10:42:35 [2026-03-02T09:42:35.607Z] #10 9.210    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/netty/netty-codec/main/
10:42:35 [2026-03-02T09:42:35.607Z] #10 9.210    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/netty/netty-common/
10:42:35 [2026-03-02T09:42:35.607Z] #10 9.210    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/netty/netty-common/main/
10:42:35 [2026-03-02T09:42:35.607Z] #10 9.211    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/netty/netty-transport-native-epoll/
10:42:35 [2026-03-02T09:42:35.607Z] #10 9.211    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/netty/netty-transport-native-epoll/main/
10:42:35 [2026-03-02T09:42:35.607Z] #10 9.211    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/netty/netty-transport-native-epoll/main/lib/
10:42:35 [2026-03-02T09:42:35.607Z] #10 9.211    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/netty/netty-transport-native-epoll/main/lib/META-INF/
10:42:35 [2026-03-02T09:42:35.608Z] #10 9.211    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/netty/netty-transport-native-epoll/main/lib/META-INF/native/
10:42:35 [2026-03-02T09:42:35.608Z] #10 9.211    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/netty/netty-resolver/
10:42:35 [2026-03-02T09:42:35.608Z] #10 9.211    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/netty/netty-resolver/main/
10:42:35 [2026-03-02T09:42:35.608Z] #10 9.212    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/netty/netty-codec-dns/
10:42:35 [2026-03-02T09:42:35.608Z] #10 9.212    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/netty/netty-codec-dns/main/
10:42:35 [2026-03-02T09:42:35.608Z] #10 9.212    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/netty/netty-codec-http2/
10:42:35 [2026-03-02T09:42:35.608Z] #10 9.212    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/netty/netty-codec-http2/main/
10:42:35 [2026-03-02T09:42:35.608Z] #10 9.212    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/netty/netty-transport/
10:42:35 [2026-03-02T09:42:35.608Z] #10 9.212    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/netty/netty-transport/main/
10:42:35 [2026-03-02T09:42:35.608Z] #10 9.212    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/netty/netty-transport-native-unix-common/
10:42:35 [2026-03-02T09:42:35.608Z] #10 9.212    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/netty/netty-transport-native-unix-common/main/
10:42:35 [2026-03-02T09:42:35.608Z] #10 9.212    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/netty/netty-buffer/
10:42:35 [2026-03-02T09:42:35.608Z] #10 9.213    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/netty/netty-buffer/main/
10:42:35 [2026-03-02T09:42:35.608Z] #10 9.213    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/netty/netty-codec-socks/
10:42:35 [2026-03-02T09:42:35.608Z] #10 9.213    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/netty/netty-codec-socks/main/
10:42:35 [2026-03-02T09:42:35.608Z] #10 9.213    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/netty/netty-transport-native-kqueue/
10:42:35 [2026-03-02T09:42:35.608Z] #10 9.213    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/netty/netty-transport-native-kqueue/main/
10:42:35 [2026-03-02T09:42:35.608Z] #10 9.213    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/netty/netty-transport-native-kqueue/main/lib/
10:42:35 [2026-03-02T09:42:35.608Z] #10 9.213    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/netty/netty-transport-native-kqueue/main/lib/META-INF/
10:42:35 [2026-03-02T09:42:35.608Z] #10 9.213    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/netty/netty-transport-native-kqueue/main/lib/META-INF/native/
10:42:35 [2026-03-02T09:42:35.608Z] #10 9.214    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/netty/netty-handler-proxy/
10:42:35 [2026-03-02T09:42:35.608Z] #10 9.214    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/netty/netty-handler-proxy/main/
10:42:35 [2026-03-02T09:42:35.608Z] #10 9.214    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/netty/netty-resolver-dns/
10:42:35 [2026-03-02T09:42:35.608Z] #10 9.214    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/netty/netty-resolver-dns/main/
10:42:35 [2026-03-02T09:42:35.608Z] #10 9.214    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/undertow/
10:42:35 [2026-03-02T09:42:35.608Z] #10 9.214    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/undertow/websocket/
10:42:35 [2026-03-02T09:42:35.608Z] #10 9.214    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/undertow/websocket/main/
10:42:35 [2026-03-02T09:42:35.608Z] #10 9.214    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/undertow/servlet/
10:42:35 [2026-03-02T09:42:35.608Z] #10 9.214    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/undertow/servlet/main/
10:42:35 [2026-03-02T09:42:35.608Z] #10 9.214    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/undertow/core/
10:42:35 [2026-03-02T09:42:35.608Z] #10 9.215    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/undertow/core/main/
10:42:35 [2026-03-02T09:42:35.608Z] #10 9.215    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/undertow/js/
10:42:35 [2026-03-02T09:42:35.608Z] #10 9.215    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/undertow/js/main/
10:42:35 [2026-03-02T09:42:35.608Z] #10 9.215    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/undertow/jsp/
10:42:35 [2026-03-02T09:42:35.608Z] #10 9.215    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/undertow/jsp/main/
10:42:35 [2026-03-02T09:42:35.608Z] #10 9.215    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/reactivex/
10:42:35 [2026-03-02T09:42:35.608Z] #10 9.215    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/reactivex/rxjava3/
10:42:35 [2026-03-02T09:42:35.608Z] #10 9.215    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/reactivex/rxjava3/rxjava/
10:42:35 [2026-03-02T09:42:35.608Z] #10 9.216    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/reactivex/rxjava3/rxjava/main/
10:42:35 [2026-03-02T09:42:35.608Z] #10 9.216    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/reactivex/rxjava2/
10:42:35 [2026-03-02T09:42:35.608Z] #10 9.216    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/reactivex/rxjava2/rxjava/
10:42:35 [2026-03-02T09:42:35.608Z] #10 9.216    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/reactivex/rxjava2/rxjava/main/
10:42:35 [2026-03-02T09:42:35.608Z] #10 9.216    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/gnu/
10:42:35 [2026-03-02T09:42:35.608Z] #10 9.216    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/gnu/getopt/
10:42:35 [2026-03-02T09:42:35.608Z] #10 9.217    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/gnu/getopt/main/
10:42:35 [2026-03-02T09:42:35.608Z] #10 9.217    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/ibm/
10:42:35 [2026-03-02T09:42:35.608Z] #10 9.217    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/ibm/jdk/
10:42:35 [2026-03-02T09:42:35.608Z] #10 9.217    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/ibm/jdk/main/
10:42:35 [2026-03-02T09:42:35.608Z] #10 9.217    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/
10:42:35 [2026-03-02T09:42:35.608Z] #10 9.217    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/jws/
10:42:35 [2026-03-02T09:42:35.608Z] #10 9.217    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/jws/api/
10:42:35 [2026-03-02T09:42:35.608Z] #10 9.217    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/jws/api/main/
10:42:35 [2026-03-02T09:42:35.608Z] #10 9.217    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/transaction/
10:42:35 [2026-03-02T09:42:35.608Z] #10 9.217    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/transaction/api/
10:42:35 [2026-03-02T09:42:35.608Z] #10 9.218    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/transaction/api/main/
10:42:35 [2026-03-02T09:42:35.608Z] #10 9.218    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/websocket/
10:42:35 [2026-03-02T09:42:35.608Z] #10 9.218    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/websocket/api/
10:42:35 [2026-03-02T09:42:35.608Z] #10 9.218    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/websocket/api/main/
10:42:35 [2026-03-02T09:42:35.608Z] #10 9.218    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/servlet/
10:42:35 [2026-03-02T09:42:35.608Z] #10 9.218    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/servlet/jstl/
10:42:35 [2026-03-02T09:42:35.608Z] #10 9.218    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/servlet/jstl/api/
10:42:35 [2026-03-02T09:42:35.608Z] #10 9.218    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/servlet/jstl/api/main/
10:42:35 [2026-03-02T09:42:35.608Z] #10 9.218    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/servlet/api/
10:42:35 [2026-03-02T09:42:35.608Z] #10 9.219    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/servlet/api/main/
10:42:35 [2026-03-02T09:42:35.608Z] #10 9.219    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/servlet/jsp/
10:42:35 [2026-03-02T09:42:35.608Z] #10 9.219    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/servlet/jsp/api/
10:42:35 [2026-03-02T09:42:35.608Z] #10 9.219    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/servlet/jsp/api/main/
10:42:35 [2026-03-02T09:42:35.608Z] #10 9.219    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/enterprise/
10:42:35 [2026-03-02T09:42:35.608Z] #10 9.219    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/enterprise/concurrent/
10:42:35 [2026-03-02T09:42:35.608Z] #10 9.219    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/enterprise/concurrent/api/
10:42:35 [2026-03-02T09:42:35.608Z] #10 9.219    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/enterprise/concurrent/api/main/
10:42:35 [2026-03-02T09:42:35.608Z] #10 9.219    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/enterprise/api/
10:42:35 [2026-03-02T09:42:35.608Z] #10 9.220    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/enterprise/api/main/
10:42:35 [2026-03-02T09:42:35.608Z] #10 9.220    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/inject/
10:42:35 [2026-03-02T09:42:35.608Z] #10 9.220    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/inject/api/
10:42:35 [2026-03-02T09:42:35.608Z] #10 9.220    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/inject/api/main/
10:42:35 [2026-03-02T09:42:35.608Z] #10 9.220    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/security/
10:42:35 [2026-03-02T09:42:35.608Z] #10 9.220    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/security/enterprise/
10:42:35 [2026-03-02T09:42:35.608Z] #10 9.220    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/security/enterprise/api/
10:42:35 [2026-03-02T09:42:35.608Z] #10 9.220    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/security/enterprise/api/main/
10:42:35 [2026-03-02T09:42:35.608Z] #10 9.220    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/security/auth/
10:42:35 [2026-03-02T09:42:35.608Z] #10 9.221    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/security/auth/message/
10:42:35 [2026-03-02T09:42:35.609Z] #10 9.221    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/security/auth/message/api/
10:42:35 [2026-03-02T09:42:35.609Z] #10 9.221    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/security/auth/message/api/main/
10:42:35 [2026-03-02T09:42:35.609Z] #10 9.221    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/security/jacc/
10:42:35 [2026-03-02T09:42:35.609Z] #10 9.221    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/security/jacc/api/
10:42:35 [2026-03-02T09:42:35.609Z] #10 9.221    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/security/jacc/api/main/
10:42:35 [2026-03-02T09:42:35.609Z] #10 9.221    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/mail/
10:42:35 [2026-03-02T09:42:35.609Z] #10 9.221    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/mail/api/
10:42:35 [2026-03-02T09:42:35.609Z] #10 9.221    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/mail/api/main/
10:42:35 [2026-03-02T09:42:35.609Z] #10 9.222    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/el/
10:42:35 [2026-03-02T09:42:35.609Z] #10 9.222    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/el/api/
10:42:35 [2026-03-02T09:42:35.609Z] #10 9.222    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/el/api/main/
10:42:35 [2026-03-02T09:42:35.609Z] #10 9.222    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/activation/
10:42:35 [2026-03-02T09:42:35.609Z] #10 9.222    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/activation/api/
10:42:35 [2026-03-02T09:42:35.609Z] #10 9.222    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/activation/api/main/
10:42:35 [2026-03-02T09:42:35.609Z] #10 9.222    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/management/
10:42:35 [2026-03-02T09:42:35.609Z] #10 9.222    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/management/j2ee/
10:42:35 [2026-03-02T09:42:35.609Z] #10 9.222    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/management/j2ee/api/
10:42:35 [2026-03-02T09:42:35.609Z] #10 9.223    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/management/j2ee/api/main/
10:42:35 [2026-03-02T09:42:35.609Z] #10 9.223    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/annotation/
10:42:35 [2026-03-02T09:42:35.609Z] #10 9.223    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/annotation/api/
10:42:35 [2026-03-02T09:42:35.609Z] #10 9.223    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/annotation/api/main/
10:42:35 [2026-03-02T09:42:35.609Z] #10 9.223    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/xml/
10:42:35 [2026-03-02T09:42:35.609Z] #10 9.223    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/xml/stream/
10:42:35 [2026-03-02T09:42:35.609Z] #10 9.223    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/xml/stream/api/
10:42:35 [2026-03-02T09:42:35.609Z] #10 9.223    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/xml/stream/api/main/
10:42:35 [2026-03-02T09:42:35.609Z] #10 9.223    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/xml/soap/
10:42:35 [2026-03-02T09:42:35.609Z] #10 9.224    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/xml/soap/api/
10:42:35 [2026-03-02T09:42:35.609Z] #10 9.224    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/xml/soap/api/main/
10:42:35 [2026-03-02T09:42:35.609Z] #10 9.224    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/xml/rpc/
10:42:35 [2026-03-02T09:42:35.609Z] #10 9.224    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/xml/rpc/api/
10:42:35 [2026-03-02T09:42:35.609Z] #10 9.224    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/xml/rpc/api/internal/
10:42:35 [2026-03-02T09:42:35.609Z] #10 9.224    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/xml/rpc/api/internal/main/
10:42:35 [2026-03-02T09:42:35.609Z] #10 9.224    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/xml/rpc/api/main/
10:42:35 [2026-03-02T09:42:35.609Z] #10 9.224    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/xml/bind/
10:42:35 [2026-03-02T09:42:35.609Z] #10 9.224    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/xml/bind/api/
10:42:35 [2026-03-02T09:42:35.609Z] #10 9.225    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/xml/bind/api/main/
10:42:35 [2026-03-02T09:42:35.609Z] #10 9.225    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/xml/ws/
10:42:35 [2026-03-02T09:42:35.609Z] #10 9.225    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/xml/ws/api/
10:42:35 [2026-03-02T09:42:35.609Z] #10 9.225    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/xml/ws/api/main/
10:42:35 [2026-03-02T09:42:35.609Z] #10 9.225    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/json/
10:42:35 [2026-03-02T09:42:35.609Z] #10 9.225    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/json/api/
10:42:35 [2026-03-02T09:42:35.609Z] #10 9.225    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/json/api/main/
10:42:35 [2026-03-02T09:42:35.609Z] #10 9.225    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/json/bind/
10:42:35 [2026-03-02T09:42:35.609Z] #10 9.225    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/json/bind/api/
10:42:35 [2026-03-02T09:42:35.609Z] #10 9.226    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/json/bind/api/main/
10:42:35 [2026-03-02T09:42:35.609Z] #10 9.226    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/batch/
10:42:35 [2026-03-02T09:42:35.609Z] #10 9.226    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/batch/api/
10:42:35 [2026-03-02T09:42:35.609Z] #10 9.226    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/batch/api/main/
10:42:35 [2026-03-02T09:42:35.609Z] #10 9.226    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/persistence/
10:42:35 [2026-03-02T09:42:35.609Z] #10 9.226    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/persistence/api/
10:42:35 [2026-03-02T09:42:35.609Z] #10 9.226    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/persistence/api/main/
10:42:35 [2026-03-02T09:42:35.609Z] #10 9.226    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/wsdl4j/
10:42:35 [2026-03-02T09:42:35.609Z] #10 9.226    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/wsdl4j/api/
10:42:35 [2026-03-02T09:42:35.609Z] #10 9.226    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/wsdl4j/api/main/
10:42:35 [2026-03-02T09:42:35.609Z] #10 9.226    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/api/
10:42:35 [2026-03-02T09:42:35.609Z] #10 9.227    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/api/main/
10:42:35 [2026-03-02T09:42:35.609Z] #10 9.227    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/jms/
10:42:35 [2026-03-02T09:42:35.609Z] #10 9.227    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/jms/api/
10:42:35 [2026-03-02T09:42:35.609Z] #10 9.227    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/jms/api/main/
10:42:35 [2026-03-02T09:42:35.609Z] #10 9.227    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/resource/
10:42:35 [2026-03-02T09:42:35.609Z] #10 9.227    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/resource/api/
10:42:35 [2026-03-02T09:42:35.609Z] #10 9.227    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/resource/api/main/
10:42:35 [2026-03-02T09:42:35.609Z] #10 9.227    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/orb/
10:42:35 [2026-03-02T09:42:35.609Z] #10 9.227    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/orb/api/
10:42:35 [2026-03-02T09:42:35.609Z] #10 9.228    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/orb/api/main/
10:42:35 [2026-03-02T09:42:35.609Z] #10 9.228    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/rmi/
10:42:35 [2026-03-02T09:42:35.609Z] #10 9.228    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/rmi/api/
10:42:35 [2026-03-02T09:42:35.609Z] #10 9.228    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/rmi/api/main/
10:42:35 [2026-03-02T09:42:35.609Z] #10 9.228    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/ejb/
10:42:35 [2026-03-02T09:42:35.609Z] #10 9.228    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/ejb/api/
10:42:35 [2026-03-02T09:42:35.609Z] #10 9.228    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/ejb/api/main/
10:42:35 [2026-03-02T09:42:35.609Z] #10 9.228    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/interceptor/
10:42:35 [2026-03-02T09:42:35.609Z] #10 9.229    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/interceptor/api/
10:42:35 [2026-03-02T09:42:35.609Z] #10 9.229    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/interceptor/api/main/
10:42:35 [2026-03-02T09:42:35.609Z] #10 9.229    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/faces/
10:42:35 [2026-03-02T09:42:35.609Z] #10 9.229    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/faces/api/
10:42:35 [2026-03-02T09:42:35.609Z] #10 9.229    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/faces/api/main/
10:42:35 [2026-03-02T09:42:35.609Z] #10 9.229    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/validation/
10:42:35 [2026-03-02T09:42:35.609Z] #10 9.229    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/validation/api/
10:42:35 [2026-03-02T09:42:35.609Z] #10 9.229    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/validation/api/main/
10:42:35 [2026-03-02T09:42:35.609Z] #10 9.229    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/ws/
10:42:35 [2026-03-02T09:42:35.609Z] #10 9.229    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/ws/rs/
10:42:35 [2026-03-02T09:42:35.609Z] #10 9.230    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/ws/rs/api/
10:42:35 [2026-03-02T09:42:35.609Z] #10 9.230    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/ws/rs/api/main/
10:42:35 [2026-03-02T09:42:35.609Z] #10 9.230    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/sql/
10:42:35 [2026-03-02T09:42:35.610Z] #10 9.230    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/sql/api/
10:42:35 [2026-03-02T09:42:35.610Z] #10 9.230    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/sql/api/main/
10:42:35 [2026-03-02T09:42:35.610Z] #10 9.230    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/
10:42:35 [2026-03-02T09:42:35.610Z] #10 9.230    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/squareup/
10:42:35 [2026-03-02T09:42:35.610Z] #10 9.230    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/squareup/okhttp3/
10:42:35 [2026-03-02T09:42:35.610Z] #10 9.230    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/squareup/okhttp3/main/
10:42:35 [2026-03-02T09:42:35.610Z] #10 9.230    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/sun/
10:42:35 [2026-03-02T09:42:35.610Z] #10 9.231    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/sun/xml/
10:42:35 [2026-03-02T09:42:35.610Z] #10 9.231    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/sun/xml/fastinfoset/
10:42:35 [2026-03-02T09:42:35.610Z] #10 9.231    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/sun/xml/fastinfoset/main/
10:42:35 [2026-03-02T09:42:35.610Z] #10 9.231    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/sun/xml/bind/
10:42:35 [2026-03-02T09:42:35.610Z] #10 9.231    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/sun/xml/bind/main/
10:42:35 [2026-03-02T09:42:35.610Z] #10 9.231    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/sun/xml/messaging/
10:42:35 [2026-03-02T09:42:35.610Z] #10 9.231    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/sun/xml/messaging/saaj/
10:42:35 [2026-03-02T09:42:35.610Z] #10 9.231    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/sun/xml/messaging/saaj/main/
10:42:35 [2026-03-02T09:42:35.610Z] #10 9.231    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/sun/jsf-impl/
10:42:35 [2026-03-02T09:42:35.610Z] #10 9.232    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/sun/jsf-impl/main/
10:42:35 [2026-03-02T09:42:35.610Z] #10 9.232    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/google/
10:42:35 [2026-03-02T09:42:35.610Z] #10 9.232    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/google/guava/
10:42:35 [2026-03-02T09:42:35.610Z] #10 9.232    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/google/guava/failureaccess/
10:42:35 [2026-03-02T09:42:35.610Z] #10 9.232    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/google/guava/failureaccess/main/
10:42:35 [2026-03-02T09:42:35.610Z] #10 9.232    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/google/guava/main/
10:42:35 [2026-03-02T09:42:35.610Z] #10 9.232    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/google/code/
10:42:35 [2026-03-02T09:42:35.610Z] #10 9.232    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/google/code/gson/
10:42:35 [2026-03-02T09:42:35.610Z] #10 9.232    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/google/code/gson/main/
10:42:35 [2026-03-02T09:42:35.610Z] #10 9.233    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/google/protobuf/
10:42:35 [2026-03-02T09:42:35.610Z] #10 9.233    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/google/protobuf/main/
10:42:35 [2026-03-02T09:42:35.610Z] #10 9.233    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/microsoft/
10:42:35 [2026-03-02T09:42:35.610Z] #10 9.233    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/microsoft/azure/
10:42:35 [2026-03-02T09:42:35.610Z] #10 9.233    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/microsoft/azure/storage/
10:42:35 [2026-03-02T09:42:35.610Z] #10 9.233    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/microsoft/azure/storage/main/
10:42:35 [2026-03-02T09:42:35.610Z] #10 9.233    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/ibm/
10:42:35 [2026-03-02T09:42:35.610Z] #10 9.233    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/ibm/async/
10:42:35 [2026-03-02T09:42:35.610Z] #10 9.233    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/ibm/async/asyncutil/
10:42:35 [2026-03-02T09:42:35.610Z] #10 9.234    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/ibm/async/asyncutil/main/
10:42:35 [2026-03-02T09:42:35.610Z] #10 9.234    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/github/
10:42:35 [2026-03-02T09:42:35.610Z] #10 9.234    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/github/ben-manes/
10:42:35 [2026-03-02T09:42:35.610Z] #10 9.234    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/github/ben-manes/caffeine/
10:42:35 [2026-03-02T09:42:35.610Z] #10 9.234    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/github/ben-manes/caffeine/main/
10:42:35 [2026-03-02T09:42:35.610Z] #10 9.234    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/github/spullara/
10:42:35 [2026-03-02T09:42:35.610Z] #10 9.234    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/github/spullara/mustache/
10:42:35 [2026-03-02T09:42:35.610Z] #10 9.234    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/github/spullara/mustache/main/
10:42:35 [2026-03-02T09:42:35.610Z] #10 9.234    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/github/fge/
10:42:35 [2026-03-02T09:42:35.610Z] #10 9.234    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/github/fge/msg-simple/
10:42:35 [2026-03-02T09:42:35.610Z] #10 9.235    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/github/fge/msg-simple/main/
10:42:35 [2026-03-02T09:42:35.610Z] #10 9.235    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/github/fge/jackson-coreutils/
10:42:35 [2026-03-02T09:42:35.610Z] #10 9.235    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/github/fge/jackson-coreutils/main/
10:42:35 [2026-03-02T09:42:35.610Z] #10 9.235    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/github/fge/btf/
10:42:35 [2026-03-02T09:42:35.610Z] #10 9.235    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/github/fge/btf/main/
10:42:35 [2026-03-02T09:42:35.610Z] #10 9.235    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/github/fge/json-patch/
10:42:35 [2026-03-02T09:42:35.610Z] #10 9.235    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/github/fge/json-patch/main/
10:42:35 [2026-03-02T09:42:35.610Z] #10 9.235    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/h2database/
10:42:35 [2026-03-02T09:42:35.610Z] #10 9.235    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/h2database/h2/
10:42:35 [2026-03-02T09:42:35.610Z] #10 9.236    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/h2database/h2/main/
10:42:35 [2026-03-02T09:42:35.610Z] #10 9.236    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/googlecode/
10:42:35 [2026-03-02T09:42:35.610Z] #10 9.236    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/googlecode/javaewah/
10:42:35 [2026-03-02T09:42:35.610Z] #10 9.236    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/googlecode/javaewah/main/
10:42:35 [2026-03-02T09:42:35.610Z] #10 9.236    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/fasterxml/
10:42:35 [2026-03-02T09:42:35.610Z] #10 9.236    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/fasterxml/classmate/
10:42:35 [2026-03-02T09:42:35.610Z] #10 9.236    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/fasterxml/classmate/main/
10:42:35 [2026-03-02T09:42:35.610Z] #10 9.236    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/fasterxml/jackson/
10:42:35 [2026-03-02T09:42:35.610Z] #10 9.236    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/fasterxml/jackson/core/
10:42:35 [2026-03-02T09:42:35.610Z] #10 9.237    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/fasterxml/jackson/core/jackson-databind/
10:42:35 [2026-03-02T09:42:35.610Z] #10 9.237    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/fasterxml/jackson/core/jackson-databind/main/
10:42:35 [2026-03-02T09:42:35.610Z] #10 9.237    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/fasterxml/jackson/core/jackson-core/
10:42:35 [2026-03-02T09:42:35.610Z] #10 9.237    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/fasterxml/jackson/core/jackson-core/main/
10:42:35 [2026-03-02T09:42:35.610Z] #10 9.237    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/fasterxml/jackson/core/jackson-annotations/
10:42:35 [2026-03-02T09:42:35.610Z] #10 9.237    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/fasterxml/jackson/core/jackson-annotations/main/
10:42:35 [2026-03-02T09:42:35.611Z] #10 9.237    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/fasterxml/jackson/datatype/
10:42:35 [2026-03-02T09:42:35.611Z] #10 9.237    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/
10:42:35 [2026-03-02T09:42:35.611Z] #10 9.238    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/main/
10:42:35 [2026-03-02T09:42:35.611Z] #10 9.238    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/
10:42:35 [2026-03-02T09:42:35.611Z] #10 9.238    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/main/
10:42:35 [2026-03-02T09:42:35.611Z] #10 9.238    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/fasterxml/jackson/jaxrs/
10:42:35 [2026-03-02T09:42:35.611Z] #10 9.238    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/
10:42:35 [2026-03-02T09:42:35.611Z] #10 9.238    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/main/
10:42:35 [2026-03-02T09:42:35.611Z] #10 9.238    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/fasterxml/jackson/dataformat/
10:42:35 [2026-03-02T09:42:35.611Z] #10 9.239    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/
10:42:35 [2026-03-02T09:42:35.611Z] #10 9.239    creating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/main/
10:42:35 [2026-03-02T09:42:35.611Z] #10 9.239    creating: /opt/wildfly-26.1.3.Final/domain/
10:42:35 [2026-03-02T09:42:35.611Z] #10 9.239    creating: /opt/wildfly-26.1.3.Final/domain/configuration/
10:42:35 [2026-03-02T09:42:35.611Z] #10 9.239    creating: /opt/wildfly-26.1.3.Final/domain/tmp/
10:42:35 [2026-03-02T09:42:35.611Z] #10 9.239    creating: /opt/wildfly-26.1.3.Final/domain/tmp/auth/
10:42:35 [2026-03-02T09:42:35.611Z] #10 9.239   inflating: /opt/wildfly-26.1.3.Final/copyright.txt  
10:42:35 [2026-03-02T09:42:35.611Z] #10 9.240   inflating: /opt/wildfly-26.1.3.Final/bin/product.conf  
10:42:35 [2026-03-02T09:42:35.611Z] #10 9.240   inflating: /opt/wildfly-26.1.3.Final/bin/standalone.conf.bat  
10:42:35 [2026-03-02T09:42:35.611Z] #10 9.240   inflating: /opt/wildfly-26.1.3.Final/bin/domain.conf.bat  
10:42:35 [2026-03-02T09:42:35.611Z] #10 9.240   inflating: /opt/wildfly-26.1.3.Final/bin/jboss-cli.bat  
10:42:35 [2026-03-02T09:42:35.611Z] #10 9.240   inflating: /opt/wildfly-26.1.3.Final/standalone/configuration/standalone-full-ha.xml  
10:42:35 [2026-03-02T09:42:35.611Z] #10 9.241   inflating: /opt/wildfly-26.1.3.Final/docs/licenses/gnu lesser general public license v3.0 only.txt  
10:42:35 [2026-03-02T09:42:35.611Z] #10 9.241   inflating: /opt/wildfly-26.1.3.Final/docs/licenses/gnu general public license v2.0 only.html  
10:42:35 [2026-03-02T09:42:35.611Z] #10 9.241   inflating: /opt/wildfly-26.1.3.Final/docs/licenses/microprofile-feature-pack-licenses.html  
10:42:35 [2026-03-02T09:42:35.611Z] #10 9.242   inflating: /opt/wildfly-26.1.3.Final/docs/licenses/mozilla public license 1.1.txt  
10:42:35 [2026-03-02T09:42:35.611Z] #10 9.242   inflating: /opt/wildfly-26.1.3.Final/docs/contrib/scripts/systemd/launch.sh  
10:42:35 [2026-03-02T09:42:35.611Z] #10 9.242   inflating: /opt/wildfly-26.1.3.Final/docs/contrib/scripts/service/service.bat  
10:42:35 [2026-03-02T09:42:35.611Z] #10 9.242   inflating: /opt/wildfly-26.1.3.Final/docs/schema/application-client_8.xsd  
10:42:35 [2026-03-02T09:42:35.611Z] #10 9.243   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-remoting_3_0.xsd  
10:42:35 [2026-03-02T09:42:35.611Z] #10 9.243   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-ejb-delivery-active_1_1.xsd  
10:42:35 [2026-03-02T09:42:35.611Z] #10 9.243   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-txn_1_2.xsd  
10:42:35 [2026-03-02T09:42:35.611Z] #10 9.243   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-messaging-activemq_6_0.xsd  
10:42:35 [2026-03-02T09:42:35.611Z] #10 9.244   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-messaging-activemq_4_0.xsd  
10:42:35 [2026-03-02T09:42:35.611Z] #10 9.245   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-jsf_1_0.xsd  
10:42:35 [2026-03-02T09:42:35.611Z] #10 9.245   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-resource-adapters_1_0.xsd  
10:42:35 [2026-03-02T09:42:35.611Z] #10 9.245   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-batch-jberet_1_0.xsd  
10:42:35 [2026-03-02T09:42:35.611Z] #10 9.245   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-jsr77_1_0.xsd  
10:42:35 [2026-03-02T09:42:35.611Z] #10 9.245   inflating: /opt/wildfly-26.1.3.Final/docs/schema/javaee_web_services_1_3.xsd  
10:42:35 [2026-03-02T09:42:35.611Z] #10 9.246   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-singleton_1_0.xsd  
10:42:35 [2026-03-02T09:42:35.611Z] #10 9.246   inflating: /opt/wildfly-26.1.3.Final/docs/schema/java-properties_1_0.xsd  
10:42:35 [2026-03-02T09:42:35.611Z] #10 9.246   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-infinispan_12_0.xsd  
10:42:35 [2026-03-02T09:42:35.611Z] #10 9.247   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-ejb-client_1_0.xsd  
10:42:35 [2026-03-02T09:42:35.611Z] #10 9.247   inflating: /opt/wildfly-26.1.3.Final/docs/schema/elytron-client-1_4.xsd  
10:42:35 [2026-03-02T09:42:35.611Z] #10 9.247   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-mail_1_0.xsd  
10:42:35 [2026-03-02T09:42:35.611Z] #10 9.248   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-jgroups_3_0.xsd  
10:42:35 [2026-03-02T09:42:35.611Z] #10 9.248   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-ejb-client_1_2.xsd  
10:42:35 [2026-03-02T09:42:35.611Z] #10 9.248   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-microprofile-jwt-smallrye_1_0.xsd  
10:42:35 [2026-03-02T09:42:35.611Z] #10 9.248   inflating: /opt/wildfly-26.1.3.Final/docs/schema/elytron-client-1_7.xsd  
10:42:35 [2026-03-02T09:42:35.611Z] #10 9.249   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-microprofile-health-smallrye_3_0.xsd  
10:42:35 [2026-03-02T09:42:35.611Z] #10 9.249   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-config_1_3.xsd  
10:42:35 [2026-03-02T09:42:35.611Z] #10 9.250   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-config_1_1.xsd  
10:42:35 [2026-03-02T09:42:35.611Z] #10 9.251   inflating: /opt/wildfly-26.1.3.Final/docs/schema/javaee_8.xsd  
10:42:35 [2026-03-02T09:42:35.611Z] #10 9.252   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-config_1_6.xsd  
10:42:35 [2026-03-02T09:42:35.611Z] #10 9.253   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-web_13_0.xsd  
10:42:35 [2026-03-02T09:42:35.611Z] #10 9.254   inflating: /opt/wildfly-26.1.3.Final/docs/schema/web-app_2_5.xsd  
10:42:35 [2026-03-02T09:42:35.611Z] #10 9.254   inflating: /opt/wildfly-26.1.3.Final/docs/schema/j2ee_web_services_client_1_1.xsd  
10:42:35 [2026-03-02T09:42:35.611Z] #10 9.254   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-naming_2_0.xsd  
10:42:35 [2026-03-02T09:42:35.611Z] #10 9.255   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-picketlink-federation_1_0.xsd  
10:42:35 [2026-03-02T09:42:35.611Z] #10 9.255   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-config_6_0.xsd  
10:42:35 [2026-03-02T09:42:35.611Z] #10 9.257   inflating: /opt/wildfly-26.1.3.Final/docs/schema/application_6.xsd  
10:42:35 [2026-03-02T09:42:35.611Z] #10 9.257   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-client-ejb_3_1.xsd  
10:42:35 [2026-03-02T09:42:35.611Z] #10 9.257   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-logging_1_4.xsd  
10:42:35 [2026-03-02T09:42:35.611Z] #10 9.258   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-webservices_1_0.xsd  
10:42:35 [2026-03-02T09:42:35.611Z] #10 9.258   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-cli_3_3.xsd  
10:42:35 [2026-03-02T09:42:35.611Z] #10 9.258   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-ejb3_1_4.xsd  
10:42:35 [2026-03-02T09:42:35.611Z] #10 9.258   inflating: /opt/wildfly-26.1.3.Final/docs/schema/module-1_6.xsd  
10:42:35 [2026-03-02T09:42:35.611Z] #10 9.259   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-undertow_7_0.xsd  
10:42:35 [2026-03-02T09:42:35.611Z] #10 9.259   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-jacorb_1_1.xsd  
10:42:35 [2026-03-02T09:42:35.611Z] #10 9.260   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-ejb3_1_5.xsd  
10:42:35 [2026-03-02T09:42:35.611Z] #10 9.260   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-datasources_1_2.xsd  
10:42:35 [2026-03-02T09:42:35.611Z] #10 9.260   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-agroal_2_0.xsd  
10:42:35 [2026-03-02T09:42:35.611Z] #10 9.261   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-ejb-iiop_1_0.xsd  
10:42:35 [2026-03-02T09:42:35.611Z] #10 9.261   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-ee_1_1.xsd  
10:42:35 [2026-03-02T09:42:35.611Z] #10 9.261   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-naming_1_3.xsd  
10:42:35 [2026-03-02T09:42:35.611Z] #10 9.261   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-infinispan_7_0.xsd  
10:42:35 [2026-03-02T09:42:35.611Z] #10 9.262   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-elytron_15_1.xsd  
10:42:35 [2026-03-02T09:42:35.611Z] #10 9.264   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-pojo_1_0.xsd  
10:42:35 [2026-03-02T09:42:35.611Z] #10 9.264   inflating: /opt/wildfly-26.1.3.Final/docs/schema/javaee_web_services_client_1_4.xsd  
10:42:35 [2026-03-02T09:42:35.611Z] #10 9.265   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-messaging-activemq_8_0.xsd  
10:42:35 [2026-03-02T09:42:35.611Z] #10 9.265   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-remoting_5_0.xsd  
10:42:35 [2026-03-02T09:42:35.611Z] #10 9.265   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-ee_5_0.xsd  
10:42:35 [2026-03-02T09:42:35.611Z] #10 9.266   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-ejb-timer_1_0.xsd  
10:42:35 [2026-03-02T09:42:35.611Z] #10 9.266   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-config_3_0.xsd  
10:42:35 [2026-03-02T09:42:35.611Z] #10 9.267   inflating: /opt/wildfly-26.1.3.Final/welcome-content/wildfly_logo.png  
10:42:35 [2026-03-02T09:42:35.611Z] #10 9.268   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/net/jcip/main/jcip-annotations-1.0.jar  
10:42:35 [2026-03-02T09:42:35.611Z] #10 9.268   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/wildflyee/api/main/module.xml  
10:42:35 [2026-03-02T09:42:35.612Z] #10 9.268   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/javassist/main/javassist-3.27.0-GA.jar  
10:42:35 [2026-03-02T09:42:35.612Z] #10 9.277   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/bean-validation/main/module.xml  
10:42:35 [2026-03-02T09:42:35.612Z] #10 9.277   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/iiop-openjdk/main/module.xml  
10:42:35 [2026-03-02T09:42:35.612Z] #10 9.277   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/iiop-openjdk/main/wildfly-iiop-openjdk-26.1.3.Final.jar  
10:42:35 [2026-03-02T09:42:35.612Z] #10 9.281   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-base/main/wildfly-elytron-base-1.19.1.Final.jar  
10:42:35 [2026-03-02T09:42:35.612Z] #10 9.282   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-base/main/wildfly-elytron-x500-cert-1.19.1.Final.jar  
10:42:35 [2026-03-02T09:42:35.612Z] #10 9.283   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-base/main/wildfly-elytron-ssl-1.19.1.Final.jar  
10:42:35 [2026-03-02T09:42:35.612Z] #10 9.285   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-base/main/wildfly-elytron-http-digest-1.19.1.Final.jar  
10:42:35 [2026-03-02T09:42:35.612Z] #10 9.285   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-base/main/wildfly-elytron-realm-jdbc-1.19.1.Final.jar  
10:42:35 [2026-03-02T09:42:35.612Z] #10 9.286   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-base/main/wildfly-elytron-auth-server-deprecated-1.19.1.Final.jar  
10:42:35 [2026-03-02T09:42:35.612Z] #10 9.286   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-base/main/wildfly-elytron-security-manager-action-1.19.1.Final.jar  
10:42:35 [2026-03-02T09:42:35.612Z] #10 9.287   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-base/main/wildfly-elytron-sasl-otp-1.19.1.Final.jar  
10:42:35 [2026-03-02T09:42:35.612Z] #10 9.287   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-base/main/wildfly-elytron-sasl-auth-util-1.19.1.Final.jar  
10:42:35 [2026-03-02T09:42:35.612Z] #10 9.288   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-base/main/wildfly-elytron-http-1.19.1.Final.jar  
10:42:35 [2026-03-02T09:42:35.612Z] #10 9.288   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-http-oidc/main/wildfly-elytron-http-oidc-1.19.1.Final.jar  
10:42:35 [2026-03-02T09:42:35.612Z] #10 9.291   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/ee/spi/main/module.xml  
10:42:35 [2026-03-02T09:42:35.612Z] #10 9.291   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/ee/infinispan/main/wildfly-clustering-ee-infinispan-26.1.3.Final.jar  
10:42:35 [2026-03-02T09:42:35.612Z] #10 9.291   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/marshalling/jboss/main/wildfly-clustering-marshalling-jboss-26.1.3.Final.jar  
10:42:35 [2026-03-02T09:42:35.612Z] #10 9.292   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/marshalling/protostream/main/wildfly-clustering-marshalling-protostream-26.1.3.Final.jar  
10:42:35 [2026-03-02T09:42:35.612Z] #10 9.294   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/http-client/ejb/main/wildfly-http-ejb-client-1.1.12.Final.jar  
10:42:35 [2026-03-02T09:42:35.612Z] #10 9.295   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/event/logger/main/wildfly-event-logger-18.1.2.Final.jar  
10:42:35 [2026-03-02T09:42:35.612Z] #10 9.296   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/event/logger/main/module.xml  
10:42:35 [2026-03-02T09:42:35.612Z] #10 9.296   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/client/config/main/wildfly-client-config-1.0.1.Final.jar  
10:42:35 [2026-03-02T09:42:35.612Z] #10 9.297   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/remoting/main/jboss-remoting-5.0.25.Final.jar  
10:42:35 [2026-03-02T09:42:35.612Z] #10 9.300   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/marshalling/river/main/module.xml  
10:42:35 [2026-03-02T09:42:35.612Z] #10 9.301   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/marshalling/river/main/jboss-marshalling-river-2.0.12.Final.jar  
10:42:35 [2026-03-02T09:42:35.612Z] #10 9.302   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/classfilewriter/main/jboss-classfilewriter-1.2.5.Final.jar  
10:42:35 [2026-03-02T09:42:35.612Z] #10 9.303   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/classfilewriter/main/module.xml  
10:42:35 [2026-03-02T09:42:35.612Z] #10 9.303   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/resteasy/resteasy-spring/main/bundled/resteasy-spring-jar/resteasy-spring-4.7.7.Final.jar  
10:42:35 [2026-03-02T09:42:35.612Z] #10 9.304   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/resteasy/resteasy-client-api/main/module.xml  
10:42:35 [2026-03-02T09:42:35.612Z] #10 9.304   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/resteasy/resteasy-multipart-provider/main/resteasy-multipart-provider-4.7.7.Final.jar  
10:42:35 [2026-03-02T09:42:35.612Z] #10 9.306   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/resteasy/resteasy-validator-provider/main/module.xml  
10:42:35 [2026-03-02T09:42:35.612Z] #10 9.306   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/resteasy/resteasy-json-p-provider/main/module.xml  
10:42:35 [2026-03-02T09:42:35.612Z] #10 9.306   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/resteasy/resteasy-json-p-provider/main/resteasy-json-p-provider-4.7.7.Final.jar  
10:42:35 [2026-03-02T09:42:35.612Z] #10 9.307   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/resteasy/resteasy-rxjava2/main/module.xml  
10:42:35 [2026-03-02T09:42:35.612Z] #10 9.307   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/resteasy/resteasy-jsapi/main/resteasy-jsapi-4.7.7.Final.jar  
10:42:35 [2026-03-02T09:42:35.612Z] #10 9.307   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/resteasy/resteasy-jaxrs/main/module.xml  
10:42:35 [2026-03-02T09:42:35.612Z] #10 9.308   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/resteasy/resteasy-jackson2-provider/main/resteasy-jackson2-provider-4.7.7.Final.jar  
10:42:35 [2026-03-02T09:42:35.612Z] #10 9.308   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/resteasy/resteasy-jackson2-provider/main/module.xml  
10:42:35 [2026-03-02T09:42:35.612Z] #10 9.308   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/resteasy/resteasy-jaxb-provider/main/module.xml  
10:42:35 [2026-03-02T09:42:35.612Z] #10 9.308   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/resteasy/resteasy-jaxb-provider/main/resteasy-jaxb-provider-4.7.7.Final.jar  
10:42:35 [2026-03-02T09:42:35.612Z] #10 9.310   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/resteasy/resteasy-client-microprofile/main/module.xml  
10:42:35 [2026-03-02T09:42:35.612Z] #10 9.310   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/resteasy/resteasy-client-microprofile/main/resteasy-client-microprofile-base-4.7.7.Final.jar  
10:42:35 [2026-03-02T09:42:35.612Z] #10 9.311   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/stdio/main/jboss-stdio-1.1.0.Final.jar  
10:42:35 [2026-03-02T09:42:35.612Z] #10 9.312   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/stdio/main/module.xml  
10:42:35 [2026-03-02T09:42:35.612Z] #10 9.312   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/threads/main/jboss-threads-2.4.0.Final.jar  
10:42:35 [2026-03-02T09:42:35.612Z] #10 9.314   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/xnio/nio/main/module.xml  
10:42:35 [2026-03-02T09:42:35.612Z] #10 9.314   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/xnio/main/xnio-api-3.8.7.Final.jar  
10:42:35 [2026-03-02T09:42:35.612Z] #10 9.321   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/domain-management/main/module.xml  
10:42:35 [2026-03-02T09:42:35.612Z] #10 9.321   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/domain-add-user/main/module.xml  
10:42:35 [2026-03-02T09:42:35.612Z] #10 9.321   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/webservices/main/wildfly-webservices-server-integration-26.1.3.Final.jar  
10:42:35 [2026-03-02T09:42:35.612Z] #10 9.325   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/jpa/main/module.xml  
10:42:35 [2026-03-02T09:42:35.612Z] #10 9.325   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/server/main/wildfly-server-18.1.2.Final.jar  
10:42:35 [2026-03-02T09:42:35.612Z] #10 9.345   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/ws/api/main/module.xml  
10:42:35 [2026-03-02T09:42:35.612Z] #10 9.345   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-factories/main/jbossws-cxf-factories-5.5.0.Final.jar  
10:42:35 [2026-03-02T09:42:35.612Z] #10 9.345   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-factories/main/module.xml  
10:42:35 [2026-03-02T09:42:35.612Z] #10 9.345   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-server/main/module.xml  
10:42:35 [2026-03-02T09:42:35.613Z] #10 9.345   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-server/main/jbossws-cxf-server-5.5.0.Final.jar  
10:42:35 [2026-03-02T09:42:35.613Z] #10 9.347   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/slf4j/main/slf4j-api-1.7.36.jar  
10:42:35 [2026-03-02T09:42:35.613Z] #10 9.348   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jgroups/kubernetes/main/module.xml  
10:42:35 [2026-03-02T09:42:35.613Z] #10 9.348   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jgroups/main/jgroups-4.2.21.Final.jar  
10:42:35 [2026-03-02T09:42:35.613Z] #10 9.373   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/codehaus/woodstox/main/stax2-api-4.2.1.jar  
10:42:35 [2026-03-02T09:42:35.613Z] #10 9.375   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/activemq/artemis/journal/main/activemq-artemis-native-1.0.2.jar  
10:42:35 [2026-03-02T09:42:35.613Z] #10 9.376   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/activemq/artemis/journal/main/lib/linux-i686/libartemis-native-32.so  
10:42:35 [2026-03-02T09:42:35.613Z] #10 9.376   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/activemq/artemis/protocol/amqp/main/module.xml  
10:42:35 [2026-03-02T09:42:35.613Z] #10 9.376   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/activemq/artemis/protocol/stomp/main/module.xml  
10:42:35 [2026-03-02T09:42:35.613Z] #10 9.377   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/activemq/artemis/protocol/stomp/main/artemis-stomp-protocol-2.19.1.jar  
10:42:35 [2026-03-02T09:42:35.613Z] #10 9.378   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/activemq/artemis/protocol/hornetq/main/artemis-hornetq-protocol-2.19.1.jar  
10:42:35 [2026-03-02T09:42:35.613Z] #10 9.379   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/activemq/artemis/protocol/hornetq/main/module.xml  
10:42:35 [2026-03-02T09:42:35.613Z] #10 9.379   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/activemq/artemis/ra/main/artemis-ra-2.19.1.jar  
10:42:35 [2026-03-02T09:42:35.613Z] #10 9.381   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/activemq/artemis/main/artemis-jdbc-store-2.19.1.jar  
10:42:35 [2026-03-02T09:42:35.863Z] #10 9.382   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/activemq/artemis/main/artemis-jms-client-2.19.1.jar  
10:42:35 [2026-03-02T09:42:35.863Z] #10 9.385   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/httpcomponents/core/main/httpcore-4.4.15.jar  
10:42:35 [2026-03-02T09:42:35.863Z] #10 9.388   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/httpcomponents/main/httpmime-4.5.13.jar  
10:42:35 [2026-03-02T09:42:35.863Z] #10 9.389   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/lucene/internal/main/lucene-misc-5.5.5.jar  
10:42:35 [2026-03-02T09:42:35.863Z] #10 9.391   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/lucene/main/lucene-queryparser-5.5.5.jar  
10:42:35 [2026-03-02T09:42:35.863Z] #10 9.396   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/commons/codec/main/module.xml  
10:42:35 [2026-03-02T09:42:35.863Z] #10 9.396   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/commons/codec/main/commons-codec-1.15.jar  
10:42:35 [2026-03-02T09:42:35.863Z] #10 9.400   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/commons/io/main/module.xml  
10:42:35 [2026-03-02T09:42:35.863Z] #10 9.400   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/commons/cli/main/commons-cli-1.4.jar  
10:42:35 [2026-03-02T09:42:35.863Z] #10 9.401   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/commons/cli/main/module.xml  
10:42:35 [2026-03-02T09:42:35.864Z] #10 9.401   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/commons/collections/main/module.xml  
10:42:35 [2026-03-02T09:42:35.864Z] #10 9.401   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/commons/collections/main/commons-collections-3.2.2.jar  
10:42:35 [2026-03-02T09:42:35.864Z] #10 9.408   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/xerces/main/module.xml  
10:42:35 [2026-03-02T09:42:35.864Z] #10 9.408   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/xerces/main/xercesImpl-2.12.0.SP03.jar  
10:42:35 [2026-03-02T09:42:35.864Z] #10 9.428   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/logging/log4j/api/main/module.xml  
10:42:35 [2026-03-02T09:42:35.864Z] #10 9.428   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/ws/security/main/wss4j-ws-security-dom-2.3.3.jar  
10:42:35 [2026-03-02T09:42:35.864Z] #10 9.432   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/ws/xmlschema/main/xmlschema-core-2.2.5.jar  
10:42:35 [2026-03-02T09:42:35.864Z] #10 9.434   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/reactive/messaging/connector/kafka/main/module.xml  
10:42:35 [2026-03-02T09:42:35.864Z] #10 9.434   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/reactive/messaging/main/module.xml  
10:42:35 [2026-03-02T09:42:35.864Z] #10 9.434   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/reactive/mutiny/reactive-streams-operators/main/module.xml  
10:42:35 [2026-03-02T09:42:35.864Z] #10 9.434   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/reactive/mutiny/reactive-streams-operators/main/mutiny-reactive-streams-operators-1.1.2.jar  
10:42:35 [2026-03-02T09:42:35.864Z] #10 9.435   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/reactive/mutiny/vertx-runtime/main/module.xml  
10:42:35 [2026-03-02T09:42:35.864Z] #10 9.436   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/reactive/mutiny/main/module.xml  
10:42:35 [2026-03-02T09:42:35.864Z] #10 9.436   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/reactive/mutiny/vertx-core/main/smallrye-mutiny-vertx-core-2.15.1.jar  
10:42:35 [2026-03-02T09:42:35.864Z] #10 9.440   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/grpc/main/module.xml  
10:42:35 [2026-03-02T09:42:35.864Z] #10 9.440   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/grpc/main/grpc-core-1.38.1.jar  
10:42:35 [2026-03-02T09:42:35.864Z] #10 9.448   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/netty/netty-transport-native-epoll/main/lib/META-INF/native/libnetty_transport_native_epoll_aarch_64.so  
10:42:35 [2026-03-02T09:42:35.864Z] #10 9.449   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/netty/netty-codec-http2/main/module.xml  
10:42:35 [2026-03-02T09:42:35.864Z] #10 9.449   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/netty/netty-transport/main/module.xml  
10:42:35 [2026-03-02T09:42:35.864Z] #10 9.449   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/netty/netty-transport-native-unix-common/main/netty-transport-native-unix-common-4.1.79.Final-osx-aarch_64.jar  
10:42:35 [2026-03-02T09:42:35.864Z] #10 9.450   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/netty/netty-transport-native-unix-common/main/netty-transport-native-unix-common-4.1.79.Final-osx-x86_64.jar  
10:42:35 [2026-03-02T09:42:35.864Z] #10 9.451   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/netty/netty-buffer/main/netty-buffer-4.1.79.Final.jar  
10:42:35 [2026-03-02T09:42:35.864Z] #10 9.455   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/gnu/getopt/main/module.xml  
10:42:35 [2026-03-02T09:42:35.864Z] #10 9.455   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/ibm/jdk/main/module.xml  
10:42:35 [2026-03-02T09:42:35.864Z] #10 9.455   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/jws/api/main/module.xml  
10:42:35 [2026-03-02T09:42:35.864Z] #10 9.455   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/jws/api/main/jsr181-api-1.0-MR1.jar  
10:42:35 [2026-03-02T09:42:35.864Z] #10 9.456   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/transaction/api/main/module.xml  
10:42:35 [2026-03-02T09:42:35.864Z] #10 9.456   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/transaction/api/main/jboss-transaction-api_1.3_spec-2.0.0.Final.jar  
10:42:35 [2026-03-02T09:42:35.864Z] #10 9.456   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/websocket/api/main/module.xml  
10:42:35 [2026-03-02T09:42:35.864Z] #10 9.456   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/servlet/jstl/api/main/taglibs-standard-compat-1.2.6-RC1.jar  
10:42:35 [2026-03-02T09:42:35.864Z] #10 9.457   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/servlet/api/main/module.xml  
10:42:35 [2026-03-02T09:42:35.864Z] #10 9.457   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/servlet/jsp/api/main/module.xml  
10:42:35 [2026-03-02T09:42:35.864Z] #10 9.458   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/enterprise/concurrent/api/main/module.xml  
10:42:35 [2026-03-02T09:42:35.864Z] #10 9.458   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/enterprise/concurrent/api/main/jboss-concurrency-api_1.0_spec-2.0.0.Final.jar  
10:42:35 [2026-03-02T09:42:35.864Z] #10 9.458   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/enterprise/api/main/jakarta.enterprise.cdi-api-2.0.2.jar  
10:42:35 [2026-03-02T09:42:35.864Z] #10 9.460   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/mail/api/main/module.xml  
10:42:35 [2026-03-02T09:42:35.864Z] #10 9.460   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/el/api/main/module.xml  
10:42:35 [2026-03-02T09:42:35.864Z] #10 9.460   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/el/api/main/jboss-el-api_3.0_spec-2.0.0.Final.jar  
10:42:35 [2026-03-02T09:42:35.864Z] #10 9.461   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/xml/rpc/api/main/jboss-jaxrpc-api_1.1_spec-2.0.0.Final.jar  
10:42:35 [2026-03-02T09:42:35.864Z] #10 9.462   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/xml/ws/api/main/jboss-jaxws-api_2.3_spec-2.0.0.Final.jar  
10:42:35 [2026-03-02T09:42:35.864Z] #10 9.463   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/wsdl4j/api/main/module.xml  
10:42:35 [2026-03-02T09:42:35.864Z] #10 9.463   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/api/main/module.xml  
10:42:35 [2026-03-02T09:42:35.864Z] #10 9.463   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/jms/api/main/module.xml  
10:42:35 [2026-03-02T09:42:35.864Z] #10 9.463   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/jms/api/main/jboss-jms-api_2.0_spec-2.0.0.Final.jar  
10:42:35 [2026-03-02T09:42:35.864Z] #10 9.464   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/orb/api/main/module.xml  
10:42:35 [2026-03-02T09:42:35.864Z] #10 9.464   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/rmi/api/main/module.xml  
10:42:35 [2026-03-02T09:42:35.864Z] #10 9.465   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/ejb/api/main/module.xml  
10:42:35 [2026-03-02T09:42:35.864Z] #10 9.465   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/ejb/api/main/jboss-ejb-api_3.2_spec-2.0.0.Final.jar  
10:42:35 [2026-03-02T09:42:35.864Z] #10 9.466   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/faces/api/main/module.xml  
10:42:35 [2026-03-02T09:42:35.864Z] #10 9.466   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/validation/api/main/module.xml  
10:42:35 [2026-03-02T09:42:35.864Z] #10 9.466   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/validation/api/main/jakarta.validation-api-2.0.2.jar  
10:42:35 [2026-03-02T09:42:35.864Z] #10 9.467   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/sun/xml/fastinfoset/main/module.xml  
10:42:35 [2026-03-02T09:42:35.864Z] #10 9.467   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/sun/xml/fastinfoset/main/FastInfoset-1.2.18.jar  
10:42:35 [2026-03-02T09:42:35.864Z] #10 9.471   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/sun/xml/bind/main/istack-commons-runtime-3.0.12.jar  
10:42:35 [2026-03-02T09:42:35.864Z] #10 9.472   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/sun/xml/bind/main/jaxb-runtime-2.3.3-b02-jbossorg-2.jar  
10:42:35 [2026-03-02T09:42:35.864Z] #10 9.483   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/github/ben-manes/caffeine/main/module.xml  
10:42:35 [2026-03-02T09:42:35.864Z] #10 9.483   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/github/spullara/mustache/main/module.xml  
10:42:35 [2026-03-02T09:42:35.864Z] #10 9.483   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/github/spullara/mustache/main/compiler-0.9.10.jar  
10:42:35 [2026-03-02T09:42:35.864Z] #10 9.485   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/github/fge/msg-simple/main/msg-simple-1.1.jar  
10:42:35 [2026-03-02T09:42:35.864Z] #10 9.485   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/github/fge/jackson-coreutils/main/module.xml  
10:42:35 [2026-03-02T09:42:35.864Z] #10 9.485   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/github/fge/btf/main/btf-1.2.jar  
10:42:35 [2026-03-02T09:42:35.864Z] #10 9.486   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/github/fge/json-patch/main/json-patch-1.9.jar  
10:42:35 [2026-03-02T09:42:35.864Z] #10 9.486   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/h2database/h2/main/module.xml  
10:42:35 [2026-03-02T09:42:35.864Z] #10 9.487   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/googlecode/javaewah/main/module.xml  
10:42:35 [2026-03-02T09:42:35.864Z] #10 9.487   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/fasterxml/classmate/main/classmate-1.5.1.jar  
10:42:35 [2026-03-02T09:42:35.864Z] #10 9.488   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/fasterxml/classmate/main/module.xml  
10:42:35 [2026-03-02T09:42:35.865Z] #10 9.488   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/fasterxml/jackson/core/jackson-databind/main/module.xml  
10:42:35 [2026-03-02T09:42:35.865Z] #10 9.488   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/fasterxml/jackson/core/jackson-databind/main/jackson-databind-2.12.7.1.jar  
10:42:35 [2026-03-02T09:42:35.865Z] #10 9.504   inflating: /opt/wildfly-26.1.3.Final/bin/add-user.properties  
10:42:35 [2026-03-02T09:42:35.865Z] #10 9.504   inflating: /opt/wildfly-26.1.3.Final/bin/standalone.ps1  
10:42:35 [2026-03-02T09:42:35.865Z] #10 9.505   inflating: /opt/wildfly-26.1.3.Final/bin/common.ps1  
10:42:35 [2026-03-02T09:42:35.865Z] #10 9.505   inflating: /opt/wildfly-26.1.3.Final/bin/appclient.conf  
10:42:35 [2026-03-02T09:42:35.865Z] #10 9.505   inflating: /opt/wildfly-26.1.3.Final/standalone/configuration/standalone-microprofile.xml  
10:42:35 [2026-03-02T09:42:35.865Z] #10 9.505   inflating: /opt/wildfly-26.1.3.Final/docs/licenses/gnu general public license v2.0 only, with classpath exception.txt  
10:42:35 [2026-03-02T09:42:35.865Z] #10 9.506   inflating: /opt/wildfly-26.1.3.Final/docs/licenses/creative commons attribution 2.5.html  
10:42:35 [2026-03-02T09:42:35.865Z] #10 9.506   inflating: /opt/wildfly-26.1.3.Final/docs/licenses/licenses.xml  
10:42:35 [2026-03-02T09:42:35.865Z] #10 9.508   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-batch-jberet_3_0.xsd  
10:42:35 [2026-03-02T09:42:35.865Z] #10 9.508   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-txn_1_3.xsd  
10:42:35 [2026-03-02T09:42:35.865Z] #10 9.508   inflating: /opt/wildfly-26.1.3.Final/docs/schema/elytron-client-1_3.xsd  
10:42:35 [2026-03-02T09:42:35.865Z] #10 9.509   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-web_7_2.xsd  
10:42:35 [2026-03-02T09:42:35.865Z] #10 9.509   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-pojo_7_0.xsd  
10:42:35 [2026-03-02T09:42:35.865Z] #10 9.510   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-ejb-client_1_4.xsd  
10:42:35 [2026-03-02T09:42:35.865Z] #10 9.510   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-ejb-client_1_5.xsd  
10:42:35 [2026-03-02T09:42:35.865Z] #10 9.510   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-txn_1_1.xsd  
10:42:35 [2026-03-02T09:42:35.865Z] #10 9.511   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-config_2_0.xsd  
10:42:35 [2026-03-02T09:42:35.865Z] #10 9.512   inflating: /opt/wildfly-26.1.3.Final/docs/schema/distributable-web_1_0.xsd  
10:42:35 [2026-03-02T09:42:35.865Z] #10 9.512   inflating: /opt/wildfly-26.1.3.Final/docs/schema/javaee_web_services_1_4.xsd  
10:42:35 [2026-03-02T09:42:35.865Z] #10 9.512   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jbxb_1_0.xsd  
10:42:35 [2026-03-02T09:42:35.865Z] #10 9.513   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jbossws-web-services_1_0.xsd  
10:42:35 [2026-03-02T09:42:35.865Z] #10 9.513   inflating: /opt/wildfly-26.1.3.Final/docs/schema/web-partialresponse_2_3.xsd  
10:42:35 [2026-03-02T09:42:35.865Z] #10 9.513   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-distributable-web_2_0.xsd  
10:42:35 [2026-03-02T09:42:35.865Z] #10 9.514   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-jmx_1_2.xsd  
10:42:35 [2026-03-02T09:42:35.865Z] #10 9.514   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-jmx_1_3.xsd  
10:42:35 [2026-03-02T09:42:35.865Z] #10 9.514   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-deployment-structure-1_3.xsd  
10:42:35 [2026-03-02T09:42:35.865Z] #10 9.514   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-jaxrs_2_0.xsd  
10:42:35 [2026-03-02T09:42:35.865Z] #10 9.515   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-deployment-structure-1_2.xsd  
10:42:35 [2026-03-02T09:42:35.865Z] #10 9.515   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-common_7_1.xsd  
10:42:35 [2026-03-02T09:42:35.865Z] #10 9.516   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-app_7_1.xsd  
10:42:35 [2026-03-02T09:42:35.865Z] #10 9.516   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-datasources_4_0.xsd  
10:42:35 [2026-03-02T09:42:35.865Z] #10 9.516   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-config_8_0.xsd  
10:42:35 [2026-03-02T09:42:35.865Z] #10 9.518   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-logging_3_0.xsd  
10:42:35 [2026-03-02T09:42:35.865Z] #10 9.518   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-elytron_5_0.xsd  
10:42:35 [2026-03-02T09:42:35.865Z] #10 9.521   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-service_7_0.xsd  
10:42:35 [2026-03-02T09:42:35.865Z] #10 9.521   inflating: /opt/wildfly-26.1.3.Final/docs/schema/application_7.xsd  
10:42:35 [2026-03-02T09:42:35.865Z] #10 9.521   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-security_2_0.xsd  
10:42:35 [2026-03-02T09:42:35.865Z] #10 9.521   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-ee_4_0.xsd  
10:42:35 [2026-03-02T09:42:35.865Z] #10 9.522   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-jca_2_0.xsd  
10:42:35 [2026-03-02T09:42:35.865Z] #10 9.522   inflating: /opt/wildfly-26.1.3.Final/docs/schema/module-1_5.xsd  
10:42:35 [2026-03-02T09:42:35.865Z] #10 9.522   inflating: /opt/wildfly-26.1.3.Final/docs/schema/ejb-jar_2_1.xsd  
10:42:35 [2026-03-02T09:42:35.865Z] #10 9.523   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-threads_2_0.xsd  
10:42:35 [2026-03-02T09:42:35.865Z] #10 9.523   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-elytron_1_0.xsd  
10:42:35 [2026-03-02T09:42:35.865Z] #10 9.525   inflating: /opt/wildfly-26.1.3.Final/docs/schema/javaee_web_services_client_1_3.xsd  
10:42:35 [2026-03-02T09:42:35.865Z] #10 9.526   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-health_1_0.xsd  
10:42:35 [2026-03-02T09:42:35.865Z] #10 9.526   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-config_15_0.xsd  
10:42:35 [2026-03-02T09:42:35.865Z] #10 9.528   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-txn_4_0.xsd  
10:42:35 [2026-03-02T09:42:35.865Z] #10 9.528   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-iiop-openjdk_2_1.xsd  
10:42:35 [2026-03-02T09:42:35.865Z] #10 9.528   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-elytron_13_0.xsd  
10:42:35 [2026-03-02T09:42:35.865Z] #10 9.530   inflating: /opt/wildfly-26.1.3.Final/docs/schema/ejb-jar_3_1.xsd  
10:42:35 [2026-03-02T09:42:35.865Z] #10 9.531   inflating: /opt/wildfly-26.1.3.Final/docs/examples/configs/standalone-azure-full-ha.xml  
10:42:35 [2026-03-02T09:42:35.865Z] #10 9.532   inflating: /opt/wildfly-26.1.3.Final/LICENSE.txt  
10:42:35 [2026-03-02T09:42:35.865Z] #10 9.532   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/omg/api/main/module.xml  
10:42:35 [2026-03-02T09:42:35.865Z] #10 9.533   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/projectodd/vdx/main/module.xml  
10:42:35 [2026-03-02T09:42:35.865Z] #10 9.533   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jctools/main/jctools-core-2.1.2.jar  
10:42:35 [2026-03-02T09:42:35.865Z] #10 9.536   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/eclipse/microprofile/restclient/main/module.xml  
10:42:35 [2026-03-02T09:42:35.865Z] #10 9.536   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/eclipse/microprofile/reactive-messaging/api/main/module.xml  
10:42:35 [2026-03-02T09:42:35.865Z] #10 9.536   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/eclipse/jdt/ecj/main/ecj-3.26.0.jar  
10:42:35 [2026-03-02T09:42:35.865Z] #10 9.568   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/ironjacamar/api/main/module.xml  
10:42:35 [2026-03-02T09:42:35.865Z] #10 9.569   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/ironjacamar/api/main/ironjacamar-common-api-1.5.3.Final.jar  
10:42:35 [2026-03-02T09:42:35.865Z] #10 9.570   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/remoting/main/module.xml  
10:42:35 [2026-03-02T09:42:35.865Z] #10 9.570   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/weld/beanvalidation/main/wildfly-weld-bean-validation-26.1.3.Final.jar  
10:42:35 [2026-03-02T09:42:35.865Z] #10 9.570   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/weld/beanvalidation/main/module.xml  
10:42:35 [2026-03-02T09:42:35.865Z] #10 9.571   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/weld/webservices/main/module.xml  
10:42:35 [2026-03-02T09:42:35.865Z] #10 9.571   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/weld/jpa/main/module.xml  
10:42:35 [2026-03-02T09:42:35.865Z] #10 9.571   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/weld/jpa/main/wildfly-weld-jpa-26.1.3.Final.jar  
10:42:35 [2026-03-02T09:42:35.865Z] #10 9.572   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/weld/common/main/wildfly-weld-common-26.1.3.Final.jar  
10:42:35 [2026-03-02T09:42:35.865Z] #10 9.572   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/weld/main/module.xml  
10:42:35 [2026-03-02T09:42:35.865Z] #10 9.573   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/weld/ejb/main/wildfly-weld-ejb-26.1.3.Final.jar  
10:42:35 [2026-03-02T09:42:35.865Z] #10 9.573   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/domain-management/main/wildfly-domain-management-18.1.2.Final.jar  
10:42:35 [2026-03-02T09:42:35.865Z] #10 9.579   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/product/main/module.xml  
10:42:35 [2026-03-02T09:42:35.865Z] #10 9.579   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/product/main/dir/META-INF/MANIFEST.MF  
10:42:35 [2026-03-02T09:42:35.865Z] #10 9.579   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/jsf/main/wildfly-jsf-26.1.3.Final.jar  
10:42:35 [2026-03-02T09:42:35.865Z] #10 9.580   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/host-controller/main/module.xml  
10:42:35 [2026-03-02T09:42:35.865Z] #10 9.580   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/host-controller/main/wildfly-host-controller-18.1.2.Final.jar  
10:42:35 [2026-03-02T09:42:35.865Z] #10 9.594   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/metadata/ear/main/module.xml  
10:42:35 [2026-03-02T09:42:35.865Z] #10 9.594   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/metadata/common/main/module.xml  
10:42:35 [2026-03-02T09:42:35.865Z] #10 9.595   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/metadata/common/main/jboss-metadata-common-14.0.0.Final.jar  
10:42:35 [2026-03-02T09:42:35.865Z] #10 9.600   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/joda/time/main/module.xml  
10:42:35 [2026-03-02T09:42:35.865Z] #10 9.601   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/reactivestreams/main/reactive-streams-1.0.3.jar  
10:42:35 [2026-03-02T09:42:35.866Z] #10 9.601   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/reactivestreams/main/module.xml  
10:42:35 [2026-03-02T09:42:35.866Z] #10 9.601   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/hibernate/commons-annotations/main/hibernate-commons-annotations-5.0.5.Final.jar  
10:42:35 [2026-03-02T09:42:35.866Z] #10 9.602   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/hibernate/validator/main/module.xml  
10:42:35 [2026-03-02T09:42:35.866Z] #10 9.602   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/hibernate/5.0/module.xml  
10:42:35 [2026-03-02T09:42:35.866Z] #10 9.603   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/hibernate/jipijapa-hibernate5-3/main/module.xml  
10:42:35 [2026-03-02T09:42:35.866Z] #10 9.603   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/hibernate/search/backend-jms/main/hibernate-search-backend-jms-5.10.11.Final.jar  
10:42:35 [2026-03-02T09:42:35.866Z] #10 9.603   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/hibernate/search/backend-jms/main/module.xml  
10:42:35 [2026-03-02T09:42:35.866Z] #10 9.603   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/hibernate/search/orm/main/hibernate-search-orm-5.10.11.Final.jar  
10:42:35 [2026-03-02T09:42:35.866Z] #10 9.605   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/hibernate/main/module.xml  
10:42:35 [2026-03-02T09:42:35.866Z] #10 9.606   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/hibernate/jipijapa-hibernate5/main/module.xml  
10:42:35 [2026-03-02T09:42:35.866Z] #10 9.606   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/hibernate/jipijapa-hibernate5/main/jipijapa-hibernate5-26.1.3.Final.jar  
10:42:35 [2026-03-02T09:42:35.866Z] #10 9.607   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/glassfish/jakarta/el/main/jakarta.el-3.0.3.jbossorg-4.jar  
10:42:35 [2026-03-02T09:42:35.866Z] #10 9.610   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/opensaml/main/opensaml-xacml-api-3.4.6.jar  
10:42:35 [2026-03-02T09:42:35.866Z] #10 9.610   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/opensaml/main/opensaml-xacml-impl-3.4.6.jar  
10:42:35 [2026-03-02T09:42:35.866Z] #10 9.613   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/opensaml/main/module.xml  
10:42:35 [2026-03-02T09:42:35.866Z] #10 9.613   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/opensaml/main/opensaml-xacml-saml-api-3.4.6.jar  
10:42:35 [2026-03-02T09:42:35.866Z] #10 9.613   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/opensaml/main/opensaml-xmlsec-impl-3.4.6.jar  
10:42:35 [2026-03-02T09:42:35.866Z] #10 9.617   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/aesh/main/aesh-2.4.jar  
10:42:35 [2026-03-02T09:42:35.866Z] #10 9.621   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/bouncycastle/bcmail/main/bcmail-jdk15on-1.69.jar  
10:42:35 [2026-03-02T09:42:35.866Z] #10 9.622   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/bouncycastle/bcpkix/main/module.xml  
10:42:35 [2026-03-02T09:42:35.866Z] #10 9.622   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/bouncycastle/bcpg/main/module.xml  
10:42:35 [2026-03-02T09:42:35.866Z] #10 9.622   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/bouncycastle/bcpg/main/bcpg-jdk15on-1.69.jar  
10:42:35 [2026-03-02T09:42:35.866Z] #10 9.626   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/infinispan/commons/main/module.xml  
10:42:35 [2026-03-02T09:42:35.866Z] #10 9.626   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/infinispan/component/annotations/main/infinispan-component-annotations-13.0.10.Final.jar  
10:42:35 [2026-03-02T09:42:35.866Z] #10 9.627   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/infinispan/component/annotations/main/module.xml  
10:42:35 [2026-03-02T09:42:35.866Z] #10 9.627   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/infinispan/cachestore/remote/main/module.xml  
10:42:35 [2026-03-02T09:42:35.866Z] #10 9.627   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/infinispan/persistence/jdbc/main/infinispan-cachestore-jdbc-13.0.10.Final.jar  
10:42:35 [2026-03-02T09:42:35.866Z] #10 9.628   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/infinispan/persistence/jdbc/main/module.xml  
10:42:35 [2026-03-02T09:42:35.866Z] #10 9.628   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/infinispan/persistence/remote/main/infinispan-cachestore-remote-13.0.10.Final.jar  
10:42:35 [2026-03-02T09:42:35.866Z] #10 9.630   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/infinispan/protostream/main/module.xml  
10:42:35 [2026-03-02T09:42:35.866Z] #10 9.630   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/infinispan/main/module.xml  
10:42:35 [2026-03-02T09:42:35.866Z] #10 9.630   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/infinispan/main/infinispan-core-13.0.10.Final.jar  
10:42:35 [2026-03-02T09:42:35.866Z] #10 9.687   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/opentracing/opentracing-api/main/module.xml  
10:42:35 [2026-03-02T09:42:35.866Z] #10 9.687   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/opentracing/opentracing-noop/main/opentracing-noop-0.33.0.jar  
10:42:35 [2026-03-02T09:42:35.866Z] #10 9.687   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/opentracing/contrib/opentracing-jaxrs2/main/module.xml  
10:42:35 [2026-03-02T09:42:35.866Z] #10 9.688   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/opentracing/contrib/opentracing-concurrent/main/opentracing-concurrent-0.4.0.jar  
10:42:35 [2026-03-02T09:42:35.866Z] #10 9.688   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/opentracing/contrib/opentracing-web-servlet-filter/main/module.xml  
10:42:35 [2026-03-02T09:42:35.866Z] #10 9.688   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/opentracing/contrib/opentracing-interceptors/main/opentracing-interceptors-0.1.3.jar  
10:42:35 [2026-03-02T09:42:35.866Z] #10 9.688   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/opentracing/contrib/opentracing-interceptors/main/module.xml  
10:42:35 [2026-03-02T09:42:35.866Z] #10 9.689   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/jwt/main/smallrye-jwt-common-3.1.1.jar  
10:42:35 [2026-03-02T09:42:35.866Z] #10 9.689   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/opentracing/main/module.xml  
10:42:35 [2026-03-02T09:42:35.866Z] #10 9.689   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/opentracing/main/smallrye-opentracing-2.0.0.jar  
10:42:35 [2026-03-02T09:42:35.866Z] #10 9.689   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/metrics/main/module.xml  
10:42:35 [2026-03-02T09:42:35.866Z] #10 9.690   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/metrics/main/smallrye-metrics-api-3.0.3.jar  
10:42:35 [2026-03-02T09:42:35.866Z] #10 9.690   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/config/main/smallrye-config-source-file-system-2.10.0.jar  
10:42:35 [2026-03-02T09:42:35.866Z] #10 9.690   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/config/main/smallrye-config-common-2.10.0.jar  
10:42:35 [2026-03-02T09:42:35.866Z] #10 9.690   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/config/main/module.xml  
10:42:35 [2026-03-02T09:42:35.866Z] #10 9.691   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/config/main/smallrye-config-core-2.10.0.jar  
10:42:35 [2026-03-02T09:42:35.866Z] #10 9.694   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/common/function/main/module.xml  
10:42:35 [2026-03-02T09:42:35.866Z] #10 9.694   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/common/classloader/main/module.xml  
10:42:35 [2026-03-02T09:42:35.866Z] #10 9.694   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/common/classloader/main/smallrye-common-classloader-1.8.0.jar  
10:42:35 [2026-03-02T09:42:35.866Z] #10 9.694   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/common/expression/main/module.xml  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.694   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/common/constraint/main/module.xml  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.695   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/fault-tolerance/main/smallrye-fault-tolerance-api-5.2.1.jar  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.695   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/fault-tolerance/main/module.xml  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.695   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/fault-tolerance/main/smallrye-fault-tolerance-autoconfig-core-5.2.1.jar  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.695   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/agroal/main/agroal-pool-1.16.jar  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.697   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/vertx/client/kafka/main/module.xml  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.697   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/grpc/main/grpc-okhttp-1.38.1.jar  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.699   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/opentelemetry/context/main/module.xml  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.699   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/opentelemetry/trace/main/opentelemetry-semconv-1.9.1-alpha.jar  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.700   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/opentelemetry/trace/main/opentelemetry-exporter-otlp-common-1.9.1.jar  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.702   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/jaegertracing/main/jaeger-core-1.6.0.jar  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.704   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/netty/netty-common/main/module.xml  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.704   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/netty/netty-common/main/netty-common-4.1.79.Final.jar  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.711   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/undertow/js/main/undertow-js-1.0.2.Final.jar  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.712   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/undertow/jsp/main/module.xml  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.712   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/undertow/jsp/main/jastow-2.0.11.Final.jar  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.719   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/ws/rs/api/main/module.xml  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.719   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/sql/api/main/module.xml  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.719   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/squareup/okhttp3/main/module.xml  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.719   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/squareup/okhttp3/main/okhttp-3.14.9.jar  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.724   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/sun/xml/bind/main/relaxng-datatype-2.3.3-b02-jbossorg-2.jar  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.725   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/sun/xml/messaging/saaj/main/stax-ex-1.8.3.jar  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.725   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/sun/xml/messaging/saaj/main/module.xml  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.726   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/sun/xml/messaging/saaj/main/saaj-impl-1.5.3.jar  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.731   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/google/protobuf/main/perfmark-api-0.23.0.jar  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.731   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/google/protobuf/main/module.xml  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.731   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/google/protobuf/main/protobuf-java-3.19.2.jar  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.749   inflating: /opt/wildfly-26.1.3.Final/bin/launcher.jar  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.750   inflating: /opt/wildfly-26.1.3.Final/bin/domain.sh  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.750   inflating: /opt/wildfly-26.1.3.Final/bin/domain.bat  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.750   inflating: /opt/wildfly-26.1.3.Final/bin/client/README-CLI-JCONSOLE.txt  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.751   inflating: /opt/wildfly-26.1.3.Final/standalone/configuration/mgmt-groups.properties  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.751   inflating: /opt/wildfly-26.1.3.Final/standalone/configuration/standalone.xml  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.751   inflating: /opt/wildfly-26.1.3.Final/docs/licenses/bsd 3-clause no nuclear license.html  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.751   inflating: /opt/wildfly-26.1.3.Final/docs/licenses/eclipse distribution license, version 1.0.txt  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.751   inflating: /opt/wildfly-26.1.3.Final/docs/licenses/plexus classworlds license.html  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.752   inflating: /opt/wildfly-26.1.3.Final/docs/licenses/eclipse public license 2.0.txt  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.752   inflating: /opt/wildfly-26.1.3.Final/docs/contrib/scripts/systemd/wildfly.conf  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.752   inflating: /opt/wildfly-26.1.3.Final/docs/schema/web-fragment_4_0.xsd  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.753   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-web_7_3.xsd  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.753   inflating: /opt/wildfly-26.1.3.Final/docs/schema/elytron-client-1_2.xsd  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.754   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-jaxrs_1_0.xsd  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.754   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-jgroups_5_0.xsd  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.754   inflating: /opt/wildfly-26.1.3.Final/docs/schema/javaee_web_services_1_2.xsd  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.754   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-ejb-delivery-active_1_2.xsd  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.755   inflating: /opt/wildfly-26.1.3.Final/docs/schema/elytron-client-1_1.xsd  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.755   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-datasources_3_0.xsd  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.756   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-microprofile-reactive-messaging-smallrye_1_0.xsd  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.756   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-cli_1_0.xsd  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.756   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-elytron_8_0.xsd  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.758   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-mail_1_1.xsd  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.758   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-deployment-structure-1_0.xsd  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.759   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-config_1_2.xsd  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.759   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-txn_2_0.xsd  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.760   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-messaging-activemq_3_0.xsd  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.760   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-microprofile-opentracing_1_0.xsd  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.760   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-http-client_1_0.xsd  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.761   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-jca_4_0.xsd  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.761   inflating: /opt/wildfly-26.1.3.Final/docs/schema/ejb-jar_4_0.xsd  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.762   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-txn_3_0.xsd  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.762   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-weld_4_0.xsd  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.762   inflating: /opt/wildfly-26.1.3.Final/docs/schema/javaee_5.xsd  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.763   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-web_11_1.xsd  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.764   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-infinispan_6_0.xsd  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.764   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-config_10_0.xsd  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.766   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-mod-cluster_1_1.xsd  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.766   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-resource-adapters_4_0.xsd  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.767   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-messaging-activemq_9_0.xsd  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.767   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-ejb3_2_0.xsd  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.768   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-messaging_1_4.xsd  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.769   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-ejb-iiop_1_1.xsd  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.769   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-mail_2_0.xsd  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.769   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-cli_4_0.xsd  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.769   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-infinispan_1_4.xsd  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.770   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-ee_3_0.xsd  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.770   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-naming_1_1.xsd  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.771   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-infinispan_1_5.xsd  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.771   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-elytron-oidc-client_1_0.xsd  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.771   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-weld_3_0.xsd  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.771   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-messaging_3_0.xsd  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.773   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-resource-adapters_5_0.xsd  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.773   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jsp_3_0.xsd  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.773   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-config_11_0.xsd  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.776   inflating: /opt/wildfly-26.1.3.Final/docs/examples/configs/standalone-gossip-full-ha.xml  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.776   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/sun/scripting/main/service-loader-resources/META-INF/services/javax.script.ScriptEngineFactory  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.776   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/sun/jdk/main/module.xml  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.777   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/net/jcip/main/module.xml  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.777   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/nu/xom/main/module.xml  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.777   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/javassist/main/module.xml  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.777   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/projectodd/vdx/main/vdx-core-1.1.6.jar  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.779   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/eclipse/microprofile/metrics/api/main/module.xml  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.779   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/eclipse/microprofile/config/api/main/microprofile-config-api-2.0.jar  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.780   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/eclipse/microprofile/config/api/main/module.xml  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.780   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/eclipse/microprofile/reactive-streams-operators/core/main/microprofile-reactive-streams-operators-core-2.0.jar  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.781   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/eclipse/microprofile/health/api/main/module.xml  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.781   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/eclipse/microprofile/openapi/api/main/module.xml  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.781   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/eclipse/microprofile/openapi/api/main/microprofile-openapi-api-2.0.1.jar  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.782   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/transaction/client/main/module.xml  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.782   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/metrics/main/module.xml  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.783   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/metrics/main/wildfly-metrics-26.1.3.Final.jar  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.783   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/core-management/main/wildfly-core-management-subsystem-18.1.2.Final.jar  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.784   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/core-management/main/module.xml  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.784   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/security/manager/main/wildfly-security-manager-18.1.2.Final.jar  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.785   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/rts/main/module.xml  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.785   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/opentelemetry/main/wildfly-opentelemetry-26.1.3.Final.jar  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.785   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/picketlink/main/module.xml  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.786   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/health/main/wildfly-health-26.1.3.Final.jar  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.786   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/io/main/module.xml  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.786   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/discovery/main/wildfly-discovery-18.1.2.Final.jar  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.787   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/clustering/singleton/main/module.xml  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.787   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/undertow/main/module.xml  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.787   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/undertow/main/wildfly-undertow-26.1.3.Final.jar  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.797   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/web/cache/main/module.xml  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.797   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/web/hotrod/main/wildfly-clustering-web-hotrod-26.1.3.Final.jar  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.798   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/web/hotrod/main/module.xml  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.798   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/web/undertow/main/wildfly-clustering-web-undertow-26.1.3.Final.jar  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.799   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/server/main/module.xml  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.799   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/spi/main/wildfly-clustering-spi-26.1.3.Final.jar  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.799   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/spi/main/module.xml  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.800   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/singleton/main/module.xml  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.800   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/api/main/wildfly-clustering-api-26.1.3.Final.jar  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.800   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/infinispan/marshalling/main/wildfly-clustering-infinispan-marshalling-26.1.3.Final.jar  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.800   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/service/main/module.xml  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.801   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/ejb/spi/main/module.xml  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.801   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/ejb/spi/main/wildfly-clustering-ejb-spi-26.1.3.Final.jar  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.801   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/ejb/infinispan/main/wildfly-clustering-ejb-infinispan-26.1.3.Final.jar  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.802   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/http-client/transaction/main/wildfly-http-transaction-client-1.1.12.Final.jar  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.803   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/http-client/common/main/module.xml  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.803   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/http-client/naming/main/wildfly-http-naming-client-1.1.12.Final.jar  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.803   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/microprofile/opentracing-smallrye/main/wildfly-microprofile-opentracing-smallrye-26.1.3.Final.jar  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.804   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/openssl/main/lib/win-x86_64/wfssl.dll  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.806   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/weld/probe/main/weld-probe-core-3.1.9.Final.jar  
10:42:36 [2026-03-02T09:42:36.117Z] #10 9.813   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/resteasy/resteasy-crypto/main/module.xml  
10:42:36 [2026-03-02T09:42:36.118Z] #10 9.813   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/resteasy/resteasy-core/main/resteasy-core-4.7.7.Final.jar  
10:42:36 [2026-03-02T09:42:36.118Z] #10 9.821   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/webservices/main/module.xml  
10:42:36 [2026-03-02T09:42:36.118Z] #10 9.821   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/deployment-scanner/main/module.xml  
10:42:36 [2026-03-02T09:42:36.118Z] #10 9.821   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/standalone/main/module.xml  
10:42:36 [2026-03-02T09:42:36.118Z] #10 9.821   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/xts/main/wildfly-xts-26.1.3.Final.jar  
10:42:36 [2026-03-02T09:42:36.118Z] #10 9.822   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/web/main/module.xml  
10:42:36 [2026-03-02T09:42:36.118Z] #10 9.822   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/ee/main/module.xml  
10:42:36 [2026-03-02T09:42:36.118Z] #10 9.822   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/ee/main/wildfly-ee-26.1.3.Final.jar  
10:42:36 [2026-03-02T09:42:36.118Z] #10 9.829   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/system-jmx/main/wildfly-system-jmx-26.1.3.Final.jar  
10:42:36 [2026-03-02T09:42:36.118Z] #10 9.829   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/connector/main/module.xml  
10:42:36 [2026-03-02T09:42:36.118Z] #10 9.829   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/sar/main/module.xml  
10:42:36 [2026-03-02T09:42:36.118Z] #10 9.829   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/sar/main/wildfly-sar-26.1.3.Final.jar  
10:42:36 [2026-03-02T09:42:36.118Z] #10 9.830   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/process-controller/main/wildfly-process-controller-18.1.2.Final.jar  
10:42:36 [2026-03-02T09:42:36.118Z] #10 9.832   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/messaging/main/module.xml  
10:42:36 [2026-03-02T09:42:36.118Z] #10 9.832   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/pojo/main/module.xml  
10:42:36 [2026-03-02T09:42:36.118Z] #10 9.832   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/pojo/main/wildfly-pojo-26.1.3.Final.jar  
10:42:36 [2026-03-02T09:42:36.118Z] #10 9.833   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/console/main/hal-console-3.5.12.Final-resources.jar  
10:42:36 [2026-03-02T09:42:36.368Z] #10 9.924   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/json/bind/api/main/module.xml  
10:42:36 [2026-03-02T09:42:36.368Z] #10 9.924   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/batch/api/main/module.xml  
10:42:36 [2026-03-02T09:42:36.368Z] #10 9.924   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/persistence/api/main/module.xml  
10:42:36 [2026-03-02T09:42:36.368Z] #10 9.924   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/wsdl4j/api/main/wsdl4j-1.6.3.jar  
10:42:36 [2026-03-02T09:42:36.368Z] #10 9.927   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/squareup/okhttp3/main/okio-1.17.5.jar  
10:42:36 [2026-03-02T09:42:36.368Z] #10 9.928   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/sun/xml/bind/main/istack-commons-tools-3.0.12.jar  
10:42:36 [2026-03-02T09:42:36.368Z] #10 9.929   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/sun/xml/bind/main/txw2-2.3.3-b02-jbossorg-2.jar  
10:42:36 [2026-03-02T09:42:36.368Z] #10 9.930   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/sun/xml/bind/main/jaxb-jxc-2.3.3-b02-jbossorg-2.jar  
10:42:36 [2026-03-02T09:42:36.368Z] #10 9.931   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/sun/xml/bind/main/module.xml  
10:42:36 [2026-03-02T09:42:36.368Z] #10 9.932   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/sun/xml/bind/main/rngom-2.3.3-b02-jbossorg-2.jar  
10:42:36 [2026-03-02T09:42:36.368Z] #10 9.935   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/sun/jsf-impl/main/module.xml  
10:42:36 [2026-03-02T09:42:36.368Z] #10 9.935   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/sun/jsf-impl/main/jsf-impl-2.3.17.SP01.jar  
10:42:36 [2026-03-02T09:42:36.368Z] #10 9.964   inflating: /opt/wildfly-26.1.3.Final/bin/add-user.bat  
10:42:36 [2026-03-02T09:42:36.368Z] #10 9.964   inflating: /opt/wildfly-26.1.3.Final/bin/standalone.sh  
10:42:36 [2026-03-02T09:42:36.368Z] #10 9.965   inflating: /opt/wildfly-26.1.3.Final/bin/domain.ps1  
10:42:36 [2026-03-02T09:42:36.368Z] #10 9.968   inflating: /opt/wildfly-26.1.3.Final/bin/wsconsume.sh  
10:42:36 [2026-03-02T09:42:36.368Z] #10 9.968   inflating: /opt/wildfly-26.1.3.Final/bin/client/README-EJB-JMS.txt  
10:42:36 [2026-03-02T09:42:36.368Z] #10 9.968   inflating: /opt/wildfly-26.1.3.Final/standalone/configuration/standalone-ha.xml  
10:42:36 [2026-03-02T09:42:36.368Z] #10 9.968   inflating: /opt/wildfly-26.1.3.Final/docs/licenses/fsf all permissive license.html  
10:42:36 [2026-03-02T09:42:36.368Z] #10 9.968   inflating: /opt/wildfly-26.1.3.Final/docs/licenses/public domain.txt  
10:42:36 [2026-03-02T09:42:36.368Z] #10 9.968   inflating: /opt/wildfly-26.1.3.Final/docs/licenses/bsd 3-clause new or revised license.html  
10:42:36 [2026-03-02T09:42:36.368Z] #10 9.968   inflating: /opt/wildfly-26.1.3.Final/docs/licenses/full-feature-pack-licenses.html  
10:42:36 [2026-03-02T09:42:36.368Z] #10 9.968   inflating: /opt/wildfly-26.1.3.Final/docs/schema/singleton-deployment_1_0.xsd  
10:42:36 [2026-03-02T09:42:36.368Z] #10 9.968   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-ejb-delivery-active_1_0.xsd  
10:42:36 [2026-03-02T09:42:36.368Z] #10 9.968   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-messaging-activemq_12_0.xsd  
10:42:36 [2026-03-02T09:42:36.368Z] #10 9.968   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-undertow_8_0.xsd  
10:42:36 [2026-03-02T09:42:36.368Z] #10 9.968   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-security-manager_1_0.xsd  
10:42:36 [2026-03-02T09:42:36.368Z] #10 9.968   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-xts_1_0.xsd  
10:42:36 [2026-03-02T09:42:36.368Z] #10 9.969   inflating: /opt/wildfly-26.1.3.Final/docs/schema/j2ee_jaxrpc_mapping_1_1.xsd  
10:42:36 [2026-03-02T09:42:36.368Z] #10 9.969   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jakartaee_9.xsd  
10:42:36 [2026-03-02T09:42:36.368Z] #10 9.970   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-txn_1_5.xsd  
10:42:36 [2026-03-02T09:42:36.368Z] #10 9.970   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-infinispan_9_1.xsd  
10:42:36 [2026-03-02T09:42:36.368Z] #10 9.971   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-mail_1_2.xsd  
10:42:36 [2026-03-02T09:42:36.369Z] #10 9.971   inflating: /opt/wildfly-26.1.3.Final/docs/schema/web-facesconfig_3_0.xsd  
10:42:36 [2026-03-02T09:42:36.369Z] #10 9.972   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-picketlink-idm_1_0.xsd  
10:42:36 [2026-03-02T09:42:36.369Z] #10 9.972   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-threads_1_1.xsd  
10:42:36 [2026-03-02T09:42:36.369Z] #10 9.973   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-jgroups_4_0.xsd  
10:42:36 [2026-03-02T09:42:36.369Z] #10 9.973   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-weld-1_1.xsd  
10:42:36 [2026-03-02T09:42:36.369Z] #10 9.973   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-batch-jberet_2_0.xsd  
10:42:36 [2026-03-02T09:42:36.369Z] #10 9.973   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-config_1_0.xsd  
10:42:36 [2026-03-02T09:42:36.369Z] #10 9.974   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-microprofile-health-smallrye_1_0.xsd  
10:42:36 [2026-03-02T09:42:36.369Z] #10 9.974   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-config_18_0.xsd  
10:42:36 [2026-03-02T09:42:36.369Z] #10 9.975   inflating: /opt/wildfly-26.1.3.Final/docs/schema/web-partialresponse_3_0.xsd  
10:42:36 [2026-03-02T09:42:36.369Z] #10 9.976   inflating: /opt/wildfly-26.1.3.Final/docs/schema/web-fragment_3_1.xsd  
10:42:36 [2026-03-02T09:42:36.369Z] #10 9.976   inflating: /opt/wildfly-26.1.3.Final/docs/schema/application_1_4.xsd  
10:42:36 [2026-03-02T09:42:36.369Z] #10 9.976   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-undertow_1_2.xsd  
10:42:36 [2026-03-02T09:42:36.369Z] #10 9.976   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-web_1_4.xsd  
10:42:36 [2026-03-02T09:42:36.369Z] #10 9.977   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-ee_2_0.xsd  
10:42:36 [2026-03-02T09:42:36.369Z] #10 9.977   inflating: /opt/wildfly-26.1.3.Final/docs/schema/discovery-1_0.xsd  
10:42:36 [2026-03-02T09:42:36.369Z] #10 9.977   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-ejb3_1_1.xsd  
10:42:36 [2026-03-02T09:42:36.369Z] #10 9.978   inflating: /opt/wildfly-26.1.3.Final/docs/schema/batch-jberet_1_0.xsd  
10:42:36 [2026-03-02T09:42:36.369Z] #10 9.978   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-config_4_0.xsd  
10:42:36 [2026-03-02T09:42:36.369Z] #10 9.979   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-deployment-scanner_1_0.xsd  
10:42:36 [2026-03-02T09:42:36.369Z] #10 9.980   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-logging_1_1.xsd  
10:42:36 [2026-03-02T09:42:36.369Z] #10 9.980   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-cli_3_4.xsd  
10:42:36 [2026-03-02T09:42:36.369Z] #10 9.980   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-io_1_1.xsd  
10:42:36 [2026-03-02T09:42:36.369Z] #10 9.980   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-cli_3_0.xsd  
10:42:36 [2026-03-02T09:42:36.369Z] #10 9.981   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-web_1_2.xsd  
10:42:36 [2026-03-02T09:42:36.369Z] #10 9.981   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-infinispan_2_0.xsd  
10:42:36 [2026-03-02T09:42:36.369Z] #10 9.981   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-security_1_0.xsd  
10:42:36 [2026-03-02T09:42:36.369Z] #10 9.982   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-jacorb_1_3.xsd  
10:42:36 [2026-03-02T09:42:36.369Z] #10 9.982   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jsp_2_1.xsd  
10:42:36 [2026-03-02T09:42:36.369Z] #10 9.982   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-undertow_11_0.xsd  
10:42:36 [2026-03-02T09:42:36.369Z] #10 9.983   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-ejb3_8_0.xsd  
10:42:36 [2026-03-02T09:42:36.369Z] #10 9.983   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-cli_3_1.xsd  
10:42:36 [2026-03-02T09:42:36.369Z] #10 9.984   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-messaging_2_0.xsd  
10:42:36 [2026-03-02T09:42:36.369Z] #10 9.984   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jsp_2_2.xsd  
10:42:36 [2026-03-02T09:42:36.369Z] #10 9.985   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-config_12_0.xsd  
10:42:36 [2026-03-02T09:42:36.369Z] #10 9.986   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-config_17_0.xsd  
10:42:36 [2026-03-02T09:42:36.369Z] #10 9.988   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-config_13_0.xsd  
10:42:36 [2026-03-02T09:42:36.369Z] #10 9.990   inflating: /opt/wildfly-26.1.3.Final/docs/examples/configs/standalone-minimalistic.xml  
10:42:36 [2026-03-02T09:42:36.369Z] #10 9.990   inflating: /opt/wildfly-26.1.3.Final/docs/examples/configs/standalone-genericjms.xml  
10:42:36 [2026-03-02T09:42:36.369Z] #10 9.991   inflating: /opt/wildfly-26.1.3.Final/welcome-content/favicon.ico  
10:42:36 [2026-03-02T09:42:36.369Z] #10 9.991   inflating: /opt/wildfly-26.1.3.Final/welcome-content/bkg.gif  
10:42:36 [2026-03-02T09:42:36.369Z] #10 9.991   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jctools/main/module.xml  
10:42:36 [2026-03-02T09:42:36.369Z] #10 9.992   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/dom4j/main/module.xml  
10:42:36 [2026-03-02T09:42:36.369Z] #10 9.992   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/eclipse/jgit/main/org.eclipse.jgit-5.13.0.202109080827-r.jar  
10:42:36 [2026-03-02T09:42:36.369Z] #10 10.02   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/resteasy/jose-jwt/main/jose-jwt-4.7.7.Final.jar  
10:42:36 [2026-03-02T09:42:36.369Z] #10 10.02   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/resteasy/resteasy-crypto/main/resteasy-crypto-4.7.7.Final.jar  
10:42:36 [2026-03-02T09:42:36.369Z] #10 10.02   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/threads/main/module.xml  
10:42:36 [2026-03-02T09:42:36.369Z] #10 10.02   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/remoting-jmx/main/remoting-jmx-3.0.4.Final.jar  
10:42:36 [2026-03-02T09:42:36.369Z] #10 10.03   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/ironjacamar/impl/main/ironjacamar-core-impl-1.5.3.Final.jar  
10:42:36 [2026-03-02T09:42:36.369Z] #10 10.03   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/security/main/module.xml  
10:42:36 [2026-03-02T09:42:36.369Z] #10 10.03   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/mail/main/module.xml  
10:42:36 [2026-03-02T09:42:36.369Z] #10 10.03   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/web/main/wildfly-web-26.1.3.Final.jar  
10:42:36 [2026-03-02T09:42:36.369Z] #10 10.03   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/clustering/infinispan/main/module.xml  
10:42:36 [2026-03-02T09:42:36.369Z] #10 10.03   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/clustering/ejb3/infinispan/main/module.xml  
10:42:36 [2026-03-02T09:42:36.369Z] #10 10.03   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/jpa/hibernate/4/module.xml  
10:42:36 [2026-03-02T09:42:36.369Z] #10 10.03   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/jpa/spi/main/jipijapa-spi-26.1.3.Final.jar  
10:42:36 [2026-03-02T09:42:36.369Z] #10 10.03   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/jpa/spi/main/module.xml  
10:42:36 [2026-03-02T09:42:36.369Z] #10 10.03   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/jpa/openjpa/main/module.xml  
10:42:36 [2026-03-02T09:42:36.369Z] #10 10.03   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/jpa/main/wildfly-jpa-26.1.3.Final.jar  
10:42:36 [2026-03-02T09:42:36.369Z] #10 10.04   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/transactions/main/wildfly-transactions-26.1.3.Final.jar  
10:42:36 [2026-03-02T09:42:36.369Z] #10 10.04   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/system-jmx/main/module.xml  
10:42:36 [2026-03-02T09:42:36.369Z] #10 10.04   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/web-common/main/wildfly-web-common-26.1.3.Final.jar  
10:42:36 [2026-03-02T09:42:36.369Z] #10 10.04   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/web-common/main/module.xml  
10:42:36 [2026-03-02T09:42:36.369Z] #10 10.04   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/connector/main/wildfly-connector-26.1.3.Final.jar  
10:42:36 [2026-03-02T09:42:36.369Z] #10 10.05   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/ejb/remote/protocol/main/module.xml  
10:42:36 [2026-03-02T09:42:36.369Z] #10 10.05   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/metadata/web/main/jboss-metadata-web-14.0.0.Final.jar  
10:42:36 [2026-03-02T09:42:36.369Z] #10 10.06   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jgroups/main/module.xml  
10:42:36 [2026-03-02T09:42:36.369Z] #10 10.06   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/joda/time/main/joda-time-2.11.0.jar  
10:42:36 [2026-03-02T09:42:36.369Z] #10 10.06   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/opensaml/main/opensaml-security-impl-3.4.6.jar  
10:42:36 [2026-03-02T09:42:36.369Z] #10 10.07   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/opensaml/main/opensaml-profile-api-3.4.6.jar  
10:42:36 [2026-03-02T09:42:36.369Z] #10 10.07   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/opensaml/main/opensaml-saml-impl-3.4.6.jar  
10:42:36 [2026-03-02T09:42:36.369Z] #10 10.08   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/yaml/snakeyaml/main/snakeyaml-1.29.jar  
10:42:36 [2026-03-02T09:42:36.369Z] #10 10.08   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/infinispan/protostream/types/main/module.xml  
10:42:36 [2026-03-02T09:42:36.369Z] #10 10.08   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/infinispan/protostream/main/protostream-4.4.3.Final.jar  
10:42:36 [2026-03-02T09:42:36.369Z] #10 10.10   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/httpcomponents/core/main/module.xml  
10:42:36 [2026-03-02T09:42:36.369Z] #10 10.10   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/httpcomponents/core/main/httpclient-4.5.13.jar  
10:42:36 [2026-03-02T09:42:36.369Z] #10 10.11   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/lucene/main/lucene-facet-5.5.5.jar  
10:42:36 [2026-03-02T09:42:36.369Z] #10 10.11   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/commons/io/main/commons-io-2.11.0.jar  
10:42:36 [2026-03-02T09:42:36.369Z] #10 10.11   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/commons/beanutils/main/module.xml  
10:42:36 [2026-03-02T09:42:36.369Z] #10 10.11   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/commons/beanutils/main/commons-beanutils-1.9.4.jar  
10:42:36 [2026-03-02T09:42:36.369Z] #10 10.12   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/sshd/main/module.xml  
10:42:36 [2026-03-02T09:42:36.369Z] #10 10.12   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/sshd/main/sshd-common-2.7.0.jar  
10:42:36 [2026-03-02T09:42:36.619Z] #10 10.13   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/avro/main/module.xml  
10:42:36 [2026-03-02T09:42:36.619Z] #10 10.13   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/avro/main/avro-1.10.2.jar  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.13   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/cxf/impl/main/cxf-tools-wsdlto-frontend-jaxws-3.4.10.jar  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.14   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-ws-rm-3.4.10.jar  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.14   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/cxf/main/cxf-rt-features-logging-3.4.10.jar  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.14   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/cxf/main/module.xml  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.14   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/log4j/main/module.xml  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.14   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/logging/log4j/api/main/log4j-api-2.17.2.jar  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.15   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/ws/security/main/module.xml  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.15   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/ws/security/main/wss4j-ws-security-policy-stax-2.3.3.jar  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.15   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/config/main/smallrye-config-2.10.0.jar  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.15   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/reactive/converters/api/main/module.xml  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.15   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/reactive/converters/api/main/smallrye-reactive-converter-api-2.6.0.jar  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.15   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/reactive/messaging/connector/kafka/api/main/smallrye-reactive-messaging-kafka-api-3.13.0.jar  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.15   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/reactive/messaging/connector/kafka/api/main/module.xml  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.15   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/reactive/messaging/connector/kafka/main/smallrye-reactive-messaging-kafka-3.13.0.jar  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.15   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/fault-tolerance/main/smallrye-fault-tolerance-5.2.1.jar  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.15   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/vertx/client/kafka/main/vertx-kafka-client-4.2.1.jar  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.16   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/grpc/main/grpc-protobuf-1.38.1.jar  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.16   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/grpc/main/grpc-protobuf-lite-1.38.1.jar  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.16   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/opentelemetry/context/main/opentelemetry-context-1.9.1.jar  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.16   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/opentelemetry/trace/main/opentelemetry-exporter-otlp-trace-1.9.1.jar  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.16   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/opentelemetry/trace/main/opentelemetry-exporter-jaeger-1.9.1.jar  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.16   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/opentelemetry/trace/main/module.xml  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.16   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/opentelemetry/trace/main/opentelemetry-sdk-trace-1.9.1.jar  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.16   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/jaegertracing/jaeger/main/module.xml  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.16   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/jaegertracing/jaeger/main/jaeger-thrift-1.6.0.jar  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.17   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/netty/netty-transport-native-unix-common/main/module.xml  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.17   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/netty/netty-transport-native-unix-common/main/netty-transport-native-unix-common-4.1.79.Final-linux-aarch_64.jar  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.17   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/netty/netty-buffer/main/module.xml  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.17   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/netty/netty-codec-socks/main/netty-codec-socks-4.1.79.Final.jar  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.17   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/netty/netty-handler-proxy/main/netty-handler-proxy-4.1.79.Final.jar  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.17   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/netty/netty-resolver-dns/main/netty-resolver-dns-4.1.79.Final.jar  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.17   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/reactivex/rxjava2/rxjava/main/module.xml  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.17   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/reactivex/rxjava2/rxjava/main/rxjava-2.2.21.jar  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.19   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/googlecode/javaewah/main/JavaEWAH-1.1.13.jar  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.20   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/fasterxml/jackson/core/jackson-core/main/jackson-core-2.12.7.jar  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.20   inflating: /opt/wildfly-26.1.3.Final/domain/configuration/host.xml  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.20   inflating: /opt/wildfly-26.1.3.Final/bin/common.sh  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.20   inflating: /opt/wildfly-26.1.3.Final/bin/elytron-tool.ps1  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.20   inflating: /opt/wildfly-26.1.3.Final/bin/domain.conf.ps1  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.20   inflating: /opt/wildfly-26.1.3.Final/bin/.jbossclirc  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.20   inflating: /opt/wildfly-26.1.3.Final/standalone/configuration/application-users.properties  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.20   inflating: /opt/wildfly-26.1.3.Final/standalone/deployments/README.txt  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.20   inflating: /opt/wildfly-26.1.3.Final/docs/licenses/gnu general public license, version 2 with the classpath exception.txt  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.20   inflating: /opt/wildfly-26.1.3.Final/docs/licenses/mit license.txt  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.20   inflating: /opt/wildfly-26.1.3.Final/docs/licenses/common development and distribution license 1.1.txt  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.20   inflating: /opt/wildfly-26.1.3.Final/docs/licenses/the jsoup mit license.html  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.20   inflating: /opt/wildfly-26.1.3.Final/docs/licenses/gnu lesser general public license v3.0 or later.txt  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.20   inflating: /opt/wildfly-26.1.3.Final/docs/licenses/licenses.css  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.20   inflating: /opt/wildfly-26.1.3.Final/docs/contrib/scripts/init.d/wildfly-init-debian.sh  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.20   inflating: /opt/wildfly-26.1.3.Final/docs/contrib/scripts/README.md  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.20   inflating: /opt/wildfly-26.1.3.Final/docs/contrib/scripts/service/wildfly-mgr.exe  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.21   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-ejb-client_1_1.xsd  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.21   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-iiop-openjdk_1_0.xsd  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.21   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-cli_1_1.xsd  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.21   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-jgroups_1_0.xsd  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.21   inflating: /opt/wildfly-26.1.3.Final/docs/schema/web-facesconfig_1_2.xsd  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.21   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-cli_1_3.xsd  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.21   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-cli_1_2.xsd  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.21   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-datasources_5_0.xsd  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.21   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-weld-1_0.xsd  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.21   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-messaging-activemq_5_0.xsd  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.21   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-ejb3_4_0.xsd  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.21   inflating: /opt/wildfly-26.1.3.Final/docs/schema/module-1_9.xsd  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.21   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-messaging-activemq_13_0.xsd  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.21   inflating: /opt/wildfly-26.1.3.Final/docs/schema/web-facesconfig_2_2.xsd  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.21   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-common_5_1.xsd  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.21   inflating: /opt/wildfly-26.1.3.Final/docs/schema/web-common_4_0.xsd  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.21   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-undertow_3_0.xsd  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.21   inflating: /opt/wildfly-26.1.3.Final/docs/schema/javaee_6.xsd  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.21   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-io_3_0.xsd  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.21   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-logging_1_2.xsd  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.21   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-io_1_0.xsd  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.21   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-undertow_1_1.xsd  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.21   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-ejb-clustering_1_1.xsd  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.21   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-deployment-scanner_1_1.xsd  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.21   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-elytron_14_0.xsd  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.22   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-logging_5_0.xsd  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.22   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-elytron_10_0.xsd  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.22   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-elytron_6_0.xsd  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.22   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-io_2_0.xsd  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.22   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-elytron_4_0.xsd  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.22   inflating: /opt/wildfly-26.1.3.Final/docs/schema/web-facelettaglibrary_2_2.xsd  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.22   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-jca_3_0.xsd  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.22   inflating: /opt/wildfly-26.1.3.Final/docs/schema/ejb-jar_3_0.xsd  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.22   inflating: /opt/wildfly-26.1.3.Final/welcome-content/wildfly.css  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.22   inflating: /opt/wildfly-26.1.3.Final/README.txt  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.22   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/sun/jdk/main/service-loader-resources/META-INF/services/java.sql.Driver  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.22   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/net/bytebuddy/main/byte-buddy-1.11.12.jar  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.26   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/jboss-transaction-spi/main/jboss-transaction-spi-7.6.1.Final.jar  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.26   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/jsr77/main/module.xml  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.26   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/remoting/main/wildfly-remoting-18.1.2.Final.jar  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.27   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/webservices/server/integration/main/module.xml  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.27   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/webservices/main/jbossws-cxf-resources-5.5.0.Final-wildfly2600.jar  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.27   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/deployment-scanner/main/wildfly-deployment-scanner-18.1.2.Final.jar  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.27   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/jmx/main/module.xml  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.27   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/core-security/main/wildfly-core-security-18.1.2.Final.jar  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.27   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/appclient/main/wildfly-appclient-26.1.3.Final.jar  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.27   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/clustering/common/main/module.xml  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.27   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/clustering/infinispan/main/wildfly-clustering-infinispan-extension-26.1.3.Final.jar  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.28   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/jaxrs/main/module.xml  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.28   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/jdr/main/resources/plugins.properties  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.28   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/jdr/main/wildfly-jdr-26.1.3.Final.jar  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.28   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/ejb3/main/timers/timer-sql.properties  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.28   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/ejb3/main/module.xml  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.28   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/patching/cli/main/module.xml  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.28   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/patching/main/module.xml  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.28   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/patching/main/wildfly-patching-18.1.2.Final.jar  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.28   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/narayana/txframework/main/module.xml  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.28   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/narayana/rts/main/restat-integration-5.12.5.Final.jar  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.28   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/narayana/rts/main/restat-api-5.12.5.Final.jar  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.29   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/genericjms/main/META-INF/ra.xml  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.29   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/genericjms/main/module.xml  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.29   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/genericjms/main/generic-jms-ra-jar-2.0.10.Final.jar  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.29   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/iiop-client/main/module.xml  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.29   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/iiop-client/main/jboss-iiop-client-1.0.1.Final.jar  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.29   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/logging/jul-to-slf4j-stub/main/jul-to-slf4j-stub-1.0.1.Final.jar  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.29   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/logging/jul-to-slf4j-stub/main/module.xml  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.29   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/logging/commons/logging/main/commons-logging-jboss-logging-1.0.0.Final.jar  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.29   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/logging/main/module.xml  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.29   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/remote-naming/main/module.xml  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.29   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/remoting3/remoting-jmx/main/module.xml  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.29   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/remoting3/main/module.xml  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.29   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/jandex/main/module.xml  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.29   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/ws/tools/wsconsume/main/module.xml  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.29   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/ws/tools/common/main/module.xml  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.29   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/ws/tools/wsprovide/main/module.xml  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.29   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/ws/jaxws-client/main/jbossws-cxf-jaspi-5.5.0.Final.jar  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.29   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/ws/jaxws-undertow-httpspi/main/jaxws-undertow-httpspi-1.0.1.Final.jar  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.29   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/ws/jaxws-undertow-httpspi/main/module.xml  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.29   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/ws/common/main/module.xml  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.29   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/ws/common/main/jbossws-common-3.3.3.Final.jar  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.29   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-transports-undertow/main/module.xml  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.29   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/ws/cxf/sts/main/module.xml  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.30   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/ejb3/main/jboss-ejb3-ext-api-2.3.0.Final.jar  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.30   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jberet/jberet-core/main/module.xml  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.30   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/slf4j/impl/main/jbosgi-xservice.properties  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.30   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/slf4j/impl/main/slf4j-jboss-logmanager-1.1.0.Final.jar  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.30   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/slf4j/impl/main/module.xml  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.30   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/slf4j/main/module.xml  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.30   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/antlr/main/antlr-2.7.7.jar  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.30   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/glassfish/jakarta/el/main/module.xml  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.30   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/glassfish/jakarta/json/main/module.xml  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.30   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/glassfish/jakarta/json/main/jakarta.json-1.1.6.jar  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.30   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/opensaml/main/cryptacular-1.2.5.jar  
10:42:36 [2026-03-02T09:42:36.620Z] #10 10.30   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/opensaml/main/opensaml-soap-api-3.4.6.jar  
10:42:36 [2026-03-02T09:42:36.621Z] #10 10.31   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/opensaml/main/java-support-7.3.0.jar  
10:42:36 [2026-03-02T09:42:36.621Z] #10 10.31   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jaxen/main/module.xml  
10:42:36 [2026-03-02T09:42:36.621Z] #10 10.31   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jaxen/main/jaxen-1.1.6.jar  
10:42:36 [2026-03-02T09:42:36.621Z] #10 10.31   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/picketbox/main/module.xml  
10:42:36 [2026-03-02T09:42:36.621Z] #10 10.31   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/picketbox/main/picketbox-5.0.3.Final-redhat-00008.jar  
10:42:36 [2026-03-02T09:42:36.621Z] #10 10.32   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/infinispan/client/hotrod/main/module.xml  
10:42:36 [2026-03-02T09:42:36.621Z] #10 10.32   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/bitbucket/jose4j/main/module.xml  
10:42:36 [2026-03-02T09:42:36.621Z] #10 10.32   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/bitbucket/jose4j/main/jose4j-0.7.11.jar  
10:42:36 [2026-03-02T09:42:36.621Z] #10 10.32   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jasypt/main/module.xml  
10:42:36 [2026-03-02T09:42:36.621Z] #10 10.32   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/activemq/artemis/journal/main/artemis-journal-2.19.1.jar  
10:42:36 [2026-03-02T09:42:36.621Z] #10 10.33   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/activemq/artemis/ra/main/module.xml  
10:42:36 [2026-03-02T09:42:36.621Z] #10 10.33   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/activemq/artemis/main/artemis-jms-server-2.19.1.jar  
10:42:36 [2026-03-02T09:42:36.621Z] #10 10.33   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/activemq/artemis/main/artemis-service-extensions-2.19.1.jar  
10:42:36 [2026-03-02T09:42:36.621Z] #10 10.33   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/activemq/artemis/main/artemis-selector-2.19.1.jar  
10:42:36 [2026-03-02T09:42:36.621Z] #10 10.33   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/activemq/artemis/main/module.xml  
10:42:36 [2026-03-02T09:42:36.621Z] #10 10.33   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/activemq/artemis/main/artemis-server-2.19.1.jar  
10:42:36 [2026-03-02T09:42:36.621Z] #10 10.36   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/velocity/main/velocity-engine-core-2.3.jar  
10:42:36 [2026-03-02T09:42:36.621Z] #10 10.36   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/kafka/client/main/module.xml  
10:42:36 [2026-03-02T09:42:36.621Z] #10 10.36   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/kafka/client/main/kafka-clients-3.1.0.jar  
10:42:36 [2026-03-02T09:42:36.871Z] #10 10.41   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/google/protobuf/main/proto-google-common-protos-2.0.1.jar  
10:42:36 [2026-03-02T09:42:36.871Z] #10 10.43   inflating: /opt/wildfly-26.1.3.Final/bin/standalone.conf  
10:42:36 [2026-03-02T09:42:36.871Z] #10 10.43   inflating: /opt/wildfly-26.1.3.Final/bin/appclient.bat  
10:42:36 [2026-03-02T09:42:36.871Z] #10 10.43   inflating: /opt/wildfly-26.1.3.Final/bin/wildfly-elytron-tool.jar  
10:42:36 [2026-03-02T09:42:36.871Z] #10 10.43   inflating: /opt/wildfly-26.1.3.Final/docs/licenses/apache license 1.1.txt  
10:42:36 [2026-03-02T09:42:36.871Z] #10 10.43   inflating: /opt/wildfly-26.1.3.Final/docs/licenses/mozilla public license 2.0.html  
10:42:36 [2026-03-02T09:42:36.871Z] #10 10.43   inflating: /opt/wildfly-26.1.3.Final/docs/licenses/creative commons zero v1.0 universal.txt  
10:42:36 [2026-03-02T09:42:36.871Z] #10 10.43   inflating: /opt/wildfly-26.1.3.Final/docs/licenses/common public license 1.0.txt  
10:42:36 [2026-03-02T09:42:36.871Z] #10 10.43   inflating: /opt/wildfly-26.1.3.Final/docs/contrib/scripts/systemd/README  
10:42:36 [2026-03-02T09:42:36.871Z] #10 10.43   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-logging_8_0.xsd  
10:42:36 [2026-03-02T09:42:36.871Z] #10 10.43   inflating: /opt/wildfly-26.1.3.Final/docs/schema/elytron-1_0_1.xsd  
10:42:36 [2026-03-02T09:42:36.871Z] #10 10.43   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-ejb3_5_0.xsd  
10:42:36 [2026-03-02T09:42:36.871Z] #10 10.43   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-ejb-security-role_1_0.xsd  
10:42:36 [2026-03-02T09:42:36.871Z] #10 10.43   inflating: /opt/wildfly-26.1.3.Final/docs/schema/application-client_9.xsd  
10:42:36 [2026-03-02T09:42:36.871Z] #10 10.43   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-jgroups_7_0.xsd  
10:42:36 [2026-03-02T09:42:36.871Z] #10 10.43   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-deployment-dependencies-1_0.xsd  
10:42:36 [2026-03-02T09:42:36.871Z] #10 10.43   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-config_2_1.xsd  
10:42:36 [2026-03-02T09:42:36.871Z] #10 10.43   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-microprofile-opentracing_2_0.xsd  
10:42:36 [2026-03-02T09:42:36.871Z] #10 10.43   inflating: /opt/wildfly-26.1.3.Final/docs/schema/orm_1_0.xsd  
10:42:36 [2026-03-02T09:42:36.871Z] #10 10.43   inflating: /opt/wildfly-26.1.3.Final/docs/schema/persistence_1_0.xsd  
10:42:36 [2026-03-02T09:42:36.871Z] #10 10.43   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-ejb-security_1_1.xsd  
10:42:36 [2026-03-02T09:42:36.871Z] #10 10.43   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-threads_1_0.xsd  
10:42:36 [2026-03-02T09:42:36.871Z] #10 10.43   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-sar_1_0.xsd  
10:42:36 [2026-03-02T09:42:36.871Z] #10 10.43   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-jpa_1_1.xsd  
10:42:36 [2026-03-02T09:42:36.871Z] #10 10.43   inflating: /opt/wildfly-26.1.3.Final/docs/schema/elytron-client-1_6.xsd  
10:42:36 [2026-03-02T09:42:36.871Z] #10 10.43   inflating: /opt/wildfly-26.1.3.Final/docs/schema/trans-timeout-1_1.xsd  
10:42:36 [2026-03-02T09:42:36.871Z] #10 10.43   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-common_6_0.xsd  
10:42:36 [2026-03-02T09:42:36.871Z] #10 10.43   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-deployment-structure-1_1.xsd  
10:42:36 [2026-03-02T09:42:36.871Z] #10 10.44   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-microprofile-config-smallrye_1_0.xsd  
10:42:36 [2026-03-02T09:42:36.871Z] #10 10.44   inflating: /opt/wildfly-26.1.3.Final/docs/schema/module-1_8.xsd  
10:42:36 [2026-03-02T09:42:36.871Z] #10 10.44   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-messaging-activemq_7_0.xsd  
10:42:36 [2026-03-02T09:42:36.871Z] #10 10.44   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-app_7_0.xsd  
10:42:36 [2026-03-02T09:42:36.871Z] #10 10.44   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-infinispan_11_0.xsd  
10:42:36 [2026-03-02T09:42:36.872Z] #10 10.44   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-microprofile-metrics-smallrye_2_0.xsd  
10:42:36 [2026-03-02T09:42:36.872Z] #10 10.44   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-ejb3-spec-2_1.xsd  
10:42:36 [2026-03-02T09:42:36.872Z] #10 10.44   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-bean-validation_1_0.xsd  
10:42:36 [2026-03-02T09:42:36.872Z] #10 10.44   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-remoting_4_0.xsd  
10:42:36 [2026-03-02T09:42:36.872Z] #10 10.44   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-infinispan_13_0.xsd  
10:42:36 [2026-03-02T09:42:36.872Z] #10 10.44   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-config_16_0.xsd  
10:42:36 [2026-03-02T09:42:36.872Z] #10 10.44   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-client_6_0.xsd  
10:42:36 [2026-03-02T09:42:36.872Z] #10 10.44   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-ejb3_1_3.xsd  
10:42:36 [2026-03-02T09:42:36.872Z] #10 10.44   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-picketlink-federation_1_1.xsd  
10:42:36 [2026-03-02T09:42:36.872Z] #10 10.44   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-microprofile-openapi-smallrye_1_0.xsd  
10:42:36 [2026-03-02T09:42:36.872Z] #10 10.44   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-undertow_1_0.xsd  
10:42:36 [2026-03-02T09:42:36.872Z] #10 10.44   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-config_14_0.xsd  
10:42:36 [2026-03-02T09:42:36.872Z] #10 10.44   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-discovery_1_0.xsd  
10:42:36 [2026-03-02T09:42:36.872Z] #10 10.44   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-weld_2_0.xsd  
10:42:36 [2026-03-02T09:42:36.872Z] #10 10.44   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-elytron_12_0.xsd  
10:42:36 [2026-03-02T09:42:36.872Z] #10 10.45   inflating: /opt/wildfly-26.1.3.Final/docs/schema/web-app_5_0.xsd  
10:42:36 [2026-03-02T09:42:36.872Z] #10 10.45   inflating: /opt/wildfly-26.1.3.Final/docs/schema/javaee_web_services_client_1_2.xsd  
10:42:36 [2026-03-02T09:42:36.872Z] #10 10.45   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-credential-reference_1_0.xsd  
10:42:36 [2026-03-02T09:42:36.872Z] #10 10.45   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-web_12_1.xsd  
10:42:36 [2026-03-02T09:42:36.872Z] #10 10.45   inflating: /opt/wildfly-26.1.3.Final/docs/schema/xnio_3_5.xsd  
10:42:36 [2026-03-02T09:42:36.872Z] #10 10.45   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-app_8_0.xsd  
10:42:36 [2026-03-02T09:42:36.872Z] #10 10.45   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-infinispan_5_0.xsd  
10:42:36 [2026-03-02T09:42:36.872Z] #10 10.45   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-mod-cluster_4_0.xsd  
10:42:36 [2026-03-02T09:42:36.872Z] #10 10.45   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-web_12_0.xsd  
10:42:36 [2026-03-02T09:42:36.872Z] #10 10.45   inflating: /opt/wildfly-26.1.3.Final/docs/schema/web-jsptaglibrary_2_1.xsd  
10:42:36 [2026-03-02T09:42:36.872Z] #10 10.45   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-messaging_1_2.xsd  
10:42:36 [2026-03-02T09:42:36.872Z] #10 10.45   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-undertow_6_0.xsd  
10:42:36 [2026-03-02T09:42:36.872Z] #10 10.45   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-infinispan_1_0.xsd  
10:42:36 [2026-03-02T09:42:36.872Z] #10 10.45   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-web_14_1.xsd  
10:42:36 [2026-03-02T09:42:36.872Z] #10 10.45   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-messaging_1_0.xsd  
10:42:36 [2026-03-02T09:42:36.872Z] #10 10.45   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-mod-cluster_2_0.xsd  
10:42:36 [2026-03-02T09:42:36.872Z] #10 10.45   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-elytron_2_0.xsd  
10:42:36 [2026-03-02T09:42:36.872Z] #10 10.45   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javaee/api/main/module.xml  
10:42:36 [2026-03-02T09:42:36.872Z] #10 10.45   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/projectodd/vdx/main/vdx-wildfly-1.1.6.jar  
10:42:36 [2026-03-02T09:42:36.872Z] #10 10.45   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/dom4j/main/dom4j-2.1.3.jar  
10:42:36 [2026-03-02T09:42:36.872Z] #10 10.46   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/datasources-agroal/main/module.xml  
10:42:36 [2026-03-02T09:42:36.872Z] #10 10.46   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/datasources-agroal/main/wildfly-datasources-agroal-26.1.3.Final.jar  
10:42:36 [2026-03-02T09:42:36.872Z] #10 10.46   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/security/manager/main/module.xml  
10:42:36 [2026-03-02T09:42:36.872Z] #10 10.46   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/rts/main/wildfly-rts-26.1.3.Final.jar  
10:42:36 [2026-03-02T09:42:36.872Z] #10 10.46   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/picketlink/main/wildfly-picketlink-26.1.3.Final.jar  
10:42:36 [2026-03-02T09:42:36.872Z] #10 10.46   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/microprofile/fault-tolerance-smallrye/main/wildfly-microprofile-fault-tolerance-smallrye-extension-26.1.3.Final.jar  
10:42:36 [2026-03-02T09:42:36.872Z] #10 10.46   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/microprofile/metrics-smallrye/main/module.xml  
10:42:36 [2026-03-02T09:42:36.872Z] #10 10.46   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/microprofile/jwt-smallrye/main/module.xml  
10:42:36 [2026-03-02T09:42:36.872Z] #10 10.46   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/microprofile/jwt-smallrye/main/wildfly-microprofile-jwt-smallrye-26.1.3.Final.jar  
10:42:36 [2026-03-02T09:42:36.872Z] #10 10.46   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/microprofile/openapi-smallrye/main/module.xml  
10:42:36 [2026-03-02T09:42:36.872Z] #10 10.46   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/microprofile/opentracing-smallrye/main/wildfly-microprofile-opentracing-extension-26.1.3.Final.jar  
10:42:36 [2026-03-02T09:42:36.872Z] #10 10.46   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/ee-security/main/wildfly-ee-security-26.1.3.Final.jar  
10:42:36 [2026-03-02T09:42:36.872Z] #10 10.46   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/elytron-oidc-client/main/wildfly-elytron-oidc-client-subsystem-26.1.3.Final.jar  
10:42:36 [2026-03-02T09:42:36.872Z] #10 10.47   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-jose-jwk/main/module.xml  
10:42:36 [2026-03-02T09:42:36.872Z] #10 10.47   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-jose-util/main/wildfly-elytron-jose-util-1.19.1.Final.jar  
10:42:36 [2026-03-02T09:42:36.872Z] #10 10.47   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-web/undertow-server/main/undertow-server-1.10.1.Final.jar  
10:42:36 [2026-03-02T09:42:36.872Z] #10 10.47   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/manager/main/module.xml  
10:42:36 [2026-03-02T09:42:36.872Z] #10 10.47   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/http/sfbasic/main/wildfly-elytron-http-stateful-basic-1.19.1.Final.jar  
10:42:36 [2026-03-02T09:42:36.872Z] #10 10.47   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-base/main/wildfly-elytron-x500-cert-util-1.19.1.Final.jar  
10:42:36 [2026-03-02T09:42:36.872Z] #10 10.47   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-base/main/wildfly-elytron-audit-1.19.1.Final.jar  
10:42:36 [2026-03-02T09:42:36.872Z] #10 10.47   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-base/main/wildfly-elytron-permission-1.19.1.Final.jar  
10:42:36 [2026-03-02T09:42:36.872Z] #10 10.47   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-base/main/wildfly-elytron-sasl-oauth2-1.19.1.Final.jar  
10:42:36 [2026-03-02T09:42:36.872Z] #10 10.47   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-base/main/wildfly-elytron-sasl-anonymous-1.19.1.Final.jar  
10:42:36 [2026-03-02T09:42:36.872Z] #10 10.47   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-base/main/wildfly-elytron-realm-token-1.19.1.Final.jar  
10:42:36 [2026-03-02T09:42:36.872Z] #10 10.47   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-base/main/wildfly-elytron-http-external-1.19.1.Final.jar  
10:42:36 [2026-03-02T09:42:36.872Z] #10 10.47   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-base/main/wildfly-elytron-mechanism-1.19.1.Final.jar  
10:42:36 [2026-03-02T09:42:36.872Z] #10 10.47   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-base/main/wildfly-elytron-sasl-external-1.19.1.Final.jar  
10:42:36 [2026-03-02T09:42:36.872Z] #10 10.47   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-base/main/wildfly-elytron-digest-1.19.1.Final.jar  
10:42:36 [2026-03-02T09:42:36.872Z] #10 10.47   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-base/main/wildfly-elytron-sasl-digest-1.19.1.Final.jar  
10:42:36 [2026-03-02T09:42:36.872Z] #10 10.47   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-base/main/wildfly-elytron-realm-ldap-1.19.1.Final.jar  
10:42:36 [2026-03-02T09:42:36.872Z] #10 10.47   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-base/main/wildfly-elytron-provider-util-1.19.1.Final.jar  
10:42:36 [2026-03-02T09:42:36.872Z] #10 10.47   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-base/main/wildfly-elytron-security-manager-1.19.1.Final.jar  
10:42:36 [2026-03-02T09:42:36.872Z] #10 10.47   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-base/main/wildfly-elytron-mechanism-scram-1.19.1.Final.jar  
10:42:36 [2026-03-02T09:42:36.872Z] #10 10.47   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-base/main/wildfly-elytron-x500-cert-acme-1.19.1.Final.jar  
10:42:36 [2026-03-02T09:42:36.872Z] #10 10.47   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-base/main/wildfly-elytron-sasl-localuser-1.19.1.Final.jar  
10:42:36 [2026-03-02T09:42:36.873Z] #10 10.48   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-base/main/wildfly-elytron-http-form-1.19.1.Final.jar  
10:42:36 [2026-03-02T09:42:36.873Z] #10 10.48   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-base/main/wildfly-elytron-auth-1.19.1.Final.jar  
10:42:36 [2026-03-02T09:42:36.873Z] #10 10.48   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-base/main/wildfly-elytron-mechanism-oauth2-1.19.1.Final.jar  
10:42:36 [2026-03-02T09:42:36.873Z] #10 10.48   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-base/main/wildfly-elytron-http-cert-1.19.1.Final.jar  
10:42:36 [2026-03-02T09:42:36.873Z] #10 10.48   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-base/main/wildfly-elytron-http-spnego-1.19.1.Final.jar  
10:42:36 [2026-03-02T09:42:36.873Z] #10 10.48   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-base/main/wildfly-elytron-x500-1.19.1.Final.jar  
10:42:36 [2026-03-02T09:42:36.873Z] #10 10.48   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-base/main/wildfly-elytron-sasl-scram-1.19.1.Final.jar  
10:42:36 [2026-03-02T09:42:36.873Z] #10 10.48   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-base/main/wildfly-elytron-http-sso-1.19.1.Final.jar  
10:42:36 [2026-03-02T09:42:36.873Z] #10 10.48   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-base/main/wildfly-elytron-mechanism-digest-1.19.1.Final.jar  
10:42:36 [2026-03-02T09:42:36.873Z] #10 10.48   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-base/main/wildfly-elytron-keystore-1.19.1.Final.jar  
10:42:36 [2026-03-02T09:42:36.873Z] #10 10.48   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-http-oidc/main/module.xml  
10:42:36 [2026-03-02T09:42:36.873Z] #10 10.48   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/reactive/dep/jts/main/module.xml  
10:42:36 [2026-03-02T09:42:36.873Z] #10 10.48   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/reactive/messaging/config/main/wildfly-microprofile-reactive-messaging-config-26.1.3.Final.jar  
10:42:36 [2026-03-02T09:42:36.873Z] #10 10.48   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/reactive/messaging/kafka/main/module.xml  
10:42:36 [2026-03-02T09:42:36.873Z] #10 10.48   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/reactive/messaging/kafka/main/wildfly-microprofile-reactive-messaging-kafka-26.1.3.Final.jar  
10:42:36 [2026-03-02T09:42:36.873Z] #10 10.48   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/discovery/main/module.xml  
10:42:36 [2026-03-02T09:42:36.873Z] #10 10.48   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/jgroups/spi/main/wildfly-clustering-jgroups-spi-26.1.3.Final.jar  
10:42:36 [2026-03-02T09:42:36.873Z] #10 10.48   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/jgroups/spi/main/module.xml  
10:42:36 [2026-03-02T09:42:36.873Z] #10 10.48   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/jgroups/api/main/wildfly-clustering-jgroups-api-26.1.3.Final.jar  
10:42:36 [2026-03-02T09:42:36.873Z] #10 10.48   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/jgroups/api/main/module.xml  
10:42:36 [2026-03-02T09:42:36.873Z] #10 10.48   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/web/cache/main/wildfly-clustering-web-cache-26.1.3.Final.jar  
10:42:36 [2026-03-02T09:42:36.873Z] #10 10.48   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/web/infinispan/main/module.xml  
10:42:36 [2026-03-02T09:42:36.873Z] #10 10.48   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/ee/cache/main/module.xml  
10:42:36 [2026-03-02T09:42:36.873Z] #10 10.48   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/ee/cache/main/wildfly-clustering-ee-cache-26.1.3.Final.jar  
10:42:36 [2026-03-02T09:42:36.873Z] #10 10.48   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/marshalling/protostream/main/module.xml  
10:42:36 [2026-03-02T09:42:36.873Z] #10 10.48   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/marshalling/api/main/wildfly-clustering-marshalling-api-26.1.3.Final.jar  
10:42:36 [2026-03-02T09:42:36.873Z] #10 10.48   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/marshalling/api/main/module.xml  
10:42:36 [2026-03-02T09:42:36.873Z] #10 10.48   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/server/main/wildfly-clustering-server-26.1.3.Final.jar  
10:42:36 [2026-03-02T09:42:36.873Z] #10 10.49   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/bootable-jar/main/module.xml  
10:42:36 [2026-03-02T09:42:36.873Z] #10 10.49   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/openssl/main/module.xml  
10:42:36 [2026-03-02T09:42:36.873Z] #10 10.49   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/openssl/main/lib/linux-x86_64/libwfssl.so  
10:42:36 [2026-03-02T09:42:36.873Z] #10 10.49   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/invocation/main/module.xml  
10:42:36 [2026-03-02T09:42:36.873Z] #10 10.49   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/invocation/main/jboss-invocation-1.7.0.Final.jar  
10:42:36 [2026-03-02T09:42:36.873Z] #10 10.49   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/weld/spi/main/weld-spi-3.1.SP4.jar  
10:42:36 [2026-03-02T09:42:36.873Z] #10 10.49   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/vfs/main/jboss-vfs-3.2.17.Final.jar  
10:42:36 [2026-03-02T09:42:36.873Z] #10 10.49   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/integration/ext-content/main/bundled/jboss-seam-int-jbossas.jar  
10:42:36 [2026-03-02T09:42:36.873Z] #10 10.49   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/integration/ext-content/main/module.xml  
10:42:36 [2026-03-02T09:42:36.873Z] #10 10.49   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/jaxbintros/main/module.xml  
10:42:36 [2026-03-02T09:42:36.873Z] #10 10.49   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/jaxbintros/main/jboss-jaxb-intros-1.0.3.GA.jar  
10:42:36 [2026-03-02T09:42:36.873Z] #10 10.49   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/marshalling/main/module.xml  
10:42:36 [2026-03-02T09:42:36.873Z] #10 10.49   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/marshalling/main/jboss-marshalling-2.0.12.Final.jar  
10:42:36 [2026-03-02T09:42:36.873Z] #10 10.50   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/resteasy/resteasy-spring/main/module.xml  
10:42:36 [2026-03-02T09:42:36.873Z] #10 10.50   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/resteasy/resteasy-client-api/main/resteasy-client-api-4.7.7.Final.jar  
10:42:36 [2026-03-02T09:42:36.873Z] #10 10.50   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/resteasy/resteasy-multipart-provider/main/module.xml  
10:42:36 [2026-03-02T09:42:36.873Z] #10 10.50   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/resteasy/resteasy-client/main/resteasy-client-4.7.7.Final.jar  
10:42:36 [2026-03-02T09:42:36.873Z] #10 10.50   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/resteasy/jose-jwt/main/module.xml  
10:42:36 [2026-03-02T09:42:36.873Z] #10 10.50   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/resteasy/resteasy-json-binding-provider/main/resteasy-json-binding-provider-4.7.7.Final.jar  
10:42:36 [2026-03-02T09:42:36.873Z] #10 10.50   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/resteasy/resteasy-json-binding-provider/main/module.xml  
10:42:36 [2026-03-02T09:42:36.873Z] #10 10.50   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/resteasy/resteasy-cdi/main/module.xml  
10:42:36 [2026-03-02T09:42:36.873Z] #10 10.50   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/resteasy/resteasy-cdi/main/resteasy-cdi-4.7.7.Final.jar  
10:42:36 [2026-03-02T09:42:36.873Z] #10 10.50   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/resteasy/resteasy-client-microprofile/main/resteasy-client-microprofile-4.7.7.Final.jar  
10:42:36 [2026-03-02T09:42:36.873Z] #10 10.50   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/resteasy/resteasy-core/main/module.xml  
10:42:36 [2026-03-02T09:42:36.873Z] #10 10.50   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/resteasy/resteasy-atom-provider/main/resteasy-atom-provider-4.7.7.Final.jar  
10:42:36 [2026-03-02T09:42:36.873Z] #10 10.50   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/logmanager/main/module.xml  
10:42:36 [2026-03-02T09:42:36.873Z] #10 10.50   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/common-beans/main/module.xml  
10:42:36 [2026-03-02T09:42:36.873Z] #10 10.50   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/common-beans/main/jboss-common-beans-2.0.1.Final.jar  
10:42:36 [2026-03-02T09:42:36.873Z] #10 10.50   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/remoting-jmx/main/module.xml  
10:42:36 [2026-03-02T09:42:36.873Z] #10 10.50   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/xnio/netty/netty-xnio-transport/main/module.xml  
10:42:36 [2026-03-02T09:42:36.873Z] #10 10.50   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/xnio/netty/netty-xnio-transport/main/netty-xnio-transport-0.1.9.Final.jar  
10:42:36 [2026-03-02T09:42:36.873Z] #10 10.50   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/xnio/nio/main/xnio-nio-3.8.7.Final.jar  
10:42:36 [2026-03-02T09:42:36.873Z] #10 10.51   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/xnio/main/module.xml  
10:42:36 [2026-03-02T09:42:36.873Z] #10 10.51   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/msc/main/jboss-msc-1.4.13.Final.jar  
10:42:36 [2026-03-02T09:42:36.873Z] #10 10.51   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/ironjacamar/jdbcadapters/main/module.xml  
10:42:36 [2026-03-02T09:42:36.874Z] #10 10.51   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/ironjacamar/api/main/ironjacamar-common-spi-1.5.3.Final.jar  
10:42:36 [2026-03-02T09:42:36.874Z] #10 10.51   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/ironjacamar/api/main/ironjacamar-core-api-1.5.3.Final.jar  
10:42:36 [2026-03-02T09:42:36.874Z] #10 10.51   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/jboss-transaction-spi/main/module.xml  
10:42:36 [2026-03-02T09:42:36.874Z] #10 10.51   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/jsr77/main/wildfly-jsr77-26.1.3.Final.jar  
10:42:36 [2026-03-02T09:42:36.874Z] #10 10.51   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/weld/webservices/main/wildfly-weld-webservices-26.1.3.Final.jar  
10:42:36 [2026-03-02T09:42:36.874Z] #10 10.51   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/weld/transactions/main/module.xml  
10:42:36 [2026-03-02T09:42:36.874Z] #10 10.51   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/weld/transactions/main/wildfly-weld-transactions-26.1.3.Final.jar  
10:42:36 [2026-03-02T09:42:36.874Z] #10 10.51   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/weld/common/main/module.xml  
10:42:36 [2026-03-02T09:42:36.874Z] #10 10.51   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/weld/spi/main/wildfly-weld-spi-26.1.3.Final.jar  
10:42:36 [2026-03-02T09:42:36.874Z] #10 10.51   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/weld/spi/main/module.xml  
10:42:36 [2026-03-02T09:42:36.874Z] #10 10.51   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/weld/main/wildfly-weld-26.1.3.Final.jar  
10:42:36 [2026-03-02T09:42:36.874Z] #10 10.52   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/jmx/main/wildfly-jmx-18.1.2.Final.jar  
10:42:36 [2026-03-02T09:42:36.874Z] #10 10.52   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/server/main/module.xml  
10:42:36 [2026-03-02T09:42:36.874Z] #10 10.52   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/protocol/main/wildfly-protocol-18.1.2.Final.jar  
10:42:36 [2026-03-02T09:42:36.874Z] #10 10.52   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/controller/main/wildfly-controller-18.1.2.Final.jar  
10:42:36 [2026-03-02T09:42:36.874Z] #10 10.54   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/hibernate/search/orm/main/module.xml  
10:42:36 [2026-03-02T09:42:36.874Z] #10 10.54   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/hibernate/search/engine/main/module.xml  
10:42:36 [2026-03-02T09:42:36.874Z] #10 10.54   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/hibernate/search/engine/main/hibernate-search-engine-5.10.11.Final.jar  
10:42:36 [2026-03-02T09:42:36.874Z] #10 10.55   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/bouncycastle/bcprov/main/module.xml  
10:42:36 [2026-03-02T09:42:36.874Z] #10 10.55   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/bouncycastle/bcutil/main/bcutil-jdk15on-1.69.jar  
10:42:36 [2026-03-02T09:42:36.874Z] #10 10.56   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/hornetq/client/main/module.xml  
10:42:36 [2026-03-02T09:42:36.874Z] #10 10.56   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/hornetq/client/main/hornetq-commons-2.4.8.Final.jar  
10:42:36 [2026-03-02T09:42:36.874Z] #10 10.56   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/infinispan/hibernate-cache/main/infinispan-hibernate-cache-commons-13.0.10.Final.jar  
10:42:36 [2026-03-02T09:42:36.874Z] #10 10.56   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/infinispan/persistence/jdbc/main/infinispan-cachestore-jdbc-common-13.0.10.Final.jar  
10:42:36 [2026-03-02T09:42:36.874Z] #10 10.56   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/infinispan/persistence/remote/main/module.xml  
10:42:36 [2026-03-02T09:42:36.874Z] #10 10.56   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/infinispan/protostream/types/main/protostream-types-4.4.3.Final.jar  
10:42:36 [2026-03-02T09:42:36.874Z] #10 10.56   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/infinispan/client/hotrod/main/infinispan-client-hotrod-13.0.10.Final.jar  
10:42:36 [2026-03-02T09:42:36.874Z] #10 10.57   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/activemq/artemis/main/artemis-cli-2.19.1.jar  
10:42:36 [2026-03-02T09:42:36.874Z] #10 10.57   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/httpcomponents/main/httpcore-nio-4.4.15.jar  
10:42:36 [2026-03-02T09:42:36.874Z] #10 10.58   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/lucene/main/module.xml  
10:42:36 [2026-03-02T09:42:36.874Z] #10 10.58   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/lucene/main/lucene-analyzers-common-5.5.5.jar  
10:42:36 [2026-03-02T09:42:36.874Z] #10 10.59   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/velocity/main/module.xml  
10:42:36 [2026-03-02T09:42:36.874Z] #10 10.59   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/thrift/main/module.xml  
10:42:36 [2026-03-02T09:42:36.874Z] #10 10.59   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/thrift/main/libthrift-0.14.1.jar  
10:42:36 [2026-03-02T09:42:36.874Z] #10 10.60   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/xalan/main/module.xml  
10:42:36 [2026-03-02T09:42:36.874Z] #10 10.60   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/xalan/main/xalan-2.7.1.jbossorg-6.jar  
10:42:37 [2026-03-02T09:42:37.124Z] #10 10.63   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/netty/netty-transport-native-epoll/main/netty-transport-classes-epoll-4.1.79.Final.jar  
10:42:37 [2026-03-02T09:42:37.125Z] #10 10.63   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/netty/netty-transport-native-epoll/main/module.xml  
10:42:37 [2026-03-02T09:42:37.125Z] #10 10.63   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/netty/netty-transport-native-epoll/main/lib/META-INF/native/libnetty_transport_native_epoll_x86_64.so  
10:42:37 [2026-03-02T09:42:37.125Z] #10 10.63   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/netty/netty-resolver/main/module.xml  
10:42:37 [2026-03-02T09:42:37.125Z] #10 10.63   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/netty/netty-codec-dns/main/module.xml  
10:42:37 [2026-03-02T09:42:37.125Z] #10 10.63   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/netty/netty-codec-dns/main/netty-codec-dns-4.1.79.Final.jar  
10:42:37 [2026-03-02T09:42:37.125Z] #10 10.63   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/netty/netty-transport/main/netty-transport-4.1.79.Final.jar  
10:42:37 [2026-03-02T09:42:37.125Z] #10 10.64   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/websocket/api/main/jboss-websocket-api_1.1_spec-2.0.0.Final.jar  
10:42:37 [2026-03-02T09:42:37.125Z] #10 10.64   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/servlet/jstl/api/main/module.xml  
10:42:37 [2026-03-02T09:42:37.125Z] #10 10.64   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/servlet/api/main/jboss-servlet-api_4.0_spec-2.0.0.Final.jar  
10:42:37 [2026-03-02T09:42:37.125Z] #10 10.64   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/security/enterprise/api/main/jakarta.security.enterprise-api-1.0.2.jar  
10:42:37 [2026-03-02T09:42:37.125Z] #10 10.64   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/security/auth/message/api/main/module.xml  
10:42:37 [2026-03-02T09:42:37.125Z] #10 10.64   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/security/jacc/api/main/module.xml  
10:42:37 [2026-03-02T09:42:37.125Z] #10 10.64   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/mail/api/main/jakarta.mail-1.6.7.jar  
10:42:37 [2026-03-02T09:42:37.125Z] #10 10.65   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/sun/xml/bind/main/jaxb-xjc-2.3.3-b02-jbossorg-2.jar  
10:42:37 [2026-03-02T09:42:37.125Z] #10 10.66   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/microsoft/azure/storage/main/module.xml  
10:42:37 [2026-03-02T09:42:37.125Z] #10 10.66   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/ibm/async/asyncutil/main/module.xml  
10:42:37 [2026-03-02T09:42:37.125Z] #10 10.66   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/ibm/async/asyncutil/main/asyncutil-0.1.0.jar  
10:42:37 [2026-03-02T09:42:37.125Z] #10 10.66   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/github/ben-manes/caffeine/main/caffeine-2.9.3.jar  
10:42:37 [2026-03-02T09:42:37.125Z] #10 10.67   inflating: /opt/wildfly-26.1.3.Final/domain/configuration/application-roles.properties  
10:42:37 [2026-03-02T09:42:37.125Z] #10 10.67   inflating: /opt/wildfly-26.1.3.Final/domain/configuration/domain.xml  
10:42:37 [2026-03-02T09:42:37.125Z] #10 10.67   inflating: /opt/wildfly-26.1.3.Final/domain/configuration/host-master.xml  
10:42:37 [2026-03-02T09:42:37.125Z] #10 10.67   inflating: /opt/wildfly-26.1.3.Final/bin/add-user.ps1  
10:42:37 [2026-03-02T09:42:37.125Z] #10 10.67   inflating: /opt/wildfly-26.1.3.Final/bin/jboss-cli.xml  
10:42:37 [2026-03-02T09:42:37.125Z] #10 10.67   inflating: /opt/wildfly-26.1.3.Final/bin/jdr.sh  
10:42:37 [2026-03-02T09:42:37.125Z] #10 10.67   inflating: /opt/wildfly-26.1.3.Final/bin/elytron-tool.sh  
10:42:37 [2026-03-02T09:42:37.125Z] #10 10.67   inflating: /opt/wildfly-26.1.3.Final/bin/client/jboss-client.jar  
10:42:37 [2026-03-02T09:42:37.375Z] #10 10.93   inflating: /opt/wildfly-26.1.3.Final/bin/jdr.ps1  
10:42:37 [2026-03-02T09:42:37.375Z] #10 10.93   inflating: /opt/wildfly-26.1.3.Final/bin/wsprovide.bat  
10:42:37 [2026-03-02T09:42:37.375Z] #10 10.93   inflating: /opt/wildfly-26.1.3.Final/bin/appclient.ps1  
10:42:37 [2026-03-02T09:42:37.375Z] #10 10.93   inflating: /opt/wildfly-26.1.3.Final/bin/jconsole.ps1  
10:42:37 [2026-03-02T09:42:37.375Z] #10 10.93   inflating: /opt/wildfly-26.1.3.Final/bin/wsconsume.bat  
10:42:37 [2026-03-02T09:42:37.375Z] #10 10.93   inflating: /opt/wildfly-26.1.3.Final/bin/client/jboss-cli-client.jar  
10:42:37 [2026-03-02T09:42:37.375Z] #10 11.04   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/hornetq/client/main/hornetq-core-client-2.4.8.Final.jar  
10:42:37 [2026-03-02T09:42:37.375Z] #10 11.05   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/codehaus/woodstox/main/module.xml  
10:42:37 [2026-03-02T09:42:37.375Z] #10 11.05   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jasypt/main/jasypt-1.9.3.jar  
10:42:37 [2026-03-02T09:42:37.375Z] #10 11.05   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/activemq/artemis/journal/main/module.xml  
10:42:37 [2026-03-02T09:42:37.375Z] #10 11.05   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/activemq/artemis/journal/main/lib/linux-x86_64/libartemis-native-64.so  
10:42:37 [2026-03-02T09:42:37.375Z] #10 11.05   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/activemq/artemis/journal/main/artemis-commons-2.19.1.jar  
10:42:37 [2026-03-02T09:42:37.375Z] #10 11.06   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/activemq/artemis/main/artemis-dto-2.19.1.jar  
10:42:37 [2026-03-02T09:42:37.375Z] #10 11.06   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/activemq/artemis/main/artemis-hqclient-protocol-2.19.1.jar  
10:42:37 [2026-03-02T09:42:37.375Z] #10 11.06   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/james/mime4j/main/apache-mime4j-storage-0.8.7.jar  
10:42:37 [2026-03-02T09:42:37.375Z] #10 11.06   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/james/mime4j/main/apache-mime4j-core-0.8.7.jar  
10:42:37 [2026-03-02T09:42:37.375Z] #10 11.06   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/james/mime4j/main/module.xml  
10:42:37 [2026-03-02T09:42:37.375Z] #10 11.06   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/james/mime4j/main/apache-mime4j-dom-0.8.7.jar  
10:42:37 [2026-03-02T09:42:37.375Z] #10 11.07   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/httpcomponents/main/module.xml  
10:42:37 [2026-03-02T09:42:37.375Z] #10 11.07   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/httpcomponents/main/httpasyncclient-4.1.5.jar  
10:42:37 [2026-03-02T09:42:37.375Z] #10 11.07   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/lucene/internal/main/lucene-backward-codecs-5.5.5.jar  
10:42:37 [2026-03-02T09:42:37.375Z] #10 11.07   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/qpid/proton/main/module.xml  
10:42:37 [2026-03-02T09:42:37.375Z] #10 11.07   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/qpid/proton/main/proton-j-0.33.10.jar  
10:42:37 [2026-03-02T09:42:37.375Z] #10 11.08   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/xml-resolver/main/xml-resolver-1.2.jar  
10:42:37 [2026-03-02T09:42:37.375Z] #10 11.08   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/xml-resolver/main/module.xml  
10:42:37 [2026-03-02T09:42:37.375Z] #10 11.08   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/neethi/main/neethi-3.1.1.jar  
10:42:37 [2026-03-02T09:42:37.375Z] #10 11.08   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/neethi/main/module.xml  
10:42:37 [2026-03-02T09:42:37.375Z] #10 11.08   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/santuario/xmlsec/main/module.xml  
10:42:37 [2026-03-02T09:42:37.375Z] #10 11.08   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/santuario/xmlsec/main/xmlsec-2.2.3.jar  
10:42:37 [2026-03-02T09:42:37.375Z] #10 11.09   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-databinding-aegis-3.4.10.jar  
10:42:37 [2026-03-02T09:42:37.375Z] #10 11.10   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/cxf/impl/main/cxf-xjc-ts-3.3.2.jar  
10:42:37 [2026-03-02T09:42:37.375Z] #10 11.10   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/cxf/impl/main/cxf-tools-java2ws-3.4.10.jar  
10:42:37 [2026-03-02T09:42:37.375Z] #10 11.10   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-bindings-soap-3.4.10.jar  
10:42:37 [2026-03-02T09:42:37.375Z] #10 11.10   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-security-saml-3.4.10.jar  
10:42:37 [2026-03-02T09:42:37.375Z] #10 11.10   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/cxf/impl/main/cxf-tools-common-3.4.10.jar  
10:42:37 [2026-03-02T09:42:37.375Z] #10 11.10   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-transports-jms-3.4.10.jar  
10:42:37 [2026-03-02T09:42:37.375Z] #10 11.11   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/cxf/main/cxf-core-3.4.10.jar  
10:42:37 [2026-03-02T09:42:37.375Z] #10 11.12   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/netty/netty-handler/main/netty-handler-4.1.79.Final.jar  
10:42:37 [2026-03-02T09:42:37.375Z] #10 11.13   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/netty/netty-transport-native-unix-common/main/netty-transport-native-unix-common-4.1.79.Final-linux-x86_64.jar  
10:42:37 [2026-03-02T09:42:37.375Z] #10 11.13   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/netty/netty-codec-socks/main/module.xml  
10:42:37 [2026-03-02T09:42:37.375Z] #10 11.13   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/netty/netty-transport-native-kqueue/main/netty-transport-classes-kqueue-4.1.79.Final.jar  
10:42:37 [2026-03-02T09:42:37.375Z] #10 11.13   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/undertow/websocket/main/undertow-websockets-jsr-2.2.19.Final.jar  
10:42:37 [2026-03-02T09:42:37.375Z] #10 11.13   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/gnu/getopt/main/java-getopt-1.0.13.jar  
10:42:37 [2026-03-02T09:42:37.375Z] #10 11.13   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/servlet/jstl/api/main/taglibs-standard-impl-1.2.6-RC1.jar  
10:42:37 [2026-03-02T09:42:37.375Z] #10 11.13   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/activation/api/main/module.xml  
10:42:37 [2026-03-02T09:42:37.375Z] #10 11.13   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/management/j2ee/api/main/jboss-j2eemgmt-api_1.1_spec-2.0.0.Final.jar  
10:42:37 [2026-03-02T09:42:37.375Z] #10 11.13   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/management/j2ee/api/main/module.xml  
10:42:37 [2026-03-02T09:42:37.375Z] #10 11.13   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/annotation/api/main/module.xml  
10:42:37 [2026-03-02T09:42:37.375Z] #10 11.13   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/annotation/api/main/jboss-annotations-api_1.3_spec-2.0.1.Final.jar  
10:42:37 [2026-03-02T09:42:37.375Z] #10 11.13   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/xml/rpc/api/internal/main/module.xml  
10:42:37 [2026-03-02T09:42:37.375Z] #10 11.13   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/xml/rpc/api/main/module.xml  
10:42:37 [2026-03-02T09:42:37.375Z] #10 11.14   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/xml/bind/api/main/module.xml  
10:42:37 [2026-03-02T09:42:37.375Z] #10 11.14   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/xml/bind/api/main/jboss-jaxb-api_2.3_spec-2.0.1.Final.jar  
10:42:37 [2026-03-02T09:42:37.375Z] #10 11.14   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/orb/api/main/openjdk-orb-8.1.7.Final.jar  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.18   inflating: /opt/wildfly-26.1.3.Final/bin/jdr.bat  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.18   inflating: /opt/wildfly-26.1.3.Final/bin/appclient.conf.bat  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.18   inflating: /opt/wildfly-26.1.3.Final/bin/common.bat  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.18   inflating: /opt/wildfly-26.1.3.Final/bin/elytron-tool.bat  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.18   inflating: /opt/wildfly-26.1.3.Final/bin/add-user.sh  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.18   inflating: /opt/wildfly-26.1.3.Final/bin/standalone.conf.ps1  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.18   inflating: /opt/wildfly-26.1.3.Final/standalone/configuration/standalone-microprofile-ha.xml  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.18   inflating: /opt/wildfly-26.1.3.Final/appclient/configuration/logging.properties  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.18   inflating: /opt/wildfly-26.1.3.Final/docs/licenses/the bsd license.txt  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.18   inflating: /opt/wildfly-26.1.3.Final/docs/licenses/the antlr 2.7.7 license.txt  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.18   inflating: /opt/wildfly-26.1.3.Final/docs/licenses/apache license 2.0.txt  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.18   inflating: /opt/wildfly-26.1.3.Final/docs/licenses/eclipse public license 1.0.txt  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.18   inflating: /opt/wildfly-26.1.3.Final/docs/licenses/gnu lesser general public license v2.1 only.txt  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.18   inflating: /opt/wildfly-26.1.3.Final/docs/contrib/scripts/init.d/wildfly-init-redhat.sh  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.18   inflating: /opt/wildfly-26.1.3.Final/docs/contrib/scripts/service/amd64/wildfly-service.exe  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.18   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-config_19_0.xsd  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.19   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-remoting_1_2.xsd  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.19   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-messaging-activemq_13_1.xsd  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.19   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-remoting_1_1.xsd  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.19   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jbossws-jaxws-config_4_0.xsd  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.19   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-microprofile-reactive-streams-operators-smallrye_1_0.xsd  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.19   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-config_1_5.xsd  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.19   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-messaging-activemq_1_0.xsd  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.19   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-ejb3-2_0.xsd  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.19   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jndi-binding-service_1_0.xsd  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.19   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-logging_1_3.xsd  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.19   inflating: /opt/wildfly-26.1.3.Final/docs/schema/README.md  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.19   inflating: /opt/wildfly-26.1.3.Final/docs/schema/web-app_2_4.xsd  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.19   inflating: /opt/wildfly-26.1.3.Final/docs/schema/module-1_2.xsd  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.19   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-ejb-resource-adapter-binding_1_0.xsd  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.19   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-ejb-pool_1_0.xsd  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.19   inflating: /opt/wildfly-26.1.3.Final/docs/schema/javaee_7.xsd  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.19   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-request-controller_1_0.xsd  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.19   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-ejb3_1_2.xsd  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.19   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-config_4_2.xsd  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.19   inflating: /opt/wildfly-26.1.3.Final/docs/schema/shared-session-config_2_0.xsd  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.19   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-elytron_1_2.xsd  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.20   inflating: /opt/wildfly-26.1.3.Final/docs/schema/web-jsptaglibrary_3_0.xsd  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.20   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-client-ejb_3_2.xsd  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.20   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-web_1_0.xsd  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.20   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-elytron_15_0.xsd  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.20   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-ejb-iiop_1_2.xsd  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.20   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-logging_6_0.xsd  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.20   inflating: /opt/wildfly-26.1.3.Final/docs/schema/application-client_7.xsd  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.20   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-naming_1_4.xsd  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.20   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-messaging_1_3.xsd  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.20   inflating: /opt/wildfly-26.1.3.Final/docs/schema/ejb-jar_3_2.xsd  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.20   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-ejb3_9_0.xsd  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.20   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-txn_6_0.xsd  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.20   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-undertow_10_0.xsd  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.20   inflating: /opt/wildfly-26.1.3.Final/docs/examples/configs/domain-ec2.xml  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.20   inflating: /opt/wildfly-26.1.3.Final/docs/examples/configs/standalone-xts.xml  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.21   inflating: /opt/wildfly-26.1.3.Final/welcome-content/index_noconsole.html  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.21   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/asm/asm/main/module.xml  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.21   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/net/bytebuddy/main/module.xml  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.21   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/nu/xom/main/xom-1.3.7.jar  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.21   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/eclipse/yasson/main/module.xml  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.21   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/mod_cluster/undertow/main/module.xml  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.21   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/transaction/client/main/wildfly-transaction-client-2.0.1.Final.jar  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.21   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/opentelemetry/main/module.xml  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.21   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/health/main/module.xml  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.21   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/request-controller/main/wildfly-request-controller-18.1.2.Final.jar  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.21   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/discovery/main/module.xml  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.21   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/clustering/web/main/wildfly-clustering-web-extension-26.1.3.Final.jar  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.22   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/opentelemetry-api/main/module.xml  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.22   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/opentelemetry-api/main/wildfly-opentelemetry-api-26.1.3.Final.jar  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.22   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/microprofile/reactive-streams-operators-smallrye/main/module.xml  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.22   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/microprofile/reactive-streams-operators-smallrye/main/wildfly-microprofile-reactive-streams-operators-26.1.3.Final.jar  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.22   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/microprofile/fault-tolerance-smallrye/main/module.xml  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.22   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/microprofile/metrics-smallrye/main/wildfly-microprofile-metrics-smallrye-26.1.3.Final.jar  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.22   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/microprofile/opentracing-smallrye/main/module.xml  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.22   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/microprofile/config-smallrye/main/module.xml  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.22   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/microprofile/config-smallrye/main/wildfly-microprofile-config-smallrye-26.1.3.Final.jar  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.22   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/ee-security/main/module.xml  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.22   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/messaging-activemq/injection/main/module.xml  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.22   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/messaging-activemq/main/artemis-wildfly-integration-1.0.6.jar  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.22   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/bean-validation/main/wildfly-bean-validation-26.1.3.Final.jar  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.22   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-jose-jwk/main/wildfly-elytron-jose-jwk-1.19.1.Final.jar  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.22   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-web/undertow-server/main/module.xml  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.22   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/jakarta/authorization/main/wildfly-elytron-jacc-1.19.1.Final.jar  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.22   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/jakarta/authorization/main/module.xml  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.22   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/jakarta/authentication/main/module.xml  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.22   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/jakarta/authentication/main/wildfly-elytron-jaspi-1.19.1.Final.jar  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.22   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-base/main/wildfly-elytron-x500-principal-1.19.1.Final.jar  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.22   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-base/main/wildfly-elytron-http-util-1.19.1.Final.jar  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.22   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-base/main/wildfly-elytron-http-bearer-1.19.1.Final.jar  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.22   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-base/main/wildfly-elytron-auth-server-http-1.19.1.Final.jar  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.22   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-base/main/wildfly-elytron-mechanism-http-1.19.1.Final.jar  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.22   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-base/main/wildfly-elytron-auth-server-sasl-1.19.1.Final.jar  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.22   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-base/main/wildfly-elytron-credential-source-impl-1.19.1.Final.jar  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.22   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-base/main/wildfly-elytron-util-1.19.1.Final.jar  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.23   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-base/main/wildfly-elytron-http-basic-1.19.1.Final.jar  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.23   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-base/main/wildfly-elytron-sasl-entity-1.19.1.Final.jar  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.23   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-base/main/wildfly-elytron-mechanism-gssapi-1.19.1.Final.jar  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.23   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-base/main/wildfly-elytron-auth-util-1.19.1.Final.jar  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.23   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-base/main/wildfly-elytron-realm-1.19.1.Final.jar  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.23   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-base/main/wildfly-elytron-json-util-1.19.1.Final.jar  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.23   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-base/main/wildfly-elytron-client-1.19.1.Final.jar  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.23   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-base/main/wildfly-elytron-sasl-gssapi-1.19.1.Final.jar  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.23   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-base/main/wildfly-elytron-asn1-1.19.1.Final.jar  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.23   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-base/main/wildfly-elytron-encryption-1.19.1.Final.jar  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.23   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-base/main/wildfly-elytron-sasl-plain-1.19.1.Final.jar  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.23   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-base/main/wildfly-elytron-sasl-1.19.1.Final.jar  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.24   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/web/container/main/module.xml  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.24   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/web/spi/main/module.xml  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.24   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/web/api/main/module.xml  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.24   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/web/api/main/wildfly-clustering-web-api-26.1.3.Final.jar  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.24   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/web/infinispan/main/wildfly-clustering-web-infinispan-26.1.3.Final.jar  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.24   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/singleton/main/wildfly-clustering-singleton-api-26.1.3.Final.jar  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.24   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/infinispan/spi/main/module.xml  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.24   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/infinispan/client/main/module.xml  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.24   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/infinispan/client/main/wildfly-clustering-infinispan-client-26.1.3.Final.jar  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.24   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/ejb/infinispan/main/module.xml  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.24   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/ejb/client/main/wildfly-clustering-ejb-client-26.1.3.Final.jar  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.24   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/common/main/module.xml  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.24   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/naming/main/module.xml  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.24   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/naming-client/main/module.xml  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.24   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/naming-client/main/wildfly-naming-client-1.0.15.Final.jar  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.24   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/openssl/main/wildfly-openssl-java-2.2.1.Final.jar  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.24   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/remoting/main/module.xml  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.24   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/mod_cluster/core/main/module.xml  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.24   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/mod_cluster/container/spi/main/mod_cluster-container-spi-1.4.4.Final.jar  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.24   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/mod_cluster/container/spi/main/module.xml  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.24   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/mod_cluster/load/spi/main/module.xml  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.24   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/mod_cluster/load/spi/main/mod_cluster-load-spi-1.4.4.Final.jar  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.25   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/weld/core/main/weld-jta-3.1.9.Final.jar  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.25   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/weld/core/main/weld-ejb-3.1.9.Final.jar  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.25   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/weld/probe/main/module.xml  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.25   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/jts/integration/main/narayana-jts-integration-5.12.5.Final.jar  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.25   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/staxmapper/main/module.xml  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.25   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/ejb-client/main/jboss-ejb-client-4.0.44.Final.jar  
10:42:37 [2026-03-02T09:42:37.626Z] #10 11.25   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/resteasy/resteasy-client/main/module.xml  
10:42:37 [2026-03-02T09:42:37.627Z] #10 11.25   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/resteasy/resteasy-validator-provider/main/resteasy-validator-provider-4.7.7.Final.jar  
10:42:37 [2026-03-02T09:42:37.627Z] #10 11.25   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/resteasy/resteasy-rxjava2/main/resteasy-rxjava2-4.7.7.Final.jar  
10:42:37 [2026-03-02T09:42:37.627Z] #10 11.25   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/resteasy/resteasy-jsapi/main/module.xml  
10:42:37 [2026-03-02T09:42:37.627Z] #10 11.25   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/resteasy/resteasy-core-spi/main/module.xml  
10:42:37 [2026-03-02T09:42:37.627Z] #10 11.25   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/resteasy/resteasy-core-spi/main/resteasy-core-spi-4.7.7.Final.jar  
10:42:37 [2026-03-02T09:42:37.627Z] #10 11.26   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/resteasy/resteasy-atom-provider/main/module.xml  
10:42:37 [2026-03-02T09:42:37.627Z] #10 11.26   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/logmanager/log4j2/main/log4j2-jboss-logmanager-1.1.1.Final.jar  
10:42:37 [2026-03-02T09:42:37.627Z] #10 11.26   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/logmanager/log4j2/main/module.xml  
10:42:37 [2026-03-02T09:42:37.627Z] #10 11.26   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/logmanager/main/jboss-logmanager-2.1.18.Final.jar  
10:42:37 [2026-03-02T09:42:37.627Z] #10 11.26   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/ironjacamar/jdbcadapters/main/ironjacamar-jdbc-1.5.3.Final.jar  
10:42:37 [2026-03-02T09:42:37.627Z] #10 11.26   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/weld/ejb/main/module.xml  
10:42:37 [2026-03-02T09:42:37.627Z] #10 11.26   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/jacorb/main/module.xml  
10:42:37 [2026-03-02T09:42:37.627Z] #10 11.26   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/jacorb/main/wildfly-jacorb-26.1.3.Final.jar  
10:42:37 [2026-03-02T09:42:37.627Z] #10 11.27   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/xts/main/module.xml  
10:42:37 [2026-03-02T09:42:37.627Z] #10 11.27   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/security/main/wildfly-security-26.1.3.Final.jar  
10:42:37 [2026-03-02T09:42:37.627Z] #10 11.27   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/clustering/jgroups/main/module.xml  
10:42:37 [2026-03-02T09:42:37.627Z] #10 11.27   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/clustering/jgroups/main/wildfly-clustering-jgroups-extension-26.1.3.Final.jar  
10:42:37 [2026-03-02T09:42:37.627Z] #10 11.27   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/transactions/main/module.xml  
10:42:37 [2026-03-02T09:42:37.627Z] #10 11.27   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/jsf-injection/main/wildfly-jsf-injection-26.1.3.Final.jar  
10:42:37 [2026-03-02T09:42:37.627Z] #10 11.27   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/deployment-repository/main/module.xml  
10:42:37 [2026-03-02T09:42:37.627Z] #10 11.27   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/version/main/module.xml  
10:42:37 [2026-03-02T09:42:37.627Z] #10 11.27   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/version/main/wildfly-version-18.1.2.Final.jar  
10:42:37 [2026-03-02T09:42:37.627Z] #10 11.27   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/threads/main/wildfly-threads-18.1.2.Final.jar  
10:42:37 [2026-03-02T09:42:37.627Z] #10 11.28   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/domain-http-interface/main/module.xml  
10:42:37 [2026-03-02T09:42:37.627Z] #10 11.28   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/domain-http-interface/main/wildfly-domain-http-interface-18.1.2.Final.jar  
10:42:37 [2026-03-02T09:42:37.627Z] #10 11.28   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/modcluster/main/module.xml  
10:42:37 [2026-03-02T09:42:37.627Z] #10 11.28   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/management-client-content/main/module.xml  
10:42:37 [2026-03-02T09:42:37.627Z] #10 11.28   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/management-client-content/main/wildfly-management-client-content-18.1.2.Final.jar  
10:42:37 [2026-03-02T09:42:37.627Z] #10 11.28   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/process-controller/main/module.xml  
10:42:37 [2026-03-02T09:42:37.627Z] #10 11.28   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/platform-mbean/main/wildfly-platform-mbean-18.1.2.Final.jar  
10:42:37 [2026-03-02T09:42:37.627Z] #10 11.28   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/jdr/main/module.xml  
10:42:37 [2026-03-02T09:42:37.627Z] #10 11.28   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/messaging/main/wildfly-messaging-26.1.3.Final.jar  
10:42:37 [2026-03-02T09:42:37.627Z] #10 11.28   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/console/main/module.xml  
10:42:37 [2026-03-02T09:42:37.627Z] #10 11.28   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/log4j/logmanager/main/log4j-jboss-logmanager-1.3.0.Final.jar  
10:42:37 [2026-03-02T09:42:37.627Z] #10 11.29   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/metadata/web/main/module.xml  
10:42:37 [2026-03-02T09:42:37.627Z] #10 11.29   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/metadata/appclient/main/module.xml  
10:42:37 [2026-03-02T09:42:37.627Z] #10 11.29   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/metadata/ear/main/jboss-metadata-ear-14.0.0.Final.jar  
10:42:37 [2026-03-02T09:42:37.627Z] #10 11.29   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/logging/commons/logging/main/module.xml  
10:42:37 [2026-03-02T09:42:37.627Z] #10 11.29   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/logging/main/jboss-logging-3.4.3.Final.jar  
10:42:37 [2026-03-02T09:42:37.627Z] #10 11.29   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/ws/tools/common/main/jbossws-common-tools-1.3.2.Final.jar  
10:42:37 [2026-03-02T09:42:37.627Z] #10 11.29   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/ws/jaxws-client/main/module.xml  
10:42:37 [2026-03-02T09:42:37.627Z] #10 11.29   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/ws/jaxws-client/main/jbossws-cxf-client-5.5.0.Final.jar  
10:42:37 [2026-03-02T09:42:37.627Z] #10 11.29   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/ws/spi/main/jbossws-spi-3.4.0.Final.jar  
10:42:37 [2026-03-02T09:42:37.627Z] #10 11.30   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/antlr/main/module.xml  
10:42:37 [2026-03-02T09:42:37.627Z] #10 11.30   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jgroups/azure/main/jgroups-azure-1.3.1.Final.jar  
10:42:37 [2026-03-02T09:42:37.627Z] #10 11.30   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jgroups/azure/main/module.xml  
10:42:37 [2026-03-02T09:42:37.627Z] #10 11.30   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jgroups/kubernetes/main/jgroups-kubernetes-1.0.16.Final.jar  
10:42:37 [2026-03-02T09:42:37.627Z] #10 11.30   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/hibernate/commons-annotations/main/module.xml  
10:42:37 [2026-03-02T09:42:37.627Z] #10 11.30   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/hibernate/envers/main/module.xml  
10:42:37 [2026-03-02T09:42:37.627Z] #10 11.30   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/hibernate/validator/cdi/main/module.xml  
10:42:37 [2026-03-02T09:42:37.627Z] #10 11.30   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/hibernate/validator/cdi/main/hibernate-validator-cdi-6.0.23.Final.jar  
10:42:37 [2026-03-02T09:42:37.627Z] #10 11.30   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/hibernate/jipijapa-hibernate5-3/main/jipijapa-hibernate5-3-26.1.3.Final.jar  
10:42:37 [2026-03-02T09:42:37.627Z] #10 11.30   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/hibernate/search/serialization-avro/main/module.xml  
10:42:37 [2026-03-02T09:42:37.627Z] #10 11.30   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/hibernate/search/serialization-avro/main/hibernate-search-serialization-avro-5.10.11.Final.jar  
10:42:37 [2026-03-02T09:42:37.627Z] #10 11.30   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/hibernate/bytecodetransformer/main/wildfly-ormtransformer-26.1.3.Final.jar  
10:42:37 [2026-03-02T09:42:37.627Z] #10 11.30   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/hibernate/main/hibernate-core-5.3.28.Final.jar  
10:42:37 [2026-03-02T09:42:37.877Z] #10 11.43   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/ws/security/main/wss4j-bindings-2.3.3.jar  
10:42:37 [2026-03-02T09:42:37.877Z] #10 11.43   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/ws/security/main/wss4j-policy-2.3.3.jar  
10:42:37 [2026-03-02T09:42:37.877Z] #10 11.44   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/ws/xmlschema/main/module.xml  
10:42:37 [2026-03-02T09:42:37.877Z] #10 11.44   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/opentracing/opentracing-util/main/module.xml  
10:42:37 [2026-03-02T09:42:37.877Z] #10 11.44   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/opentracing/opentracing-util/main/opentracing-util-0.33.0.jar  
10:42:37 [2026-03-02T09:42:37.877Z] #10 11.44   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/opentracing/opentracing-api/main/opentracing-api-0.33.0.jar  
10:42:37 [2026-03-02T09:42:37.877Z] #10 11.44   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/opentracing/opentracing-noop/main/module.xml  
10:42:37 [2026-03-02T09:42:37.877Z] #10 11.44   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/opentracing/contrib/opentracing-tracerresolver/main/module.xml  
10:42:37 [2026-03-02T09:42:37.877Z] #10 11.44   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/opentracing/contrib/opentracing-jaxrs2/main/opentracing-jaxrs2-1.0.0.jar  
10:42:37 [2026-03-02T09:42:37.877Z] #10 11.44   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/jwt/main/smallrye-jwt-http-mechanism-3.1.1.jar  
10:42:37 [2026-03-02T09:42:37.877Z] #10 11.44   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/metrics/main/smallrye-metrics-3.0.3.jar  
10:42:37 [2026-03-02T09:42:37.877Z] #10 11.44   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/reactive/mutiny/vertx-kafka-client/main/smallrye-mutiny-vertx-kafka-client-2.15.1.jar  
10:42:37 [2026-03-02T09:42:37.877Z] #10 11.44   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/openapi/main/smallrye-open-api-jaxrs-2.1.21.jar  
10:42:37 [2026-03-02T09:42:37.877Z] #10 11.44   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/openapi/main/module.xml  
10:42:37 [2026-03-02T09:42:37.877Z] #10 11.44   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/common/annotation/main/smallrye-common-annotation-1.8.0.jar  
10:42:37 [2026-03-02T09:42:37.877Z] #10 11.44   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/common/annotation/main/module.xml  
10:42:37 [2026-03-02T09:42:37.877Z] #10 11.44   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/common/function/main/smallrye-common-function-1.8.0.jar  
10:42:37 [2026-03-02T09:42:37.877Z] #10 11.44   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/common/expression/main/smallrye-common-expression-1.8.0.jar  
10:42:37 [2026-03-02T09:42:37.877Z] #10 11.44   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/common/constraint/main/smallrye-common-constraint-1.8.0.jar  
10:42:37 [2026-03-02T09:42:37.877Z] #10 11.44   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/fault-tolerance/main/smallrye-fault-tolerance-core-5.2.1.jar  
10:42:37 [2026-03-02T09:42:37.877Z] #10 11.45   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/vertx/client/main/module.xml  
10:42:37 [2026-03-02T09:42:37.877Z] #10 11.45   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/grpc/main/grpc-context-1.38.1.jar  
10:42:37 [2026-03-02T09:42:37.877Z] #10 11.45   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/grpc/main/grpc-stub-1.38.1.jar  
10:42:37 [2026-03-02T09:42:37.877Z] #10 11.45   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/grpc/main/grpc-api-1.38.1.jar  
10:42:37 [2026-03-02T09:42:37.877Z] #10 11.45   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/jaegertracing/jaeger/main/jaeger-core-1.6.0.jar  
10:42:37 [2026-03-02T09:42:37.877Z] #10 11.45   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/netty/netty-handler/main/module.xml  
10:42:37 [2026-03-02T09:42:37.877Z] #10 11.45   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/netty/netty-codec/main/module.xml  
10:42:37 [2026-03-02T09:42:37.877Z] #10 11.45   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/netty/netty-codec/main/netty-codec-4.1.79.Final.jar  
10:42:37 [2026-03-02T09:42:37.877Z] #10 11.46   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/netty/netty-resolver/main/netty-resolver-4.1.79.Final.jar  
10:42:37 [2026-03-02T09:42:37.877Z] #10 11.46   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/netty/netty-codec-http2/main/netty-codec-http2-4.1.79.Final.jar  
10:42:37 [2026-03-02T09:42:37.877Z] #10 11.48   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/undertow/js/main/module.xml  
10:42:37 [2026-03-02T09:42:37.877Z] #10 11.48   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/reactivex/rxjava3/rxjava/main/module.xml  
10:42:37 [2026-03-02T09:42:37.877Z] #10 11.48   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/reactivex/rxjava3/rxjava/main/rxjava-3.1.4.jar  
10:42:37 [2026-03-02T09:42:37.877Z] #10 11.51   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/fasterxml/jackson/core/jackson-core/main/module.xml  
10:42:37 [2026-03-02T09:42:37.877Z] #10 11.51   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/fasterxml/jackson/core/jackson-annotations/main/module.xml  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.51   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/fasterxml/jackson/core/jackson-annotations/main/jackson-annotations-2.12.7.jar  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.52   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/main/jackson-datatype-jdk8-2.12.7.jar  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.52   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/main/jackson-datatype-jsr310-2.12.7.jar  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.52   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/main/module.xml  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.52   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/main/jackson-dataformat-yaml-2.12.7.jar  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.52   inflating: /opt/wildfly-26.1.3.Final/domain/configuration/logging.properties  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.52   inflating: /opt/wildfly-26.1.3.Final/domain/configuration/mgmt-groups.properties  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.52   inflating: /opt/wildfly-26.1.3.Final/domain/configuration/default-server-logging.properties  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.52   inflating: /opt/wildfly-26.1.3.Final/domain/configuration/host-slave.xml  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.52   inflating: /opt/wildfly-26.1.3.Final/domain/configuration/application-users.properties  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.52   inflating: /opt/wildfly-26.1.3.Final/domain/configuration/mgmt-users.properties  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.52   inflating: /opt/wildfly-26.1.3.Final/bin/standalone.bat  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.52   inflating: /opt/wildfly-26.1.3.Final/bin/wsprovide.sh  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.52   inflating: /opt/wildfly-26.1.3.Final/bin/appclient.conf.ps1  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.52   inflating: /opt/wildfly-26.1.3.Final/bin/jconsole.bat  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.52   inflating: /opt/wildfly-26.1.3.Final/bin/appclient.sh  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.52   inflating: /opt/wildfly-26.1.3.Final/standalone/configuration/mgmt-users.properties  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.52   inflating: /opt/wildfly-26.1.3.Final/standalone/configuration/standalone-load-balancer.xml  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.52   inflating: /opt/wildfly-26.1.3.Final/docs/licenses/licenses.xsl  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.52   inflating: /opt/wildfly-26.1.3.Final/docs/licenses/full-feature-pack-licenses.xml  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.52   inflating: /opt/wildfly-26.1.3.Final/docs/licenses/microprofile-feature-pack-licenses.xml  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.52   inflating: /opt/wildfly-26.1.3.Final/docs/contrib/scripts/init.d/wildfly.conf  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.52   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-config_2_2.xsd  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.53   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-microprofile-health-smallrye_2_0.xsd  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.53   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-txn_1_0.xsd  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.53   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-messaging-activemq_10_0.xsd  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.53   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-jsf_1_1.xsd  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.53   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-web_7_1.xsd  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.53   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-ejb-security_1_0.xsd  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.53   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-datasources_7_0.xsd  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.53   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-infinispan_9_0.xsd  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.53   inflating: /opt/wildfly-26.1.3.Final/docs/schema/persistence_3_0.xsd  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.53   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-picketlink-idm_1_1.xsd  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.53   inflating: /opt/wildfly-26.1.3.Final/docs/schema/trans-timeout-1_0.xsd  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.53   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-microprofile-metrics-smallrye_1_0.xsd  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.53   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-ejb-client_1_3.xsd  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.53   inflating: /opt/wildfly-26.1.3.Final/docs/schema/application_8.xsd  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.53   inflating: /opt/wildfly-26.1.3.Final/docs/schema/application_9.xsd  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.53   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-remoting_1_0.xsd  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.53   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-remoting_2_0.xsd  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.53   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-undertow_9_0.xsd  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.53   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-metrics_1_0.xsd  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.53   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-common_7_0.xsd  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.53   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-microprofile-opentracing_3_0.xsd  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.53   inflating: /opt/wildfly-26.1.3.Final/docs/schema/web-fragment_3_0.xsd  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.53   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-datasources_6_0.xsd  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.53   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-client_8_1.xsd  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.53   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-jca_1_1.xsd  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.53   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-client_8_0.xsd  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.53   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-config_1_7.xsd  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.54   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-mod-cluster_5_0.xsd  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.54   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-web_1_5.xsd  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.54   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-logging_1_0.xsd  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.54   inflating: /opt/wildfly-26.1.3.Final/docs/schema/elytron-1_0.xsd  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.54   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-web_11_0.xsd  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.54   inflating: /opt/wildfly-26.1.3.Final/docs/schema/module-1_0.xsd  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.54   inflating: /opt/wildfly-26.1.3.Final/docs/schema/module-1_1.xsd  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.54   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-ejb-container-interceptors_1_0.xsd  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.54   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-config_1_8.xsd  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.54   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-datasources_1_1.xsd  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.54   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-jpa_1_0.xsd  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.54   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-web_1_1.xsd  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.54   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-jacorb_1_0.xsd  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.54   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-txn_5_0.xsd  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.54   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jsp_2_3.xsd  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.54   inflating: /opt/wildfly-26.1.3.Final/docs/schema/module-1_7.xsd  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.54   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-security_1_2.xsd  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.54   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-core-management_1_0.xsd  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.54   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-jdr_1_0.xsd  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.54   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-cli_3_2.xsd  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.54   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-credential-reference_1_1.xsd  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.54   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-config_7_0.xsd  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.55   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-common_8_0.xsd  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.55   inflating: /opt/wildfly-26.1.3.Final/docs/schema/web-facelettaglibrary_2_3.xsd  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.55   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-client_1_0.xsd  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.55   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-undertow_12_0.xsd  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.55   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-mail_4_0.xsd  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.55   inflating: /opt/wildfly-26.1.3.Final/docs/schema/shared-session-config_1_0.xsd  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.55   inflating: /opt/wildfly-26.1.3.Final/docs/schema/web-app_3_0.xsd  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.55   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-ee-security_1_0.xsd  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.55   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-rts_1_0.xsd  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.55   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-infinispan_3_0.xsd  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.55   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-weld_1_0.xsd  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.55   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-web_14_0.xsd  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.55   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-remoting_5_1.xsd  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.55   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-jacorb_2_0.xsd  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.55   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-infinispan_1_3.xsd  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.55   inflating: /opt/wildfly-26.1.3.Final/docs/examples/configs/standalone-rts.xml  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.55   inflating: /opt/wildfly-26.1.3.Final/docs/examples/configs/standalone-ec2-ha.xml  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.55   inflating: /opt/wildfly-26.1.3.Final/docs/examples/configs/standalone-ec2-full-ha.xml  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.55   inflating: /opt/wildfly-26.1.3.Final/welcome-content/noconsole.html  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.55   inflating: /opt/wildfly-26.1.3.Final/jboss-modules.jar  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.56   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/request-controller/main/module.xml  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.56   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/io/main/wildfly-io-18.1.2.Final.jar  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.56   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/core-management-client/main/wildfly-core-management-client-18.1.2.Final.jar  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.56   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/core-management-client/main/module.xml  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.56   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/elytron/main/wildfly-elytron-integration-18.1.2.Final.jar  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.57   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/http-client/naming/main/module.xml  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.57   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/http-client/ejb/main/module.xml  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.57   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/microprofile/fault-tolerance-smallrye/executor/main/module.xml  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.57   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/microprofile/fault-tolerance-smallrye/executor/main/wildfly-microprofile-fault-tolerance-smallrye-executor-26.1.3.Final.jar  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.57   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/microprofile/opentracing-smallrye/main/module.xml  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.57   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/bootable-jar/main/wildfly-jar-runtime-18.1.2.Final.jar  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.57   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/openssl/main/lib/linux-s390x/libwfssl.so  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.57   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/mod_cluster/core/main/mod_cluster-core-1.4.4.Final.jar  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.58   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/jts/integration/main/module.xml  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.58   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/jts/main/module.xml  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.58   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/jts/main/narayana-jts-idlj-5.12.5.Final.jar  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.59   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/protocol/main/module.xml  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.59   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/security-plugins/main/module.xml  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.59   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/security-plugins/main/wildfly-security-plugins-26.1.3.Final.jar  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.60   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/jsf/main/module.xml  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.60   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/controller/main/module.xml  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.60   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/controller/main/dir/.gitkeep  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.60   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/domain-http-error-context/main/module.xml  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.60   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/domain-http-error-context/main/wildfly-domain-http-error-context-18.1.2.Final.jar  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.60   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/jsf-injection/main/weld-jsf-3.1.9.Final.jar  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.60   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/jsf-injection/main/module.xml  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.60   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/deployment-repository/main/wildfly-deployment-repository-18.1.2.Final.jar  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.60   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/threads/main/module.xml  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.60   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/naming/main/module.xml  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.60   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/naming/main/wildfly-naming-26.1.3.Final.jar  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.60   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/controller-client/main/module.xml  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.60   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/controller-client/main/wildfly-controller-client-18.1.2.Final.jar  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.60   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/logging/main/module.xml  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.60   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/logging/main/wildfly-logging-18.1.2.Final.jar  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.61   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/log4j/logmanager/main/module.xml  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.61   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/narayana/txframework/main/txframework-5.12.5.Final.jar  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.61   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/narayana/rts/main/module.xml  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.61   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/narayana/rts/main/restat-util-5.12.5.Final.jar  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.61   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/narayana/rts/main/restat-bridge-5.12.5.Final.jar  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.61   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/narayana/compensations/main/compensations-5.12.5.Final.jar  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.61   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/narayana/compensations/main/module.xml  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.61   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/dmr/main/module.xml  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.61   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/dmr/main/jboss-dmr-1.6.1.Final.jar  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.61   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/metadata/appclient/main/jboss-metadata-appclient-14.0.0.Final.jar  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.61   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/metadata/ejb/main/module.xml  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.61   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/metadata/ejb/main/jboss-metadata-ejb-14.0.0.Final.jar  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.62   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/hibernate/validator/main/hibernate-validator-6.0.23.Final.jar  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.63   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/aesh/main/readline-2.2.jar  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.63   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/bouncycastle/bcutil/main/module.xml  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.63   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/bouncycastle/main/module.xml  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.63   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/bouncycastle/bcmail/main/module.xml  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.63   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/bouncycastle/bcpkix/main/bcpkix-jdk15on-1.69.jar  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.64   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/codehaus/woodstox/main/woodstox-core-6.2.8.jar  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.66   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/lucene/main/lucene-queries-5.5.5.jar  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.66   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/commons/lang3/main/module.xml  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.66   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/commons/lang3/main/commons-lang3-3.12.0.jar  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.67   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/commons/logging/main/module.xml  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.67   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/sshd/main/sshd-core-2.7.0.jar  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.68   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/xalan/main/serializer-2.7.1.jbossorg-6.jar  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.68   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/openjpa/main/jipijapa-openjpa-26.1.3.Final.jar  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.68   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/openjpa/main/module.xml  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.68   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/cxf/impl/main/cxf-xjc-dv-3.3.2.jar  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.68   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-frontend-jaxws-3.4.10.jar  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.68   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-frontend-simple-3.4.10.jar  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.68   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-bindings-xml-3.4.10.jar  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.69   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-ws-addr-3.4.10.jar  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.69   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-security-3.4.10.jar  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.69   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/cxf/impl/main/cxf-tools-wsdlto-databinding-jaxb-3.4.10.jar  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.69   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-databinding-jaxb-3.4.10.jar  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.69   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/cxf/impl/main/cxf-tools-validator-3.4.10.jar  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.69   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/cxf/impl/main/cxf-tools-wsdlto-core-3.4.10.jar  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.69   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-ws-policy-3.4.10.jar  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.69   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/ws/security/main/wss4j-ws-security-common-2.3.3.jar  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.70   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/opentracing/contrib/opentracing-tracerresolver/main/opentracing-tracerresolver-0.1.8.jar  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.70   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/opentracing/contrib/opentracing-concurrent/main/module.xml  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.70   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/opentracing/contrib/opentracing-web-servlet-filter/main/opentracing-web-servlet-filter-0.2.3.jar  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.70   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/jwt/main/smallrye-jwt-cdi-extension-3.1.1.jar  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.70   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/jwt/main/module.xml  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.70   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/jwt/main/smallrye-jwt-3.1.1.jar  
10:42:37 [2026-03-02T09:42:37.878Z] #10 11.70   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/reactive/messaging/connector/main/module.xml  
10:42:37 [2026-03-02T09:42:37.879Z] #10 11.70   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/reactive/messaging/main/smallrye-reactive-messaging-provider-3.13.0.jar  
10:42:37 [2026-03-02T09:42:37.879Z] #10 11.70   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/agroal/main/module.xml  
10:42:37 [2026-03-02T09:42:37.879Z] #10 11.70   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/agroal/main/agroal-narayana-1.16.jar  
10:42:37 [2026-03-02T09:42:37.879Z] #10 11.70   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/agroal/main/agroal-api-1.16.jar  
10:42:37 [2026-03-02T09:42:37.879Z] #10 11.70   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/vertx/core/main/module.xml  
10:42:37 [2026-03-02T09:42:37.879Z] #10 11.70   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/vertx/core/main/vertx-core-4.2.1.jar  
10:42:37 [2026-03-02T09:42:37.879Z] #10 11.72   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/servlet/jstl/api/main/taglibs-standard-spec-1.2.6-RC1.jar  
10:42:37 [2026-03-02T09:42:37.879Z] #10 11.72   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/servlet/jsp/api/main/jboss-jsp-api_2.3_spec-2.0.0.Final.jar  
10:42:37 [2026-03-02T09:42:37.879Z] #10 11.72   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/enterprise/api/main/module.xml  
10:42:37 [2026-03-02T09:42:37.879Z] #10 11.72   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/inject/api/main/jakarta.inject-api-1.0.5.jar  
10:42:37 [2026-03-02T09:42:37.879Z] #10 11.72   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/inject/api/main/module.xml  
10:42:37 [2026-03-02T09:42:37.879Z] #10 11.72   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/security/enterprise/api/main/module.xml  
10:42:37 [2026-03-02T09:42:37.879Z] #10 11.72   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/security/auth/message/api/main/jboss-jaspi-api_1.1_spec-2.0.1.Final.jar  
10:42:37 [2026-03-02T09:42:37.879Z] #10 11.72   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/security/jacc/api/main/jboss-jacc-api_1.5_spec-2.0.0.Final.jar  
10:42:37 [2026-03-02T09:42:37.879Z] #10 11.72   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/activation/api/main/jakarta.activation-1.2.2.jar  
10:42:37 [2026-03-02T09:42:37.879Z] #10 11.72   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/xml/stream/api/main/module.xml  
10:42:37 [2026-03-02T09:42:37.879Z] #10 11.72   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/xml/soap/api/main/module.xml  
10:42:37 [2026-03-02T09:42:37.879Z] #10 11.72   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/xml/soap/api/main/jboss-saaj-api_1.4_spec-1.0.2.Final.jar  
10:42:37 [2026-03-02T09:42:37.879Z] #10 11.72   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/json/api/main/jakarta.json-api-1.1.6.jar  
10:42:37 [2026-03-02T09:42:37.879Z] #10 11.72   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/persistence/api/main/jakarta.persistence-api-2.2.3.jar  
10:42:37 [2026-03-02T09:42:37.879Z] #10 11.72   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/ws/rs/api/main/jboss-jaxrs-api_2.1_spec-2.0.2.Final.jar  
10:42:37 [2026-03-02T09:42:37.879Z] #10 11.72   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/sun/xml/bind/main/codemodel-2.3.3-b02-jbossorg-2.jar  
10:42:37 [2026-03-02T09:42:37.879Z] #10 11.73   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/sun/xml/bind/main/xsom-2.3.3-b02-jbossorg-2.jar  
10:42:37 [2026-03-02T09:42:37.879Z] #10 11.73   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/google/guava/failureaccess/main/failureaccess-1.0.1.jar  
10:42:38 [2026-03-02T09:42:38.129Z] #10 11.73   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/google/guava/failureaccess/main/module.xml  
10:42:38 [2026-03-02T09:42:38.129Z] #10 11.73   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/google/guava/main/guava-31.1-jre.jar  
10:42:38 [2026-03-02T09:42:38.129Z] #10 11.76   inflating: /opt/wildfly-26.1.3.Final/bin/jconsole.sh  
10:42:38 [2026-03-02T09:42:38.129Z] #10 11.76   inflating: /opt/wildfly-26.1.3.Final/bin/domain.conf  
10:42:38 [2026-03-02T09:42:38.129Z] #10 11.76   inflating: /opt/wildfly-26.1.3.Final/bin/wsprovide.ps1  
10:42:38 [2026-03-02T09:42:38.129Z] #10 11.76   inflating: /opt/wildfly-26.1.3.Final/bin/wsconsume.ps1  
10:42:38 [2026-03-02T09:42:38.129Z] #10 11.76   inflating: /opt/wildfly-26.1.3.Final/standalone/configuration/application-roles.properties  
10:42:38 [2026-03-02T09:42:38.129Z] #10 11.76   inflating: /opt/wildfly-26.1.3.Final/standalone/configuration/logging.properties  
10:42:38 [2026-03-02T09:42:38.129Z] #10 11.76   inflating: /opt/wildfly-26.1.3.Final/appclient/configuration/appclient.xml  
10:42:38 [2026-03-02T09:42:38.129Z] #10 11.76   inflating: /opt/wildfly-26.1.3.Final/docs/licenses/licenses.html  
10:42:38 [2026-03-02T09:42:38.129Z] #10 11.76   inflating: /opt/wildfly-26.1.3.Final/docs/licenses/gnu lesser general public license v2.1 or later.txt  
10:42:38 [2026-03-02T09:42:38.129Z] #10 11.76   inflating: /opt/wildfly-26.1.3.Final/docs/schema/web-common_3_1.xsd  
10:42:38 [2026-03-02T09:42:38.129Z] #10 11.76   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-xts_3_0.xsd  
10:42:38 [2026-03-02T09:42:38.129Z] #10 11.76   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-distributable-web_1_0.xsd  
10:42:38 [2026-03-02T09:42:38.129Z] #10 11.76   inflating: /opt/wildfly-26.1.3.Final/docs/schema/web-common_3_0.xsd  
10:42:38 [2026-03-02T09:42:38.129Z] #10 11.76   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-web_7_0.xsd  
10:42:38 [2026-03-02T09:42:38.129Z] #10 11.76   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-resource-adapters_1_1.xsd  
10:42:38 [2026-03-02T09:42:38.129Z] #10 11.76   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-ejb3_7_0.xsd  
10:42:38 [2026-03-02T09:42:38.129Z] #10 11.76   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-microprofile-config-smallrye_2_0.xsd  
10:42:38 [2026-03-02T09:42:38.129Z] #10 11.76   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-ejb3_3_0.xsd  
10:42:38 [2026-03-02T09:42:38.129Z] #10 11.77   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-config_9_0.xsd  
10:42:38 [2026-03-02T09:42:38.129Z] #10 11.77   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-jpa_1_0.xsd  
10:42:38 [2026-03-02T09:42:38.129Z] #10 11.77   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-infinispan_10_0.xsd  
10:42:38 [2026-03-02T09:42:38.129Z] #10 11.77   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-datasources_2_0.xsd  
10:42:38 [2026-03-02T09:42:38.129Z] #10 11.77   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-jmx_1_1.xsd  
10:42:38 [2026-03-02T09:42:38.129Z] #10 11.77   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-jgroups_6_0.xsd  
10:42:38 [2026-03-02T09:42:38.129Z] #10 11.77   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jakartaee_web_services_client_2_0.xsd  
10:42:38 [2026-03-02T09:42:38.129Z] #10 11.77   inflating: /opt/wildfly-26.1.3.Final/docs/schema/persistence_2_0.xsd  
10:42:38 [2026-03-02T09:42:38.129Z] #10 11.77   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-cli_2_0.xsd  
10:42:38 [2026-03-02T09:42:38.129Z] #10 11.77   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-ejb3-2_1.xsd  
10:42:38 [2026-03-02T09:42:38.129Z] #10 11.77   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-elytron_9_0.xsd  
10:42:38 [2026-03-02T09:42:38.129Z] #10 11.77   inflating: /opt/wildfly-26.1.3.Final/docs/schema/module-1_3.xsd  
10:42:38 [2026-03-02T09:42:38.129Z] #10 11.77   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-jacorb_1_4.xsd  
10:42:38 [2026-03-02T09:42:38.129Z] #10 11.77   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-ejb3_1_0.xsd  
10:42:38 [2026-03-02T09:42:38.129Z] #10 11.77   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-agroal_1_0.xsd  
10:42:38 [2026-03-02T09:42:38.129Z] #10 11.77   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-undertow_3_1.xsd  
10:42:38 [2026-03-02T09:42:38.129Z] #10 11.77   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-elytron_7_0.xsd  
10:42:38 [2026-03-02T09:42:38.129Z] #10 11.77   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-web_8_0.xsd  
10:42:38 [2026-03-02T09:42:38.129Z] #10 11.77   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-undertow_5_0.xsd  
10:42:38 [2026-03-02T09:42:38.129Z] #10 11.78   inflating: /opt/wildfly-26.1.3.Final/docs/schema/web-facelettaglibrary_3_0.xsd  
10:42:38 [2026-03-02T09:42:38.129Z] #10 11.78   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jsp_2_0.xsd  
10:42:38 [2026-03-02T09:42:38.129Z] #10 11.78   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-jacorb_1_2.xsd  
10:42:38 [2026-03-02T09:42:38.129Z] #10 11.78   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-security_1_1.xsd  
10:42:38 [2026-03-02T09:42:38.129Z] #10 11.78   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-elytron_3_0.xsd  
10:42:38 [2026-03-02T09:42:38.129Z] #10 11.78   inflating: /opt/wildfly-26.1.3.Final/docs/schema/application_5.xsd  
10:42:38 [2026-03-02T09:42:38.129Z] #10 11.78   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-messaging-activemq-deployment_1_0.xsd  
10:42:38 [2026-03-02T09:42:38.129Z] #10 11.78   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-webservices_1_1.xsd  
10:42:38 [2026-03-02T09:42:38.129Z] #10 11.78   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-web_10_0.xsd  
10:42:38 [2026-03-02T09:42:38.129Z] #10 11.78   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-naming_1_2.xsd  
10:42:38 [2026-03-02T09:42:38.129Z] #10 11.78   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-ee_1_0.xsd  
10:42:38 [2026-03-02T09:42:38.129Z] #10 11.78   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-resource-adapters_3_0.xsd  
10:42:38 [2026-03-02T09:42:38.129Z] #10 11.78   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-messaging_1_5.xsd  
10:42:38 [2026-03-02T09:42:38.129Z] #10 11.78   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-undertow_2_0.xsd  
10:42:38 [2026-03-02T09:42:38.129Z] #10 11.78   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-ee_1_2.xsd  
10:42:38 [2026-03-02T09:42:38.129Z] #10 11.78   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-naming_1_0.xsd  
10:42:38 [2026-03-02T09:42:38.129Z] #10 11.78   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-logging_2_0.xsd  
10:42:38 [2026-03-02T09:42:38.129Z] #10 11.78   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-picketlink-federation_2_0.xsd  
10:42:38 [2026-03-02T09:42:38.129Z] #10 11.78   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-infinispan_1_1.xsd  
10:42:38 [2026-03-02T09:42:38.129Z] #10 11.78   inflating: /opt/wildfly-26.1.3.Final/docs/schema/web-app_3_1.xsd  
10:42:38 [2026-03-02T09:42:38.129Z] #10 11.78   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jakartaee_web_services_2_0.xsd  
10:42:38 [2026-03-02T09:42:38.129Z] #10 11.78   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-web_2_2.xsd  
10:42:38 [2026-03-02T09:42:38.129Z] #10 11.78   inflating: /opt/wildfly-26.1.3.Final/docs/schema/application-client_6.xsd  
10:42:38 [2026-03-02T09:42:38.129Z] #10 11.78   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-iiop-openjdk_2_0.xsd  
10:42:38 [2026-03-02T09:42:38.129Z] #10 11.78   inflating: /opt/wildfly-26.1.3.Final/docs/schema/web-jsptaglibrary_2_0.xsd  
10:42:38 [2026-03-02T09:42:38.129Z] #10 11.78   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-infinispan_1_2.xsd  
10:42:38 [2026-03-02T09:42:38.129Z] #10 11.79   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-web_2_0.xsd  
10:42:38 [2026-03-02T09:42:38.129Z] #10 11.79   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-messaging_1_1.xsd  
10:42:38 [2026-03-02T09:42:38.129Z] #10 11.79   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-web_2_1.xsd  
10:42:38 [2026-03-02T09:42:38.129Z] #10 11.79   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-webservices_2_0.xsd  
10:42:38 [2026-03-02T09:42:38.129Z] #10 11.79   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-logging_4_0.xsd  
10:42:38 [2026-03-02T09:42:38.129Z] #10 11.79   inflating: /opt/wildfly-26.1.3.Final/docs/examples/enable-microprofile.cli  
10:42:38 [2026-03-02T09:42:38.129Z] #10 11.79   inflating: /opt/wildfly-26.1.3.Final/docs/examples/configs/standalone-azure-ha.xml  
10:42:38 [2026-03-02T09:42:38.129Z] #10 11.79   inflating: /opt/wildfly-26.1.3.Final/docs/examples/configs/standalone-gossip-ha.xml  
10:42:38 [2026-03-02T09:42:38.129Z] #10 11.79   inflating: /opt/wildfly-26.1.3.Final/docs/examples/configs/standalone-jts.xml  
10:42:38 [2026-03-02T09:42:38.129Z] #10 11.79   inflating: /opt/wildfly-26.1.3.Final/docs/examples/configs/standalone-activemq-colocated.xml  
10:42:38 [2026-03-02T09:42:38.129Z] #10 11.79   inflating: /opt/wildfly-26.1.3.Final/welcome-content/index.html  
10:42:38 [2026-03-02T09:42:38.129Z] #10 11.79   inflating: /opt/wildfly-26.1.3.Final/welcome-content/noredirect.html  
10:42:38 [2026-03-02T09:42:38.129Z] #10 11.79   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/asm/asm/main/asm-9.2.jar  
10:42:38 [2026-03-02T09:42:38.129Z] #10 11.79   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/eclipse/persistence/main/jipijapa-eclipselink-26.1.3.Final.jar  
10:42:38 [2026-03-02T09:42:38.129Z] #10 11.79   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/eclipse/persistence/main/module.xml  
10:42:38 [2026-03-02T09:42:38.129Z] #10 11.79   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/eclipse/microprofile/jwt/auth/api/main/microprofile-jwt-auth-api-1.2.1.jar  
10:42:38 [2026-03-02T09:42:38.129Z] #10 11.79   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/eclipse/microprofile/jwt/auth/api/main/module.xml  
10:42:38 [2026-03-02T09:42:38.129Z] #10 11.79   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/eclipse/microprofile/opentracing/main/microprofile-opentracing-api-2.0.jar  
10:42:38 [2026-03-02T09:42:38.129Z] #10 11.79   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/eclipse/microprofile/opentracing/main/module.xml  
10:42:38 [2026-03-02T09:42:38.129Z] #10 11.79   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/eclipse/microprofile/metrics/api/main/microprofile-metrics-api-3.0.jar  
10:42:38 [2026-03-02T09:42:38.129Z] #10 11.79   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/eclipse/microprofile/reactive-streams-operators/core/main/module.xml  
10:42:38 [2026-03-02T09:42:38.129Z] #10 11.79   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/eclipse/microprofile/reactive-streams-operators/api/main/module.xml  
10:42:38 [2026-03-02T09:42:38.129Z] #10 11.79   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/eclipse/microprofile/reactive-streams-operators/api/main/microprofile-reactive-streams-operators-api-2.0.jar  
10:42:38 [2026-03-02T09:42:38.129Z] #10 11.79   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/eclipse/microprofile/health/api/main/microprofile-health-api-3.1.jar  
10:42:38 [2026-03-02T09:42:38.130Z] #10 11.79   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/eclipse/microprofile/fault-tolerance/api/main/microprofile-fault-tolerance-api-3.0.jar  
10:42:38 [2026-03-02T09:42:38.130Z] #10 11.79   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/eclipse/microprofile/reactive-messaging/api/main/smallrye-reactive-messaging-api-3.13.0.jar  
10:42:38 [2026-03-02T09:42:38.130Z] #10 11.80   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/mod_cluster/undertow/main/wildfly-mod_cluster-undertow-26.1.3.Final.jar  
10:42:38 [2026-03-02T09:42:38.130Z] #10 11.80   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/mod_cluster/main/module.xml  
10:42:38 [2026-03-02T09:42:38.130Z] #10 11.80   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/mod_cluster/main/wildfly-mod_cluster-extension-26.1.3.Final.jar  
10:42:38 [2026-03-02T09:42:38.130Z] #10 11.80   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/clustering/web/main/module.xml  
10:42:38 [2026-03-02T09:42:38.130Z] #10 11.80   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/clustering/singleton/main/wildfly-clustering-singleton-extension-26.1.3.Final.jar  
10:42:38 [2026-03-02T09:42:38.130Z] #10 11.80   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/elytron/main/module.xml  
10:42:38 [2026-03-02T09:42:38.130Z] #10 11.80   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/batch/jberet/main/module.xml  
10:42:38 [2026-03-02T09:42:38.130Z] #10 11.80   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/batch/jberet/main/wildfly-batch-jberet-26.1.3.Final.jar  
10:42:38 [2026-03-02T09:42:38.130Z] #10 11.80   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/messaging-activemq/main/META-INF/services/org.apache.activemq.artemis.spi.core.remoting.ssl.SSLContextFactory  
10:42:38 [2026-03-02T09:42:38.130Z] #10 11.80   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/messaging-activemq/main/module.xml  
10:42:38 [2026-03-02T09:42:38.130Z] #10 11.80   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/messaging-activemq/main/wildfly-messaging-activemq-subsystem-26.1.3.Final.jar  
10:42:38 [2026-03-02T09:42:38.130Z] #10 11.81   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/api/main/module.xml  
10:42:38 [2026-03-02T09:42:38.130Z] #10 11.81   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/infinispan/marshalling/main/module.xml  
10:42:38 [2026-03-02T09:42:38.130Z] #10 11.81   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/infinispan/spi/main/wildfly-clustering-infinispan-spi-26.1.3.Final.jar  
10:42:38 [2026-03-02T09:42:38.130Z] #10 11.81   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/http-client/transaction/main/module.xml  
10:42:38 [2026-03-02T09:42:38.130Z] #10 11.81   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/http-client/common/main/wildfly-http-client-common-1.1.12.Final.jar  
10:42:38 [2026-03-02T09:42:38.130Z] #10 11.81   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/openssl/main/lib/macosx-x86_64/libwfssl.dylib  
10:42:38 [2026-03-02T09:42:38.130Z] #10 11.82   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/client/config/main/module.xml  
10:42:38 [2026-03-02T09:42:38.130Z] #10 11.82   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/embedded/main/module.xml  
10:42:38 [2026-03-02T09:42:38.130Z] #10 11.82   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/embedded/main/wildfly-embedded-18.1.2.Final.jar  
10:42:38 [2026-03-02T09:42:38.130Z] #10 11.82   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/weld/core/main/weld-web-3.1.9.Final.jar  
10:42:38 [2026-03-02T09:42:38.130Z] #10 11.82   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/weld/spi/main/module.xml  
10:42:38 [2026-03-02T09:42:38.130Z] #10 11.82   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/weld/api/main/module.xml  
10:42:38 [2026-03-02T09:42:38.130Z] #10 11.82   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/weld/api/main/weld-api-3.1.SP4.jar  
10:42:38 [2026-03-02T09:42:38.130Z] #10 11.82   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/deployers/jboss-service-deployer/main/module.xml  
10:42:38 [2026-03-02T09:42:38.130Z] #10 11.82   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/vfs/main/module.xml  
10:42:38 [2026-03-02T09:42:38.130Z] #10 11.82   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/staxmapper/main/staxmapper-1.3.0.Final.jar  
10:42:38 [2026-03-02T09:42:38.130Z] #10 11.82   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/ejb-client/main/module.xml  
10:42:38 [2026-03-02T09:42:38.130Z] #10 11.82   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/xts/main/jbosstxbridge-5.12.5.Final.jar  
10:42:38 [2026-03-02T09:42:38.130Z] #10 11.82   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/xts/main/module.xml  
10:42:38 [2026-03-02T09:42:38.130Z] #10 11.82   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/xts/main/jbossxts-5.12.5.Final.jar  
10:42:38 [2026-03-02T09:42:38.130Z] #10 11.83   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/msc/main/module.xml  
10:42:38 [2026-03-02T09:42:38.130Z] #10 11.83   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/ironjacamar/impl/main/ironjacamar-deployers-common-1.5.3.Final.jar  
10:42:38 [2026-03-02T09:42:38.130Z] #10 11.83   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/ironjacamar/impl/main/ironjacamar-validator-1.5.3.Final.jar  
10:42:38 [2026-03-02T09:42:38.130Z] #10 11.83   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/ironjacamar/impl/main/module.xml  
10:42:38 [2026-03-02T09:42:38.130Z] #10 11.83   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/ironjacamar/impl/main/ironjacamar-common-impl-1.5.3.Final.jar  
10:42:38 [2026-03-02T09:42:38.130Z] #10 11.85   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/platform-mbean/main/module.xml  
10:42:38 [2026-03-02T09:42:38.130Z] #10 11.85   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/jaxrs/main/wildfly-jaxrs-26.1.3.Final.jar  
10:42:38 [2026-03-02T09:42:38.130Z] #10 11.85   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/ejb3/main/wildfly-ejb3-26.1.3.Final.jar  
10:42:38 [2026-03-02T09:42:38.130Z] #10 11.86   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/glassfish/soteria/main/module.xml  
10:42:38 [2026-03-02T09:42:38.130Z] #10 11.86   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/glassfish/soteria/main/jakarta.security.enterprise-1.0.1-jbossorg-1.jar  
10:42:38 [2026-03-02T09:42:38.130Z] #10 11.87   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/glassfish/javax/enterprise/concurrent/main/jakarta.enterprise.concurrent-1.1.1.jar  
10:42:38 [2026-03-02T09:42:38.130Z] #10 11.87   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/glassfish/javax/enterprise/concurrent/main/module.xml  
10:42:38 [2026-03-02T09:42:38.130Z] #10 11.87   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/glassfish/javax/el/main/module.xml  
10:42:38 [2026-03-02T09:42:38.130Z] #10 11.87   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/glassfish/javax/json/main/module.xml  
10:42:38 [2026-03-02T09:42:38.130Z] #10 11.87   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/opensaml/main/opensaml-xacml-saml-impl-3.4.6.jar  
10:42:38 [2026-03-02T09:42:38.130Z] #10 11.87   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/opensaml/main/opensaml-saml-api-3.4.6.jar  
10:42:38 [2026-03-02T09:42:38.130Z] #10 11.87   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/opensaml/main/opensaml-core-3.4.6.jar  
10:42:38 [2026-03-02T09:42:38.130Z] #10 11.87   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/aesh/main/module.xml  
10:42:38 [2026-03-02T09:42:38.130Z] #10 11.87   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/aesh/main/aesh-extensions-1.8.jar  
10:42:38 [2026-03-02T09:42:38.130Z] #10 11.88   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jsoup/main/jsoup-1.14.2.jar  
10:42:38 [2026-03-02T09:42:38.130Z] #10 11.88   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/hornetq/client/main/hornetq-jms-client-2.4.8.Final.jar  
10:42:38 [2026-03-02T09:42:38.130Z] #10 11.88   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/yaml/snakeyaml/main/module.xml  
10:42:38 [2026-03-02T09:42:38.130Z] #10 11.88   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/infinispan/hibernate-cache/main/infinispan-hibernate-cache-v53-13.0.10.Final.jar  
10:42:38 [2026-03-02T09:42:38.130Z] #10 11.88   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/infinispan/hibernate-cache/main/infinispan-hibernate-cache-spi-13.0.10.Final.jar  
10:42:38 [2026-03-02T09:42:38.130Z] #10 11.88   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/infinispan/hibernate-cache/main/module.xml  
10:42:38 [2026-03-02T09:42:38.130Z] #10 11.88   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/infinispan/commons/main/infinispan-commons-13.0.10.Final.jar  
10:42:38 [2026-03-02T09:42:38.130Z] #10 11.89   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/activemq/artemis/protocol/amqp/main/artemis-amqp-protocol-2.19.1.jar  
10:42:38 [2026-03-02T09:42:38.130Z] #10 11.89   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/activemq/artemis/main/artemis-core-client-2.19.1.jar  
10:42:38 [2026-03-02T09:42:38.130Z] #10 11.90   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/lucene/internal/main/module.xml  
10:42:38 [2026-03-02T09:42:38.130Z] #10 11.90   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/lucene/main/lucene-core-5.5.5.jar  
10:42:38 [2026-03-02T09:42:38.130Z] #10 11.93   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/cxf/impl/main/cxf-xjc-runtime-3.3.2.jar  
10:42:38 [2026-03-02T09:42:38.130Z] #10 11.93   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-transports-http-3.4.10.jar  
10:42:38 [2026-03-02T09:42:38.130Z] #10 11.93   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-ws-mex-3.4.10.jar  
10:42:38 [2026-03-02T09:42:38.130Z] #10 11.93   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-wsdl-3.4.10.jar  
10:42:38 [2026-03-02T09:42:38.380Z] #10 11.93   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/cxf/impl/main/cxf-xjc-boolean-3.3.2.jar  
10:42:38 [2026-03-02T09:42:38.380Z] #10 11.93   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/cxf/impl/main/cxf-services-ws-discovery-api-3.4.10.jar  
10:42:38 [2026-03-02T09:42:38.380Z] #10 11.93   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/cxf/impl/main/cxf-xjc-bug986-3.3.2.jar  
10:42:38 [2026-03-02T09:42:38.380Z] #10 11.93   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/cxf/impl/main/module.xml  
10:42:38 [2026-03-02T09:42:38.380Z] #10 11.93   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-transports-http-hc-3.4.10.jar  
10:42:38 [2026-03-02T09:42:38.380Z] #10 11.93   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/cxf/services-sts/main/module.xml  
10:42:38 [2026-03-02T09:42:38.380Z] #10 11.93   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/cxf/ws-security/main/module.xml  
10:42:38 [2026-03-02T09:42:38.380Z] #10 11.93   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/cxf/ws-security/main/cxf-rt-ws-security-3.4.10.jar  
10:42:38 [2026-03-02T09:42:38.380Z] #10 11.94   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/reactive/mutiny/vertx-kafka-client/main/module.xml  
10:42:38 [2026-03-02T09:42:38.380Z] #10 11.94   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/reactive/mutiny/vertx-runtime/main/smallrye-mutiny-vertx-runtime-2.15.1.jar  
10:42:38 [2026-03-02T09:42:38.380Z] #10 11.94   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/reactive/mutiny/vertx-core/main/module.xml  
10:42:38 [2026-03-02T09:42:38.380Z] #10 11.94   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/health/main/module.xml  
10:42:38 [2026-03-02T09:42:38.380Z] #10 11.94   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/health/main/smallrye-health-3.2.1.jar  
10:42:38 [2026-03-02T09:42:38.380Z] #10 11.94   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/openapi/main/smallrye-open-api-core-2.1.21.jar  
10:42:38 [2026-03-02T09:42:38.380Z] #10 11.95   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/opentelemetry/trace/main/opentelemetry-api-metrics-1.9.1-alpha.jar  
10:42:38 [2026-03-02T09:42:38.380Z] #10 11.95   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/opentelemetry/trace/main/opentelemetry-sdk-common-1.9.1.jar  
10:42:38 [2026-03-02T09:42:38.380Z] #10 11.95   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/opentelemetry/trace/main/opentelemetry-sdk-1.9.1.jar  
10:42:38 [2026-03-02T09:42:38.380Z] #10 11.95   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/opentelemetry/api/main/opentelemetry-semconv-1.9.1-alpha.jar  
10:42:38 [2026-03-02T09:42:38.380Z] #10 11.95   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/opentelemetry/api/main/module.xml  
10:42:38 [2026-03-02T09:42:38.380Z] #10 11.95   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/opentelemetry/api/main/opentelemetry-api-1.9.1.jar  
10:42:38 [2026-03-02T09:42:38.380Z] #10 11.95   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/jaegertracing/main/module.xml  
10:42:38 [2026-03-02T09:42:38.380Z] #10 11.95   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/jaegertracing/main/jaeger-thrift-1.6.0.jar  
10:42:38 [2026-03-02T09:42:38.380Z] #10 11.96   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/netty/netty-transport-native-kqueue/main/module.xml  
10:42:38 [2026-03-02T09:42:38.380Z] #10 11.96   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/netty/netty-transport-native-kqueue/main/lib/META-INF/native/libnetty_transport_native_kqueue_aarch_64.jnilib  
10:42:38 [2026-03-02T09:42:38.380Z] #10 11.99   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/netty/netty-handler-proxy/main/module.xml  
10:42:38 [2026-03-02T09:42:38.380Z] #10 11.99   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/netty/netty-resolver-dns/main/module.xml  
10:42:38 [2026-03-02T09:42:38.380Z] #10 11.99   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/undertow/websocket/main/module.xml  
10:42:38 [2026-03-02T09:42:38.380Z] #10 11.99   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/undertow/servlet/main/undertow-servlet-2.2.19.Final.jar  
10:42:38 [2026-03-02T09:42:38.380Z] #10 12.00   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/xml/ws/api/main/module.xml  
10:42:38 [2026-03-02T09:42:38.380Z] #10 12.00   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/json/api/main/module.xml  
10:42:38 [2026-03-02T09:42:38.380Z] #10 12.00   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/json/bind/api/main/jakarta.json.bind-api-1.0.2.jar  
10:42:38 [2026-03-02T09:42:38.380Z] #10 12.00   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/batch/api/main/jboss-batch-api_1.0_spec-2.0.0.Final.jar  
10:42:38 [2026-03-02T09:42:38.380Z] #10 12.00   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/resource/api/main/module.xml  
10:42:38 [2026-03-02T09:42:38.380Z] #10 12.00   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/resource/api/main/jboss-connector-api_1.7_spec-2.0.0.Final.jar  
10:42:38 [2026-03-02T09:42:38.380Z] #10 12.00   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/interceptor/api/main/module.xml  
10:42:38 [2026-03-02T09:42:38.380Z] #10 12.00   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/interceptor/api/main/jboss-interceptors-api_1.2_spec-2.0.0.Final.jar  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.00   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/javax/faces/api/main/jboss-jsf-api_2.3_spec-3.1.0.SP01.jar  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.01   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/google/guava/main/module.xml  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.01   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/google/code/gson/main/module.xml  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.01   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/google/code/gson/main/gson-2.8.9.jar  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.01   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/google/protobuf/main/protobuf-java-util-3.19.2.jar  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.01   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/microsoft/azure/storage/main/azure-storage-8.6.6.jar  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.02   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/main/module.xml  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.02   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/main/module.xml  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.02   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/main/jackson-jaxrs-base-2.12.7.jar  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.02   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/main/jackson-jaxrs-json-provider-2.12.7.jar  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.02   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/main/module.xml  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.02   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/main/jackson-module-jaxb-annotations-2.12.7.jar  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.02   inflating: /opt/wildfly-26.1.3.Final/bin/jboss-cli.sh  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.02   inflating: /opt/wildfly-26.1.3.Final/bin/jboss-cli.ps1  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.02   inflating: /opt/wildfly-26.1.3.Final/bin/jboss-cli-logging.properties  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.02   inflating: /opt/wildfly-26.1.3.Final/standalone/configuration/standalone-full.xml  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.03   inflating: /opt/wildfly-26.1.3.Final/docs/licenses/gnu library general public license v2 only.txt  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.03   inflating: /opt/wildfly-26.1.3.Final/docs/licenses/indiana university extreme lab software license 1.1.1.html  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.03   inflating: /opt/wildfly-26.1.3.Final/docs/contrib/scripts/systemd/wildfly.service  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.03   inflating: /opt/wildfly-26.1.3.Final/docs/contrib/scripts/service/wildfly-service.exe  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.03   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-jgroups_1_1.xsd  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.03   inflating: /opt/wildfly-26.1.3.Final/docs/schema/elytron-client-1_5.xsd  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.03   inflating: /opt/wildfly-26.1.3.Final/docs/schema/elytron-identity-1_1.xsd  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.03   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-txn_1_4.xsd  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.03   inflating: /opt/wildfly-26.1.3.Final/docs/schema/web-common_5_0.xsd  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.03   inflating: /opt/wildfly-26.1.3.Final/docs/schema/web-partialresponse_2_2.xsd  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.03   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-messaging-activemq_2_0.xsd  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.03   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-ejb-cache_1_0.xsd  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.03   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-messaging-activemq_11_0.xsd  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.03   inflating: /opt/wildfly-26.1.3.Final/docs/schema/j2ee_1_4.xsd  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.03   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-ejb3_6_0.xsd  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.03   inflating: /opt/wildfly-26.1.3.Final/docs/schema/web-fragment_5_0.xsd  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.03   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-jmx_1_0.xsd  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.03   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-xts_2_0.xsd  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.03   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-jgroups_2_0.xsd  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.03   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-config_1_4.xsd  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.03   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-picketlink-idm_2_0.xsd  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.03   inflating: /opt/wildfly-26.1.3.Final/docs/schema/distributable-web_2_0.xsd  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.03   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-ejb3-spec-2_0.xsd  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.03   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-infinispan_8_0.xsd  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.04   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-opentelemetry_1_0.xsd  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.04   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-infinispan_4_0.xsd  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.04   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-config_4_1.xsd  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.04   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-mail_3_0.xsd  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.04   inflating: /opt/wildfly-26.1.3.Final/docs/schema/web-app_4_0.xsd  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.04   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-resource-adapters_2_0.xsd  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.04   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-logging_1_5.xsd  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.04   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-client-ejb_3_0.xsd  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.04   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-resource-adapters_6_0.xsd  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.04   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-mod-cluster_1_2.xsd  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.04   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-mod-cluster_3_0.xsd  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.04   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-resource-adapters_6_1.xsd  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.04   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-web_1_3.xsd  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.04   inflating: /opt/wildfly-26.1.3.Final/docs/schema/user-roles_1_0.xsd  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.04   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-webservices_1_2.xsd  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.04   inflating: /opt/wildfly-26.1.3.Final/docs/schema/j2ee_web_services_1_1.xsd  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.04   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-logging_7_0.xsd  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.04   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-mod-cluster_1_0.xsd  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.04   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-jgroups_8_0.xsd  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.04   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-ee_6_0.xsd  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.04   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-elytron_1_1.xsd  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.04   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-web_10_1.xsd  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.04   inflating: /opt/wildfly-26.1.3.Final/docs/schema/xml.xsd  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.05   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-common_8_1.xsd  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.05   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-microprofile-fault-tolerance-smallrye_1_0.xsd  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.05   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-jca_5_0.xsd  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.05   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-as-deployment-scanner_2_0.xsd  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.05   inflating: /opt/wildfly-26.1.3.Final/docs/schema/jboss-app_8_1.xsd  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.05   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-config_5_0.xsd  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.05   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-undertow_4_0.xsd  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.05   inflating: /opt/wildfly-26.1.3.Final/docs/schema/wildfly-elytron_11_0.xsd  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.05   inflating: /opt/wildfly-26.1.3.Final/welcome-content/jbosscommunity_logo_hori_white.png  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.05   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/sun/scripting/main/module.xml  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.05   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/asm/asm/main/asm-util-9.2.jar  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.05   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/eclipse/jgit/main/module.xml  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.05   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/eclipse/jgit/main/org.eclipse.jgit.ssh.apache-5.13.0.202109080827-r.jar  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.05   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/eclipse/microprofile/fault-tolerance/api/main/module.xml  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.05   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/eclipse/microprofile/restclient/main/microprofile-rest-client-api-2.0.jar  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.05   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/eclipse/jdt/ecj/main/module.xml  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.05   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/eclipse/yasson/main/yasson-1.0.11.jar  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.06   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/microprofile/health-smallrye/main/module.xml  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.06   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/microprofile/health-smallrye/main/wildfly-microprofile-health-smallrye-26.1.3.Final.jar  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.06   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/microprofile/openapi-smallrye/main/wildfly-microprofile-openapi-smallrye-26.1.3.Final.jar  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.06   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/microprofile/reactive-messaging-smallrye/main/module.xml  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.06   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/microprofile/reactive-messaging-smallrye/main/wildfly-microprofile-reactive-messaging-26.1.3.Final.jar  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.06   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/elytron-oidc-client/main/module.xml  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.06   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/extension/messaging-activemq/injection/main/wildfly-messaging-activemq-injection-26.1.3.Final.jar  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.06   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-jose-util/main/module.xml  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.06   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-private/main/module.xml  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.06   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-jwt/main/wildfly-elytron-jwt-1.19.1.Final.jar  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.06   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-jwt/main/module.xml  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.06   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-web/undertow-server-servlet/main/module.xml  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.06   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-web/undertow-server-servlet/main/undertow-server-servlet-1.10.1.Final.jar  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.06   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/http/sfbasic/main/module.xml  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.06   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron/main/module.xml  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.06   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-tool/main/module.xml  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.06   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-tool/main/wildfly-elytron-tool-1.19.1.Final.jar  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.06   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-base/main/wildfly-elytron-password-impl-1.19.1.Final.jar  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.07   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-base/main/wildfly-elytron-auth-server-1.19.1.Final.jar  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.07   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-base/main/module.xml  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.07   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-base/main/wildfly-elytron-credential-store-1.19.1.Final.jar  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.07   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-base/main/wildfly-elytron-sasl-gs2-1.19.1.Final.jar  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.07   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/security/elytron-base/main/wildfly-elytron-credential-1.19.1.Final.jar  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.07   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/reactive/messaging/config/main/module.xml  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.07   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/reactive/messaging/common/main/module.xml  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.07   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/reactive/messaging/common/main/wildfly-microprofile-reactive-messaging-common-26.1.3.Final.jar  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.07   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/reactive/mutiny/reactive-streams-operators/cdi-provider/main/wildfly-microprofile-reactive-streams-operators-cdi-provider-26.1.3.Final.jar  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.07   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/reactive/mutiny/reactive-streams-operators/cdi-provider/main/module.xml  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.07   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/discovery/main/wildfly-discovery-client-1.2.1.Final.jar  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.07   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/web/undertow/main/module.xml  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.07   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/web/container/main/wildfly-clustering-web-container-26.1.3.Final.jar  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.07   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/web/spi/main/wildfly-clustering-web-spi-26.1.3.Final.jar  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.08   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/ee/hotrod/main/module.xml  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.08   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/ee/hotrod/main/wildfly-clustering-ee-hotrod-26.1.3.Final.jar  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.08   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/ee/spi/main/wildfly-clustering-ee-spi-26.1.3.Final.jar  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.08   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/ee/infinispan/main/module.xml  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.08   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/marshalling/jboss/main/module.xml  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.08   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/marshalling/spi/main/module.xml  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.08   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/marshalling/spi/main/wildfly-clustering-marshalling-spi-26.1.3.Final.jar  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.08   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/service/main/wildfly-clustering-service-26.1.3.Final.jar  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.08   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/clustering/ejb/client/main/module.xml  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.08   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/wildfly/common/main/wildfly-common-1.6.0.Final.jar  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.08   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/weld/core/main/module.xml  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.08   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/weld/core/main/weld-core-impl-3.1.9.Final.jar  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.10   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/mail/main/wildfly-mail-26.1.3.Final.jar  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.10   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/core-security/main/module.xml  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.10   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/appclient/main/module.xml  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.10   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/network/main/module.xml  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.10   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/network/main/wildfly-network-18.1.2.Final.jar  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.10   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/clustering/web/infinispan/main/module.xml  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.10   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/clustering/common/main/wildfly-clustering-common-26.1.3.Final.jar  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.10   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/cli/main/module.xml  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.10   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/as/cli/main/wildfly-cli-18.1.2.Final.jar  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.12   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/jandex/main/jandex-2.4.2.Final.jar  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.12   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/ws/spi/main/module.xml  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.12   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/ws/api/main/jbossws-api-1.1.2.Final.jar  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.12   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-transports-udp/main/jbossws-cxf-transports-udp-5.5.0.Final.jar  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.12   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-transports-udp/main/module.xml  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.13   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-client/main/module.xml  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.13   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/ws/cxf/jbossws-cxf-transports-undertow/main/jbossws-cxf-transports-undertow-5.5.0.Final.jar  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.13   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/ws/saaj-impl/main/module.xml  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.13   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jboss/ejb3/main/module.xml  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.13   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jberet/jberet-core/main/jberet-core-1.3.13.Final.jar  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.13   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/hibernate/5.3/module.xml  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.13   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/hibernate/infinispan/main/module.xml  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.13   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/hibernate/bytecodetransformer/main/module.xml  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.13   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/hibernate/main/hibernate-envers-5.3.28.Final.jar  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.13   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/opensaml/main/opensaml-security-api-3.4.6.jar  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.14   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/opensaml/main/opensaml-xmlsec-api-3.4.6.jar  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.14   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/fusesource/jansi/main/module.xml  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.14   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/fusesource/jansi/main/jansi-1.18.jar  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.14   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/jsoup/main/module.xml  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.14   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/picketbox/main/picketbox-infinispan-5.0.3.Final-redhat-00008.jar  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.14   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/picketbox/main/picketbox-commons-1.0.0.final.jar  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.14   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/bouncycastle/bcprov/main/bcprov-jdk15on-1.69.jar  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.20   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-bindings-coloc-3.4.10.jar  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.20   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-features-clustering-3.4.10.jar  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.20   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-management-3.4.10.jar  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.20   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-transports-local-3.4.10.jar  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.21   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/cxf/services-sts/main/cxf-services-sts-core-3.4.10.jar  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.21   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/org/apache/ws/security/main/wss4j-ws-security-stax-2.3.3.jar  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.21   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/smallrye/reactive/mutiny/main/mutiny-1.1.2.jar  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.22   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/netty/netty-codec-http/main/module.xml  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.22   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/netty/netty-codec-http/main/netty-codec-http-4.1.79.Final.jar  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.23   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/netty/netty-transport-native-kqueue/main/lib/META-INF/native/libnetty_transport_native_kqueue_x86_64.jnilib  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.23   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/undertow/servlet/main/module.xml  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.23   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/undertow/core/main/module.xml  
10:42:38 [2026-03-02T09:42:38.381Z] #10 12.23   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/io/undertow/core/main/undertow-core-2.2.19.Final.jar  
10:42:38 [2026-03-02T09:42:38.632Z] #10 12.25   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/github/fge/msg-simple/main/module.xml  
10:42:38 [2026-03-02T09:42:38.632Z] #10 12.25   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/github/fge/jackson-coreutils/main/jackson-coreutils-1.8.jar  
10:42:38 [2026-03-02T09:42:38.632Z] #10 12.25   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/github/fge/btf/main/module.xml  
10:42:38 [2026-03-02T09:42:38.632Z] #10 12.25   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/github/fge/json-patch/main/module.xml  
10:42:38 [2026-03-02T09:42:38.632Z] #10 12.25   inflating: /opt/wildfly-26.1.3.Final/modules/system/layers/base/com/h2database/h2/main/h2-1.4.197.jar  
10:42:43 [2026-03-02T09:42:43.827Z] #10 DONE 17.6s
10:42:44 [2026-03-02T09:42:44.078Z] 
10:42:44 [2026-03-02T09:42:44.078Z] #11 [ 7/15] COPY src/settings.xml /root/.m2/
10:42:44 [2026-03-02T09:42:44.078Z] #11 DONE 0.2s
10:42:44 [2026-03-02T09:42:44.328Z] 
10:42:44 [2026-03-02T09:42:44.328Z] #12 [ 8/15] COPY src/silverpeas.sql /opt/silverpeas/
10:42:44 [2026-03-02T09:42:44.328Z] #12 DONE 0.2s
10:42:44 [2026-03-02T09:42:44.328Z] 
10:42:44 [2026-03-02T09:42:44.328Z] #13 [ 9/15] COPY src/configuration /opt/silverpeas/configuration
10:42:44 [2026-03-02T09:42:44.578Z] #13 DONE 0.2s
10:42:44 [2026-03-02T09:42:44.578Z] 
10:42:44 [2026-03-02T09:42:44.578Z] #14 [10/15] COPY src/data /opt/silverpeas/data
10:42:44 [2026-03-02T09:42:44.829Z] #14 DONE 0.4s
10:42:45 [2026-03-02T09:42:45.079Z] 
10:42:45 [2026-03-02T09:42:45.079Z] #15 [11/15] COPY src/bin /opt/silverpeas/bin
10:42:45 [2026-03-02T09:42:45.079Z] #15 DONE 0.2s
10:42:45 [2026-03-02T09:42:45.330Z] 
10:42:45 [2026-03-02T09:42:45.330Z] #16 [12/15] RUN sed -i -e "s/APP_VER/6.4.6/g" /opt/silverpeas/bin/silverpeas.gradle
10:42:45 [2026-03-02T09:42:45.580Z] #16 DONE 0.4s
10:42:45 [2026-03-02T09:42:45.580Z] 
10:42:45 [2026-03-02T09:42:45.580Z] #17 [13/15] WORKDIR /opt/silverpeas/bin
10:42:45 [2026-03-02T09:42:45.831Z] #17 DONE 0.2s
10:42:45 [2026-03-02T09:42:45.831Z] 
10:42:45 [2026-03-02T09:42:45.831Z] #18 [14/15] COPY src/run.sh /opt/
10:42:45 [2026-03-02T09:42:45.831Z] #18 DONE 0.2s
10:42:46 [2026-03-02T09:42:46.081Z] 
10:42:46 [2026-03-02T09:42:46.081Z] #19 [15/15] RUN ./setup.sh 6.4.6
10:42:46 [2026-03-02T09:42:46.332Z] #19 0.344 Installation of Silverpeas 6.4.6
10:42:46 [2026-03-02T09:42:46.332Z] #19 0.454  * Starting PostgreSQL 14 database server
10:42:49 [2026-03-02T09:42:49.560Z] #19 3.053    ...done.
10:42:49 [2026-03-02T09:42:49.560Z] #19 3.255 SET
10:42:49 [2026-03-02T09:42:49.560Z] #19 3.255 SET
10:42:49 [2026-03-02T09:42:49.560Z] #19 3.255 SET
10:42:49 [2026-03-02T09:42:49.560Z] #19 3.255 SET
10:42:49 [2026-03-02T09:42:49.560Z] #19 3.255 SET
10:42:49 [2026-03-02T09:42:49.560Z] #19 3.339  set_config 
10:42:49 [2026-03-02T09:42:49.560Z] #19 3.339 ------------
10:42:49 [2026-03-02T09:42:49.560Z] #19 3.339  
10:42:49 [2026-03-02T09:42:49.560Z] #19 3.339 (1 row)
10:42:49 [2026-03-02T09:42:49.560Z] #19 3.339 
10:42:49 [2026-03-02T09:42:49.560Z] #19 3.339 SET
10:42:49 [2026-03-02T09:42:49.560Z] #19 3.339 SET
10:42:49 [2026-03-02T09:42:49.560Z] #19 3.339 SET
10:42:49 [2026-03-02T09:42:49.560Z] #19 3.339 SET
10:42:49 [2026-03-02T09:42:49.560Z] #19 3.574 CREATE ROLE
10:42:52 [2026-03-02T09:42:52.044Z] #19 5.822 CREATE DATABASE
10:42:52 [2026-03-02T09:42:52.044Z] #19 5.844 GRANT
10:42:52 [2026-03-02T09:42:52.044Z] #19 5.847 ALTER DATABASE
10:42:52 [2026-03-02T09:42:52.044Z] #19 5.853 You are now connected to database "silverpeas" as user "postgres".
10:42:52 [2026-03-02T09:42:52.044Z] #19 5.853 SET
10:42:52 [2026-03-02T09:42:52.044Z] #19 5.853 SET
10:42:52 [2026-03-02T09:42:52.044Z] #19 5.862 CREATE TABLE
10:42:52 [2026-03-02T09:42:52.044Z] #19 5.872 ALTER TABLE
10:42:52 [2026-03-02T09:42:52.044Z] #19 5.886 CREATE TABLE
10:42:52 [2026-03-02T09:42:52.044Z] #19 5.893 ALTER TABLE
10:42:52 [2026-03-02T09:42:52.044Z] #19 5.899 CREATE TABLE
10:42:52 [2026-03-02T09:42:52.044Z] #19 5.907 ALTER TABLE
10:42:52 [2026-03-02T09:42:52.044Z] #19 5.911 CREATE TABLE
10:42:52 [2026-03-02T09:42:52.044Z] #19 5.914 ALTER TABLE
10:42:52 [2026-03-02T09:42:52.044Z] #19 5.927 CREATE TABLE
10:42:52 [2026-03-02T09:42:52.044Z] #19 5.930 ALTER TABLE
10:42:52 [2026-03-02T09:42:52.044Z] #19 5.934 CREATE TABLE
10:42:52 [2026-03-02T09:42:52.044Z] #19 5.938 ALTER TABLE
10:42:52 [2026-03-02T09:42:52.044Z] #19 5.942 CREATE TABLE
10:42:52 [2026-03-02T09:42:52.044Z] #19 5.945 ALTER TABLE
10:42:52 [2026-03-02T09:42:52.044Z] #19 5.958 CREATE TABLE
10:42:52 [2026-03-02T09:42:52.044Z] #19 5.961 ALTER TABLE
10:42:52 [2026-03-02T09:42:52.044Z] #19 5.967 CREATE TABLE
10:42:52 [2026-03-02T09:42:52.044Z] #19 5.970 ALTER TABLE
10:42:52 [2026-03-02T09:42:52.044Z] #19 5.985 CREATE TABLE
10:42:52 [2026-03-02T09:42:52.044Z] #19 5.989 ALTER TABLE
10:42:52 [2026-03-02T09:42:52.044Z] #19 6.002 CREATE TABLE
10:42:52 [2026-03-02T09:42:52.044Z] #19 6.005 ALTER TABLE
10:42:52 [2026-03-02T09:42:52.044Z] #19 6.021 CREATE TABLE
10:42:52 [2026-03-02T09:42:52.044Z] #19 6.026 ALTER TABLE
10:42:52 [2026-03-02T09:42:52.044Z] #19 6.029 CREATE TABLE
10:42:52 [2026-03-02T09:42:52.044Z] #19 6.033 ALTER TABLE
10:42:52 [2026-03-02T09:42:52.044Z] #19 6.046 CREATE TABLE
10:42:52 [2026-03-02T09:42:52.044Z] #19 6.049 ALTER TABLE
10:42:52 [2026-03-02T09:42:52.044Z] #19 6.053 CREATE TABLE
10:42:52 [2026-03-02T09:42:52.044Z] #19 6.057 ALTER TABLE
10:42:52 [2026-03-02T09:42:52.044Z] #19 6.061 CREATE TABLE
10:42:52 [2026-03-02T09:42:52.044Z] #19 6.064 ALTER TABLE
10:42:52 [2026-03-02T09:42:52.044Z] #19 6.068 CREATE TABLE
10:42:52 [2026-03-02T09:42:52.044Z] #19 6.071 ALTER TABLE
10:42:52 [2026-03-02T09:42:52.044Z] #19 6.075 CREATE TABLE
10:42:52 [2026-03-02T09:42:52.044Z] #19 6.078 ALTER TABLE
10:42:52 [2026-03-02T09:42:52.044Z] #19 6.082 CREATE TABLE
10:42:52 [2026-03-02T09:42:52.044Z] #19 6.086 ALTER TABLE
10:42:52 [2026-03-02T09:42:52.044Z] #19 6.090 CREATE TABLE
10:42:52 [2026-03-02T09:42:52.044Z] #19 6.094 ALTER TABLE
10:42:52 [2026-03-02T09:42:52.044Z] #19 6.117 CREATE TABLE
10:42:52 [2026-03-02T09:42:52.044Z] #19 6.121 ALTER TABLE
10:42:52 [2026-03-02T09:42:52.044Z] #19 6.137 CREATE TABLE
10:42:52 [2026-03-02T09:42:52.044Z] #19 6.141 ALTER TABLE
10:42:52 [2026-03-02T09:42:52.044Z] #19 6.154 CREATE TABLE
10:42:52 [2026-03-02T09:42:52.044Z] #19 6.157 ALTER TABLE
10:42:52 [2026-03-02T09:42:52.044Z] #19 6.173 CREATE TABLE
10:42:52 [2026-03-02T09:42:52.044Z] #19 6.177 ALTER TABLE
10:42:52 [2026-03-02T09:42:52.044Z] #19 6.192 CREATE TABLE
10:42:52 [2026-03-02T09:42:52.044Z] #19 6.196 ALTER TABLE
10:42:52 [2026-03-02T09:42:52.044Z] #19 6.200 CREATE TABLE
10:42:52 [2026-03-02T09:42:52.044Z] #19 6.204 ALTER TABLE
10:42:52 [2026-03-02T09:42:52.044Z] #19 6.208 CREATE TABLE
10:42:52 [2026-03-02T09:42:52.044Z] #19 6.211 ALTER TABLE
10:42:52 [2026-03-02T09:42:52.044Z] #19 6.215 CREATE TABLE
10:42:52 [2026-03-02T09:42:52.044Z] #19 6.219 ALTER TABLE
10:42:52 [2026-03-02T09:42:52.044Z] #19 6.232 CREATE TABLE
10:42:52 [2026-03-02T09:42:52.044Z] #19 6.235 ALTER TABLE
10:42:52 [2026-03-02T09:42:52.044Z] #19 6.248 CREATE TABLE
10:42:52 [2026-03-02T09:42:52.294Z] #19 6.252 ALTER TABLE
10:42:52 [2026-03-02T09:42:52.295Z] #19 6.265 CREATE TABLE
10:42:52 [2026-03-02T09:42:52.295Z] #19 6.269 ALTER TABLE
10:42:52 [2026-03-02T09:42:52.295Z] #19 6.272 CREATE TABLE
10:42:52 [2026-03-02T09:42:52.295Z] #19 6.276 ALTER TABLE
10:42:52 [2026-03-02T09:42:52.295Z] #19 6.280 CREATE TABLE
10:42:52 [2026-03-02T09:42:52.295Z] #19 6.283 ALTER TABLE
10:42:52 [2026-03-02T09:42:52.295Z] #19 6.298 CREATE TABLE
10:42:52 [2026-03-02T09:42:52.295Z] #19 6.302 ALTER TABLE
10:42:52 [2026-03-02T09:42:52.295Z] #19 6.307 CREATE TABLE
10:42:52 [2026-03-02T09:42:52.295Z] #19 6.311 ALTER TABLE
10:42:52 [2026-03-02T09:42:52.295Z] #19 6.326 CREATE TABLE
10:42:52 [2026-03-02T09:42:52.295Z] #19 6.330 ALTER TABLE
10:42:52 [2026-03-02T09:42:52.295Z] #19 6.343 CREATE TABLE
10:42:52 [2026-03-02T09:42:52.295Z] #19 6.348 ALTER TABLE
10:42:52 [2026-03-02T09:42:52.295Z] #19 6.356 CREATE TABLE
10:42:52 [2026-03-02T09:42:52.295Z] #19 6.360 ALTER TABLE
10:42:52 [2026-03-02T09:42:52.295Z] #19 6.376 CREATE TABLE
10:42:52 [2026-03-02T09:42:52.295Z] #19 6.380 ALTER TABLE
10:42:52 [2026-03-02T09:42:52.295Z] #19 6.385 CREATE TABLE
10:42:52 [2026-03-02T09:42:52.295Z] #19 6.388 ALTER TABLE
10:42:52 [2026-03-02T09:42:52.295Z] #19 6.395 CREATE TABLE
10:42:52 [2026-03-02T09:42:52.295Z] #19 6.400 ALTER TABLE
10:42:52 [2026-03-02T09:42:52.295Z] #19 6.404 CREATE TABLE
10:42:52 [2026-03-02T09:42:52.295Z] #19 6.413 ALTER TABLE
10:42:52 [2026-03-02T09:42:52.295Z] #19 6.419 CREATE TABLE
10:42:52 [2026-03-02T09:42:52.295Z] #19 6.423 ALTER TABLE
10:42:52 [2026-03-02T09:42:52.295Z] #19 6.431 CREATE TABLE
10:42:52 [2026-03-02T09:42:52.295Z] #19 6.434 ALTER TABLE
10:42:52 [2026-03-02T09:42:52.295Z] #19 6.451 CREATE TABLE
10:42:52 [2026-03-02T09:42:52.295Z] #19 6.455 ALTER TABLE
10:42:52 [2026-03-02T09:42:52.295Z] #19 6.470 CREATE TABLE
10:42:52 [2026-03-02T09:42:52.545Z] #19 6.474 ALTER TABLE
10:42:52 [2026-03-02T09:42:52.545Z] #19 6.491 CREATE TABLE
10:42:52 [2026-03-02T09:42:52.545Z] #19 6.494 ALTER TABLE
10:42:52 [2026-03-02T09:42:52.545Z] #19 6.500 CREATE TABLE
10:42:52 [2026-03-02T09:42:52.545Z] #19 6.506 ALTER TABLE
10:42:52 [2026-03-02T09:42:52.545Z] #19 6.512 CREATE TABLE
10:42:52 [2026-03-02T09:42:52.545Z] #19 6.516 ALTER TABLE
10:42:52 [2026-03-02T09:42:52.545Z] #19 6.520 CREATE TABLE
10:42:52 [2026-03-02T09:42:52.545Z] #19 6.523 ALTER TABLE
10:42:52 [2026-03-02T09:42:52.545Z] #19 6.527 CREATE TABLE
10:42:52 [2026-03-02T09:42:52.545Z] #19 6.531 ALTER TABLE
10:42:52 [2026-03-02T09:42:52.545Z] #19 6.536 CREATE TABLE
10:42:52 [2026-03-02T09:42:52.545Z] #19 6.539 ALTER TABLE
10:42:52 [2026-03-02T09:42:52.545Z] #19 6.544 CREATE TABLE
10:42:52 [2026-03-02T09:42:52.545Z] #19 6.549 ALTER TABLE
10:42:52 [2026-03-02T09:42:52.545Z] #19 6.563 CREATE TABLE
10:42:52 [2026-03-02T09:42:52.545Z] #19 6.567 ALTER TABLE
10:42:52 [2026-03-02T09:42:52.545Z] #19 6.570 CREATE TABLE
10:42:52 [2026-03-02T09:42:52.545Z] #19 6.574 ALTER TABLE
10:42:52 [2026-03-02T09:42:52.545Z] #19 6.580 CREATE TABLE
10:42:52 [2026-03-02T09:42:52.545Z] #19 6.583 ALTER TABLE
10:42:52 [2026-03-02T09:42:52.545Z] #19 6.595 CREATE TABLE
10:42:52 [2026-03-02T09:42:52.545Z] #19 6.598 ALTER TABLE
10:42:52 [2026-03-02T09:42:52.545Z] #19 6.602 CREATE TABLE
10:42:52 [2026-03-02T09:42:52.545Z] #19 6.609 ALTER TABLE
10:42:52 [2026-03-02T09:42:52.545Z] #19 6.621 CREATE TABLE
10:42:52 [2026-03-02T09:42:52.545Z] #19 6.625 ALTER TABLE
10:42:52 [2026-03-02T09:42:52.545Z] #19 6.631 CREATE TABLE
10:42:52 [2026-03-02T09:42:52.545Z] #19 6.635 ALTER TABLE
10:42:52 [2026-03-02T09:42:52.545Z] #19 6.648 CREATE TABLE
10:42:52 [2026-03-02T09:42:52.545Z] #19 6.652 ALTER TABLE
10:42:52 [2026-03-02T09:42:52.545Z] #19 6.671 CREATE TABLE
10:42:52 [2026-03-02T09:42:52.545Z] #19 6.680 ALTER TABLE
10:42:52 [2026-03-02T09:42:52.795Z] #19 6.688 CREATE TABLE
10:42:52 [2026-03-02T09:42:52.795Z] #19 6.691 ALTER TABLE
10:42:52 [2026-03-02T09:42:52.795Z] #19 6.707 CREATE TABLE
10:42:52 [2026-03-02T09:42:52.795Z] #19 6.710 ALTER TABLE
10:42:52 [2026-03-02T09:42:52.795Z] #19 6.725 CREATE TABLE
10:42:52 [2026-03-02T09:42:52.795Z] #19 6.729 ALTER TABLE
10:42:52 [2026-03-02T09:42:52.795Z] #19 6.734 CREATE TABLE
10:42:52 [2026-03-02T09:42:52.795Z] #19 6.737 ALTER TABLE
10:42:52 [2026-03-02T09:42:52.795Z] #19 6.751 CREATE TABLE
10:42:52 [2026-03-02T09:42:52.795Z] #19 6.755 ALTER TABLE
10:42:52 [2026-03-02T09:42:52.795Z] #19 6.768 CREATE TABLE
10:42:52 [2026-03-02T09:42:52.795Z] #19 6.771 ALTER TABLE
10:42:52 [2026-03-02T09:42:52.795Z] #19 6.776 CREATE TABLE
10:42:52 [2026-03-02T09:42:52.795Z] #19 6.780 ALTER TABLE
10:42:52 [2026-03-02T09:42:52.795Z] #19 6.794 CREATE TABLE
10:42:52 [2026-03-02T09:42:52.795Z] #19 6.798 ALTER TABLE
10:42:52 [2026-03-02T09:42:52.795Z] #19 6.814 CREATE TABLE
10:42:52 [2026-03-02T09:42:52.795Z] #19 6.818 ALTER TABLE
10:42:52 [2026-03-02T09:42:52.795Z] #19 6.823 CREATE TABLE
10:42:52 [2026-03-02T09:42:52.795Z] #19 6.830 ALTER TABLE
10:42:52 [2026-03-02T09:42:52.795Z] #19 6.835 CREATE TABLE
10:42:52 [2026-03-02T09:42:52.795Z] #19 6.839 ALTER TABLE
10:42:52 [2026-03-02T09:42:52.795Z] #19 6.843 CREATE TABLE
10:42:52 [2026-03-02T09:42:52.795Z] #19 6.847 ALTER TABLE
10:42:52 [2026-03-02T09:42:52.795Z] #19 6.851 CREATE TABLE
10:42:52 [2026-03-02T09:42:52.795Z] #19 6.855 ALTER TABLE
10:42:52 [2026-03-02T09:42:52.796Z] #19 6.859 CREATE TABLE
10:42:52 [2026-03-02T09:42:52.796Z] #19 6.863 ALTER TABLE
10:42:52 [2026-03-02T09:42:52.796Z] #19 6.876 CREATE TABLE
10:42:52 [2026-03-02T09:42:52.796Z] #19 6.880 ALTER TABLE
10:42:52 [2026-03-02T09:42:52.796Z] #19 6.888 CREATE TABLE
10:42:52 [2026-03-02T09:42:52.796Z] #19 6.891 ALTER TABLE
10:42:52 [2026-03-02T09:42:52.796Z] #19 6.905 CREATE TABLE
10:42:52 [2026-03-02T09:42:52.796Z] #19 6.910 ALTER TABLE
10:42:52 [2026-03-02T09:42:52.796Z] #19 6.914 CREATE TABLE
10:42:52 [2026-03-02T09:42:52.796Z] #19 6.918 ALTER TABLE
10:42:52 [2026-03-02T09:42:52.796Z] #19 6.933 CREATE TABLE
10:42:52 [2026-03-02T09:42:52.796Z] #19 6.937 ALTER TABLE
10:42:52 [2026-03-02T09:42:52.796Z] #19 6.952 CREATE TABLE
10:42:52 [2026-03-02T09:42:52.796Z] #19 6.956 ALTER TABLE
10:42:52 [2026-03-02T09:42:52.796Z] #19 6.970 CREATE TABLE
10:42:52 [2026-03-02T09:42:52.796Z] #19 6.974 ALTER TABLE
10:42:52 [2026-03-02T09:42:52.796Z] #19 6.994 CREATE TABLE
10:42:52 [2026-03-02T09:42:52.796Z] #19 6.998 ALTER TABLE
10:42:52 [2026-03-02T09:42:52.796Z] #19 7.012 CREATE TABLE
10:42:53 [2026-03-02T09:42:53.046Z] #19 7.016 ALTER TABLE
10:42:53 [2026-03-02T09:42:53.046Z] #19 7.032 CREATE TABLE
10:42:53 [2026-03-02T09:42:53.046Z] #19 7.037 ALTER TABLE
10:42:53 [2026-03-02T09:42:53.046Z] #19 7.053 CREATE TABLE
10:42:53 [2026-03-02T09:42:53.046Z] #19 7.057 ALTER TABLE
10:42:53 [2026-03-02T09:42:53.046Z] #19 7.065 CREATE TABLE
10:42:53 [2026-03-02T09:42:53.046Z] #19 7.069 ALTER TABLE
10:42:53 [2026-03-02T09:42:53.046Z] #19 7.073 CREATE TABLE
10:42:53 [2026-03-02T09:42:53.046Z] #19 7.077 ALTER TABLE
10:42:53 [2026-03-02T09:42:53.046Z] #19 7.094 CREATE TABLE
10:42:53 [2026-03-02T09:42:53.046Z] #19 7.098 ALTER TABLE
10:42:53 [2026-03-02T09:42:53.046Z] #19 7.103 CREATE TABLE
10:42:53 [2026-03-02T09:42:53.046Z] #19 7.107 ALTER TABLE
10:42:53 [2026-03-02T09:42:53.046Z] #19 7.122 CREATE TABLE
10:42:53 [2026-03-02T09:42:53.046Z] #19 7.126 ALTER TABLE
10:42:53 [2026-03-02T09:42:53.046Z] #19 7.131 CREATE TABLE
10:42:53 [2026-03-02T09:42:53.046Z] #19 7.135 ALTER TABLE
10:42:53 [2026-03-02T09:42:53.046Z] #19 7.140 CREATE TABLE
10:42:53 [2026-03-02T09:42:53.046Z] #19 7.143 ALTER TABLE
10:42:53 [2026-03-02T09:42:53.046Z] #19 7.148 CREATE TABLE
10:42:53 [2026-03-02T09:42:53.046Z] #19 7.152 ALTER TABLE
10:42:53 [2026-03-02T09:42:53.046Z] #19 7.157 CREATE TABLE
10:42:53 [2026-03-02T09:42:53.046Z] #19 7.161 ALTER TABLE
10:42:53 [2026-03-02T09:42:53.046Z] #19 7.166 CREATE TABLE
10:42:53 [2026-03-02T09:42:53.046Z] #19 7.170 ALTER TABLE
10:42:53 [2026-03-02T09:42:53.046Z] #19 7.175 CREATE TABLE
10:42:53 [2026-03-02T09:42:53.046Z] #19 7.178 ALTER TABLE
10:42:53 [2026-03-02T09:42:53.046Z] #19 7.183 CREATE TABLE
10:42:53 [2026-03-02T09:42:53.046Z] #19 7.187 ALTER TABLE
10:42:53 [2026-03-02T09:42:53.046Z] #19 7.192 CREATE TABLE
10:42:53 [2026-03-02T09:42:53.046Z] #19 7.196 ALTER TABLE
10:42:53 [2026-03-02T09:42:53.046Z] #19 7.201 CREATE TABLE
10:42:53 [2026-03-02T09:42:53.046Z] #19 7.205 ALTER TABLE
10:42:53 [2026-03-02T09:42:53.046Z] #19 7.210 CREATE TABLE
10:42:53 [2026-03-02T09:42:53.046Z] #19 7.214 ALTER TABLE
10:42:53 [2026-03-02T09:42:53.046Z] #19 7.219 CREATE TABLE
10:42:53 [2026-03-02T09:42:53.046Z] #19 7.225 ALTER TABLE
10:42:53 [2026-03-02T09:42:53.297Z] #19 7.230 CREATE TABLE
10:42:53 [2026-03-02T09:42:53.297Z] #19 7.234 ALTER TABLE
10:42:53 [2026-03-02T09:42:53.297Z] #19 7.239 CREATE TABLE
10:42:53 [2026-03-02T09:42:53.297Z] #19 7.249 ALTER TABLE
10:42:53 [2026-03-02T09:42:53.297Z] #19 7.268 CREATE TABLE
10:42:53 [2026-03-02T09:42:53.297Z] #19 7.272 ALTER TABLE
10:42:53 [2026-03-02T09:42:53.297Z] #19 7.295 CREATE TABLE
10:42:53 [2026-03-02T09:42:53.297Z] #19 7.299 ALTER TABLE
10:42:53 [2026-03-02T09:42:53.297Z] #19 7.313 CREATE TABLE
10:42:53 [2026-03-02T09:42:53.297Z] #19 7.318 ALTER TABLE
10:42:53 [2026-03-02T09:42:53.297Z] #19 7.335 CREATE TABLE
10:42:53 [2026-03-02T09:42:53.297Z] #19 7.339 ALTER TABLE
10:42:53 [2026-03-02T09:42:53.297Z] #19 7.354 CREATE TABLE
10:42:53 [2026-03-02T09:42:53.297Z] #19 7.358 ALTER TABLE
10:42:53 [2026-03-02T09:42:53.297Z] #19 7.373 CREATE TABLE
10:42:53 [2026-03-02T09:42:53.297Z] #19 7.377 ALTER TABLE
10:42:53 [2026-03-02T09:42:53.297Z] #19 7.391 CREATE TABLE
10:42:53 [2026-03-02T09:42:53.297Z] #19 7.395 ALTER TABLE
10:42:53 [2026-03-02T09:42:53.297Z] #19 7.400 CREATE TABLE
10:42:53 [2026-03-02T09:42:53.297Z] #19 7.403 ALTER TABLE
10:42:53 [2026-03-02T09:42:53.297Z] #19 7.418 CREATE TABLE
10:42:53 [2026-03-02T09:42:53.297Z] #19 7.421 ALTER TABLE
10:42:53 [2026-03-02T09:42:53.297Z] #19 7.426 CREATE TABLE
10:42:53 [2026-03-02T09:42:53.297Z] #19 7.429 ALTER TABLE
10:42:53 [2026-03-02T09:42:53.297Z] #19 7.433 CREATE TABLE
10:42:53 [2026-03-02T09:42:53.297Z] #19 7.437 ALTER TABLE
10:42:53 [2026-03-02T09:42:53.547Z] #19 7.442 CREATE TABLE
10:42:53 [2026-03-02T09:42:53.547Z] #19 7.445 ALTER TABLE
10:42:53 [2026-03-02T09:42:53.547Z] #19 7.450 CREATE TABLE
10:42:53 [2026-03-02T09:42:53.547Z] #19 7.454 ALTER TABLE
10:42:53 [2026-03-02T09:42:53.547Z] #19 7.469 CREATE TABLE
10:42:53 [2026-03-02T09:42:53.547Z] #19 7.473 ALTER TABLE
10:42:53 [2026-03-02T09:42:53.547Z] #19 7.478 CREATE TABLE
10:42:53 [2026-03-02T09:42:53.547Z] #19 7.482 ALTER TABLE
10:42:53 [2026-03-02T09:42:53.547Z] #19 7.493 CREATE TABLE
10:42:53 [2026-03-02T09:42:53.547Z] #19 7.500 ALTER TABLE
10:42:53 [2026-03-02T09:42:53.547Z] #19 7.510 CREATE TABLE
10:42:53 [2026-03-02T09:42:53.547Z] #19 7.514 ALTER TABLE
10:42:53 [2026-03-02T09:42:53.547Z] #19 7.519 CREATE TABLE
10:42:53 [2026-03-02T09:42:53.547Z] #19 7.522 ALTER TABLE
10:42:53 [2026-03-02T09:42:53.547Z] #19 7.527 CREATE TABLE
10:42:53 [2026-03-02T09:42:53.547Z] #19 7.531 ALTER TABLE
10:42:53 [2026-03-02T09:42:53.547Z] #19 7.537 CREATE TABLE
10:42:53 [2026-03-02T09:42:53.547Z] #19 7.540 ALTER TABLE
10:42:53 [2026-03-02T09:42:53.547Z] #19 7.555 CREATE TABLE
10:42:53 [2026-03-02T09:42:53.547Z] #19 7.559 ALTER TABLE
10:42:53 [2026-03-02T09:42:53.547Z] #19 7.564 CREATE TABLE
10:42:53 [2026-03-02T09:42:53.547Z] #19 7.568 ALTER TABLE
10:42:53 [2026-03-02T09:42:53.547Z] #19 7.583 CREATE TABLE
10:42:53 [2026-03-02T09:42:53.547Z] #19 7.587 ALTER TABLE
10:42:53 [2026-03-02T09:42:53.547Z] #19 7.592 CREATE TABLE
10:42:53 [2026-03-02T09:42:53.547Z] #19 7.596 ALTER TABLE
10:42:53 [2026-03-02T09:42:53.547Z] #19 7.610 CREATE TABLE
10:42:53 [2026-03-02T09:42:53.547Z] #19 7.614 ALTER TABLE
10:42:53 [2026-03-02T09:42:53.547Z] #19 7.619 CREATE TABLE
10:42:53 [2026-03-02T09:42:53.547Z] #19 7.623 ALTER TABLE
10:42:53 [2026-03-02T09:42:53.547Z] #19 7.628 CREATE TABLE
10:42:53 [2026-03-02T09:42:53.547Z] #19 7.632 ALTER TABLE
10:42:53 [2026-03-02T09:42:53.547Z] #19 7.637 CREATE TABLE
10:42:53 [2026-03-02T09:42:53.547Z] #19 7.641 ALTER TABLE
10:42:53 [2026-03-02T09:42:53.547Z] #19 7.658 CREATE TABLE
10:42:53 [2026-03-02T09:42:53.547Z] #19 7.662 ALTER TABLE
10:42:53 [2026-03-02T09:42:53.547Z] #19 7.677 CREATE TABLE
10:42:53 [2026-03-02T09:42:53.547Z] #19 7.682 ALTER TABLE
10:42:53 [2026-03-02T09:42:53.547Z] #19 7.686 CREATE TABLE
10:42:53 [2026-03-02T09:42:53.547Z] #19 7.690 ALTER TABLE
10:42:53 [2026-03-02T09:42:53.547Z] #19 7.695 CREATE TABLE
10:42:53 [2026-03-02T09:42:53.547Z] #19 7.699 ALTER TABLE
10:42:53 [2026-03-02T09:42:53.547Z] #19 7.716 CREATE TABLE
10:42:53 [2026-03-02T09:42:53.547Z] #19 7.720 ALTER TABLE
10:42:53 [2026-03-02T09:42:53.547Z] #19 7.724 CREATE TABLE
10:42:53 [2026-03-02T09:42:53.547Z] #19 7.729 ALTER TABLE
10:42:53 [2026-03-02T09:42:53.547Z] #19 7.745 CREATE TABLE
10:42:53 [2026-03-02T09:42:53.798Z] #19 7.750 ALTER TABLE
10:42:53 [2026-03-02T09:42:53.798Z] #19 7.764 CREATE TABLE
10:42:53 [2026-03-02T09:42:53.798Z] #19 7.768 ALTER TABLE
10:42:53 [2026-03-02T09:42:53.798Z] #19 7.772 CREATE TABLE
10:42:53 [2026-03-02T09:42:53.798Z] #19 7.776 ALTER TABLE
10:42:53 [2026-03-02T09:42:53.798Z] #19 7.791 CREATE TABLE
10:42:53 [2026-03-02T09:42:53.798Z] #19 7.795 ALTER TABLE
10:42:53 [2026-03-02T09:42:53.798Z] #19 7.800 CREATE TABLE
10:42:53 [2026-03-02T09:42:53.798Z] #19 7.804 ALTER TABLE
10:42:53 [2026-03-02T09:42:53.798Z] #19 7.808 CREATE TABLE
10:42:53 [2026-03-02T09:42:53.798Z] #19 7.812 ALTER TABLE
10:42:53 [2026-03-02T09:42:53.798Z] #19 7.817 CREATE TABLE
10:42:53 [2026-03-02T09:42:53.798Z] #19 7.821 ALTER TABLE
10:42:53 [2026-03-02T09:42:53.798Z] #19 7.826 CREATE TABLE
10:42:53 [2026-03-02T09:42:53.798Z] #19 7.830 ALTER TABLE
10:42:53 [2026-03-02T09:42:53.798Z] #19 7.834 CREATE TABLE
10:42:53 [2026-03-02T09:42:53.798Z] #19 7.838 ALTER TABLE
10:42:53 [2026-03-02T09:42:53.798Z] #19 7.853 CREATE TABLE
10:42:53 [2026-03-02T09:42:53.798Z] #19 7.858 ALTER TABLE
10:42:53 [2026-03-02T09:42:53.798Z] #19 7.862 CREATE TABLE
10:42:53 [2026-03-02T09:42:53.798Z] #19 7.866 ALTER TABLE
10:42:53 [2026-03-02T09:42:53.798Z] #19 7.880 CREATE TABLE
10:42:53 [2026-03-02T09:42:53.798Z] #19 7.884 ALTER TABLE
10:42:53 [2026-03-02T09:42:53.798Z] #19 7.899 CREATE TABLE
10:42:53 [2026-03-02T09:42:53.798Z] #19 7.903 ALTER TABLE
10:42:53 [2026-03-02T09:42:53.798Z] #19 7.917 CREATE TABLE
10:42:53 [2026-03-02T09:42:53.798Z] #19 7.922 ALTER TABLE
10:42:53 [2026-03-02T09:42:53.798Z] #19 7.927 CREATE TABLE
10:42:53 [2026-03-02T09:42:53.798Z] #19 7.931 ALTER TABLE
10:42:53 [2026-03-02T09:42:53.798Z] #19 7.945 CREATE TABLE
10:42:53 [2026-03-02T09:42:53.798Z] #19 7.949 ALTER TABLE
10:42:53 [2026-03-02T09:42:53.798Z] #19 7.963 CREATE TABLE
10:42:54 [2026-03-02T09:42:54.049Z] #19 7.967 ALTER TABLE
10:42:54 [2026-03-02T09:42:54.049Z] #19 7.981 CREATE TABLE
10:42:54 [2026-03-02T09:42:54.049Z] #19 7.985 ALTER TABLE
10:42:54 [2026-03-02T09:42:54.049Z] #19 7.999 CREATE TABLE
10:42:54 [2026-03-02T09:42:54.049Z] #19 8.003 ALTER TABLE
10:42:54 [2026-03-02T09:42:54.049Z] #19 8.017 CREATE TABLE
10:42:54 [2026-03-02T09:42:54.049Z] #19 8.021 ALTER TABLE
10:42:54 [2026-03-02T09:42:54.049Z] #19 8.035 CREATE TABLE
10:42:54 [2026-03-02T09:42:54.049Z] #19 8.040 ALTER TABLE
10:42:54 [2026-03-02T09:42:54.049Z] #19 8.045 CREATE TABLE
10:42:54 [2026-03-02T09:42:54.049Z] #19 8.049 ALTER TABLE
10:42:54 [2026-03-02T09:42:54.049Z] #19 8.054 CREATE TABLE
10:42:54 [2026-03-02T09:42:54.049Z] #19 8.058 ALTER TABLE
10:42:54 [2026-03-02T09:42:54.049Z] #19 8.076 CREATE TABLE
10:42:54 [2026-03-02T09:42:54.049Z] #19 8.080 ALTER TABLE
10:42:54 [2026-03-02T09:42:54.049Z] #19 8.094 CREATE TABLE
10:42:54 [2026-03-02T09:42:54.049Z] #19 8.098 ALTER TABLE
10:42:54 [2026-03-02T09:42:54.049Z] #19 8.103 CREATE TABLE
10:42:54 [2026-03-02T09:42:54.049Z] #19 8.107 ALTER TABLE
10:42:54 [2026-03-02T09:42:54.049Z] #19 8.121 CREATE TABLE
10:42:54 [2026-03-02T09:42:54.049Z] #19 8.125 ALTER TABLE
10:42:54 [2026-03-02T09:42:54.049Z] #19 8.130 CREATE TABLE
10:42:54 [2026-03-02T09:42:54.049Z] #19 8.134 ALTER TABLE
10:42:54 [2026-03-02T09:42:54.049Z] #19 8.148 CREATE TABLE
10:42:54 [2026-03-02T09:42:54.049Z] #19 8.152 ALTER TABLE
10:42:54 [2026-03-02T09:42:54.049Z] #19 8.157 CREATE TABLE
10:42:54 [2026-03-02T09:42:54.049Z] #19 8.161 ALTER TABLE
10:42:54 [2026-03-02T09:42:54.049Z] #19 8.175 CREATE TABLE
10:42:54 [2026-03-02T09:42:54.049Z] #19 8.179 ALTER TABLE
10:42:54 [2026-03-02T09:42:54.299Z] #19 8.184 CREATE TABLE
10:42:54 [2026-03-02T09:42:54.299Z] #19 8.188 ALTER TABLE
10:42:54 [2026-03-02T09:42:54.299Z] #19 8.202 CREATE TABLE
10:42:54 [2026-03-02T09:42:54.299Z] #19 8.206 ALTER TABLE
10:42:54 [2026-03-02T09:42:54.299Z] #19 8.220 CREATE TABLE
10:42:54 [2026-03-02T09:42:54.299Z] #19 8.224 ALTER TABLE
10:42:54 [2026-03-02T09:42:54.299Z] #19 8.237 CREATE TABLE
10:42:54 [2026-03-02T09:42:54.299Z] #19 8.241 ALTER TABLE
10:42:54 [2026-03-02T09:42:54.299Z] #19 8.255 CREATE TABLE
10:42:54 [2026-03-02T09:42:54.299Z] #19 8.259 ALTER TABLE
10:42:54 [2026-03-02T09:42:54.299Z] #19 8.272 CREATE TABLE
10:42:54 [2026-03-02T09:42:54.299Z] #19 8.276 ALTER TABLE
10:42:54 [2026-03-02T09:42:54.299Z] #19 8.290 CREATE TABLE
10:42:54 [2026-03-02T09:42:54.299Z] #19 8.294 ALTER TABLE
10:42:54 [2026-03-02T09:42:54.299Z] #19 8.308 CREATE TABLE
10:42:54 [2026-03-02T09:42:54.299Z] #19 8.312 ALTER TABLE
10:42:54 [2026-03-02T09:42:54.299Z] #19 8.326 CREATE TABLE
10:42:54 [2026-03-02T09:42:54.299Z] #19 8.330 ALTER TABLE
10:42:54 [2026-03-02T09:42:54.299Z] #19 8.334 CREATE TABLE
10:42:54 [2026-03-02T09:42:54.299Z] #19 8.338 ALTER TABLE
10:42:54 [2026-03-02T09:42:54.299Z] #19 8.352 CREATE TABLE
10:42:54 [2026-03-02T09:42:54.299Z] #19 8.356 ALTER TABLE
10:42:54 [2026-03-02T09:42:54.299Z] #19 8.370 CREATE TABLE
10:42:54 [2026-03-02T09:42:54.299Z] #19 8.374 ALTER TABLE
10:42:54 [2026-03-02T09:42:54.299Z] #19 8.379 CREATE TABLE
10:42:54 [2026-03-02T09:42:54.299Z] #19 8.383 ALTER TABLE
10:42:54 [2026-03-02T09:42:54.299Z] #19 8.388 CREATE TABLE
10:42:54 [2026-03-02T09:42:54.299Z] #19 8.392 ALTER TABLE
10:42:54 [2026-03-02T09:42:54.299Z] #19 8.397 CREATE TABLE
10:42:54 [2026-03-02T09:42:54.299Z] #19 8.401 ALTER TABLE
10:42:54 [2026-03-02T09:42:54.299Z] #19 8.406 CREATE TABLE
10:42:54 [2026-03-02T09:42:54.299Z] #19 8.410 ALTER TABLE
10:42:54 [2026-03-02T09:42:54.299Z] #19 8.416 CREATE TABLE
10:42:54 [2026-03-02T09:42:54.299Z] #19 8.420 ALTER TABLE
10:42:54 [2026-03-02T09:42:54.299Z] #19 8.435 CREATE TABLE
10:42:54 [2026-03-02T09:42:54.299Z] #19 8.440 ALTER TABLE
10:42:54 [2026-03-02T09:42:54.299Z] #19 8.470 CREATE TABLE
10:42:54 [2026-03-02T09:42:54.299Z] #19 8.474 ALTER TABLE
10:42:54 [2026-03-02T09:42:54.299Z] #19 8.501 CREATE TABLE
10:42:54 [2026-03-02T09:42:54.550Z] #19 8.508 ALTER TABLE
10:42:54 [2026-03-02T09:42:54.550Z] #19 8.525 CREATE TABLE
10:42:54 [2026-03-02T09:42:54.550Z] #19 8.529 ALTER TABLE
10:42:54 [2026-03-02T09:42:54.550Z] #19 8.534 CREATE TABLE
10:42:54 [2026-03-02T09:42:54.550Z] #19 8.538 ALTER TABLE
10:42:54 [2026-03-02T09:42:54.550Z] #19 8.556 CREATE TABLE
10:42:54 [2026-03-02T09:42:54.550Z] #19 8.560 ALTER TABLE
10:42:54 [2026-03-02T09:42:54.550Z] #19 8.574 CREATE TABLE
10:42:54 [2026-03-02T09:42:54.550Z] #19 8.579 ALTER TABLE
10:42:54 [2026-03-02T09:42:54.550Z] #19 8.593 CREATE TABLE
10:42:54 [2026-03-02T09:42:54.550Z] #19 8.597 ALTER TABLE
10:42:54 [2026-03-02T09:42:54.550Z] #19 8.601 CREATE TABLE
10:42:54 [2026-03-02T09:42:54.550Z] #19 8.605 ALTER TABLE
10:42:54 [2026-03-02T09:42:54.550Z] #19 8.623 CREATE TABLE
10:42:54 [2026-03-02T09:42:54.550Z] #19 8.628 ALTER TABLE
10:42:54 [2026-03-02T09:42:54.550Z] #19 8.645 CREATE TABLE
10:42:54 [2026-03-02T09:42:54.550Z] #19 8.649 ALTER TABLE
10:42:54 [2026-03-02T09:42:54.550Z] #19 8.654 CREATE TABLE
10:42:54 [2026-03-02T09:42:54.550Z] #19 8.657 ALTER TABLE
10:42:54 [2026-03-02T09:42:54.550Z] #19 8.662 CREATE TABLE
10:42:54 [2026-03-02T09:42:54.550Z] #19 8.666 ALTER TABLE
10:42:54 [2026-03-02T09:42:54.550Z] #19 8.670 CREATE TABLE
10:42:54 [2026-03-02T09:42:54.550Z] #19 8.675 ALTER TABLE
10:42:54 [2026-03-02T09:42:54.550Z] #19 8.680 CREATE TABLE
10:42:54 [2026-03-02T09:42:54.550Z] #19 8.683 ALTER TABLE
10:42:54 [2026-03-02T09:42:54.550Z] #19 8.698 CREATE TABLE
10:42:54 [2026-03-02T09:42:54.550Z] #19 8.702 ALTER TABLE
10:42:54 [2026-03-02T09:42:54.800Z] #19 8.707 CREATE TABLE
10:42:54 [2026-03-02T09:42:54.800Z] #19 8.711 ALTER TABLE
10:42:54 [2026-03-02T09:42:54.800Z] #19 8.716 CREATE TABLE
10:42:54 [2026-03-02T09:42:54.800Z] #19 8.719 ALTER TABLE
10:42:54 [2026-03-02T09:42:54.800Z] #19 8.733 CREATE TABLE
10:42:54 [2026-03-02T09:42:54.800Z] #19 8.737 ALTER TABLE
10:42:54 [2026-03-02T09:42:54.800Z] #19 8.742 CREATE TABLE
10:42:54 [2026-03-02T09:42:54.801Z] #19 8.746 ALTER TABLE
10:42:54 [2026-03-02T09:42:54.801Z] #19 8.750 CREATE TABLE
10:42:54 [2026-03-02T09:42:54.801Z] #19 8.754 ALTER TABLE
10:42:54 [2026-03-02T09:42:54.801Z] #19 8.758 CREATE TABLE
10:42:54 [2026-03-02T09:42:54.801Z] #19 8.762 ALTER TABLE
10:42:54 [2026-03-02T09:42:54.801Z] #19 8.778 CREATE TABLE
10:42:54 [2026-03-02T09:42:54.801Z] #19 8.782 ALTER TABLE
10:42:54 [2026-03-02T09:42:54.801Z] #19 8.787 CREATE TABLE
10:42:54 [2026-03-02T09:42:54.801Z] #19 8.791 ALTER TABLE
10:42:54 [2026-03-02T09:42:54.801Z] #19 8.805 CREATE TABLE
10:42:54 [2026-03-02T09:42:54.801Z] #19 8.809 ALTER TABLE
10:42:54 [2026-03-02T09:42:54.801Z] #19 8.813 CREATE TABLE
10:42:54 [2026-03-02T09:42:54.801Z] #19 8.820 ALTER TABLE
10:42:54 [2026-03-02T09:42:54.801Z] #19 8.843 CREATE TABLE
10:42:54 [2026-03-02T09:42:54.801Z] #19 8.851 ALTER TABLE
10:42:54 [2026-03-02T09:42:54.801Z] #19 8.856 CREATE TABLE
10:42:54 [2026-03-02T09:42:54.801Z] #19 8.860 ALTER TABLE
10:42:54 [2026-03-02T09:42:54.801Z] #19 8.874 CREATE TABLE
10:42:54 [2026-03-02T09:42:54.801Z] #19 8.878 ALTER TABLE
10:42:54 [2026-03-02T09:42:54.801Z] #19 8.893 CREATE TABLE
10:42:54 [2026-03-02T09:42:54.801Z] #19 8.897 ALTER TABLE
10:42:54 [2026-03-02T09:42:54.801Z] #19 8.913 CREATE TABLE
10:42:55 [2026-03-02T09:42:55.051Z] #19 8.917 ALTER TABLE
10:42:55 [2026-03-02T09:42:55.051Z] #19 8.932 CREATE TABLE
10:42:55 [2026-03-02T09:42:55.051Z] #19 8.936 ALTER TABLE
10:42:55 [2026-03-02T09:42:55.051Z] #19 8.951 CREATE TABLE
10:42:55 [2026-03-02T09:42:55.051Z] #19 8.955 ALTER TABLE
10:42:55 [2026-03-02T09:42:55.051Z] #19 8.960 CREATE TABLE
10:42:55 [2026-03-02T09:42:55.051Z] #19 8.964 ALTER TABLE
10:42:55 [2026-03-02T09:42:55.051Z] #19 8.969 CREATE TABLE
10:42:55 [2026-03-02T09:42:55.051Z] #19 8.972 ALTER TABLE
10:42:55 [2026-03-02T09:42:55.051Z] #19 8.977 CREATE TABLE
10:42:55 [2026-03-02T09:42:55.051Z] #19 8.981 ALTER TABLE
10:42:55 [2026-03-02T09:42:55.051Z] #19 8.996 CREATE TABLE
10:42:55 [2026-03-02T09:42:55.051Z] #19 9.001 ALTER TABLE
10:42:55 [2026-03-02T09:42:55.051Z] #19 9.005 CREATE TABLE
10:42:55 [2026-03-02T09:42:55.051Z] #19 9.009 ALTER TABLE
10:42:55 [2026-03-02T09:42:55.051Z] #19 9.024 CREATE TABLE
10:42:55 [2026-03-02T09:42:55.051Z] #19 9.028 ALTER TABLE
10:42:55 [2026-03-02T09:42:55.051Z] #19 9.033 CREATE TABLE
10:42:55 [2026-03-02T09:42:55.051Z] #19 9.037 ALTER TABLE
10:42:55 [2026-03-02T09:42:55.051Z] #19 9.042 CREATE TABLE
10:42:55 [2026-03-02T09:42:55.051Z] #19 9.045 ALTER TABLE
10:42:55 [2026-03-02T09:42:55.051Z] #19 9.060 CREATE TABLE
10:42:55 [2026-03-02T09:42:55.051Z] #19 9.064 ALTER TABLE
10:42:55 [2026-03-02T09:42:55.051Z] #19 9.069 CREATE TABLE
10:42:55 [2026-03-02T09:42:55.051Z] #19 9.073 ALTER TABLE
10:42:55 [2026-03-02T09:42:55.051Z] #19 9.077 COPY 6
10:42:55 [2026-03-02T09:42:55.051Z] #19 9.077 COPY 0
10:42:55 [2026-03-02T09:42:55.051Z] #19 9.078 COPY 0
10:42:55 [2026-03-02T09:42:55.051Z] #19 9.078 COPY 0
10:42:55 [2026-03-02T09:42:55.051Z] #19 9.078 COPY 0
10:42:55 [2026-03-02T09:42:55.051Z] #19 9.079 COPY 0
10:42:55 [2026-03-02T09:42:55.051Z] #19 9.083 COPY 31
10:42:55 [2026-03-02T09:42:55.051Z] #19 9.083 COPY 0
10:42:55 [2026-03-02T09:42:55.051Z] #19 9.083 COPY 0
10:42:55 [2026-03-02T09:42:55.051Z] #19 9.087 COPY 1
10:42:55 [2026-03-02T09:42:55.051Z] #19 9.088 COPY 0
10:42:55 [2026-03-02T09:42:55.051Z] #19 9.088 COPY 0
10:42:55 [2026-03-02T09:42:55.051Z] #19 9.088 COPY 0
10:42:55 [2026-03-02T09:42:55.051Z] #19 9.089 COPY 0
10:42:55 [2026-03-02T09:42:55.051Z] #19 9.089 COPY 0
10:42:55 [2026-03-02T09:42:55.051Z] #19 9.089 COPY 0
10:42:55 [2026-03-02T09:42:55.051Z] #19 9.090 COPY 0
10:42:55 [2026-03-02T09:42:55.051Z] #19 9.090 COPY 0
10:42:55 [2026-03-02T09:42:55.051Z] #19 9.090 COPY 0
10:42:55 [2026-03-02T09:42:55.051Z] #19 9.094 COPY 1
10:42:55 [2026-03-02T09:42:55.051Z] #19 9.094 COPY 0
10:42:55 [2026-03-02T09:42:55.051Z] #19 9.095 COPY 0
10:42:55 [2026-03-02T09:42:55.051Z] #19 9.095 COPY 0
10:42:55 [2026-03-02T09:42:55.051Z] #19 9.095 COPY 0
10:42:55 [2026-03-02T09:42:55.051Z] #19 9.096 COPY 0
10:42:55 [2026-03-02T09:42:55.051Z] #19 9.099 COPY 1
10:42:55 [2026-03-02T09:42:55.051Z] #19 9.100 COPY 0
10:42:55 [2026-03-02T09:42:55.051Z] #19 9.100 COPY 0
10:42:55 [2026-03-02T09:42:55.051Z] #19 9.101 COPY 0
10:42:55 [2026-03-02T09:42:55.051Z] #19 9.101 COPY 0
10:42:55 [2026-03-02T09:42:55.051Z] #19 9.101 COPY 0
10:42:55 [2026-03-02T09:42:55.051Z] #19 9.102 COPY 0
10:42:55 [2026-03-02T09:42:55.051Z] #19 9.102 COPY 0
10:42:55 [2026-03-02T09:42:55.051Z] #19 9.102 COPY 0
10:42:55 [2026-03-02T09:42:55.051Z] #19 9.103 COPY 0
10:42:55 [2026-03-02T09:42:55.051Z] #19 9.103 COPY 0
10:42:55 [2026-03-02T09:42:55.051Z] #19 9.103 COPY 0
10:42:55 [2026-03-02T09:42:55.051Z] #19 9.104 COPY 0
10:42:55 [2026-03-02T09:42:55.051Z] #19 9.104 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.104 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.105 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.105 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.106 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.106 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.110 COPY 1
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.110 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.111 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.111 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.112 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.112 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.112 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.116 COPY 17
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.120 COPY 2
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.125 COPY 96
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.125 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.126 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.126 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.130 COPY 1
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.134 COPY 1
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.134 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.138 COPY 48
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.138 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.139 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.139 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.139 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.140 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.143 COPY 6
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.147 COPY 3
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.147 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.148 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.148 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.148 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.148 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.149 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.149 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.149 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.153 COPY 17
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.157 COPY 14
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.157 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.158 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.158 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.158 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.158 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.159 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.159 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.159 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.160 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.160 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.160 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.160 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.161 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.161 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.161 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.165 COPY 2
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.169 COPY 3
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.173 COPY 1
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.176 COPY 3
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.180 COPY 1
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.183 COPY 2
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.187 COPY 7
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.191 COPY 7
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.195 COPY 138
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.196 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.196 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.196 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.197 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.201 COPY 9
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.201 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.202 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.202 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.202 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.202 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.203 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.203 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.203 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.204 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.204 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.204 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.204 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.205 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.205 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.205 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.205 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.206 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.206 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.206 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.206 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.207 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.207 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.207 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.208 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.208 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.209 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.209 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.209 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.210 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.210 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.210 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.211 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.211 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.211 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.212 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.212 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.212 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.213 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.213 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.213 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.214 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.215 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.215 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.215 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.215 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.216 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.216 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.216 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.216 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.217 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.217 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.217 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.217 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.218 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.218 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.218 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.218 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.219 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.219 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.222 COPY 3
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.223 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.223 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.223 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.223 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.224 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.224 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.224 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.224 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.224 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.224 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.225 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.225 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.225 COPY 0
10:42:55 [2026-03-02T09:42:55.052Z] #19 9.229 COPY 15
10:42:55 [2026-03-02T09:42:55.303Z] #19 9.229 COPY 0
10:42:55 [2026-03-02T09:42:55.303Z] #19 9.229 COPY 0
10:42:55 [2026-03-02T09:42:55.303Z] #19 9.230 COPY 0
10:42:55 [2026-03-02T09:42:55.303Z] #19 9.230 COPY 0
10:42:55 [2026-03-02T09:42:55.303Z] #19 9.234 COPY 64
10:42:55 [2026-03-02T09:42:55.303Z] #19 9.238 COPY 6
10:42:55 [2026-03-02T09:42:55.303Z] #19 9.243 COPY 7
10:42:55 [2026-03-02T09:42:55.303Z] #19 9.247 COPY 4
10:42:55 [2026-03-02T09:42:55.303Z] #19 9.247 COPY 0
10:42:55 [2026-03-02T09:42:55.303Z] #19 9.248 COPY 0
10:42:55 [2026-03-02T09:42:55.303Z] #19 9.248 COPY 0
10:42:55 [2026-03-02T09:42:55.303Z] #19 9.252 COPY 2
10:42:55 [2026-03-02T09:42:55.303Z] #19 9.256 COPY 1
10:42:55 [2026-03-02T09:42:55.303Z] #19 9.256 COPY 0
10:42:55 [2026-03-02T09:42:55.303Z] #19 9.256 COPY 0
10:42:55 [2026-03-02T09:42:55.303Z] #19 9.257 COPY 0
10:42:55 [2026-03-02T09:42:55.303Z] #19 9.257 COPY 0
10:42:55 [2026-03-02T09:42:55.303Z] #19 9.257 COPY 0
10:42:55 [2026-03-02T09:42:55.303Z] #19 9.258 COPY 0
10:42:55 [2026-03-02T09:42:55.303Z] #19 9.258 COPY 0
10:42:55 [2026-03-02T09:42:55.303Z] #19 9.258 COPY 0
10:42:55 [2026-03-02T09:42:55.303Z] #19 9.262 COPY 115
10:42:55 [2026-03-02T09:42:55.303Z] #19 9.262 COPY 0
10:42:55 [2026-03-02T09:42:55.303Z] #19 9.262 COPY 0
10:42:55 [2026-03-02T09:42:55.303Z] #19 9.266 COPY 2
10:42:55 [2026-03-02T09:42:55.303Z] #19 9.266 COPY 0
10:42:55 [2026-03-02T09:42:55.303Z] #19 9.269 COPY 6
10:42:55 [2026-03-02T09:42:55.303Z] #19 9.270 COPY 0
10:42:55 [2026-03-02T09:42:55.303Z] #19 9.270 COPY 0
10:42:55 [2026-03-02T09:42:55.303Z] #19 9.270 COPY 0
10:42:55 [2026-03-02T09:42:55.303Z] #19 9.271 COPY 0
10:42:55 [2026-03-02T09:42:55.303Z] #19 9.271 COPY 0
10:42:55 [2026-03-02T09:42:55.303Z] #19 9.271 COPY 0
10:42:55 [2026-03-02T09:42:55.303Z] #19 9.272 COPY 0
10:42:55 [2026-03-02T09:42:55.303Z] #19 9.272 COPY 0
10:42:55 [2026-03-02T09:42:55.303Z] #19 9.272 COPY 0
10:42:55 [2026-03-02T09:42:55.303Z] #19 9.276 COPY 2
10:42:55 [2026-03-02T09:42:55.303Z] #19 9.280 COPY 2
10:42:55 [2026-03-02T09:42:55.303Z] #19 9.284 COPY 2
10:42:55 [2026-03-02T09:42:55.303Z] #19 9.284 COPY 0
10:42:55 [2026-03-02T09:42:55.303Z] #19 9.288 COPY 2
10:42:55 [2026-03-02T09:42:55.303Z] #19 9.291 COPY 1
10:42:55 [2026-03-02T09:42:55.303Z] #19 9.298 COPY 1
10:42:55 [2026-03-02T09:42:55.303Z] #19 9.298 COPY 0
10:42:55 [2026-03-02T09:42:55.303Z] #19 9.302 COPY 4
10:42:55 [2026-03-02T09:42:55.303Z] #19 9.303 COPY 0
10:42:55 [2026-03-02T09:42:55.303Z] #19 9.306 COPY 4
10:42:55 [2026-03-02T09:42:55.303Z] #19 9.307 COPY 0
10:42:55 [2026-03-02T09:42:55.303Z] #19 9.311 COPY 18
10:42:55 [2026-03-02T09:42:55.303Z] #19 9.327 ALTER TABLE
10:42:55 [2026-03-02T09:42:55.303Z] #19 9.339 ALTER TABLE
10:42:55 [2026-03-02T09:42:55.303Z] #19 9.351 ALTER TABLE
10:42:55 [2026-03-02T09:42:55.303Z] #19 9.364 ALTER TABLE
10:42:55 [2026-03-02T09:42:55.303Z] #19 9.379 ALTER TABLE
10:42:55 [2026-03-02T09:42:55.303Z] #19 9.394 ALTER TABLE
10:42:55 [2026-03-02T09:42:55.303Z] #19 9.407 ALTER TABLE
10:42:55 [2026-03-02T09:42:55.303Z] #19 9.420 ALTER TABLE
10:42:55 [2026-03-02T09:42:55.303Z] #19 9.435 ALTER TABLE
10:42:55 [2026-03-02T09:42:55.303Z] #19 9.447 ALTER TABLE
10:42:55 [2026-03-02T09:42:55.553Z] #19 9.459 ALTER TABLE
10:42:55 [2026-03-02T09:42:55.553Z] #19 9.475 ALTER TABLE
10:42:55 [2026-03-02T09:42:55.553Z] #19 9.486 ALTER TABLE
10:42:55 [2026-03-02T09:42:55.553Z] #19 9.501 ALTER TABLE
10:42:55 [2026-03-02T09:42:55.553Z] #19 9.513 ALTER TABLE
10:42:55 [2026-03-02T09:42:55.553Z] #19 9.532 ALTER TABLE
10:42:55 [2026-03-02T09:42:55.553Z] #19 9.548 ALTER TABLE
10:42:55 [2026-03-02T09:42:55.553Z] #19 9.564 ALTER TABLE
10:42:55 [2026-03-02T09:42:55.553Z] #19 9.582 ALTER TABLE
10:42:55 [2026-03-02T09:42:55.553Z] #19 9.600 ALTER TABLE
10:42:55 [2026-03-02T09:42:55.553Z] #19 9.619 ALTER TABLE
10:42:55 [2026-03-02T09:42:55.553Z] #19 9.639 ALTER TABLE
10:42:55 [2026-03-02T09:42:55.553Z] #19 9.668 ALTER TABLE
10:42:55 [2026-03-02T09:42:55.804Z] #19 9.687 ALTER TABLE
10:42:55 [2026-03-02T09:42:55.804Z] #19 9.708 ALTER TABLE
10:42:55 [2026-03-02T09:42:55.804Z] #19 9.734 ALTER TABLE
10:42:55 [2026-03-02T09:42:55.804Z] #19 9.747 ALTER TABLE
10:42:55 [2026-03-02T09:42:55.804Z] #19 9.764 ALTER TABLE
10:42:55 [2026-03-02T09:42:55.804Z] #19 9.778 ALTER TABLE
10:42:55 [2026-03-02T09:42:55.804Z] #19 9.790 ALTER TABLE
10:42:55 [2026-03-02T09:42:55.804Z] #19 9.802 ALTER TABLE
10:42:55 [2026-03-02T09:42:55.804Z] #19 9.814 ALTER TABLE
10:42:55 [2026-03-02T09:42:55.804Z] #19 9.828 ALTER TABLE
10:42:55 [2026-03-02T09:42:55.804Z] #19 9.839 ALTER TABLE
10:42:55 [2026-03-02T09:42:55.804Z] #19 9.851 ALTER TABLE
10:42:55 [2026-03-02T09:42:55.804Z] #19 9.862 ALTER TABLE
10:42:55 [2026-03-02T09:42:55.804Z] #19 9.874 ALTER TABLE
10:42:55 [2026-03-02T09:42:55.804Z] #19 9.888 ALTER TABLE
10:42:55 [2026-03-02T09:42:55.804Z] #19 9.903 ALTER TABLE
10:42:55 [2026-03-02T09:42:55.804Z] #19 9.918 ALTER TABLE
10:42:55 [2026-03-02T09:42:55.804Z] #19 9.932 ALTER TABLE
10:42:55 [2026-03-02T09:42:55.804Z] #19 9.948 ALTER TABLE
10:42:55 [2026-03-02T09:42:55.804Z] #19 9.960 ALTER TABLE
10:42:55 [2026-03-02T09:42:55.804Z] #19 9.971 ALTER TABLE
10:42:55 [2026-03-02T09:42:55.804Z] #19 9.986 ALTER TABLE
10:42:55 [2026-03-02T09:42:55.804Z] #19 9.998 ALTER TABLE
10:42:56 [2026-03-02T09:42:56.054Z] #19 10.01 ALTER TABLE
10:42:56 [2026-03-02T09:42:56.054Z] #19 10.02 ALTER TABLE
10:42:56 [2026-03-02T09:42:56.054Z] #19 10.04 ALTER TABLE
10:42:56 [2026-03-02T09:42:56.055Z] #19 10.05 ALTER TABLE
10:42:56 [2026-03-02T09:42:56.055Z] #19 10.06 ALTER TABLE
10:42:56 [2026-03-02T09:42:56.055Z] #19 10.07 ALTER TABLE
10:42:56 [2026-03-02T09:42:56.055Z] #19 10.09 ALTER TABLE
10:42:56 [2026-03-02T09:42:56.055Z] #19 10.10 ALTER TABLE
10:42:56 [2026-03-02T09:42:56.055Z] #19 10.11 ALTER TABLE
10:42:56 [2026-03-02T09:42:56.055Z] #19 10.12 ALTER TABLE
10:42:56 [2026-03-02T09:42:56.055Z] #19 10.14 ALTER TABLE
10:42:56 [2026-03-02T09:42:56.055Z] #19 10.15 ALTER TABLE
10:42:56 [2026-03-02T09:42:56.055Z] #19 10.16 ALTER TABLE
10:42:56 [2026-03-02T09:42:56.055Z] #19 10.18 ALTER TABLE
10:42:56 [2026-03-02T09:42:56.055Z] #19 10.19 ALTER TABLE
10:42:56 [2026-03-02T09:42:56.055Z] #19 10.20 ALTER TABLE
10:42:56 [2026-03-02T09:42:56.305Z] #19 10.22 ALTER TABLE
10:42:56 [2026-03-02T09:42:56.305Z] #19 10.23 ALTER TABLE
10:42:56 [2026-03-02T09:42:56.305Z] #19 10.25 ALTER TABLE
10:42:56 [2026-03-02T09:42:56.305Z] #19 10.26 ALTER TABLE
10:42:56 [2026-03-02T09:42:56.305Z] #19 10.27 ALTER TABLE
10:42:56 [2026-03-02T09:42:56.305Z] #19 10.29 ALTER TABLE
10:42:56 [2026-03-02T09:42:56.305Z] #19 10.31 ALTER TABLE
10:42:56 [2026-03-02T09:42:56.305Z] #19 10.32 ALTER TABLE
10:42:56 [2026-03-02T09:42:56.305Z] #19 10.34 ALTER TABLE
10:42:56 [2026-03-02T09:42:56.305Z] #19 10.35 ALTER TABLE
10:42:56 [2026-03-02T09:42:56.305Z] #19 10.36 ALTER TABLE
10:42:56 [2026-03-02T09:42:56.305Z] #19 10.38 ALTER TABLE
10:42:56 [2026-03-02T09:42:56.305Z] #19 10.39 ALTER TABLE
10:42:56 [2026-03-02T09:42:56.305Z] #19 10.40 ALTER TABLE
10:42:56 [2026-03-02T09:42:56.305Z] #19 10.42 ALTER TABLE
10:42:56 [2026-03-02T09:42:56.556Z] #19 10.43 ALTER TABLE
10:42:56 [2026-03-02T09:42:56.556Z] #19 10.45 ALTER TABLE
10:42:56 [2026-03-02T09:42:56.556Z] #19 10.46 ALTER TABLE
10:42:56 [2026-03-02T09:42:56.556Z] #19 10.48 ALTER TABLE
10:42:56 [2026-03-02T09:42:56.556Z] #19 10.49 ALTER TABLE
10:42:56 [2026-03-02T09:42:56.556Z] #19 10.50 ALTER TABLE
10:42:56 [2026-03-02T09:42:56.556Z] #19 10.51 ALTER TABLE
10:42:56 [2026-03-02T09:42:56.556Z] #19 10.53 ALTER TABLE
10:42:56 [2026-03-02T09:42:56.556Z] #19 10.54 ALTER TABLE
10:42:56 [2026-03-02T09:42:56.556Z] #19 10.55 ALTER TABLE
10:42:56 [2026-03-02T09:42:56.556Z] #19 10.57 ALTER TABLE
10:42:56 [2026-03-02T09:42:56.556Z] #19 10.58 ALTER TABLE
10:42:56 [2026-03-02T09:42:56.556Z] #19 10.59 ALTER TABLE
10:42:56 [2026-03-02T09:42:56.556Z] #19 10.61 ALTER TABLE
10:42:56 [2026-03-02T09:42:56.556Z] #19 10.62 ALTER TABLE
10:42:56 [2026-03-02T09:42:56.556Z] #19 10.63 ALTER TABLE
10:42:56 [2026-03-02T09:42:56.556Z] #19 10.64 ALTER TABLE
10:42:56 [2026-03-02T09:42:56.556Z] #19 10.65 ALTER TABLE
10:42:56 [2026-03-02T09:42:56.556Z] #19 10.67 ALTER TABLE
10:42:56 [2026-03-02T09:42:56.556Z] #19 10.68 ALTER TABLE
10:42:56 [2026-03-02T09:42:56.556Z] #19 10.69 ALTER TABLE
10:42:56 [2026-03-02T09:42:56.556Z] #19 10.71 ALTER TABLE
10:42:56 [2026-03-02T09:42:56.556Z] #19 10.72 ALTER TABLE
10:42:56 [2026-03-02T09:42:56.556Z] #19 10.73 ALTER TABLE
10:42:56 [2026-03-02T09:42:56.806Z] #19 10.75 ALTER TABLE
10:42:56 [2026-03-02T09:42:56.806Z] #19 10.76 ALTER TABLE
10:42:56 [2026-03-02T09:42:56.806Z] #19 10.77 ALTER TABLE
10:42:56 [2026-03-02T09:42:56.806Z] #19 10.79 ALTER TABLE
10:42:56 [2026-03-02T09:42:56.806Z] #19 10.80 ALTER TABLE
10:42:56 [2026-03-02T09:42:56.806Z] #19 10.81 ALTER TABLE
10:42:56 [2026-03-02T09:42:56.806Z] #19 10.83 ALTER TABLE
10:42:56 [2026-03-02T09:42:56.806Z] #19 10.84 ALTER TABLE
10:42:56 [2026-03-02T09:42:56.806Z] #19 10.85 ALTER TABLE
10:42:56 [2026-03-02T09:42:56.806Z] #19 10.86 ALTER TABLE
10:42:56 [2026-03-02T09:42:56.806Z] #19 10.88 ALTER TABLE
10:42:56 [2026-03-02T09:42:56.806Z] #19 10.89 ALTER TABLE
10:42:56 [2026-03-02T09:42:56.806Z] #19 10.90 ALTER TABLE
10:42:56 [2026-03-02T09:42:56.806Z] #19 10.92 ALTER TABLE
10:42:56 [2026-03-02T09:42:56.806Z] #19 10.93 ALTER TABLE
10:42:56 [2026-03-02T09:42:56.806Z] #19 10.94 ALTER TABLE
10:42:57 [2026-03-02T09:42:57.057Z] #19 10.95 ALTER TABLE
10:42:57 [2026-03-02T09:42:57.057Z] #19 10.96 ALTER TABLE
10:42:57 [2026-03-02T09:42:57.057Z] #19 10.98 ALTER TABLE
10:42:57 [2026-03-02T09:42:57.057Z] #19 10.99 ALTER TABLE
10:42:57 [2026-03-02T09:42:57.057Z] #19 11.00 ALTER TABLE
10:42:57 [2026-03-02T09:42:57.057Z] #19 11.01 ALTER TABLE
10:42:57 [2026-03-02T09:42:57.057Z] #19 11.03 ALTER TABLE
10:42:57 [2026-03-02T09:42:57.057Z] #19 11.04 ALTER TABLE
10:42:57 [2026-03-02T09:42:57.057Z] #19 11.05 ALTER TABLE
10:42:57 [2026-03-02T09:42:57.057Z] #19 11.06 ALTER TABLE
10:42:57 [2026-03-02T09:42:57.057Z] #19 11.07 ALTER TABLE
10:42:57 [2026-03-02T09:42:57.057Z] #19 11.09 ALTER TABLE
10:42:57 [2026-03-02T09:42:57.057Z] #19 11.10 ALTER TABLE
10:42:57 [2026-03-02T09:42:57.057Z] #19 11.11 ALTER TABLE
10:42:57 [2026-03-02T09:42:57.057Z] #19 11.12 ALTER TABLE
10:42:57 [2026-03-02T09:42:57.057Z] #19 11.14 ALTER TABLE
10:42:57 [2026-03-02T09:42:57.057Z] #19 11.15 ALTER TABLE
10:42:57 [2026-03-02T09:42:57.057Z] #19 11.16 ALTER TABLE
10:42:57 [2026-03-02T09:42:57.057Z] #19 11.17 ALTER TABLE
10:42:57 [2026-03-02T09:42:57.057Z] #19 11.18 ALTER TABLE
10:42:57 [2026-03-02T09:42:57.057Z] #19 11.20 ALTER TABLE
10:42:57 [2026-03-02T09:42:57.057Z] #19 11.21 ALTER TABLE
10:42:57 [2026-03-02T09:42:57.057Z] #19 11.22 ALTER TABLE
10:42:57 [2026-03-02T09:42:57.057Z] #19 11.25 ALTER TABLE
10:42:57 [2026-03-02T09:42:57.057Z] #19 11.27 ALTER TABLE
10:42:57 [2026-03-02T09:42:57.307Z] #19 11.29 ALTER TABLE
10:42:57 [2026-03-02T09:42:57.307Z] #19 11.32 ALTER TABLE
10:42:57 [2026-03-02T09:42:57.308Z] #19 11.34 ALTER TABLE
10:42:57 [2026-03-02T09:42:57.308Z] #19 11.35 ALTER TABLE
10:42:57 [2026-03-02T09:42:57.308Z] #19 11.36 ALTER TABLE
10:42:57 [2026-03-02T09:42:57.308Z] #19 11.37 ALTER TABLE
10:42:57 [2026-03-02T09:42:57.308Z] #19 11.39 ALTER TABLE
10:42:57 [2026-03-02T09:42:57.308Z] #19 11.40 ALTER TABLE
10:42:57 [2026-03-02T09:42:57.308Z] #19 11.41 ALTER TABLE
10:42:57 [2026-03-02T09:42:57.308Z] #19 11.42 ALTER TABLE
10:42:57 [2026-03-02T09:42:57.308Z] #19 11.44 ALTER TABLE
10:42:57 [2026-03-02T09:42:57.308Z] #19 11.45 ALTER TABLE
10:42:57 [2026-03-02T09:42:57.308Z] #19 11.46 ALTER TABLE
10:42:57 [2026-03-02T09:42:57.308Z] #19 11.47 ALTER TABLE
10:42:57 [2026-03-02T09:42:57.558Z] #19 11.49 ALTER TABLE
10:42:57 [2026-03-02T09:42:57.558Z] #19 11.50 ALTER TABLE
10:42:57 [2026-03-02T09:42:57.558Z] #19 11.52 ALTER TABLE
10:42:57 [2026-03-02T09:42:57.558Z] #19 11.53 ALTER TABLE
10:42:57 [2026-03-02T09:42:57.558Z] #19 11.55 ALTER TABLE
10:42:57 [2026-03-02T09:42:57.558Z] #19 11.56 ALTER TABLE
10:42:57 [2026-03-02T09:42:57.558Z] #19 11.57 ALTER TABLE
10:42:57 [2026-03-02T09:42:57.558Z] #19 11.58 ALTER TABLE
10:42:57 [2026-03-02T09:42:57.558Z] #19 11.60 ALTER TABLE
10:42:57 [2026-03-02T09:42:57.558Z] #19 11.61 ALTER TABLE
10:42:57 [2026-03-02T09:42:57.558Z] #19 11.62 ALTER TABLE
10:42:57 [2026-03-02T09:42:57.558Z] #19 11.65 ALTER TABLE
10:42:57 [2026-03-02T09:42:57.558Z] #19 11.66 ALTER TABLE
10:42:57 [2026-03-02T09:42:57.558Z] #19 11.67 ALTER TABLE
10:42:57 [2026-03-02T09:42:57.558Z] #19 11.69 ALTER TABLE
10:42:57 [2026-03-02T09:42:57.809Z] #19 11.70 ALTER TABLE
10:42:57 [2026-03-02T09:42:57.809Z] #19 11.71 ALTER TABLE
10:42:57 [2026-03-02T09:42:57.809Z] #19 11.72 ALTER TABLE
10:42:57 [2026-03-02T09:42:57.809Z] #19 11.73 ALTER TABLE
10:42:57 [2026-03-02T09:42:57.809Z] #19 11.75 ALTER TABLE
10:42:57 [2026-03-02T09:42:57.809Z] #19 11.76 ALTER TABLE
10:42:57 [2026-03-02T09:42:57.809Z] #19 11.77 ALTER TABLE
10:42:57 [2026-03-02T09:42:57.809Z] #19 11.78 ALTER TABLE
10:42:57 [2026-03-02T09:42:57.809Z] #19 11.79 ALTER TABLE
10:42:57 [2026-03-02T09:42:57.809Z] #19 11.81 ALTER TABLE
10:42:57 [2026-03-02T09:42:57.809Z] #19 11.82 ALTER TABLE
10:42:57 [2026-03-02T09:42:57.809Z] #19 11.83 ALTER TABLE
10:42:57 [2026-03-02T09:42:57.809Z] #19 11.84 ALTER TABLE
10:42:57 [2026-03-02T09:42:57.809Z] #19 11.85 ALTER TABLE
10:42:57 [2026-03-02T09:42:57.809Z] #19 11.86 ALTER TABLE
10:42:57 [2026-03-02T09:42:57.809Z] #19 11.88 ALTER TABLE
10:42:57 [2026-03-02T09:42:57.809Z] #19 11.89 ALTER TABLE
10:42:57 [2026-03-02T09:42:57.809Z] #19 11.90 ALTER TABLE
10:42:57 [2026-03-02T09:42:57.809Z] #19 11.91 ALTER TABLE
10:42:57 [2026-03-02T09:42:57.809Z] #19 11.92 ALTER TABLE
10:42:57 [2026-03-02T09:42:57.809Z] #19 11.94 ALTER TABLE
10:42:57 [2026-03-02T09:42:57.809Z] #19 11.95 ALTER TABLE
10:42:57 [2026-03-02T09:42:57.809Z] #19 11.98 ALTER TABLE
10:42:57 [2026-03-02T09:42:57.809Z] #19 11.99 ALTER TABLE
10:42:57 [2026-03-02T09:42:57.809Z] #19 12.00 ALTER TABLE
10:42:58 [2026-03-02T09:42:58.059Z] #19 12.01 ALTER TABLE
10:42:58 [2026-03-02T09:42:58.059Z] #19 12.03 ALTER TABLE
10:42:58 [2026-03-02T09:42:58.059Z] #19 12.04 ALTER TABLE
10:42:58 [2026-03-02T09:42:58.059Z] #19 12.06 ALTER TABLE
10:42:58 [2026-03-02T09:42:58.059Z] #19 12.07 ALTER TABLE
10:42:58 [2026-03-02T09:42:58.059Z] #19 12.09 ALTER TABLE
10:42:58 [2026-03-02T09:42:58.059Z] #19 12.10 ALTER TABLE
10:42:58 [2026-03-02T09:42:58.059Z] #19 12.11 ALTER TABLE
10:42:58 [2026-03-02T09:42:58.059Z] #19 12.12 ALTER TABLE
10:42:58 [2026-03-02T09:42:58.059Z] #19 12.14 ALTER TABLE
10:42:58 [2026-03-02T09:42:58.059Z] #19 12.15 ALTER TABLE
10:42:58 [2026-03-02T09:42:58.059Z] #19 12.16 ALTER TABLE
10:42:58 [2026-03-02T09:42:58.059Z] #19 12.17 ALTER TABLE
10:42:58 [2026-03-02T09:42:58.059Z] #19 12.18 ALTER TABLE
10:42:58 [2026-03-02T09:42:58.059Z] #19 12.20 ALTER TABLE
10:42:58 [2026-03-02T09:42:58.059Z] #19 12.21 ALTER TABLE
10:42:58 [2026-03-02T09:42:58.310Z] #19 12.22 ALTER TABLE
10:42:58 [2026-03-02T09:42:58.310Z] #19 12.23 ALTER TABLE
10:42:58 [2026-03-02T09:42:58.310Z] #19 12.25 ALTER TABLE
10:42:58 [2026-03-02T09:42:58.310Z] #19 12.27 ALTER TABLE
10:42:58 [2026-03-02T09:42:58.310Z] #19 12.29 ALTER TABLE
10:42:58 [2026-03-02T09:42:58.310Z] #19 12.31 ALTER TABLE
10:42:58 [2026-03-02T09:42:58.310Z] #19 12.32 ALTER TABLE
10:42:58 [2026-03-02T09:42:58.310Z] #19 12.33 CREATE INDEX
10:42:58 [2026-03-02T09:42:58.310Z] #19 12.34 CREATE INDEX
10:42:58 [2026-03-02T09:42:58.310Z] #19 12.36 CREATE INDEX
10:42:58 [2026-03-02T09:42:58.310Z] #19 12.37 CREATE INDEX
10:42:58 [2026-03-02T09:42:58.310Z] #19 12.38 CREATE INDEX
10:42:58 [2026-03-02T09:42:58.310Z] #19 12.39 CREATE INDEX
10:42:58 [2026-03-02T09:42:58.310Z] #19 12.41 CREATE INDEX
10:42:58 [2026-03-02T09:42:58.310Z] #19 12.44 CREATE INDEX
10:42:58 [2026-03-02T09:42:58.560Z] #19 12.45 CREATE INDEX
10:42:58 [2026-03-02T09:42:58.560Z] #19 12.47 CREATE INDEX
10:42:58 [2026-03-02T09:42:58.560Z] #19 12.48 CREATE INDEX
10:42:58 [2026-03-02T09:42:58.560Z] #19 12.49 CREATE INDEX
10:42:58 [2026-03-02T09:42:58.560Z] #19 12.50 CREATE INDEX
10:42:58 [2026-03-02T09:42:58.560Z] #19 12.51 CREATE INDEX
10:42:58 [2026-03-02T09:42:58.560Z] #19 12.52 CREATE INDEX
10:42:58 [2026-03-02T09:42:58.560Z] #19 12.54 CREATE INDEX
10:42:58 [2026-03-02T09:42:58.560Z] #19 12.55 CREATE INDEX
10:42:58 [2026-03-02T09:42:58.560Z] #19 12.56 CREATE INDEX
10:42:58 [2026-03-02T09:42:58.560Z] #19 12.57 CREATE INDEX
10:42:58 [2026-03-02T09:42:58.560Z] #19 12.58 CREATE INDEX
10:42:58 [2026-03-02T09:42:58.560Z] #19 12.60 CREATE INDEX
10:42:58 [2026-03-02T09:42:58.560Z] #19 12.61 CREATE INDEX
10:42:58 [2026-03-02T09:42:58.560Z] #19 12.63 CREATE INDEX
10:42:58 [2026-03-02T09:42:58.560Z] #19 12.64 CREATE INDEX
10:42:58 [2026-03-02T09:42:58.560Z] #19 12.66 CREATE INDEX
10:42:58 [2026-03-02T09:42:58.560Z] #19 12.67 CREATE INDEX
10:42:58 [2026-03-02T09:42:58.560Z] #19 12.68 CREATE INDEX
10:42:58 [2026-03-02T09:42:58.560Z] #19 12.69 CREATE INDEX
10:42:58 [2026-03-02T09:42:58.560Z] #19 12.71 CREATE INDEX
10:42:58 [2026-03-02T09:42:58.560Z] #19 12.72 CREATE INDEX
10:42:58 [2026-03-02T09:42:58.560Z] #19 12.73 CREATE INDEX
10:42:58 [2026-03-02T09:42:58.560Z] #19 12.74 CREATE INDEX
10:42:58 [2026-03-02T09:42:58.560Z] #19 12.76 CREATE INDEX
10:42:58 [2026-03-02T09:42:58.560Z] #19 12.77 CREATE INDEX
10:42:58 [2026-03-02T09:42:58.811Z] #19 12.78 CREATE INDEX
10:42:58 [2026-03-02T09:42:58.811Z] #19 12.79 CREATE INDEX
10:42:58 [2026-03-02T09:42:58.811Z] #19 12.81 CREATE INDEX
10:42:58 [2026-03-02T09:42:58.811Z] #19 12.82 CREATE INDEX
10:42:58 [2026-03-02T09:42:58.811Z] #19 12.83 CREATE INDEX
10:42:58 [2026-03-02T09:42:58.811Z] #19 12.84 CREATE INDEX
10:42:58 [2026-03-02T09:42:58.811Z] #19 12.86 CREATE INDEX
10:42:58 [2026-03-02T09:42:58.811Z] #19 12.87 CREATE INDEX
10:42:58 [2026-03-02T09:42:58.811Z] #19 12.88 CREATE INDEX
10:42:58 [2026-03-02T09:42:58.811Z] #19 12.90 CREATE INDEX
10:42:58 [2026-03-02T09:42:58.811Z] #19 12.91 CREATE INDEX
10:42:58 [2026-03-02T09:42:58.811Z] #19 12.92 CREATE INDEX
10:42:58 [2026-03-02T09:42:58.811Z] #19 12.94 CREATE INDEX
10:42:58 [2026-03-02T09:42:58.811Z] #19 12.95 CREATE INDEX
10:42:58 [2026-03-02T09:42:58.811Z] #19 12.97 CREATE INDEX
10:42:58 [2026-03-02T09:42:58.811Z] #19 12.99 CREATE INDEX
10:42:59 [2026-03-02T09:42:59.062Z] #19 13.01 CREATE INDEX
10:42:59 [2026-03-02T09:42:59.062Z] #19 13.02 CREATE INDEX
10:42:59 [2026-03-02T09:42:59.062Z] #19 13.04 CREATE INDEX
10:42:59 [2026-03-02T09:42:59.062Z] #19 13.07 CREATE INDEX
10:42:59 [2026-03-02T09:42:59.062Z] #19 13.09 CREATE INDEX
10:42:59 [2026-03-02T09:42:59.062Z] #19 13.10 CREATE INDEX
10:42:59 [2026-03-02T09:42:59.062Z] #19 13.11 CREATE INDEX
10:42:59 [2026-03-02T09:42:59.062Z] #19 13.13 CREATE INDEX
10:42:59 [2026-03-02T09:42:59.062Z] #19 13.14 CREATE INDEX
10:42:59 [2026-03-02T09:42:59.062Z] #19 13.15 CREATE INDEX
10:42:59 [2026-03-02T09:42:59.062Z] #19 13.17 CREATE INDEX
10:42:59 [2026-03-02T09:42:59.062Z] #19 13.18 CREATE INDEX
10:42:59 [2026-03-02T09:42:59.062Z] #19 13.20 CREATE INDEX
10:42:59 [2026-03-02T09:42:59.062Z] #19 13.21 CREATE INDEX
10:42:59 [2026-03-02T09:42:59.312Z] #19 13.22 CREATE INDEX
10:42:59 [2026-03-02T09:42:59.312Z] #19 13.24 CREATE INDEX
10:42:59 [2026-03-02T09:42:59.312Z] #19 13.26 CREATE INDEX
10:42:59 [2026-03-02T09:42:59.312Z] #19 13.28 CREATE INDEX
10:42:59 [2026-03-02T09:42:59.312Z] #19 13.29 CREATE INDEX
10:42:59 [2026-03-02T09:42:59.312Z] #19 13.30 CREATE INDEX
10:42:59 [2026-03-02T09:42:59.312Z] #19 13.31 CREATE INDEX
10:42:59 [2026-03-02T09:42:59.312Z] #19 13.33 CREATE INDEX
10:42:59 [2026-03-02T09:42:59.312Z] #19 13.34 CREATE INDEX
10:42:59 [2026-03-02T09:42:59.312Z] #19 13.35 CREATE INDEX
10:42:59 [2026-03-02T09:42:59.312Z] #19 13.36 CREATE INDEX
10:42:59 [2026-03-02T09:42:59.312Z] #19 13.38 CREATE INDEX
10:42:59 [2026-03-02T09:42:59.312Z] #19 13.39 CREATE INDEX
10:42:59 [2026-03-02T09:42:59.312Z] #19 13.40 CREATE INDEX
10:42:59 [2026-03-02T09:42:59.312Z] #19 13.41 CREATE INDEX
10:42:59 [2026-03-02T09:42:59.312Z] #19 13.43 CREATE INDEX
10:42:59 [2026-03-02T09:42:59.563Z] #19 13.44 CREATE INDEX
10:42:59 [2026-03-02T09:42:59.563Z] #19 13.45 CREATE INDEX
10:42:59 [2026-03-02T09:42:59.563Z] #19 13.46 CREATE INDEX
10:42:59 [2026-03-02T09:42:59.563Z] #19 13.48 CREATE INDEX
10:42:59 [2026-03-02T09:42:59.563Z] #19 13.49 CREATE INDEX
10:42:59 [2026-03-02T09:42:59.563Z] #19 13.50 CREATE INDEX
10:42:59 [2026-03-02T09:42:59.563Z] #19 13.51 CREATE INDEX
10:42:59 [2026-03-02T09:42:59.563Z] #19 13.53 CREATE INDEX
10:42:59 [2026-03-02T09:42:59.563Z] #19 13.54 CREATE INDEX
10:42:59 [2026-03-02T09:42:59.563Z] #19 13.55 CREATE INDEX
10:42:59 [2026-03-02T09:42:59.563Z] #19 13.56 CREATE INDEX
10:42:59 [2026-03-02T09:42:59.563Z] #19 13.58 CREATE INDEX
10:42:59 [2026-03-02T09:42:59.563Z] #19 13.59 CREATE INDEX
10:42:59 [2026-03-02T09:42:59.563Z] #19 13.60 CREATE INDEX
10:42:59 [2026-03-02T09:42:59.563Z] #19 13.61 CREATE INDEX
10:42:59 [2026-03-02T09:42:59.563Z] #19 13.62 CREATE INDEX
10:42:59 [2026-03-02T09:42:59.563Z] #19 13.64 CREATE INDEX
10:42:59 [2026-03-02T09:42:59.563Z] #19 13.65 CREATE INDEX
10:42:59 [2026-03-02T09:42:59.563Z] #19 13.66 CREATE INDEX
10:42:59 [2026-03-02T09:42:59.563Z] #19 13.67 CREATE INDEX
10:42:59 [2026-03-02T09:42:59.563Z] #19 13.69 CREATE INDEX
10:42:59 [2026-03-02T09:42:59.563Z] #19 13.70 CREATE INDEX
10:42:59 [2026-03-02T09:42:59.563Z] #19 13.71 CREATE INDEX
10:42:59 [2026-03-02T09:42:59.563Z] #19 13.72 CREATE INDEX
10:42:59 [2026-03-02T09:42:59.563Z] #19 13.73 CREATE INDEX
10:42:59 [2026-03-02T09:42:59.563Z] #19 13.74 CREATE INDEX
10:42:59 [2026-03-02T09:42:59.563Z] #19 13.76 CREATE INDEX
10:42:59 [2026-03-02T09:42:59.813Z] #19 13.77 CREATE INDEX
10:42:59 [2026-03-02T09:42:59.813Z] #19 13.78 CREATE INDEX
10:42:59 [2026-03-02T09:42:59.813Z] #19 13.79 CREATE INDEX
10:42:59 [2026-03-02T09:42:59.813Z] #19 13.80 CREATE INDEX
10:42:59 [2026-03-02T09:42:59.813Z] #19 13.82 CREATE INDEX
10:42:59 [2026-03-02T09:42:59.813Z] #19 13.83 CREATE INDEX
10:42:59 [2026-03-02T09:42:59.813Z] #19 13.84 CREATE INDEX
10:42:59 [2026-03-02T09:42:59.813Z] #19 13.85 CREATE INDEX
10:42:59 [2026-03-02T09:42:59.813Z] #19 13.87 CREATE INDEX
10:42:59 [2026-03-02T09:42:59.813Z] #19 13.88 CREATE INDEX
10:42:59 [2026-03-02T09:42:59.813Z] #19 13.89 CREATE INDEX
10:42:59 [2026-03-02T09:42:59.813Z] #19 13.90 CREATE INDEX
10:42:59 [2026-03-02T09:42:59.813Z] #19 13.92 CREATE INDEX
10:42:59 [2026-03-02T09:42:59.813Z] #19 13.93 CREATE INDEX
10:42:59 [2026-03-02T09:42:59.813Z] #19 13.94 CREATE INDEX
10:42:59 [2026-03-02T09:42:59.813Z] #19 13.95 CREATE INDEX
10:42:59 [2026-03-02T09:42:59.813Z] #19 13.98 CREATE INDEX
10:43:00 [2026-03-02T09:43:00.064Z] #19 14.00 ALTER TABLE
10:43:00 [2026-03-02T09:43:00.064Z] #19 14.01 ALTER TABLE
10:43:00 [2026-03-02T09:43:00.064Z] #19 14.01 ALTER TABLE
10:43:00 [2026-03-02T09:43:00.064Z] #19 14.02 ALTER TABLE
10:43:00 [2026-03-02T09:43:00.064Z] #19 14.03 ALTER TABLE
10:43:00 [2026-03-02T09:43:00.064Z] #19 14.03 ALTER TABLE
10:43:00 [2026-03-02T09:43:00.064Z] #19 14.04 ALTER TABLE
10:43:00 [2026-03-02T09:43:00.064Z] #19 14.04 ALTER TABLE
10:43:00 [2026-03-02T09:43:00.064Z] #19 14.05 ALTER TABLE
10:43:00 [2026-03-02T09:43:00.064Z] #19 14.06 ALTER TABLE
10:43:00 [2026-03-02T09:43:00.064Z] #19 14.06 ALTER TABLE
10:43:00 [2026-03-02T09:43:00.064Z] #19 14.07 ALTER TABLE
10:43:00 [2026-03-02T09:43:00.064Z] #19 14.07 ALTER TABLE
10:43:00 [2026-03-02T09:43:00.064Z] #19 14.08 ALTER TABLE
10:43:00 [2026-03-02T09:43:00.064Z] #19 14.09 ALTER TABLE
10:43:00 [2026-03-02T09:43:00.064Z] #19 14.09 ALTER TABLE
10:43:00 [2026-03-02T09:43:00.064Z] #19 14.10 ALTER TABLE
10:43:00 [2026-03-02T09:43:00.064Z] #19 14.10 ALTER TABLE
10:43:00 [2026-03-02T09:43:00.064Z] #19 14.11 ALTER TABLE
10:43:00 [2026-03-02T09:43:00.064Z] #19 14.11 ALTER TABLE
10:43:00 [2026-03-02T09:43:00.064Z] #19 14.12 ALTER TABLE
10:43:00 [2026-03-02T09:43:00.064Z] #19 14.13 ALTER TABLE
10:43:00 [2026-03-02T09:43:00.064Z] #19 14.13 ALTER TABLE
10:43:00 [2026-03-02T09:43:00.064Z] #19 14.14 ALTER TABLE
10:43:00 [2026-03-02T09:43:00.064Z] #19 14.14 ALTER TABLE
10:43:00 [2026-03-02T09:43:00.064Z] #19 14.15 ALTER TABLE
10:43:00 [2026-03-02T09:43:00.064Z] #19 14.15 ALTER TABLE
10:43:00 [2026-03-02T09:43:00.064Z] #19 14.16 ALTER TABLE
10:43:00 [2026-03-02T09:43:00.064Z] #19 14.16 ALTER TABLE
10:43:00 [2026-03-02T09:43:00.064Z] #19 14.17 ALTER TABLE
10:43:00 [2026-03-02T09:43:00.064Z] #19 14.17 ALTER TABLE
10:43:00 [2026-03-02T09:43:00.064Z] #19 14.18 ALTER TABLE
10:43:00 [2026-03-02T09:43:00.064Z] #19 14.19 ALTER TABLE
10:43:00 [2026-03-02T09:43:00.315Z] #19 14.19 ALTER TABLE
10:43:00 [2026-03-02T09:43:00.315Z] #19 14.20 ALTER TABLE
10:43:00 [2026-03-02T09:43:00.315Z] #19 14.20 ALTER TABLE
10:43:00 [2026-03-02T09:43:00.315Z] #19 14.21 ALTER TABLE
10:43:00 [2026-03-02T09:43:00.315Z] #19 14.21 ALTER TABLE
10:43:00 [2026-03-02T09:43:00.315Z] #19 14.22 ALTER TABLE
10:43:00 [2026-03-02T09:43:00.315Z] #19 14.22 ALTER TABLE
10:43:00 [2026-03-02T09:43:00.315Z] #19 14.23 ALTER TABLE
10:43:00 [2026-03-02T09:43:00.315Z] #19 14.24 ALTER TABLE
10:43:00 [2026-03-02T09:43:00.315Z] #19 14.24 ALTER TABLE
10:43:00 [2026-03-02T09:43:00.315Z] #19 14.25 ALTER TABLE
10:43:00 [2026-03-02T09:43:00.315Z] #19 14.26 ALTER TABLE
10:43:00 [2026-03-02T09:43:00.315Z] #19 14.26 ALTER TABLE
10:43:00 [2026-03-02T09:43:00.315Z] #19 14.27 ALTER TABLE
10:43:00 [2026-03-02T09:43:00.315Z] #19 14.27 ALTER TABLE
10:43:00 [2026-03-02T09:43:00.315Z] #19 14.28 ALTER TABLE
10:43:00 [2026-03-02T09:43:00.315Z] #19 14.28 ALTER TABLE
10:43:00 [2026-03-02T09:43:00.315Z] #19 14.29 ALTER TABLE
10:43:00 [2026-03-02T09:43:00.315Z] #19 14.29 ALTER TABLE
10:43:00 [2026-03-02T09:43:00.315Z] #19 14.30 ALTER TABLE
10:43:00 [2026-03-02T09:43:00.315Z] #19 14.31 ALTER TABLE
10:43:00 [2026-03-02T09:43:00.315Z] #19 14.31 ALTER TABLE
10:43:00 [2026-03-02T09:43:00.315Z] #19 14.32 ALTER TABLE
10:43:00 [2026-03-02T09:43:00.315Z] #19 14.33 ALTER TABLE
10:43:00 [2026-03-02T09:43:00.315Z] #19 14.33 ALTER TABLE
10:43:00 [2026-03-02T09:43:00.315Z] #19 14.34 ALTER TABLE
10:43:00 [2026-03-02T09:43:00.315Z] #19 14.34 ALTER TABLE
10:43:00 [2026-03-02T09:43:00.315Z] #19 14.35 ALTER TABLE
10:43:00 [2026-03-02T09:43:00.315Z] #19 14.36 ALTER TABLE
10:43:00 [2026-03-02T09:43:00.315Z] #19 14.36 ALTER TABLE
10:43:00 [2026-03-02T09:43:00.315Z] #19 14.37 ALTER TABLE
10:43:00 [2026-03-02T09:43:00.315Z] #19 14.37 ALTER TABLE
10:43:00 [2026-03-02T09:43:00.315Z] #19 14.38 ALTER TABLE
10:43:00 [2026-03-02T09:43:00.315Z] #19 14.38 ALTER TABLE
10:43:00 [2026-03-02T09:43:00.315Z] #19 14.39 ALTER TABLE
10:43:00 [2026-03-02T09:43:00.565Z] #19 14.39 ALTER TABLE
10:43:00 [2026-03-02T09:43:00.565Z] #19 14.40 ALTER TABLE
10:43:00 [2026-03-02T09:43:00.565Z] #19 14.41 ALTER TABLE
10:43:00 [2026-03-02T09:43:00.565Z] #19 14.41 ALTER TABLE
10:43:00 [2026-03-02T09:43:00.565Z] #19 14.42 ALTER TABLE
10:43:00 [2026-03-02T09:43:00.565Z] #19 14.42 ALTER TABLE
10:43:00 [2026-03-02T09:43:00.565Z] #19 14.43 ALTER TABLE
10:43:00 [2026-03-02T09:43:00.565Z] #19 14.44 ALTER TABLE
10:43:00 [2026-03-02T09:43:00.565Z] #19 14.45 ALTER TABLE
10:43:00 [2026-03-02T09:43:00.565Z] #19 14.45 ALTER TABLE
10:43:00 [2026-03-02T09:43:00.565Z] #19 14.46 ALTER TABLE
10:43:00 [2026-03-02T09:43:00.565Z] #19 14.46 ALTER TABLE
10:43:00 [2026-03-02T09:43:00.565Z] #19 14.47 ALTER TABLE
10:44:25 [2026-03-02T09:44:25.040Z] #19 95.75 Construct...               OK
10:45:11 [2026-03-02T09:45:11.548Z] #19 139.1 Configure...               OK
10:45:11 [2026-03-02T09:45:11.548Z] #19 141.5 Migrate...                 OK
10:45:43 [2026-03-02T09:45:43.476Z] #19 175.0 Install...                 OK
10:45:43 [2026-03-02T09:45:43.476Z] #19 177.5 The whole tasks took 136s
10:45:43 [2026-03-02T09:45:43.476Z] #19 177.5 
10:45:43 [2026-03-02T09:45:43.476Z] #19 177.5 INFO: JBoss is stopped
10:45:44 [2026-03-02T09:45:44.027Z] #19 178.0  * Stopping PostgreSQL 14 database server
10:45:44 [2026-03-02T09:45:44.578Z] #19 178.7    ...done.
10:45:44 [2026-03-02T09:45:44.828Z] #19 DONE 178.9s
10:45:44 [2026-03-02T09:45:44.828Z] 
10:45:44 [2026-03-02T09:45:44.828Z] #20 exporting to image
10:45:44 [2026-03-02T09:45:44.828Z] #20 exporting layers
10:46:02 [2026-03-02T09:46:02.788Z] #20 exporting layers 18.0s done
10:46:03 [2026-03-02T09:46:03.039Z] #20 writing image sha256:3fb716d539d94fb064cfcdae9534b0ee601c3b233bcd5ba905a993a0b03991f6 done
10:46:03 [2026-03-02T09:46:03.039Z] #20 naming to docker.io/silverpeas/silverpeas-test:6.4.6 done
10:46:03 [2026-03-02T09:46:03.039Z] #20 DONE 18.0s
10:46:03 [2026-03-02T09:46:03.039Z] 
10:46:03 [2026-03-02T09:46:03.039Z]  6 warnings found (use docker --debug to expand):
10:46:03 [2026-03-02T09:46:03.039Z]  - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 65)
10:46:03 [2026-03-02T09:46:03.039Z]  - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 66)
10:46:03 [2026-03-02T09:46:03.039Z]  - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 67)
10:46:03 [2026-03-02T09:46:03.039Z]  - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 74)
10:46:03 [2026-03-02T09:46:03.039Z]  - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 75)
10:46:03 [2026-03-02T09:46:03.039Z]  - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 76)
10:46:03 [2026-03-02T09:46:03.040Z] [Pipeline] }
10:46:03 [2026-03-02T09:46:03.044Z] [Pipeline] // withEnv
10:46:03 [2026-03-02T09:46:03.057Z] Did you forget the `def` keyword? WorkflowScript seems to be setting a field named dockerImage (to a value of type Image) which could lead to memory leaks or other issues.
10:46:03 [2026-03-02T09:46:03.057Z] [Pipeline] }
10:46:03 [2026-03-02T09:46:03.060Z] [Pipeline] // script
10:46:03 [2026-03-02T09:46:03.064Z] [Pipeline] }
10:46:03 [2026-03-02T09:46:03.068Z] [Pipeline] // stage
10:46:03 [2026-03-02T09:46:03.072Z] [Pipeline] stage
10:46:03 [2026-03-02T09:46:03.072Z] [Pipeline] { (Register image)
10:46:03 [2026-03-02T09:46:03.080Z] [Pipeline] script
10:46:03 [2026-03-02T09:46:03.084Z] [Pipeline] {
10:46:03 [2026-03-02T09:46:03.090Z] [Pipeline] withEnv
10:46:03 [2026-03-02T09:46:03.091Z] [Pipeline] {
10:46:03 [2026-03-02T09:46:03.096Z] [Pipeline] withDockerRegistry
10:46:03 [2026-03-02T09:46:03.116Z] $ docker login -u mmoqui -p ******** https://index.docker.io/v1/
10:46:03 [2026-03-02T09:46:03.138Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin.
10:46:03 [2026-03-02T09:46:03.879Z] 
10:46:03 [2026-03-02T09:46:03.879Z] WARNING! Your credentials are stored unencrypted in '/var/lib/jenkins/workspace/Silverpeas Test Image@tmp/083ece6b-2eec-4ca1-93ad-4f7d2f8cc3c3/config.json'.
10:46:03 [2026-03-02T09:46:03.879Z] Configure a credential helper to remove this warning. See
10:46:03 [2026-03-02T09:46:03.879Z] https://docs.docker.com/go/credential-store/
10:46:03 [2026-03-02T09:46:03.879Z] 
10:46:03 [2026-03-02T09:46:03.879Z] Login Succeeded
10:46:03 [2026-03-02T09:46:03.884Z] [Pipeline] {
10:46:03 [2026-03-02T09:46:03.896Z] [Pipeline] isUnix
10:46:03 [2026-03-02T09:46:03.898Z] [Pipeline] withEnv
10:46:03 [2026-03-02T09:46:03.898Z] [Pipeline] {
10:46:03 [2026-03-02T09:46:03.907Z] [Pipeline] sh
10:46:04 [2026-03-02T09:46:04.164Z] + docker tag silverpeas/silverpeas-test:6.4.6 silverpeas/silverpeas-test:6.4.6
10:46:04 [2026-03-02T09:46:04.164Z] [Pipeline] }
10:46:04 [2026-03-02T09:46:04.172Z] [Pipeline] // withEnv
10:46:04 [2026-03-02T09:46:04.177Z] [Pipeline] isUnix
10:46:04 [2026-03-02T09:46:04.179Z] [Pipeline] withEnv
10:46:04 [2026-03-02T09:46:04.180Z] [Pipeline] {
10:46:04 [2026-03-02T09:46:04.186Z] [Pipeline] sh
10:46:04 [2026-03-02T09:46:04.442Z] + docker push silverpeas/silverpeas-test:6.4.6
10:46:04 [2026-03-02T09:46:04.442Z] The push refers to repository [docker.io/silverpeas/silverpeas-test]
10:46:04 [2026-03-02T09:46:04.692Z] 63ac6bdd50b9: Preparing
10:46:04 [2026-03-02T09:46:04.692Z] e8be723c2578: Preparing
10:46:04 [2026-03-02T09:46:04.692Z] 5f70bf18a086: Preparing
10:46:04 [2026-03-02T09:46:04.692Z] 5c7c8be2d82e: Preparing
10:46:04 [2026-03-02T09:46:04.692Z] 960da81106d8: Preparing
10:46:04 [2026-03-02T09:46:04.692Z] 90699bee2cb1: Preparing
10:46:04 [2026-03-02T09:46:04.692Z] bbfb95f7c318: Preparing
10:46:04 [2026-03-02T09:46:04.692Z] cccf89d1c664: Preparing
10:46:04 [2026-03-02T09:46:04.692Z] fdc627ef867c: Preparing
10:46:04 [2026-03-02T09:46:04.692Z] 0a3e122e2227: Preparing
10:46:04 [2026-03-02T09:46:04.692Z] b68f1c03e62b: Preparing
10:46:04 [2026-03-02T09:46:04.692Z] 52068a478ae9: Preparing
10:46:04 [2026-03-02T09:46:04.692Z] 71751c4946f8: Preparing
10:46:04 [2026-03-02T09:46:04.692Z] f0d3c5b5b369: Preparing
10:46:04 [2026-03-02T09:46:04.692Z] 17f623af01e2: Preparing
10:46:04 [2026-03-02T09:46:04.692Z] b68f1c03e62b: Waiting
10:46:04 [2026-03-02T09:46:04.692Z] 52068a478ae9: Waiting
10:46:04 [2026-03-02T09:46:04.692Z] 71751c4946f8: Waiting
10:46:04 [2026-03-02T09:46:04.692Z] 0a3e122e2227: Waiting
10:46:04 [2026-03-02T09:46:04.692Z] 17f623af01e2: Waiting
10:46:04 [2026-03-02T09:46:04.692Z] f0d3c5b5b369: Waiting
10:46:04 [2026-03-02T09:46:04.692Z] cccf89d1c664: Waiting
10:46:04 [2026-03-02T09:46:04.692Z] fdc627ef867c: Waiting
10:46:04 [2026-03-02T09:46:04.692Z] 90699bee2cb1: Waiting
10:46:04 [2026-03-02T09:46:04.692Z] bbfb95f7c318: Waiting
10:46:04 [2026-03-02T09:46:04.943Z] 5f70bf18a086: Layer already exists
10:46:06 [2026-03-02T09:46:06.804Z] 960da81106d8: Pushed
10:46:06 [2026-03-02T09:46:06.804Z] 5c7c8be2d82e: Pushed
10:46:06 [2026-03-02T09:46:06.804Z] e8be723c2578: Pushed
10:46:08 [2026-03-02T09:46:08.148Z] 90699bee2cb1: Pushed
10:46:08 [2026-03-02T09:46:08.699Z] bbfb95f7c318: Pushed
10:46:08 [2026-03-02T09:46:08.699Z] fdc627ef867c: Pushed
10:46:08 [2026-03-02T09:46:08.949Z] b68f1c03e62b: Layer already exists
10:46:08 [2026-03-02T09:46:08.949Z] cccf89d1c664: Pushed
10:46:09 [2026-03-02T09:46:09.200Z] 52068a478ae9: Layer already exists
10:46:09 [2026-03-02T09:46:09.450Z] 71751c4946f8: Layer already exists
10:46:09 [2026-03-02T09:46:09.450Z] f0d3c5b5b369: Layer already exists
10:46:09 [2026-03-02T09:46:09.450Z] 17f623af01e2: Layer already exists
10:46:41 [2026-03-02T09:46:41.378Z] 0a3e122e2227: Pushed
10:48:32 [2026-03-02T09:48:32.623Z] 63ac6bdd50b9: Pushed
10:48:33 [2026-03-02T09:48:33.174Z] 6.4.6: digest: sha256:27c804fb00be2411dad0ca993b7722d76f23ebcded831bdbe2b8b00328643d21 size: 3465
10:48:33 [2026-03-02T09:48:33.174Z] [Pipeline] }
10:48:33 [2026-03-02T09:48:33.178Z] [Pipeline] // withEnv
10:48:33 [2026-03-02T09:48:33.185Z] [Pipeline] }
10:48:33 [2026-03-02T09:48:33.188Z] [Pipeline] // withDockerRegistry
10:48:33 [2026-03-02T09:48:33.192Z] [Pipeline] }
10:48:33 [2026-03-02T09:48:33.196Z] [Pipeline] // withEnv
10:48:33 [2026-03-02T09:48:33.200Z] [Pipeline] }
10:48:33 [2026-03-02T09:48:33.205Z] [Pipeline] // script
10:48:33 [2026-03-02T09:48:33.209Z] [Pipeline] }
10:48:33 [2026-03-02T09:48:33.212Z] [Pipeline] // stage
10:48:33 [2026-03-02T09:48:33.217Z] [Pipeline] stage
10:48:33 [2026-03-02T09:48:33.217Z] [Pipeline] { (Create new stable branch)
10:48:33 [2026-03-02T09:48:33.227Z] Stage "Create new stable branch" skipped due to when conditional
10:48:33 [2026-03-02T09:48:33.228Z] [Pipeline] getContext
10:48:33 [2026-03-02T09:48:33.228Z] [Pipeline] }
10:48:33 [2026-03-02T09:48:33.233Z] [Pipeline] // stage
10:48:33 [2026-03-02T09:48:33.239Z] [Pipeline] stage
10:48:33 [2026-03-02T09:48:33.239Z] [Pipeline] { (Declarative: Post Actions)
10:48:33 [2026-03-02T09:48:33.246Z] [Pipeline] step
10:48:33 [2026-03-02T09:48:33.255Z] [Pipeline] script
10:48:33 [2026-03-02T09:48:33.257Z] [Pipeline] {
10:48:33 [2026-03-02T09:48:33.268Z] [Pipeline] }
10:48:33 [2026-03-02T09:48:33.271Z] [Pipeline] // script
10:48:33 [2026-03-02T09:48:33.279Z] [Pipeline] }
10:48:33 [2026-03-02T09:48:33.282Z] [Pipeline] // stage
10:48:33 [2026-03-02T09:48:33.286Z] [Pipeline] }
10:48:33 [2026-03-02T09:48:33.290Z] [Pipeline] // withEnv
10:48:33 [2026-03-02T09:48:33.294Z] [Pipeline] }
10:48:33 [2026-03-02T09:48:33.297Z] [Pipeline] // withEnv
10:48:33 [2026-03-02T09:48:33.301Z] [Pipeline] }
10:48:33 [2026-03-02T09:48:33.306Z] [Pipeline] // node
10:48:33 [2026-03-02T09:48:33.310Z] [Pipeline] End of Pipeline
10:48:33 [2026-03-02T09:48:33.349Z] Finished: SUCCESS